Trace number 3367224

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.58 1203.64

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367224-1305415837.cnf'
0.00/0.01	c -- header says num vars:          36809
0.00/0.01	c -- header says num clauses:      142491
0.00/0.27	c -- clauses added:            0 learnts,       142491 normals,            0 xors
0.00/0.27	c -- vars added      36809
0.00/0.27	c Parsing time:  0.10 s
0.00/0.27	c  N st     0         0     36809    117899     24559         0    559608         0   no data   no data
0.00/0.73	c asymm  cl-useful: 4399/117865/117865 lits-rem:4706 time: 0.41
0.00/0.73	c Flit:    32 Blit:      0 bXBeca:    0 bXProp: 6133 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.14
0.00/0.73	c Replacing     6133 vars Replaced   102229 lits Time:     0.04 s 
2.31/0.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.31/0.85	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2.31/0.90	c subs with bin:      332  lits-rem:       335  v-fix:    0  time:  0.02 s
2.31/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:    30 done:  30595 time:  0.02 s
2.31/0.90	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.01 s
5.22/1.35	c lits-rem:      5284  cl-subs:     1981  v-elim:    134  v-fix:    0  time:  0.40 s
5.22/1.35	c Finding binary XORs  T:     0.01 s  found:       0
5.62/1.45	c Finding non-binary XORs:     0.07 s (found:   10610, avg size: 3.4)
5.62/1.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
5.62/1.45	c calculated reachability. Time: 0.00
5.62/1.45	c Calc default polars -  time:   0.01 s pos:    6634 undec:    6856 neg:   23319
5.62/1.45	c =========================================================================================
5.62/1.45	c types(t): F = full restart, N = normal restart
5.62/1.45	c types(t): S = simplification begin/end, E = solution found
5.62/1.45	c restart types(rt): st = static, dy = dynamic
5.62/1.45	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
5.62/1.45	c  B st     0         0     30446     54032     13251         0    339959         0   no data   no data
9.15/2.30	c Decided on static restart strategy
13.54/3.44	c  N st     8      4911     30352     54032     15186      2904    339959     15572   no data   no data
21.91/5.56	c Finding binary XORs  T:     0.01 s  found:       0
23.11/5.89	c  N st    10     11293     30296     53499     17711      8062    338538     45473   no data   no data
37.48/9.47	c  N st    11     17036     30257     53499     20947     13322    338538     79231   no data   no data
49.84/12.59	c Finding binary XORs  T:     0.01 s  found:       0
62.60/15.78	c  F st    12     25000     30252     53229     26490     17554    337904    100769   no data   no data
62.60/15.79	c Replacing        1 vars Replaced       16 lits Time:     0.01 s 
63.00/15.83	c  N st    12     25000     30251     53229     26489     17554    337676    100767   no data   no data
81.35/20.47	c Decided on static restart strategy
81.35/20.47	c  N st    18     30000     30251     53229     28155     22262    337676    132373   no data   no data
81.35/20.47	c  S st    18     30000     30251     53229     28155     22262    337676    132373   no data   no data
81.35/20.48	c Finding binary XORs  T:     0.01 s  found:       0
82.54/20.75	c  S st    18     30501     30251     53229     28164     22752    337676    139540   no data   no data
82.54/20.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
83.74/21.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:  34506 BRemL:  14819 BRemN:      2 P:  4.4M T:  0.26
83.74/21.05	c blocked clauses removed:        0 vars:      0 tried:        4608 T: 0.01 s
83.74/21.06	c bin-w-bin subsume rem         3720 bins  time:  0.01 s
83.74/21.10	c subs with bin:    13431  lits-rem:      3618  v-fix:    0  time:  0.03 s
84.14/21.11	c Subs w/ non-existent bins:    234 l-rem:     59 v-fix:     0 done:   3589 time:  0.02 s
84.14/21.13	c Removed useless bin:      45  fixed:     0  props:   0.37M  time:  0.01 s
84.53/21.21	c lits-rem:         0  cl-subs:       87  v-elim:   1280  v-fix:    0  time:  0.08 s
84.53/21.24	c subs with bin:     1633  lits-rem:      2340  v-fix:    0  time:  0.02 s
84.53/21.29	c lits-rem:       173  cl-subs:      263  v-elim:      0  v-fix:    0  time:  0.04 s
85.73/21.55	c asymm  cl-useful: 433/41700/41700 lits-rem:433 time: 0.26
85.73/21.56	c calculated reachability. Time: 0.00
85.73/21.56	c  N st    18     30501     28971     41700     39446     18990    311981    137062   no data   no data
98.10/24.66	c Finding binary XORs  T:     0.02 s  found:       0
117.64/29.50	c  N st    20     37611     28971     41700     39466     26055    311981    321121   no data   no data
134.00/33.67	c  N st    21     44010     28971     41700     40354     27957    311981   2670678   no data   no data
134.00/33.71	c Finding binary XORs  T:     0.02 s  found:       0
136.79/34.36	c  S st    22     45753     28971     41700     74713     29669    311981   3162654   no data   no data
137.60/34.55	c  S st    22     46254     28971     41700     74724     30156    311981   3168929   no data   no data
137.60/34.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
139.23/34.96	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:  22499 BRemL:  35947 BRemN:      0 P:  5.1M T:  0.39
139.23/34.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
139.23/35.00	c bin-w-bin subsume rem        12888 bins  time:  0.01 s
139.58/35.02	c subs with bin:     4139  lits-rem:       523  v-fix:    0  time:  0.02 s
139.58/35.04	c Subs w/ non-existent bins:     40 l-rem:     14 v-fix:     0 done:   4220 time:  0.02 s
139.58/35.05	c Removed useless bin:       0  fixed:     0  props:   0.34M  time:  0.01 s
139.98/35.10	c lits-rem:         0  cl-subs:        7  v-elim:    283  v-fix:    0  time:  0.04 s
139.98/35.14	c subs with bin:      400  lits-rem:       821  v-fix:    0  time:  0.03 s
139.98/35.18	c lits-rem:        64  cl-subs:       69  v-elim:      0  v-fix:    0  time:  0.03 s
140.37/35.20	c vivif2 --  cl tried    37784 cl shrink     1175 lits rem       1175 time: 0.02
140.37/35.21	c vivif2 --  cl tried    22957 cl shrink      718 lits rem        876 time: 0.01
141.17/35.48	c asymm  cl-useful: 0/37709/37709 lits-rem:0 time: 0.27
141.17/35.49	c calculated reachability. Time: 0.00
141.17/35.49	c  N st    22     46254     28687     37709     47743     22940    305360    226224   no data   no data
141.57/35.51	c Finding binary XORs  T:     0.02 s  found:       0
173.91/43.66	c  N st    23     60655     28687     37709     47743     37049    305360   4526316   no data   no data
173.91/43.70	c Finding binary XORs  T:     0.02 s  found:       0
208.20/52.24	c  N st    24     69386     28687     37709     65201     40514    305360   5797890   no data   no data
208.20/52.24	c  S st    24     69386     28687     37709     65201     40514    305360   5797890   no data   no data
208.20/52.28	c Finding binary XORs  T:     0.02 s  found:       0
209.01/52.44	c  S st    24     69887     28687     37709    101801     41007    305360   5876205   no data   no data
209.01/52.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
211.38/53.02	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:  19159 BRemL:  57170 BRemN:      0 P:  7.0M T:  0.54
211.38/53.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
211.38/53.05	c bin-w-bin subsume rem         6854 bins  time:  0.01 s
211.38/53.07	c subs with bin:     1800  lits-rem:        96  v-fix:    0  time:  0.02 s
211.38/53.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   5458 time:  0.02 s
211.78/53.11	c Removed useless bin:       0  fixed:     0  props:   0.31M  time:  0.01 s
211.78/53.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
220.15/55.29	c subs with bin:      169  lits-rem:      7673  v-fix:    0  time:  1.79 s
243.30/61.04	c lits-rem:      1760  cl-subs:      502  v-elim:      0  v-fix:    0  time:  5.74 s
243.30/61.06	c vivif2 --  cl tried    35903 cl shrink        0 lits rem          0 time: 0.02
244.88/61.45	c vivif2 --  cl tried    40336 cl shrink     8445 lits rem      34152 time: 0.38
246.08/61.75	c asymm  cl-useful: 10/35903/35903 lits-rem:30 time: 0.30
246.08/61.77	c calculated reachability. Time: 0.01
246.08/61.77	c  N st    24     69887     28686     35893     57062     40336    301979   5557763   no data   no data
285.17/71.51	c  F st    25     87500     28686     35893     57062     57785    301979  10167928   no data   no data
285.57/71.69	c  N st    25     87500     28686     35893     57062     57785    301979  10167928   no data   no data
285.97/71.71	c Finding binary XORs  T:     0.02 s  found:       0
300.33/75.38	c Decided on static restart strategy
313.09/78.52	c  N st    32     95540     28686     35893     57066     51896    301979   7258931   no data   no data
313.09/78.55	c Finding binary XORs  T:     0.02 s  found:       0
346.99/87.05	c  N st    34    104830     28686     35893     76232     61066    301979  10613265   no data   no data
346.99/87.05	c  S st    34    104830     28686     35893     76232     61066    301979  10613265   no data   no data
346.99/87.07	c Finding binary XORs  T:     0.02 s  found:       0
348.19/87.35	c  S st    34    105332     28686     35893     81920     61563    301979  10638324   no data   no data
348.19/87.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
350.58/87.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:  23473 BRemN:      0 P:  6.6M T:  0.53
350.58/87.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
350.58/87.95	c bin-w-bin subsume rem         2389 bins  time:  0.01 s
350.58/87.97	c subs with bin:       30  lits-rem:         0  v-fix:    0  time:  0.02 s
350.58/87.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6308 time:  0.02 s
350.98/88.01	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.01 s
351.38/88.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
361.35/90.69	c subs with bin:        1  lits-rem:        12  v-fix:    0  time:  2.03 s
380.55/95.45	c lits-rem:      2128  cl-subs:      386  v-elim:      0  v-fix:    0  time:  4.75 s
380.55/95.47	c vivif2 --  cl tried    35863 cl shrink        0 lits rem          0 time: 0.02
383.70/96.23	c vivif2 --  cl tried    61176 cl shrink    10410 lits rem      53113 time: 0.76
384.94/96.57	c asymm  cl-useful: 0/35863/35863 lits-rem:0 time: 0.34
384.94/96.59	c calculated reachability. Time: 0.01
384.94/96.59	c  N st    34    105332     28686     35863     56069     61165    301901  10394705   no data   no data
420.78/105.50	c  N st    35    114930     28686     35863     56069     52056    301901   7623011   no data   no data
501.35/125.74	c  N st    36    129328     28686     35863     56070     66258    301901  16130515   no data   no data
589.50/147.88	c  N st    37    150923     28686     35863     56087     66863    301901  13125702   no data   no data
612.65/153.62	c  S st    38    158002     28686     35863     56087     73823    301901  16075178   no data   no data
613.42/153.85	c  S st    38    158502     28686     35863     56090     74319    301901  16081881   no data   no data
613.82/153.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
615.83/154.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    532 BRemL:    116 BRemN:      0 P:  7.3M T:  0.58
616.23/154.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
616.23/154.51	c bin-w-bin subsume rem           15 bins  time:  0.01 s
616.23/154.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
616.23/154.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2189 time:  0.02 s
616.23/154.56	c Removed useless bin:       0  fixed:     0  props:   0.31M  time:  0.01 s
617.04/154.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
627.79/157.40	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  1.94 s
669.69/167.98	c lits-rem:      3358  cl-subs:      504  v-elim:      0  v-fix:    0  time: 10.56 s
669.69/168.00	c vivif2 --  cl tried    35863 cl shrink        0 lits rem          0 time: 0.02
674.50/169.14	c vivif2 --  cl tried    73814 cl shrink    17183 lits rem     107623 time: 1.12
676.06/169.50	c asymm  cl-useful: 0/35863/35863 lits-rem:0 time: 0.37
676.06/169.52	c calculated reachability. Time: 0.01
676.06/169.52	c  N st    38    158502     28686     35863     56497     73808    301901  15761830   no data   no data
879.88/220.66	c  N st    39    207091     28686     35863     56497     73648    301901  17719523   no data   no data
879.88/220.68	c Finding binary XORs  T:     0.02 s  found:       0
1018.27/255.39	c  N st    40    237754     28686     35863     56510     77384    301901  15123111   no data   no data
1018.27/255.39	c  S st    40    237754     28686     35863     56510     77384    301901  15123111   no data   no data
1019.87/255.70	c  S st    40    238254     28686     35863     56747     77883    301901  15134754   no data   no data
1019.87/255.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1022.26/256.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:    102 BRemN:      0 P:  7.3M T:  0.56
1022.26/256.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1022.26/256.34	c bin-w-bin subsume rem          153 bins  time:  0.01 s
1022.26/256.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1022.26/256.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2684 time:  0.02 s
1022.66/256.40	c Removed useless bin:       0  fixed:     0  props:   0.31M  time:  0.02 s
1023.06/256.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
1033.44/259.13	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  1.90 s
1104.82/277.08	c lits-rem:      2029  cl-subs:     1409  v-elim:      0  v-fix:    0  time: 17.93 s
1105.22/277.10	c vivif2 --  cl tried    35863 cl shrink        0 lits rem          0 time: 0.02
1109.21/278.11	c vivif2 --  cl tried    76471 cl shrink    15175 lits rem     154693 time: 1.00
1110.40/278.49	c asymm  cl-useful: 0/35863/35863 lits-rem:0 time: 0.38
1110.80/278.50	c calculated reachability. Time: 0.01
1110.80/278.50	c  N st    40    238254     28686     35863     56492     76471    301901  14503228   no data   no data
1474.17/369.66	c  F st    41    306250     28686     35863     56492     88245    301901  26486519   no data   no data
1474.97/369.85	c  N st    41    306250     28686     35863     56492     88245    301901  26486519   no data   no data
1497.70/375.59	c Decided on static restart strategy
1580.26/396.29	c  N st    51    334563     28686     35863     56629     86577    301901  17294119   no data   no data
1706.71/427.96	c  N st    53    357388     28686     35863     56629     78557    301901  16890725   no data   no data
1706.71/427.96	c  S st    53    357388     28686     35863     56629     78557    301901  16890725   no data   no data
1707.51/428.17	c  S st    53    357889     28686     35863     56629     79058    301901  16896571   no data   no data
1707.91/428.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1710.30/428.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     79 BRemL:     57 BRemN:      0 P:  7.4M T:  0.59
1710.30/428.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1710.30/428.83	c bin-w-bin subsume rem           13 bins  time:  0.01 s
1710.30/428.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1710.30/428.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6942 time:  0.03 s
1710.30/428.89	c Removed useless bin:       0  fixed:     0  props:   0.31M  time:  0.02 s
1711.10/429.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
1722.28/431.88	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  2.06 s
1758.57/440.98	c lits-rem:      2150  cl-subs:      454  v-elim:      0  v-fix:    0  time:  9.09 s
1758.57/441.00	c vivif2 --  cl tried    35863 cl shrink        0 lits rem          0 time: 0.02
1763.75/442.22	c vivif2 --  cl tried    78603 cl shrink    11315 lits rem     119245 time: 1.21
1765.35/442.66	c asymm  cl-useful: 0/35863/35863 lits-rem:0 time: 0.44
1765.35/442.67	c calculated reachability. Time: 0.01
1765.35/442.67	c  N st    53    357889     28686     35863     56638     78603    301901  16541103   no data   no data
1906.15/477.96	c  N st    54    390290     28686     35863     56638     79130    301901  16712661   no data   no data
2202.11/552.10	c  N st    55    438880     28686     35863     56638     94631    301901  27820651   no data   no data
2202.11/552.12	c Finding binary XORs  T:     0.02 s  found:       0
2549.53/639.29	c  N st    56    511762     28686     35863     56664     98483    301901  25122908   no data   no data
2697.50/676.31	c  N st    57    536836     28686     35863     56668     87701    301901  19708077   no data   no data
2697.50/676.31	c  S st    57    536836     28686     35863     56668     87701    301901  19708077   no data   no data
2698.30/676.59	c  S st    57    537336     28686     35863     56669     88197    301901  19714336   no data   no data
2698.70/676.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2701.13/677.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    125 BRemL:     42 BRemN:      0 P:  7.7M T:  0.60
2701.13/677.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2701.13/677.27	c bin-w-bin subsume rem            7 bins  time:  0.01 s
2701.13/677.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
2701.55/677.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6551 time:  0.02 s
2701.55/677.34	c Removed useless bin:       0  fixed:     0  props:   0.31M  time:  0.02 s
2702.30/677.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
2714.29/680.52	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  2.08 s
2773.70/695.40	c lits-rem:      2834  cl-subs:      520  v-elim:      0  v-fix:    0  time: 14.86 s
2773.70/695.41	c vivif2 --  cl tried    35863 cl shrink        0 lits rem          0 time: 0.02
2779.28/696.85	c vivif2 --  cl tried    87674 cl shrink    14054 lits rem     171072 time: 1.42
2780.87/697.25	c asymm  cl-useful: 0/35863/35863 lits-rem:0 time: 0.40
2780.87/697.26	c calculated reachability. Time: 0.01
2780.87/697.26	c  N st    57    537336     28686     35863     56745     87674    301901  19260642   no data   no data
3596.63/901.73	c  N st    58    701320     28686     35863     56745     98051    301901  19292904   no data   no data
4266.69/1069.75	c  N st    59    806006     28686     35863     56792    119570    301901  37353279   no data   no data
4266.69/1069.75	c  S st    59    806006     28686     35863     56792    119570    301901  37353279   no data   no data
4268.67/1070.23	c  S st    59    806508     28686     35863     56802     77287    301901   7484909   no data   no data
4268.67/1070.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4271.07/1070.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:     24 BRemN:      0 P:  7.4M T:  0.56
4271.07/1070.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4271.07/1070.86	c bin-w-bin subsume rem           30 bins  time:  0.01 s
4271.07/1070.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
4271.47/1070.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6005 time:  0.02 s
4271.47/1070.92	c Removed useless bin:       0  fixed:     0  props:   0.31M  time:  0.02 s
4271.88/1071.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
4280.24/1073.20	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  1.86 s
4297.40/1077.46	c lits-rem:      1647  cl-subs:      272  v-elim:      0  v-fix:    0  time:  4.24 s
4297.40/1077.47	c vivif2 --  cl tried    35863 cl shrink        0 lits rem          0 time: 0.02
4298.63/1077.79	c vivif2 --  cl tried    77013 cl shrink      902 lits rem       5587 time: 0.31
4300.18/1078.17	c asymm  cl-useful: 0/35863/35863 lits-rem:0 time: 0.39
4300.18/1078.18	c calculated reachability. Time: 0.01
4300.18/1078.18	c  N st    59    806508     28686     35863     56748     77013    301901   7448611   no data   no data

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

