Trace number 3368770

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.33 1204.25

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v750-c3195-S1378008329-078.SATISFIABLE.cnf
MD5SUMd50cd6e15bea1958cfdf9785772f4ad7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses3195
Sum of the clauses size9585
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33195
Number of clauses of size 40
Number of clauses of size 50
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-3368770-1305402620.cnf'
0.00/0.00	c -- header says num vars:            750
0.00/0.00	c -- header says num clauses:        3195
0.00/0.00	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.00	c -- vars added        750
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       750      3195         0         0      9585         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 1/3195/3195 lits-rem:3 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        1  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:    750 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.01	c lits-rem:         0  cl-subs:        0  v-elim:     26  v-fix:    0  time:  0.01 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.05	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.05	c calculated reachability. Time: 0.00
0.00/0.05	c Calc default polars -  time:   0.00 s pos:     337 undec:     103 neg:     310
0.00/0.05	c =========================================================================================
0.00/0.05	c types(t): F = full restart, N = normal restart
0.00/0.05	c types(t): S = simplification begin/end, E = solution found
0.00/0.05	c restart types(rt): st = static, dy = dynamic
0.00/0.05	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.05	c  B st     0         0       724      3139         1         0      9542         0   no data   no data  --
0.26/0.08	c Decided on static restart strategy
0.37/0.18	c  N st     8      4920       724      3139         1      4876      9542    154787   no data   no data  --
1.57/0.46	c  N st    10     11303       724      3139         1      4515      9542     98072   no data   no data  --
2.77/0.77	c  N st    11     17047       724      3139         1     10131      9542    276929   no data   no data  --
4.76/1.24	c  F st    12     25003       724      3139         1     12476      9542    350652   no data   no data  --
4.76/1.24	c  N st    12     25003       724      3139         1     12476      9542    350652   no data   no data  --
5.96/1.50	c  N dy    18     30001       724      3139         1     10736      9542    255404   no data   no data  --
5.96/1.50	c  S st    18     30001       724      3139         1     10736      9542    255404   no data   no data  --
5.96/1.53	c  S st    18     30507       724      3139         1     11242      9542    270392   no data   no data  --
5.96/1.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.96/1.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.96/1.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    724 time:  0.00 s
5.96/1.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.11/1.84	c lits-rem:       115  cl-subs:      304  v-elim:      0  v-fix:    0  time:  1.08 s
7.11/1.85	c asymm  cl-useful: 0/3139/3139 lits-rem:0 time: 0.03
7.11/1.85	c calculated reachability. Time: 0.00
7.11/1.85	c  N dy    18     30507       724      3139         1     10938      9542    259897   no data   no data  --
8.02/2.11	c  N dy    40     34581       724      3139         1     14980      9542    378711     20.80     22.08  --
8.68/2.35	c  N dy    55     38791       724      3139         1     11322      9542    216377     20.63     21.82  --
9.69/2.60	c  N dy    70     43021       724      3139         1     15516      9542    338887     20.51     21.85  --
13.67/3.88	c  S st    87     45760       724      3139         1      9346      9542    125056     20.61   no data  --
13.97/3.90	c  S st    87     46267       724      3139         1      9853      9542    138974     20.61   no data  --
13.97/3.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.97/3.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.97/3.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
13.97/3.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.97/3.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.97/3.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    724 time:  0.00 s
13.97/3.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
14.59/4.11	c lits-rem:         8  cl-subs:       10  v-elim:      0  v-fix:    0  time:  0.59 s
14.59/4.11	c vivif2 --  cl tried     3139 cl shrink        0 lits rem          0 time: 0.00
14.59/4.11	c vivif2 --  cl tried     9843 cl shrink        0 lits rem          0 time: 0.01
14.59/4.12	c asymm  cl-useful: 0/3139/3139 lits-rem:0 time: 0.02
14.59/4.12	c calculated reachability. Time: 0.00
14.59/4.12	c  N dy    87     46267       724      3139         1      9843      9542    138645     20.61   no data  --
15.55/4.44	c  N dy    97     50393       724      3139         1     13930      9542    258584     20.43     21.54  --
16.52/4.73	c  N dy   112     54610       724      3139         1     18110      9542    381773     20.39     21.47  --
17.53/5.09	c  N dy   120     60256       724      3139         1     13793      9542    224685     20.17     21.34  --
18.86/5.42	c  N dy   143     65194       724      3139         1     18701      9542    368007     20.19     21.27  --
19.97/5.73	c  N dy   169     69363       724      3139         1     11946      9542    149296     20.28     21.52  --
19.97/5.73	c  S st   170     69402       724      3139         1     11985      9542    150269     20.28   no data  --
19.97/5.76	c  S st   170     69905       724      3139         1     12486      9542    165065     20.28   no data  --
19.97/5.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.97/5.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.97/5.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
19.97/5.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.97/5.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.97/5.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    724 time:  0.00 s
19.97/5.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.77/5.94	c lits-rem:        24  cl-subs:       13  v-elim:      0  v-fix:    0  time:  0.66 s
20.77/5.94	c vivif2 --  cl tried     3139 cl shrink        0 lits rem          0 time: 0.00
20.77/5.94	c vivif2 --  cl tried    12473 cl shrink        0 lits rem          0 time: 0.01
20.77/5.95	c asymm  cl-useful: 0/3139/3139 lits-rem:0 time: 0.04
20.77/5.95	c calculated reachability. Time: 0.00
20.77/5.95	c  N dy   170     69905       724      3139         1     12473      9542    164471     20.28   no data  --
21.97/6.22	c  N dy   189     74402       724      3139         1     16941      9542    298238     20.28     21.57  --
23.18/6.59	c  N dy   212     79233       724      3139         1     21741      9542    440633     20.28     21.63  --
24.75/6.95	c  N dy   234     84291       724      3139         1     14866      9542    210894     20.29     23.27  --
25.55/7.18	c  F st   242     87500       724      3139         1     18047      9542    304100     20.25     20.01  --
26.75/7.43	c  N st   247     90801       724      3139         1     21325      9542    405899     20.25   no data  --
28.74/7.93	c  N dy   263     96947       724      3139         1     14518      9542    174161     20.23     21.33  --
30.34/8.38	c  N dy   291    103223       724      3139         1     20753      9542    357372     20.26     21.42  --
31.14/8.52	c  S st   302    104858       724      3139         1     22382      9542    405521     20.28   no data  --
31.14/8.57	c  S st   302    105362       724      3139         1     22886      9542    420706     20.28   no data  --
31.14/8.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
31.14/8.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.14/8.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
31.14/8.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.14/8.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.14/8.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    724 time:  0.00 s
31.14/8.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
35.91/9.74	c lits-rem:       284  cl-subs:      265  v-elim:      0  v-fix:    0  time:  4.57 s
35.91/9.74	c vivif2 --  cl tried     3139 cl shrink        0 lits rem          0 time: 0.00
35.91/9.75	c vivif2 --  cl tried    22621 cl shrink        0 lits rem          0 time: 0.02
35.91/9.77	c asymm  cl-useful: 0/3139/3139 lits-rem:0 time: 0.09
35.91/9.77	c calculated reachability. Time: 0.00
35.91/9.77	c  N dy   302    105362       724      3139         1     22621      9542    411050     20.28   no data  --
38.70/10.44	c  N dy   336    112120       724      3139         1     15435      9542    175728     20.29     21.62  --
40.72/11.00	c  N dy   373    119281       724      3139         1     22556      9542    390392     20.33     21.65  --
44.30/11.82	c  N dy   404    127579       724      3139         1     15890      9542    165800     20.32     21.44  --
47.47/12.61	c  N dy   416    137600       724      3139         1     25835      9542    466452     20.18     21.48  --
51.47/13.61	c  N dy   454    148163       724      3139         1     20411      9542    272407     20.13     21.48  --
55.06/14.52	c  N dy   494    158044       724      3139         1     30203      9542    557718     20.14     19.68  --
55.06/14.52	c  S st   494    158044       724      3139         1     30203      9542    557718     20.14     19.68  --
55.06/14.59	c  S st   494    158545       724      3139         1     30703      9542    572794     20.14   no data  --
55.06/14.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
55.06/14.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.45/14.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
55.45/14.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.45/14.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.45/14.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    724 time:  0.00 s
55.45/14.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
62.66/16.48	c lits-rem:       484  cl-subs:      489  v-elim:      0  v-fix:    0  time:  7.38 s
62.66/16.48	c vivif2 --  cl tried     3139 cl shrink        0 lits rem          0 time: 0.00
62.66/16.48	c vivif2 --  cl tried    30214 cl shrink        0 lits rem          0 time: 0.03
63.07/16.51	c asymm  cl-useful: 0/3139/3139 lits-rem:0 time: 0.10
63.07/16.51	c calculated reachability. Time: 0.00
63.07/16.51	c  N dy   494    158545       724      3139         1     30214      9542    556809     20.14   no data  --
66.64/17.43	c  N dy   545    168756       724      3139         1     23491      9542    347912     20.17     23.59  --
71.44/18.63	c  N dy   614    179802       724      3139         1     34461      9542    675048     20.25     21.36  --
76.24/19.83	c  N dy   661    192757       724      3139         1     29460      9542    498006     20.23     21.47  --
82.59/21.44	c  N dy   724    207510       724      3139         1     25246      9542    348388     20.24     21.40  --
89.77/23.27	c  N dy   780    221847       724      3139         1     39496      9542    769076     20.23     21.31  --
95.76/24.73	c  N dy   836    236081       724      3139         1     33754      9542    573216     20.22     21.29  --
96.55/24.94	c  S st   846    237818       724      3139         1     35481      9542    625579     20.23     18.55  --
96.95/25.02	c  S st   846    238322       724      3139         1     35985      9542    639789     20.23   no data  --
96.95/25.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
96.95/25.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
96.95/25.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
96.95/25.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
96.95/25.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
96.95/25.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    724 time:  0.00 s
96.95/25.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
105.33/27.12	c lits-rem:       533  cl-subs:      403  v-elim:      0  v-fix:    0  time:  8.25 s
105.33/27.12	c vivif2 --  cl tried     3139 cl shrink        0 lits rem          0 time: 0.00
105.33/27.13	c vivif2 --  cl tried    35582 cl shrink        0 lits rem          0 time: 0.03
105.33/27.16	c asymm  cl-useful: 0/3139/3139 lits-rem:0 time: 0.13
105.33/27.16	c calculated reachability. Time: 0.00
105.33/27.16	c  N dy   846    238322       724      3139         1     35582      9542    625373     20.23   no data  --
113.30/29.17	c  N dy   928    255811       724      3139         1     32127      9542    510378     20.25     21.42  --
121.68/31.24	c  N dy   991    272451       724      3139         1     26781      9542    325527     20.22     21.57  --
130.46/33.47	c  N dy  1068    289872       724      3139         1     44065      9542    835681     20.23     26.51  --
138.45/35.40	c  F st  1158    306251       724      3139         1     37498      9542    622925     20.27     20.75  --
140.05/35.86	c  N st  1163    309548       724      3139         1     40751      9542    718884     20.27   no data  --
141.24/36.11	c Decided on static restart strategy
152.82/39.02	c  N st  1168    334554       724      3139         1     41638      9542    951087     20.27   no data  --
165.58/42.27	c  N st  1170    357483       724      3139         1     39492      9542    924094     20.27   no data  --
165.58/42.27	c  S st  1170    357483       724      3139         1     39492      9542    924094     20.27   no data  --
165.98/42.38	c  S st  1170    357989       724      3139         1     39998      9542    938439     20.27   no data  --
165.98/42.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
165.98/42.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
165.98/42.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
166.38/42.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
166.38/42.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
166.38/42.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    724 time:  0.00 s
166.38/42.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
176.77/45.07	c lits-rem:       679  cl-subs:     1810  v-elim:      0  v-fix:    0  time: 10.55 s
176.77/45.07	c vivif2 --  cl tried     3139 cl shrink        0 lits rem          0 time: 0.00
176.77/45.08	c vivif2 --  cl tried    38188 cl shrink        0 lits rem          0 time: 0.04
177.18/45.13	c asymm  cl-useful: 0/3139/3139 lits-rem:0 time: 0.18
177.18/45.13	c calculated reachability. Time: 0.00
177.18/45.13	c  N st  1170    357989       724      3139         1     38188      9542    879072     20.27   no data  --
198.30/50.42	c  N st  1171    390381       724      3139         1     44398      9542   1039368     20.27   no data  --
231.01/58.64	c  N st  1172    438969       724      3139         1     38054      9542    761220     20.27   no data  --
278.88/70.60	c  N st  1173    511851       724      3139         1     51781      9542   1178005     20.27   no data  --
293.63/74.38	c  N st  1174    536983       724      3139         1     46102      9542    986180     20.27   no data  --
293.63/74.38	c  S st  1174    536983       724      3139         1     46102      9542    986180     20.27   no data  --
294.43/74.50	c  S st  1174    537491       724      3139         1     46609      9542   1000715     20.27   no data  --
294.43/74.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
294.43/74.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
294.43/74.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.08
294.43/74.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
294.43/74.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
294.43/74.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    724 time:  0.00 s
294.43/74.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
299.64/75.82	c lits-rem:       215  cl-subs:      931  v-elim:      0  v-fix:    0  time:  5.06 s
299.64/75.83	c vivif2 --  cl tried     3139 cl shrink        0 lits rem          0 time: 0.00
299.64/75.84	c vivif2 --  cl tried    45678 cl shrink        0 lits rem          0 time: 0.04
299.64/75.89	c asymm  cl-useful: 0/3139/3139 lits-rem:0 time: 0.21
299.64/75.89	c calculated reachability. Time: 0.00
299.64/75.89	c  N st  1174    537491       724      3139         1     45678      9542    967231     20.27   no data  --
428.08/108.01	c  N st  1175    701475       724      3139         1     39681      9542    625336     20.27   no data  --
517.87/130.51	c  N st  1176    806237       724      3139         1     68822      9542   1555111     20.27   no data  --
517.87/130.51	c  S st  1176    806237       724      3139         1     68822      9542   1555111     20.27   no data  --
518.67/130.71	c  S st  1176    806739       724      3139         1     69324      9542   1569880     20.27   no data  --
518.67/130.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
518.67/130.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
518.67/130.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
518.67/130.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
518.67/130.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
518.67/130.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    724 time:  0.00 s
518.67/130.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
545.41/137.50	c lits-rem:      2532  cl-subs:     3382  v-elim:      0  v-fix:    0  time: 26.71 s
545.41/137.50	c vivif2 --  cl tried     3139 cl shrink        0 lits rem          0 time: 0.00
545.83/137.52	c vivif2 --  cl tried    65942 cl shrink        0 lits rem          0 time: 0.07
546.19/137.61	c asymm  cl-useful: 0/3139/3139 lits-rem:0 time: 0.35
546.19/137.61	c calculated reachability. Time: 0.00
546.19/137.61	c  N st  1176    806739       724      3139         1     65942      9542   1449592     20.27   no data  --
772.00/194.23	c  F st  1177   1071875       724      3139         1     81741      9542   1837821     20.27   no data  --
772.00/194.23	c  N st  1177   1071875       724      3139         1     81741      9542   1837821     20.27   no data  --
778.00/195.79	c Decided on static restart strategy
795.97/200.29	c  N st  1187   1100177       724      3139         1     65608      9542   1286924     20.27   no data  --
829.45/208.69	c  N st  1189   1136172       724      3139         1     55807      9542    905569     20.27   no data  --
860.97/216.53	c  N st  1190   1168564       724      3139         1     87585      9542   1963378     20.27   no data  --
899.27/226.12	c  N st  1191   1210111       724      3139         1     82135      9542   1757176     20.27   no data  --
899.27/226.12	c  S st  1191   1210111       724      3139         1     82135      9542   1757176     20.27   no data  --
900.07/226.35	c  S st  1191   1210617       724      3139         1     82639      9542   1771819     20.27   no data  --
900.07/226.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
900.07/226.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
900.47/226.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
900.47/226.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
900.47/226.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
900.47/226.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    724 time:  0.00 s
900.47/226.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
928.78/233.50	c lits-rem:        49  cl-subs:     3889  v-elim:      0  v-fix:    0  time: 28.03 s
928.78/233.50	c vivif2 --  cl tried     3139 cl shrink        0 lits rem          0 time: 0.00
928.78/233.52	c vivif2 --  cl tried    78750 cl shrink        0 lits rem          0 time: 0.08
929.18/233.63	c asymm  cl-useful: 0/3139/3139 lits-rem:0 time: 0.46
929.18/233.64	c calculated reachability. Time: 0.00
929.18/233.64	c  N st  1191   1210617       724      3139         1     78750      9542   1641005     20.27   no data  --
1007.78/253.36	c  N st  1192   1283503       724      3139         1     55268      9542    790347     20.27   no data  --
1115.12/280.27	c  N st  1193   1392829       724      3139         1     63519      9542   1064746     20.27   no data  --
1281.10/321.87	c  N st  1194   1556813       724      3139         1     68070      9542   1118888     20.27   no data  --
1450.67/364.32	c  N st  1195   1710618       724      3139         1    110207      9542   2510731     20.27   no data  --
1450.67/364.32	c  S st  1195   1710618       724      3139         1    110207      9542   2510731     20.27   no data  --
1452.27/364.71	c  S st  1195   1711122       724      3139         1    110711      9542   2526567     20.27   no data  --
1452.27/364.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1452.27/364.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1452.27/364.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.27
1452.67/364.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1452.67/364.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1452.67/364.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    724 time:  0.00 s
1452.67/364.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1525.28/383.02	c lits-rem:       189  cl-subs:     5348  v-elim:      0  v-fix:    0  time: 72.36 s
1525.28/383.02	c vivif2 --  cl tried     3139 cl shrink        0 lits rem          0 time: 0.00
1525.28/383.05	c vivif2 --  cl tried   105363 cl shrink        0 lits rem          0 time: 0.12
1526.08/383.21	c asymm  cl-useful: 0/3139/3139 lits-rem:0 time: 0.65
1526.08/383.22	c calculated reachability. Time: 0.00
1526.08/383.22	c  N st  1195   1711122       724      3139         1    105363      9542   2342382     20.27   no data  --
1987.73/498.98	c  N st  1196   2080086       724      3139         1    117001      9542   2596181     20.27   no data  --
2148.52/539.28	c  N st  1197   2211122       724      3139         1    121566      9542   2664886     20.27   no data  --
2148.52/539.28	c  S st  1197   2211122       724      3139         1    121566      9542   2664886     20.27   no data  --
2150.12/539.63	c  S st  1197   2211626       724      3139         1    122070      9542   2680054     20.27   no data  --
2150.12/539.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2150.12/539.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2150.52/539.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2150.52/539.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2150.52/539.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2150.52/539.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    724 time:  0.00 s
2150.52/539.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2221.95/557.68	c lits-rem:       313  cl-subs:     5481  v-elim:      0  v-fix:    0  time: 71.33 s
2221.95/557.68	c vivif2 --  cl tried     3139 cl shrink        0 lits rem          0 time: 0.00
2222.37/557.71	c vivif2 --  cl tried   116589 cl shrink        0 lits rem          0 time: 0.12
2223.13/557.90	c asymm  cl-useful: 0/3139/3139 lits-rem:0 time: 0.76
2223.13/557.90	c calculated reachability. Time: 0.00
2223.13/557.90	c  N st  1197   2211626       724      3139         1    116589      9542   2500315     20.27   no data  --
2844.69/713.77	c  N st  1198   2711626       724      3139         1    139911      9542   3300967     20.27   no data  --
2844.69/713.77	c  S st  1198   2711626       724      3139         1    139911      9542   3300967     20.27   no data  --
2846.28/714.17	c  S st  1198   2712127       724      3139         1    140412      9542   3315370     20.27   no data  --
2846.28/714.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2846.28/714.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2846.68/714.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.30
2847.08/714.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2847.08/714.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2847.08/714.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    724 time:  0.00 s
2847.08/714.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3060.94/767.96	c lits-rem:        71  cl-subs:     6896  v-elim:      0  v-fix:    0  time: 213.83 s
3060.94/767.96	c vivif2 --  cl tried     3139 cl shrink        0 lits rem          0 time: 0.00
3061.34/768.00	c vivif2 --  cl tried   133516 cl shrink        0 lits rem          0 time: 0.15
3062.14/768.23	c asymm  cl-useful: 0/3139/3139 lits-rem:0 time: 0.89
3062.14/768.23	c calculated reachability. Time: 0.00
3062.14/768.23	c  N st  1198   2712127       724      3139         1    133516      9542   3059888     20.27   no data  --
3830.30/961.02	c  N st  1199   3212127       724      3139         1    108899      9542   1988911     20.27   no data  --
3830.30/961.02	c  S st  1199   3212127       724      3139         1    108899      9542   1988911     20.27   no data  --
3831.51/961.39	c  S st  1199   3212633       724      3139         1    109405      9542   2004849     20.27   no data  --
3831.51/961.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3831.51/961.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3831.93/961.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.26
3832.29/961.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3832.29/961.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3832.29/961.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    724 time:  0.00 s
3832.29/961.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3872.59/971.62	c lits-rem:       133  cl-subs:     3133  v-elim:      0  v-fix:    0  time: 40.27 s
3872.59/971.62	c vivif2 --  cl tried     3139 cl shrink        0 lits rem          0 time: 0.00
3872.59/971.65	c vivif2 --  cl tried   106272 cl shrink        0 lits rem          0 time: 0.10
3873.39/971.84	c asymm  cl-useful: 0/3139/3139 lits-rem:0 time: 0.80
3873.39/971.85	c calculated reachability. Time: 0.00
3873.39/971.85	c  N st  1199   3212633       724      3139         1    106272      9542   1893624     20.27   no data  --
4743.99/1190.12	c  N st  1200   3712635       724      3139         1    116897      9542   2058204     20.27   no data  --
4743.99/1190.12	c  S st  1200   3712635       724      3139         1    116897      9542   2058204     20.27   no data  --
4745.17/1190.46	c  S st  1200   3713139       724      3139         1    117401      9542   2073260     20.27   no data  --
4745.17/1190.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4745.17/1190.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4745.57/1190.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
4745.57/1190.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4745.57/1190.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4745.57/1190.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    724 time:  0.00 s
4745.57/1190.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s

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

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

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


