Trace number 3175133

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.46 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S525571208-063.SATISFIABLE.cnf
MD5SUM0d5db3c80640d96c57ce9e3d0b9dc725
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.020995
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
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-3175133-1304090458.cnf'
0.00/0.00	c -- header says num vars:            650
0.00/0.00	c -- header says num clauses:        2769
0.00/0.00	c -- clauses added:            0 learnts,         2769 normals,            0 xors
0.00/0.00	c -- vars added        650
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       650      2769         0         0      8307         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2769/2769 lits-rem:0 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:        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:    650 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.10	c lits-rem:         0  cl-subs:        0  v-elim:     20  v-fix:    0  time:  0.01 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     282 undec:      72 neg:     296
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       630      2742         0         0      8360         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.50/0.17	c  N st     8      4917       630      2742         0      4845      8360    140073   no data   no data  --
1.58/0.46	c  N st    10     11302       630      2742         0      4484      8360     94812   no data   no data  --
2.78/0.75	c  N st    11     17046       630      2742         0     10142      8360    263793   no data   no data  --
4.39/1.17	c  F st    12     25004       630      2742         0     12424      8360    323388   no data   no data  --
4.39/1.18	c  N st    12     25004       630      2742         0     12424      8360    323388   no data   no data  --
5.58/1.44	c  N dy    18     30002       630      2742         0     10675      8360    237913   no data   no data  --
5.58/1.44	c  S st    18     30002       630      2742         0     10675      8360    237913   no data   no data  --
5.58/1.47	c  S st    18     30506       630      2742         0     11179      8360    251291   no data   no data  --
5.58/1.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.58/1.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.58/1.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
5.58/1.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.58/1.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.58/1.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    630 time:  0.00 s
5.58/1.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.78/1.73	c lits-rem:       140  cl-subs:      467  v-elim:      0  v-fix:    0  time:  0.98 s
6.78/1.74	c asymm  cl-useful: 0/2742/2742 lits-rem:0 time: 0.04
6.78/1.74	c calculated reachability. Time: 0.00
6.78/1.74	c  N dy    18     30506       630      2742         0     10712      8360    236392   no data   no data  --
7.57/1.98	c  N dy    32     34541       630      2742         0     14703      8360    342724     17.93     18.96  --
9.20/2.30	c  N dy    56     40171       630      2742         0     12474      8360    237832     18.35     19.38  --
9.97/2.58	c  N dy    65     44246       630      2742         0     16503      8360    342681     18.23     19.19  --
10.77/2.70	c  S st    70     45759       630      2742         0      9151      8360    116708     18.17     16.31  --
10.77/2.73	c  S st    70     46263       630      2742         0      9655      8360    130264     18.17   no data  --
10.77/2.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.77/2.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.77/2.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.77/2.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.77/2.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.77/2.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    630 time:  0.00 s
10.77/2.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.17/2.82	c lits-rem:        21  cl-subs:       30  v-elim:      0  v-fix:    0  time:  0.35 s
11.17/2.82	c vivif2 --  cl tried     2742 cl shrink        0 lits rem          0 time: 0.00
11.17/2.82	c vivif2 --  cl tried     9625 cl shrink        0 lits rem          0 time: 0.00
11.17/2.83	c asymm  cl-useful: 0/2742/2742 lits-rem:0 time: 0.03
11.17/2.83	c calculated reachability. Time: 0.00
11.17/2.83	c  N dy    70     46263       630      2742         0      9625      8360    129466     18.17   no data  --
11.97/3.06	c  N dy    98     50487       630      2742         0     13814      8360    242373     18.38     19.35  --
13.19/3.35	c  N dy   113     54784       630      2742         0     18073      8360    352993     18.33     19.37  --
14.36/3.61	c  N dy   134     58800       630      2742         0     12183      8360    173340     18.37     21.71  --
15.16/3.86	c  N dy   158     62819       630      2742         0     16172      8360    282423     18.43     19.70  --
16.36/4.15	c  N dy   180     66870       630      2742         0     20191      8360    393602     18.46     19.70  --
17.16/4.35	c  S st   201     69396       630      2742         0     11799      8360    139955     18.57   no data  --
17.16/4.38	c  S st   201     69898       630      2742         0     12301      8360    152902     18.57   no data  --
17.16/4.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.16/4.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.16/4.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
17.16/4.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.16/4.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.16/4.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    630 time:  0.00 s
17.16/4.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.98/4.55	c lits-rem:        16  cl-subs:        9  v-elim:      0  v-fix:    0  time:  0.62 s
17.98/4.55	c vivif2 --  cl tried     2742 cl shrink        0 lits rem          0 time: 0.00
17.98/4.55	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
17.98/4.56	c asymm  cl-useful: 0/2742/2742 lits-rem:0 time: 0.04
17.98/4.56	c calculated reachability. Time: 0.00
17.98/4.56	c  N dy   201     69898       630      2742         0     12292      8360    152587     18.57   no data  --
19.15/4.86	c  N dy   226     74357       630      2742         0     16706      8360    269876     18.62     19.66  --
20.75/5.26	c  N dy   242     79376       630      2742         0     21681      8360    405931     18.60     19.61  --
22.37/5.67	c  N dy   262     84877       630      2742         0     15240      8360    206184     18.57     19.57  --
23.15/5.85	c  F st   270     87500       630      2742         0     17841      8360    276021     18.53     17.26  --
24.35/6.10	c  N st   275     90800       630      2742         0     21107      8360    368063     18.53   no data  --
24.75/6.24	c Decided on static restart strategy
26.77/6.78	c  N st   278     99811       630      2742         0     17114      8360    370059     18.53   no data  --
28.34/7.19	c  S st   279    104847       630      2742         0     22073      8360    508273     18.53   no data  --
28.75/7.24	c  S st   279    105353       630      2742         0     22578      8360    522534     18.53   no data  --
28.75/7.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.75/7.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.75/7.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
28.75/7.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.75/7.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.75/7.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    630 time:  0.00 s
28.75/7.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
35.16/8.84	c lits-rem:       894  cl-subs:      954  v-elim:      0  v-fix:    0  time:  6.26 s
35.16/8.84	c vivif2 --  cl tried     2742 cl shrink        0 lits rem          0 time: 0.00
35.16/8.85	c vivif2 --  cl tried    21624 cl shrink        0 lits rem          0 time: 0.02
35.16/8.87	c asymm  cl-useful: 0/2742/2742 lits-rem:0 time: 0.08
35.16/8.87	c calculated reachability. Time: 0.00
35.16/8.87	c  N st   279    105353       630      2742         0     21624      8360    491658     18.53   no data  --
38.74/9.71	c  N st   280    114952       630      2742         0     17296      8360    322014     18.53   no data  --
44.34/11.13	c  N st   281    129349       630      2742         0     16720      8360    324196     18.53   no data  --
51.91/13.07	c  N st   282    150944       630      2742         0     22269      8360    439896     18.53   no data  --
54.72/13.75	c  S st   283    158031       630      2742         0     29238      8360    629143     18.53   no data  --
55.12/13.81	c  S st   283    158533       630      2742         0     29738      8360    642587     18.53   no data  --
55.12/13.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.12/13.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.12/13.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
55.12/13.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.12/13.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.12/13.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    630 time:  0.00 s
55.12/13.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
62.30/15.67	c lits-rem:       514  cl-subs:     1066  v-elim:      0  v-fix:    0  time:  7.30 s
62.30/15.67	c vivif2 --  cl tried     2742 cl shrink        0 lits rem          0 time: 0.00
62.30/15.68	c vivif2 --  cl tried    28672 cl shrink        0 lits rem          0 time: 0.02
62.70/15.71	c asymm  cl-useful: 0/2742/2742 lits-rem:0 time: 0.09
62.70/15.71	c calculated reachability. Time: 0.00
62.70/15.71	c  N st   283    158533       630      2742         0     28672      8360    610129     18.53   no data  --
84.27/21.13	c  N st   284    207121       630      2742         0     23265      8360    407055     18.53   no data  --
98.65/24.70	c  N st   285    237800       630      2742         0     33814      8360    709724     18.53   no data  --
98.65/24.70	c  S st   285    237800       630      2742         0     33814      8360    709724     18.53   no data  --
99.05/24.80	c  S st   285    238303       630      2742         0     34316      8360    723366     18.53   no data  --
99.05/24.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
99.05/24.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
99.05/24.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
99.05/24.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.05/24.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.05/24.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    630 time:  0.00 s
99.05/24.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
108.24/27.17	c lits-rem:       882  cl-subs:     1167  v-elim:      0  v-fix:    0  time:  9.29 s
108.24/27.17	c vivif2 --  cl tried     2742 cl shrink        0 lits rem          0 time: 0.00
108.24/27.17	c vivif2 --  cl tried    33149 cl shrink        0 lits rem          0 time: 0.03
108.64/27.21	c asymm  cl-useful: 0/2742/2742 lits-rem:0 time: 0.12
108.64/27.21	c calculated reachability. Time: 0.00
108.64/27.21	c  N st   285    238303       630      2742         0     33149      8360    685127     18.53   no data  --
143.40/35.94	c  F st   286    306250       630      2742         0     35143      8360    708222     18.53   no data  --
143.40/35.94	c  N st   286    306250       630      2742         0     35143      8360    708222     18.53   no data  --
146.19/36.69	c Decided on static restart strategy
159.38/39.92	c  N st   296    334553       630      2742         0     39343      8360    772241     18.53   no data  --
171.37/42.92	c  N st   298    357454       630      2742         0     37296      8360    688972     18.53   no data  --
171.37/42.92	c  S st   298    357454       630      2742         0     37296      8360    688972     18.53   no data  --
171.78/43.01	c  S st   298    357959       630      2742         0     37801      8360    702012     18.53   no data  --
171.78/43.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
171.78/43.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
171.78/43.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
171.78/43.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
171.78/43.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
171.78/43.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    630 time:  0.00 s
171.78/43.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
179.35/44.97	c lits-rem:      1095  cl-subs:      845  v-elim:      0  v-fix:    0  time:  7.69 s
179.35/44.97	c vivif2 --  cl tried     2742 cl shrink        0 lits rem          0 time: 0.00
179.35/44.98	c vivif2 --  cl tried    36956 cl shrink        0 lits rem          0 time: 0.03
179.75/45.02	c asymm  cl-useful: 0/2742/2742 lits-rem:0 time: 0.14
179.75/45.02	c calculated reachability. Time: 0.00
179.75/45.02	c  N st   298    357959       630      2742         0     36956      8360    673920     18.53   no data  --
197.33/49.41	c  N st   299    390351       630      2742         0     43202      8360    846353     18.53   no data  --
222.89/55.87	c  N st   300    438940       630      2742         0     36998      8360    638446     18.53   no data  --
266.44/66.73	c  N st   301    511822       630      2742         0     50459      8360   1001106     18.53   no data  --
280.81/70.30	c  N st   302    536939       630      2742         0     44712      8360    776256     18.53   no data  --
280.81/70.30	c  S st   302    536939       630      2742         0     44712      8360    776256     18.53   no data  --
281.23/70.42	c  S st   302    537442       630      2742         0     45214      8360    790599     18.53   no data  --
281.23/70.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
281.23/70.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
281.23/70.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
281.23/70.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
281.23/70.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
281.23/70.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    630 time:  0.00 s
281.23/70.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
290.43/72.79	c lits-rem:       496  cl-subs:     1524  v-elim:      0  v-fix:    0  time:  9.28 s
290.43/72.79	c vivif2 --  cl tried     2742 cl shrink        0 lits rem          0 time: 0.00
290.80/72.80	c vivif2 --  cl tried    43690 cl shrink        0 lits rem          0 time: 0.04
290.80/72.84	c asymm  cl-useful: 0/2742/2742 lits-rem:0 time: 0.19
290.80/72.85	c calculated reachability. Time: 0.00
290.80/72.85	c  N st   302    537442       630      2742         0     43690      8360    746592     18.53   no data  --
414.24/103.75	c  N st   303    701428       630      2742         0     37599      8360    467800     18.53   no data  --
493.73/123.66	c  N st   304    806163       630      2742         0     66967      8360   1287138     18.53   no data  --
493.73/123.66	c  S st   304    806163       630      2742         0     66967      8360   1287138     18.53   no data  --
494.53/123.86	c  S st   304    806666       630      2742         0     67470      8360   1300269     18.53   no data  --
494.53/123.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
494.53/123.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
494.93/123.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
494.93/123.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
494.93/123.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
494.93/123.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    630 time:  0.00 s
494.93/123.94	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
511.71/128.11	c lits-rem:        43  cl-subs:     3139  v-elim:      0  v-fix:    0  time: 16.63 s
511.71/128.11	c vivif2 --  cl tried     2742 cl shrink        0 lits rem          0 time: 0.00
511.71/128.12	c vivif2 --  cl tried    64331 cl shrink        0 lits rem          0 time: 0.06
512.11/128.20	c asymm  cl-useful: 0/2742/2742 lits-rem:0 time: 0.32
512.11/128.21	c calculated reachability. Time: 0.00
512.11/128.21	c  N st   304    806666       630      2742         0     64331      8360   1207544     18.53   no data  --
740.20/185.32	c  F st   305   1071875       630      2742         0     80244      8360   1567122     18.53   no data  --
740.20/185.32	c  N st   305   1071875       630      2742         0     80244      8360   1567122     18.53   no data  --
745.80/186.73	c Decided on static restart strategy
762.97/191.06	c  N st   315   1100178       630      2742         0     63991      8360   1080444     18.53   no data  --
794.53/198.90	c  N st   317   1136170       630      2742         0     54167      8360    755662     18.53   no data  --
825.69/206.73	c  N st   318   1168562       630      2742         0     86026      8360   1751650     18.53   no data  --
862.84/216.07	c  N st   319   1209999       630      2742         0     80518      8360   1560177     18.53   no data  --
862.84/216.07	c  S st   319   1209999       630      2742         0     80518      8360   1560177     18.53   no data  --
864.04/216.32	c  S st   319   1210499       630      2742         0     81018      8360   1574084     18.53   no data  --
864.04/216.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
864.04/216.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
864.04/216.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
864.43/216.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
864.43/216.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
864.43/216.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    630 time:  0.00 s
864.43/216.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
887.21/222.11	c lits-rem:       258  cl-subs:     2888  v-elim:      0  v-fix:    0  time: 22.73 s
887.21/222.11	c vivif2 --  cl tried     2742 cl shrink        0 lits rem          0 time: 0.00
887.21/222.12	c vivif2 --  cl tried    78130 cl shrink        0 lits rem          0 time: 0.07
887.62/222.23	c asymm  cl-useful: 0/2742/2742 lits-rem:0 time: 0.42
887.62/222.23	c calculated reachability. Time: 0.00
887.62/222.23	c  N st   319   1210499       630      2742         0     78130      8360   1479160     18.53   no data  --
966.71/242.08	c  N st   320   1283382       630      2742         0     54384      8360    707964     18.53   no data  --
1081.37/270.72	c  N st   321   1392705       630      2742         0     62727      8360    915130     18.53   no data  --
1249.12/312.79	c  N st   322   1556689       630      2742         0     67314      8360    987344     18.53   no data  --
1408.91/352.74	c  N st   323   1710500       630      2742         0    109245      8360   2230706     18.53   no data  --
1408.91/352.74	c  S st   323   1710500       630      2742         0    109245      8360   2230706     18.53   no data  --
1410.11/353.09	c  S st   323   1711001       630      2742         0    109744      8360   2245062     18.53   no data  --
1410.11/353.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1410.11/353.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1410.52/353.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
1410.92/353.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1410.92/353.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1410.92/353.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    630 time:  0.00 s
1410.92/353.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1482.01/371.10	c lits-rem:       147  cl-subs:     6652  v-elim:      0  v-fix:    0  time: 71.32 s
1482.01/371.10	c vivif2 --  cl tried     2742 cl shrink        0 lits rem          0 time: 0.00
1482.41/371.12	c vivif2 --  cl tried   103092 cl shrink        0 lits rem          0 time: 0.10
1482.81/371.27	c asymm  cl-useful: 0/2742/2742 lits-rem:0 time: 0.60
1482.81/371.28	c calculated reachability. Time: 0.00
1482.81/371.28	c  N st   323   1711001       630      2742         0    103092      8360   2047647     18.53   no data  --
1908.63/477.87	c  N st   324   2079965       630      2742         0    114787      8360   2338739     18.53   no data  --
2071.22/518.57	c  N st   325   2211001       630      2742         0    119233      8360   2358496     18.53   no data  --
2071.22/518.57	c  S st   325   2211001       630      2742         0    119233      8360   2358496     18.53   no data  --
2072.82/518.98	c  S st   325   2211502       630      2742         0    119734      8360   2373366     18.53   no data  --
2072.82/518.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2072.82/518.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2073.21/519.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2073.61/519.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2073.61/519.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2073.61/519.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    630 time:  0.00 s
2073.61/519.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2139.94/535.74	c lits-rem:       248  cl-subs:     6136  v-elim:      0  v-fix:    0  time: 66.32 s
2139.94/535.74	c vivif2 --  cl tried     2742 cl shrink        0 lits rem          0 time: 0.00
2139.94/535.77	c vivif2 --  cl tried   113598 cl shrink        0 lits rem          0 time: 0.11
2140.72/535.93	c asymm  cl-useful: 0/2742/2742 lits-rem:0 time: 0.66
2140.72/535.94	c calculated reachability. Time: 0.00
2140.72/535.94	c  N st   325   2211502       630      2742         0    113598      8360   2197309     18.53   no data  --
2769.89/693.44	c  N st   326   2711502       630      2742         0    136936      8360   2829380     18.53   no data  --
2769.89/693.44	c  S st   326   2711502       630      2742         0    136936      8360   2829380     18.53   no data  --
2771.88/693.91	c  S st   326   2712007       630      2742         0    137441      8360   2844081     18.53   no data  --
2771.88/693.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2771.88/693.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2771.88/693.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.30
2772.28/694.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2772.28/694.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2772.28/694.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    630 time:  0.00 s
2772.28/694.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2872.95/719.20	c lits-rem:       156  cl-subs:     7590  v-elim:      0  v-fix:    0  time: 100.29 s
2872.95/719.20	c vivif2 --  cl tried     2742 cl shrink        0 lits rem          0 time: 0.00
2872.95/719.24	c vivif2 --  cl tried   129851 cl shrink        0 lits rem          0 time: 0.13
2873.76/719.44	c asymm  cl-useful: 0/2742/2742 lits-rem:0 time: 0.80
2873.76/719.44	c calculated reachability. Time: 0.00
2873.76/719.44	c  N st   326   2712007       630      2742         0    129851      8360   2633161     18.53   no data  --
3616.77/905.40	c  N st   327   3212008       630      2742         0    105528      8360   1586325     18.53   no data  --
3616.77/905.40	c  S st   327   3212008       630      2742         0    105528      8360   1586325     18.53   no data  --
3617.94/905.71	c  S st   327   3212510       630      2742         0    106030      8360   1599602     18.53   no data  --
3617.94/905.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3617.94/905.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3617.94/905.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
3618.35/905.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3618.35/905.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3618.35/905.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    630 time:  0.00 s
3618.35/905.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3639.92/911.24	c lits-rem:        69  cl-subs:     4013  v-elim:      0  v-fix:    0  time: 21.64 s
3639.92/911.24	c vivif2 --  cl tried     2742 cl shrink        0 lits rem          0 time: 0.00
3639.92/911.26	c vivif2 --  cl tried   102017 cl shrink        0 lits rem          0 time: 0.08
3640.72/911.40	c asymm  cl-useful: 0/2742/2742 lits-rem:0 time: 0.57
3640.72/911.41	c calculated reachability. Time: 0.00
3640.72/911.41	c  N st   327   3212510       630      2742         0    102017      8360   1497542     18.53   no data  --
4478.79/1121.27	c  N st   328   3712510       630      2742         0    112429      8360   1673314     18.53   no data  --
4478.79/1121.27	c  S st   328   3712510       630      2742         0    112429      8360   1673314     18.53   no data  --
4480.39/1121.60	c  S st   328   3713013       630      2742         0    112932      8360   1687747     18.53   no data  --
4480.39/1121.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4480.39/1121.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4480.39/1121.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
4480.79/1121.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4480.79/1121.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4480.79/1121.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    630 time:  0.00 s
4480.79/1121.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4511.56/1129.43	c lits-rem:       183  cl-subs:     4663  v-elim:      0  v-fix:    0  time: 30.76 s
4511.56/1129.43	c vivif2 --  cl tried     2742 cl shrink        0 lits rem          0 time: 0.00
4511.56/1129.45	c vivif2 --  cl tried   108269 cl shrink        0 lits rem          0 time: 0.08
4512.36/1129.60	c asymm  cl-useful: 0/2742/2742 lits-rem:0 time: 0.62
4512.36/1129.61	c calculated reachability. Time: 0.00
4512.36/1129.61	c  N st   328   3713013       630      2742         0    108269      8360   1565607     18.53   no data  --
4580.66/1146.71	c  F st   329   3751562       630      2742         0    145993      8360   2674831     18.53   no data  --
4580.66/1146.71	c  N st   329   3751562       630      2742         0    145993      8360   2674831     18.53   no data  --
4595.05/1150.31	c Decided on static restart strategy
4642.17/1162.11	c  N st   339   3779866       630      2742         0     90777      8360   1051512     18.53   no data  --
4687.71/1173.58	c  N st   341   3815860       630      2742         0    126149      8360   2141336     18.53   no data  --
4744.06/1187.63	c  N st   342   3848252       630      2742         0    157895      8360   3062123     18.53   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-3175133-1304090458/watcher-3175133-1304090458 -o /tmp/evaluation-result-3175133-1304090458/solver-3175133-1304090458 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175133-1304090458.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: 7.34 7.79 6.58 5/180 18524
/proc/meminfo: memFree=30163772/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 520648178 52465664 352 33554432000 4194304 4650419 140734309701728 18446744073709551615 47364103206832 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 12809 352 303 112 0 7774 0
[pid=18524/tid=18525] ppid=18522 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 520648178 52465664 352 33554432000 4194304 4650419 140734309701728 18446744073709551615 212436073457 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 520648178 52465664 352 33554432000 4194304 4650419 140734309701728 18446744073709551615 47364103206828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 520648178 52465664 352 33554432000 4194304 4650419 140734309701728 18446744073709551615 47364103206834 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.129343 s]
/proc/loadavg: 7.34 7.79 6.58 5/180 18524
/proc/meminfo: memFree=30163772/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=282892 CPUtime=0.5 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 2066 0 0 0 50 0 0 0 25 0 4 0 520648178 289681408 1901 33554432000 4194304 4650419 140734309701728 18446744073709551615 4333767 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 70723 1901 391 112 0 65688 0
[pid=18524/tid=18525] ppid=18522 vsize=282892 CPUtime=0.12 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 458 0 0 0 12 0 0 0 25 0 4 0 520648178 289681408 1901 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=282892 CPUtime=0.12 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 431 0 0 0 12 0 0 0 25 0 4 0 520648178 289681408 1901 33554432000 4194304 4650419 140734309701728 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=282892 CPUtime=0.12 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 320 0 0 0 12 0 0 0 25 0 4 0 520648178 289681408 1901 33554432000 4194304 4650419 140734309701728 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 282892

