Trace number 3369680

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-1-mt (fixed)? (TO) 4800.17 1203.55

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_3_keyfind_1.cnf
MD5SUM4738c3d0ccd52030cff8addcec6bcde9
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 variables1404
Number of clauses7572
Sum of the clauses size29588
Maximum clause length5
Minimum clause length1
Number of clauses of size 1140
Number of clauses of size 2240
Number of clauses of size 32992
Number of clauses of size 41008
Number of clauses of size 53192
Number of clauses of size over 50

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 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369680-1305414728.cnf'
0.00/0.01	c -- header says num vars:           1404
0.00/0.01	c -- header says num clauses:        7572
0.00/0.02	c -- clauses added:            0 learnts,         7572 normals,            0 xors
0.00/0.02	c -- vars added       1404
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1404      7144       240         0     29208         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/6632/6632 lits-rem:0 time: 0.03
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  224 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.00/0.02	c Replacing      224 vars Replaced     7272 lits Time:     0.00 s 
0.00/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1040 time:  0.00 s
0.00/0.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.58/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3.58/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.58/0.90	c Finding non-binary XORs:     0.01 s (found:     608, avg size: 3.6)
3.58/0.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    156 locsubst:     0 time:   0.00
3.58/0.90	c calculated reachability. Time: 0.00
3.58/0.90	c Calc default polars -  time:   0.00 s pos:      32 undec:     520 neg:     852
3.58/0.90	c =========================================================================================
3.58/0.90	c types(t): F = full restart, N = normal restart
3.58/0.90	c types(t): S = simplification begin/end, E = solution found
3.58/0.90	c restart types(rt): st = static, dy = dynamic
3.58/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.58/0.90	c  B st     0         0       884      1896        48         0      8832         0   no data   no data  --
3.58/0.90	c Decided on static restart strategy
3.58/0.90	c  N st     8      4918       884      1896        54      4693      8832    216066   no data   no data  --
3.58/0.90	c  N st    10     11300       884      1896        68      4516      8832    110042   no data   no data  --
5.17/1.30	c  N st    11     17043       884      1896        70     10108      8832    462179   no data   no data  --
7.96/2.07	c  F st    12     25001       884      1896        86     12423      8832    705233   no data   no data  --
7.96/2.07	c  N st    12     25001       884      1896        86     12423      8832    705233   no data   no data  --
9.54/2.44	c Decided on static restart strategy
9.54/2.44	c  N st    18     30000       884      1896        93     10811      8832    392530   no data   no data  --
9.54/2.44	c  S st    18     30000       884      1896        93     10811      8832    392530   no data   no data  --
9.54/2.47	c  S st    18     30501       884      1896        97     11277      8832    400742   no data   no data  --
9.54/2.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     36 locsubst:     0 time:   0.01
9.54/2.47	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
9.54/2.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   33 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
9.54/2.48	c Replacing       34 vars Replaced     8867 lits Time:     0.02 s 
9.54/2.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.54/2.49	c subs with bin:        4  lits-rem:        67  v-fix:    0  time:  0.00 s
9.54/2.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    814 time:  0.00 s
9.54/2.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.95/2.58	c lits-rem:      1428  cl-subs:      230  v-elim:      0  v-fix:    0  time:  0.37 s
9.95/2.58	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.02
9.95/2.58	c calculated reachability. Time: 0.00
9.95/2.58	c  N st    18     30501       814      1896        29      6446      8702    124976   no data   no data  --
12.34/3.16	c  N st    20     37613       814      1896        31      8113      8702    223132   no data   no data  --
12.34/3.16	c Finding binary XORs  T:     0.00 s  found:       1
15.13/3.84	c  N st    21     44013       814      1896        32     14427      8702    663669   no data   no data  --
15.93/4.01	c  S st    22     45751       814      1896        37      8637      8702    176121   no data   no data  --
15.93/4.03	c  S st    22     46254       814      1896        40      9105      8702    185634   no data   no data  --
15.93/4.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.93/4.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.93/4.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
15.93/4.04	c Replacing        5 vars Replaced      459 lits Time:     0.01 s 
15.93/4.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.93/4.04	c subs with bin:        3  lits-rem:        38  v-fix:    0  time:  0.00 s
15.93/4.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    809 time:  0.00 s
15.93/4.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.74/4.24	c lits-rem:       827  cl-subs:      204  v-elim:      0  v-fix:    0  time:  0.81 s
16.74/4.24	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
16.74/4.25	c vivif2 --  cl tried     8893 cl shrink        0 lits rem          0 time: 0.00
16.74/4.25	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.02
16.74/4.25	c calculated reachability. Time: 0.00
16.74/4.25	c  N st    22     46254       809      1896        30      8893      8698    176484   no data   no data  --
23.11/5.82	c  N st    23     60652       809      1896        33     14007      8698    528884   no data   no data  --
25.95/6.52	c  N st    24     69381       809      1896        61     12131      8698    258781   no data   no data  --
25.95/6.52	c  S st    24     69381       809      1896        61     12131      8698    258781   no data   no data  --
25.95/6.52	c Finding binary XORs  T:     0.00 s  found:      17
25.95/6.53	c Replacing       17 vars Replaced     4991 lits Time:     0.03 s 
25.95/6.57	c  S st    24     69885       792      1896        30     12594      8684    267139   no data   no data  --
25.95/6.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
25.95/6.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.95/6.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
25.95/6.58	c Replacing        2 vars Replaced       47 lits Time:     0.00 s 
25.95/6.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.95/6.58	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
25.95/6.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    790 time:  0.00 s
25.95/6.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
29.89/7.58	c lits-rem:      1099  cl-subs:      188  v-elim:      0  v-fix:    0  time:  3.98 s
29.89/7.58	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
29.89/7.58	c vivif2 --  cl tried    12403 cl shrink        0 lits rem          0 time: 0.01
29.89/7.59	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.02
29.89/7.59	c calculated reachability. Time: 0.00
29.89/7.59	c  N st    24     69885       790      1896        26     12403      8682    257204   no data   no data  --
38.67/9.79	c  F st    25     87501       790      1896        26     18184      8682    630808   no data   no data  --
38.67/9.79	c  N st    25     87501       790      1896        26     18184      8682    630808   no data   no data  --
40.66/10.26	c Decided on static restart strategy
41.85/10.57	c  N st    32     95540       790      1896        26     26067      8682   1092066   no data   no data  --
46.24/11.61	c  N st    34    104827       790      1896        27     22643      8682    911806   no data   no data  --
46.24/11.61	c  S st    34    104827       790      1896        27     22643      8682    911806   no data   no data  --
46.24/11.67	c  S st    34    105330       790      1896        31     23118      8682    923319   no data   no data  --
46.24/11.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
46.24/11.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.24/11.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
46.64/11.70	c Replacing        3 vars Replaced     3439 lits Time:     0.06 s 
46.64/11.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.64/11.73	c subs with bin:        2  lits-rem:        69  v-fix:    0  time:  0.00 s
46.64/11.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    787 time:  0.00 s
46.64/11.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
62.60/15.76	c lits-rem:      7207  cl-subs:      555  v-elim:      0  v-fix:    0  time: 16.07 s
62.60/15.76	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
62.60/15.77	c vivif2 --  cl tried    22556 cl shrink        0 lits rem          0 time: 0.04
62.60/15.78	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.04
62.60/15.78	c calculated reachability. Time: 0.00
62.60/15.78	c  N st    34    105330       787      1896        25     22556      8682    874970   no data   no data  --
68.59/17.25	c  N st    35    114929       787      1896        25     18386      8682    585442   no data   no data  --
68.59/17.25	c Finding binary XORs  T:     0.00 s  found:       7
76.56/19.20	c  N st    36    129327       787      1896        38     17846      8682    412342   no data   no data  --
88.12/22.19	c  N st    37    150922       787      1896        38     23288      8682    743896   no data   no data  --
92.16/23.16	c  S st    38    157997       787      1896        40     30163      8682   1136559   no data   no data  --
92.51/23.23	c  S st    38    158500       787      1896        42     30647      8682   1150340   no data   no data  --
92.51/23.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
92.51/23.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
92.51/23.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
92.51/23.26	c Replacing       11 vars Replaced     3314 lits Time:     0.05 s 
92.51/23.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.51/23.29	c subs with bin:        0  lits-rem:         5  v-fix:    0  time:  0.00 s
92.51/23.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    776 time:  0.00 s
92.51/23.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
107.27/26.93	c lits-rem:      1003  cl-subs:     2873  v-elim:      0  v-fix:    0  time: 14.49 s
107.27/26.93	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
107.27/26.94	c vivif2 --  cl tried    27771 cl shrink        0 lits rem          0 time: 0.04
107.27/26.95	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.06
107.27/26.95	c calculated reachability. Time: 0.00
107.27/26.95	c  N st    38    158500       776      1896        20     27771      8678    983576   no data   no data  --
141.58/35.55	c  N st    39    207088       776      1896        20     22630      8678    564343   no data   no data  --
161.96/40.68	c  N st    40    237752       776      1896        23     32784      8678   1243154   no data   no data  --
161.96/40.68	c  S st    40    237752       776      1896        23     32784      8678   1243154   no data   no data  --
162.36/40.79	c  S st    40    238257       776      1896        23     33271      8678   1256062   no data   no data  --
162.71/40.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
162.71/40.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
162.71/40.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.08
162.71/40.82	c Replacing        3 vars Replaced      347 lits Time:     0.02 s 
162.71/40.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
162.71/40.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
162.71/40.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
162.71/40.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
182.26/45.74	c lits-rem:       323  cl-subs:     3050  v-elim:      0  v-fix:    0  time: 19.44 s
182.26/45.74	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
182.26/45.75	c vivif2 --  cl tried    30217 cl shrink        0 lits rem          0 time: 0.05
182.26/45.76	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.06
182.26/45.76	c calculated reachability. Time: 0.00
182.26/45.76	c  N st    40    238257       773      1896        17     30217      8676   1075155   no data   no data  --
232.57/58.34	c  F st    41    306250       773      1896        18     32666      8676   1087090   no data   no data  --
232.57/58.34	c  N st    41    306250       773      1896        18     32666      8676   1087090   no data   no data  --
235.32/59.01	c Decided on static restart strategy
248.08/62.28	c  N st    51    334557       773      1896        20     37074      8676   1260860   no data   no data  --
264.03/66.22	c  N st    53    357385       773      1896        20     34713      8676   1115999   no data   no data  --
264.03/66.22	c  S st    53    357385       773      1896        20     34713      8676   1115999   no data   no data  --
264.43/66.30	c  S st    53    357889       773      1896        20     35198      8676   1129094   no data   no data  --
264.43/66.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
264.43/66.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
264.43/66.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
264.43/66.33	c Replacing        3 vars Replaced     2413 lits Time:     0.05 s 
264.43/66.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
264.43/66.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
264.43/66.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    770 time:  0.00 s
264.43/66.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
274.01/68.76	c lits-rem:       212  cl-subs:     1245  v-elim:      0  v-fix:    0  time:  9.55 s
274.01/68.76	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
274.01/68.77	c vivif2 --  cl tried    33952 cl shrink        0 lits rem          0 time: 0.05
274.01/68.79	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.07
274.01/68.79	c calculated reachability. Time: 0.00
274.01/68.79	c  N st    53    357889       770      1896        14     33952      8672   1060992   no data   no data  --
303.12/76.04	c  N st    54    390283       770      1896        14     40428      8672   1426291   no data   no data  --
346.64/86.91	c  N st    55    438873       770      1896        14     33995      8672    900884   no data   no data  --
409.63/102.77	c  N st    56    511756       770      1896        14     47466      8672   1641921   no data   no data  --
409.63/102.77	c Finding binary XORs  T:     0.00 s  found:       3
427.98/107.35	c  N st    57    536833       770      1896        17     41855      8672   1321879   no data   no data  --
427.98/107.35	c  S st    57    536833       770      1896        17     41855      8672   1321879   no data   no data  --
428.38/107.46	c  S st    57    537333       770      1896        19     42335      8672   1333112   no data   no data  --
428.38/107.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
428.38/107.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
428.38/107.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
428.38/107.49	c Replacing        5 vars Replaced     1015 lits Time:     0.03 s 
428.78/107.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
428.78/107.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
428.78/107.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    765 time:  0.00 s
428.78/107.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
442.77/111.01	c lits-rem:       852  cl-subs:     1246  v-elim:      0  v-fix:    0  time: 13.89 s
442.77/111.01	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
442.77/111.02	c vivif2 --  cl tried    41087 cl shrink        0 lits rem          0 time: 0.05
442.77/111.05	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.12
442.77/111.06	c calculated reachability. Time: 0.00
442.77/111.06	c  N st    57    537333       765      1896         9     41087      8672   1262744   no data   no data  --
609.92/152.97	c  N st    58    701318       765      1896         9     68501      8672   3077614   no data   no data  --
720.76/180.73	c  N st    59    805999       765      1896        11     62916      8672   2641368   no data   no data  --
720.76/180.73	c  S st    59    805999       765      1896        11     62916      8672   2641368   no data   no data  --
721.56/180.91	c  S st    59    806500       765      1896        11     63397      8672   2654179   no data   no data  --
721.56/180.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
721.56/180.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
721.56/180.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
721.56/180.96	c Replacing        2 vars Replaced      882 lits Time:     0.05 s 
721.95/181.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
721.95/181.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
721.95/181.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    763 time:  0.00 s
721.95/181.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
844.80/211.85	c lits-rem:      1459  cl-subs:     6712  v-elim:      0  v-fix:    0  time: 122.78 s
844.80/211.85	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
844.80/211.87	c vivif2 --  cl tried    56680 cl shrink        0 lits rem          0 time: 0.10
845.20/211.92	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.18
845.20/211.92	c calculated reachability. Time: 0.00
845.20/211.92	c  N st    59    806500       763      1896         7     56680      8668   2271056   no data   no data  --
1148.75/288.11	c  F st    60   1071875       763      1896         7     72290      8668   3043199   no data   no data  --
1149.18/288.11	c  N st    60   1071875       763      1896         7     72290      8668   3043199   no data   no data  --
1153.57/289.26	c Decided on static restart strategy
1173.07/294.16	c  N st    70   1100177       763      1896        10     57346      8668   2013046   no data   no data  --
1210.61/303.55	c  N st    72   1136169       763      1896        10     48212      8668   1240202   no data   no data  --
1242.47/311.53	c  N st    73   1168561       763      1896        10     79961      8668   3070788   no data   no data  --
1279.57/320.88	c  N st    74   1209750       763      1896        10     74728      8668   2873407   no data   no data  --
1279.57/320.88	c  S st    74   1209750       763      1896        10     74728      8668   2873407   no data   no data  --
1280.81/321.16	c  S st    74   1210254       763      1896        10     75223      8668   2888979   no data   no data  --
1280.81/321.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1280.81/321.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1281.21/321.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.19
1281.21/321.23	c Replacing        1 vars Replaced      141 lits Time:     0.05 s 
1281.55/321.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1281.55/321.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1281.55/321.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    762 time:  0.00 s
1281.55/321.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1343.77/336.94	c lits-rem:       169  cl-subs:     1191  v-elim:      0  v-fix:    0  time: 62.28 s
1343.77/336.94	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
1343.77/336.98	c vivif2 --  cl tried    74031 cl shrink        0 lits rem          0 time: 0.14
1344.17/337.06	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.34
1344.17/337.07	c calculated reachability. Time: 0.00
1344.17/337.07	c  N st    74   1210254       762      1896         8     74031      8666   2810377   no data   no data  --
1453.85/364.53	c  N st    75   1283137       762      1896         8     50179      8666   1195821   no data   no data  --
1628.94/408.42	c  N st    76   1392462       762      1896         8     57382      8666   1622688   no data   no data  --
1826.76/458.08	c  N st    77   1556446       762      1896         8     62548      8666   1844315   no data   no data  --
1973.98/494.99	c  N st    78   1710255       762      1896        10    105264      8666   4015266   no data   no data  --
1973.98/494.99	c  S st    78   1710255       762      1896        10    105264      8666   4015266   no data   no data  --
1975.53/495.32	c  S st    78   1710758       762      1896        10    105756      8666   4029460   no data   no data  --
1975.53/495.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1975.53/495.33	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
1975.53/495.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
1975.94/495.40	c Replacing        1 vars Replaced       19 lits Time:     0.05 s 
1976.34/495.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1976.34/495.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1976.34/495.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    761 time:  0.00 s
1976.34/495.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2678.68/671.60	c lits-rem:      1315  cl-subs:     3952  v-elim:      0  v-fix:    0  time: 701.76 s
2678.68/671.60	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
2678.68/671.65	c vivif2 --  cl tried   101804 cl shrink        0 lits rem          0 time: 0.17
2679.08/671.75	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.40
2679.08/671.75	c calculated reachability. Time: 0.00
2679.08/671.75	c  N st    78   1710758       761      1896         8    101804      8666   3776543   no data   no data  --
3260.18/817.46	c  N st    79   2079722       761      1896         8    111859      8666   5280655   no data   no data  --
3461.98/868.05	c  N st    80   2210758       761      1896        11    114884      8666   5235312   no data   no data  --
3461.98/868.05	c  S st    80   2210758       761      1896        11    114884      8666   5235312   no data   no data  --
3461.98/868.05	c Finding binary XORs  T:     0.00 s  found:       3
3463.18/868.33	c  S st    80   2211262       761      1896        12    115378      8666   5250048   no data   no data  --
3463.18/868.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3463.18/868.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3463.58/868.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
3463.58/868.44	c Replacing        3 vars Replaced     3441 lits Time:     0.14 s 
3463.98/868.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3463.98/868.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3463.98/868.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    758 time:  0.00 s
3463.98/868.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4383.69/1099.15	c lits-rem:      1087  cl-subs:    13433  v-elim:      0  v-fix:    0  time: 918.91 s
4383.69/1099.15	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
4384.09/1099.20	c vivif2 --  cl tried   101945 cl shrink        0 lits rem          0 time: 0.20
4384.09/1099.29	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.34
4384.09/1099.29	c calculated reachability. Time: 0.00
4384.09/1099.29	c  N st    80   2211262       758      1896         6    101945      8666   4480355   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-3369680-1305414728/watcher-3369680-1305414728 -o /tmp/evaluation-result-3369680-1305414728/solver-3369680-1305414728 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369680-1305414728.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: 6.85 7.83 7.57 5/354 19343
/proc/meminfo: memFree=24745400/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=51236 CPUtime=0.02 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 412 0 0 0 2 0 0 0 22 0 4 0 653069856 52465664 352 33554432000 4194304 4650419 140735922646928 18446744073709551615 47809878845362 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 12809 352 303 112 0 7774 0
[pid=19343/tid=19344] ppid=19341 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 653069857 52465664 352 33554432000 4194304 4650419 140735922646928 18446744073709551615 47809878845362 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 653069857 52465664 352 33554432000 4194304 4650419 140735922646928 18446744073709551615 47809878845356 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 653069857 52465664 352 33554432000 4194304 4650419 140735922646928 18446744073709551615 239476751345 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.057963 s]
/proc/loadavg: 6.85 7.83 7.57 5/354 19343
/proc/meminfo: memFree=24745400/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=285060 CPUtime=0.2 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 3012 0 0 0 20 0 0 0 18 0 4 0 653069856 291901440 2725 33554432000 4194304 4650419 140735922646928 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 71265 2725 392 112 0 66230 0
[pid=19343/tid=19344] ppid=19341 vsize=285060 CPUtime=0.05 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 738 0 0 0 5 0 0 0 18 0 4 0 653069857 291901440 2725 33554432000 4194304 4650419 140735922646928 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=285060 CPUtime=0.05 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 753 0 0 0 5 0 0 0 18 0 4 0 653069857 291901440 2725 33554432000 4194304 4650419 140735922646928 18446744073709551615 4364017 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=285060 CPUtime=0.04 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 362 0 0 0 4 0 0 0 25 0 4 0 653069857 291901440 2725 33554432000 4194304 4650419 140735922646928 18446744073709551615 4315094 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 285060

