Trace number 3366284

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.26 1202.68

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S64154096-097-UNKNOWN.cnf
MD5SUM1d861e510861ad58190eb0b3053bc657
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark340.927
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
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 530000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.02/0.01	c Using 4 threads
0.02/0.01	c This is CryptoMiniSat 3.0.0
0.02/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.02/0.01	c Reading file 'HOME/instance-3366284-1305400729.cnf'
0.02/0.01	c -- header says num vars:           1500
0.02/0.01	c -- header says num clauses:       30000
0.02/0.02	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.02/0.02	c -- vars added       1500
0.02/0.02	c Parsing time:  0.01 s
0.02/0.02	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data
0.46/0.18	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.15
0.46/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.46/0.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.46/0.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.46/0.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.46/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.46/0.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.79/1.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
0.79/1.01	c Finding binary XORs  T:     0.00 s  found:       0
0.79/1.01	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.79/1.01	c calculated reachability. Time: 0.00
0.79/1.01	c Calc default polars -  time:   0.00 s pos:     692 undec:      65 neg:     743
0.79/1.01	c =========================================================================================
0.79/1.01	c types(t): F = full restart, N = normal restart
0.79/1.01	c types(t): S = simplification begin/end, E = solution found
0.79/1.01	c restart types(rt): st = static, dy = dynamic
0.79/1.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.79/1.01	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data
0.79/1.01	c  N dy    14      4126      1500     30000         0      4121    150000    662551    128.64    135.58
0.79/1.01	c  N dy    38      8164      1500     30000         0      5661    150000    650893    125.74    132.63
5.55/1.41	c  N dy    59     12168      1500     30000         0      5421    150000    398287    125.39    133.36
6.78/1.76	c  N dy    81     16282      1500     30000         0      9530    150000   1036275    125.12    131.96
8.34/2.18	c  N dy   104     20360      1500     30000         0      7980    150000    603464    124.71    134.25
10.33/2.61	c  N dy   132     24466      1500     30000         0     12082    150000   1251132    125.39    133.01
10.33/2.67	c  F st   135     25000      1500     30000         0     12616    150000   1329017    125.30    121.57
12.33/3.19	c  N dy   141     30000      1500     30000         0     10796    150000    932658    125.30   no data
12.33/3.19	c  S st   141     30000      1500     30000         0     10796    150000    932658    125.30   no data
12.73/3.26	c  S st   141     30502      1500     30000         0     11298    150000    998187    125.30   no data
12.73/3.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.73/3.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
12.73/3.28	c blocked clauses removed:        0 vars:      0 tried:        1500 T: 0.00 s
12.73/3.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.73/3.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.73/3.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
12.73/3.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
13.13/3.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.13/3.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.13/3.83	c lits-rem:       133  cl-subs:       13  v-elim:      0  v-fix:    0  time:  0.48 s
15.96/4.01	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.18
15.96/4.01	c calculated reachability. Time: 0.00
15.96/4.01	c  N dy   141     30502      1500     30000         0     11285    150000    993187    125.30   no data
17.52/4.46	c  N dy   161     34595      1500     30000         0     15378    150000   1626209    125.12    135.85
19.52/4.91	c  N dy   188     38684      1500     30000         0     11570    150000    854412    125.39    132.59
21.10/5.39	c  N dy   210     42755      1500     30000         0     15640    150000   1483026    125.21    144.68
22.70/5.79	c  S st   229     45756      1500     30000         0      9695    150000    395696    125.41    119.34
23.11/5.86	c  S st   229     46257      1500     30000         0     10196    150000    458528    125.41   no data
23.11/5.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.11/5.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
23.11/5.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.11/5.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.11/5.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.11/5.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
23.11/5.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
23.11/5.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
23.51/5.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.91/6.01	c lits-rem:        24  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.10 s
23.91/6.01	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
23.91/6.02	c vivif2 --  cl tried    10195 cl shrink        0 lits rem          0 time: 0.01
24.74/6.21	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
24.74/6.21	c calculated reachability. Time: 0.00
24.74/6.21	c  N dy   229     46257      1500     30000         0     10195    150000    458162    125.41   no data
26.29/6.68	c  N dy   250     50415      1500     30000         0     14352    150000   1105533    125.32    133.76
28.30/7.20	c  N dy   270     54732      1500     30000         0     18668    150000   1771416    125.02    136.73
30.29/7.69	c  N dy   291     58825      1500     30000         0     12788    150000    733648    124.82    137.64
32.29/8.17	c  N dy   316     62886      1500     30000         0     16849    150000   1355245    124.63    132.14
34.68/8.71	c  N dy   341     66947      1500     30000         0     20908    150000   1987829    124.74    151.58
35.88/9.04	c  S st   354     69385      1500     30000         0     12360    150000    510259    124.62    121.22
36.28/9.11	c  S st   354     69890      1500     30000         0     12865    150000    578706    124.62   no data
36.28/9.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.28/9.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
36.28/9.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.28/9.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.28/9.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.28/9.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
36.28/9.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.28/9.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.28/9.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.08/9.38	c lits-rem:        22  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.20 s
37.08/9.38	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
37.08/9.39	c vivif2 --  cl tried    12864 cl shrink        0 lits rem          0 time: 0.01
37.91/9.59	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.21
37.91/9.59	c calculated reachability. Time: 0.00
37.91/9.60	c  N dy   354     69890      1500     30000         0     12864    150000    578312    124.62   no data
40.27/10.14	c  N dy   381     74405      1500     30000         0     17377    150000   1288292    124.72    138.44
42.66/10.75	c  N dy   411     79165      1500     30000         0     22133    150000   2034234    124.77    133.53
45.46/11.40	c  N dy   446     84288      1500     30000         0     15269    150000    820495    124.80    132.70
46.69/11.78	c  F st   459     87501      1500     30000         0     18479    150000   1308494    124.56    108.28
48.65/12.20	c  N st   464     90799      1500     30000         0     21766    150000   1864165    124.56   no data
51.85/13.01	c  N dy   488     96891      1500     30000         0     14865    150000    610973    124.46    136.19
54.64/13.76	c  N dy   519    103091      1500     30000         0     21064    150000   1545829    124.14    130.97
55.47/13.98	c  S st   530    104835      1500     30000         0     22807    150000   1819192    124.15   no data
55.84/14.07	c  S st   530    105342      1500     30000         0     23314    150000   1889982    124.15   no data
55.84/14.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.24/14.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
56.24/14.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.24/14.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.24/14.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.24/14.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
56.24/14.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
56.24/14.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
56.24/14.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.01/17.86	c lits-rem:       155  cl-subs:       17  v-elim:      0  v-fix:    0  time:  3.66 s
71.01/17.86	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
71.01/17.89	c vivif2 --  cl tried    23297 cl shrink        0 lits rem          0 time: 0.02
72.63/18.23	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.34
72.63/18.23	c calculated reachability. Time: 0.00
72.63/18.23	c  N dy   530    105342      1500     30000         0     23297    150000   1884614    124.15   no data
76.20/19.18	c  N dy   567    112065      1500     30000         0     16032    150000    635978    124.09    131.66
80.18/20.15	c  N dy   612    119313      1500     30000         0     23275    150000   1758438    124.08    132.17
84.57/21.26	c  N dy   655    127012      1500     30000         0     15978    150000    496356    123.96    133.14
89.37/22.42	c  N dy   705    135350      1500     30000         0     24310    150000   1792425    124.04    131.81
94.59/23.77	c  N dy   759    144216      1500     30000         0     17180    150000    539022    124.05    131.00
99.74/25.05	c  N dy   810    153679      1500     30000         0     26640    150000   2006835    123.96    131.10
102.54/25.71	c  S st   840    158016      1500     30000         0     30976    150000   2686134    124.04    113.96
102.95/25.82	c  S st   840    158522      1500     30000         0     31482    150000   2751679    124.04   no data
102.95/25.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
102.95/25.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
102.95/25.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
102.95/25.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
102.95/25.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.95/25.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
102.95/25.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
102.95/25.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
103.37/25.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.66/35.50	c lits-rem:       147  cl-subs:       18  v-elim:      0  v-fix:    0  time:  9.52 s
141.66/35.50	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
141.66/35.53	c vivif2 --  cl tried    31464 cl shrink        0 lits rem          0 time: 0.03
143.29/35.91	c asymm  cl-useful: 0/27583/30000 lits-rem:0 time: 0.38
143.29/35.91	c calculated reachability. Time: 0.00
143.29/35.91	c  N dy   840    158522      1500     30000         0     31464    150000   2745272    124.04   no data
149.24/37.46	c  N dy   899    168863      1500     30000         0     24810    150000   1558177    123.91    131.02
156.45/39.28	c  N dy   963    180373      1500     30000         0     18322    150000    413556    123.87    131.06
163.21/40.91	c  N dy  1033    192074      1500     30000         0     30017    150000   2226538    123.90    130.45
170.80/42.83	c  N dy  1108    204564      1500     30000         0     23509    150000   1068509    123.94    133.07
178.78/44.86	c  N dy  1192    217635      1500     30000         0     36575    150000   3083622    123.94    131.16
187.20/46.97	c  N dy  1280    231841      1500     30000         0     30778    150000   2059171    124.00    133.04
191.19/47.92	c  S st  1318    237783      1500     30000         0     36719    150000   2988954    124.07   no data
191.58/48.04	c  S st  1318    238285      1500     30000         0     37221    150000   3056719    124.07   no data
191.58/48.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
191.58/48.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
191.58/48.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
191.58/48.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
191.58/48.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
191.58/48.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
191.58/48.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
191.95/48.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
192.35/48.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
230.28/57.73	c lits-rem:       289  cl-subs:       17  v-elim:      0  v-fix:    0  time:  9.52 s
230.28/57.73	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
230.28/57.77	c vivif2 --  cl tried    37204 cl shrink        0 lits rem          0 time: 0.04
230.70/57.81	c asymm  cl-useful: 0/2417/30000 lits-rem:0 time: 0.04
230.70/57.81	c calculated reachability. Time: 0.00
230.70/57.81	c  N dy  1318    238285      1500     30000         0     37204    150000   3050508    124.07   no data
239.89/60.13	c  N dy  1415    253528      1500     30000         0     31451    150000   2021180    124.09    134.98
250.22/62.74	c  N dy  1509    269715      1500     30000         0     25641    150000    954707    124.13    133.98
261.01/65.41	c  N dy  1590    287130      1500     30000         0     43052    150000   3609729    123.91    131.38
272.58/68.35	c  N dy  1697    305922      1500     30000         0     38845    150000   2837233    123.82    132.01
272.98/68.41	c  F st  1700    306251      1500     30000         0     39174    150000   2888134    123.82   no data
285.35/71.50	c  N dy  1786    325623      1500     30000         0     34542    150000   2027615    123.79    132.13
298.93/74.90	c  N dy  1893    345656      1500     30000         0     29579    150000   1125316    123.71    133.33
306.51/76.83	c  S st  1963    357427      1500     30000         0     41346    150000   2928842    123.68   no data
306.91/76.96	c  S st  1963    357929      1500     30000         0     41848    150000   2989958    123.68   no data
306.91/76.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
307.31/77.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
307.31/77.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
307.31/77.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
307.31/77.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
307.31/77.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
307.31/77.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
307.31/77.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
307.71/77.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
344.44/86.32	c lits-rem:       189  cl-subs:       14  v-elim:      0  v-fix:    0  time:  9.19 s
344.44/86.32	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
344.44/86.36	c vivif2 --  cl tried    41834 cl shrink        0 lits rem          0 time: 0.04
346.03/86.74	c asymm  cl-useful: 0/23957/30000 lits-rem:0 time: 0.38
346.03/86.74	c calculated reachability. Time: 0.00
346.03/86.74	c  N dy  1963    357929      1500     30000         0     41834    150000   2984886    123.68   no data
359.99/90.27	c  N dy  2071    378086      1500     30000         0     35988    150000   1970400    123.61    131.24
375.17/94.04	c  N dy  2195    398178      1500     30000         0     29086    150000    768864    123.60    132.75
388.77/97.50	c  N dy  2310    418672      1500     30000         0     49566    150000   3925989    123.56    130.52
403.11/101.04	c  N dy  2427    438699      1500     30000         0     41595    150000   2535429    123.55    137.26
418.68/104.93	c  N dy  2559    458863      1500     30000         0     32767    150000   1045088    123.72    131.69
433.08/108.55	c  N dy  2675    478954      1500     30000         0     52851    150000   4131961    123.69    130.63
447.81/112.24	c  N dy  2796    499211      1500     30000         0     43114    150000   2504592    123.72    131.28
464.18/116.30	c  N dy  2917    519224      1500     30000         0     32136    150000    647175    123.74    135.33
476.58/119.41	c  S st  3026    536894      1500     30000         0     49793    150000   3375093    123.75    116.58
476.99/119.56	c  S st  3026    537402      1500     30000         0     50301    150000   3443985    123.75   no data
476.99/119.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
477.35/119.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
477.35/119.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
477.35/119.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
477.35/119.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
477.35/119.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
477.35/119.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
477.35/119.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
477.75/119.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
527.65/132.22	c lits-rem:       251  cl-subs:       17  v-elim:      0  v-fix:    0  time: 12.47 s
527.65/132.23	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
527.65/132.27	c vivif2 --  cl tried    50284 cl shrink        0 lits rem          0 time: 0.04
528.05/132.40	c asymm  cl-useful: 0/6043/30000 lits-rem:0 time: 0.13
528.45/132.40	c calculated reachability. Time: 0.00
528.45/132.40	c  N dy  3026    537402      1500     30000         0     50284    150000   3437971    123.75   no data
544.41/136.49	c  N dy  3147    557441      1500     30000         0     38324    150000   1447369    123.75    132.36
560.77/140.58	c  N dy  3261    577472      1500     30000         0     58345    150000   4567038    123.75    134.03
578.74/145.02	c  N dy  3391    597859      1500     30000         0     45734    150000   2490892    123.83    130.74
597.10/149.60	c  N dy  3509    617889      1500     30000         0     65754    150000   5592945    123.84    133.78
612.70/153.51	c  N dy  3626    638133      1500     30000         0     52012    150000   3257638    123.82    131.50
631.02/158.17	c  N dy  3762    658161      1500     30000         0     37048    150000    816353    123.87    133.03
646.99/162.13	c  N dy  3873    678477      1500     30000         0     57350    150000   3956475    123.87    133.16
664.55/166.56	c  N dy  3986    698849      1500     30000         0     41728    150000   1404505    123.90    132.81
680.52/170.59	c  N dy  4096    718993      1500     30000         0     61864    150000   4499141    123.86    133.02
698.08/174.91	c  N dy  4211    739016      1500     30000         0     44898    150000   1750805    123.89    131.06
714.44/179.04	c  N dy  4323    759058      1500     30000         0     64928    150000   4817742    123.86    130.77
732.00/183.46	c  N dy  4440    779130      1500     30000         0     47011    150000   1924416    123.88    137.36
749.21/187.71	c  N dy  4561    799142      1500     30000         0     67015    150000   5023624    123.89    137.49
755.96/189.48	c  S st  4601    806104      1500     30000         0     73974    150000   6103731    123.88   no data
756.76/189.69	c  S st  4601    806607      1500     30000         0     74477    150000   6169607    123.88   no data
757.16/189.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
757.16/189.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
757.16/189.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
757.16/189.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
757.16/189.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
757.16/189.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
757.16/189.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
757.59/189.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
758.35/190.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
890.07/223.01	c lits-rem:       486  cl-subs:       40  v-elim:      0  v-fix:    0  time: 32.96 s
890.07/223.01	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
890.07/223.08	c vivif2 --  cl tried    74437 cl shrink        0 lits rem          0 time: 0.07
892.07/223.50	c asymm  cl-useful: 0/17090/30000 lits-rem:0 time: 0.42
892.07/223.51	c calculated reachability. Time: 0.00
892.07/223.51	c  N dy  4601    806607      1500     30000         0     74437    150000   6154810    123.88   no data
908.43/227.68	c  N dy  4717    827169      1500     30000         0     56004    150000   3160719    123.86    130.46
928.00/232.51	c  N dy  4840    847207      1500     30000         0     76032    150000   6269660    123.88    135.59
944.35/236.67	c  N dy  4957    867397      1500     30000         0     56240    150000   3063571    123.88    132.03
963.52/241.40	c  N dy  5071    887461      1500     30000         0     76290    150000   6167887    123.87    130.42
980.69/245.70	c  N dy  5178    907611      1500     30000         0     55456    150000   2798594    123.87    132.79
999.08/250.38	c  N dy  5290    927673      1500     30000         0     75504    150000   5913353    123.88    131.91
1017.04/254.89	c  N dy  5403    947751      1500     30000         0     53589    150000   2316692    123.86    130.72
1036.17/259.61	c  N dy  5527    967961      1500     30000         0     73788    150000   5454987    123.87    131.33
1055.33/264.49	c  N dy  5644    988169      1500     30000         0     51010    150000   1808723    123.86    130.89
1074.48/269.20	c  N dy  5769   1008928      1500     30000         0     71753    150000   5018034    123.87    131.19
1096.84/274.81	c  N dy  5877   1028994      1500     30000         0     47836    150000   1167665    123.89    131.21
1115.60/279.51	c  N dy  5997   1049079      1500     30000         0     67914    150000   4292369    123.89    137.07
1139.16/285.49	c  N dy  6122   1069229      1500     30000         0     88053    150000   7425173    123.91    133.33
1142.74/286.32	c  F st  6137   1071875      1500     30000         0     45726    150000    690414    123.90   no data
1158.31/290.24	c  N dy  6212   1089293      1500     30000         0     63124    150000   3506001    123.91    148.00
1179.87/295.62	c  N dy  6335   1109435      1500     30000         0     83254    150000   6635916    123.91    130.83
1199.43/300.59	c  N dy  6444   1129631      1500     30000         0     57467    150000   2368072    123.90    132.17
1219.38/305.52	c  N dy  6562   1149673      1500     30000         0     77500    150000   5471197    123.90    132.24
1241.74/311.12	c  N dy  6669   1170165      1500     30000         0     51003    150000   1225600    123.89    133.65
1260.50/315.80	c  N dy  6792   1190209      1500     30000         0     71038    150000   4327476    123.89    130.65
1282.45/321.31	c  S st  6910   1209912      1500     30000         0     90731    150000   7387640    123.91    127.43
1283.25/321.55	c  S st  6910   1210417      1500     30000         0     91236    150000   7449986    123.91   no data
1283.25/321.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1283.65/321.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1283.65/321.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1283.65/321.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1283.65/321.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1283.65/321.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1283.65/321.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1284.05/321.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1284.89/321.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1465.66/367.24	c lits-rem:       588  cl-subs:       56  v-elim:      0  v-fix:    0  time: 45.29 s
1465.66/367.24	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
1466.06/367.34	c vivif2 --  cl tried    91180 cl shrink        0 lits rem          0 time: 0.09
1467.67/367.79	c asymm  cl-useful: 0/12910/30000 lits-rem:0 time: 0.45
1467.67/367.79	c calculated reachability. Time: 0.00
1467.67/367.79	c  N dy  6910   1210417      1500     30000         0     91180    150000   7431550    123.91   no data
1486.85/372.53	c  N dy  7023   1230519      1500     30000         0     63299    150000   2976278    123.89    130.91
1507.58/377.74	c  N dy  7146   1250686      1500     30000         0     83460    150000   6137831    123.92    134.01
1529.93/383.32	c  N dy  7270   1270729      1500     30000         0     54516    150000   1480327    123.94    130.55
1548.69/388.00	c  N dy  7395   1290792      1500     30000         0     74566    150000   4602811    123.96    134.16
1571.44/393.72	c  N dy  7509   1310848      1500     30000         0     94610    150000   7703878    123.96    130.77
1591.00/398.64	c  N dy  7621   1331201      1500     30000         0     64979    150000   2920393    123.93    131.43
1611.76/403.80	c  N dy  7733   1351259      1500     30000         0     85018    150000   6035897    123.93    131.23
1635.31/409.79	c  N dy  7849   1371274      1500     30000         0     54068    150000   1090559    123.93    130.85
1654.06/414.47	c  N dy  7970   1391301      1500     30000         0     74082    150000   4191667    123.94    130.85
1676.81/420.12	c  N dy  8084   1411400      1500     30000         0     94168    150000   7285658    123.94    135.69
1698.37/425.57	c  N dy  8210   1431506      1500     30000         0     62294    150000   2234444    123.95    133.74
1719.57/430.87	c  N dy  8345   1452088      1500     30000         0     82869    150000   5452986    123.97    130.55
1745.90/437.41	c  N dy  8464   1472165      1500     30000         0    102935    150000   8569515    123.98    140.63
1765.83/442.42	c  N dy  8579   1492233      1500     30000         0     70020    150000   3284175    123.98    130.93
1787.79/447.93	c  N dy  8690   1512365      1500     30000         0     90143    150000   6391068    123.97    134.03
1812.92/454.21	c  N dy  8801   1532378      1500     30000         0     56170    150000    989940    123.96    132.79
1832.09/459.07	c  N dy  8928   1552891      1500     30000         0     76672    150000   4198225    123.97    131.80
1856.43/465.14	c  N dy  9062   1572928      1500     30000         0     96702    150000   7331070    124.00    148.37
1881.18/471.30	c  N dy  9187   1593149      1500     30000         0     61937    150000   1760779    124.01    130.64
1901.14/476.35	c  N dy  9301   1613237      1500     30000         0     82015    150000   4855859    124.00    161.49
1925.92/482.57	c  N dy  9424   1633375      1500     30000         0    102136    150000   8000799    124.02    132.03
1950.64/488.70	c  N dy  9552   1653651      1500     30000         0     66438    150000   2311544    124.03    131.24
1973.39/494.41	c  N dy  9671   1673687      1500     30000         0     86464    150000   5451303    124.05    164.19
2000.57/501.29	c  N dy  9783   1693792      1500     30000         0    106559    150000   8564308    124.05    131.12
2021.70/506.57	c  S st  9891   1710417      1500     30000         0     66201    150000   2103703    124.06   no data
2022.53/506.75	c  S st  9891   1710919      1500     30000         0     66703    150000   2167291    124.06   no data
2022.53/506.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2022.89/506.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2022.89/506.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2022.89/506.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2022.89/506.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2022.89/506.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2022.89/506.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2022.89/506.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2023.29/506.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2059.61/516.00	c lits-rem:       153  cl-subs:        5  v-elim:      0  v-fix:    0  time:  9.07 s
2059.61/516.00	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2059.61/516.03	c vivif2 --  cl tried    66698 cl shrink        0 lits rem          0 time: 0.03
2061.22/516.44	c asymm  cl-useful: 0/18394/30000 lits-rem:0 time: 0.41
2061.22/516.44	c calculated reachability. Time: 0.00
2061.22/516.44	c  N dy  9891   1710919      1500     30000         0     66698    150000   2165636    124.06   no data
2082.77/521.81	c  N dy  9997   1731009      1500     30000         0     86775    150000   5269998    124.05    134.27
2109.12/528.41	c  N dy 10119   1751111      1500     30000         0    106866    150000   8379602    124.04    134.00
2132.30/534.29	c  N dy 10228   1771182      1500     30000         0     68957    150000   2372816    124.03    132.86
2154.61/539.89	c  N dy 10355   1791260      1500     30000         0     89028    150000   5500487    124.05    158.87
2180.96/546.40	c  N dy 10460   1811274      1500     30000         0    109032    150000   8593040    124.04    131.34
2204.11/552.28	c  N dy 10576   1831278      1500     30000         0     70048    150000   2426605    124.04    131.03
2225.66/557.66	c  N dy 10691   1851393      1500     30000         0     90144    150000   5525418    124.03    130.92
2252.01/564.25	c  N dy 10812   1871611      1500     30000         0    110349    150000   8685622    124.05    131.24
2276.36/570.34	c  N dy 10941   1891702      1500     30000         0     70461    150000   2359136    124.06    131.16
2298.31/575.80	c  N dy 11051   1911773      1500     30000         0     90518    150000   5457906    124.05    132.19
2324.26/582.35	c  N dy 11170   1931834      1500     30000         0    110565    150000   8588886    124.05    131.90
2349.81/588.72	c  N dy 11300   1951876      1500     30000         0     69643    150000   2051655    124.06    131.35
2371.35/594.13	c  N dy 11418   1971899      1500     30000         0     89651    150000   5157731    124.06    130.74
2397.30/600.65	c  N dy 11539   1991995      1500     30000         0    109734    150000   8267021    124.05    132.30
2424.44/607.43	c  N dy 11664   2012380      1500     30000         0     68146    150000   1698936    124.06    130.62
2447.59/613.24	c  N dy 11785   2032623      1500     30000         0     88377    150000   4843967    124.07    130.88
2473.93/619.89	c  N dy 11919   2052734      1500     30000         0    108477    150000   7968782    124.07    131.57
2503.47/627.27	c  N dy 12038   2072736      1500     30000         0     65507    150000   1122432    124.07    138.25
2524.63/632.57	c  N dy 12159   2092803      1500     30000         0     85565    150000   4230616    124.07    130.62
2550.57/639.05	c  N dy 12286   2112920      1500     30000         0    105671    150000   7358754    124.08    132.49
2580.50/646.56	c  N dy 12406   2133112      1500     30000         0    125857    150000  10488495    124.07    130.80
2602.46/652.07	c  N dy 12530   2153198      1500     30000         0     81966    150000   3537783    124.08    132.41
2626.81/658.12	c  N dy 12650   2173216      1500     30000         0    101975    150000   6648399    124.08    130.67
2655.95/665.48	c  N dy 12782   2193442      1500     30000         0    122187    150000   9811221    124.10    132.02
2678.30/671.06	c  S st 12889   2210920      1500     30000         0     74696    150000   2254222    124.10   no data
2679.10/671.25	c  S st 12889   2211423      1500     30000         0     75199    150000   2329856    124.10   no data
2679.10/671.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2679.50/671.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2679.50/671.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2679.50/671.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2679.50/671.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2679.50/671.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2679.50/671.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2679.50/671.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2679.90/671.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2713.43/679.83	c lits-rem:       194  cl-subs:        7  v-elim:      0  v-fix:    0  time:  8.40 s
2713.43/679.83	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2713.43/679.86	c vivif2 --  cl tried    75192 cl shrink        0 lits rem          0 time: 0.03
2714.63/680.19	c asymm  cl-useful: 0/11606/30000 lits-rem:0 time: 0.33
2714.63/680.19	c calculated reachability. Time: 0.00
2714.63/680.19	c  N dy 12889   2211423      1500     30000         0     75192    150000   2327435    124.10   no data
2738.21/686.02	c  N dy 13021   2231546      1500     30000         0     95305    150000   5456189    124.11    135.33
2765.31/692.84	c  N dy 13149   2251592      1500     30000         0    115344    150000   8588386    124.12    131.49
2794.88/700.24	c  N dy 13273   2271620      1500     30000         0     69396    150000   1271992    124.13    155.00
2816.41/705.68	c  N dy 13393   2291651      1500     30000         0     89414    150000   4400801    124.14    131.38
2843.94/712.50	c  N dy 13518   2311761      1500     30000         0    109517    150000   7543133    124.15    131.74
2877.08/720.84	c  N dy 13638   2331909      1500     30000         0    129653    150000  10670511    124.15    131.99
2902.23/727.17	c  N dy 13764   2351910      1500     30000         0     82677    150000   3209667    124.16    138.47
2927.38/733.42	c  N dy 13884   2372028      1500     30000         0    102788    150000   6350148    124.17    130.97
2956.92/740.80	c  N dy 14009   2392120      1500     30000         0    122868    150000   9517707    124.19    144.64
2986.05/748.14	c  N dy 14134   2412186      1500     30000         0     74953    150000   1852245    124.19    132.77
3008.81/753.89	c  N dy 14260   2432287      1500     30000         0     95045    150000   4979482    124.20    132.29
3035.95/760.61	c  N dy 14372   2452291      1500     30000         0    115037    150000   8074503    124.20    134.28
3067.52/768.53	c  N dy 14499   2472328      1500     30000         0    135062    150000  11210737    124.21    137.59
3091.43/774.53	c  N dy 14622   2492871      1500     30000         0     86624    150000   3527308    124.21    131.40
3116.58/780.84	c  N dy 14732   2512983      1500     30000         0    106724    150000   6639142    124.21    131.16
3146.15/788.30	c  N dy 14852   2533113      1500     30000         0    126844    150000   9765878    124.21    131.96
3175.65/795.67	c  N dy 14980   2553195      1500     30000         0     76947    150000   1861188    124.23    132.93
3199.24/801.57	c  N dy 15090   2573293      1500     30000         0     97034    150000   4952966    124.22    131.71
3229.14/809.08	c  N dy 15215   2593345      1500     30000         0    117075    150000   8085828    124.22    132.72
3262.27/817.31	c  N dy 15343   2613358      1500     30000         0    137077    150000  11206044    124.23    135.03
3289.01/824.05	c  N dy 15468   2633390      1500     30000         0     86141    150000   3155732    124.24    130.85
3315.35/830.65	c  N dy 15593   2653552      1500     30000         0    106295    150000   6288384    124.24    131.13
3345.69/838.27	c  N dy 15711   2673762      1500     30000         0    126498    150000   9433022    124.24    131.32
3378.85/846.52	c  N dy 15834   2693858      1500     30000         0     74620    150000   1208301    124.26    131.36
3398.78/851.50	c  S st 15945   2711423      1500     30000         0     92177    150000   3965118    124.27    112.51
3399.58/851.72	c  S st 15945   2711926      1500     30000         0     92680    150000   4032876    124.27   no data
3399.58/851.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3399.98/851.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
3399.98/851.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3399.98/851.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3399.98/851.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3399.98/851.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3399.98/851.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3399.98/851.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3400.38/851.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3463.84/867.89	c lits-rem:       228  cl-subs:       20  v-elim:      0  v-fix:    0  time: 15.91 s
3463.84/867.89	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
3464.24/867.94	c vivif2 --  cl tried    92660 cl shrink        0 lits rem          0 time: 0.05
3465.84/868.37	c asymm  cl-useful: 0/14763/30000 lits-rem:0 time: 0.43
3465.84/868.38	c calculated reachability. Time: 0.00
3465.84/868.38	c  N dy 15945   2711926      1500     30000         0     92660    150000   4025545    124.27   no data
3492.59/875.09	c  N dy 16061   2731986      1500     30000         0    112714    150000   7156623    124.27    142.97
3524.15/882.96	c  N dy 16184   2752011      1500     30000         0    132726    150000  10270370    124.28    131.21
3554.05/890.49	c  N dy 16295   2772036      1500     30000         0     79774    150000   1892206    124.29    133.73
3577.99/896.42	c  N dy 16421   2792121      1500     30000         0     99849    150000   5014421    124.30    134.67
3606.33/903.55	c  N dy 16543   2812424      1500     30000         0    120141    150000   8149548    124.29    130.93
3639.05/911.76	c  N dy 16668   2832491      1500     30000         0    140197    150000  11278333    124.30    151.86
3666.59/918.66	c  N dy 16791   2852565      1500     30000         0     86305    150000   2735580    124.31    132.77
3692.14/925.00	c  N dy 16917   2872635      1500     30000         0    106366    150000   5861105    124.31    131.92
3723.26/932.82	c  N dy 17042   2892739      1500     30000         0    126462    150000   8994354    124.32    133.37
3759.99/942.01	c  N dy 17159   2912807      1500     30000         0    146519    150000  12127489    124.32    131.10
3784.73/948.27	c  N dy 17270   2932820      1500     30000         0     91562    150000   3423672    124.32    147.97
3811.48/954.95	c  N dy 17390   2952863      1500     30000         0    111599    150000   6559630    124.32    145.92
3843.40/962.94	c  N dy 17522   2972890      1500     30000         0    131613    150000   9704628    124.33    132.37
3878.93/971.84	c  N dy 17644   2992949      1500     30000         0    151661    150000  12830138    124.33    133.82
3901.72/977.57	c  N dy 17756   3012959      1500     30000         0     95704    150000   3929233    124.34    149.52
3929.62/984.51	c  N dy 17885   3033016      1500     30000         0    115749    150000   7058427    124.35    132.77
3961.96/992.64	c  N dy 18015   3053118      1500     30000         0    135835    150000  10194026    124.36    133.82
3997.91/1001.64	c  N dy 18146   3073468      1500     30000         0     79218    150000   1190054    124.36    131.29
4021.41/1007.59	c  N dy 18270   3093484      1500     30000         0     99224    150000   4323020    124.37    136.19
4049.36/1014.55	c  N dy 18391   3113550      1500     30000         0    119274    150000   7474663    124.38    150.14
4081.73/1022.67	c  N dy 18491   3133578      1500     30000         0    139296    150000  10593868    124.37    130.92
4120.01/1032.30	c  N dy 18612   3153667      1500     30000         0     81403    150000   1395499    124.38    131.24
4147.94/1039.27	c  N dy 18726   3173740      1500     30000         0    101468    150000   4529486    124.38    139.69
4181.47/1047.63	c  N dy 18853   3193835      1500     30000         0    121558    150000   7669025    124.39    131.33
4215.80/1056.23	c  S st 18965   3211926      1500     30000         0    139645    150000  10480685    124.39    121.71
4217.43/1056.62	c  S st 18965   3212433      1500     30000         0    140152    150000  10548742    124.39   no data
4217.43/1056.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4217.83/1056.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.12
4217.83/1056.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4217.83/1056.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4217.83/1056.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4217.83/1056.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
4217.83/1056.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4218.19/1056.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
4219.79/1057.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4440.51/1112.55	c lits-rem:       422  cl-subs:       75  v-elim:      0  v-fix:    0  time: 55.30 s
4440.51/1112.55	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
4440.91/1112.68	c vivif2 --  cl tried   140077 cl shrink        0 lits rem          0 time: 0.13
4442.91/1113.17	c asymm  cl-useful: 0/9372/30000 lits-rem:0 time: 0.49
4442.91/1113.18	c calculated reachability. Time: 0.00
4442.91/1113.18	c  N dy 18965   3212433      1500     30000         0    140077    150000  10522795    124.39   no data
4479.64/1122.37	c  N dy 19091   3232991      1500     30000         0     81661    150000   1284009    124.39    131.02
4503.58/1128.37	c  N dy 19203   3253080      1500     30000         0    101740    150000   4407706    124.39    134.15
4532.33/1135.59	c  N dy 19336   3273127      1500     30000         0    121770    150000   7556726    124.40    131.34
4565.45/1143.86	c  N dy 19459   3293241      1500     30000         0    141872    150000  10687700    124.41    130.96
4602.57/1153.12	c  N dy 19590   3313341      1500     30000         0     81999    150000   1200791    124.41    142.89
4626.51/1159.15	c  N dy 19710   3333347      1500     30000         0    101989    150000   4313497    124.41    132.06
4656.48/1166.68	c  N dy 19839   3353664      1500     30000         0    122295    150000   7496383    124.42    131.63
4693.16/1175.85	c  N dy 19968   3373670      1500     30000         0    142290    150000  10652210    124.43    133.41
4735.07/1186.40	c  N dy 20100   3393917      1500     30000         0     81576    150000    987832    124.44    132.44
4761.02/1192.85	c  N dy 20217   3414078      1500     30000         0    101728    150000   4118500    124.44    131.98
4792.58/1200.77	c  N dy 20347   3434234      1500     30000         0    121877    150000   7274902    124.45    132.59

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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366284-1305400729/watcher-3366284-1305400729 -o /tmp/evaluation-result-3366284-1305400729/solver-3366284-1305400729 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366284-1305400729.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: 8.03 8.08 7.74 1/270 26164
/proc/meminfo: memFree=20961264/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 407 0 0 0 1 0 0 0 25 0 4 0 651672709 52396032 347 33554432000 4194304 4580107 140733433215904 18446744073709551615 47747048638376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 12792 347 299 95 0 7774 0
[pid=26164/tid=26165] ppid=26162 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651672710 52396032 347 33554432000 4194304 4580107 140733433215904 18446744073709551615 47747048638386 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651672710 52396032 347 33554432000 4194304 4580107 140733433215904 18446744073709551615 47747048638386 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651672710 52396032 347 33554432000 4194304 4580107 140733433215904 18446744073709551615 237278936049 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0114419 s]
/proc/loadavg: 8.03 8.08 7.74 1/270 26164
/proc/meminfo: memFree=20961264/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=51168 CPUtime=0.02 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 407 0 0 0 2 0 0 0 25 0 4 0 651672709 52396032 347 33554432000 4194304 4580107 140733433215904 18446744073709551615 47747048638386 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 12792 347 299 95 0 7774 0
[pid=26164/tid=26165] ppid=26162 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651672710 52396032 347 33554432000 4194304 4580107 140733433215904 18446744073709551615 47747048638380 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651672710 52396032 347 33554432000 4194304 4580107 140733433215904 18446744073709551615 47747048638386 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651672710 52396032 347 33554432000 4194304 4580107 140733433215904 18446744073709551615 237278936049 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 51168