[startup+0.200331 s]
/proc/loadavg: 7.34 7.79 6.58 5/180 18524
/proc/meminfo: memFree=30163772/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=284152 CPUtime=0.78 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 2729 0 0 0 78 0 0 0 25 0 4 0 520648178 290971648 1889 33554432000 4194304 4650419 140734309701728 18446744073709551615 4364424 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 71038 1890 393 112 0 66003 0
[pid=18524/tid=18525] ppid=18522 vsize=284152 CPUtime=0.19 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 621 0 0 0 19 0 0 0 25 0 4 0 520648178 290971648 1890 33554432000 4194304 4650419 140734309701728 18446744073709551615 4363520 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=284152 CPUtime=0.19 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 599 0 0 0 19 0 0 0 25 0 4 0 520648178 290971648 1890 33554432000 4194304 4650419 140734309701728 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=284152 CPUtime=0.19 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 486 0 0 0 19 0 0 0 25 0 4 0 520648178 290971648 1890 33554432000 4194304 4650419 140734309701728 18446744073709551615 4334635 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 284152

[startup+0.300311 s]
/proc/loadavg: 7.34 7.79 6.58 5/180 18524
/proc/meminfo: memFree=30163772/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=284152 CPUtime=1.18 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 3150 0 0 0 118 0 0 0 25 0 4 0 520648178 290971648 2310 33554432000 4194304 4650419 140734309701728 18446744073709551615 4366865 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 71038 2310 393 112 0 66003 0
[pid=18524/tid=18525] ppid=18522 vsize=284152 CPUtime=0.29 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 727 0 0 0 29 0 0 0 25 0 4 0 520648178 290971648 2310 33554432000 4194304 4650419 140734309701728 18446744073709551615 4334268 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=284152 CPUtime=0.29 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 706 0 0 0 29 0 0 0 25 0 4 0 520648178 290971648 2310 33554432000 4194304 4650419 140734309701728 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=284152 CPUtime=0.29 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 591 0 0 0 29 0 0 0 25 0 4 0 520648178 290971648 2310 33554432000 4194304 4650419 140734309701728 18446744073709551615 4333957 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284152

