Trace number 3394810

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)UNSAT 20514.2 2569.56

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark518.252
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.02	c Using 8 threads
0.00/0.03	c This is CryptoMiniSat 3.0.0
0.00/0.03	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.03	c Reading file 'HOME/instance-3394810-1306107252.cnf'
0.00/0.03	c -- header says num vars:            570
0.00/0.03	c -- header says num clauses:        4625
0.00/0.04	c -- clauses added:            0 learnts,         4625 normals,            0 xors
0.00/0.04	c -- vars added        570
0.00/0.04	c Parsing time:  0.00 s
0.00/0.04	c  N st     0         0       570        93      4483         0      9518         0   no data   no data
0.00/0.04	c asymm  cl-useful: 0/92/92 lits-rem:0 time: 0.00
0.00/0.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    497 time:  0.00 s
0.00/0.04	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.00/0.05	c lits-rem:         0  cl-subs:        0  v-elim:     92  v-fix:    0  time:  0.00 s
0.00/0.05	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.05	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.05	c calculated reachability. Time: 0.00
0.00/0.05	c Calc default polars -  time:   0.00 s pos:       0 undec:     165 neg:     405
0.00/0.05	c =========================================================================================
0.00/0.05	c types(t): F = full restart, N = normal restart
0.00/0.05	c types(t): S = simplification begin/end, E = solution found
0.00/0.05	c restart types(rt): st = static, dy = dynamic
0.00/0.05	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.05	c  B st     0         0       405       532      3103         0      9853         0   no data   no data
0.00/0.18	c Decided on static restart strategy
1.32/0.47	c  N st     8      4916       405       532      3103      4874      9853    209283   no data   no data
1.32/0.47	c  N st    10     11300       405       532      3103      4530      9853    151916   no data   no data
6.12/0.91	c  N st    11     17043       405       532      3103     10213      9853    377470   no data   no data
9.79/1.31	c  F st    12     25002       405       532      3103     12506      9853    449644   no data   no data
9.79/1.31	c  N st    12     25002       405       532      3103     12506      9853    449644   no data   no data
11.87/1.51	c  N dy    18     30001       405       532      3103     10712      9853    326941   no data   no data
11.87/1.51	c  S st    18     30001       405       532      3103     10712      9853    326941   no data   no data
11.87/1.54	c  S st    18     30503       405       532      3103     11211      9853    345354   no data   no data
11.87/1.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.87/1.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.02
11.87/1.56	c blocked clauses removed:        0 vars:     14 tried:         598 T: 0.00 s
11.87/1.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.87/1.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.87/1.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
11.87/1.56	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
11.87/1.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.54/1.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.19 s
15.06/1.92	c lits-rem:       158  cl-subs:      103  v-elim:      0  v-fix:    0  time:  0.16 s
15.06/1.93	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.01
15.06/1.93	c calculated reachability. Time: 0.00
15.06/1.93	c  N dy    18     30503       391       532      2701     11056      9049    339958   no data   no data
19.06/2.42	c  N dy    34     36333       391       532      2701      8994      9049    236692     10.15     10.86
20.62/2.66	c  N dy    54     40376       391       532      2701     13020      9049    367975     10.37     11.53
23.14/2.97	c  N dy    68     44440       391       532      2701     17039      9049    481488     10.29     10.85
23.81/3.06	c  S st    71     45754       391       532      2701      9496      9049    198210     10.19      9.48
23.81/3.09	c  S st    71     46257       391       532      2701      9996      9049    216171     10.19   no data
23.81/3.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.60/3.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.01
24.60/3.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.60/3.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.60/3.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.60/3.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
24.60/3.10	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
24.60/3.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.60/3.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
25.40/3.23	c lits-rem:        15  cl-subs:      326  v-elim:      0  v-fix:    0  time:  0.04 s
25.40/3.23	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
25.40/3.23	c vivif2 --  cl tried     9670 cl shrink      122 lits rem        287 time: 0.00
25.40/3.24	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.01
25.40/3.24	c calculated reachability. Time: 0.00
25.40/3.24	c  N dy    71     46257       391       532      2701      9670      9049    212001     10.19   no data
27.00/3.44	c  N dy    82     50337       391       532      2701     13724      9049    336379     10.08     10.86
29.40/3.78	c  N dy   105     54428       391       532      2701     17780      9049    465257     10.17     12.69
31.92/4.09	c  N dy   126     58516       391       532      2701     11965      9049    266744     10.23     12.84
34.18/4.35	c  N dy   148     62518       391       532      2701     15936      9049    391390     10.30     11.26
38.98/4.92	c  N dy   160     69386       391       532      2701     11823      9049    215808     10.15      8.94
38.98/4.92	c  S st   160     69386       391       532      2701     11823      9049    215808     10.15      8.94
38.98/4.95	c  S st   160     69890       391       532      2701     12324      9049    233945     10.15   no data
38.98/4.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
38.98/4.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
38.98/4.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.98/4.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38.98/4.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.98/4.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
38.98/4.97	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
38.98/4.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
39.85/5.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
39.85/5.08	c lits-rem:        23  cl-subs:      268  v-elim:      0  v-fix:    0  time:  0.03 s
39.85/5.08	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
39.85/5.09	c vivif2 --  cl tried    12056 cl shrink      142 lits rem        217 time: 0.00
39.85/5.10	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.01
39.85/5.10	c calculated reachability. Time: 0.00
39.85/5.10	c  N dy   160     69890       391       532      2701     12056      9049    230416     10.15   no data
42.97/5.44	c  N dy   174     74610       391       532      2701     16729      9049    352492     10.13     10.71
46.96/5.90	c  N dy   208     79577       391       532      2701     21664      9049    506808     10.20     10.82
50.15/6.32	c  N dy   224     84926       391       532      2701     15069      9049    278215     10.17     10.72
50.95/6.49	c  F st   232     87501       391       532      2701     17617      9049    345738     10.15   no data
53.35/6.72	c  N st   237     90800       391       532      2701     20893      9049    448130     10.15   no data
57.42/7.22	c  N dy   266     97263       391       532      2701     14433      9049    257121     10.23     11.05
61.34/7.70	c  N dy   296    103561       391       532      2701     20660      9049    428537     10.27     13.03
62.14/7.81	c  S st   304    104835       391       532      2701     21920      9049    464018     10.27      9.70
62.14/7.86	c  S st   304    105337       391       532      2701     22419      9049    480804     10.27   no data
62.14/7.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
62.14/7.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.03
62.14/7.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
62.14/7.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
62.14/7.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.14/7.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
62.14/7.89	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
62.94/7.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
63.73/8.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.18 s
65.33/8.24	c lits-rem:        69  cl-subs:      493  v-elim:      0  v-fix:    0  time:  0.15 s
65.33/8.24	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
65.33/8.25	c vivif2 --  cl tried    21926 cl shrink      688 lits rem       1493 time: 0.01
65.33/8.27	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.02
65.33/8.27	c calculated reachability. Time: 0.00
65.33/8.27	c  N dy   304    105337       391       532      2701     21926      9049    472068     10.27   no data
70.91/8.98	c  N dy   333    112318       391       532      2701     14962      9049    254430     10.28     10.85
76.50/9.62	c  N dy   357    120834       391       532      2701     23376      9049    473333     10.26     10.88
82.10/10.36	c  N dy   388    128565       391       532      2701     16202      9049    265728     10.26     10.82
88.48/11.12	c  N dy   426    136886       391       532      2701     24417      9049    477476     10.27     10.85
95.66/12.04	c  N dy   458    145889       391       532      2701     17501      9049    269021     10.26     10.81
102.19/12.83	c  N dy   495    155209       391       532      2701     26698      9049    513976     10.25     10.83
104.45/13.15	c  S st   510    158005       391       532      2701     29468      9049    585486     10.26      9.83
105.26/13.21	c  S st   510    158509       391       532      2701     29969      9049    602423     10.26   no data
105.26/13.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
105.26/13.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.04
105.26/13.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
105.26/13.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.26/13.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.26/13.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
105.26/13.26	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
105.26/13.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
106.85/13.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.20 s
109.25/13.70	c lits-rem:       179  cl-subs:      809  v-elim:      0  v-fix:    0  time:  0.22 s
109.25/13.70	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
109.25/13.72	c vivif2 --  cl tried    29160 cl shrink      943 lits rem       2153 time: 0.01
109.25/13.74	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.02
109.25/13.74	c calculated reachability. Time: 0.00
109.25/13.74	c  N dy   510    158509       391       532      2701     29160      9049    588602     10.26   no data
118.03/14.83	c  N dy   552    169446       391       532      2701     23133      9049    390604     10.26     10.81
127.68/16.09	c  N dy   602    180261       391       532      2701     33798      9049    664686     10.24     10.97
136.46/17.20	c  N dy   658    192273       391       532      2701     27952      9049    515175     10.25     11.01
149.16/18.79	c  N dy   707    205091       391       532      2701     21814      9049    322660     10.24     10.80
161.13/20.20	c  N dy   746    218416       391       532      2701     34925      9049    647203     10.20     10.75
171.58/21.60	c  N dy   796    232368       391       532      2701     28961      9049    487435     10.20     10.74
177.10/22.26	c  S st   821    237763       391       532      2701     34288      9049    623609     10.20   no data
177.90/22.32	c  S st   821    238269       391       532      2701     34793      9049    641900     10.20   no data
177.90/22.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
177.90/22.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.05
177.90/22.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
177.90/22.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
177.90/22.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
177.90/22.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
177.90/22.38	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
177.90/22.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
180.37/22.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.22 s
182.68/22.94	c lits-rem:       268  cl-subs:     1472  v-elim:      0  v-fix:    0  time:  0.31 s
182.68/22.94	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
182.68/22.95	c vivif2 --  cl tried    33321 cl shrink      822 lits rem       1775 time: 0.02
182.68/22.98	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.03
182.68/22.98	c calculated reachability. Time: 0.00
182.68/22.98	c  N dy   821    238269       391       532      2701     33321      9049    623321     10.20   no data
197.06/24.70	c  N dy   878    253531       391       532      2701     27666      9049    447907     10.20     12.28
214.63/26.93	c  N dy   974    269990       391       532      2701     22223      9049    297223     10.24     10.80
230.60/28.94	c  N dy  1047    288305       391       532      2701     40291      9049    743147     10.23     10.82
246.57/30.98	c  F st  1099    306251       391       532      2701     35254      9049    596910     10.20   no data
247.37/31.03	c  N st  1101    306878       391       532      2701     35869      9049    615057     10.20   no data
250.63/31.51	c Decided on static restart strategy
271.32/34.04	c  N st  1109    334556       391       532      2701     39334      9049    937116     10.20   no data
295.41/37.09	c  N st  1111    357403       391       532      2701     36974      9049    833868     10.20   no data
295.41/37.09	c  S st  1111    357403       391       532      2701     36974      9049    833868     10.20   no data
296.06/37.16	c  S st  1111    357908       391       532      2701     37475      9049    850750     10.20   no data
296.06/37.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
296.86/37.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.07
296.86/37.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
296.86/37.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
296.86/37.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
296.86/37.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
296.86/37.24	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
296.86/37.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
300.06/37.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.34 s
307.25/38.59	c lits-rem:       891  cl-subs:     3447  v-elim:      0  v-fix:    0  time:  0.97 s
307.25/38.59	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
308.05/38.61	c vivif2 --  cl tried    34028 cl shrink      998 lits rem       1998 time: 0.02
308.05/38.65	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.04
308.05/38.65	c calculated reachability. Time: 0.00
308.05/38.65	c  N st  1111    357908       391       532      2701     34028      9049    791026     10.20   no data
340.78/42.77	c  N st  1112    390300       391       532      2701     40186      9049    864083     10.20   no data
397.48/49.82	c  N st  1113    438888       391       532      2701     33846      9049    654201     10.20   no data
468.54/58.76	c  N st  1114    511771       391       532      2701     47319      9049   1061357     10.20   no data
495.69/62.11	c  N st  1115    536862       391       532      2701     41691      9049    855877     10.20   no data
495.69/62.11	c  S st  1115    536862       391       532      2701     41691      9049    855877     10.20   no data
495.69/62.20	c  S st  1115    537363       391       532      2701     42189      9049    871780     10.20   no data
495.69/62.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
496.56/62.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.08
496.56/62.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
496.56/62.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
496.56/62.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
496.56/62.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
496.56/62.29	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
496.56/62.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
499.67/62.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.28 s
504.46/63.29	c lits-rem:       521  cl-subs:     1189  v-elim:      0  v-fix:    0  time:  0.69 s
504.46/63.29	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
504.46/63.30	c vivif2 --  cl tried    41000 cl shrink      417 lits rem        904 time: 0.02
505.33/63.36	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.06
505.33/63.37	c calculated reachability. Time: 0.00
505.33/63.37	c  N st  1115    537363       391       532      2701     41000      9049    846064     10.20   no data
716.12/89.78	c  N st  1116    701347       391       532      2701     35436      9049    601022     10.20   no data
872.54/109.35	c  N st  1117    806044       391       532      2701     64153      9049   1583061     10.20   no data
872.54/109.35	c  S st  1117    806044       391       532      2701     64153      9049   1583061     10.20   no data
873.34/109.51	c  S st  1117    806544       391       532      2701     64651      9049   1600609     10.20   no data
874.21/109.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
875.07/109.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.0M T:  0.17
875.07/109.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
875.07/109.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
875.07/109.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
875.07/109.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
875.07/109.69	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
875.73/109.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
882.12/110.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.80 s
908.47/113.84	c lits-rem:      1730  cl-subs:     2839  v-elim:      0  v-fix:    0  time:  3.29 s
908.47/113.84	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
908.47/113.88	c vivif2 --  cl tried    61812 cl shrink     1705 lits rem       3427 time: 0.03
909.34/114.00	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.12
909.34/114.00	c calculated reachability. Time: 0.00
909.34/114.00	c  N st  1117    806544       391       532      2701     61812      9049   1528143     10.20   no data
1293.31/162.01	c  F st  1118   1071876       391       532      2702     77629      9049   1668474     10.20   no data
1293.31/162.01	c  N st  1118   1071876       391       532      2702     77629      9049   1668474     10.20   no data
1304.57/163.51	c Decided on static restart strategy
1344.41/168.41	c  N st  1128   1100179       391       532      2702     61530      9049   1230258     10.20   no data
1417.88/177.65	c  N st  1130   1136173       391       532      2702     51847      9049    938448     10.20   no data
1482.54/185.75	c  N st  1131   1168565       391       532      2702     83235      9049   1852442     10.20   no data
1548.02/193.94	c  N st  1132   1209816       391       532      2702     77425      9049   1634374     10.20   no data
1548.02/193.94	c  S st  1132   1209816       391       532      2702     77425      9049   1634374     10.20   no data
1549.62/194.15	c  S st  1132   1210316       391       532      2702     77922      9049   1655478     10.20   no data
1549.62/194.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1551.35/194.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.6M T:  0.20
1551.35/194.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1551.35/194.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1551.35/194.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1551.35/194.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
1551.35/194.36	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1551.35/194.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1557.61/195.11	c subs with bin:      198  lits-rem:       210  v-fix:    0  time:  0.69 s
1584.74/198.50	c lits-rem:      1290  cl-subs:     4943  v-elim:      0  v-fix:    0  time:  3.39 s
1584.74/198.50	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
1584.74/198.54	c vivif2 --  cl tried    72781 cl shrink     2055 lits rem       3955 time: 0.04
1585.61/198.67	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.13
1585.61/198.67	c calculated reachability. Time: 0.00
1585.61/198.67	c  N st  1132   1210316       391       532      2702     72781      9049   1560155     10.20   no data
1731.65/216.91	c  N st  1133   1283200       391       532      2702     49736      9049    823611     10.20   no data
1957.59/245.21	c  N st  1134   1392525       391       532      2702     57492      9049   1012518     10.20   no data
2299.33/288.08	c  N st  1135   1556510       391       532      2703     62474      9049   1122054     10.20   no data
2666.74/334.03	c  N st  1136   1710321       391       532      2703    104228      9049   2504186     10.20   no data
2666.74/334.03	c  S st  1136   1710321       391       532      2703    104228      9049   2504186     10.20   no data
2669.80/334.40	c  S st  1136   1710824       391       532      2703    104728      9049   2522378     10.20   no data
2669.80/334.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2672.99/334.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.3M T:  0.44
2672.99/334.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2672.99/334.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2672.99/334.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2672.99/334.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
2672.99/334.85	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2672.99/334.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2684.96/336.38	c subs with bin:        5  lits-rem:       108  v-fix:    0  time:  1.41 s
2761.62/345.99	c lits-rem:      1882  cl-subs:     5056  v-elim:      0  v-fix:    0  time:  9.62 s
2761.62/345.99	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
2762.49/346.08	c vivif2 --  cl tried    99667 cl shrink     7661 lits rem      28908 time: 0.09
2765.60/346.42	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.34
2765.60/346.43	c calculated reachability. Time: 0.00
2765.60/346.43	c  N st  1136   1710824       391       532      2703     99667      9049   2382034     10.20   no data
3718.93/465.82	c  N st  1137   2079788       391       532      2705    110678      9049   2288161     10.20   no data
3992.92/500.13	c  N st  1138   2210824       391       532      2707    114423      9049   2383054     10.20   no data
3992.92/500.13	c  S st  1138   2210824       391       532      2707    114423      9049   2383054     10.20   no data
3995.18/500.45	c  S st  1138   2211325       391       532      2707    114922      9049   2400983     10.20   no data
3995.18/500.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3998.38/500.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.5M T:  0.36
3998.38/500.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3998.38/500.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3998.38/500.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3998.38/500.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
3998.38/500.82	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3998.38/500.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4007.97/502.00	c subs with bin:      327  lits-rem:       370  v-fix:    0  time:  1.07 s
4097.44/513.25	c lits-rem:      2114  cl-subs:     9237  v-elim:      0  v-fix:    0  time: 11.25 s
4097.44/513.25	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
4098.30/513.32	c vivif2 --  cl tried   105358 cl shrink     4004 lits rem       8165 time: 0.06
4099.75/513.54	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.23
4099.75/513.54	c calculated reachability. Time: 0.00
4099.75/513.54	c  N st  1138   2211325       391       532      2707    105358      9049   2199973     10.20   no data
5399.61/676.35	c  N st  1139   2711326       391       532      2708    129144      9049   2934401     10.20   no data
5399.61/676.35	c  S st  1139   2711326       391       532      2708    129144      9049   2934401     10.20   no data
5402.81/676.79	c  S st  1139   2711828       391       532      2712    129645      9049   2953624     10.20   no data
5402.81/676.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
5406.93/677.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P: 11.5M T:  0.42
5406.93/677.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5406.93/677.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5406.93/677.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5406.93/677.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
5406.93/677.22	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
5406.93/677.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
5423.65/679.36	c subs with bin:      881  lits-rem:      8862  v-fix:    0  time:  2.01 s
5542.50/694.28	c lits-rem:      2585  cl-subs:    10377  v-elim:      0  v-fix:    0  time: 14.92 s
5542.50/694.28	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
5543.30/694.35	c vivif2 --  cl tried   118387 cl shrink     4122 lits rem       8407 time: 0.07
5545.71/694.67	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.31
5545.71/694.67	c calculated reachability. Time: 0.00
5545.71/694.67	c  N st  1139   2711828       391       532      2713    118387      9049   2684167     10.20   no data
7191.28/900.77	c  N st  1140   3211829       391       532      2713     94765      9049   1826765     10.20   no data
7191.28/900.77	c  S st  1140   3211829       391       532      2713     94765      9049   1826765     10.20   no data
7194.48/901.12	c  S st  1140   3212332       391       532      2717     95263      9049   1844999     10.20   no data
7194.48/901.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7197.75/901.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.9M T:  0.44
7197.75/901.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7197.75/901.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7197.75/901.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7197.75/901.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
7197.75/901.57	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
7197.75/901.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
7205.66/902.59	c subs with bin:       47  lits-rem:       658  v-fix:    0  time:  0.93 s
7232.88/905.97	c lits-rem:       677  cl-subs:     2990  v-elim:      0  v-fix:    0  time:  3.38 s
7232.88/905.97	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
7233.73/906.02	c vivif2 --  cl tried    92226 cl shrink     1605 lits rem       3506 time: 0.05
7235.99/906.32	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.30
7235.99/906.32	c calculated reachability. Time: 0.00
7235.99/906.32	c  N st  1140   3212332       391       532      2717     92226      9049   1769610     10.20   no data
8970.14/1123.59	c  N st  1141   3712333       391       532      2717    102838      9049   1859079     10.20   no data
8970.14/1123.59	c  S st  1141   3712333       391       532      2717    102838      9049   1859079     10.20   no data
8970.14/1123.59	c Finding binary XORs  T:     0.00 s  found:       0
8972.67/1123.86	c  S st  1141   3712835       391       532      2721    103339      9049   1875046     10.20   no data
8972.67/1123.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8975.72/1124.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.1M T:  0.33
8975.72/1124.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8975.72/1124.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8975.72/1124.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8975.72/1124.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
8975.72/1124.20	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
8975.72/1124.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
8983.71/1125.26	c subs with bin:      504  lits-rem:      3440  v-fix:    0  time:  0.98 s
9001.28/1127.44	c lits-rem:      1133  cl-subs:     3165  v-elim:      0  v-fix:    0  time:  2.18 s
9001.28/1127.44	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
9001.28/1127.49	c vivif2 --  cl tried    99670 cl shrink     1750 lits rem       3397 time: 0.05
9003.68/1127.70	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.21
9003.68/1127.70	c calculated reachability. Time: 0.00
9003.68/1127.70	c  N st  1141   3712835       391       532      2721     99670      9049   1803680     10.20   no data
9134.60/1144.17	c  F st  1142   3751563       391       532      2721    137054      9049   2882153     10.20   no data
9134.60/1144.17	c  N st  1142   3751563       391       532      2721    137054      9049   2882153     10.20   no data
9157.08/1146.97	c Decided on static restart strategy
9251.18/1158.73	c  N st  1152   3779866       391       532      2721     82323      9049   1284435     10.20   no data
9354.17/1171.66	c  N st  1154   3815859       391       532      2722    117104      9049   2303047     10.20   no data
9469.96/1186.17	c  N st  1155   3848251       391       532      2723    148627      9049   3416524     10.20   no data
9623.23/1205.31	c  N st  1156   3896840       391       532      2724    112478      9049   2174122     10.20   no data
9850.05/1233.72	c  N st  1157   3969722       391       532      2735     98581      9049   1730879     10.20   no data
10292.30/1289.11	c  N st  1158   4079045       391       532      2740    119010      9049   2371848     10.20   no data
10292.30/1289.11	c Finding binary XORs  T:     0.00 s  found:       0
10853.57/1359.41	c  N st  1159   4212837       391       532      2746    162786      9049   3410038     10.20   no data
10853.57/1359.41	c  S st  1159   4212837       391       532      2746    162786      9049   3410038     10.20   no data
10856.76/1359.86	c  S st  1159   4213343       389       532      2748    163291      9049   3428177     10.20   no data
10856.76/1359.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
10861.54/1360.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.6M T:  0.59
10861.54/1360.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10861.54/1360.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10861.54/1360.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10861.54/1360.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
10861.54/1360.46	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
10862.35/1360.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
10875.13/1362.15	c subs with bin:       24  lits-rem:      2760  v-fix:    0  time:  1.52 s
11122.61/1393.13	c lits-rem:      7196  cl-subs:    14533  v-elim:      0  v-fix:    0  time: 30.98 s
11122.61/1393.13	c vivif2 --  cl tried      525 cl shrink        0 lits rem          0 time: 0.00
11123.48/1393.24	c vivif2 --  cl tried   145521 cl shrink     6374 lits rem      11092 time: 0.11
11127.39/1393.73	c asymm  cl-useful: 0/498/525 lits-rem:0 time: 0.48
11127.39/1393.73	c calculated reachability. Time: 0.00
11127.39/1393.73	c  N st  1159   4213343       389       525      2687    145521      8918   2988109     10.20   no data
12063.19/1511.00	c  N st  1160   4459319       389       525      2687    122579      8918   2332705     10.20   no data
13078.64/1638.15	c  N st  1161   4713344       389       525      2687     95943      8918   1551258     10.20   no data
13078.64/1638.15	c  S st  1161   4713344       389       525      2687     95943      8918   1551258     10.20   no data
13081.92/1638.52	c  S st  1161   4713845       389       525      2688     96438      8918   1570804     10.20   no data
13081.92/1638.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
13085.03/1638.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.0M T:  0.44
13085.03/1638.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13085.03/1638.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13085.03/1638.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13085.03/1638.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
13085.03/1638.98	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
13085.83/1639.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
13090.70/1639.69	c subs with bin:       36  lits-rem:       421  v-fix:    0  time:  0.63 s
13100.34/1640.84	c lits-rem:       303  cl-subs:      511  v-elim:      0  v-fix:    0  time:  1.15 s
13100.34/1640.84	c vivif2 --  cl tried      525 cl shrink        0 lits rem          0 time: 0.00
13100.34/1640.87	c vivif2 --  cl tried    95891 cl shrink      310 lits rem        657 time: 0.04
13102.59/1641.19	c asymm  cl-useful: 0/525/525 lits-rem:0 time: 0.31
13102.59/1641.19	c calculated reachability. Time: 0.00
13102.59/1641.19	c  N st  1161   4713845       389       525      2688     95891      8918   1560999     10.20   no data
15254.29/1910.72	c  N st  1162   5213845       389       525      2695    104525      8918   1715134     10.20   no data
15254.29/1910.72	c  S st  1162   5213845       389       525      2695    104525      8918   1715134     10.20   no data
15254.29/1910.73	c Finding binary XORs  T:     0.00 s  found:       0
15256.69/1911.04	c  S st  1162   5214346       388       525      2681    104226      8860   1713748     10.20   no data
15256.69/1911.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
15259.16/1911.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.9M T:  0.35
15259.16/1911.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15259.16/1911.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15259.16/1911.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15259.16/1911.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
15259.16/1911.41	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
15260.02/1911.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
15270.26/1912.73	c subs with bin:     1554  lits-rem:     10572  v-fix:    0  time:  1.23 s
15284.64/1914.60	c lits-rem:       764  cl-subs:     2162  v-elim:      0  v-fix:    0  time:  1.87 s
15284.64/1914.60	c vivif2 --  cl tried      525 cl shrink        0 lits rem          0 time: 0.00
15285.51/1914.65	c vivif2 --  cl tried   100510 cl shrink     2465 lits rem       3632 time: 0.05
15287.82/1914.96	c asymm  cl-useful: 0/525/525 lits-rem:0 time: 0.31
15287.82/1914.96	c calculated reachability. Time: 0.00
15287.82/1914.96	c  N st  1162   5214346       388       525      2682    100510      8860   1635292     10.20   no data
16224.35/2032.30	c Finding binary XORs  T:     0.00 s  found:       0
17247.89/2160.42	c  N st  1163   5714347       386       525      2616    181014      8704   3976924     10.20   no data
17247.89/2160.42	c  S st  1163   5714347       386       525      2616    181014      8704   3976924     10.20   no data
17251.89/2160.98	c  S st  1163   5714849       384       525      2620    181513      8704   3993720     10.20   no data
17251.89/2160.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
17257.47/2161.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      1 BRemN:      0 P: 16.6M T:  0.68
17257.47/2161.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17257.47/2161.68	c bin-w-bin subsume rem            1 bins  time:  0.00 s
17257.47/2161.68	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.00 s
17257.47/2161.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    384 time:  0.00 s
17257.47/2161.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17258.27/2161.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
17374.04/2176.25	c subs with bin:     7131  lits-rem:     23750  v-fix:    0  time: 14.38 s
17588.78/2203.15	c lits-rem:      8297  cl-subs:    14846  v-elim:      0  v-fix:    0  time: 26.90 s
17588.78/2203.15	c vivif2 --  cl tried      525 cl shrink        0 lits rem          0 time: 0.00
17590.39/2203.33	c vivif2 --  cl tried   150644 cl shrink    17470 lits rem      31233 time: 0.18
17593.59/2203.79	c asymm  cl-useful: 0/417/525 lits-rem:0 time: 0.45
17593.59/2203.79	c calculated reachability. Time: 0.00
17593.59/2203.79	c  N st  1163   5714849       384       525      2543    150644      8563   3146169     10.20   no data
18360.19/2299.73	c Finding binary XORs  T:     0.00 s  found:       0
19044.39/2385.44	c Finding binary XORs  T:     0.00 s  found:       0
19251.88/2411.49	c Finding binary XORs  T:     0.00 s  found:       0
19809.95/2481.34	c Finding binary XORs  T:     0.00 s  found:       0
19907.35/2493.53	c  N st  1164   6214849       373       525      2164    105336      7618   1762372     10.20   no data
19907.35/2493.53	c  S st  1164   6214849       373       525      2164    105336      7618   1762372     10.20   no data
19910.55/2493.98	c  S st  1164   6215353       372       525      2165    105838      7618   1778444     10.20   no data
19910.55/2494.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
19915.34/2494.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.3M T:  0.51
19915.34/2494.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19915.34/2494.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19915.34/2494.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19915.34/2494.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    372 time:  0.00 s
19915.34/2494.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19915.34/2494.54	c lits-rem:         0  cl-subs:        0  v-elim:      3  v-fix:    0  time:  0.03 s
19922.61/2495.46	c subs with bin:      278  lits-rem:      4942  v-fix:    0  time:  0.85 s
19984.95/2503.23	c lits-rem:      3795  cl-subs:     5362  v-elim:      0  v-fix:    0  time:  7.77 s
19984.95/2503.23	c vivif2 --  cl tried      514 cl shrink        0 lits rem          0 time: 0.00
19984.95/2503.27	c vivif2 --  cl tried    97795 cl shrink     2296 lits rem       3183 time: 0.05
19988.00/2503.66	c asymm  cl-useful: 0/514/514 lits-rem:0 time: 0.38
19988.00/2503.66	c calculated reachability. Time: 0.00
19988.00/2503.66	c  N st  1164   6215353       369       514      2154     97795      7531   1618059     10.20   no data
20514.12/2569.50	c Following stats are for *FIRST FINISHED THREAD ONLY*
20514.12/2569.50	c num threads              : 8          
20514.12/2569.50	c restarts                 : 13067      
20514.12/2569.50	c dynamic restarts         : 13008      
20514.12/2569.50	c static restarts          : 59         
20514.12/2569.50	c full restarts            : 5          
20514.12/2569.50	c total simplify time      : 0.91       
20514.12/2569.50	c learnts DL2              : 0          
20514.12/2569.50	c learnts size 2           : 4861       
20514.12/2569.50	c learnts size 1           : 282         (49.47     % of vars)
20514.12/2569.50	c filedLit time            : 4.14        (0.16      % time)
20514.12/2569.50	c v-elim SatELite          : 109         (19.12     % vars)
20514.12/2569.50	c SatELite time            : 75.75       (3.00      % time)
20514.12/2569.50	c v-elim xor               : 0           (0.00      % vars)
20514.12/2569.50	c xor elim time            : 0.13        (0.00      % time)
20514.12/2569.50	c num binary xor trees     : 0          
20514.12/2569.50	c binxor trees' crown      : 0           (nan       leafs/tree)
20514.12/2569.50	c bin xor find time        : 0.01       
20514.12/2569.50	c OTF clause improved      : 167929      (0.03      clauses/conflict)
20514.12/2569.50	c OTF impr. size diff      : 188712      (1.12       lits/clause)
20514.12/2569.50	c OTF cl watch-shrink      : 3699274     (0.62      clauses/conflict)
20514.12/2569.50	c OTF cl watch-sh-lit      : 11242247    (3.04       lits/clause)
20514.12/2569.50	c tried to recurMin cls    : 1039611     (17.32      % of conflicts)
20514.12/2569.50	c updated cache            : 8845        (0.01       lits/tried recurMin)
20514.12/2569.50	c unit cls recevied        : 42          (14.89     % of units)
20514.12/2569.50	c unit cls sent            : 4           (1.42      % of units)
20514.12/2569.50	c bin cls recevied         : 211        
20514.12/2569.50	c bin cls sent             : 96         
20514.12/2569.50	c clauses over max glue    : 0           (0.00      % of all clauses)
20514.12/2569.50	c conflicts                : 6001610     (2374.14   / sec)
20514.12/2569.50	c decisions                : 8069256     (0.32      % random)
20514.12/2569.50	c bogo-props               : 249105088767 (98541808.41 / sec)
20514.12/2569.50	c conflict literals        : 156946614   (39.18     % deleted)
20514.12/2569.50	c Memory used              : 1565.20     MB
20514.12/2569.50	c single-thread CPU time   : 2527.91     s
20514.12/2569.50	c all-threads sum CPU time : 20506.69    s
20514.12/2569.50	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3394810-1306107252/watcher-3394810-1306107252 -o /tmp/evaluation-result-3394810-1306107252/solver-3394810-1306107252 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3394810-1306107252.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.49 7.95 7.97 1/474 8493
/proc/meminfo: memFree=9845888/32950928 swapFree=54423884/67111528
[pid=8493] ppid=8491 vsize=92144 CPUtime=0.03 cores=0-7
/proc/8493/stat : 8493 (strangenight2-m) R 8491 8493 8467 0 -1 4202496 411 0 0 0 3 0 0 0 25 0 8 0 722324878 94355456 352 33554432000 4194304 4580107 140733225032576 18446744073709551615 47577215547314 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8493/statm: 23036 352 299 95 0 18018 0
[pid=8493/tid=8494] ppid=8491 vsize=92144 CPUtime=0.01 cores=0-7
/proc/8493/task/8494/stat : 8494 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 722324879 94355456 352 33554432000 4194304 4580107 140733225032576 18446744073709551615 47577215547308 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8493/tid=8495] ppid=8491 vsize=92144 CPUtime=0 cores=0-7
/proc/8493/task/8495/stat : 8495 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 722324879 94355456 352 33554432000 4194304 4580107 140733225032576 18446744073709551615 47577215547314 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8493/tid=8496] ppid=8491 vsize=92144 CPUtime=0.01 cores=0-7
/proc/8493/task/8496/stat : 8496 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 722324879 94355456 352 33554432000 4194304 4580107 140733225032576 18446744073709551615 47577215547308 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8493/tid=8497] ppid=8491 vsize=92144 CPUtime=0.01 cores=0-7
/proc/8493/task/8497/stat : 8497 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 722324879 94355456 352 33554432000 4194304 4580107 140733225032576 18446744073709551615 47577215547314 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8493/tid=8498] ppid=8491 vsize=92144 CPUtime=0 cores=0-7
/proc/8493/task/8498/stat : 8498 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 722324879 94355456 352 33554432000 4194304 4580107 140733225032576 18446744073709551615 208080288753 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8493/tid=8499] ppid=8491 vsize=92144 CPUtime=0.01 cores=0-7
/proc/8493/task/8499/stat : 8499 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 722324879 94355456 352 33554432000 4194304 4580107 140733225032576 18446744073709551615 47577215547314 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8493/tid=8500] ppid=8491 vsize=92144 CPUtime=0.01 cores=0-7
/proc/8493/task/8500/stat : 8500 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 722324879 94355456 352 33554432000 4194304 4580107 140733225032576 18446744073709551615 47577215547314 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.067341 s]
/proc/loadavg: 7.49 7.95 7.97 1/474 8493
/proc/meminfo: memFree=9845888/32950928 swapFree=54423884/67111528
[pid=8493] ppid=8491 vsize=570024 CPUtime=1.32 cores=0-7
/proc/8493/stat : 8493 (strangenight2-m) D 8491 8493 8467 0 -1 4202496 4174 0 0 0 130 2 0 0 18 0 8 0 722324878 583704576 4063 33554432000 4194304 4580107 140733225032576 18446744073709551615 208079893189 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8493/statm: 142506 4063 377 95 0 137488 0
[pid=8493/tid=8494] ppid=8491 vsize=570024 CPUtime=0.17 cores=0-7
/proc/8493/task/8494/stat : 8494 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 455 0 0 0 17 0 0 0 18 0 8 0 722324879 583704576 4063 33554432000 4194304 4580107 140733225032576 18446744073709551615 4487413 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8493/tid=8495] ppid=8491 vsize=570024 CPUtime=0.13 cores=0-7
/proc/8493/task/8495/stat : 8495 (strangenight2-m) D 8491 8493 8467 0 -1 4202560 469 0 0 0 13 0 0 0 18 0 8 0 722324879 583704576 4063 33554432000 4194304 4580107 140733225032576 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8493/tid=8496] ppid=8491 vsize=570024 CPUtime=0.17 cores=0-7
/proc/8493/task/8496/stat : 8496 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 500 0 0 0 17 0 0 0 18 0 8 0 722324879 583704576 4063 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8493/tid=8497] ppid=8491 vsize=570024 CPUtime=0.17 cores=0-7
/proc/8493/task/8497/stat : 8497 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 554 0 0 0 17 0 0 0 18 0 8 0 722324879 583704576 4063 33554432000 4194304 4580107 140733225032576 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8493/tid=8498] ppid=8491 vsize=570024 CPUtime=0.15 cores=0-7
/proc/8493/task/8498/stat : 8498 (strangenight2-m) D 8491 8493 8467 0 -1 4202560 435 0 0 0 15 0 0 0 18 0 8 0 722324879 583704576 4063 33554432000 4194304 4580107 140733225032576 18446744073709551615 208080275639 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8493/tid=8499] ppid=8491 vsize=570024 CPUtime=0.16 cores=0-7
/proc/8493/task/8499/stat : 8499 (strangenight2-m) D 8491 8493 8467 0 -1 4202560 477 0 0 0 16 0 0 0 18 0 8 0 722324879 583704576 4063 33554432000 4194304 4580107 140733225032576 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8493/tid=8500] ppid=8491 vsize=570024 CPUtime=0.17 cores=0-7
/proc/8493/task/8500/stat : 8500 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 379 0 0 0 17 0 0 0 18 0 8 0 722324879 583704576 4063 33554432000 4194304 4580107 140733225032576 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 570024