[startup+0.121504 s]
/proc/loadavg: 8.03 8.08 7.74 1/270 26164
/proc/meminfo: memFree=20961264/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=285484 CPUtime=0.46 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 4325 0 0 0 45 1 0 0 25 0 4 0 651672709 292335616 4236 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 71371 4236 358 95 0 66353 0
[pid=26164/tid=26165] ppid=26162 vsize=285484 CPUtime=0.11 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 934 0 0 0 11 0 0 0 25 0 4 0 651672710 292335616 4236 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=285484 CPUtime=0.11 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 943 0 0 0 11 0 0 0 25 0 4 0 651672710 292335616 4236 33554432000 4194304 4580107 140733433215904 18446744073709551615 237278540833 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=285484 CPUtime=0.1 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 1105 0 0 0 10 0 0 0 25 0 4 0 651672710 292335616 4236 33554432000 4194304 4580107 140733433215904 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 285484

[startup+0.706887 s]
/proc/loadavg: 8.03 8.08 7.74 1/270 26164
/proc/meminfo: memFree=20961264/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=297480 CPUtime=4.2 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 17926 0 0 0 414 6 0 0 19 0 4 0 651672709 304619520 10702 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 74370 10702 377 95 0 69352 0
[pid=26164/tid=26165] ppid=26162 vsize=297480 CPUtime=1.04 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 4586 0 0 0 103 1 0 0 19 0 4 0 651672710 304619520 10702 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=297480 CPUtime=1.04 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 4566 0 0 0 103 1 0 0 19 0 4 0 651672710 304619520 10702 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=297480 CPUtime=1.03 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 3779 0 0 0 103 0 0 0 19 0 4 0 651672710 304619520 10702 33554432000 4194304 4580107 140733433215904 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 297480