running on 4 cores: 0,2,4,6

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.06 8.10 7.91 8/358 18687
/proc/meminfo: memFree=24173668/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 633999184 52396032 347 33554432000 4194304 4580107 140735406628240 18446744073709551615 228095507441 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 12792 347 299 95 0 7774 0
[pid=18687/tid=18688] ppid=18685 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 633999185 52396032 352 33554432000 4194304 4580107 140735406628240 18446744073709551615 47284220807094 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 633999185 52396032 352 33554432000 4194304 4580107 140735406628240 18446744073709551615 47284220806681 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 633999185 52396032 352 33554432000 4194304 4580107 140735406628240 18446744073709551615 47284220806679 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.10039 s]
/proc/loadavg: 8.06 8.10 7.91 8/358 18687
/proc/meminfo: memFree=24173668/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=323656 CPUtime=2.31 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 27196 0 0 0 226 5 0 0 18 0 4 0 633999184 331423744 22919 33554432000 4194304 4580107 140735406628240 18446744073709551615 228095112225 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 81933 24019 364 95 0 76915 0
[pid=18687/tid=18688] ppid=18685 vsize=328268 CPUtime=0.71 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) D 18685 18687 18548 0 -1 4202560 7237 0 0 0 70 1 0 0 18 0 4 0 633999185 336146432 24302 33554432000 4194304 4580107 140735406628240 18446744073709551615 228095148240 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=328984 CPUtime=0.72 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 7414 0 0 0 71 1 0 0 18 0 4 0 633999185 336879616 24701 33554432000 4194304 4580107 140735406628240 18446744073709551615 228095148135 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=329116 CPUtime=0.72 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 6579 0 0 0 71 1 0 0 18 0 4 0 633999185 337014784 25250 33554432000 4194304 4580107 140735406628240 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 323656