[startup+0.28682 s]
/proc/loadavg: 7.49 7.95 7.97 1/474 8493
/proc/meminfo: memFree=9845888/32950928 swapFree=54423884/67111528
[pid=8493] ppid=8491 vsize=568808 CPUtime=6.12 cores=0-7
/proc/8493/stat : 8493 (strangenight2-m) R 8491 8493 8467 0 -1 4202496 12059 0 0 0 608 4 0 0 19 0 8 0 722324878 582459392 5728 33554432000 4194304 4580107 140733225032576 18446744073709551615 4305310 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8493/statm: 139988 5916 377 95 0 134970 0
[pid=8493/tid=8494] ppid=8491 vsize=559952 CPUtime=0.82 cores=0-7
/proc/8493/task/8494/stat : 8494 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1528 0 0 0 82 0 0 0 19 0 8 0 722324879 573390848 5916 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8493/tid=8495] ppid=8491 vsize=559952 CPUtime=0.79 cores=0-7
/proc/8493/task/8495/stat : 8495 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1419 0 0 0 79 0 0 0 19 0 8 0 722324879 573390848 5916 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8493/tid=8496] ppid=8491 vsize=559952 CPUtime=0.82 cores=0-7
/proc/8493/task/8496/stat : 8496 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1660 0 0 0 82 0 0 0 19 0 8 0 722324879 573390848 5916 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8493/tid=8497] ppid=8491 vsize=559952 CPUtime=0.82 cores=0-7
/proc/8493/task/8497/stat : 8497 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1563 0 0 0 82 0 0 0 18 0 8 0 722324879 573390848 5916 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8493/tid=8498] ppid=8491 vsize=559952 CPUtime=0.81 cores=0-7
/proc/8493/task/8498/stat : 8498 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1503 0 0 0 81 0 0 0 18 0 8 0 722324879 573390848 5917 33554432000 4194304 4580107 140733225032576 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8493/tid=8499] ppid=8491 vsize=559952 CPUtime=0.82 cores=0-7
/proc/8493/task/8499/stat : 8499 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1525 0 0 0 82 0 0 0 18 0 8 0 722324879 573390848 5917 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8493/tid=8500] ppid=8491 vsize=559952 CPUtime=0.82 cores=0-7
/proc/8493/task/8500/stat : 8500 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1330 0 0 0 82 0 0 0 19 0 8 0 722324879 573390848 5917 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 568808