[startup+1.16224 s]
/proc/loadavg: 8.03 8.08 7.74 1/270 26164
/proc/meminfo: memFree=20961264/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=297480 CPUtime=4.6 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 18596 0 0 0 454 6 0 0 19 0 4 0 651672709 304619520 11372 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294872 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 74370 11372 377 95 0 69352 0
[pid=26164/tid=26165] ppid=26162 vsize=297480 CPUtime=1.14 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 4760 0 0 0 113 1 0 0 19 0 4 0 651672710 304619520 11372 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=297480 CPUtime=1.14 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 4726 0 0 0 113 1 0 0 19 0 4 0 651672710 304619520 11372 33554432000 4194304 4580107 140733433215904 18446744073709551615 4293957 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=297480 CPUtime=1.13 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 3944 0 0 0 113 0 0 0 19 0 4 0 651672710 304619520 11372 33554432000 4194304 4580107 140733433215904 18446744073709551615 4306170 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 297480

[startup+1.50118 s]
/proc/loadavg: 8.03 8.08 7.74 1/270 26164
/proc/meminfo: memFree=20961264/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=298348 CPUtime=5.95 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 22249 0 0 0 589 6 0 0 19 0 4 0 651672709 305508352 11088 33554432000 4194304 4580107 140733433215904 18446744073709551615 4324374 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 74587 11089 377 95 0 69569 0
[pid=26164/tid=26165] ppid=26162 vsize=298348 CPUtime=1.48 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 5815 0 0 0 147 1 0 0 19 0 4 0 651672710 305508352 11089 33554432000 4194304 4580107 140733433215904 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=298348 CPUtime=1.47 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 5745 0 0 0 146 1 0 0 19 0 4 0 651672710 305508352 11089 33554432000 4194304 4580107 140733433215904 18446744073709551615 4306048 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=298348 CPUtime=1.47 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 4468 0 0 0 147 0 0 0 19 0 4 0 651672710 305508352 11089 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 298348