[startup+0.100953 s]
/proc/loadavg: 6.85 7.83 7.57 5/354 19343
/proc/meminfo: memFree=24745400/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=285060 CPUtime=0.38 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 3230 0 0 0 38 0 0 0 18 0 4 0 653069856 291901440 2943 33554432000 4194304 4650419 140735922646928 18446744073709551615 4364352 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 71265 2943 393 112 0 66230 0
[pid=19343/tid=19344] ppid=19341 vsize=285060 CPUtime=0.09 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 792 0 0 0 9 0 0 0 18 0 4 0 653069857 291901440 2943 33554432000 4194304 4650419 140735922646928 18446744073709551615 4330551 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=285060 CPUtime=0.09 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 810 0 0 0 9 0 0 0 18 0 4 0 653069857 291901440 2943 33554432000 4194304 4650419 140735922646928 18446744073709551615 4364001 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=285060 CPUtime=0.08 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 418 0 0 0 8 0 0 0 25 0 4 0 653069857 291901440 2943 33554432000 4194304 4650419 140735922646928 18446744073709551615 4334635 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 285060

[startup+0.300916 s]
/proc/loadavg: 6.85 7.83 7.57 5/354 19343
/proc/meminfo: memFree=24745400/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=285728 CPUtime=1.17 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 4414 0 0 0 117 0 0 0 18 0 4 0 653069856 292585472 3089 33554432000 4194304 4650419 140735922646928 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 71432 3089 394 112 0 66397 0
[pid=19343/tid=19344] ppid=19341 vsize=285728 CPUtime=0.29 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 1069 0 0 0 29 0 0 0 18 0 4 0 653069857 292585472 3089 33554432000 4194304 4650419 140735922646928 18446744073709551615 4361066 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=285728 CPUtime=0.29 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 1109 0 0 0 29 0 0 0 18 0 4 0 653069857 292585472 3089 33554432000 4194304 4650419 140735922646928 18446744073709551615 4363660 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=285728 CPUtime=0.28 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 732 0 0 0 28 0 0 0 25 0 4 0 653069857 292585472 3089 33554432000 4194304 4650419 140735922646928 18446744073709551615 4364424 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 285728