[startup+0.93947 s]
/proc/loadavg: 7.49 7.95 7.97 1/474 8493
/proc/meminfo: memFree=9845888/32950928 swapFree=54423884/67111528
[pid=8493] ppid=8491 vsize=560348 CPUtime=7.38 cores=0-7
/proc/8493/stat : 8493 (strangenight2-m) R 8491 8493 8467 0 -1 4202496 13796 0 0 0 733 5 0 0 19 0 8 0 722324878 573796352 6106 33554432000 4194304 4580107 140733225032576 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8493/statm: 140087 6106 377 95 0 135069 0
[pid=8493/tid=8494] ppid=8491 vsize=560348 CPUtime=0.92 cores=0-7
/proc/8493/task/8494/stat : 8494 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1613 0 0 0 92 0 0 0 19 0 8 0 722324879 573796352 6106 33554432000 4194304 4580107 140733225032576 18446744073709551615 4320735 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8493/tid=8495] ppid=8491 vsize=560348 CPUtime=0.89 cores=0-7
/proc/8493/task/8495/stat : 8495 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1684 0 0 0 89 0 0 0 19 0 8 0 722324879 573796352 6106 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8493/tid=8496] ppid=8491 vsize=560348 CPUtime=0.92 cores=0-7
/proc/8493/task/8496/stat : 8496 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1746 0 0 0 92 0 0 0 19 0 8 0 722324879 573796352 6106 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8493/tid=8497] ppid=8491 vsize=560348 CPUtime=0.92 cores=0-7
/proc/8493/task/8497/stat : 8497 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1646 0 0 0 92 0 0 0 19 0 8 0 722324879 573796352 6106 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8493/tid=8498] ppid=8491 vsize=560348 CPUtime=0.91 cores=0-7
/proc/8493/task/8498/stat : 8498 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1589 0 0 0 91 0 0 0 19 0 8 0 722324879 573796352 6106 33554432000 4194304 4580107 140733225032576 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8493/tid=8499] ppid=8491 vsize=560348 CPUtime=0.92 cores=0-7
/proc/8493/task/8499/stat : 8499 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1641 0 0 0 92 0 0 0 19 0 8 0 722324879 573796352 6107 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8493/tid=8500] ppid=8491 vsize=560348 CPUtime=0.92 cores=0-7
/proc/8493/task/8500/stat : 8500 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1629 0 0 0 92 0 0 0 19 0 8 0 722324879 573796352 6107 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 560348