[startup+3.1009 s]
/proc/loadavg: 8.11 8.09 7.75 9/279 26199
/proc/meminfo: memFree=20878884/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=299736 CPUtime=12.33 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 36405 0 0 0 1223 10 0 0 24 0 4 0 651672709 306929664 12309 33554432000 4194304 4580107 140733433215904 18446744073709551615 4316555 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 74934 12309 378 95 0 69916 0
[pid=26164/tid=26165] ppid=26162 vsize=299736 CPUtime=3.08 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 9347 0 0 0 306 2 0 0 23 0 4 0 651672710 306929664 12309 33554432000 4194304 4580107 140733433215904 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=299736 CPUtime=3.08 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 9271 0 0 0 306 2 0 0 24 0 4 0 651672710 306929664 12309 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=299736 CPUtime=3.06 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 7989 0 0 0 304 2 0 0 24 0 4 0 651672710 306929664 12309 33554432000 4194304 4580107 140733433215904 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 299736

[startup+6.30033 s]
/proc/loadavg: 8.11 8.09 7.75 9/279 26200
/proc/meminfo: memFree=20724380/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=327932 CPUtime=25.1 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 75504 0 0 0 2492 18 0 0 25 0 4 0 651672709 335802368 36910 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294818 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 81983 36910 379 95 0 76965 0
[pid=26164/tid=26165] ppid=26162 vsize=327932 CPUtime=6.28 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 16860 0 0 0 624 4 0 0 25 0 4 0 651672710 335802368 36910 33554432000 4194304 4580107 140733433215904 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=327932 CPUtime=6.28 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 20681 0 0 0 623 5 0 0 25 0 4 0 651672710 335802368 36910 33554432000 4194304 4580107 140733433215904 18446744073709551615 4416292 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=327932 CPUtime=6.23 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 18568 0 0 0 620 3 0 0 25 0 4 0 651672710 335802368 36910 33554432000 4194304 4580107 140733433215904 18446744073709551615 4417020 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 327932

