Trace number 3290302

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? (TO) 4800.41 1201.73

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
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 variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3290302-1304133052.cnf'
0.00/0.00	c -- header says num vars:           1116
0.00/0.00	c -- header says num clauses:        4312
0.00/0.00	c -- clauses added:            0 learnts,         4312 normals,            0 xors
0.00/0.00	c -- vars added       1116
0.00/0.00	c Parsing time:  0.01 s
0.00/0.00	c  N st     0         0      1116      3948       200         0     13204         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/3692/3692 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  144 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c Replacing      144 vars Replaced     2868 lits Time:     0.00 s 
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    888 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.90	c lits-rem:         0  cl-subs:        0  v-elim:    148  v-fix:    0  time:  0.03 s
0.00/0.90	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.90	c Finding non-binary XORs:     0.00 s (found:     386, avg size: 3.4)
0.00/0.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     34 locsubst:    12 time:   0.00
0.00/0.90	c calculated reachability. Time: 0.00
0.00/0.90	c Calc default polars -  time:   0.00 s pos:       0 undec:     410 neg:     706
0.00/0.90	c =========================================================================================
0.00/0.90	c types(t): F = full restart, N = normal restart
0.00/0.90	c types(t): S = simplification begin/end, E = solution found
0.00/0.90	c restart types(rt): st = static, dy = dynamic
0.00/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.90	c  B st     0         0       706      1592        46         0      7084         0   no data   no data  --
0.00/0.90	c Decided on static restart strategy
0.00/0.90	c  N st     8      4914       706      1592        56      4615      7084    142993   no data   no data  --
0.00/0.90	c  N st    10     11296       706      1592        64      4401      7084     76371   no data   no data  --
5.20/1.40	c  N st    11     17039       706      1592        66      9776      7084    272933   no data   no data  --
8.77/2.29	c  F st    12     25000       706      1592        71     12265      7084    377172   no data   no data  --
8.77/2.29	c Replacing        6 vars Replaced       68 lits Time:     0.00 s 
8.77/2.29	c  N st    12     25000       700      1592        59     12265      7060    377172   no data   no data  --
10.77/2.73	c Decided on static restart strategy
10.77/2.73	c  N st    18     30000       700      1592        66     10726      7060    231520   no data   no data  --
10.77/2.73	c  S st    18     30000       700      1592        66     10726      7060    231520   no data   no data  --
10.77/2.76	c  S st    18     30503       700      1592        69     11196      7060    239425   no data   no data  --
10.77/2.76	c x-sub:     6 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.77/2.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.77/2.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   23 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
10.77/2.77	c Replacing       23 vars Replaced     4144 lits Time:     0.02 s 
10.77/2.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.77/2.78	c subs with bin:        0  lits-rem:       154  v-fix:    0  time:  0.00 s
10.77/2.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
10.77/2.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.76/3.25	c lits-rem:      2441  cl-subs:      973  v-elim:      0  v-fix:    0  time:  1.87 s
12.76/3.25	c asymm  cl-useful: 0/1592/1592 lits-rem:0 time: 0.02
12.76/3.25	c calculated reachability. Time: 0.00
12.76/3.25	c  N st    18     30503       677      1592        23     10198      7010    213395   no data   no data  --
13.96/3.59	c Finding binary XORs  T:     0.00 s  found:       1
15.96/4.03	c  N st    20     37615       677      1592        25      9534      7010    160705   no data   no data  --
19.16/4.89	c  N st    21     44015       677      1592        25     15729      7010    449902   no data   no data  --
19.96/5.07	c  S st    22     45756       677      1592        35     17420      7010    509438   no data   no data  --
20.36/5.12	c  S st    22     46256       677      1592        37      9338      7010    125348   no data   no data  --
20.36/5.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.36/5.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.36/5.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
20.36/5.12	c Replacing        6 vars Replaced      538 lits Time:     0.00 s 
20.36/5.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.36/5.13	c subs with bin:        1  lits-rem:         4  v-fix:    0  time:  0.00 s
20.36/5.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    671 time:  0.00 s
20.36/5.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.36/5.19	c lits-rem:       441  cl-subs:      132  v-elim:      0  v-fix:    0  time:  0.25 s
20.36/5.19	c vivif2 --  cl tried     1592 cl shrink        0 lits rem          0 time: 0.00
20.36/5.19	c vivif2 --  cl tried     9200 cl shrink        0 lits rem          0 time: 0.01
20.36/5.20	c asymm  cl-useful: 0/1592/1592 lits-rem:0 time: 0.01
20.36/5.20	c calculated reachability. Time: 0.00
20.36/5.20	c  N st    22     46256       671      1592        25      9200      7008    122915   no data   no data  --
28.34/7.12	c  N st    23     60654       671      1592        26     13526      7008    282274   no data   no data  --
32.74/8.20	c  N st    24     69384       671      1592        33     11422      7008    148221   no data   no data  --
32.74/8.20	c  S st    24     69384       671      1592        33     11422      7008    148221   no data   no data  --
32.74/8.20	c Finding binary XORs  T:     0.00 s  found:       6
32.74/8.24	c  S st    24     69889       671      1592        35     11901      7008    157795   no data   no data  --
32.74/8.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.74/8.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.74/8.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
32.74/8.25	c Replacing        7 vars Replaced     1561 lits Time:     0.01 s 
32.74/8.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.74/8.25	c subs with bin:        1  lits-rem:         3  v-fix:    0  time:  0.00 s
32.74/8.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    664 time:  0.00 s
32.74/8.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
33.54/8.47	c lits-rem:       535  cl-subs:      177  v-elim:      0  v-fix:    0  time:  0.84 s
33.54/8.47	c vivif2 --  cl tried     1592 cl shrink        0 lits rem          0 time: 0.00
33.54/8.47	c vivif2 --  cl tried    11714 cl shrink        0 lits rem          0 time: 0.01
33.54/8.47	c asymm  cl-useful: 0/1592/1592 lits-rem:0 time: 0.02
33.54/8.47	c calculated reachability. Time: 0.00
33.54/8.47	c  N st    24     69889       664      1592        21     11714      7000    153738   no data   no data  --
42.33/10.66	c  F st    25     87500       664      1592        21     17254      7000    342100   no data   no data  --
42.33/10.66	c  N st    25     87500       664      1592        21     17254      7000    342100   no data   no data  --
45.12/11.35	c Decided on static restart strategy
47.13/11.85	c  N st    32     95539       664      1592        29     25066      7000    645049   no data   no data  --
52.71/13.22	c  N st    34    104834       664      1592        31     21566      7000    527034   no data   no data  --
52.71/13.22	c  S st    34    104834       664      1592        31     21566      7000    527034   no data   no data  --
52.71/13.22	c Finding binary XORs  T:     0.00 s  found:      10
52.71/13.23	c Replacing       10 vars Replaced     3858 lits Time:     0.05 s 
52.71/13.29	c  S st    34    105336       654      1592        17     22049      6988    537676   no data   no data  --
52.71/13.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
52.71/13.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
53.11/13.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
53.11/13.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.11/13.32	c subs with bin:        0  lits-rem:       498  v-fix:    0  time:  0.01 s
53.11/13.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    654 time:  0.00 s
53.11/13.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
63.50/15.97	c lits-rem:      3721  cl-subs:     1334  v-elim:      0  v-fix:    0  time: 10.59 s
63.50/15.97	c vivif2 --  cl tried     1592 cl shrink        0 lits rem          0 time: 0.00
63.50/15.98	c vivif2 --  cl tried    20715 cl shrink        0 lits rem          0 time: 0.02
63.50/15.98	c asymm  cl-useful: 0/1592/1592 lits-rem:0 time: 0.03
63.50/15.98	c calculated reachability. Time: 0.00
63.50/15.98	c  N st    34    105336       654      1592        17     20715      6988    497918   no data   no data  --
69.11/17.37	c  N st    35    114935       654      1592        17     16444      6988    243413   no data   no data  --
78.30/19.61	c  N st    36    129334       654      1592        17     15885      6988    212941   no data   no data  --
89.06/22.30	c  N st    37    150929       654      1592        23     21439      6988    368333   no data   no data  --
93.46/23.48	c  S st    38    158004       654      1592        23     28174      6988    629387   no data   no data  --
93.86/23.55	c  S st    38    158507       654      1592        24     28654      6988    638928   no data   no data  --
93.86/23.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
93.86/23.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
93.86/23.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
93.86/23.59	c Replacing        4 vars Replaced    14695 lits Time:     0.10 s 
94.26/23.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.26/23.61	c subs with bin:        0  lits-rem:         6  v-fix:    0  time:  0.00 s
94.26/23.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    650 time:  0.00 s
94.26/23.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
107.04/26.88	c lits-rem:      3736  cl-subs:     3242  v-elim:      0  v-fix:    0  time: 13.06 s
107.04/26.88	c vivif2 --  cl tried     1592 cl shrink        0 lits rem          0 time: 0.00
107.04/26.88	c vivif2 --  cl tried    25404 cl shrink        0 lits rem          0 time: 0.02
107.04/26.89	c asymm  cl-useful: 0/1592/1592 lits-rem:0 time: 0.03
107.04/26.89	c calculated reachability. Time: 0.00
107.04/26.89	c  N st    38    158507       650      1592        16     25404      6988    545911   no data   no data  --
138.60/34.77	c  N st    39    207095       650      1592        16     20408      6988    265497   no data   no data  --
160.57/40.20	c  N st    40    237760       650      1592        18     30728      6988    616207   no data   no data  --
160.57/40.20	c  S st    40    237760       650      1592        18     30728      6988    616207   no data   no data  --
160.97/40.31	c  S st    40    238267       650      1592        19     31219      6988    627410   no data   no data  --
160.97/40.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
160.97/40.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
160.97/40.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
160.97/40.34	c Replacing        3 vars Replaced    10433 lits Time:     0.10 s 
160.97/40.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
160.97/40.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.97/40.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    647 time:  0.00 s
160.97/40.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
173.75/43.54	c lits-rem:      2583  cl-subs:     3175  v-elim:      0  v-fix:    0  time: 12.68 s
173.75/43.54	c vivif2 --  cl tried     1592 cl shrink        0 lits rem          0 time: 0.00
173.75/43.54	c vivif2 --  cl tried    28043 cl shrink        0 lits rem          0 time: 0.02
173.75/43.55	c asymm  cl-useful: 0/1592/1592 lits-rem:0 time: 0.04
173.75/43.55	c calculated reachability. Time: 0.00
173.75/43.55	c  N st    40    238267       647      1592        13     28043      6988    530516   no data   no data  --
227.70/57.07	c  F st    41    306250       647      1592        13     29841      6988    522361   no data   no data  --
227.70/57.07	c  N st    41    306250       647      1592        13     29841      6988    522361   no data   no data  --
227.70/57.07	c Finding binary XORs  T:     0.00 s  found:       3
231.27/57.90	c Decided on static restart strategy
248.05/62.18	c  N st    51    334559       647      1592        16     34047      6988    684972   no data   no data  --
263.63/66.02	c  N st    53    357401       647      1592        17     31893      6988    556329   no data   no data  --
263.63/66.02	c  S st    53    357401       647      1592        17     31893      6988    556329   no data   no data  --
264.03/66.11	c  S st    53    357902       647      1592        17     32383      6988    567921   no data   no data  --
264.03/66.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
264.03/66.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
264.03/66.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
264.03/66.12	c Replacing        4 vars Replaced       35 lits Time:     0.01 s 
264.03/66.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
264.03/66.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
264.03/66.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    643 time:  0.00 s
264.03/66.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
276.41/69.21	c lits-rem:      2861  cl-subs:     2391  v-elim:      0  v-fix:    0  time: 12.25 s
276.41/69.21	c vivif2 --  cl tried     1592 cl shrink        0 lits rem          0 time: 0.00
276.41/69.22	c vivif2 --  cl tried    29992 cl shrink        0 lits rem          0 time: 0.02
276.41/69.23	c asymm  cl-useful: 0/1592/1592 lits-rem:0 time: 0.04
276.41/69.23	c calculated reachability. Time: 0.00
276.41/69.23	c  N st    53    357902       643      1592         9     29992      6986    496259   no data   no data  --
303.97/76.14	c  N st    54    390294       643      1592         9     36205      6986    656735   no data   no data  --
352.70/88.39	c  N st    55    438882       643      1592        10     29993      6986    419048   no data   no data  --
425.44/106.56	c  N st    56    511765       643      1592        10     43309      6986    866294   no data   no data  --
450.58/112.84	c  N st    57    536853       643      1592        12     37495      6986    683504   no data   no data  --
450.58/112.84	c  S st    57    536853       643      1592        12     37495      6986    683504   no data   no data  --
450.98/112.95	c  S st    57    537355       643      1592        12     37984      6986    695150   no data   no data  --
450.98/112.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
450.98/112.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
450.98/112.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
450.98/112.97	c Replacing        3 vars Replaced      107 lits Time:     0.01 s 
450.98/112.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
450.98/112.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
450.98/112.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    640 time:  0.00 s
450.98/112.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
464.58/116.30	c lits-rem:      3979  cl-subs:     3217  v-elim:      0  v-fix:    0  time: 13.22 s
464.58/116.30	c vivif2 --  cl tried     1592 cl shrink        0 lits rem          0 time: 0.00
464.58/116.31	c vivif2 --  cl tried    34767 cl shrink        0 lits rem          0 time: 0.03
464.58/116.32	c asymm  cl-useful: 0/1592/1592 lits-rem:0 time: 0.05
464.58/116.32	c calculated reachability. Time: 0.00
464.58/116.32	c  N st    57    537355       640      1592         6     34767      6984    610816   no data   no data  --
629.94/157.77	c  N st    58    701340       640      1592         7     63410      6984   1526608   no data   no data  --
739.40/185.20	c  N st    59    806032       640      1592         7     57784      6984   1197646   no data   no data  --
739.40/185.20	c  S st    59    806032       640      1592         7     57784      6984   1197646   no data   no data  --
740.20/185.37	c  S st    59    806536       640      1592         8     58277      6984   1209065   no data   no data  --
740.20/185.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
740.20/185.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
740.60/185.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
740.60/185.40	c Replacing        2 vars Replaced       89 lits Time:     0.02 s 
740.60/185.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
740.60/185.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
740.60/185.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    638 time:  0.00 s
740.60/185.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
772.57/193.45	c lits-rem:      2555  cl-subs:     9176  v-elim:      0  v-fix:    0  time: 31.97 s
772.57/193.45	c vivif2 --  cl tried     1592 cl shrink        0 lits rem          0 time: 0.00
772.57/193.46	c vivif2 --  cl tried    49100 cl shrink        0 lits rem          0 time: 0.05
772.57/193.49	c asymm  cl-useful: 0/1592/1592 lits-rem:0 time: 0.10
772.57/193.49	c calculated reachability. Time: 0.00
772.57/193.49	c  N st    59    806536       638      1592         4     49100      6980    924326   no data   no data  --
1060.16/265.41	c  F st    60   1071875       638      1592         4     64750      6980   1280129   no data   no data  --
1060.16/265.42	c  N st    60   1071875       638      1592         4     64750      6980   1280129   no data   no data  --
1065.76/266.88	c Decided on static restart strategy
1092.52/273.57	c  N st    70   1100179       638      1592         4     49181      6980    743242   no data   no data  --
1129.68/282.87	c  N st    72   1136172       638      1592         4     83270      6980   1976405   no data   no data  --
1164.02/291.49	c  N st    73   1168564       638      1592         4     70356      6980   1610691   no data   no data  --
1222.35/306.09	c  N st    74   1209808       638      1592         4     64910      6980   1284481   no data   no data  --
1222.35/306.09	c  S st    74   1209808       638      1592         4     64910      6980   1284481   no data   no data  --
1223.15/306.28	c  S st    74   1210312       638      1592         4     65399      6980   1295489   no data   no data  --
1223.15/306.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1223.15/306.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1223.55/306.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
1223.55/306.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1223.55/306.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1223.55/306.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    638 time:  0.00 s
1223.55/306.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1253.51/313.86	c lits-rem:      2014  cl-subs:     6295  v-elim:      0  v-fix:    0  time: 29.98 s
1253.51/313.86	c vivif2 --  cl tried     1592 cl shrink        0 lits rem          0 time: 0.00
1253.51/313.88	c vivif2 --  cl tried    59104 cl shrink        0 lits rem          0 time: 0.05
1253.91/313.91	c asymm  cl-useful: 0/1592/1592 lits-rem:0 time: 0.12
1253.91/313.91	c calculated reachability. Time: 0.00
1253.91/313.91	c  N st    74   1210312       638      1592         4     59104      6980   1133011   no data   no data  --
1345.38/336.85	c  N st    75   1283194       638      1592         4     82431      6980   1818937   no data   no data  --
1500.78/375.75	c  N st    76   1392517       638      1592         4     92674      6980   2274456   no data   no data  --
1722.88/431.32	c  N st    77   1556501       638      1592         4     99470      6980   2378652   no data   no data  --
1944.98/486.97	c  N st    78   1710312       638      1592         4     88980      6980   1983640   no data   no data  --
1944.98/486.97	c  S st    78   1710312       638      1592         4     88980      6980   1983640   no data   no data  --
1946.17/487.29	c  S st    78   1710815       638      1592         4     89474      6980   1995457   no data   no data  --
1946.57/487.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1946.57/487.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1946.57/487.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.17
1946.98/487.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1946.98/487.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1946.98/487.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    638 time:  0.00 s
1946.98/487.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2064.03/516.77	c lits-rem:       853  cl-subs:    15388  v-elim:      0  v-fix:    0  time: 117.27 s
2064.03/516.77	c vivif2 --  cl tried     1592 cl shrink        0 lits rem          0 time: 0.00
2064.03/516.79	c vivif2 --  cl tried    74086 cl shrink        0 lits rem          0 time: 0.07
2064.43/516.82	c asymm  cl-useful: 0/1592/1592 lits-rem:0 time: 0.14
2064.43/516.83	c calculated reachability. Time: 0.00
2064.43/516.83	c  N st    78   1710815       638      1592         4     74086      6980   1594670   no data   no data  --
2658.42/665.51	c  N st    79   2079779       638      1592         4     87824      6980   1726760   no data   no data  --
2866.15/717.58	c  N st    80   2210817       638      1592         4     91406      6980   1805177   no data   no data  --
2866.15/717.58	c  S st    80   2210817       638      1592         4     91406      6980   1805177   no data   no data  --
2867.74/717.93	c  S st    80   2211319       638      1592         4     91897      6980   1816148   no data   no data  --
2867.74/717.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2867.74/717.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2867.74/717.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
2868.16/718.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2868.16/718.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2868.16/718.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    638 time:  0.00 s
2868.16/718.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2966.00/742.54	c lits-rem:      2341  cl-subs:    13200  v-elim:      0  v-fix:    0  time: 97.88 s
2966.00/742.54	c vivif2 --  cl tried     1592 cl shrink        0 lits rem          0 time: 0.00
2966.00/742.56	c vivif2 --  cl tried    78697 cl shrink        0 lits rem          0 time: 0.07
2966.00/742.59	c asymm  cl-useful: 0/1592/1592 lits-rem:0 time: 0.14
2966.40/742.60	c calculated reachability. Time: 0.00
2966.40/742.60	c  N st    80   2211319       638      1592         4     78697      6980   1421227   no data   no data  --
3875.59/970.27	c  N st    81   2711321       638      1592         4    100430      6980   2016112   no data   no data  --
3875.59/970.27	c  S st    81   2711321       638      1592         4    100430      6980   2016112   no data   no data  --
3877.18/970.65	c  S st    81   2711826       638      1592         4    100926      6980   2027582   no data   no data  --
3877.18/970.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3877.18/970.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3877.58/970.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
3877.58/970.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3877.58/970.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3877.58/970.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    638 time:  0.00 s
3877.58/970.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4026.98/1008.18	c lits-rem:     12211  cl-subs:    17823  v-elim:      0  v-fix:    0  time: 149.42 s
4026.98/1008.18	c vivif2 --  cl tried     1592 cl shrink        0 lits rem          0 time: 0.00
4027.38/1008.20	c vivif2 --  cl tried    83103 cl shrink        0 lits rem          0 time: 0.08
4027.38/1008.25	c asymm  cl-useful: 0/1592/1592 lits-rem:0 time: 0.21
4027.38/1008.25	c calculated reachability. Time: 0.00
4027.38/1008.25	c  N st    81   2711826       638      1592         4     83103      6980   1568583   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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3290302-1304133052/watcher-3290302-1304133052 -o /tmp/evaluation-result-3290302-1304133052/solver-3290302-1304133052 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3290302-1304133052.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.18 8.17 8.08 5/180 31205
/proc/meminfo: memFree=30788676/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=182308 CPUtime=0.01 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 447 0 0 0 1 0 0 0 25 0 4 0 524906162 186683392 378 33554432000 4194304 4650419 140734909418480 18446744073709551615 270612771525 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 45577 393 331 112 0 40542 0
[pid=31205/tid=31206] ppid=31203 vsize=183276 CPUtime=0 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 4 0 524906163 187674624 467 33554432000 4194304 4650419 140734909418480 18446744073709551615 270612771525 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=248812 CPUtime=0 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) D 31203 31205 30175 0 -1 4202560 38 0 0 0 0 0 0 0 25 0 4 0 524906163 254783488 472 33554432000 4194304 4650419 140734909418480 18446744073709551615 270613153927 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=248828 CPUtime=0 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 47 0 0 0 0 0 0 0 25 0 4 0 524906163 254799872 477 33554432000 4194304 4650419 140734909418480 18446744073709551615 4233488 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.160468 s]
/proc/loadavg: 8.18 8.17 8.08 5/180 31205
/proc/meminfo: memFree=30788676/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=285896 CPUtime=3.6 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 5048 0 0 0 360 0 0 0 19 0 4 0 524906162 292757504 2923 33554432000 4194304 4650419 140734909418480 18446744073709551615 4333593 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 71474 2923 394 112 0 66439 0
[pid=31205/tid=31206] ppid=31203 vsize=285896 CPUtime=0.9 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 1300 0 0 0 90 0 0 0 19 0 4 0 524906163 292757504 2923 33554432000 4194304 4650419 140734909418480 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=285896 CPUtime=0.89 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 1087 0 0 0 89 0 0 0 19 0 4 0 524906163 292757504 2923 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=285896 CPUtime=0.9 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 974 0 0 0 90 0 0 0 25 0 4 0 524906163 292757504 2924 33554432000 4194304 4650419 140734909418480 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 285896