[startup+0.914286 s]
/proc/loadavg: 8.06 8.10 7.91 8/358 18687
/proc/meminfo: memFree=24173668/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=359516 CPUtime=3.62 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 47089 0 0 0 352 10 0 0 19 0 4 0 633999184 368144384 42255 33554432000 4194304 4580107 140735406628240 18446744073709551615 4421592 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 89879 42257 373 95 0 84861 0
[pid=18687/tid=18688] ppid=18685 vsize=359516 CPUtime=0.89 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 13425 0 0 0 87 2 0 0 19 0 4 0 633999185 368144384 42258 33554432000 4194304 4580107 140735406628240 18446744073709551615 4421280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=359516 CPUtime=0.9 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 13226 0 0 0 88 2 0 0 19 0 4 0 633999185 368144384 42259 33554432000 4194304 4580107 140735406628240 18446744073709551615 4451282 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=359516 CPUtime=0.9 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 6661 0 0 0 89 1 0 0 19 0 4 0 633999185 368144384 42260 33554432000 4194304 4580107 140735406628240 18446744073709551615 4293952 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 359516

[startup+1.01427 s]
/proc/loadavg: 8.06 8.10 7.91 8/358 18687
/proc/meminfo: memFree=24173668/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=363844 CPUtime=4.02 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 47959 0 0 0 392 10 0 0 19 0 4 0 633999184 372576256 42149 33554432000 4194304 4580107 140735406628240 18446744073709551615 4422936 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 90961 42149 375 95 0 85943 0
[pid=18687/tid=18688] ppid=18685 vsize=363844 CPUtime=0.99 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 13814 0 0 0 97 2 0 0 19 0 4 0 633999185 372576256 42149 33554432000 4194304 4580107 140735406628240 18446744073709551615 4421607 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=363844 CPUtime=1 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 13229 0 0 0 98 2 0 0 19 0 4 0 633999185 372576256 42149 33554432000 4194304 4580107 140735406628240 18446744073709551615 4451668 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=363844 CPUtime=1 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 6663 0 0 0 99 1 0 0 19 0 4 0 633999185 372576256 42149 33554432000 4194304 4580107 140735406628240 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 363844