[startup+0.700236 s]
/proc/loadavg: 7.34 7.79 6.58 5/180 18524
/proc/meminfo: memFree=30163772/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=285084 CPUtime=2.78 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 4905 0 0 0 278 0 0 0 25 0 4 0 520648178 291926016 3040 33554432000 4194304 4650419 140734309701728 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 71271 3040 393 112 0 66236 0
[pid=18524/tid=18525] ppid=18522 vsize=285084 CPUtime=0.69 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 1181 0 0 0 69 0 0 0 25 0 4 0 520648178 291926016 3040 33554432000 4194304 4650419 140734309701728 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=285084 CPUtime=0.69 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 1144 0 0 0 69 0 0 0 25 0 4 0 520648178 291926016 3040 33554432000 4194304 4650419 140734309701728 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=285084 CPUtime=0.69 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 1017 0 0 0 69 0 0 0 25 0 4 0 520648178 291926016 3040 33554432000 4194304 4650419 140734309701728 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 285084

[startup+1.50109 s]
/proc/loadavg: 7.34 7.79 6.58 9/184 18528
/proc/meminfo: memFree=30151836/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=292912 CPUtime=5.98 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 9862 0 0 0 597 1 0 0 25 0 4 0 520648178 299941888 5180 33554432000 4194304 4650419 140734309701728 18446744073709551615 4433059 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 73228 5180 395 112 0 68193 0
[pid=18524/tid=18525] ppid=18522 vsize=292912 CPUtime=1.48 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 2067 0 0 0 148 0 0 0 25 0 4 0 520648178 299941888 5180 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=292912 CPUtime=1.49 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 2029 0 0 0 149 0 0 0 25 0 4 0 520648178 299941888 5180 33554432000 4194304 4650419 140734309701728 18446744073709551615 4330582 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=292912 CPUtime=1.49 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 1812 0 0 0 149 0 0 0 25 0 4 0 520648178 299941888 5180 33554432000 4194304 4650419 140734309701728 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 292912