[startup+12.7002 s]
/proc/loadavg: 8.17 8.10 7.75 9/279 26200
/proc/meminfo: memFree=20610952/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=383336 CPUtime=50.68 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 111553 0 0 0 5041 27 0 0 25 0 4 0 651672709 392536064 53964 33554432000 4194304 4580107 140733433215904 18446744073709551615 4295702 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 95834 53964 379 95 0 90816 0
[pid=26164/tid=26165] ppid=26162 vsize=383336 CPUtime=12.69 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 28606 0 0 0 1263 6 0 0 25 0 4 0 651672710 392536064 53964 33554432000 4194304 4580107 140733433215904 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=383336 CPUtime=12.68 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 26989 0 0 0 1262 6 0 0 25 0 4 0 651672710 392536064 53964 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=383336 CPUtime=12.59 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 26516 0 0 0 1254 5 0 0 25 0 4 0 651672710 392536064 53964 33554432000 4194304 4580107 140733433215904 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 383336

[startup+25.5009 s]
/proc/loadavg: 8.15 8.10 7.76 9/279 26200
/proc/meminfo: memFree=20475532/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=488300 CPUtime=101.74 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 170817 0 0 0 10133 41 0 0 25 0 4 0 651672709 500019200 75801 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294524 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 122075 75801 379 95 0 117057 0
[pid=26164/tid=26165] ppid=26162 vsize=488300 CPUtime=25.48 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 42937 0 0 0 2538 10 0 0 25 0 4 0 651672710 500019200 75801 33554432000 4194304 4580107 140733433215904 18446744073709551615 4416292 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=488300 CPUtime=25.47 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 39742 0 0 0 2538 9 0 0 25 0 4 0 651672710 500019200 75801 33554432000 4194304 4580107 140733433215904 18446744073709551615 4316677 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=488300 CPUtime=25.28 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 40884 0 0 0 2520 8 0 0 25 0 4 0 651672710 500019200 75801 33554432000 4194304 4580107 140733433215904 18446744073709551615 4321188 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 488300