[startup+1.11425 s]
/proc/loadavg: 8.06 8.10 7.91 8/358 18687
/proc/meminfo: memFree=24173668/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=356152 CPUtime=4.42 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 49724 0 0 0 432 10 0 0 19 0 4 0 633999184 364699648 39191 33554432000 4194304 4580107 140735406628240 18446744073709551615 228095119793 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 89038 39191 375 95 0 84020 0
[pid=18687/tid=18688] ppid=18685 vsize=356152 CPUtime=1.09 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 14412 0 0 0 107 2 0 0 19 0 4 0 633999185 364699648 39191 33554432000 4194304 4580107 140735406628240 18446744073709551615 4399557 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=356152 CPUtime=1.1 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 13796 0 0 0 108 2 0 0 19 0 4 0 633999185 364699648 39191 33554432000 4194304 4580107 140735406628240 18446744073709551615 4417904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=356152 CPUtime=1.1 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 6663 0 0 0 109 1 0 0 19 0 4 0 633999185 364699648 39191 33554432000 4194304 4580107 140735406628240 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 356152

[startup+1.50118 s]
/proc/loadavg: 8.06 8.10 7.91 8/358 18687
/proc/meminfo: memFree=24173668/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=357948 CPUtime=5.97 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 51458 0 0 0 587 10 0 0 19 0 4 0 633999184 366538752 39893 33554432000 4194304 4580107 140735406628240 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 89487 39893 379 95 0 84469 0
[pid=18687/tid=18688] ppid=18685 vsize=357948 CPUtime=1.48 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 14999 0 0 0 145 3 0 0 19 0 4 0 633999185 366538752 39893 33554432000 4194304 4580107 140735406628240 18446744073709551615 4302360 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=357948 CPUtime=1.49 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 14294 0 0 0 147 2 0 0 19 0 4 0 633999185 366538752 39893 33554432000 4194304 4580107 140735406628240 18446744073709551615 4292816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=357948 CPUtime=1.48 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 6726 0 0 0 147 1 0 0 20 0 4 0 633999185 366538752 39893 33554432000 4194304 4580107 140735406628240 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 357948