[startup+0.700838 s]
/proc/loadavg: 6.85 7.83 7.57 5/354 19343
/proc/meminfo: memFree=24745400/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=285812 CPUtime=2.77 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 5968 0 0 0 277 0 0 0 18 0 4 0 653069856 292671488 4337 33554432000 4194304 4650419 140735922646928 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 71453 4337 394 112 0 66418 0
[pid=19343/tid=19344] ppid=19341 vsize=285812 CPUtime=0.69 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 1412 0 0 0 69 0 0 0 18 0 4 0 653069857 292671488 4337 33554432000 4194304 4650419 140735922646928 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=285812 CPUtime=0.69 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 1460 0 0 0 69 0 0 0 18 0 4 0 653069857 292671488 4337 33554432000 4194304 4650419 140735922646928 18446744073709551615 4331103 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=285812 CPUtime=0.68 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 1232 0 0 0 68 0 0 0 25 0 4 0 653069857 292671488 4337 33554432000 4194304 4650419 140735922646928 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285812

[startup+1.50069 s]
/proc/loadavg: 6.85 7.83 7.57 10/359 19348
/proc/meminfo: memFree=24719816/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=287456 CPUtime=5.96 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 9623 0 0 0 595 1 0 0 20 0 4 0 653069856 294354944 4407 33554432000 4194304 4650419 140735922646928 18446744073709551615 4360517 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 71864 4407 394 112 0 66829 0
[pid=19343/tid=19344] ppid=19341 vsize=287456 CPUtime=1.49 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 2399 0 0 0 149 0 0 0 20 0 4 0 653069857 294354944 4407 33554432000 4194304 4650419 140735922646928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=287456 CPUtime=1.49 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 2422 0 0 0 149 0 0 0 19 0 4 0 653069857 294354944 4407 33554432000 4194304 4650419 140735922646928 18446744073709551615 4334234 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=287456 CPUtime=1.47 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 1905 0 0 0 147 0 0 0 25 0 4 0 653069857 294354944 4407 33554432000 4194304 4650419 140735922646928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287456