[startup+1.00667 s]
/proc/loadavg: 8.18 8.17 8.08 5/180 31205
/proc/meminfo: memFree=30788676/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=285896 CPUtime=4 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 5231 0 0 0 400 0 0 0 19 0 4 0 524906162 292757504 3106 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 71474 3106 394 112 0 66439 0
[pid=31205/tid=31206] ppid=31203 vsize=285896 CPUtime=1 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 1350 0 0 0 100 0 0 0 19 0 4 0 524906163 292757504 3106 33554432000 4194304 4650419 140734909418480 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=285896 CPUtime=0.99 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 1138 0 0 0 99 0 0 0 19 0 4 0 524906163 292757504 3106 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=285896 CPUtime=1 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 1016 0 0 0 100 0 0 0 25 0 4 0 524906163 292757504 3106 33554432000 4194304 4650419 140734909418480 18446744073709551615 4363531 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 285896

[startup+1.10665 s]
/proc/loadavg: 8.18 8.17 8.08 5/180 31205
/proc/meminfo: memFree=30788676/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=285896 CPUtime=4.4 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 5401 0 0 0 440 0 0 0 19 0 4 0 524906162 292757504 3276 33554432000 4194304 4650419 140734909418480 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 71474 3276 394 112 0 66439 0
[pid=31205/tid=31206] ppid=31203 vsize=285896 CPUtime=1.1 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 1397 0 0 0 110 0 0 0 19 0 4 0 524906163 292757504 3276 33554432000 4194304 4650419 140734909418480 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=285896 CPUtime=1.09 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 1177 0 0 0 109 0 0 0 19 0 4 0 524906163 292757504 3276 33554432000 4194304 4650419 140734909418480 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=285896 CPUtime=1.1 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 1068 0 0 0 110 0 0 0 25 0 4 0 524906163 292757504 3276 33554432000 4194304 4650419 140734909418480 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 285896