[startup+3.10078 s]
/proc/loadavg: 7.34 7.79 6.58 9/184 18528
/proc/meminfo: memFree=30135752/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=292708 CPUtime=12.37 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 17974 0 0 0 1234 3 0 0 25 0 4 0 520648178 299732992 10960 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 73177 10960 395 112 0 68142 0
[pid=18524/tid=18525] ppid=18522 vsize=292708 CPUtime=3.07 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 4256 0 0 0 307 0 0 0 25 0 4 0 520648178 299732992 10960 33554432000 4194304 4650419 140734309701728 18446744073709551615 4363493 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=292708 CPUtime=3.09 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 4883 0 0 0 308 1 0 0 25 0 4 0 520648178 299732992 10960 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=292708 CPUtime=3.09 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 4046 0 0 0 309 0 0 0 25 0 4 0 520648178 299732992 10960 33554432000 4194304 4650419 140734309701728 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 292708

[startup+6.30118 s]
/proc/loadavg: 7.40 7.79 6.59 9/184 18528
/proc/meminfo: memFree=30095824/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=302316 CPUtime=25.15 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 25635 0 0 0 2511 4 0 0 25 0 4 0 520648178 309571584 14873 33554432000 4194304 4650419 140734309701728 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 75579 14873 395 112 0 70544 0
[pid=18524/tid=18525] ppid=18522 vsize=302316 CPUtime=6.26 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 7343 0 0 0 625 1 0 0 25 0 4 0 520648178 309571584 14873 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=302316 CPUtime=6.29 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 7128 0 0 0 628 1 0 0 25 0 4 0 520648178 309571584 14873 33554432000 4194304 4650419 140734309701728 18446744073709551615 4229508 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=302316 CPUtime=6.29 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 5474 0 0 0 629 0 0 0 25 0 4 0 520648178 309571584 14874 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 302316

