Trace number 3173871

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? (TO) 4800.28 1201.74

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S58287803-001-UNKNOWN.cnf
MD5SUM0d5d355ade4a956f83626786ca6018b7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses21250
Sum of the clauses size148750
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 521250

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173871-1304072160.cnf'
0.00/0.00	c -- header says num vars:            250
0.00/0.00	c -- header says num clauses:       21250
0.04/0.02	c -- clauses added:            0 learnts,        21250 normals,            0 xors
0.04/0.02	c -- vars added        250
0.04/0.02	c Parsing time:  0.01 s
0.04/0.02	c  N st     0         0       250     21250         0         0    148750         0   no data   no data
1.18/0.38	c asymm  cl-useful: 0/14591/21250 lits-rem:0 time: 0.36
1.18/0.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.18/0.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.18/0.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.18/0.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.18/0.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
1.18/0.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.18/0.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1.18/0.50	c Finding binary XORs  T:     0.00 s  found:       0
1.18/0.50	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.18/0.50	c calculated reachability. Time: 0.00
1.18/0.50	c Calc default polars -  time:   0.00 s pos:     117 undec:       5 neg:     128
1.18/0.50	c =========================================================================================
1.18/0.50	c types(t): F = full restart, N = normal restart
1.18/0.50	c types(t): S = simplification begin/end, E = solution found
1.18/0.50	c restart types(rt): st = static, dy = dynamic
1.18/0.50	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.18/0.50	c  B st     0         0       250     21250         0         0    148750         0   no data   no data
1.18/0.73	c  N dy    10      4402       250     21250         0      4290    148750    295088     60.36     63.63
1.18/0.99	c  N dy    16      8520       250     21250         0      5891    148750    340473     58.51     61.81
5.40/1.37	c  N dy    26     14270       250     21250         0      7344    148750    371195     57.85     60.93
6.36/1.66	c  N dy    43     18309       250     21250         0      5806    148750    207710     58.03     61.09
7.59/1.94	c  N dy    64     22404       250     21250         0      9814    148750    473622     58.25     61.40
8.36/2.13	c  F st    66     25000       250     21250         0     12367    148750    644587     57.97     53.40
8.76/2.29	c  N st    70     27033       250     21250         0      7673    148750    273972     57.97   no data
9.96/2.50	c  S st    72     30001       250     21250         0     10563    148750    467798     57.97   no data
9.96/2.55	c  S st    72     30508       250     21250         0     11066    148750    499938     57.97   no data
9.96/2.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.96/2.57	c blocked clauses removed:        0 vars:      0 tried:         250 T: 0.00 s
9.96/2.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
9.96/2.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.96/2.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.96/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.35/3.13	c lits-rem:        55  cl-subs:      304  v-elim:      0  v-fix:    0  time:  0.53 s
13.15/3.35	c asymm  cl-useful: 0/6427/21250 lits-rem:0 time: 0.23
13.15/3.36	c calculated reachability. Time: 0.00
13.15/3.36	c  N dy    72     30508       250     21250         0     10762    148750    472532     57.97   no data
14.36/3.68	c  N dy    89     34542       250     21250         0     14703    148750    735177     58.09     61.29
15.96/4.02	c  N dy   100     38751       250     21250         0     11099    148750    444053     57.97     61.52
17.94/4.54	c  N dy   113     44684       250     21250         0     16865    148750    824137     57.81     61.68
18.34/4.65	c  S st   118     45765       250     21250         0      9191    148750    264475     57.83     59.92
18.75/4.70	c  S st   118     46268       250     21250         0      9684    148750    295099     57.83   no data
18.75/4.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.75/4.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.75/4.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.75/4.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.75/4.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.75/4.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
18.75/4.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.75/4.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.75/4.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.15/4.83	c lits-rem:         5  cl-subs:       31  v-elim:      0  v-fix:    0  time:  0.10 s
19.15/4.84	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
19.15/4.84	c vivif2 --  cl tried     9653 cl shrink        0 lits rem          0 time: 0.00
20.76/5.27	c asymm  cl-useful: 0/14793/21250 lits-rem:0 time: 0.43
20.76/5.27	c calculated reachability. Time: 0.00
20.76/5.27	c  N dy   118     46268       250     21250         0      9653    148750    292157     57.83   no data
22.34/5.60	c  N dy   129     50423       250     21250         0     13710    148750    560210     57.83     61.46
23.54/5.94	c  N dy   146     54465       250     21250         0     17659    148750    823895     57.88     61.08
24.76/6.30	c  N dy   166     58484       250     21250         0     11841    148750    384551     57.94     66.97
26.33/6.65	c  N dy   179     62633       250     21250         0     15901    148750    649733     57.86     61.43
28.34/7.12	c  N dy   201     67187       250     21250         0     20340    148750    945956     58.00     61.07
29.15/7.33	c  S st   206     69403       250     21250         0     11783    148750    328378     57.96     57.02
29.15/7.39	c  S st   206     69910       250     21250         0     12285    148750    359218     57.96   no data
29.15/7.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.15/7.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
29.55/7.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.55/7.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.55/7.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.55/7.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
29.55/7.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.55/7.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.55/7.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.93/7.59	c lits-rem:       141  cl-subs:       74  v-elim:      0  v-fix:    0  time:  0.16 s
29.93/7.59	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
29.93/7.59	c vivif2 --  cl tried    12211 cl shrink        0 lits rem          0 time: 0.00
31.13/7.82	c asymm  cl-useful: 0/6077/21250 lits-rem:0 time: 0.23
31.13/7.82	c calculated reachability. Time: 0.00
31.13/7.82	c  N dy   206     69910       250     21250         0     12211    148750    352067     57.96   no data
32.73/8.21	c  N dy   228     74433       250     21250         0     16627    148750    646341     58.02     61.37
34.32/8.65	c  N dy   244     79188       250     21250         0     21277    148750    953297     57.99     63.80
36.32/9.14	c  N dy   266     84376       250     21250         0     14618    148750    462312     58.04     61.11
37.52/9.41	c  F st   277     87502       250     21250         0     17664    148750    663562     58.06   no data
38.72/9.70	c  N st   282     90799       250     21250         0     20885    148750    885264     58.06   no data
40.71/10.27	c  N dy   295     96729       250     21250         0     13996    148750    368847     58.06     61.62
43.11/10.86	c  N dy   318    103330       250     21250         0     20459    148750    798110     58.09     61.35
43.91/11.02	c  S st   325    104866       250     21250         0     21963    148750    898667     58.09     61.00
44.30/11.10	c  S st   325    105369       250     21250         0     22461    148750    930165     58.09   no data
44.30/11.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.30/11.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
44.30/11.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.30/11.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.30/11.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.30/11.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
44.30/11.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.30/11.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
44.30/11.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.70/13.22	c lits-rem:       166  cl-subs:      540  v-elim:      0  v-fix:    0  time:  2.05 s
52.70/13.22	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
52.70/13.24	c vivif2 --  cl tried    21921 cl shrink        0 lits rem          0 time: 0.01
53.89/13.57	c asymm  cl-useful: 0/5730/21250 lits-rem:0 time: 0.33
53.89/13.57	c calculated reachability. Time: 0.00
53.89/13.57	c  N dy   325    105369       250     21250         0     21921    148750    880006     58.09   no data
57.09/14.32	c  N dy   355    112137       250     21250         0     14869    148750    372437     58.13     61.31
59.90/15.02	c  N dy   385    119522       250     21250         0     22085    148750    854131     58.16     61.57
63.88/16.03	c  N dy   407    128172       250     21250         0     15870    148750    385763     58.07     61.74
67.08/16.89	c  N dy   437    136990       250     21250         0     24475    148750    957261     58.06     61.13
71.07/17.89	c  N dy   472    145793       250     21250         0     17450    148750    437643     58.06     61.17
75.07/18.85	c  N dy   514    155148       250     21250         0     26592    148750   1041521     58.10     61.76
76.27/19.18	c  S st   525    158053       250     21250         0     29438    148750   1228469     58.10     55.83
76.66/19.27	c  S st   525    158555       250     21250         0     29933    148750   1259419     58.10   no data
76.66/19.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.66/19.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
77.06/19.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.06/19.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.06/19.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.06/19.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
77.06/19.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.06/19.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
77.06/19.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.24/23.60	c lits-rem:       321  cl-subs:      769  v-elim:      0  v-fix:    0  time:  4.25 s
94.24/23.60	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
94.24/23.62	c vivif2 --  cl tried    29164 cl shrink        0 lits rem          0 time: 0.02
95.05/23.89	c asymm  cl-useful: 0/4249/21250 lits-rem:0 time: 0.27
95.05/23.89	c calculated reachability. Time: 0.00
95.05/23.89	c  N dy   525    158555       250     21250         0     29164    148750   1186900     58.10   no data
99.45/24.95	c  N dy   551    168704       250     21250         0     22448    148750    709875     58.03     61.28
104.25/26.19	c  N dy   581    179937       250     21250         0     33397    148750   1429227     57.99     62.19
109.82/27.56	c  N dy   624    191648       250     21250         0     27302    148750    979843     57.98     61.34
116.21/29.10	c  N dy   671    204188       250     21250         0     20993    148750    509279     58.00     61.07
122.19/30.60	c  N dy   704    217263       250     21250         0     33742    148750   1350599     57.96     61.15
130.60/32.75	c  N dy   762    232680       250     21250         0     29264    148750   1001709     57.94     61.22
133.38/33.45	c  S st   784    237832       250     21250         0     34309    148750   1338220     57.96     53.74
133.78/33.56	c  S st   784    238332       250     21250         0     34805    148750   1368475     57.96   no data
133.78/33.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
133.78/33.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
134.19/33.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
134.19/33.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
134.19/33.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.19/33.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
134.19/33.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
134.19/33.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
134.19/33.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.35/39.40	c lits-rem:       239  cl-subs:      862  v-elim:      0  v-fix:    0  time:  5.75 s
157.35/39.41	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
157.35/39.42	c vivif2 --  cl tried    33943 cl shrink        0 lits rem          0 time: 0.02
158.55/39.77	c asymm  cl-useful: 0/3835/21250 lits-rem:0 time: 0.34
158.55/39.77	c calculated reachability. Time: 0.00
158.55/39.77	c  N dy   784    238332       250     21250         0     33943    148750   1290162     57.96   no data
166.54/41.72	c  N dy   845    253700       250     21250         0     28453    148750    893252     57.95     61.76
174.55/43.72	c  N dy   897    269913       250     21250         0     22820    148750    466939     57.91     61.62
182.51/45.78	c  N dy   971    287190       250     21250         0     39695    148750   1577249     57.93     62.60
191.72/48.07	c  N dy  1034    305922       250     21250         0     35511    148750   1250004     57.89     61.06
192.12/48.12	c  F st  1036    306250       250     21250         0     35831    148750   1270924     57.89     57.17
201.69/50.53	c  N dy  1080    325729       250     21250         0     31433    148750    925994     57.85     61.17
212.88/53.39	c  N dy  1156    346907       250     21250         0     27658    148750    625058     57.83     61.32
218.08/54.68	c  S st  1195    357499       250     21250         0     38041    148750   1315528     57.84     57.45
218.86/54.80	c  S st  1195    358002       250     21250         0     38534    148750   1347213     57.84   no data
218.86/54.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
218.86/54.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
218.86/54.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
218.86/54.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
218.86/54.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
218.86/54.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
218.86/54.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
218.86/54.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
218.86/54.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.23/60.43	c lits-rem:       296  cl-subs:      794  v-elim:      0  v-fix:    0  time:  5.55 s
241.23/60.43	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
241.23/60.45	c vivif2 --  cl tried    37740 cl shrink        0 lits rem          0 time: 0.02
242.44/60.76	c asymm  cl-useful: 0/3489/21250 lits-rem:0 time: 0.30
242.44/60.76	c calculated reachability. Time: 0.00
242.44/60.76	c  N dy  1195    358002       250     21250         0     37740    148750   1274749     57.84   no data
254.82/63.83	c  N dy  1289    378603       250     21250         0     32463    148750    893731     57.88     61.82
267.20/66.94	c  N dy  1362    398797       250     21250         0     52196    148750   2203391     57.90     61.24
277.99/69.65	c  N dy  1412    419017       250     21250         0     45537    148750   1706537     57.86     61.05
289.97/72.64	c  N dy  1480    439676       250     21250         0     38365    148750   1170317     57.85     61.01
302.75/75.82	c  N dy  1546    459747       250     21250         0     29653    148750    541729     57.82     60.91
313.94/78.69	c  N dy  1593    481365       250     21250         0     50719    148750   1940685     57.75     61.21
326.32/81.74	c  N dy  1682    501656       250     21250         0     41279    148750   1259070     57.77     60.82
339.11/84.96	c  N dy  1744    521682       250     21250         0     30579    148750    497158     57.76     60.84
347.09/86.98	c  S st  1795    537003       250     21250         0     45574    148750   1481290     57.75   no data
347.89/87.11	c  S st  1795    537507       250     21250         0     46070    148750   1510322     57.75   no data
347.89/87.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
347.89/87.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
347.89/87.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
347.89/87.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
347.89/87.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
347.89/87.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
347.89/87.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
347.89/87.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
348.29/87.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
376.68/94.30	c lits-rem:       259  cl-subs:      868  v-elim:      0  v-fix:    0  time:  7.09 s
376.68/94.31	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
376.68/94.32	c vivif2 --  cl tried    45202 cl shrink        0 lits rem          0 time: 0.02
377.85/94.66	c asymm  cl-useful: 0/3043/21250 lits-rem:0 time: 0.33
377.85/94.66	c calculated reachability. Time: 0.00
377.85/94.66	c  N dy  1795    537507       250     21250         0     45202    148750   1431316     57.75   no data
391.43/98.07	c  N dy  1867    558092       250     21250         0     34056    148750    670395     57.75     61.00
403.81/101.17	c  N dy  1940    579285       250     21250         0     54802    148750   2046904     57.75     61.38
417.39/104.55	c  N dy  2033    599632       250     21250         0     42444    148750   1168797     57.77     60.84
432.18/108.23	c  N dy  2100    619975       250     21250         0     62330    148750   2484866     57.77     60.89
444.95/111.43	c  N dy  2156    640754       250     21250         0     49351    148750   1570831     57.74     60.92
460.15/115.29	c  N dy  2228    661054       250     21250         0     35001    148750    568759     57.74     61.25
473.71/118.65	c  N dy  2311    681074       250     21250         0     54553    148750   1856104     57.75     60.98
490.91/122.94	c  N dy  2387    701086       250     21250         0     38957    148750    774850     57.75     64.58
504.09/126.21	c  N dy  2460    721194       250     21250         0     58547    148750   2066796     57.74     61.65
519.65/130.11	c  N dy  2543    741422       250     21250         0     42145    148750    928700     57.75     60.81
533.63/133.69	c  N dy  2625    761715       250     21250         0     61999    148750   2241989     57.76     61.12
550.01/137.76	c  N dy  2724    781785       250     21250         0     44534    148750   1032054     57.78     61.08
563.99/141.22	c  N dy  2794    801943       250     21250         0     64206    148750   2330919     57.78     60.87
567.59/142.14	c  S st  2812    806260       250     21250         0     68416    148750   2609225     57.78     58.80
568.39/142.32	c  S st  2812    806763       250     21250         0     68918    148750   2641220     57.78   no data
568.39/142.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
568.39/142.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
568.39/142.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
568.39/142.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
568.39/142.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
568.39/142.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
568.39/142.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
568.79/142.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
568.79/142.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
677.83/169.72	c lits-rem:       799  cl-subs:     1723  v-elim:      0  v-fix:    0  time: 27.24 s
677.83/169.73	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
677.83/169.76	c vivif2 --  cl tried    67195 cl shrink        0 lits rem          0 time: 0.04
678.63/169.92	c asymm  cl-useful: 0/904/21250 lits-rem:0 time: 0.16
678.63/169.92	c calculated reachability. Time: 0.00
678.63/169.92	c  N dy  2812    806763       250     21250         0     67195    148750   2483524     57.78   no data
693.81/173.75	c  N dy  2879    826829       250     21250         0     48721    148750   1253253     57.78     60.91
708.99/177.55	c  N dy  2946    847196       250     21250         0     68616    148750   2567502     57.78     61.30
724.17/181.34	c  N dy  3019    867555       250     21250         0     49433    148750   1252975     57.78     60.93
739.35/185.12	c  N dy  3098    887665       250     21250         0     69086    148750   2554725     57.79     61.42
755.33/189.16	c  N dy  3187    907764       250     21250         0     48670    148750   1141534     57.79     61.85
770.11/192.88	c  N dy  3266    927808       250     21250         0     68247    148750   2434963     57.79     60.85
787.28/197.15	c  N dy  3347    948261       250     21250         0     47186    148750    987927     57.80     60.94
802.07/200.82	c  N dy  3430    968484       250     21250         0     66940    148750   2298142     57.81     61.28
820.06/205.35	c  N dy  3510    988526       250     21250         0     44501    148750    751020     57.82     60.89
834.42/208.96	c  N dy  3607   1008647       250     21250         0     64156    148750   2053727     57.83     61.03
853.60/213.70	c  N dy  3695   1029419       250     21250         0     84486    148750   3400488     57.84     60.90
870.37/217.93	c  N dy  3767   1053226       250     21250         0     64769    148750   2038458     57.83     61.13
887.55/222.24	c  F st  3845   1071877       250     21250         0     82993    148750   3246945     57.83     56.70
889.54/222.80	c  N st  3849   1073911       250     21250         0     84976    148750   3381867     57.83   no data
905.12/226.60	c  N dy  3905   1094225       250     21250         0     60863    148750   1726527     57.82     61.24
926.70/232.10	c  N dy  3992   1116513       250     21250         0     82613    148750   3156354     57.82     61.04
947.08/237.15	c  N dy  4069   1136747       250     21250         0     57442    148750   1446387     57.83     61.00
964.24/241.49	c  N dy  4154   1156796       250     21250         0     77027    148750   2740534     57.84     61.69
984.22/246.45	c  N dy  4225   1176895       250     21250         0     50762    148750    944467     57.83     61.20
999.00/250.17	c  N dy  4292   1197120       250     21250         0     70551    148750   2252437     57.82     61.22
1011.78/253.32	c  S st  4345   1210145       250     21250         0     83275    148750   3096966     57.83     58.94
1012.58/253.55	c  S st  4345   1210648       250     21250         0     83775    148750   3127207     57.83   no data
1012.58/253.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1012.98/253.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1012.98/253.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1012.98/253.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1012.98/253.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1012.98/253.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
1012.98/253.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1012.98/253.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1013.39/253.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1119.64/280.39	c lits-rem:       735  cl-subs:     2204  v-elim:      0  v-fix:    0  time: 26.65 s
1119.64/280.39	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
1120.04/280.43	c vivif2 --  cl tried    81571 cl shrink        0 lits rem          0 time: 0.04
1121.64/280.81	c asymm  cl-useful: 0/2451/21250 lits-rem:0 time: 0.37
1121.64/280.81	c calculated reachability. Time: 0.00
1121.64/280.81	c  N dy  4345   1210648       250     21250         0     81571    148750   2927709     57.83   no data
1140.40/285.54	c  N dy  4422   1230922       250     21250         0     54453    148750   1139612     57.83     61.25
1155.98/289.48	c  N dy  4488   1250987       250     21250         0     74104    148750   2435440     57.83     60.95
1176.38/294.56	c  N dy  4572   1271026       250     21250         0     93652    148750   3732467     57.84     60.96
1192.33/298.54	c  N dy  4654   1291048       250     21250         0     65393    148750   1801242     57.84     60.98
1210.71/303.11	c  N dy  4719   1311540       250     21250         0     85382    148750   3125859     57.83     60.97
1230.28/308.08	c  N dy  4799   1331694       250     21250         0     56215    148750   1141518     57.84     61.10
1247.85/312.45	c  N dy  4874   1353245       250     21250         0     77273    148750   2529433     57.84     61.56
1268.65/317.66	c  N dy  4943   1373626       250     21250         0     97170    148750   3849507     57.84     60.90
1285.40/321.81	c  N dy  5025   1394033       250     21250         0     67288    148750   1817671     57.84     60.92
1303.80/326.49	c  N dy  5099   1414118       250     21250         0     86928    148750   3120369     57.84     60.95
1324.55/331.62	c  N dy  5161   1434262       250     21250         0     55804    148750   1003850     57.84     60.92
1340.93/335.76	c  N dy  5237   1454339       250     21250         0     75452    148750   2305749     57.84     61.12
1361.30/340.83	c  N dy  5310   1474390       250     21250         0     95032    148750   3607599     57.84     60.99
1380.07/345.54	c  N dy  5389   1494476       250     21250         0     62864    148750   1412801     57.84     61.40
1398.05/350.06	c  N dy  5475   1514608       250     21250         0     82556    148750   2712875     57.85     61.20
1420.42/355.63	c  N dy  5549   1534712       250     21250         0    102177    148750   4011526     57.85     62.16
1438.00/360.05	c  N dy  5627   1554716       250     21250         0     68937    148750   1763610     57.85     60.99
1457.19/364.83	c  N dy  5691   1574809       250     21250         0     88575    148750   3066749     57.84     61.23
1483.13/371.34	c  N dy  5752   1596988       250     21250         0     56507    148750    887004     57.84     61.16
1500.32/375.66	c  N dy  5838   1617147       250     21250         0     76193    148750   2190908     57.84     60.92
1523.10/381.37	c  N dy  5923   1637887       250     21250         0     96459    148750   3535311     57.85     60.93
1545.84/387.07	c  N dy  6004   1657945       250     21250         0     61332    148750   1156598     57.86     61.24
1565.83/392.02	c  N dy  6070   1680464       250     21250         0     83341    148750   2616274     57.85     60.95
1587.79/397.55	c  N dy  6146   1700466       250     21250         0    102904    148750   3910592     57.85     61.21
1600.57/400.70	c  S st  6189   1710648       250     21250         0     57146    148750    824098     57.86     57.49
1600.98/400.85	c  S st  6189   1711148       250     21250         0     57642    148750    855341     57.86   no data
1600.98/400.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1600.98/400.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
1600.98/400.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1600.98/400.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1600.98/400.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1600.98/400.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
1600.98/400.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1601.38/400.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1601.38/400.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1608.56/402.70	c lits-rem:        75  cl-subs:       67  v-elim:      0  v-fix:    0  time:  1.76 s
1608.56/402.70	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
1608.56/402.72	c vivif2 --  cl tried    57575 cl shrink        0 lits rem          0 time: 0.01
1609.76/403.05	c asymm  cl-useful: 0/2884/21250 lits-rem:0 time: 0.33
1609.76/403.05	c calculated reachability. Time: 0.00
1609.76/403.05	c  N dy  6189   1711148       250     21250         0     57575    148750    848749     57.86   no data
1626.54/407.27	c  N dy  6275   1731343       250     21250         0     77283    148750   2159307     57.87     61.44
1647.71/412.58	c  N dy  6365   1751360       250     21250         0     96835    148750   3461070     57.87     61.40
1674.07/419.11	c  N dy  6440   1771989       250     21250         0     60346    148750    973534     57.88     61.14
1693.65/424.07	c  N dy  6541   1792143       250     21250         0     80055    148750   2280655     57.88     61.54
1720.83/430.88	c  N dy  6624   1812376       250     21250         0     99809    148750   3589812     57.89     61.08
1747.19/437.41	c  N dy  6693   1832479       250     21250         0     61799    148750   1016901     57.88     61.46
1765.17/441.94	c  N dy  6773   1852743       250     21250         0     81575    148750   2325132     57.89     61.39
1787.15/447.48	c  N dy  6838   1873103       250     21250         0    101426    148750   3645256     57.88     61.14
1811.89/453.61	c  N dy  6912   1893213       250     21250         0     62463    148750   1009476     57.88     61.30
1828.27/457.78	c  N dy  6958   1913253       250     21250         0     82025    148750   2307659     57.87     61.77
1849.43/463.00	c  N dy  7025   1933341       250     21250         0    101637    148750   3614699     57.87     61.00
1872.60/468.89	c  N dy  7066   1953787       250     21250         0     62060    148750    927279     57.85     61.08
1891.38/473.50	c  N dy  7147   1974720       250     21250         0     82493    148750   2278676     57.86     62.04
1912.55/478.83	c  N dy  7198   1994800       250     21250         0    102100    148750   3575718     57.85     65.78
1940.12/485.70	c  N dy  7276   2016980       250     21250         0     63250    148750    951305     57.85     60.96
1958.10/490.30	c  N dy  7351   2037646       250     21250         0     83442    148750   2289274     57.85     61.43
1980.08/495.80	c  N dy  7419   2057755       250     21250         0    103078    148750   3591800     57.84     60.97
2009.61/503.15	c  N dy  7500   2080052       250     21250         0     63338    148750    897412     57.84     61.51
2027.99/507.72	c  N dy  7574   2100347       250     21250         0     83138    148750   2213249     57.84     61.04
2049.97/513.24	c  N dy  7654   2120355       250     21250         0    102661    148750   3507969     57.85     61.08
2077.52/520.12	c  N dy  7737   2140459       250     21250         0    122287    148750   4806197     57.85     61.17
2099.11/525.52	c  N dy  7814   2160718       250     21250         0     79574    148750   1924237     57.86     61.12
2122.67/531.49	c  N dy  7908   2180877       250     21250         0     99226    148750   3230156     57.86     61.46
2149.03/538.04	c  N dy  7990   2200930       250     21250         0    118828    148750   4528139     57.87     65.73
2163.41/541.64	c  S st  8032   2211149       250     21250         0     65345    148750    922742     57.87     57.48
2164.21/541.81	c  S st  8032   2211652       250     21250         0     65846    148750    954454     57.87   no data
2164.21/541.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2164.21/541.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
2164.21/541.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2164.21/541.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2164.21/541.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2164.21/541.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
2164.21/541.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2164.21/541.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2164.62/541.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2170.20/543.32	c lits-rem:        26  cl-subs:      128  v-elim:      0  v-fix:    0  time:  1.40 s
2170.20/543.32	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
2170.20/543.34	c vivif2 --  cl tried    65718 cl shrink        0 lits rem          0 time: 0.01
2171.40/543.69	c asymm  cl-useful: 0/2412/21250 lits-rem:0 time: 0.35
2171.40/543.70	c calculated reachability. Time: 0.00
2171.80/543.70	c  N dy  8032   2211652       250     21250         0     65718    148750    942619     57.87   no data
2189.37/548.15	c  N dy  8095   2231736       250     21250         0     85327    148750   2243474     57.86     61.09
2212.96/554.06	c  N dy  8164   2252714       250     21250         0    105796    148750   3591967     57.86     61.27
2239.72/560.79	c  N dy  8237   2273018       250     21250         0    125616    148750   4902300     57.86     61.09
2260.48/565.91	c  N dy  8313   2293134       250     21250         0     80828    148750   1896402     57.86     60.92
2283.67/571.75	c  N dy  8393   2314590       250     21250         0    101840    148750   3295402     57.87     61.13
2310.81/578.55	c  N dy  8490   2334673       250     21250         0    121426    148750   4597282     57.88     61.27
2335.99/584.81	c  N dy  8582   2354729       250     21250         0     75561    148750   1494452     57.88     68.02
2356.75/590.08	c  N dy  8645   2375774       250     21250         0     96134    148750   2858355     57.88     61.29
2382.31/596.45	c  N dy  8712   2396668       250     21250         0    116539    148750   4211609     57.88     61.56
2413.07/604.14	c  N dy  8806   2418083       250     21250         0     71041    148750   1138362     57.89     61.12
2433.84/609.39	c  N dy  8874   2438136       250     21250         0     90675    148750   2436297     57.89     61.24
2459.02/615.66	c  N dy  8947   2458255       250     21250         0    110348    148750   3747909     57.89     61.41
2489.36/623.27	c  N dy  9031   2479362       250     21250         0    130974    148750   5119279     57.89     61.27
2513.33/629.25	c  N dy  9116   2500678       250     21250         0     84385    148750   1956769     57.89     60.98
2535.30/634.79	c  N dy  9190   2520688       250     21250         0    103942    148750   3257988     57.89     63.51
2561.26/641.29	c  N dy  9245   2540811       250     21250         0    123590    148750   4551583     57.89     60.96
2588.83/648.14	c  N dy  9333   2560834       250     21250         0     74704    148750   1270411     57.89     60.96
2608.00/652.94	c  N dy  9383   2580977       250     21250         0     94355    148750   2570393     57.89     61.19
2635.18/659.72	c  N dy  9451   2602832       250     21250         0    115669    148750   3983841     57.89     61.37
2662.33/666.53	c  N dy  9496   2623052       250     21250         0    135397    148750   5289018     57.88     61.10
2684.70/672.11	c  N dy  9568   2643145       250     21250         0     85725    148750   1943539     57.88     61.24
2709.06/678.26	c  N dy  9601   2666890       250     21250         0    108871    148750   3479780     57.86     61.01
2739.43/685.81	c  N dy  9683   2688449       250     21250         0    129913    148750   4874079     57.86     61.22
2771.78/693.96	c  N dy  9751   2708541       250     21250         0     79274    148750   1461186     57.86     61.88
2774.98/694.80	c  S st  9769   2711653       250     21250         0     82305    148750   1661656     57.87   no data
2776.17/695.04	c  S st  9769   2712156       250     21250         0     82803    148750   1693366     57.87   no data
2776.17/695.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2776.57/695.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2776.57/695.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2776.57/695.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2776.57/695.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2776.57/695.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
2776.57/695.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2776.57/695.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2776.57/695.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2811.32/703.84	c lits-rem:       248  cl-subs:      707  v-elim:      0  v-fix:    0  time:  8.66 s
2811.32/703.84	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
2811.32/703.87	c vivif2 --  cl tried    82096 cl shrink        0 lits rem          0 time: 0.03
2812.92/704.29	c asymm  cl-useful: 0/2022/21250 lits-rem:0 time: 0.41
2812.92/704.29	c calculated reachability. Time: 0.00
2812.92/704.29	c  N dy  9769   2712156       250     21250         0     82096    148750   1628750     57.87   no data
2837.31/710.36	c  N dy  9859   2732512       250     21250         0    102002    148750   2950898     57.87     61.00
2862.85/716.71	c  N dy  9920   2752790       250     21250         0    121846    148750   4265576     57.87     61.10
2893.22/724.39	c  N dy  9997   2772810       250     21250         0    141410    148750   5561983     57.87     60.92
2914.79/729.77	c  N dy 10077   2792924       250     21250         0     89772    148750   2100682     57.87     60.94
2938.75/735.75	c  N dy 10166   2812985       250     21250         0    109404    148750   3407279     57.87     61.86
2966.71/742.71	c  N dy 10239   2833173       250     21250         0    129116    148750   4714968     57.88     61.23
2998.27/750.61	c  N dy 10328   2853547       250     21250         0     76699    148750   1175786     57.88     60.97
3018.24/755.63	c  N dy 10387   2873825       250     21250         0     96522    148750   2489847     57.88     61.80
3043.00/761.88	c  N dy 10460   2893842       250     21250         0    116087    148750   3784640     57.88     62.06
3073.37/769.42	c  N dy 10544   2914068       250     21250         0    135843    148750   5099635     57.88     61.32
3101.33/776.40	c  N dy 10625   2934356       250     21250         0     82375    148750   1493006     57.89     61.92
3123.30/781.93	c  N dy 10703   2954458       250     21250         0    101993    148750   2795190     57.89     61.87
3150.06/788.68	c  N dy 10780   2974808       250     21250         0    121873    148750   4111245     57.89     61.33
3185.21/797.47	c  N dy 10863   2994895       250     21250         0    141507    148750   5416286     57.89     62.74
3211.97/804.12	c  N dy 10957   3014909       250     21250         0     86802    148750   1728596     57.90     60.97
3234.74/809.86	c  N dy 11021   3034925       250     21250         0    106401    148750   3030948     57.90     61.30
3263.12/816.96	c  N dy 11103   3054985       250     21250         0    125988    148750   4332245     57.90     61.31
3294.29/824.76	c  N dy 11164   3075323       250     21250         0    145879    148750   5649769     57.90     61.08
3319.83/831.15	c  N dy 11241   3096470       250     21250         0     91295    148750   1977127     57.90     62.05
3345.79/837.64	c  N dy 11311   3118762       250     21250         0    113098    148750   3426288     57.89     60.98
3374.55/844.82	c  N dy 11384   3138930       250     21250         0    132782    148750   4729874     57.89     61.10
3408.91/853.49	c  N dy 11467   3158982       250     21250         0    152385    148750   6030801     57.90     61.98
3430.87/858.95	c  N dy 11539   3179016       250     21250         0     95751    148750   2218189     57.90     61.41
3456.86/865.45	c  N dy 11610   3200024       250     21250         0    116252    148750   3578171     57.90     61.15
3474.04/869.79	c  S st 11657   3212157       250     21250         0    128100    148750   4364254     57.90   no data
3475.62/870.14	c  S st 11657   3212659       250     21250         0    128597    148750   4396376     57.90   no data
3475.62/870.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3476.02/870.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.08
3476.02/870.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3476.02/870.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3476.02/870.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3476.02/870.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
3476.02/870.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3476.42/870.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3476.81/870.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3690.92/924.03	c lits-rem:       965  cl-subs:     3118  v-elim:      0  v-fix:    0  time: 53.61 s
3690.92/924.04	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
3691.32/924.10	c vivif2 --  cl tried   125479 cl shrink        0 lits rem          0 time: 0.06
3692.92/924.54	c asymm  cl-useful: 0/1419/21250 lits-rem:0 time: 0.44
3692.92/924.55	c calculated reachability. Time: 0.00
3692.92/924.55	c  N dy 11657   3212659       250     21250         0    125479    148750   4113432     57.90   no data
3726.47/932.90	c  N dy 11732   3233346       250     21250         0    145692    148750   5455987     57.90     60.95
3756.03/940.37	c  N dy 11820   3254903       250     21250         0     89603    148750   1754302     57.90     61.01
3780.00/946.30	c  N dy 11892   3274976       250     21250         0    109214    148750   3058688     57.90     61.01
3811.16/954.17	c  N dy 11985   3296489       250     21250         0    130226    148750   4453344     57.90     61.91
3845.91/962.85	c  N dy 12073   3317348       250     21250         0    150593    148750   5803339     57.91     61.38
3872.27/969.45	c  N dy 12153   3337431       250     21250         0     92103    148750   1861150     57.91     68.41
3897.04/975.66	c  N dy 12237   3357512       250     21250         0    111761    148750   3163426     57.91     61.65
3925.79/982.87	c  N dy 12308   3377756       250     21250         0    131557    148750   4474141     57.91     61.28
3958.14/990.92	c  N dy 12362   3397985       250     21250         0    151325    148750   5777939     57.90     61.38
3987.32/998.21	c  N dy 12436   3420107       250     21250         0     93750    148750   1909270     57.90     61.56
4012.08/1004.42	c  N dy 12502   3440494       250     21250         0    113656    148750   3232348     57.90     61.28
4042.84/1012.16	c  N dy 12566   3460978       250     21250         0    133681    148750   4561983     57.90     61.26
4083.18/1022.20	c  N dy 12657   3481173       250     21250         0    153397    148750   5874367     57.90     61.01
4116.33/1030.57	c  N dy 12755   3501224       250     21250         0     92855    148750   1802118     57.91     61.09
4141.50/1036.89	c  N dy 12843   3521288       250     21250         0    112463    148750   3106329     57.91     61.36
4171.06/1044.21	c  N dy 12927   3541383       250     21250         0    132084    148750   4407320     57.91     61.31
4204.61/1052.64	c  N dy 13007   3561458       250     21250         0    151701    148750   5713011     57.92     67.80
4235.77/1060.49	c  N dy 13094   3581542       250     21250         0     90226    148750   1573352     57.92     61.27
4259.74/1066.42	c  N dy 13154   3602017       250     21250         0    110218    148750   2898913     57.92     61.62
4288.90/1073.73	c  N dy 13235   3622775       250     21250         0    130488    148750   4245749     57.92     61.13
4321.66/1081.92	c  N dy 13314   3642852       250     21250         0    150070    148750   5547295     57.92     61.77
4352.01/1089.54	c  N dy 13354   3662985       250     21250         0     87688    148750   1346852     57.91     61.00
4374.80/1095.30	c  N dy 13422   3682995       250     21250         0    107219    148750   2641335     57.91     61.61
4403.55/1102.48	c  N dy 13509   3703135       250     21250         0    126841    148750   3936321     57.91     61.32
4418.32/1106.16	c  S st 13543   3712661       250     21250         0    136163    148750   4554773     57.91     58.01
4419.92/1106.51	c  S st 13543   3713168       250     21250         0    136662    148750   4586567     57.91   no data
4419.92/1106.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4420.32/1106.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.09
4420.32/1106.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4420.32/1106.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4420.32/1106.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4420.32/1106.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
4420.32/1106.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4420.32/1106.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4421.11/1106.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4622.84/1157.30	c lits-rem:      1271  cl-subs:     3353  v-elim:      0  v-fix:    0  time: 50.50 s
4622.84/1157.30	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
4622.84/1157.37	c vivif2 --  cl tried   133309 cl shrink        0 lits rem          0 time: 0.07
4624.84/1157.86	c asymm  cl-useful: 0/1350/21250 lits-rem:0 time: 0.49
4624.84/1157.86	c calculated reachability. Time: 0.00
4624.84/1157.86	c  N dy 13543   3713168       250     21250         0    133309    148750   4284636     57.91   no data
4671.98/1169.68	c  N dy 13620   3733564       250     21250         0    153231    148750   5607713     57.91     61.14
4712.33/1179.71	c  F st 13672   3751562       250     21250         0     87863    148750   1308952     57.91     56.70
4714.32/1180.29	c  N st 13676   3753597       250     21250         0     89834    148750   1441213     57.91   no data
4738.29/1186.21	c  N dy 13743   3773601       250     21250         0    109401    148750   2748508     57.91     61.15
4768.25/1193.74	c  N dy 13814   3794506       250     21250         0    129806    148750   4098797     57.91     61.05

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3173871-1304072160/watcher-3173871-1304072160 -o /tmp/evaluation-result-3173871-1304072160/solver-3173871-1304072160 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173871-1304072160.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.48 4.74 6.11 5/180 17071
/proc/meminfo: memFree=30368752/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 408 0 0 0 0 0 0 0 22 0 4 0 518816372 52441088 347 33554432000 4194304 4627427 140734332677040 18446744073709551615 47488737408940 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 12803 347 299 106 0 7774 0
[pid=17071/tid=17072] ppid=17069 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 518816372 52441088 347 33554432000 4194304 4627427 140734332677040 18446744073709551615 47488737408950 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 518816372 52441088 347 33554432000 4194304 4627427 140734332677040 18446744073709551615 253640915953 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 518816372 52441088 347 33554432000 4194304 4627427 140734332677040 18446744073709551615 253652657206 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.016324 s]
/proc/loadavg: 3.48 4.74 6.11 5/180 17071
/proc/meminfo: memFree=30368752/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=282748 CPUtime=0.04 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 2337 0 0 0 4 0 0 0 18 0 4 0 518816372 289533952 2258 33554432000 4194304 4627427 140734332677040 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 70687 2260 338 106 0 65658 0
[pid=17071/tid=17072] ppid=17069 vsize=282748 CPUtime=0.01 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 447 0 0 0 1 0 0 0 18 0 4 0 518816372 289533952 2263 33554432000 4194304 4627427 140734332677040 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=282748 CPUtime=0 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 464 0 0 0 0 0 0 0 25 0 4 0 518816372 289533952 2264 33554432000 4194304 4627427 140734332677040 18446744073709551615 4531679 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=282748 CPUtime=0.01 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 521 0 0 0 1 0 0 0 18 0 4 0 518816372 289533952 2265 33554432000 4194304 4627427 140734332677040 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 282748