[startup+1.03945 s]
/proc/loadavg: 7.49 7.95 7.97 1/474 8493
/proc/meminfo: memFree=9845888/32950928 swapFree=54423884/67111528
[pid=8493] ppid=8491 vsize=560348 CPUtime=8.18 cores=0-7
/proc/8493/stat : 8493 (strangenight2-m) R 8491 8493 8467 0 -1 4202496 14479 0 0 0 813 5 0 0 19 0 8 0 722324878 573796352 6789 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8493/statm: 140087 6790 377 95 0 135069 0
[pid=8493/tid=8494] ppid=8491 vsize=560348 CPUtime=1.02 cores=0-7
/proc/8493/task/8494/stat : 8494 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1681 0 0 0 102 0 0 0 19 0 8 0 722324879 573796352 6790 33554432000 4194304 4580107 140733225032576 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8493/tid=8495] ppid=8491 vsize=560348 CPUtime=0.99 cores=0-7
/proc/8493/task/8495/stat : 8495 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1766 0 0 0 99 0 0 0 19 0 8 0 722324879 573796352 6790 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8493/tid=8496] ppid=8491 vsize=560348 CPUtime=1.03 cores=0-7
/proc/8493/task/8496/stat : 8496 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1837 0 0 0 102 1 0 0 19 0 8 0 722324879 573796352 6790 33554432000 4194304 4580107 140733225032576 18446744073709551615 4320840 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8493/tid=8497] ppid=8491 vsize=560348 CPUtime=1.02 cores=0-7
/proc/8493/task/8497/stat : 8497 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1728 0 0 0 102 0 0 0 19 0 8 0 722324879 573796352 6791 33554432000 4194304 4580107 140733225032576 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8493/tid=8498] ppid=8491 vsize=560348 CPUtime=1.01 cores=0-7
/proc/8493/task/8498/stat : 8498 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1681 0 0 0 101 0 0 0 19 0 8 0 722324879 573796352 6791 33554432000 4194304 4580107 140733225032576 18446744073709551615 4341610 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8493/tid=8499] ppid=8491 vsize=560348 CPUtime=1.02 cores=0-7
/proc/8493/task/8499/stat : 8499 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1737 0 0 0 102 0 0 0 19 0 8 0 722324879 573796352 6791 33554432000 4194304 4580107 140733225032576 18446744073709551615 4321351 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8493/tid=8500] ppid=8491 vsize=560348 CPUtime=1.02 cores=0-7
/proc/8493/task/8500/stat : 8500 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 1736 0 0 0 102 0 0 0 19 0 8 0 722324879 573796352 6792 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 560348