[startup+51.1004 s]
/proc/loadavg: 8.17 8.11 7.77 9/279 26201
/proc/meminfo: memFree=20346112/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=600396 CPUtime=203.92 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 261249 0 0 0 20327 65 0 0 25 0 4 0 651672709 614805504 93250 33554432000 4194304 4580107 140733433215904 18446744073709551615 4416046 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 150099 93250 379 95 0 145081 0
[pid=26164/tid=26165] ppid=26162 vsize=600396 CPUtime=51.08 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 61099 0 0 0 5093 15 0 0 25 0 4 0 651672710 614805504 93250 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=600396 CPUtime=51.07 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 59820 0 0 0 5093 14 0 0 25 0 4 0 651672710 614805504 93250 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=600396 CPUtime=50.67 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 68499 0 0 0 5051 16 0 0 25 0 4 0 651672710 614805504 93250 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.92
Current children cumulated vsize (KiB) 600396

[startup+102.3 s]
/proc/loadavg: 8.07 8.08 7.78 9/279 26202
/proc/meminfo: memFree=20256060/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=651112 CPUtime=408.29 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 414868 0 0 0 40718 111 0 0 25 0 4 0 651672709 666738688 104218 33554432000 4194304 4580107 140733433215904 18446744073709551615 4295676 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 162778 104218 379 95 0 157760 0
[pid=26164/tid=26165] ppid=26162 vsize=651112 CPUtime=102.27 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 102117 0 0 0 10199 28 0 0 25 0 4 0 651672710 666738688 104218 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=651112 CPUtime=102.27 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 93876 0 0 0 10201 26 0 0 25 0 4 0 651672710 666738688 104218 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=651112 CPUtime=101.44 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 115260 0 0 0 10115 29 0 0 25 0 4 0 651672710 666738688 104218 33554432000 4194304 4580107 140733433215904 18446744073709551615 4342192 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.29
Current children cumulated vsize (KiB) 651112