[startup+3.10038 s]
/proc/loadavg: 6.85 7.83 7.57 10/359 19348
/proc/meminfo: memFree=24702332/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=261744 CPUtime=12.34 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 16637 0 0 0 1232 2 0 0 25 0 4 0 653069856 268025856 6089 33554432000 4194304 4650419 140735922646928 18446744073709551615 4315116 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 65436 6089 395 112 0 60401 0
[pid=19343/tid=19344] ppid=19341 vsize=261744 CPUtime=3.08 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 4113 0 0 0 308 0 0 0 25 0 4 0 653069857 268025856 6089 33554432000 4194304 4650419 140735922646928 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=261744 CPUtime=3.08 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 4176 0 0 0 308 0 0 0 25 0 4 0 653069857 268025856 6089 33554432000 4194304 4650419 140735922646928 18446744073709551615 4367986 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=261744 CPUtime=3.06 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 3151 0 0 0 306 0 0 0 25 0 4 0 653069857 268025856 6089 33554432000 4194304 4650419 140735922646928 18446744073709551615 4514720 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 261744

[startup+6.30077 s]
/proc/loadavg: 6.94 7.83 7.58 10/359 19348
/proc/meminfo: memFree=24650012/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=293528 CPUtime=25.1 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 28307 0 0 0 2506 4 0 0 25 0 4 0 653069856 300572672 15183 33554432000 4194304 4650419 140735922646928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 73382 15183 395 112 0 68347 0
[pid=19343/tid=19344] ppid=19341 vsize=293528 CPUtime=6.29 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 7163 0 0 0 628 1 0 0 25 0 4 0 653069857 300572672 15183 33554432000 4194304 4650419 140735922646928 18446744073709551615 4364013 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=293528 CPUtime=6.28 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 7497 0 0 0 627 1 0 0 25 0 4 0 653069857 300572672 15183 33554432000 4194304 4650419 140735922646928 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=293528 CPUtime=6.22 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 5923 0 0 0 622 0 0 0 25 0 4 0 653069857 300572672 15183 33554432000 4194304 4650419 140735922646928 18446744073709551615 4328554 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) 293528