[startup+3.10088 s]
/proc/loadavg: 8.05 8.10 7.91 9/362 18691
/proc/meminfo: memFree=23955008/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=357948 CPUtime=12.34 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 51592 0 0 0 1223 11 0 0 25 0 4 0 633999184 366538752 40027 33554432000 4194304 4580107 140735406628240 18446744073709551615 4301490 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 89487 40027 380 95 0 84469 0
[pid=18687/tid=18688] ppid=18685 vsize=357948 CPUtime=3.06 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 15020 0 0 0 303 3 0 0 25 0 4 0 633999185 366538752 40027 33554432000 4194304 4580107 140735406628240 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=357948 CPUtime=3.08 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 14315 0 0 0 306 2 0 0 25 0 4 0 633999185 366538752 40027 33554432000 4194304 4580107 140735406628240 18446744073709551615 4302360 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=357948 CPUtime=3.08 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 6801 0 0 0 307 1 0 0 25 0 4 0 633999185 366538752 40027 33554432000 4194304 4580107 140735406628240 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 357948

[startup+6.31329 s]
/proc/loadavg: 8.05 8.10 7.91 9/362 18691
/proc/meminfo: memFree=23950916/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=357948 CPUtime=25.15 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 52304 0 0 0 2504 11 0 0 25 0 4 0 633999184 366538752 40739 33554432000 4194304 4580107 140735406628240 18446744073709551615 4295266 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 89487 40739 380 95 0 84469 0
[pid=18687/tid=18688] ppid=18685 vsize=357948 CPUtime=6.23 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 15070 0 0 0 620 3 0 0 25 0 4 0 633999185 366538752 40739 33554432000 4194304 4580107 140735406628240 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=357948 CPUtime=6.3 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 14367 0 0 0 628 2 0 0 25 0 4 0 633999185 366538752 40739 33554432000 4194304 4580107 140735406628240 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=357948 CPUtime=6.29 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 7357 0 0 0 628 1 0 0 25 0 4 0 633999185 366538752 40739 33554432000 4194304 4580107 140735406628240 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 357948

[startup+12.7011 s]
/proc/loadavg: 8.05 8.10 7.91 9/362 18691
/proc/meminfo: memFree=23955264/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=366416 CPUtime=50.64 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 54477 0 0 0 5053 11 0 0 25 0 4 0 633999184 375209984 39411 33554432000 4194304 4580107 140735406628240 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 91604 39411 380 95 0 86586 0
[pid=18687/tid=18688] ppid=18685 vsize=366416 CPUtime=12.55 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 15734 0 0 0 1252 3 0 0 25 0 4 0 633999185 375209984 39411 33554432000 4194304 4580107 140735406628240 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=366416 CPUtime=12.68 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 15019 0 0 0 1266 2 0 0 25 0 4 0 633999185 375209984 39411 33554432000 4194304 4580107 140735406628240 18446744073709551615 4295135 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=366416 CPUtime=12.68 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 7564 0 0 0 1267 1 0 0 25 0 4 0 633999185 375209984 39411 33554432000 4194304 4580107 140735406628240 18446744073709551615 4293134 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 366416