[startup+1.20663 s]
/proc/loadavg: 8.18 8.17 8.08 5/180 31205
/proc/meminfo: memFree=30788676/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=285896 CPUtime=4.8 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 5586 0 0 0 480 0 0 0 19 0 4 0 524906162 292757504 3461 33554432000 4194304 4650419 140734909418480 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 71474 3461 394 112 0 66439 0
[pid=31205/tid=31206] ppid=31203 vsize=285896 CPUtime=1.19 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 1465 0 0 0 119 0 0 0 19 0 4 0 524906163 292757504 3461 33554432000 4194304 4650419 140734909418480 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=285896 CPUtime=1.19 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 1219 0 0 0 119 0 0 0 19 0 4 0 524906163 292757504 3461 33554432000 4194304 4650419 140734909418480 18446744073709551615 4315114 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=285896 CPUtime=1.2 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 1110 0 0 0 120 0 0 0 25 0 4 0 524906163 292757504 3461 33554432000 4194304 4650419 140734909418480 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 285896

[startup+1.50058 s]
/proc/loadavg: 8.18 8.17 8.08 5/180 31205
/proc/meminfo: memFree=30788676/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=286404 CPUtime=5.98 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 6439 0 0 0 597 1 0 0 19 0 4 0 524906162 293277696 3295 33554432000 4194304 4650419 140734909418480 18446744073709551615 4334226 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 71601 3295 394 112 0 66566 0
[pid=31205/tid=31206] ppid=31203 vsize=286404 CPUtime=1.49 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 1740 0 0 0 149 0 0 0 19 0 4 0 524906163 293277696 3295 33554432000 4194304 4650419 140734909418480 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=286404 CPUtime=1.49 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 1320 0 0 0 149 0 0 0 19 0 4 0 524906163 293277696 3295 33554432000 4194304 4650419 140734909418480 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=286404 CPUtime=1.49 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 1361 0 0 0 149 0 0 0 25 0 4 0 524906163 293277696 3295 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 286404