[startup+12.7005 s]
/proc/loadavg: 7.02 7.83 7.58 10/359 19348
/proc/meminfo: memFree=24574436/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=294712 CPUtime=50.63 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 48913 0 0 0 5055 8 0 0 25 0 4 0 653069856 301785088 28411 33554432000 4194304 4650419 140735922646928 18446744073709551615 4438671 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 73678 28411 395 112 0 68643 0
[pid=19343/tid=19344] ppid=19341 vsize=294712 CPUtime=12.68 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 12910 0 0 0 1267 1 0 0 25 0 4 0 653069857 301785088 28411 33554432000 4194304 4650419 140735922646928 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=294712 CPUtime=12.69 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 13084 0 0 0 1267 2 0 0 25 0 4 0 653069857 301785088 28411 33554432000 4194304 4650419 140735922646928 18446744073709551615 4365634 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=294712 CPUtime=12.54 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 9233 0 0 0 1253 1 0 0 25 0 4 0 653069857 301785088 28411 33554432000 4194304 4650419 140735922646928 18446744073709551615 4439344 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 294712

[startup+25.5011 s]
/proc/loadavg: 7.39 7.87 7.59 10/359 19349
/proc/meminfo: memFree=24513224/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=305536 CPUtime=101.69 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 78080 0 0 0 10154 15 0 0 25 0 4 0 653069856 312868864 37146 33554432000 4194304 4650419 140735922646928 18446744073709551615 4433048 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 76384 37146 395 112 0 71349 0
[pid=19343/tid=19344] ppid=19341 vsize=305536 CPUtime=25.49 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 23420 0 0 0 2545 4 0 0 25 0 4 0 653069857 312868864 37146 33554432000 4194304 4650419 140735922646928 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=305536 CPUtime=25.48 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 21437 0 0 0 2544 4 0 0 25 0 4 0 653069857 312868864 37146 33554432000 4194304 4650419 140735922646928 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=305536 CPUtime=25.2 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 13083 0 0 0 2518 2 0 0 25 0 4 0 653069857 312868864 37146 33554432000 4194304 4650419 140735922646928 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 305536