[startup+25.5007 s]
/proc/loadavg: 8.11 8.11 7.91 9/362 18691
/proc/meminfo: memFree=23899568/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=366416 CPUtime=101.69 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 57614 0 0 0 10156 13 0 0 25 0 4 0 633999184 375209984 41046 33554432000 4194304 4580107 140735406628240 18446744073709551615 4293097 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 91604 41046 381 95 0 86586 0
[pid=18687/tid=18688] ppid=18685 vsize=366416 CPUtime=25.2 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 15848 0 0 0 2517 3 0 0 25 0 4 0 633999185 375209984 41046 33554432000 4194304 4580107 140735406628240 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=366416 CPUtime=25.49 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 15137 0 0 0 2546 3 0 0 25 0 4 0 633999185 375209984 41046 33554432000 4194304 4580107 140735406628240 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=366416 CPUtime=25.48 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 8835 0 0 0 2546 2 0 0 25 0 4 0 633999185 375209984 41046 33554432000 4194304 4580107 140735406628240 18446744073709551615 4302508 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 366416

[startup+51.101 s]
/proc/loadavg: 8.07 8.10 7.91 9/362 18692
/proc/meminfo: memFree=23604020/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=461880 CPUtime=203.81 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 117549 0 0 0 20354 27 0 0 25 0 4 0 633999184 472965120 73675 33554432000 4194304 4580107 140735406628240 18446744073709551615 4295023 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 115470 73675 381 95 0 110452 0
[pid=18687/tid=18688] ppid=18685 vsize=461880 CPUtime=50.53 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 27590 0 0 0 5047 6 0 0 25 0 4 0 633999185 472965120 73675 33554432000 4194304 4580107 140735406628240 18446744073709551615 4316680 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=461880 CPUtime=51.09 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 31404 0 0 0 5102 7 0 0 25 0 4 0 633999185 472965120 73675 33554432000 4194304 4580107 140735406628240 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=461880 CPUtime=51.09 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 23643 0 0 0 5104 5 0 0 25 0 4 0 633999185 472965120 73675 33554432000 4194304 4580107 140735406628240 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 461880

[startup+102.301 s]
/proc/loadavg: 8.08 8.09 7.92 9/362 18693
/proc/meminfo: memFree=23076832/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=1019772 CPUtime=408.02 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 314720 0 0 0 40732 70 0 0 25 0 4 0 633999184 1044246528 154155 33554432000 4194304 4580107 140735406628240 18446744073709551615 4316772 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 254943 154155 381 95 0 249925 0
[pid=18687/tid=18688] ppid=18685 vsize=1019772 CPUtime=101.14 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 77314 0 0 0 10097 17 0 0 25 0 4 0 633999185 1044246528 154155 33554432000 4194304 4580107 140735406628240 18446744073709551615 4293241 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=1019772 CPUtime=102.29 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 68417 0 0 0 10213 16 0 0 25 0 4 0 633999185 1044246528 154155 33554432000 4194304 4580107 140735406628240 18446744073709551615 4321093 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=1019772 CPUtime=102.28 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 50025 0 0 0 10218 10 0 0 25 0 4 0 633999185 1044246528 154155 33554432000 4194304 4580107 140735406628240 18446744073709551615 4316702 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.02
Current children cumulated vsize (KiB) 1019772

[startup+162.3 s]

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


[startup+702.301 s]
/proc/loadavg: 8.09 8.08 7.98 9/362 18709
/proc/meminfo: memFree=20566236/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=3051484 CPUtime=2801.22 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 2077734 0 0 0 279632 490 0 0 25 0 4 0 633999184 3124719616 586411 33554432000 4194304 4580107 140735406628240 18446744073709551615 4318435 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 762871 586411 381 95 0 757853 0
[pid=18687/tid=18688] ppid=18685 vsize=3051484 CPUtime=694.47 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 671920 0 0 0 69296 151 0 0 25 0 4 0 633999185 3124719616 586411 33554432000 4194304 4580107 140735406628240 18446744073709551615 4316661 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=3051484 CPUtime=702.25 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 536600 0 0 0 70091 134 0 0 25 0 4 0 633999185 3124719616 586411 33554432000 4194304 4580107 140735406628240 18446744073709551615 4317211 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=3051484 CPUtime=702.24 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 230690 0 0 0 70163 61 0 0 25 0 4 0 633999185 3124719616 586411 33554432000 4194304 4580107 140735406628240 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2801.22
Current children cumulated vsize (KiB) 3051484

[startup+762.301 s]
/proc/loadavg: 8.13 8.09 8.00 9/362 18711
/proc/meminfo: memFree=20572684/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=3113200 CPUtime=3040.53 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 2196293 0 0 0 303533 520 0 0 25 0 4 0 633999184 3187916800 589950 33554432000 4194304 4580107 140735406628240 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 778300 589950 381 95 0 773282 0
[pid=18687/tid=18688] ppid=18685 vsize=3113200 CPUtime=753.81 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 708902 0 0 0 75222 159 0 0 25 0 4 0 633999185 3187916800 589950 33554432000 4194304 4580107 140735406628240 18446744073709551615 4295036 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=3113200 CPUtime=762.24 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 571895 0 0 0 76082 142 0 0 25 0 4 0 633999185 3187916800 589950 33554432000 4194304 4580107 140735406628240 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=3113200 CPUtime=762.23 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 246560 0 0 0 76157 66 0 0 25 0 4 0 633999185 3187916800 589950 33554432000 4194304 4580107 140735406628240 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3040.53
Current children cumulated vsize (KiB) 3113200