[startup+0 s]
/proc/loadavg: 7.73 8.02 8.01 6/285 4559
/proc/meminfo: memFree=19056184/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 651861622 52465664 352 33554432000 4194304 4650419 140733678401296 18446744073709551615 274664864753 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 12809 352 303 112 0 7774 0
[pid=4559/tid=4560] ppid=4557 vsize=216536 CPUtime=0 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 136 0 0 0 0 0 0 0 25 0 4 0 651861622 221732864 912 33554432000 4194304 4650419 140733678401296 18446744073709551615 274664913390 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=216536 CPUtime=0 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 164 0 0 0 0 0 0 0 25 0 4 0 651861622 221732864 912 33554432000 4194304 4650419 140733678401296 18446744073709551615 4369214 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=216536 CPUtime=0 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 117 0 0 0 0 0 0 0 25 0 4 0 651861622 221732864 913 33554432000 4194304 4650419 140733678401296 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0721011 s]
/proc/loadavg: 7.73 8.02 8.01 6/285 4559
/proc/meminfo: memFree=19056184/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=282952 CPUtime=0.26 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 1862 0 0 0 26 0 0 0 18 0 4 0 651861622 289742848 1711 33554432000 4194304 4650419 140733678401296 18446744073709551615 4363604 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 70738 1711 390 112 0 65703 0
[pid=4559/tid=4560] ppid=4557 vsize=282952 CPUtime=0.06 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 377 0 0 0 6 0 0 0 25 0 4 0 651861622 289742848 1711 33554432000 4194304 4650419 140733678401296 18446744073709551615 4329710 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=282952 CPUtime=0.06 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 439 0 0 0 6 0 0 0 18 0 4 0 651861622 289742848 1711 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=282952 CPUtime=0.06 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 231 0 0 0 6 0 0 0 25 0 4 0 651861622 289742848 1711 33554432000 4194304 4650419 140733678401296 18446744073709551615 4333890 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 282952