[startup+51.1012 s]
/proc/loadavg: 7.65 7.90 7.61 10/359 19350
/proc/meminfo: memFree=24437932/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=311096 CPUtime=203.81 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 115947 0 0 0 20353 28 0 0 25 0 4 0 653069856 318562304 49071 33554432000 4194304 4650419 140735922646928 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 77774 49071 395 112 0 72739 0
[pid=19343/tid=19344] ppid=19341 vsize=311096 CPUtime=51.09 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 34661 0 0 0 5102 7 0 0 25 0 4 0 653069857 318562304 49071 33554432000 4194304 4650419 140735922646928 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=311096 CPUtime=51.08 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 31931 0 0 0 5101 7 0 0 25 0 4 0 653069857 318562304 49071 33554432000 4194304 4650419 140735922646928 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=311096 CPUtime=50.51 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 19025 0 0 0 5046 5 0 0 25 0 4 0 653069857 318562304 49071 33554432000 4194304 4650419 140735922646928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 311096

[startup+102.313 s]
/proc/loadavg: 7.91 7.93 7.63 10/359 19351
/proc/meminfo: memFree=24374296/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=466692 CPUtime=408.08 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 191286 0 0 0 40762 46 0 0 25 0 4 0 653069856 477892608 57868 33554432000 4194304 4650419 140735922646928 18446744073709551615 4366839 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 116673 57868 395 112 0 111638 0
[pid=19343/tid=19344] ppid=19341 vsize=466692 CPUtime=102.3 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 58461 0 0 0 10220 10 0 0 25 0 4 0 653069857 477892608 57868 33554432000 4194304 4650419 140735922646928 18446744073709551615 4333231 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=466692 CPUtime=102.29 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 52593 0 0 0 10216 13 0 0 25 0 4 0 653069857 477892608 57868 33554432000 4194304 4650419 140735922646928 18446744073709551615 4331995 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=466692 CPUtime=101.14 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 30781 0 0 0 10106 8 0 0 25 0 4 0 653069857 477892608 57868 33554432000 4194304 4650419 140735922646928 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.08
Current children cumulated vsize (KiB) 466692

[startup+162.301 s]

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

[pid=19343] ppid=19341 vsize=889192 CPUtime=2801.13 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 709410 0 0 0 279871 242 0 0 25 0 4 0 653069856 910532608 145603 33554432000 4194304 4650419 140735922646928 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 222298 145603 395 112 0 217263 0
[pid=19343/tid=19344] ppid=19341 vsize=889192 CPUtime=702.32 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 180761 0 0 0 70173 59 0 0 25 0 4 0 653069857 910532608 145603 33554432000 4194304 4650419 140735922646928 18446744073709551615 4315114 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=889192 CPUtime=702.28 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 161988 0 0 0 70173 55 0 0 25 0 4 0 653069857 910532608 145603 33554432000 4194304 4650419 140735922646928 18446744073709551615 4334529 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=889192 CPUtime=694.18 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 120273 0 0 0 69363 55 0 0 25 0 4 0 653069857 910532608 145603 33554432000 4194304 4650419 140735922646928 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2801.13
Current children cumulated vsize (KiB) 889192

[startup+762.314 s]
/proc/loadavg: 8.07 8.07 7.85 10/359 19368
/proc/meminfo: memFree=23849084/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=907192 CPUtime=3040.47 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 745513 0 0 0 303784 263 0 0 25 0 4 0 653069856 928964608 141140 33554432000 4194304 4650419 140735922646928 18446744073709551615 4365325 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 226798 141140 395 112 0 221763 0
[pid=19343/tid=19344] ppid=19341 vsize=907192 CPUtime=762.33 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 192698 0 0 0 76167 66 0 0 25 0 4 0 653069857 928964608 141140 33554432000 4194304 4650419 140735922646928 18446744073709551615 4363444 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=907192 CPUtime=762.3 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 164227 0 0 0 76174 56 0 0 25 0 4 0 653069857 928964608 141140 33554432000 4194304 4650419 140735922646928 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=907192 CPUtime=753.48 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 128047 0 0 0 75289 59 0 0 25 0 4 0 653069857 928964608 141140 33554432000 4194304 4650419 140735922646928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.47
Current children cumulated vsize (KiB) 907192