[startup+1.50037 s]
/proc/loadavg: 7.49 7.95 7.97 1/474 8493
/proc/meminfo: memFree=9845888/32950928 swapFree=54423884/67111528
[pid=8493] ppid=8491 vsize=525468 CPUtime=11.87 cores=0-7
/proc/8493/stat : 8493 (strangenight2-m) R 8491 8493 8467 0 -1 4202496 19187 0 0 0 1180 7 0 0 19 0 8 0 722324878 538079232 7431 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8493/statm: 131367 7432 378 95 0 126349 0
[pid=8493/tid=8494] ppid=8491 vsize=525468 CPUtime=1.48 cores=0-7
/proc/8493/task/8494/stat : 8494 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 2319 0 0 0 148 0 0 0 20 0 8 0 722324879 538079232 7432 33554432000 4194304 4580107 140733225032576 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8493/tid=8495] ppid=8491 vsize=525468 CPUtime=1.45 cores=0-7
/proc/8493/task/8495/stat : 8495 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 2257 0 0 0 144 1 0 0 19 0 8 0 722324879 538079232 7432 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8493/tid=8496] ppid=8491 vsize=525468 CPUtime=1.49 cores=0-7
/proc/8493/task/8496/stat : 8496 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 2443 0 0 0 148 1 0 0 20 0 8 0 722324879 538079232 7432 33554432000 4194304 4580107 140733225032576 18446744073709551615 4293225 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8493/tid=8497] ppid=8491 vsize=525468 CPUtime=1.48 cores=0-7
/proc/8493/task/8497/stat : 8497 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 2271 0 0 0 148 0 0 0 19 0 8 0 722324879 538079232 7432 33554432000 4194304 4580107 140733225032576 18446744073709551615 4320729 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8493/tid=8498] ppid=8491 vsize=525468 CPUtime=1.47 cores=0-7
/proc/8493/task/8498/stat : 8498 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 2299 0 0 0 147 0 0 0 19 0 8 0 722324879 538079232 7432 33554432000 4194304 4580107 140733225032576 18446744073709551615 4321144 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8493/tid=8499] ppid=8491 vsize=525468 CPUtime=1.48 cores=0-7
/proc/8493/task/8499/stat : 8499 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 2361 0 0 0 148 0 0 0 20 0 8 0 722324879 538079232 7432 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8493/tid=8500] ppid=8491 vsize=525468 CPUtime=1.48 cores=0-7
/proc/8493/task/8500/stat : 8500 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 2351 0 0 0 148 0 0 0 20 0 8 0 722324879 538079232 7432 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 525468