[startup+0.101095 s]
/proc/loadavg: 7.73 8.02 8.01 6/285 4559
/proc/meminfo: memFree=19056184/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=282952 CPUtime=0.37 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 2027 0 0 0 37 0 0 0 18 0 4 0 651861622 289742848 1876 33554432000 4194304 4650419 140733678401296 18446744073709551615 4364424 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 70738 1876 391 112 0 65703 0
[pid=4559/tid=4560] ppid=4557 vsize=282952 CPUtime=0.09 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 420 0 0 0 9 0 0 0 25 0 4 0 651861622 289742848 1876 33554432000 4194304 4650419 140733678401296 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=282952 CPUtime=0.09 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 469 0 0 0 9 0 0 0 18 0 4 0 651861622 289742848 1876 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=282952 CPUtime=0.09 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 276 0 0 0 9 0 0 0 25 0 4 0 651861622 289742848 1876 33554432000 4194304 4650419 140733678401296 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282952

[startup+0.301061 s]
/proc/loadavg: 7.73 8.02 8.01 6/285 4559
/proc/meminfo: memFree=19056184/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=284452 CPUtime=1.17 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 3277 0 0 0 117 0 0 0 18 0 4 0 651861622 291278848 2378 33554432000 4194304 4650419 140733678401296 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 71113 2379 393 112 0 66078 0
[pid=4559/tid=4560] ppid=4557 vsize=284452 CPUtime=0.29 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 711 0 0 0 29 0 0 0 25 0 4 0 651861622 291278848 2379 33554432000 4194304 4650419 140733678401296 18446744073709551615 4333403 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=284452 CPUtime=0.29 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 782 0 0 0 29 0 0 0 18 0 4 0 651861622 291278848 2379 33554432000 4194304 4650419 140733678401296 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=284452 CPUtime=0.29 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 606 0 0 0 29 0 0 0 25 0 4 0 651861622 291278848 2379 33554432000 4194304 4650419 140733678401296 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284452