[startup+822.301 s]
/proc/loadavg: 8.16 8.09 7.87 10/359 19370
/proc/meminfo: memFree=23789056/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=970932 CPUtime=3279.73 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 780968 0 0 0 327693 280 0 0 25 0 4 0 653069856 994234368 148595 33554432000 4194304 4650419 140735922646928 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 242733 148595 395 112 0 237698 0
[pid=19343/tid=19344] ppid=19341 vsize=970932 CPUtime=822.32 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 205848 0 0 0 82160 72 0 0 25 0 4 0 653069857 994234368 148595 33554432000 4194304 4650419 140735922646928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=970932 CPUtime=822.28 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 164227 0 0 0 82172 56 0 0 25 0 4 0 653069857 994234368 148595 33554432000 4194304 4650419 140735922646928 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=970932 CPUtime=812.77 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 136656 0 0 0 81214 63 0 0 25 0 4 0 653069857 994234368 148595 33554432000 4194304 4650419 140735922646928 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.73
Current children cumulated vsize (KiB) 970932

[startup+882.301 s]
/proc/loadavg: 8.12 8.09 7.88 10/359 19372
/proc/meminfo: memFree=23785456/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=1005460 CPUtime=3519.02 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 823084 0 0 0 351601 301 0 0 25 0 4 0 653069856 1029591040 155091 33554432000 4194304 4650419 140735922646928 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 251365 155091 395 112 0 246330 0
[pid=19343/tid=19344] ppid=19341 vsize=1005460 CPUtime=882.32 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 219092 0 0 0 88152 80 0 0 25 0 4 0 653069857 1029591040 155091 33554432000 4194304 4650419 140735922646928 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=1005460 CPUtime=882.29 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 168177 0 0 0 88170 59 0 0 25 0 4 0 653069857 1029591040 155091 33554432000 4194304 4650419 140735922646928 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=1005460 CPUtime=872.06 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 140169 0 0 0 87140 66 0 0 25 0 4 0 653069857 1029591040 155091 33554432000 4194304 4650419 140735922646928 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3519.02
Current children cumulated vsize (KiB) 1005460

[startup+942.301 s]
/proc/loadavg: 8.16 8.10 7.89 10/359 19373
/proc/meminfo: memFree=23713516/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=999232 CPUtime=3758.33 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 854423 0 0 0 375510 323 0 0 25 0 4 0 653069856 1023213568 165172 33554432000 4194304 4650419 140735922646928 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 249808 165172 395 112 0 244773 0
[pid=19343/tid=19344] ppid=19341 vsize=999232 CPUtime=942.32 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 231334 0 0 0 94145 87 0 0 25 0 4 0 653069857 1023213568 165172 33554432000 4194304 4650419 140735922646928 18446744073709551615 4367986 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=999232 CPUtime=942.29 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 178910 0 0 0 94163 66 0 0 25 0 4 0 653069857 1023213568 165172 33554432000 4194304 4650419 140735922646928 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=999232 CPUtime=931.36 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 148533 0 0 0 93064 72 0 0 25 0 4 0 653069857 1023213568 165172 33554432000 4194304 4650419 140735922646928 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.33
Current children cumulated vsize (KiB) 999232

[startup+1002.3 s]
/proc/loadavg: 8.16 8.11 7.91 10/359 19375
/proc/meminfo: memFree=23711384/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=937168 CPUtime=3997.62 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 882185 0 0 0 399424 338 0 0 25 0 4 0 653069856 959660032 159514 33554432000 4194304 4650419 140735922646928 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 234292 159514 395 112 0 229257 0
[pid=19343/tid=19344] ppid=19341 vsize=937168 CPUtime=1002.33 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 242302 0 0 0 100140 93 0 0 25 0 4 0 653069857 959660032 159514 33554432000 4194304 4650419 140735922646928 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=937168 CPUtime=1002.29 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 185306 0 0 0 100158 71 0 0 25 0 4 0 653069857 959660032 159514 33554432000 4194304 4650419 140735922646928 18446744073709551615 4367013 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=937168 CPUtime=990.65 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 154309 0 0 0 98988 77 0 0 25 0 4 0 653069857 959660032 159514 33554432000 4194304 4650419 140735922646928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.62
Current children cumulated vsize (KiB) 937168

[startup+1062.3 s]
/proc/loadavg: 8.15 8.12 7.92 10/359 19376
/proc/meminfo: memFree=23649612/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=989064 CPUtime=4236.93 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 911460 0 0 0 423339 354 0 0 25 0 4 0 653069856 1012801536 164735 33554432000 4194304 4650419 140735922646928 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 247266 164735 395 112 0 242231 0
[pid=19343/tid=19344] ppid=19341 vsize=989064 CPUtime=1062.32 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 254889 0 0 0 106133 99 0 0 25 0 4 0 653069857 1012801536 164735 33554432000 4194304 4650419 140735922646928 18446744073709551615 4363350 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=989064 CPUtime=1062.28 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 191504 0 0 0 106154 74 0 0 25 0 4 0 653069857 1012801536 164735 33554432000 4194304 4650419 140735922646928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=989064 CPUtime=1049.95 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 162345 0 0 0 104913 82 0 0 25 0 4 0 653069857 1012801536 164735 33554432000 4194304 4650419 140735922646928 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.93
Current children cumulated vsize (KiB) 989064

[startup+1122.3 s]
/proc/loadavg: 8.10 8.11 7.93 10/359 19378
/proc/meminfo: memFree=23671920/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=974380 CPUtime=4476.22 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 950538 0 0 0 447252 370 0 0 25 0 4 0 653069856 997765120 159832 33554432000 4194304 4650419 140735922646928 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 243595 159832 395 112 0 238560 0
[pid=19343/tid=19344] ppid=19341 vsize=974380 CPUtime=1122.33 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 268262 0 0 0 112126 107 0 0 25 0 4 0 653069857 997765120 159832 33554432000 4194304 4650419 140735922646928 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=974380 CPUtime=1122.29 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 195329 0 0 0 112152 77 0 0 25 0 4 0 653069857 997765120 159832 33554432000 4194304 4650419 140735922646928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=974380 CPUtime=1109.24 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 180757 0 0 0 110837 87 0 0 25 0 4 0 653069857 997765120 159832 33554432000 4194304 4650419 140735922646928 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.22
Current children cumulated vsize (KiB) 974380