[startup+822.301 s]
/proc/loadavg: 8.15 8.11 8.00 9/362 18712
/proc/meminfo: memFree=20529528/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=2915024 CPUtime=3279.87 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 2325970 0 0 0 327433 554 0 0 25 0 4 0 633999184 2984984576 582275 33554432000 4194304 4580107 140735406628240 18446744073709551615 4295023 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 728756 582275 381 95 0 723738 0
[pid=18687/tid=18688] ppid=18685 vsize=2915024 CPUtime=813.15 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 756765 0 0 0 81144 171 0 0 25 0 4 0 633999185 2984984576 582275 33554432000 4194304 4580107 140735406628240 18446744073709551615 4316702 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=2915024 CPUtime=822.24 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 608008 0 0 0 82072 152 0 0 25 0 4 0 633999185 2984984576 582275 33554432000 4194304 4580107 140735406628240 18446744073709551615 4317457 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=2915024 CPUtime=822.23 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 260928 0 0 0 82153 70 0 0 25 0 4 0 633999185 2984984576 582275 33554432000 4194304 4580107 140735406628240 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3279.87
Current children cumulated vsize (KiB) 2915024

[startup+882.301 s]
/proc/loadavg: 8.09 8.10 8.00 9/362 18714
/proc/meminfo: memFree=20543656/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=2851072 CPUtime=3519.19 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 2451183 0 0 0 351332 587 0 0 25 0 4 0 633999184 2919497728 564534 33554432000 4194304 4580107 140735406628240 18446744073709551615 4295023 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 712768 564534 381 95 0 707750 0
[pid=18687/tid=18688] ppid=18685 vsize=2851072 CPUtime=873.11 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 793601 0 0 0 87130 181 0 0 25 0 4 0 633999185 2919497728 564534 33554432000 4194304 4580107 140735406628240 18446744073709551615 4316670 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=2851072 CPUtime=881.61 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 645418 0 0 0 87999 162 0 0 25 0 4 0 633999185 2919497728 564534 33554432000 4194304 4580107 140735406628240 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=2851072 CPUtime=882.23 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 273122 0 0 0 88149 74 0 0 25 0 4 0 633999185 2919497728 564534 33554432000 4194304 4580107 140735406628240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3519.19
Current children cumulated vsize (KiB) 2851072

[startup+942.3 s]
/proc/loadavg: 8.06 8.09 8.00 9/362 18716
/proc/meminfo: memFree=20553700/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=3115356 CPUtime=3758.53 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 2579395 0 0 0 375232 621 0 0 25 0 4 0 633999184 3190124544 577432 33554432000 4194304 4580107 140735406628240 18446744073709551615 4293698 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 778839 577432 381 95 0 773821 0
[pid=18687/tid=18688] ppid=18685 vsize=3115356 CPUtime=933.11 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 834144 0 0 0 93121 190 0 0 25 0 4 0 633999185 3190124544 577439 33554432000 4194304 4580107 140735406628240 18446744073709551615 4295352 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=3115356 CPUtime=940.96 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 682696 0 0 0 93923 173 0 0 25 0 4 0 633999185 3190124544 577439 33554432000 4194304 4580107 140735406628240 18446744073709551615 4317525 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=3115356 CPUtime=942.23 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 287847 0 0 0 94144 79 0 0 25 0 4 0 633999185 3190124544 577439 33554432000 4194304 4580107 140735406628240 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3758.53
Current children cumulated vsize (KiB) 3115356

[startup+1002.3 s]
/proc/loadavg: 8.19 8.12 8.01 9/362 18717
/proc/meminfo: memFree=20353680/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=3115908 CPUtime=3997.85 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 2694023 0 0 0 399134 651 0 0 25 0 4 0 633999184 3190689792 595097 33554432000 4194304 4580107 140735406628240 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 778977 595097 381 95 0 773959 0
[pid=18687/tid=18688] ppid=18685 vsize=3115908 CPUtime=993.1 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 871513 0 0 0 99110 200 0 0 25 0 4 0 633999185 3190689792 595097 33554432000 4194304 4580107 140735406628240 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=3115908 CPUtime=1000.29 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 725941 0 0 0 99846 183 0 0 25 0 4 0 633999185 3190689792 595097 33554432000 4194304 4580107 140735406628240 18446744073709551615 4316702 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=3115908 CPUtime=1002.22 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 299384 0 0 0 100139 83 0 0 25 0 4 0 633999185 3190689792 595097 33554432000 4194304 4580107 140735406628240 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3997.85
Current children cumulated vsize (KiB) 3115908

[startup+1062.31 s]
/proc/loadavg: 8.21 8.14 8.02 9/362 18719
/proc/meminfo: memFree=20273696/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=3115024 CPUtime=4237.23 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 2806030 0 0 0 423044 679 0 0 25 0 4 0 633999184 3189784576 623259 33554432000 4194304 4580107 140735406628240 18446744073709551615 4318435 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 778756 623259 381 95 0 773738 0
[pid=18687/tid=18688] ppid=18685 vsize=3115024 CPUtime=1053.11 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 902755 0 0 0 105102 209 0 0 25 0 4 0 633999185 3189784576 623259 33554432000 4194304 4580107 140735406628240 18446744073709551615 4292922 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=3115024 CPUtime=1059.63 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 757670 0 0 0 105773 190 0 0 25 0 4 0 633999185 3189784576 623259 33554432000 4194304 4580107 140735406628240 18446744073709551615 4319829 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=3115024 CPUtime=1062.23 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 314246 0 0 0 106136 87 0 0 25 0 4 0 633999185 3189784576 623259 33554432000 4194304 4580107 140735406628240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4237.23
Current children cumulated vsize (KiB) 3115024