[startup+0.700993 s]
/proc/loadavg: 7.73 8.02 8.01 6/285 4559
/proc/meminfo: memFree=19056184/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=285496 CPUtime=2.77 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 5122 0 0 0 276 1 0 0 18 0 4 0 651861622 292347904 3124 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 71374 3124 393 112 0 66339 0
[pid=4559/tid=4560] ppid=4557 vsize=285496 CPUtime=0.68 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 1173 0 0 0 68 0 0 0 25 0 4 0 651861622 292347904 3124 33554432000 4194304 4650419 140733678401296 18446744073709551615 4329701 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=285496 CPUtime=0.69 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 1250 0 0 0 69 0 0 0 18 0 4 0 651861622 292347904 3124 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=285496 CPUtime=0.69 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 1064 0 0 0 69 0 0 0 25 0 4 0 651861622 292347904 3124 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285496

[startup+1.50086 s]
/proc/loadavg: 7.73 8.02 8.01 9/289 4563
/proc/meminfo: memFree=19030356/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=286976 CPUtime=5.96 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 8804 0 0 0 595 1 0 0 19 0 4 0 651861622 293863424 3760 33554432000 4194304 4650419 140733678401296 18446744073709551615 4315122 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 71744 3760 394 112 0 66709 0
[pid=4559/tid=4560] ppid=4557 vsize=286976 CPUtime=1.47 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 2060 0 0 0 147 0 0 0 25 0 4 0 651861622 293863424 3760 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=286976 CPUtime=1.49 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 2212 0 0 0 149 0 0 0 19 0 4 0 651861622 293863424 3760 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=286976 CPUtime=1.49 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 1937 0 0 0 149 0 0 0 25 0 4 0 651861622 293863424 3760 33554432000 4194304 4650419 140733678401296 18446744073709551615 4363444 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286976