[startup+3.10106 s]
/proc/loadavg: 7.49 7.95 7.97 9/482 8501
/proc/meminfo: memFree=9772788/32950928 swapFree=54423884/67111528
[pid=8493] ppid=8491 vsize=544476 CPUtime=24.6 cores=0-7
/proc/8493/stat : 8493 (strangenight2-m) R 8491 8493 8467 0 -1 4202496 38193 0 0 0 2449 11 0 0 25 0 8 0 722324878 557543424 20240 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294612 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8493/statm: 136119 20240 379 95 0 131101 0
[pid=8493/tid=8494] ppid=8491 vsize=544476 CPUtime=3.07 cores=0-7
/proc/8493/task/8494/stat : 8494 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 5006 0 0 0 306 1 0 0 18 0 8 0 722324879 557543424 20240 33554432000 4194304 4580107 140733225032576 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8493/tid=8495] ppid=8491 vsize=544476 CPUtime=3.01 cores=0-7
/proc/8493/task/8495/stat : 8495 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 5767 0 0 0 299 2 0 0 18 0 8 0 722324879 557543424 20240 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8493/tid=8496] ppid=8491 vsize=544476 CPUtime=3.08 cores=0-7
/proc/8493/task/8496/stat : 8496 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 4736 0 0 0 307 1 0 0 25 0 8 0 722324879 557543424 20240 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8493/tid=8497] ppid=8491 vsize=544476 CPUtime=3.08 cores=0-7
/proc/8493/task/8497/stat : 8497 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 5037 0 0 0 307 1 0 0 25 0 8 0 722324879 557543424 20240 33554432000 4194304 4580107 140733225032576 18446744073709551615 4413635 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8493/tid=8498] ppid=8491 vsize=544476 CPUtime=3.06 cores=0-7
/proc/8493/task/8498/stat : 8498 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 3529 0 0 0 306 0 0 0 25 0 8 0 722324879 557543424 20240 33554432000 4194304 4580107 140733225032576 18446744073709551615 4318494 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8493/tid=8499] ppid=8491 vsize=544476 CPUtime=3.07 cores=0-7
/proc/8493/task/8499/stat : 8499 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 4153 0 0 0 307 0 0 0 25 0 8 0 722324879 557543424 20240 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8493/tid=8500] ppid=8491 vsize=544476 CPUtime=3.08 cores=0-7
/proc/8493/task/8500/stat : 8500 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 3903 0 0 0 308 0 0 0 18 0 8 0 722324879 557543424 20240 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.6
Current children cumulated vsize (KiB) 544476

[startup+6.30045 s]
/proc/loadavg: 7.53 7.95 7.97 9/482 8501
/proc/meminfo: memFree=9724304/32950928 swapFree=54423884/67111528
[pid=8493] ppid=8491 vsize=563764 CPUtime=50.15 cores=0-7
/proc/8493/stat : 8493 (strangenight2-m) R 8491 8493 8467 0 -1 4202496 58398 0 0 0 5000 15 0 0 25 0 8 0 722324878 577294336 30632 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8493/statm: 140941 30632 379 95 0 135923 0
[pid=8493/tid=8494] ppid=8491 vsize=563764 CPUtime=6.27 cores=0-7
/proc/8493/task/8494/stat : 8494 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 8397 0 0 0 626 1 0 0 25 0 8 0 722324879 577294336 30633 33554432000 4194304 4580107 140733225032576 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8493/tid=8495] ppid=8491 vsize=563764 CPUtime=6.15 cores=0-7
/proc/8493/task/8495/stat : 8495 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 7634 0 0 0 613 2 0 0 25 0 8 0 722324879 577294336 30633 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8493/tid=8496] ppid=8491 vsize=563764 CPUtime=6.28 cores=0-7
/proc/8493/task/8496/stat : 8496 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 6918 0 0 0 626 2 0 0 25 0 8 0 722324879 577294336 30633 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8493/tid=8497] ppid=8491 vsize=563764 CPUtime=6.28 cores=0-7
/proc/8493/task/8497/stat : 8497 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 7469 0 0 0 626 2 0 0 25 0 8 0 722324879 577294336 30634 33554432000 4194304 4580107 140733225032576 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8493/tid=8498] ppid=8491 vsize=563764 CPUtime=6.26 cores=0-7
/proc/8493/task/8498/stat : 8498 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 6977 0 0 0 626 0 0 0 25 0 8 0 722324879 577294336 30634 33554432000 4194304 4580107 140733225032576 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8493/tid=8499] ppid=8491 vsize=563764 CPUtime=6.28 cores=0-7
/proc/8493/task/8499/stat : 8499 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 7987 0 0 0 627 1 0 0 25 0 8 0 722324879 577294336 30634 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8493/tid=8500] ppid=8491 vsize=563764 CPUtime=6.28 cores=0-7
/proc/8493/task/8500/stat : 8500 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 5832 0 0 0 627 1 0 0 25 0 8 0 722324879 577294336 30634 33554432000 4194304 4580107 140733225032576 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 0 0 0 0

################
# More data... #
################

/proc/8493/task/8498/stat : 8498 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 237942 0 0 0 250116 111 0 0 25 0 8 0 722324879 1558396928 294011 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8493/tid=8499] ppid=8491 vsize=1521872 CPUtime=2501.68 cores=0-7
/proc/8493/task/8499/stat : 8499 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 193183 0 0 0 250095 73 0 0 25 0 8 0 722324879 1558396928 294011 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8493/tid=8500] ppid=8491 vsize=1521872 CPUtime=2502.37 cores=0-7
/proc/8493/task/8500/stat : 8500 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 224092 0 0 0 250140 97 0 0 25 0 8 0 722324879 1558396928 294011 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19977.6
Current children cumulated vsize (KiB) 1521872