[startup+12.701 s]
/proc/loadavg: 7.52 7.81 6.60 9/184 18529
/proc/meminfo: memFree=30060536/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=293328 CPUtime=50.71 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 41126 0 0 0 5064 7 0 0 25 0 4 0 520648178 300367872 21849 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 73332 21849 395 112 0 68297 0
[pid=18524/tid=18525] ppid=18522 vsize=293328 CPUtime=12.62 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 11751 0 0 0 1260 2 0 0 25 0 4 0 520648178 300367872 21849 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=293328 CPUtime=12.69 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 11249 0 0 0 1267 2 0 0 25 0 4 0 520648178 300367872 21849 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=293328 CPUtime=12.69 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 7902 0 0 0 1268 1 0 0 25 0 4 0 520648178 300367872 21849 33554432000 4194304 4650419 140734309701728 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 293328

[startup+25.5005 s]
/proc/loadavg: 7.63 7.82 6.62 9/184 18529
/proc/meminfo: memFree=30010316/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=304036 CPUtime=101.84 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 58964 0 0 0 10171 13 0 0 25 0 4 0 520648178 311332864 32387 33554432000 4194304 4650419 140734309701728 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 76009 32387 395 112 0 70974 0
[pid=18524/tid=18525] ppid=18522 vsize=304036 CPUtime=25.35 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 16060 0 0 0 2532 3 0 0 25 0 4 0 520648178 311332864 32387 33554432000 4194304 4650419 140734309701728 18446744073709551615 4439423 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=304036 CPUtime=25.48 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 16291 0 0 0 2545 3 0 0 25 0 4 0 520648178 311332864 32387 33554432000 4194304 4650419 140734309701728 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=304036 CPUtime=25.49 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 10877 0 0 0 2547 2 0 0 25 0 4 0 520648178 311332864 32387 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 304036