[startup+3.10058 s]
/proc/loadavg: 7.73 8.02 8.01 9/289 4563
/proc/meminfo: memFree=18995028/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=261016 CPUtime=11.35 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 16048 0 0 0 1110 25 0 0 23 0 4 0 651861622 267280384 8482 33554432000 4194304 4650419 140733678401296 18446744073709551615 4516296 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4559/statm: 65254 8482 395 112 0 60219 0
[pid=4559/tid=4560] ppid=4557 vsize=261016 CPUtime=3.03 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 4212 0 0 0 291 12 0 0 18 0 4 0 651861622 267280384 8482 33554432000 4194304 4650419 140733678401296 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=261016 CPUtime=2.44 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 2569 0 0 0 239 5 0 0 24 0 4 0 651861622 267280384 8482 33554432000 4194304 4650419 140733678401296 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=261016 CPUtime=3 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 4447 0 0 0 295 5 0 0 18 0 4 0 651861622 267280384 8482 33554432000 4194304 4650419 140733678401296 18446744073709551615 4328338 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.35
Current children cumulated vsize (KiB) 261016

[startup+6.30103 s]
/proc/loadavg: 7.91 8.06 8.02 9/289 4563
/proc/meminfo: memFree=18949768/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=289196 CPUtime=22.37 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 23956 0 0 0 2194 43 0 0 25 0 4 0 651861622 296136704 14883 33554432000 4194304 4650419 140733678401296 18446744073709551615 4334003 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 72299 14883 395 112 0 67264 0
[pid=4559/tid=4560] ppid=4557 vsize=289196 CPUtime=6.19 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 6648 0 0 0 606 13 0 0 25 0 4 0 651861622 296136704 14883 33554432000 4194304 4650419 140733678401296 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=289196 CPUtime=4.81 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 5567 0 0 0 472 9 0 0 25 0 4 0 651861622 296136704 14883 33554432000 4194304 4650419 140733678401296 18446744073709551615 4332022 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=289196 CPUtime=5.97 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 5645 0 0 0 590 7 0 0 25 0 4 0 651861622 296136704 14883 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.37
Current children cumulated vsize (KiB) 289196