[startup+2562.3 s]
/proc/loadavg: 8.06 8.06 8.01 9/482 8581
/proc/meminfo: memFree=8658220/32950928 swapFree=54423884/67111528
[pid=8493] ppid=8491 vsize=1669280 CPUtime=20456.6 cores=0-7
/proc/8493/stat : 8493 (strangenight2-m) R 8491 8493 8467 0 -1 4202496 1659965 0 0 0 2044921 743 0 0 25 0 8 0 722324878 1709342720 296381 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8493/statm: 417320 296381 379 95 0 412302 0
[pid=8493/tid=8494] ppid=8491 vsize=1669280 CPUtime=2562.21 cores=0-7
/proc/8493/task/8494/stat : 8494 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 290035 0 0 0 256104 117 0 0 25 0 8 0 722324879 1709342720 296381 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8493/tid=8495] ppid=8491 vsize=1669280 CPUtime=2521.62 cores=0-7
/proc/8493/task/8495/stat : 8495 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 158417 0 0 0 252083 79 0 0 25 0 8 0 722324879 1709342720 296381 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8493/tid=8496] ppid=8491 vsize=1669280 CPUtime=2562.34 cores=0-7
/proc/8493/task/8496/stat : 8496 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 176499 0 0 0 256142 92 0 0 25 0 8 0 722324879 1709342720 296381 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8493/tid=8497] ppid=8491 vsize=1669280 CPUtime=2561.72 cores=0-7
/proc/8493/task/8497/stat : 8497 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 192910 0 0 0 256094 78 0 0 25 0 8 0 722324879 1709342720 296381 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8493/tid=8498] ppid=8491 vsize=1669280 CPUtime=2562.27 cores=0-7
/proc/8493/task/8498/stat : 8498 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 242363 0 0 0 256114 113 0 0 25 0 8 0 722324879 1709342720 296382 33554432000 4194304 4580107 140733225032576 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8493/tid=8499] ppid=8491 vsize=1669280 CPUtime=2561.68 cores=0-7
/proc/8493/task/8499/stat : 8499 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 193285 0 0 0 256095 73 0 0 25 0 8 0 722324879 1709342720 296382 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8493/tid=8500] ppid=8491 vsize=1669280 CPUtime=2562.37 cores=0-7
/proc/8493/task/8500/stat : 8500 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 227483 0 0 0 256138 99 0 0 25 0 8 0 722324879 1709342720 296382 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20456.6
Current children cumulated vsize (KiB) 1669280

Solver just ended. Dumping a history of the last processes samples

[startup+2563.8 s]
/proc/loadavg: 8.05 8.06 8.01 9/482 8581
/proc/meminfo: memFree=8656732/32950928 swapFree=54423884/67111528
[pid=8493] ppid=8491 vsize=1669280 CPUtime=20468.6 cores=0-7
/proc/8493/stat : 8493 (strangenight2-m) R 8491 8493 8467 0 -1 4202496 1660270 0 0 0 2046118 744 0 0 25 0 8 0 722324878 1709342720 296686 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8493/statm: 417320 296686 379 95 0 412302 0
[pid=8493/tid=8494] ppid=8491 vsize=1669280 CPUtime=2563.71 cores=0-7
/proc/8493/task/8494/stat : 8494 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 290106 0 0 0 256254 117 0 0 25 0 8 0 722324879 1709342720 296686 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8493/tid=8495] ppid=8491 vsize=1669280 CPUtime=2523.09 cores=0-7
/proc/8493/task/8495/stat : 8495 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 158417 0 0 0 252230 79 0 0 25 0 8 0 722324879 1709342720 296686 33554432000 4194304 4580107 140733225032576 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8493/tid=8496] ppid=8491 vsize=1669280 CPUtime=2563.85 cores=0-7
/proc/8493/task/8496/stat : 8496 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 176574 0 0 0 256292 93 0 0 25 0 8 0 722324879 1709342720 296686 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8493/tid=8497] ppid=8491 vsize=1669280 CPUtime=2563.22 cores=0-7
/proc/8493/task/8497/stat : 8497 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 192910 0 0 0 256244 78 0 0 25 0 8 0 722324879 1709342720 296686 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8493/tid=8498] ppid=8491 vsize=1669280 CPUtime=2563.77 cores=0-7
/proc/8493/task/8498/stat : 8498 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 242417 0 0 0 256264 113 0 0 25 0 8 0 722324879 1709342720 296686 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8493/tid=8499] ppid=8491 vsize=1669280 CPUtime=2563.18 cores=0-7
/proc/8493/task/8499/stat : 8499 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 193285 0 0 0 256245 73 0 0 25 0 8 0 722324879 1709342720 296686 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8493/tid=8500] ppid=8491 vsize=1669280 CPUtime=2563.87 cores=0-7
/proc/8493/task/8500/stat : 8500 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 227541 0 0 0 256288 99 0 0 25 0 8 0 722324879 1709342720 296686 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20468.6
Current children cumulated vsize (KiB) 1669280

[startup+2567.02 s]
/proc/loadavg: 8.05 8.06 8.01 9/482 8581
/proc/meminfo: memFree=8654376/32950928 swapFree=54423884/67111528
[pid=8493] ppid=8491 vsize=1669280 CPUtime=20494.3 cores=0-7
/proc/8493/stat : 8493 (strangenight2-m) R 8491 8493 8467 0 -1 4202496 1660883 0 0 0 2048687 744 0 0 25 0 8 0 722324878 1709342720 297299 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8493/statm: 417320 297299 379 95 0 412302 0
[pid=8493/tid=8494] ppid=8491 vsize=1669280 CPUtime=2566.92 cores=0-7
/proc/8493/task/8494/stat : 8494 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 290269 0 0 0 256575 117 0 0 25 0 8 0 722324879 1709342720 297299 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8493/tid=8495] ppid=8491 vsize=1669280 CPUtime=2526.25 cores=0-7
/proc/8493/task/8495/stat : 8495 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 158417 0 0 0 252546 79 0 0 25 0 8 0 722324879 1709342720 297299 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8493/tid=8496] ppid=8491 vsize=1669280 CPUtime=2567.06 cores=0-7
/proc/8493/task/8496/stat : 8496 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 176711 0 0 0 256613 93 0 0 25 0 8 0 722324879 1709342720 297299 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8493/tid=8497] ppid=8491 vsize=1669280 CPUtime=2566.44 cores=0-7
/proc/8493/task/8497/stat : 8497 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 192910 0 0 0 256566 78 0 0 25 0 8 0 722324879 1709342720 297299 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8493/tid=8498] ppid=8491 vsize=1669280 CPUtime=2566.99 cores=0-7
/proc/8493/task/8498/stat : 8498 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 242503 0 0 0 256586 113 0 0 25 0 8 0 722324879 1709342720 297299 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8493/tid=8499] ppid=8491 vsize=1669280 CPUtime=2566.39 cores=0-7
/proc/8493/task/8499/stat : 8499 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 193285 0 0 0 256566 73 0 0 25 0 8 0 722324879 1709342720 297299 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8493/tid=8500] ppid=8491 vsize=1669280 CPUtime=2567.09 cores=0-7
/proc/8493/task/8500/stat : 8500 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 227685 0 0 0 256610 99 0 0 25 0 8 0 722324879 1709342720 297299 33554432000 4194304 4580107 140733225032576 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20494.3
Current children cumulated vsize (KiB) 1669280

[startup+2568.6 s]
/proc/loadavg: 8.05 8.06 8.01 9/482 8581
/proc/meminfo: memFree=8653380/32950928 swapFree=54423884/67111528
[pid=8493] ppid=8491 vsize=1669280 CPUtime=20506.9 cores=0-7
/proc/8493/stat : 8493 (strangenight2-m) R 8491 8493 8467 0 -1 4202496 1661172 0 0 0 2049951 744 0 0 25 0 8 0 722324878 1709342720 297588 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8493/statm: 417320 297588 379 95 0 412302 0
[pid=8493/tid=8494] ppid=8491 vsize=1669280 CPUtime=2568.51 cores=0-7
/proc/8493/task/8494/stat : 8494 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 290334 0 0 0 256734 117 0 0 25 0 8 0 722324879 1709342720 297588 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8493/tid=8495] ppid=8491 vsize=1669280 CPUtime=2527.82 cores=0-7
/proc/8493/task/8495/stat : 8495 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 158417 0 0 0 252703 79 0 0 25 0 8 0 722324879 1709342720 297588 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8493/tid=8496] ppid=8491 vsize=1669280 CPUtime=2568.64 cores=0-7
/proc/8493/task/8496/stat : 8496 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 176768 0 0 0 256771 93 0 0 25 0 8 0 722324879 1709342720 297588 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8493/tid=8497] ppid=8491 vsize=1669280 CPUtime=2568.02 cores=0-7
/proc/8493/task/8497/stat : 8497 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 192910 0 0 0 256724 78 0 0 25 0 8 0 722324879 1709342720 297588 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8493/tid=8498] ppid=8491 vsize=1669280 CPUtime=2568.57 cores=0-7
/proc/8493/task/8498/stat : 8498 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 242555 0 0 0 256744 113 0 0 25 0 8 0 722324879 1709342720 297588 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8493/tid=8499] ppid=8491 vsize=1669280 CPUtime=2567.98 cores=0-7
/proc/8493/task/8499/stat : 8499 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 193285 0 0 0 256725 73 0 0 25 0 8 0 722324879 1709342720 297588 33554432000 4194304 4580107 140733225032576 18446744073709551615 4305296 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8493/tid=8500] ppid=8491 vsize=1669280 CPUtime=2568.67 cores=0-7
/proc/8493/task/8500/stat : 8500 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 227747 0 0 0 256768 99 0 0 25 0 8 0 722324879 1709342720 297588 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20506.9
Current children cumulated vsize (KiB) 1669280