[startup+3.1063 s]
/proc/loadavg: 8.18 8.17 8.08 9/184 31209
/proc/meminfo: memFree=30732480/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=287644 CPUtime=12.38 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 11026 0 0 0 1237 1 0 0 25 0 4 0 524906162 294547456 5499 33554432000 4194304 4650419 140734909418480 18446744073709551615 4476471 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 71911 5499 395 112 0 66876 0
[pid=31205/tid=31206] ppid=31203 vsize=287644 CPUtime=3.09 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 2495 0 0 0 309 0 0 0 25 0 4 0 524906163 294547456 5499 33554432000 4194304 4650419 140734909418480 18446744073709551615 4363958 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=287644 CPUtime=3.08 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 2152 0 0 0 308 0 0 0 25 0 4 0 524906163 294547456 5499 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=287644 CPUtime=3.1 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 2260 0 0 0 310 0 0 0 25 0 4 0 524906163 294547456 5499 33554432000 4194304 4650419 140734909418480 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 287644

[startup+6.30073 s]
/proc/loadavg: 8.17 8.17 8.08 9/184 31209
/proc/meminfo: memFree=30705632/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=301188 CPUtime=25.16 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 19492 0 0 0 2514 2 0 0 25 0 4 0 524906162 308416512 10786 33554432000 4194304 4650419 140734909418480 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 75297 10786 395 112 0 70262 0
[pid=31205/tid=31206] ppid=31203 vsize=301188 CPUtime=6.29 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 5011 0 0 0 629 0 0 0 25 0 4 0 524906163 308416512 10786 33554432000 4194304 4650419 140734909418480 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=301188 CPUtime=6.26 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 4113 0 0 0 626 0 0 0 25 0 4 0 524906163 308416512 10786 33554432000 4194304 4650419 140734909418480 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=301188 CPUtime=6.29 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 4636 0 0 0 629 0 0 0 25 0 4 0 524906163 308416512 10786 33554432000 4194304 4650419 140734909418480 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 301188