[startup+12.7009 s]
/proc/loadavg: 7.92 8.06 8.02 9/289 4563
/proc/meminfo: memFree=18908028/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=308412 CPUtime=47.87 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 36250 0 0 0 4740 47 0 0 25 0 4 0 651861622 315813888 19806 33554432000 4194304 4650419 140733678401296 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 77103 19806 395 112 0 72068 0
[pid=4559/tid=4560] ppid=4557 vsize=308412 CPUtime=12.53 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 9507 0 0 0 1239 14 0 0 25 0 4 0 651861622 315813888 19806 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=308412 CPUtime=11.21 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 8093 0 0 0 1111 10 0 0 25 0 4 0 651861622 315813888 19806 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=308412 CPUtime=12.36 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 8982 0 0 0 1228 8 0 0 25 0 4 0 651861622 315813888 19806 33554432000 4194304 4650419 140733678401296 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 47.87
Current children cumulated vsize (KiB) 308412

[startup+25.5007 s]
/proc/loadavg: 7.94 8.05 8.01 9/289 4563
/proc/meminfo: memFree=18826080/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=422208 CPUtime=98.94 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 59095 0 0 0 9840 54 0 0 25 0 4 0 651861622 432340992 34097 33554432000 4194304 4650419 140733678401296 18446744073709551615 4438407 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 105552 34097 395 112 0 100517 0
[pid=4559/tid=4560] ppid=4557 vsize=422208 CPUtime=25.2 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 14660 0 0 0 2505 15 0 0 25 0 4 0 651861622 432340992 34097 33554432000 4194304 4650419 140733678401296 18446744073709551615 4334321 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=422208 CPUtime=24.01 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 15380 0 0 0 2389 12 0 0 25 0 4 0 651861622 432340992 34097 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=422208 CPUtime=25.16 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 13926 0 0 0 2506 10 0 0 25 0 4 0 651861622 432340992 34097 33554432000 4194304 4650419 140733678401296 18446744073709551615 4349680 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 98.94
Current children cumulated vsize (KiB) 422208

[startup+51.1003 s]
/proc/loadavg: 8.02 8.06 8.02 9/289 4564
/proc/meminfo: memFree=18760656/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=453176 CPUtime=201.09 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 83567 0 0 0 20047 62 0 0 25 0 4 0 651861622 464052224 44543 33554432000 4194304 4650419 140733678401296 18446744073709551615 4367391 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 113294 44543 395 112 0 108259 0
[pid=4559/tid=4560] ppid=4557 vsize=453176 CPUtime=50.57 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 17952 0 0 0 5041 16 0 0 25 0 4 0 651861622 464052224 44543 33554432000 4194304 4650419 140733678401296 18446744073709551615 4313456 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=453176 CPUtime=49.62 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 22786 0 0 0 4946 16 0 0 25 0 4 0 651861622 464052224 44543 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=453176 CPUtime=50.76 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 18599 0 0 0 5065 11 0 0 25 0 4 0 651861622 464052224 44543 33554432000 4194304 4650419 140733678401296 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 201.09
Current children cumulated vsize (KiB) 453176

[startup+102.31 s]
/proc/loadavg: 8.07 8.07 8.02 9/289 4565
/proc/meminfo: memFree=18676572/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=476896 CPUtime=405.38 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 118771 0 0 0 40464 74 0 0 25 0 4 0 651861622 488341504 56748 33554432000 4194304 4650419 140733678401296 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 119224 56748 395 112 0 114189 0
[pid=4559/tid=4560] ppid=4557 vsize=476896 CPUtime=101.31 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 23705 0 0 0 10112 19 0 0 25 0 4 0 651861622 488341504 56748 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=476896 CPUtime=100.83 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 29333 0 0 0 10065 18 0 0 25 0 4 0 651861622 488341504 56748 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=476896 CPUtime=101.97 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 25119 0 0 0 10184 13 0 0 25 0 4 0 651861622 488341504 56748 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 405.38
Current children cumulated vsize (KiB) 476896

[startup+162.301 s]

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

[pid=4559] ppid=4557 vsize=774480 CPUtime=2559.87 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 316169 0 0 0 255829 158 0 0 25 0 4 0 651861622 793067520 123690 33554432000 4194304 4650419 140733678401296 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 193620 123690 395 112 0 188585 0
[pid=4559/tid=4560] ppid=4557 vsize=774480 CPUtime=636.31 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 75059 0 0 0 63593 38 0 0 25 0 4 0 651861622 793067520 123691 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=774480 CPUtime=640.82 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 59907 0 0 0 64054 28 0 0 25 0 4 0 651861622 793067520 123691 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=774480 CPUtime=641.99 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 51332 0 0 0 64174 25 0 0 25 0 4 0 651861622 793067520 123691 33554432000 4194304 4650419 140733678401296 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2559.87
Current children cumulated vsize (KiB) 774480