[startup+162.301 s]

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

[pid=26164] ppid=26162 vsize=1209520 CPUtime=2803.23 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 1681924 0 0 0 279788 535 0 0 25 0 4 0 651672709 1238548480 219121 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 302380 219121 379 95 0 297362 0
[pid=26164/tid=26165] ppid=26162 vsize=1209520 CPUtime=702.26 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 451903 0 0 0 70084 142 0 0 25 0 4 0 651672710 1238548480 219121 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=1209520 CPUtime=699.69 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 442098 0 0 0 69827 142 0 0 25 0 4 0 651672710 1238548480 219121 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=1209520 CPUtime=698.99 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 384107 0 0 0 69777 122 0 0 25 0 4 0 651672710 1238548480 219121 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2803.23
Current children cumulated vsize (KiB) 1209520

[startup+762.301 s]
/proc/loadavg: 8.11 8.09 7.93 9/279 26220
/proc/meminfo: memFree=19609420/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=1118292 CPUtime=3042.73 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 1782996 0 0 0 303700 573 0 0 25 0 4 0 651672709 1145131008 224068 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 279573 224068 379 95 0 274555 0
[pid=26164/tid=26165] ppid=26162 vsize=1118292 CPUtime=762.25 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 480504 0 0 0 76073 152 0 0 25 0 4 0 651672710 1145131008 224068 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=1118292 CPUtime=759.2 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 454639 0 0 0 75773 147 0 0 25 0 4 0 651672710 1145131008 224069 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=1118292 CPUtime=758.99 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 414765 0 0 0 75765 134 0 0 25 0 4 0 651672710 1145131008 224069 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3042.73
Current children cumulated vsize (KiB) 1118292

[startup+822.3 s]
/proc/loadavg: 8.17 8.10 7.94 9/279 26221
/proc/meminfo: memFree=19562096/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=1258348 CPUtime=3282.25 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 1893212 0 0 0 327610 615 0 0 25 0 4 0 651672709 1288548352 227315 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 314587 227315 379 95 0 309569 0
[pid=26164/tid=26165] ppid=26162 vsize=1258348 CPUtime=822.27 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 506890 0 0 0 82067 160 0 0 25 0 4 0 651672710 1288548352 227315 33554432000 4194304 4580107 140733433215904 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=1258348 CPUtime=818.7 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 484014 0 0 0 81712 158 0 0 25 0 4 0 651672710 1288548352 227315 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=1258348 CPUtime=818.98 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 442679 0 0 0 81752 146 0 0 25 0 4 0 651672710 1288548352 227315 33554432000 4194304 4580107 140733433215904 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3282.25
Current children cumulated vsize (KiB) 1258348

[startup+882.301 s]
/proc/loadavg: 8.10 8.10 7.94 9/279 26223
/proc/meminfo: memFree=19395240/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=1264712 CPUtime=3521.72 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 1981190 0 0 0 351521 651 0 0 25 0 4 0 651672709 1295065088 235593 33554432000 4194304 4580107 140733433215904 18446744073709551615 4321197 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 316178 235593 379 95 0 311160 0
[pid=26164/tid=26165] ppid=26162 vsize=1264712 CPUtime=882.26 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 531299 0 0 0 88058 168 0 0 25 0 4 0 651672710 1295065088 235593 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=1264712 CPUtime=878.2 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 508569 0 0 0 87653 167 0 0 25 0 4 0 651672710 1295065088 235594 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=1264712 CPUtime=878.97 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 461352 0 0 0 87743 154 0 0 25 0 4 0 651672710 1295065088 235594 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294460 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3521.72
Current children cumulated vsize (KiB) 1264712

[startup+942.31 s]
/proc/loadavg: 8.14 8.10 7.95 9/279 26225
/proc/meminfo: memFree=19383608/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=1267200 CPUtime=3761.22 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 2087699 0 0 0 375427 695 0 0 25 0 4 0 651672709 1297612800 238742 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 316800 238742 379 95 0 311782 0
[pid=26164/tid=26165] ppid=26162 vsize=1267200 CPUtime=942.26 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 559306 0 0 0 94046 180 0 0 25 0 4 0 651672710 1297612800 238742 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=1267200 CPUtime=937.68 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 531759 0 0 0 93593 175 0 0 25 0 4 0 651672710 1297612800 238742 33554432000 4194304 4580107 140733433215904 18446744073709551615 4416737 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=1267200 CPUtime=938.98 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 488921 0 0 0 93732 166 0 0 25 0 4 0 651672710 1297612800 238742 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3761.22
Current children cumulated vsize (KiB) 1267200