[startup+12.7006 s]
/proc/loadavg: 8.15 8.16 8.08 9/184 31209
/proc/meminfo: memFree=30654840/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=317704 CPUtime=50.72 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 29289 0 0 0 5068 4 0 0 25 0 4 0 524906162 325328896 16038 33554432000 4194304 4650419 140734909418480 18446744073709551615 4366743 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 79426 16038 395 112 0 74391 0
[pid=31205/tid=31206] ppid=31203 vsize=317704 CPUtime=12.68 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 7761 0 0 0 1268 0 0 0 25 0 4 0 524906163 325328896 16038 33554432000 4194304 4650419 140734909418480 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=317704 CPUtime=12.62 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 5985 0 0 0 1262 0 0 0 25 0 4 0 524906163 325328896 16038 33554432000 4194304 4650419 140734909418480 18446744073709551615 4363299 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=317704 CPUtime=12.68 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 6832 0 0 0 1268 0 0 0 25 0 4 0 524906163 325328896 16038 33554432000 4194304 4650419 140734909418480 18446744073709551615 4364427 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 317704

[startup+25.5003 s]
/proc/loadavg: 8.12 8.16 8.08 9/184 31209
/proc/meminfo: memFree=30576472/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=319968 CPUtime=101.84 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 44245 0 0 0 10176 8 0 0 25 0 4 0 524906162 327647232 19526 33554432000 4194304 4650419 140734909418480 18446744073709551615 4476315 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 79992 19526 395 112 0 74957 0
[pid=31205/tid=31206] ppid=31203 vsize=319968 CPUtime=25.49 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 11464 0 0 0 2547 2 0 0 25 0 4 0 524906163 327647232 19526 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=319968 CPUtime=25.35 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 8623 0 0 0 2534 1 0 0 25 0 4 0 524906163 327647232 19526 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=319968 CPUtime=25.48 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 10186 0 0 0 2547 1 0 0 25 0 4 0 524906163 327647232 19526 33554432000 4194304 4650419 140734909418480 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 319968