[startup+0.100308 s]
/proc/loadavg: 3.48 4.74 6.11 5/180 17071
/proc/meminfo: memFree=30368752/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=283480 CPUtime=0.38 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 3146 0 0 0 38 0 0 0 18 0 4 0 518816372 290283520 3067 33554432000 4194304 4627427 140734332677040 18446744073709551615 4310109 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 70870 3067 363 106 0 65841 0
[pid=17071/tid=17072] ppid=17069 vsize=283480 CPUtime=0.09 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 633 0 0 0 9 0 0 0 18 0 4 0 518816372 290283520 3067 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=283480 CPUtime=0.09 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 635 0 0 0 9 0 0 0 25 0 4 0 518816372 290283520 3067 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=283480 CPUtime=0.09 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 797 0 0 0 9 0 0 0 18 0 4 0 518816372 290283520 3067 33554432000 4194304 4627427 140734332677040 18446744073709551615 4299695 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 283480

[startup+0.300272 s]
/proc/loadavg: 3.48 4.74 6.11 5/180 17071
/proc/meminfo: memFree=30368752/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=283612 CPUtime=1.18 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 3543 0 0 0 118 0 0 0 18 0 4 0 518816372 290418688 3464 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 70903 3464 365 106 0 65874 0
[pid=17071/tid=17072] ppid=17069 vsize=283612 CPUtime=0.29 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 668 0 0 0 29 0 0 0 18 0 4 0 518816372 290418688 3464 33554432000 4194304 4627427 140734332677040 18446744073709551615 4310102 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=283612 CPUtime=0.29 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 659 0 0 0 29 0 0 0 25 0 4 0 518816372 290418688 3464 33554432000 4194304 4627427 140734332677040 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=283612 CPUtime=0.29 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 1104 0 0 0 29 0 0 0 18 0 4 0 518816372 290418688 3464 33554432000 4194304 4627427 140734332677040 18446744073709551615 4330046 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283612