[startup+2569 s]
/proc/loadavg: 8.05 8.06 8.01 9/482 8581
/proc/meminfo: memFree=8653380/32950928 swapFree=54423884/67111528
[pid=8493] ppid=8491 vsize=1602760 CPUtime=20510.1 cores=0-7
/proc/8493/stat : 8493 (strangenight2-m) R 8491 8493 8467 0 -1 4202496 1661244 0 0 0 2050270 744 0 0 25 0 8 0 722324878 1641226240 295807 33554432000 4194304 4580107 140733225032576 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8493/statm: 400690 295807 379 95 0 395672 0
[pid=8493/tid=8494] ppid=8491 vsize=1602760 CPUtime=2568.91 cores=0-7
/proc/8493/task/8494/stat : 8494 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 290358 0 0 0 256774 117 0 0 25 0 8 0 722324879 1641226240 295807 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8493/tid=8495] ppid=8491 vsize=1602760 CPUtime=2528.22 cores=0-7
/proc/8493/task/8495/stat : 8495 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 158417 0 0 0 252743 79 0 0 25 0 8 0 722324879 1641226240 295807 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8493/tid=8496] ppid=8491 vsize=1602760 CPUtime=2569.04 cores=0-7
/proc/8493/task/8496/stat : 8496 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 176782 0 0 0 256811 93 0 0 25 0 8 0 722324879 1641226240 295807 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8493/tid=8497] ppid=8491 vsize=1602760 CPUtime=2568.42 cores=0-7
/proc/8493/task/8497/stat : 8497 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 192910 0 0 0 256764 78 0 0 25 0 8 0 722324879 1641226240 295807 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8493/tid=8498] ppid=8491 vsize=1602760 CPUtime=2568.97 cores=0-7
/proc/8493/task/8498/stat : 8498 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 242557 0 0 0 256784 113 0 0 25 0 8 0 722324879 1641226240 295807 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8493/tid=8499] ppid=8491 vsize=1602760 CPUtime=2568.38 cores=0-7
/proc/8493/task/8499/stat : 8499 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 193285 0 0 0 256765 73 0 0 25 0 8 0 722324879 1641226240 295807 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8493/tid=8500] ppid=8491 vsize=1602760 CPUtime=2569.07 cores=0-7
/proc/8493/task/8500/stat : 8500 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 227763 0 0 0 256808 99 0 0 25 0 8 0 722324879 1641226240 295807 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20510.1
Current children cumulated vsize (KiB) 1602760

[startup+2569.4 s]
/proc/loadavg: 8.21 8.09 8.02 9/482 8581
/proc/meminfo: memFree=8659456/32950928 swapFree=54423884/67111528
[pid=8493] ppid=8491 vsize=1602760 CPUtime=20513.3 cores=0-7
/proc/8493/stat : 8493 (strangenight2-m) R 8491 8493 8467 0 -1 4202496 1661312 0 0 0 2050588 744 0 0 25 0 8 0 722324878 1641226240 295875 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8493/statm: 400690 295875 379 95 0 395672 0
[pid=8493/tid=8494] ppid=8491 vsize=1602760 CPUtime=2569.31 cores=0-7
/proc/8493/task/8494/stat : 8494 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 290381 0 0 0 256814 117 0 0 25 0 8 0 722324879 1641226240 295875 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8493/tid=8495] ppid=8491 vsize=1602760 CPUtime=2528.6 cores=0-7
/proc/8493/task/8495/stat : 8495 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 158417 0 0 0 252781 79 0 0 25 0 8 0 722324879 1641226240 295875 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8493/tid=8496] ppid=8491 vsize=1602760 CPUtime=2569.44 cores=0-7
/proc/8493/task/8496/stat : 8496 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 176794 0 0 0 256851 93 0 0 25 0 8 0 722324879 1641226240 295875 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8493/tid=8497] ppid=8491 vsize=1602760 CPUtime=2568.82 cores=0-7
/proc/8493/task/8497/stat : 8497 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 192910 0 0 0 256804 78 0 0 25 0 8 0 722324879 1641226240 295875 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8493/tid=8498] ppid=8491 vsize=1602760 CPUtime=2569.37 cores=0-7
/proc/8493/task/8498/stat : 8498 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 242557 0 0 0 256824 113 0 0 25 0 8 0 722324879 1641226240 295875 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8493/tid=8499] ppid=8491 vsize=1602760 CPUtime=2568.78 cores=0-7
/proc/8493/task/8499/stat : 8499 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 193285 0 0 0 256805 73 0 0 25 0 8 0 722324879 1641226240 295875 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8493/tid=8500] ppid=8491 vsize=1602760 CPUtime=2569.47 cores=0-7
/proc/8493/task/8500/stat : 8500 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 227780 0 0 0 256848 99 0 0 25 0 8 0 722324879 1641226240 295875 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20513.3
Current children cumulated vsize (KiB) 1602760

[startup+2569.5 s]
/proc/loadavg: 8.21 8.09 8.02 9/482 8581
/proc/meminfo: memFree=8659456/32950928 swapFree=54423884/67111528
[pid=8493] ppid=8491 vsize=1602760 CPUtime=20514.1 cores=0-7
/proc/8493/stat : 8493 (strangenight2-m) R 8491 8493 8467 0 -1 4202496 1661328 0 0 0 2050668 744 0 0 25 0 8 0 722324878 1641226240 295891 33554432000 4194304 4580107 140733225032576 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8493/statm: 400690 295891 379 95 0 395672 0
[pid=8493/tid=8494] ppid=8491 vsize=1602760 CPUtime=2569.41 cores=0-7
/proc/8493/task/8494/stat : 8494 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 290387 0 0 0 256824 117 0 0 25 0 8 0 722324879 1641226240 295891 33554432000 4194304 4580107 140733225032576 18446744073709551615 47577215546905 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8493/tid=8495] ppid=8491 vsize=1602760 CPUtime=2528.7 cores=0-7
/proc/8493/task/8495/stat : 8495 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 158417 0 0 0 252791 79 0 0 25 0 8 0 722324879 1641226240 295891 33554432000 4194304 4580107 140733225032576 18446744073709551615 47577215522500 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8493/tid=8496] ppid=8491 vsize=1602760 CPUtime=2569.54 cores=0-7
/proc/8493/task/8496/stat : 8496 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 176797 0 0 0 256861 93 0 0 25 0 8 0 722324879 1641226240 295891 33554432000 4194304 4580107 140733225032576 18446744073709551615 47577215546896 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8493/tid=8497] ppid=8491 vsize=1602760 CPUtime=2568.92 cores=0-7
/proc/8493/task/8497/stat : 8497 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 192910 0 0 0 256814 78 0 0 25 0 8 0 722324879 1641226240 295891 33554432000 4194304 4580107 140733225032576 18446744073709551615 47577215546905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8493/tid=8498] ppid=8491 vsize=1602760 CPUtime=2569.47 cores=0-7
/proc/8493/task/8498/stat : 8498 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 242557 0 0 0 256834 113 0 0 25 0 8 0 722324879 1641226240 295891 33554432000 4194304 4580107 140733225032576 18446744073709551615 47577215546903 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8493/tid=8499] ppid=8491 vsize=1602760 CPUtime=2568.88 cores=0-7
/proc/8493/task/8499/stat : 8499 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 193285 0 0 0 256815 73 0 0 25 0 8 0 722324879 1641226240 295891 33554432000 4194304 4580107 140733225032576 18446744073709551615 47577215546905 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8493/tid=8500] ppid=8491 vsize=1602760 CPUtime=2569.57 cores=0-7
/proc/8493/task/8500/stat : 8500 (strangenight2-m) R 8491 8493 8467 0 -1 4202560 227784 0 0 0 256858 99 0 0 25 0 8 0 722324879 1641226240 295891 33554432000 4194304 4580107 140733225032576 18446744073709551615 47577215546909 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20514.1
Current children cumulated vsize (KiB) 1602760

Child status: 20
Real time (s): 2569.56
CPU time (s): 20514.2
CPU user time (s): 20506.7
CPU system time (s): 7.50586
CPU usage (%): 798.355
Max. virtual memory (cumulated for all children) (KiB): 1822928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20506.7
system time used= 7.50586
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1661331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3843
involuntary context switches= 89204

runsolver used 11.2143 second user time and 29.6675 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-23 01:34:12
IDJOB=3394810
IDBENCH=84808
IDSOLVER=1878
FILE ID=node127/3394810-1306107252
RUNJOBID= node127-1306107252-8481
PBS_JOBID= 13388030
Free space on /tmp= 73344 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394810-1306107252/watcher-3394810-1306107252 -o /tmp/evaluation-result-3394810-1306107252/solver-3394810-1306107252 -C 40000 -W 5100 -M 31000  ./strangenight2-mt --threads=8 HOME/instance-3394810-1306107252.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=471544246

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       9845920 kB
Buffers:        221832 kB
Cached:        3840620 kB
SwapCached:      22608 kB
Active:        6466016 kB
Inactive:     16372832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9845920 kB
SwapTotal:    67111528 kB
SwapFree:     54423884 kB
Dirty:            5476 kB
Writeback:           0 kB
AnonPages:    18760568 kB
Mapped:          27748 kB
Slab:           100004 kB
PageTables:      94392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119719532 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73336 MiB
End job on node127 at 2011-05-23 02:17:02