[startup+51.1008 s]
/proc/loadavg: 8.14 8.16 8.08 9/184 31210
/proc/meminfo: memFree=30514712/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=351916 CPUtime=204.11 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 70954 0 0 0 20395 16 0 0 25 0 4 0 524906162 360361984 28801 33554432000 4194304 4650419 140734909418480 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 87979 28801 395 112 0 82944 0
[pid=31205/tid=31206] ppid=31203 vsize=351916 CPUtime=51.09 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 17753 0 0 0 5105 4 0 0 25 0 4 0 524906163 360361984 28801 33554432000 4194304 4650419 140734909418480 18446744073709551615 4363891 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=351916 CPUtime=50.82 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 14535 0 0 0 5080 2 0 0 25 0 4 0 524906163 360361984 28801 33554432000 4194304 4650419 140734909418480 18446744073709551615 4333812 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=351916 CPUtime=51.09 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 17590 0 0 0 5106 3 0 0 25 0 4 0 524906163 360361984 28801 33554432000 4194304 4650419 140734909418480 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 351916

[startup+102.301 s]
/proc/loadavg: 8.06 8.13 8.08 9/184 31211
/proc/meminfo: memFree=30434304/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=362876 CPUtime=408.63 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 113431 0 0 0 40834 29 0 0 25 0 4 0 524906162 371585024 39739 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365195 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 90719 39739 395 112 0 85684 0
[pid=31205/tid=31206] ppid=31203 vsize=362876 CPUtime=102.29 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 26086 0 0 0 10222 7 0 0 25 0 4 0 524906163 371585024 39739 33554432000 4194304 4650419 140734909418480 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=362876 CPUtime=101.74 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 27722 0 0 0 10168 6 0 0 25 0 4 0 524906163 371585024 39739 33554432000 4194304 4650419 140734909418480 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=362876 CPUtime=102.29 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 27539 0 0 0 10223 6 0 0 25 0 4 0 524906163 371585024 39739 33554432000 4194304 4650419 140734909418480 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 362876

[startup+162.301 s]

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

[pid=31205] ppid=31203 vsize=505148 CPUtime=2565.74 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 384474 0 0 0 256433 141 0 0 25 0 4 0 524906162 517271552 81012 33554432000 4194304 4650419 140734909418480 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 126287 81012 395 112 0 121252 0
[pid=31205/tid=31206] ppid=31203 vsize=505148 CPUtime=642.31 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 87753 0 0 0 64196 35 0 0 25 0 4 0 524906163 517271552 81012 33554432000 4194304 4650419 140734909418480 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=505148 CPUtime=638.81 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 104432 0 0 0 63846 35 0 0 25 0 4 0 524906163 517271552 81012 33554432000 4194304 4650419 140734909418480 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=505148 CPUtime=642.3 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 76079 0 0 0 64203 27 0 0 25 0 4 0 524906163 517271552 81012 33554432000 4194304 4650419 140734909418480 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2565.74
Current children cumulated vsize (KiB) 505148