[startup+1.36108 s]
/proc/loadavg: 3.48 4.74 6.11 5/180 17071
/proc/meminfo: memFree=30368752/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=291848 CPUtime=5.4 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 15390 0 0 0 538 2 0 0 19 0 4 0 518816372 298852352 8476 33554432000 4194304 4627427 140734332677040 18446744073709551615 4333188 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 72962 8476 385 106 0 67933 0
[pid=17071/tid=17072] ppid=17069 vsize=291848 CPUtime=1.34 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 3839 0 0 0 134 0 0 0 19 0 4 0 518816372 298852352 8476 33554432000 4194304 4627427 140734332677040 18446744073709551615 4332428 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=291848 CPUtime=1.34 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 3799 0 0 0 134 0 0 0 19 0 4 0 518816372 298852352 8476 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=291848 CPUtime=1.34 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 3436 0 0 0 134 0 0 0 19 0 4 0 518816372 298852352 8476 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 291848

[startup+1.50106 s]
/proc/loadavg: 3.48 4.74 6.11 5/180 17071
/proc/meminfo: memFree=30368752/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=291848 CPUtime=5.96 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 15923 0 0 0 594 2 0 0 19 0 4 0 518816372 298852352 9009 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 72962 9009 385 106 0 67933 0
[pid=17071/tid=17072] ppid=17069 vsize=291848 CPUtime=1.48 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 3970 0 0 0 148 0 0 0 19 0 4 0 518816372 298852352 9009 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=291848 CPUtime=1.48 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 3931 0 0 0 148 0 0 0 19 0 4 0 518816372 298852352 9009 33554432000 4194304 4627427 140734332677040 18446744073709551615 4325036 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=291848 CPUtime=1.48 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 3567 0 0 0 148 0 0 0 20 0 4 0 518816372 298852352 9009 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 291848