[startup+702.301 s]
/proc/loadavg: 8.24 8.16 8.07 9/289 4590
/proc/meminfo: memFree=18138528/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=737360 CPUtime=2799.19 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 325520 0 0 0 279755 164 0 0 25 0 4 0 651861622 755056640 127603 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 184340 127603 395 112 0 179305 0
[pid=4559/tid=4560] ppid=4557 vsize=737360 CPUtime=695.76 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 78674 0 0 0 69536 40 0 0 25 0 4 0 651861622 755056640 127603 33554432000 4194304 4650419 140733678401296 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=737360 CPUtime=700.8 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 60409 0 0 0 70052 28 0 0 25 0 4 0 651861622 755056640 127603 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=737360 CPUtime=701.97 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 52625 0 0 0 70172 25 0 0 25 0 4 0 651861622 755056640 127603 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2799.19
Current children cumulated vsize (KiB) 737360

[startup+762.311 s]
/proc/loadavg: 8.14 8.15 8.07 9/289 4592
/proc/meminfo: memFree=18083948/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=775600 CPUtime=3038.65 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 339806 0 0 0 303697 168 0 0 25 0 4 0 651861622 794214400 128771 33554432000 4194304 4650419 140733678401296 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 193900 128771 395 112 0 188865 0
[pid=4559/tid=4560] ppid=4557 vsize=775600 CPUtime=755.21 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 80232 0 0 0 75481 40 0 0 25 0 4 0 651861622 794214400 128771 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=775600 CPUtime=760.82 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 61152 0 0 0 76053 29 0 0 25 0 4 0 651861622 794214400 128771 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=775600 CPUtime=761.99 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 54534 0 0 0 76172 27 0 0 25 0 4 0 651861622 794214400 128771 33554432000 4194304 4650419 140733678401296 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3038.65
Current children cumulated vsize (KiB) 775600

[startup+822.301 s]
/proc/loadavg: 8.24 8.17 8.08 9/289 4593
/proc/meminfo: memFree=18113444/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=737600 CPUtime=3278 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 354848 0 0 0 327624 176 0 0 25 0 4 0 651861622 755302400 131681 33554432000 4194304 4650419 140733678401296 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 184400 131681 395 112 0 179365 0
[pid=4559/tid=4560] ppid=4557 vsize=737600 CPUtime=814.65 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 84298 0 0 0 81423 42 0 0 25 0 4 0 651861622 755302400 131681 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=737600 CPUtime=820.81 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 65191 0 0 0 82050 31 0 0 25 0 4 0 651861622 755302400 131681 33554432000 4194304 4650419 140733678401296 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=737600 CPUtime=821.97 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 57805 0 0 0 82169 28 0 0 25 0 4 0 651861622 755302400 131681 33554432000 4194304 4650419 140733678401296 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3278
Current children cumulated vsize (KiB) 737600

[startup+882.301 s]
/proc/loadavg: 8.21 8.16 8.08 9/289 4595
/proc/meminfo: memFree=18105616/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=796548 CPUtime=3517.41 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 365787 0 0 0 351558 183 0 0 25 0 4 0 651861622 815665152 133453 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 199137 133453 395 112 0 194102 0
[pid=4559/tid=4560] ppid=4557 vsize=796548 CPUtime=874.09 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 88444 0 0 0 87365 44 0 0 25 0 4 0 651861622 815665152 133453 33554432000 4194304 4650419 140733678401296 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=796548 CPUtime=880.81 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 67588 0 0 0 88048 33 0 0 25 0 4 0 651861622 815665152 133453 33554432000 4194304 4650419 140733678401296 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=796548 CPUtime=881.98 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 61099 0 0 0 88168 30 0 0 25 0 4 0 651861622 815665152 133453 33554432000 4194304 4650419 140733678401296 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3517.41
Current children cumulated vsize (KiB) 796548

[startup+942.301 s]
/proc/loadavg: 8.18 8.16 8.09 10/290 4600
/proc/meminfo: memFree=18082404/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=912948 CPUtime=3756.74 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 376913 0 0 0 375485 189 0 0 25 0 4 0 651861622 934858752 138939 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 228237 138939 395 112 0 223202 0
[pid=4559/tid=4560] ppid=4557 vsize=912948 CPUtime=933.46 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 95089 0 0 0 93300 46 0 0 25 0 4 0 651861622 934858752 138939 33554432000 4194304 4650419 140733678401296 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=912948 CPUtime=940.81 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 68707 0 0 0 94047 34 0 0 25 0 4 0 651861622 934858752 138939 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=912948 CPUtime=941.98 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 63239 0 0 0 94167 31 0 0 25 0 4 0 651861622 934858752 138939 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3756.74
Current children cumulated vsize (KiB) 912948

[startup+1002.3 s]
/proc/loadavg: 8.31 8.22 8.11 9/289 4601
/proc/meminfo: memFree=18080040/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=771532 CPUtime=3994.66 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 386649 0 0 0 399266 200 0 0 25 0 4 0 651861622 790048768 141794 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 192883 141794 395 112 0 187848 0
[pid=4559/tid=4560] ppid=4557 vsize=771532 CPUtime=992.62 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 97573 0 0 0 99215 47 0 0 25 0 4 0 651861622 790048768 141794 33554432000 4194304 4650419 140733678401296 18446744073709551615 4331155 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=771532 CPUtime=1000.75 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 71899 0 0 0 100038 37 0 0 25 0 4 0 651861622 790048768 141794 33554432000 4194304 4650419 140733678401296 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=771532 CPUtime=1001.74 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 66229 0 0 0 100141 33 0 0 25 0 4 0 651861622 790048768 141794 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3994.66
Current children cumulated vsize (KiB) 771532