[startup+702.301 s]
/proc/loadavg: 8.15 8.12 8.09 9/184 31227
/proc/meminfo: memFree=29934520/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=513252 CPUtime=2805.42 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 414991 0 0 0 280386 156 0 0 25 0 4 0 524906162 525570048 85688 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 128313 85688 395 112 0 123278 0
[pid=31205/tid=31206] ppid=31203 vsize=513252 CPUtime=702.3 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 96865 0 0 0 70191 39 0 0 25 0 4 0 524906163 525570048 85688 33554432000 4194304 4650419 140734909418480 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=513252 CPUtime=698.5 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 112734 0 0 0 69811 39 0 0 25 0 4 0 524906163 525570048 85688 33554432000 4194304 4650419 140734909418480 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=513252 CPUtime=702.3 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 81959 0 0 0 70199 31 0 0 25 0 4 0 524906163 525570048 85688 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.42
Current children cumulated vsize (KiB) 513252

[startup+762.301 s]
/proc/loadavg: 8.22 8.14 8.10 9/184 31229
/proc/meminfo: memFree=29868628/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=591640 CPUtime=3045.1 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 439635 0 0 0 304343 167 0 0 25 0 4 0 524906162 605839360 96271 33554432000 4194304 4650419 140734909418480 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 147910 96271 395 112 0 142875 0
[pid=31205/tid=31206] ppid=31203 vsize=591640 CPUtime=762.3 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 103022 0 0 0 76188 42 0 0 25 0 4 0 524906163 605839360 96271 33554432000 4194304 4650419 140734909418480 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=591640 CPUtime=758.16 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 119231 0 0 0 75774 42 0 0 25 0 4 0 524906163 605839360 96271 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=591640 CPUtime=762.3 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 87681 0 0 0 76197 33 0 0 25 0 4 0 524906163 605839360 96271 33554432000 4194304 4650419 140734909418480 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.1
Current children cumulated vsize (KiB) 591640

[startup+822.3 s]
/proc/loadavg: 8.20 8.14 8.10 9/184 31231
/proc/meminfo: memFree=29882716/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=606992 CPUtime=3284.78 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 457075 0 0 0 328302 176 0 0 25 0 4 0 524906162 621559808 93534 33554432000 4194304 4650419 140734909418480 18446744073709551615 4331159 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 151748 93534 395 112 0 146713 0
[pid=31205/tid=31206] ppid=31203 vsize=606992 CPUtime=822.31 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 107052 0 0 0 82187 44 0 0 25 0 4 0 524906163 621559808 93534 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=606992 CPUtime=817.84 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 124811 0 0 0 81740 44 0 0 25 0 4 0 524906163 621559808 93534 33554432000 4194304 4650419 140734909418480 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=606992 CPUtime=822.3 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 88878 0 0 0 82196 34 0 0 25 0 4 0 524906163 621559808 93534 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.78
Current children cumulated vsize (KiB) 606992

[startup+882.301 s]
/proc/loadavg: 8.18 8.15 8.09 9/184 31232
/proc/meminfo: memFree=29867684/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=672676 CPUtime=3524.45 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 472020 0 0 0 352259 186 0 0 25 0 4 0 524906162 688820224 96576 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 168169 96576 395 112 0 163134 0
[pid=31205/tid=31206] ppid=31203 vsize=672676 CPUtime=882.31 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 111572 0 0 0 88183 48 0 0 25 0 4 0 524906163 688820224 96576 33554432000 4194304 4650419 140734909418480 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=672676 CPUtime=877.5 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 125827 0 0 0 87706 44 0 0 25 0 4 0 524906163 688820224 96576 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365818 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=672676 CPUtime=882.31 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 91810 0 0 0 88195 36 0 0 25 0 4 0 524906163 688820224 96576 33554432000 4194304 4650419 140734909418480 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.45
Current children cumulated vsize (KiB) 672676

[startup+942.301 s]
/proc/loadavg: 8.17 8.15 8.09 9/184 31234
/proc/meminfo: memFree=29788420/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=606836 CPUtime=3764.13 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 496047 0 0 0 376216 197 0 0 25 0 4 0 524906162 621400064 107172 33554432000 4194304 4650419 140734909418480 18446744073709551615 4334278 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 151709 107172 395 112 0 146674 0
[pid=31205/tid=31206] ppid=31203 vsize=606836 CPUtime=942.31 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 118483 0 0 0 94180 51 0 0 25 0 4 0 524906163 621400064 107172 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=606836 CPUtime=937.19 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 132852 0 0 0 93672 47 0 0 25 0 4 0 524906163 621400064 107172 33554432000 4194304 4650419 140734909418480 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=606836 CPUtime=942.31 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 97139 0 0 0 94192 39 0 0 25 0 4 0 524906163 621400064 107172 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.13
Current children cumulated vsize (KiB) 606836

[startup+1002.3 s]
/proc/loadavg: 8.12 8.13 8.09 9/184 31235
/proc/meminfo: memFree=29804756/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=620640 CPUtime=4003.81 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 510360 0 0 0 400177 204 0 0 25 0 4 0 524906162 635535360 101095 33554432000 4194304 4650419 140734909418480 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 155160 101095 395 112 0 150125 0
[pid=31205/tid=31206] ppid=31203 vsize=620640 CPUtime=1002.31 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 125589 0 0 0 100177 54 0 0 25 0 4 0 524906163 635535360 101095 33554432000 4194304 4650419 140734909418480 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=620640 CPUtime=996.86 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 133928 0 0 0 99639 47 0 0 25 0 4 0 524906163 635535360 101095 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=620640 CPUtime=1002.31 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 99346 0 0 0 100190 41 0 0 25 0 4 0 524906163 635535360 101095 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.81
Current children cumulated vsize (KiB) 620640