[startup+3.10076 s]
/proc/loadavg: 3.48 4.74 6.11 9/184 17075
/proc/meminfo: memFree=30264108/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=293696 CPUtime=12.35 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 28523 0 0 0 1231 4 0 0 23 0 4 0 518816372 300744704 12278 33554432000 4194304 4627427 140734332677040 18446744073709551615 4427152 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 73424 12278 389 106 0 68395 0
[pid=17071/tid=17072] ppid=17069 vsize=293696 CPUtime=3.08 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 6763 0 0 0 308 0 0 0 23 0 4 0 518816372 300744704 12279 33554432000 4194304 4627427 140734332677040 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=293696 CPUtime=3.07 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 6712 0 0 0 306 1 0 0 23 0 4 0 518816372 300744704 12279 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=293696 CPUtime=3.09 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 5890 0 0 0 308 1 0 0 25 0 4 0 518816372 300744704 12279 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 293696

[startup+6.30618 s]
/proc/loadavg: 3.84 4.79 6.12 9/184 17075
/proc/meminfo: memFree=30161116/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=312120 CPUtime=25.16 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 48063 0 0 0 2508 8 0 0 25 0 4 0 518816372 319610880 23147 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 78030 23147 389 106 0 73001 0
[pid=17071/tid=17072] ppid=17069 vsize=312120 CPUtime=6.29 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 11747 0 0 0 628 1 0 0 25 0 4 0 518816372 319610880 23147 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=312120 CPUtime=6.25 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 11631 0 0 0 624 1 0 0 25 0 4 0 518816372 319610880 23147 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309075 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=312120 CPUtime=6.29 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 12102 0 0 0 627 2 0 0 25 0 4 0 518816372 319610880 23147 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 312120