[startup+51.1007 s]
/proc/loadavg: 7.75 7.84 6.66 9/184 18530
/proc/meminfo: memFree=29981020/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=307604 CPUtime=204.12 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 90193 0 0 0 20390 22 0 0 25 0 4 0 520648178 314986496 35827 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 76901 35827 395 112 0 71866 0
[pid=18524/tid=18525] ppid=18522 vsize=307604 CPUtime=50.82 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 22985 0 0 0 5077 5 0 0 25 0 4 0 520648178 314986496 35827 33554432000 4194304 4650419 140734309701728 18446744073709551615 4451430 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=307604 CPUtime=51.09 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 25469 0 0 0 5103 6 0 0 25 0 4 0 520648178 314986496 35827 33554432000 4194304 4650419 140734309701728 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=307604 CPUtime=51.09 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 16385 0 0 0 5105 4 0 0 25 0 4 0 520648178 314986496 35827 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 307604

[startup+102.301 s]
/proc/loadavg: 7.94 7.87 6.73 9/184 18531
/proc/meminfo: memFree=29941428/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=382212 CPUtime=408.66 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 135521 0 0 0 40826 40 0 0 25 0 4 0 520648178 391385088 41742 33554432000 4194304 4650419 140734309701728 18446744073709551615 4366839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 95553 41742 395 112 0 90518 0
[pid=18524/tid=18525] ppid=18522 vsize=382212 CPUtime=101.74 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 29456 0 0 0 10167 7 0 0 25 0 4 0 520648178 391385088 41742 33554432000 4194304 4650419 140734309701728 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=382212 CPUtime=102.3 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 39807 0 0 0 10217 13 0 0 25 0 4 0 520648178 391385088 41742 33554432000 4194304 4650419 140734309701728 18446744073709551615 4364746 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=382212 CPUtime=102.29 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 26125 0 0 0 10222 7 0 0 25 0 4 0 520648178 391385088 41742 33554432000 4194304 4650419 140734309701728 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 382212

[startup+162.301 s]

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

[pid=18524] ppid=18522 vsize=595964 CPUtime=2565.76 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 408374 0 0 0 256416 160 0 0 25 0 4 0 520648178 610267136 91166 33554432000 4194304 4650419 140734309701728 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 148991 91166 395 112 0 143956 0
[pid=18524/tid=18525] ppid=18522 vsize=595964 CPUtime=638.82 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 67053 0 0 0 63853 29 0 0 25 0 4 0 520648178 610267136 91166 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=595964 CPUtime=642.31 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 142535 0 0 0 64177 54 0 0 25 0 4 0 520648178 610267136 91166 33554432000 4194304 4650419 140734309701728 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=595964 CPUtime=642.28 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 65833 0 0 0 64201 27 0 0 25 0 4 0 520648178 610267136 91166 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2565.76
Current children cumulated vsize (KiB) 595964