[startup+1062.3 s]
/proc/loadavg: 8.04 8.11 8.08 9/184 31237
/proc/meminfo: memFree=29715940/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=722732 CPUtime=4243.51 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 526976 0 0 0 424137 214 0 0 25 0 4 0 524906162 740077568 109510 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 180683 109510 395 112 0 175648 0
[pid=31205/tid=31206] ppid=31203 vsize=722732 CPUtime=1062.31 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 126799 0 0 0 106176 55 0 0 25 0 4 0 524906163 740077568 109510 33554432000 4194304 4650419 140734909418480 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=722732 CPUtime=1056.53 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 139584 0 0 0 105603 50 0 0 25 0 4 0 524906163 740077568 109510 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=722732 CPUtime=1062.31 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 102949 0 0 0 106188 43 0 0 25 0 4 0 524906163 740077568 109510 33554432000 4194304 4650419 140734909418480 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.51
Current children cumulated vsize (KiB) 722732

[startup+1122.3 s]
/proc/loadavg: 8.01 8.08 8.08 9/184 31239
/proc/meminfo: memFree=29709340/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=672884 CPUtime=4483.17 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 549942 0 0 0 448093 224 0 0 25 0 4 0 524906162 689033216 106683 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 168221 106683 395 112 0 163186 0
[pid=31205/tid=31206] ppid=31203 vsize=672884 CPUtime=1122.31 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 130392 0 0 0 112174 57 0 0 25 0 4 0 524906163 689033216 106683 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=672884 CPUtime=1116.21 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 146132 0 0 0 111568 53 0 0 25 0 4 0 524906163 689033216 106683 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=672884 CPUtime=1122.31 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 108664 0 0 0 112185 46 0 0 25 0 4 0 524906163 689033216 106683 33554432000 4194304 4650419 140734909418480 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.17
Current children cumulated vsize (KiB) 672884

[startup+1182.31 s]
/proc/loadavg: 8.00 8.07 8.07 9/184 31240
/proc/meminfo: memFree=29703344/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=674928 CPUtime=4722.87 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 566683 0 0 0 472053 234 0 0 25 0 4 0 524906162 691126272 100899 33554432000 4194304 4650419 140734909418480 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 168732 100899 395 112 0 163697 0
[pid=31205/tid=31206] ppid=31203 vsize=674928 CPUtime=1182.32 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 132196 0 0 0 118174 58 0 0 25 0 4 0 524906163 691126272 100899 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=674928 CPUtime=1175.89 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 150431 0 0 0 117534 55 0 0 25 0 4 0 524906163 691126272 100899 33554432000 4194304 4650419 140734909418480 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=674928 CPUtime=1182.32 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 113059 0 0 0 118184 48 0 0 25 0 4 0 524906163 691126272 100899 33554432000 4194304 4650419 140734909418480 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.87
Current children cumulated vsize (KiB) 674928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 7.68 8.00 8.05 5/176 31259
/proc/meminfo: memFree=30394788/32951124 swapFree=67111524/67111528
[pid=31205] ppid=31203 vsize=682208 CPUtime=4800.37 cores=1,3,5,7
/proc/31205/stat : 31205 (strangenight1-m) R 31203 31205 30175 0 -1 4202496 573609 0 0 0 479799 238 0 0 25 0 4 0 524906162 698580992 107433 33554432000 4194304 4650419 140734909418480 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31205/statm: 170552 107433 395 112 0 165517 0
[pid=31205/tid=31206] ppid=31203 vsize=682208 CPUtime=1201.72 cores=1,3,5,7
/proc/31205/task/31206/stat : 31206 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 134902 0 0 0 120113 59 0 0 25 0 4 0 524906163 698580992 107433 33554432000 4194304 4650419 140734909418480 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31205/tid=31207] ppid=31203 vsize=682208 CPUtime=1195.18 cores=1,3,5,7
/proc/31205/task/31207/stat : 31207 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 152048 0 0 0 119462 56 0 0 25 0 4 0 524906163 698580992 107433 33554432000 4194304 4650419 140734909418480 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31205/tid=31208] ppid=31203 vsize=682208 CPUtime=1201.71 cores=1,3,5,7
/proc/31205/task/31208/stat : 31208 (strangenight1-m) R 31203 31205 30175 0 -1 4202560 114089 0 0 0 120123 48 0 0 25 0 4 0 524906163 698580992 107433 33554432000 4194304 4650419 140734909418480 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 682208

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.41
CPU user time (s): 4798.01
CPU system time (s): 2.39964
CPU usage (%): 399.458
Max. virtual memory (cumulated for all children) (KiB): 850228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.01
system time used= 2.39963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 573612
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= 688
involuntary context switches= 20117

runsolver used 1.87871 second user time and 4.67329 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-30 05:10:52
IDJOB=3290302
IDBENCH=83430
IDSOLVER=1588
FILE ID=node108/3290302-1304133052
RUNJOBID= node108-1304131845-31017
PBS_JOBID= 13170776
Free space on /tmp= 72628 MiB

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

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=1234698866

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30788708 kB
Buffers:        576944 kB
Cached:        1092948 kB
SwapCached:          4 kB
Active:         164060 kB
Inactive:      1599572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30788708 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12752 kB
Writeback:           0 kB
AnonPages:       94136 kB
Mapped:          15528 kB
Slab:           335000 kB
PageTables:       4620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   311448 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= 72628 MiB
End job on node108 at 2011-04-30 05:30:56