[startup+12.701 s]
/proc/loadavg: 4.18 4.85 6.13 9/184 17075
/proc/meminfo: memFree=30057552/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=318504 CPUtime=50.71 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 81821 0 0 0 5056 15 0 0 25 0 4 0 518816372 326148096 39188 33554432000 4194304 4627427 140734332677040 18446744073709551615 4428380 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 79626 39188 389 106 0 74597 0
[pid=17071/tid=17072] ppid=17069 vsize=318504 CPUtime=12.69 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 19361 0 0 0 1266 3 0 0 25 0 4 0 518816372 326148096 39188 33554432000 4194304 4627427 140734332677040 18446744073709551615 4322238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=318504 CPUtime=12.62 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 19645 0 0 0 1259 3 0 0 25 0 4 0 518816372 326148096 39188 33554432000 4194304 4627427 140734332677040 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=318504 CPUtime=12.69 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 22121 0 0 0 1265 4 0 0 25 0 4 0 518816372 326148096 39188 33554432000 4194304 4627427 140734332677040 18446744073709551615 4467832 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 318504

[startup+25.5007 s]
/proc/loadavg: 5.02 5.00 6.16 9/184 17075
/proc/meminfo: memFree=29945536/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=319508 CPUtime=101.82 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 118348 0 0 0 10158 24 0 0 25 0 4 0 518816372 327176192 44552 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 79877 44552 389 106 0 74848 0
[pid=17071/tid=17072] ppid=17069 vsize=319508 CPUtime=25.48 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 29476 0 0 0 2543 5 0 0 25 0 4 0 518816372 327176192 44552 33554432000 4194304 4627427 140734332677040 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=319508 CPUtime=25.34 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 29559 0 0 0 2528 6 0 0 25 0 4 0 518816372 327176192 44553 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=319508 CPUtime=25.49 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 29322 0 0 0 2543 6 0 0 25 0 4 0 518816372 327176192 44553 33554432000 4194304 4627427 140734332677040 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 319508