[startup+702.301 s]
/proc/loadavg: 8.07 8.04 7.35 9/184 18547
/proc/meminfo: memFree=29512904/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=664024 CPUtime=2805.44 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 437483 0 0 0 280370 174 0 0 25 0 4 0 520648178 679960576 104249 33554432000 4194304 4650419 140734309701728 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 166006 104249 395 112 0 160971 0
[pid=18524/tid=18525] ppid=18522 vsize=664024 CPUtime=698.49 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 70091 0 0 0 69818 31 0 0 25 0 4 0 520648178 679960576 104249 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=664024 CPUtime=702.31 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 152026 0 0 0 70173 58 0 0 25 0 4 0 520648178 679960576 104249 33554432000 4194304 4650419 140734309701728 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=664024 CPUtime=702.29 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 71244 0 0 0 70198 31 0 0 25 0 4 0 520648178 679960576 104249 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.44
Current children cumulated vsize (KiB) 664024

[startup+762.301 s]
/proc/loadavg: 8.02 8.03 7.39 9/184 18549
/proc/meminfo: memFree=29510380/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=616144 CPUtime=3045.14 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 458335 0 0 0 304328 186 0 0 25 0 4 0 520648178 630931456 102068 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 154036 102068 395 112 0 149001 0
[pid=18524/tid=18525] ppid=18522 vsize=616144 CPUtime=758.17 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 72969 0 0 0 75785 32 0 0 25 0 4 0 520648178 630931456 102068 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=616144 CPUtime=762.32 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 160570 0 0 0 76169 63 0 0 25 0 4 0 520648178 630931456 102068 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=616144 CPUtime=762.29 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 74524 0 0 0 76196 33 0 0 25 0 4 0 520648178 630931456 102068 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.14
Current children cumulated vsize (KiB) 616144

[startup+822.3 s]
/proc/loadavg: 8.01 8.02 7.42 9/184 18550
/proc/meminfo: memFree=29466452/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=610172 CPUtime=3284.79 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 482765 0 0 0 328280 199 0 0 25 0 4 0 520648178 624816128 112340 33554432000 4194304 4650419 140734309701728 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 152543 112340 395 112 0 147508 0
[pid=18524/tid=18525] ppid=18522 vsize=610172 CPUtime=817.84 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 78555 0 0 0 81748 36 0 0 25 0 4 0 520648178 624816128 112340 33554432000 4194304 4650419 140734309701728 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=610172 CPUtime=822.31 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 168590 0 0 0 82164 67 0 0 25 0 4 0 520648178 624816128 112340 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=610172 CPUtime=822.28 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 79925 0 0 0 82192 36 0 0 25 0 4 0 520648178 624816128 112340 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.79
Current children cumulated vsize (KiB) 610172

[startup+882.307 s]
/proc/loadavg: 8.00 8.02 7.46 9/184 18552
/proc/meminfo: memFree=29483512/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=610284 CPUtime=3524.5 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 500990 0 0 0 352239 211 0 0 25 0 4 0 520648178 624930816 107547 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 152571 107547 395 112 0 147536 0
[pid=18524/tid=18525] ppid=18522 vsize=610284 CPUtime=877.52 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 81178 0 0 0 87714 38 0 0 25 0 4 0 520648178 624930816 107547 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=610284 CPUtime=882.33 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 177081 0 0 0 88161 72 0 0 25 0 4 0 520648178 624930816 107547 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=610284 CPUtime=882.29 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 82537 0 0 0 88191 38 0 0 25 0 4 0 520648178 624930816 107547 33554432000 4194304 4650419 140734309701728 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.5
Current children cumulated vsize (KiB) 610284

[startup+942.301 s]
/proc/loadavg: 8.00 8.01 7.49 9/184 18553
/proc/meminfo: memFree=29421212/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=671352 CPUtime=3764.16 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 526093 0 0 0 376193 223 0 0 25 0 4 0 520648178 687464448 114851 33554432000 4194304 4650419 140734309701728 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 167838 114851 395 112 0 162803 0
[pid=18524/tid=18525] ppid=18522 vsize=671352 CPUtime=937.19 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 85721 0 0 0 93678 41 0 0 25 0 4 0 520648178 687464448 114851 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=671352 CPUtime=942.32 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 187950 0 0 0 94156 76 0 0 25 0 4 0 520648178 687464448 114851 33554432000 4194304 4650419 140734309701728 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=671352 CPUtime=942.29 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 86905 0 0 0 94188 41 0 0 25 0 4 0 520648178 687464448 114851 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.16
Current children cumulated vsize (KiB) 671352

[startup+1002.3 s]
/proc/loadavg: 8.04 8.02 7.52 9/184 18555
/proc/meminfo: memFree=29427224/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=665428 CPUtime=4003.83 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 540396 0 0 0 400151 232 0 0 25 0 4 0 520648178 681398272 113239 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 166357 113239 395 112 0 161322 0
[pid=18524/tid=18525] ppid=18522 vsize=665428 CPUtime=996.86 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 88210 0 0 0 99643 43 0 0 25 0 4 0 520648178 681398272 113239 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=665428 CPUtime=1002.32 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 194622 0 0 0 100153 79 0 0 25 0 4 0 520648178 681398272 113239 33554432000 4194304 4650419 140734309701728 18446744073709551615 4313707 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=665428 CPUtime=1002.28 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 89505 0 0 0 100186 42 0 0 25 0 4 0 520648178 681398272 113239 33554432000 4194304 4650419 140734309701728 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.83
Current children cumulated vsize (KiB) 665428