[startup+1182.3 s]
/proc/loadavg: 8.04 8.08 7.93 10/359 19380
/proc/meminfo: memFree=23637808/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=1058636 CPUtime=4715.52 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 1019241 0 0 0 471159 393 0 0 25 0 4 0 653069856 1084043264 168188 33554432000 4194304 4650419 140735922646928 18446744073709551615 4367013 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 264659 168188 395 112 0 259624 0
[pid=19343/tid=19344] ppid=19341 vsize=1058636 CPUtime=1182.33 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 279190 0 0 0 118117 116 0 0 25 0 4 0 653069857 1084043264 168188 33554432000 4194304 4650419 140735922646928 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=1058636 CPUtime=1182.29 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 204067 0 0 0 118145 84 0 0 25 0 4 0 653069857 1084043264 168188 33554432000 4194304 4650419 140735922646928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=1058636 CPUtime=1168.55 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 224707 0 0 0 116763 92 0 0 25 0 4 0 653069857 1084043264 168188 33554432000 4194304 4650419 140735922646928 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.52
Current children cumulated vsize (KiB) 1058636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.10 8.09 7.93 10/359 19380
/proc/meminfo: memFree=23648344/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=1011652 CPUtime=4800.1 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 1053319 0 0 0 479608 402 0 0 25 0 4 0 653069856 1035931648 163134 33554432000 4194304 4650419 140735922646928 18446744073709551615 4334297 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 252913 163134 395 112 0 247878 0
[pid=19343/tid=19344] ppid=19341 vsize=1011652 CPUtime=1203.54 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 292992 0 0 0 120234 120 0 0 25 0 4 0 653069857 1035931648 163135 33554432000 4194304 4650419 140735922646928 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=1011652 CPUtime=1203.5 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 205052 0 0 0 120266 84 0 0 25 0 4 0 653069857 1035931648 163135 33554432000 4194304 4650419 140735922646928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=1011652 CPUtime=1189.48 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 239798 0 0 0 118855 93 0 0 25 0 4 0 653069857 1035931648 163135 33554432000 4194304 4650419 140735922646928 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 1011652

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

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

[startup+1203.5 s]
/proc/loadavg: 8.10 8.09 7.93 10/359 19380
/proc/meminfo: memFree=23648344/32950928 swapFree=67056568/67111528
[pid=19343] ppid=19341 vsize=1011652 CPUtime=4800.1 cores=1,3,5,7
/proc/19343/stat : 19343 (strangenight1-m) R 19341 19343 19302 0 -1 4202496 1053319 0 0 0 479608 402 0 0 25 0 4 0 653069856 1035931648 163134 33554432000 4194304 4650419 140735922646928 18446744073709551615 4334297 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19343/statm: 252913 163134 395 112 0 247878 0
[pid=19343/tid=19344] ppid=19341 vsize=1011652 CPUtime=1203.54 cores=1,3,5,7
/proc/19343/task/19344/stat : 19344 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 292992 0 0 0 120234 120 0 0 25 0 4 0 653069857 1035931648 163135 33554432000 4194304 4650419 140735922646928 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19343/tid=19345] ppid=19341 vsize=1011652 CPUtime=1203.5 cores=1,3,5,7
/proc/19343/task/19345/stat : 19345 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 205052 0 0 0 120266 84 0 0 25 0 4 0 653069857 1035931648 163135 33554432000 4194304 4650419 140735922646928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19343/tid=19346] ppid=19341 vsize=1011652 CPUtime=1189.48 cores=1,3,5,7
/proc/19343/task/19346/stat : 19346 (strangenight1-m) R 19341 19343 19302 0 -1 4202560 239798 0 0 0 118855 93 0 0 25 0 4 0 653069857 1035931648 163135 33554432000 4194304 4650419 140735922646928 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 1011652

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.55
CPU time (s): 4800.17
CPU user time (s): 4796.11
CPU system time (s): 4.05638
CPU usage (%): 398.834
Max. virtual memory (cumulated for all children) (KiB): 1059000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.11
system time used= 4.05638
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1053322
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= 453
involuntary context switches= 38220

runsolver used 3.85241 second user time and 10.2224 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 01:12:08
IDJOB=3369680
IDBENCH=83421
IDSOLVER=1846
FILE ID=node148/3369680-1305414728
RUNJOBID= node148-1305414728-19322
PBS_JOBID= 13324551
Free space on /tmp= 72840 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_3_keyfind_1.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369680-1305414728/watcher-3369680-1305414728 -o /tmp/evaluation-result-3369680-1305414728/solver-3369680-1305414728 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369680-1305414728.cnf

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

MD5SUM BENCH= 4738c3d0ccd52030cff8addcec6bcde9
RANDOM SEED=361795579

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24746680 kB
Buffers:        318964 kB
Cached:        4596400 kB
SwapCached:       8488 kB
Active:        4558380 kB
Inactive:      3292112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24746680 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           12608 kB
Writeback:           0 kB
AnonPages:     2933704 kB
Mapped:          27484 kB
Slab:           259148 kB
PageTables:      29488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84685484 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= 72828 MiB
End job on node148 at 2011-05-15 01:32:13