[startup+51.101 s]
/proc/loadavg: 6.04 5.24 6.20 9/184 17076
/proc/meminfo: memFree=29861524/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=385888 CPUtime=204.09 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 179273 0 0 0 20370 39 0 0 25 0 4 0 518816372 395149312 53422 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 96472 53422 389 106 0 91443 0
[pid=17071/tid=17072] ppid=17069 vsize=385888 CPUtime=51.08 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 45493 0 0 0 5100 8 0 0 25 0 4 0 518816372 395149312 53422 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=385888 CPUtime=50.8 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 43690 0 0 0 5071 9 0 0 25 0 4 0 518816372 395149312 53422 33554432000 4194304 4627427 140734332677040 18446744073709551615 4332992 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=385888 CPUtime=51.08 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 46153 0 0 0 5098 10 0 0 25 0 4 0 518816372 395149312 53422 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 385888

[startup+102.301 s]
/proc/loadavg: 7.20 5.68 6.30 9/184 17077
/proc/meminfo: memFree=29764416/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=442208 CPUtime=408.6 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 268865 0 0 0 40797 63 0 0 25 0 4 0 518816372 452820992 64677 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 110552 64677 389 106 0 105523 0
[pid=17071/tid=17072] ppid=17069 vsize=442208 CPUtime=102.28 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 70501 0 0 0 10213 15 0 0 25 0 4 0 518816372 452820992 64677 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=442208 CPUtime=101.72 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 60821 0 0 0 10157 15 0 0 25 0 4 0 518816372 452820992 64678 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=442208 CPUtime=102.29 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 75573 0 0 0 10209 20 0 0 25 0 4 0 518816372 452820992 64678 33554432000 4194304 4627427 140734332677040 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 442208