[startup+1062.3 s]
/proc/loadavg: 8.06 8.03 7.56 9/184 18557
/proc/meminfo: memFree=29393836/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=714708 CPUtime=4243.51 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 560969 0 0 0 424105 246 0 0 25 0 4 0 520648178 731860992 121323 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 178677 121323 395 112 0 173642 0
[pid=18524/tid=18525] ppid=18522 vsize=714708 CPUtime=1056.54 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 92118 0 0 0 105608 46 0 0 25 0 4 0 520648178 731860992 121323 33554432000 4194304 4650419 140734309701728 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=714708 CPUtime=1062.33 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 202723 0 0 0 106148 85 0 0 25 0 4 0 520648178 731860992 121323 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=714708 CPUtime=1062.28 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 94072 0 0 0 106183 45 0 0 25 0 4 0 520648178 731860992 121323 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.51
Current children cumulated vsize (KiB) 714708

[startup+1122.3 s]
/proc/loadavg: 8.06 8.04 7.58 9/184 18558
/proc/meminfo: memFree=29366160/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=618004 CPUtime=4483.18 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 578341 0 0 0 448061 257 0 0 25 0 4 0 520648178 632836096 119434 33554432000 4194304 4650419 140734309701728 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 154501 119434 395 112 0 149466 0
[pid=18524/tid=18525] ppid=18522 vsize=618004 CPUtime=1116.21 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 94484 0 0 0 111573 48 0 0 25 0 4 0 520648178 632836096 119434 33554432000 4194304 4650419 140734309701728 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=618004 CPUtime=1122.33 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 210464 0 0 0 112142 91 0 0 25 0 4 0 520648178 632836096 119434 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=618004 CPUtime=1122.28 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 96659 0 0 0 112182 46 0 0 25 0 4 0 520648178 632836096 119434 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.18
Current children cumulated vsize (KiB) 618004

[startup+1182.3 s]
/proc/loadavg: 7.17 7.84 7.55 5/175 18578
/proc/meminfo: memFree=29729640/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=687296 CPUtime=4722.88 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 603959 0 0 0 472019 269 0 0 25 0 4 0 520648178 703791104 132960 33554432000 4194304 4650419 140734309701728 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 171824 132960 395 112 0 166789 0
[pid=18524/tid=18525] ppid=18522 vsize=687296 CPUtime=1175.9 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 98789 0 0 0 117538 52 0 0 25 0 4 0 520648178 703791104 132960 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=687296 CPUtime=1182.34 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 222457 0 0 0 118139 95 0 0 25 0 4 0 520648178 703791104 132960 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=687296 CPUtime=1182.29 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 100949 0 0 0 118181 48 0 0 25 0 4 0 520648178 703791104 132960 33554432000 4194304 4650419 140734309701728 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.88
Current children cumulated vsize (KiB) 687296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 6.33 7.61 7.48 5/175 18578
/proc/meminfo: memFree=29772468/32951124 swapFree=67111416/67111528
[pid=18524] ppid=18522 vsize=639076 CPUtime=4800.41 cores=1,3,5,7
/proc/18524/stat : 18524 (strangenight1-m) R 18522 18524 17513 0 -1 4202496 609229 0 0 0 479769 272 0 0 25 0 4 0 520648178 654413824 121831 33554432000 4194304 4650419 140734309701728 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18524/statm: 159769 121831 395 112 0 154734 0
[pid=18524/tid=18525] ppid=18522 vsize=639076 CPUtime=1195.21 cores=1,3,5,7
/proc/18524/task/18525/stat : 18525 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 99312 0 0 0 119469 52 0 0 25 0 4 0 520648178 654413824 121831 33554432000 4194304 4650419 140734309701728 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18524/tid=18526] ppid=18522 vsize=639076 CPUtime=1201.74 cores=1,3,5,7
/proc/18524/task/18526/stat : 18526 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 224187 0 0 0 120078 96 0 0 25 0 4 0 520648178 654413824 121831 33554432000 4194304 4650419 140734309701728 18446744073709551615 4366857 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18524/tid=18527] ppid=18522 vsize=639076 CPUtime=1201.69 cores=1,3,5,7
/proc/18524/task/18527/stat : 18527 (strangenight1-m) R 18522 18524 17513 0 -1 4202560 101081 0 0 0 120121 48 0 0 25 0 4 0 520648178 654413824 121831 33554432000 4194304 4650419 140734309701728 18446744073709551615 4364746 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 639076

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.46
CPU user time (s): 4797.72
CPU system time (s): 2.74058
CPU usage (%): 399.462
Max. virtual memory (cumulated for all children) (KiB): 792528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.72
system time used= 2.74058
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 609229
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= 218
involuntary context switches= 21246

runsolver used 1.83172 second user time and 4.70728 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 17:20:58
IDJOB=3175133
IDBENCH=82751
IDSOLVER=1588
FILE ID=node102/3175133-1304090458
RUNJOBID= node102-1304089220-18365
PBS_JOBID= 13170533
Free space on /tmp= 71556 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S525571208-063.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175133-1304090458/watcher-3175133-1304090458 -o /tmp/evaluation-result-3175133-1304090458/solver-3175133-1304090458 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175133-1304090458.cnf

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

MD5SUM BENCH= 0d5db3c80640d96c57ce9e3d0b9dc725
RANDOM SEED=1984299413

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30164052 kB
Buffers:        651036 kB
Cached:        1556120 kB
SwapCached:          8 kB
Active:         358088 kB
Inactive:      2005144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30164052 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            8504 kB
Writeback:           0 kB
AnonPages:      155548 kB
Mapped:          15516 kB
Slab:           360264 kB
PageTables:       4516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   389748 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= 71556 MiB
End job on node102 at 2011-04-29 17:41:02