[startup+1002.3 s]
/proc/loadavg: 8.16 8.11 7.96 9/279 26226
/proc/meminfo: memFree=19389964/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=1140348 CPUtime=4000.66 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 2190880 0 0 0 399332 734 0 0 25 0 4 0 651672709 1167716352 221320 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 285087 221320 379 95 0 280069 0
[pid=26164/tid=26165] ppid=26162 vsize=1140348 CPUtime=1002.25 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 586953 0 0 0 100035 190 0 0 25 0 4 0 651672710 1167716352 221320 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=1140348 CPUtime=997.17 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 549385 0 0 0 99536 181 0 0 25 0 4 0 651672710 1167716352 221320 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294704 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=1140348 CPUtime=998.96 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 517738 0 0 0 99718 178 0 0 25 0 4 0 651672710 1167716352 221320 33554432000 4194304 4580107 140733433215904 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4000.66
Current children cumulated vsize (KiB) 1140348

[startup+1062.3 s]
/proc/loadavg: 8.11 8.11 7.97 9/279 26228
/proc/meminfo: memFree=19038568/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=1573052 CPUtime=4240.14 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 2326270 0 0 0 423240 774 0 0 25 0 4 0 651672709 1610805248 323534 33554432000 4194304 4580107 140733433215904 18446744073709551615 4451903 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 393263 323534 385 95 0 388245 0
[pid=26164/tid=26165] ppid=26162 vsize=1573052 CPUtime=1062.25 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 629068 0 0 0 106026 199 0 0 25 0 4 0 651672710 1610805248 323534 33554432000 4194304 4580107 140733433215904 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=1573052 CPUtime=1056.64 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 571094 0 0 0 105472 192 0 0 25 0 4 0 651672710 1610805248 323534 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=1573052 CPUtime=1058.96 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 552408 0 0 0 105711 185 0 0 25 0 4 0 651672710 1610805248 323534 33554432000 4194304 4580107 140733433215904 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4240.14
Current children cumulated vsize (KiB) 1573052

[startup+1122.3 s]
/proc/loadavg: 8.11 8.11 7.98 9/279 26229
/proc/meminfo: memFree=19049520/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=1516420 CPUtime=4479.64 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 2376394 0 0 0 447167 797 0 0 25 0 4 0 651672709 1552814080 306520 33554432000 4194304 4580107 140733433215904 18446744073709551615 4321079 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 379105 306520 385 95 0 374087 0
[pid=26164/tid=26165] ppid=26162 vsize=1516420 CPUtime=1122.25 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 640584 0 0 0 112021 204 0 0 25 0 4 0 651672710 1552814080 306520 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=1516420 CPUtime=1116.15 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 593173 0 0 0 111411 204 0 0 25 0 4 0 651672710 1552814080 306520 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=1516420 CPUtime=1118.95 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 564320 0 0 0 111705 190 0 0 25 0 4 0 651672710 1552814080 306520 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294821 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4479.64
Current children cumulated vsize (KiB) 1516420

[startup+1182.3 s]
/proc/loadavg: 8.15 8.12 7.99 9/279 26231
/proc/meminfo: memFree=18933376/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=1656916 CPUtime=4719.1 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 2482809 0 0 0 471068 842 0 0 25 0 4 0 651672709 1696681984 332394 33554432000 4194304 4580107 140733433215904 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 414229 332394 394 95 0 409211 0
[pid=26164/tid=26165] ppid=26162 vsize=1656916 CPUtime=1182.24 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 667254 0 0 0 118009 215 0 0 25 0 4 0 651672710 1696681984 332394 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=1656916 CPUtime=1175.62 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 621124 0 0 0 117349 213 0 0 25 0 4 0 651672710 1696681984 332394 33554432000 4194304 4580107 140733433215904 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=1656916 CPUtime=1178.96 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 590857 0 0 0 117694 202 0 0 25 0 4 0 651672710 1696681984 332394 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4719.1
Current children cumulated vsize (KiB) 1656916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.6 s]
/proc/loadavg: 8.17 8.13 8.00 9/279 26231
/proc/meminfo: memFree=19014832/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=1598984 CPUtime=4800.16 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 2509138 0 0 0 479160 856 0 0 25 0 4 0 651672709 1637359616 316111 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 399746 316111 394 95 0 394728 0
[pid=26164/tid=26165] ppid=26162 vsize=1598984 CPUtime=1202.55 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 675705 0 0 0 120036 219 0 0 25 0 4 0 651672710 1637359616 316112 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=1598984 CPUtime=1195.76 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 621124 0 0 0 119363 213 0 0 25 0 4 0 651672710 1637359616 316112 33554432000 4194304 4580107 140733433215904 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=1598984 CPUtime=1199.26 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 599152 0 0 0 119720 206 0 0 25 0 4 0 651672710 1637359616 316112 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 1598984

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

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

[startup+1202.6 s]
/proc/loadavg: 8.17 8.13 8.00 9/279 26231
/proc/meminfo: memFree=19014832/32950904 swapFree=67057400/67111528
[pid=26164] ppid=26162 vsize=1598984 CPUtime=4800.16 cores=1,3,5,7
/proc/26164/stat : 26164 (strangenight2-m) R 26162 26164 25944 0 -1 4202496 2509138 0 0 0 479160 856 0 0 25 0 4 0 651672709 1637359616 316111 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26164/statm: 399746 316111 394 95 0 394728 0
[pid=26164/tid=26165] ppid=26162 vsize=1598984 CPUtime=1202.55 cores=1,3,5,7
/proc/26164/task/26165/stat : 26165 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 675705 0 0 0 120036 219 0 0 25 0 4 0 651672710 1637359616 316112 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26164/tid=26166] ppid=26162 vsize=1598984 CPUtime=1195.76 cores=1,3,5,7
/proc/26164/task/26166/stat : 26166 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 621124 0 0 0 119363 213 0 0 25 0 4 0 651672710 1637359616 316112 33554432000 4194304 4580107 140733433215904 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26164/tid=26167] ppid=26162 vsize=1598984 CPUtime=1199.26 cores=1,3,5,7
/proc/26164/task/26167/stat : 26167 (strangenight2-m) R 26162 26164 25944 0 -1 4202560 599152 0 0 0 119720 206 0 0 25 0 4 0 651672710 1637359616 316112 33554432000 4194304 4580107 140733433215904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 1598984

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.68
CPU time (s): 4800.26
CPU user time (s): 4791.63
CPU system time (s): 8.62369
CPU usage (%): 399.13
Max. virtual memory (cumulated for all children) (KiB): 1657224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.63
system time used= 8.62369
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2509145
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= 3183
involuntary context switches= 33753

runsolver used 2.81657 second user time and 7.2399 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-14 21:18:50
IDJOB=3366284
IDBENCH=82693
IDSOLVER=1844
FILE ID=node121/3366284-1305400729
RUNJOBID= node121-1305398320-25963
PBS_JOBID= 13324487
Free space on /tmp= 73424 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S64154096-097-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366284-1305400729/watcher-3366284-1305400729 -o /tmp/evaluation-result-3366284-1305400729/solver-3366284-1305400729 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366284-1305400729.cnf

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

MD5SUM BENCH= 1d861e510861ad58190eb0b3053bc657
RANDOM SEED=689830618

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20961544 kB
Buffers:        299256 kB
Cached:        5965648 kB
SwapCached:       7656 kB
Active:        6423580 kB
Inactive:      5213440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20961544 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            6240 kB
Writeback:          12 kB
AnonPages:     5369948 kB
Mapped:          21848 kB
Slab:           265072 kB
PageTables:      24156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30679060 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= 73420 MiB
End job on node121 at 2011-05-14 21:38:54