[startup+162.301 s]

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

[pid=17071] ppid=17069 vsize=717488 CPUtime=2805.33 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 920113 0 0 0 280233 300 0 0 25 0 4 0 518816372 734707712 115599 33554432000 4194304 4627427 140734332677040 18446744073709551615 4428408 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 179372 115599 389 106 0 174343 0
[pid=17071/tid=17072] ppid=17069 vsize=717488 CPUtime=702.29 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 245715 0 0 0 70149 80 0 0 25 0 4 0 518816372 734707712 115599 33554432000 4194304 4627427 140734332677040 18446744073709551615 4428121 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=717488 CPUtime=698.41 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 226002 0 0 0 69766 75 0 0 25 0 4 0 518816372 734707712 115599 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=717488 CPUtime=702.31 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 218213 0 0 0 70161 70 0 0 25 0 4 0 518816372 734707712 115599 33554432000 4194304 4627427 140734332677040 18446744073709551615 4427403 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 717488

[startup+762.3 s]
/proc/loadavg: 8.07 7.82 7.19 9/184 17095
/proc/meminfo: memFree=29103260/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=847948 CPUtime=3045 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 978018 0 0 0 304178 322 0 0 25 0 4 0 518816372 868298752 119875 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309312 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 211987 119875 389 106 0 206958 0
[pid=17071/tid=17072] ppid=17069 vsize=847948 CPUtime=762.29 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 259189 0 0 0 76144 85 0 0 25 0 4 0 518816372 868298752 119875 33554432000 4194304 4627427 140734332677040 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=847948 CPUtime=758.07 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 242779 0 0 0 75725 82 0 0 25 0 4 0 518816372 868298752 119875 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=847948 CPUtime=762.3 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 231171 0 0 0 76155 75 0 0 25 0 4 0 518816372 868298752 119875 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309234 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045
Current children cumulated vsize (KiB) 847948

[startup+822.3 s]
/proc/loadavg: 8.19 7.89 7.26 9/184 17097
/proc/meminfo: memFree=29112284/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=905960 CPUtime=3284.68 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 1021533 0 0 0 328124 344 0 0 25 0 4 0 518816372 927703040 122363 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 226490 122363 389 106 0 221461 0
[pid=17071/tid=17072] ppid=17069 vsize=905960 CPUtime=822.3 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 269948 0 0 0 82138 92 0 0 25 0 4 0 518816372 927703040 122363 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=905960 CPUtime=817.74 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 250621 0 0 0 81690 84 0 0 25 0 4 0 518816372 927703040 122363 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=905960 CPUtime=822.3 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 241953 0 0 0 82150 80 0 0 25 0 4 0 518816372 927703040 122363 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.68
Current children cumulated vsize (KiB) 905960

[startup+882.3 s]
/proc/loadavg: 8.20 7.94 7.31 9/184 17098
/proc/meminfo: memFree=29001016/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=1023844 CPUtime=3524.35 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 1096093 0 0 0 352069 366 0 0 25 0 4 0 518816372 1048416256 155189 33554432000 4194304 4627427 140734332677040 18446744073709551615 4468043 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 255961 155189 389 106 0 250932 0
[pid=17071/tid=17072] ppid=17069 vsize=1023844 CPUtime=882.3 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 297529 0 0 0 88133 97 0 0 25 0 4 0 518816372 1048416256 155189 33554432000 4194304 4627427 140734332677040 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=1023844 CPUtime=877.41 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 257689 0 0 0 87652 89 0 0 25 0 4 0 518816372 1048416256 155189 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=1023844 CPUtime=882.31 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 262340 0 0 0 88144 87 0 0 25 0 4 0 518816372 1048416256 155189 33554432000 4194304 4627427 140734332677040 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.35
Current children cumulated vsize (KiB) 1023844

[startup+942.3 s]
/proc/loadavg: 8.14 7.97 7.36 9/184 17100
/proc/meminfo: memFree=28972220/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=995072 CPUtime=3764.03 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 1113262 0 0 0 376029 374 0 0 25 0 4 0 518816372 1018953728 159118 33554432000 4194304 4627427 140734332677040 18446744073709551615 4333279 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 248768 159118 389 106 0 243739 0
[pid=17071/tid=17072] ppid=17069 vsize=995072 CPUtime=942.3 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 297529 0 0 0 94133 97 0 0 25 0 4 0 518816372 1018953728 159118 33554432000 4194304 4627427 140734332677040 18446744073709551615 4428116 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=995072 CPUtime=937.08 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 270249 0 0 0 93613 95 0 0 25 0 4 0 518816372 1018953728 159118 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=995072 CPUtime=942.32 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 262340 0 0 0 94145 87 0 0 25 0 4 0 518816372 1018953728 159118 33554432000 4194304 4627427 140734332677040 18446744073709551615 4427416 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 995072