[startup+1062.3 s]
/proc/loadavg: 8.20 8.20 8.11 9/289 4603
/proc/meminfo: memFree=18035144/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=946124 CPUtime=4234.06 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 404061 0 0 0 423196 210 0 0 25 0 4 0 651861622 968830976 153617 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365330 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 236531 153617 395 112 0 231496 0
[pid=4559/tid=4560] ppid=4557 vsize=946124 CPUtime=1052.07 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 103532 0 0 0 105157 50 0 0 25 0 4 0 651861622 968830976 153617 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=946124 CPUtime=1060.75 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 77170 0 0 0 106034 41 0 0 25 0 4 0 651861622 968830976 153617 33554432000 4194304 4650419 140733678401296 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=946124 CPUtime=1061.74 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 71434 0 0 0 106139 35 0 0 25 0 4 0 651861622 968830976 153617 33554432000 4194304 4650419 140733678401296 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4234.06
Current children cumulated vsize (KiB) 946124

[startup+1122.3 s]
/proc/loadavg: 8.24 8.21 8.11 9/289 4604
/proc/meminfo: memFree=18005372/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=904644 CPUtime=4473.47 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 419471 0 0 0 447128 219 0 0 25 0 4 0 651861622 926355456 157503 33554432000 4194304 4650419 140733678401296 18446744073709551615 4366896 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 226161 157503 395 112 0 221126 0
[pid=4559/tid=4560] ppid=4557 vsize=904644 CPUtime=1111.52 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 107563 0 0 0 111100 52 0 0 25 0 4 0 651861622 926355456 157503 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=904644 CPUtime=1120.75 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 81689 0 0 0 112032 43 0 0 25 0 4 0 651861622 926355456 157503 33554432000 4194304 4650419 140733678401296 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=904644 CPUtime=1121.74 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 77209 0 0 0 112136 38 0 0 25 0 4 0 651861622 926355456 157503 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4473.47
Current children cumulated vsize (KiB) 904644

[startup+1182.3 s]
/proc/loadavg: 8.21 8.20 8.11 9/289 4606
/proc/meminfo: memFree=18010688/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=838264 CPUtime=4712.86 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 430608 0 0 0 471060 226 0 0 25 0 4 0 651861622 858382336 150843 33554432000 4194304 4650419 140733678401296 18446744073709551615 4328292 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 209566 150843 395 112 0 204531 0
[pid=4559/tid=4560] ppid=4557 vsize=838264 CPUtime=1170.96 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 111074 0 0 0 117043 53 0 0 25 0 4 0 651861622 858382336 150843 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=838264 CPUtime=1180.76 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 85684 0 0 0 118030 46 0 0 25 0 4 0 651861622 858382336 150843 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=838264 CPUtime=1181.74 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 79348 0 0 0 118135 39 0 0 25 0 4 0 651861622 858382336 150843 33554432000 4194304 4650419 140733678401296 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4712.86
Current children cumulated vsize (KiB) 838264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.2 s]
/proc/loadavg: 7.81 8.12 8.08 5/281 4625
/proc/meminfo: memFree=18459940/32951132 swapFree=67093824/67111528
[pid=4559] ppid=4557 vsize=892904 CPUtime=4800.26 cores=0,2,4,6
/proc/4559/stat : 4559 (strangenight1-m) R 4557 4559 4127 0 -1 4202496 433276 0 0 0 479798 228 0 0 25 0 4 0 651861622 914333696 152955 33554432000 4194304 4650419 140733678401296 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4559/statm: 223226 152955 395 112 0 218191 0
[pid=4559/tid=4560] ppid=4557 vsize=892904 CPUtime=1192.66 cores=0,2,4,6
/proc/4559/task/4560/stat : 4560 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 112008 0 0 0 119213 53 0 0 25 0 4 0 651861622 914333696 152955 33554432000 4194304 4650419 140733678401296 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4559/tid=4561] ppid=4557 vsize=892904 CPUtime=1202.67 cores=0,2,4,6
/proc/4559/task/4561/stat : 4561 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 86678 0 0 0 120220 47 0 0 25 0 4 0 651861622 914333696 152955 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4559/tid=4562] ppid=4557 vsize=892904 CPUtime=1203.65 cores=0,2,4,6
/proc/4559/task/4562/stat : 4562 (strangenight1-m) R 4557 4559 4127 0 -1 4202560 79908 0 0 0 120325 40 0 0 25 0 4 0 651861622 914333696 152955 33554432000 4194304 4650419 140733678401296 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 892904

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): 1204.25
CPU time (s): 4800.33
CPU user time (s): 4798.02
CPU system time (s): 2.31765
CPU usage (%): 398.617
Max. virtual memory (cumulated for all children) (KiB): 960504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.02
system time used= 2.31765
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 433277
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= 506
involuntary context switches= 22275

runsolver used 3.22851 second user time and 7.73182 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-14 21:50:20
IDJOB=3368770
IDBENCH=82779
IDSOLVER=1846
FILE ID=node131/3368770-1305402620
RUNJOBID= node131-1305401413-4441
PBS_JOBID= 13324467
Free space on /tmp= 73684 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v750-c3195-S1378008329-078.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368770-1305402620/watcher-3368770-1305402620 -o /tmp/evaluation-result-3368770-1305402620/solver-3368770-1305402620 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368770-1305402620.cnf

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

MD5SUM BENCH= d50cd6e15bea1958cfdf9785772f4ad7
RANDOM SEED=2094167038

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19056464 kB
Buffers:        270584 kB
Cached:        3638984 kB
SwapCached:       1504 kB
Active:       10574004 kB
Inactive:      3064272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19056464 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           12400 kB
Writeback:          16 kB
AnonPages:     9726876 kB
Mapped:          27156 kB
Slab:           163888 kB
PageTables:      31292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28089072 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73684 MiB
End job on node131 at 2011-05-14 22:10:26