[startup+1122.3 s]
/proc/loadavg: 8.08 8.11 8.02 9/362 18720
/proc/meminfo: memFree=20078024/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=3239756 CPUtime=4476.5 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 2991570 0 0 0 446933 717 0 0 25 0 4 0 633999184 3317510144 671840 33554432000 4194304 4580107 140735406628240 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 809939 671840 381 95 0 804921 0
[pid=18687/tid=18688] ppid=18685 vsize=3239756 CPUtime=1113.08 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 936247 0 0 0 111091 217 0 0 25 0 4 0 633999185 3317510144 671840 33554432000 4194304 4580107 140735406628240 18446744073709551615 4322556 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=3239756 CPUtime=1118.97 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 866277 0 0 0 111689 208 0 0 25 0 4 0 633999185 3317510144 671840 33554432000 4194304 4580107 140735406628240 18446744073709551615 4321718 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=3239756 CPUtime=1122.21 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 329814 0 0 0 112131 90 0 0 25 0 4 0 633999185 3317510144 671840 33554432000 4194304 4580107 140735406628240 18446744073709551615 4294821 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4476.5
Current children cumulated vsize (KiB) 3239756

[startup+1182.3 s]
/proc/loadavg: 8.06 8.10 8.02 9/362 18722
/proc/meminfo: memFree=20056932/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=3432816 CPUtime=4715.83 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 3085101 0 0 0 470840 743 0 0 25 0 4 0 633999184 3515203584 667001 33554432000 4194304 4580107 140735406628240 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 858204 667001 381 95 0 853186 0
[pid=18687/tid=18688] ppid=18685 vsize=3432816 CPUtime=1173.09 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 962076 0 0 0 117084 225 0 0 25 0 4 0 633999185 3515203584 667001 33554432000 4194304 4580107 140735406628240 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=3432816 CPUtime=1178.3 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 895522 0 0 0 117614 216 0 0 25 0 4 0 633999185 3515203584 667001 33554432000 4194304 4580107 140735406628240 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=3432816 CPUtime=1182.22 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 339019 0 0 0 118129 93 0 0 25 0 4 0 633999185 3515203584 667001 33554432000 4194304 4580107 140735406628240 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4715.83
Current children cumulated vsize (KiB) 3432816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.11 8.11 8.02 5/357 18724
/proc/meminfo: memFree=21576716/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=3434580 CPUtime=4800.41 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) R 18685 18687 18548 0 -1 4202496 3120270 0 0 0 479287 754 0 0 25 0 4 0 633999184 3517009920 664363 33554432000 4194304 4580107 140735406628240 18446744073709551615 4316680 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 858645 664363 381 95 0 853627 0
[pid=18687/tid=18688] ppid=18685 vsize=3434580 CPUtime=1194.3 cores=0,2,4,6
/proc/18687/task/18688/stat : 18688 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 981085 0 0 0 119200 230 0 0 25 0 4 0 633999185 3517009920 664373 33554432000 4194304 4580107 140735406628240 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=3434580 CPUtime=1199.28 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 901673 0 0 0 119709 219 0 0 25 0 4 0 633999185 3517009920 664373 33554432000 4194304 4580107 140735406628240 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18687/tid=18690] ppid=18685 vsize=3434580 CPUtime=1203.43 cores=0,2,4,6
/proc/18687/task/18690/stat : 18690 (strangenight2-m) R 18685 18687 18548 0 -1 4202560 343082 0 0 0 120249 94 0 0 25 0 4 0 633999185 3517009920 664373 33554432000 4194304 4580107 140735406628240 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 3434580

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

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

[startup+1203.62 s]
/proc/loadavg: 8.11 8.11 8.02 5/357 18724
/proc/meminfo: memFree=21576716/32951124 swapFree=65980216/67111528
[pid=18687] ppid=18685 vsize=0 CPUtime=4800.56 cores=0,2,4,6
/proc/18687/stat : 18687 (strangenight2-m) Z 18685 18687 18548 0 -1 4203548 3120287 0 0 0 479292 764 0 0 25 0 2 0 633999184 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18687/statm: 0 0 0 0 0 0 0
[pid=18687/tid=18689] ppid=18685 vsize=0 CPUtime=1199.39 cores=0,2,4,6
/proc/18687/task/18689/stat : 18689 (strangenight2-m) R 18685 18687 18548 0 -1 4203588 901674 0 0 0 119710 229 0 0 25 0 2 0 633999185 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.56
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.64
CPU time (s): 4800.58
CPU user time (s): 4792.92
CPU system time (s): 7.65683
CPU usage (%): 398.84
Max. virtual memory (cumulated for all children) (KiB): 3434660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.92
system time used= 7.65684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3120287
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= 2659
involuntary context switches= 21480

runsolver used 3.63545 second user time and 9.65253 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 01:30:37
IDJOB=3367224
IDBENCH=84227
IDSOLVER=1844
FILE ID=node142/3367224-1305415837
RUNJOBID= node142-1305414631-18566
PBS_JOBID= 13324550
Free space on /tmp= 73432 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367224-1305415837/watcher-3367224-1305415837 -o /tmp/evaluation-result-3367224-1305415837/solver-3367224-1305415837 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3367224-1305415837.cnf

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=1079962685

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.82
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.846
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:     32951124 kB
MemFree:      24174072 kB
Buffers:        319840 kB
Cached:        3844712 kB
SwapCached:      11520 kB
Active:        6124588 kB
Inactive:      2321112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24174072 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           17224 kB
Writeback:           0 kB
AnonPages:     4277880 kB
Mapped:          20368 kB
Slab:           234448 kB
PageTables:      31776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77160832 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= 73436 MiB
End job on node142 at 2011-05-15 01:50:43