[startup+1002.3 s]
/proc/loadavg: 8.16 8.00 7.40 9/184 17101
/proc/meminfo: memFree=28689592/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=996892 CPUtime=4003.69 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 1163002 0 0 0 399972 397 0 0 25 0 4 0 518816372 1020817408 157772 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 249223 157772 389 106 0 244194 0
[pid=17071/tid=17072] ppid=17069 vsize=996892 CPUtime=1002.3 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 306194 0 0 0 100129 101 0 0 25 0 4 0 518816372 1020817408 157772 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=996892 CPUtime=996.75 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 284238 0 0 0 99573 102 0 0 25 0 4 0 518816372 1020817408 157772 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=996892 CPUtime=1002.31 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 275102 0 0 0 100139 92 0 0 25 0 4 0 518816372 1020817408 157772 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 996892

[startup+1062.31 s]
/proc/loadavg: 8.10 8.01 7.44 9/184 17103
/proc/meminfo: memFree=28749208/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=1063652 CPUtime=4243.39 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 1205566 0 0 0 423923 416 0 0 25 0 4 0 518816372 1089179648 162744 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 265913 162744 391 106 0 260884 0
[pid=17071/tid=17072] ppid=17069 vsize=1063652 CPUtime=1062.31 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 319778 0 0 0 106124 107 0 0 25 0 4 0 518816372 1089179648 162744 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=1063652 CPUtime=1056.41 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 290319 0 0 0 105539 102 0 0 25 0 4 0 518816372 1089179648 162744 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=1063652 CPUtime=1062.32 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 284850 0 0 0 106134 98 0 0 25 0 4 0 518816372 1089179648 162744 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 1063652

[startup+1122.3 s]
/proc/loadavg: 8.13 8.04 7.49 9/184 17105
/proc/meminfo: memFree=28667704/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=1110284 CPUtime=4483.03 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 1256394 0 0 0 447865 438 0 0 25 0 4 0 518816372 1136930816 167323 33554432000 4194304 4627427 140734332677040 18446744073709551615 4420258 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 277571 167323 391 106 0 272542 0
[pid=17071/tid=17072] ppid=17069 vsize=1110284 CPUtime=1122.3 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 333571 0 0 0 112118 112 0 0 25 0 4 0 518816372 1136930816 167323 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=1110284 CPUtime=1116.08 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 303918 0 0 0 111499 109 0 0 25 0 4 0 518816372 1136930816 167323 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=1110284 CPUtime=1122.32 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 294478 0 0 0 112129 103 0 0 25 0 4 0 518816372 1136930816 167323 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.03
Current children cumulated vsize (KiB) 1110284

[startup+1182.3 s]
/proc/loadavg: 8.10 8.04 7.52 9/184 17106
/proc/meminfo: memFree=28640900/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=991416 CPUtime=4722.71 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 1279783 0 0 0 471820 451 0 0 25 0 4 0 518816372 1015209984 172306 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 247854 172307 391 106 0 242825 0
[pid=17071/tid=17072] ppid=17069 vsize=991416 CPUtime=1182.31 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 340915 0 0 0 118116 115 0 0 25 0 4 0 518816372 1015209984 172307 33554432000 4194304 4627427 140734332677040 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=991416 CPUtime=1175.75 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 313123 0 0 0 117459 116 0 0 25 0 4 0 518816372 1015209984 172307 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=991416 CPUtime=1182.31 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 296626 0 0 0 118127 104 0 0 25 0 4 0 518816372 1015209984 172307 33554432000 4194304 4627427 140734332677040 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.71
Current children cumulated vsize (KiB) 991416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.07 8.04 7.53 5/179 17108
/proc/meminfo: memFree=29654880/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=1111056 CPUtime=4800.22 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 1285660 0 0 0 479568 454 0 0 25 0 4 0 518816372 1137721344 178182 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 277764 178182 391 106 0 272735 0
[pid=17071/tid=17072] ppid=17069 vsize=1111056 CPUtime=1201.72 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 340915 0 0 0 120057 115 0 0 25 0 4 0 518816372 1137721344 178182 33554432000 4194304 4627427 140734332677040 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=1111056 CPUtime=1195.04 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 315491 0 0 0 119387 117 0 0 25 0 4 0 518816372 1137721344 178182 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=1111056 CPUtime=1201.72 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 296626 0 0 0 120068 104 0 0 25 0 4 0 518816372 1137721344 178182 33554432000 4194304 4627427 140734332677040 18446744073709551615 4428398 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1111056

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201.7 s]
/proc/loadavg: 8.07 8.04 7.53 5/179 17108
/proc/meminfo: memFree=29654880/32951124 swapFree=67111364/67111528
[pid=17071] ppid=17069 vsize=1111056 CPUtime=4800.22 cores=1,3,5,7
/proc/17071/stat : 17071 (strangenight2-m) R 17069 17071 16634 0 -1 4202496 1285660 0 0 0 479568 454 0 0 25 0 4 0 518816372 1137721344 178182 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17071/statm: 277764 178182 391 106 0 272735 0
[pid=17071/tid=17072] ppid=17069 vsize=1111056 CPUtime=1201.72 cores=1,3,5,7
/proc/17071/task/17072/stat : 17072 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 340915 0 0 0 120057 115 0 0 25 0 4 0 518816372 1137721344 178182 33554432000 4194304 4627427 140734332677040 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17071/tid=17073] ppid=17069 vsize=1111056 CPUtime=1195.04 cores=1,3,5,7
/proc/17071/task/17073/stat : 17073 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 315491 0 0 0 119387 117 0 0 25 0 4 0 518816372 1137721344 178182 33554432000 4194304 4627427 140734332677040 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17071/tid=17074] ppid=17069 vsize=1111056 CPUtime=1201.72 cores=1,3,5,7
/proc/17071/task/17074/stat : 17074 (strangenight2-m) R 17069 17071 16634 0 -1 4202560 296626 0 0 0 120068 104 0 0 25 0 4 0 518816372 1137721344 178182 33554432000 4194304 4627427 140734332677040 18446744073709551615 4428398 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1111056

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.28
CPU user time (s): 4795.71
CPU system time (s): 4.57031
CPU usage (%): 399.444
Max. virtual memory (cumulated for all children) (KiB): 1123132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.71
system time used= 4.57031
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1285661
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= 2699
involuntary context switches= 35605

runsolver used 1.89471 second user time and 4.67929 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 12:16:00
IDJOB=3173871
IDBENCH=82689
IDSOLVER=1586
FILE ID=node106/3173871-1304072160
RUNJOBID= node106-1304072160-17049
PBS_JOBID= 13170478
Free space on /tmp= 72156 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S58287803-001-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173871-1304072160/watcher-3173871-1304072160 -o /tmp/evaluation-result-3173871-1304072160/solver-3173871-1304072160 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173871-1304072160.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0d5d355ade4a956f83626786ca6018b7
RANDOM SEED=1156891686

node106.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.830
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.66
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.830
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	: 5226.20
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.830
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.75
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.830
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.82
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.830
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.74
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.830
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.830
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.75
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.830
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:     32951124 kB
MemFree:      30370704 kB
Buffers:        237224 kB
Cached:        2068204 kB
SwapCached:         88 kB
Active:         779732 kB
Inactive:      1589872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30370704 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           12144 kB
Writeback:           0 kB
AnonPages:       64032 kB
Mapped:          15260 kB
Slab:           146032 kB
PageTables:       4744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   231664 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= 72148 MiB
End job on node106 at 2011-04-29 12:36:04