Trace number 3369078

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.21 1202.84

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S812011128-009.SATISFIABLE.cnf
MD5SUMafbdc7a317cd52b76c978398c2e877e2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.218965
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369078-1305411766.cnf'
0.00/0.01	c -- header says num vars:            700
0.00/0.01	c -- header says num clauses:        2982
0.00/0.01	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.01	c -- vars added        700
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       700      2982         0         0      8946         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2982/2982 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:    700 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:     17  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:     320 undec:      90 neg:     290
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       683      2956         0         0      8969         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.62/0.18	c  N st     8      4918       683      2956         0      4862      8969    147670   no data   no data  --
1.57/0.47	c  N st    10     11302       683      2956         0      4520      8969     92520   no data   no data  --
2.77/0.75	c  N st    11     17045       683      2956         0     10205      8969    268228   no data   no data  --
4.39/1.19	c  F st    12     25000       683      2956         0     12502      8969    342890   no data   no data  --
4.39/1.19	c  N st    12     25000       683      2956         0     12502      8969    342890   no data   no data  --
5.56/1.45	c Decided on static restart strategy
5.56/1.45	c  N st    18     30005       683      2956         0     10757      8969    258291   no data   no data  --
5.56/1.45	c  S st    18     30005       683      2956         0     10757      8969    258291   no data   no data  --
5.56/1.48	c  S st    18     30511       683      2956         0     11263      8969    271666   no data   no data  --
5.56/1.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.56/1.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
5.96/1.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
5.96/1.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.16/1.82	c lits-rem:       102  cl-subs:      181  v-elim:      0  v-fix:    0  time:  1.28 s
7.16/1.83	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.04
7.16/1.83	c calculated reachability. Time: 0.00
7.16/1.83	c  N st    18     30511       683      2956         0     11082      8969    264896   no data   no data  --
8.78/2.25	c  N st    20     37624       683      2956         0     10308      8969    212055   no data   no data  --
10.35/2.68	c  N st    21     44023       683      2956         0     16638      8969    416551   no data   no data  --
11.15/2.81	c  S st    22     45766       683      2956         0      9545      8969    170941   no data   no data  --
11.15/2.84	c  S st    22     46270       683      2956         0     10048      8969    184786   no data   no data  --
11.15/2.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.15/2.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.15/2.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.15/2.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.15/2.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.15/2.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
11.15/2.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.95/3.01	c lits-rem:       120  cl-subs:       42  v-elim:      0  v-fix:    0  time:  0.64 s
11.95/3.01	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
11.95/3.01	c vivif2 --  cl tried    10006 cl shrink        0 lits rem          0 time: 0.01
11.95/3.02	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.03
11.95/3.02	c calculated reachability. Time: 0.00
11.95/3.02	c  N st    22     46270       683      2956         0     10006      8969    183258   no data   no data  --
15.94/4.01	c  N st    23     60669       683      2956         0     14380      8969    308384   no data   no data  --
18.33/4.66	c  N st    24     69405       683      2956         0     12138      8969    222141   no data   no data  --
18.33/4.66	c  S st    24     69405       683      2956         0     12138      8969    222141   no data   no data  --
18.33/4.70	c  S st    24     69911       683      2956         0     12644      8969    235448   no data   no data  --
18.73/4.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.73/4.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.73/4.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
18.73/4.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.73/4.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.73/4.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
18.73/4.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.93/5.01	c lits-rem:        34  cl-subs:      154  v-elim:      0  v-fix:    0  time:  1.20 s
20.24/5.13	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
20.24/5.13	c vivif2 --  cl tried    12490 cl shrink        0 lits rem          0 time: 0.01
20.24/5.13	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.03
20.24/5.13	c calculated reachability. Time: 0.00
20.24/5.13	c  N st    24     69911       683      2956         0     12490      8969    230359   no data   no data  --
25.00/6.37	c  F st    25     87501       683      2956         0     18037      8969    421110   no data   no data  --
25.00/6.37	c  N st    25     87501       683      2956         0     18037      8969    421110   no data   no data  --
26.63/6.78	c Decided on static restart strategy
27.79/7.08	c  N st    32     95540       683      2956         0     13130      8969    213164   no data   no data  --
30.61/7.78	c  N st    34    104866       683      2956         0     22345      8969    489108   no data   no data  --
30.61/7.78	c  S st    34    104866       683      2956         0     22345      8969    489108   no data   no data  --
31.02/7.84	c  S st    34    105367       683      2956         0     22846      8969    503059   no data   no data  --
31.02/7.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.02/7.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.02/7.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
31.02/7.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.02/7.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.02/7.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
31.02/7.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.57/9.20	c lits-rem:       110  cl-subs:      480  v-elim:      0  v-fix:    0  time:  5.33 s
36.57/9.20	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
36.57/9.21	c vivif2 --  cl tried    22366 cl shrink        0 lits rem          0 time: 0.02
36.57/9.23	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.08
36.57/9.23	c calculated reachability. Time: 0.00
36.57/9.23	c  N st    34    105367       683      2956         0     22366      8969    487655   no data   no data  --
39.81/10.09	c  N st    35    114965       683      2956         0     18046      8969    345100   no data   no data  --
45.36/11.40	c  N st    36    129364       683      2956         0     17447      8969    300930   no data   no data  --
53.74/13.51	c  N st    37    150960       683      2956         0     22992      8969    469974   no data   no data  --
56.54/14.26	c  S st    38    158052       683      2956         0     29950      8969    693974   no data   no data  --
56.95/14.33	c  S st    38    158554       683      2956         0     30452      8969    707811   no data   no data  --
56.95/14.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
56.95/14.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
56.95/14.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
56.95/14.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.95/14.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.95/14.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
56.95/14.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
65.73/16.54	c lits-rem:       376  cl-subs:      783  v-elim:      0  v-fix:    0  time:  8.66 s
65.73/16.54	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
65.73/16.55	c vivif2 --  cl tried    29669 cl shrink        0 lits rem          0 time: 0.03
65.73/16.57	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.10
65.73/16.57	c calculated reachability. Time: 0.00
65.73/16.57	c  N st    38    158554       683      2956         0     29669      8969    677149   no data   no data  --
86.85/21.88	c  N st    39    207142       683      2956         0     24381      8969    457209   no data   no data  --
100.84/25.37	c  N st    40    237831       683      2956         0     34954      8969    798654   no data   no data  --
100.84/25.37	c  S st    40    237831       683      2956         0     34954      8969    798654   no data   no data  --
101.26/25.47	c  S st    40    238336       683      2956         0     35458      8969    812900   no data   no data  --
101.26/25.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
101.26/25.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
101.26/25.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
101.62/25.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
101.62/25.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
101.62/25.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
101.62/25.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
110.79/27.86	c lits-rem:      1173  cl-subs:      762  v-elim:      0  v-fix:    0  time:  9.35 s
110.79/27.86	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
110.79/27.87	c vivif2 --  cl tried    34696 cl shrink        0 lits rem          0 time: 0.04
111.19/27.90	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.13
111.19/27.90	c calculated reachability. Time: 0.00
111.19/27.90	c  N st    40    238336       683      2956         0     34696      8969    783024   no data   no data  --
142.71/35.88	c  F st    41    306252       683      2956         0     36469      8969    815158   no data   no data  --
142.71/35.88	c  N st    41    306252       683      2956         0     36469      8969    815158   no data   no data  --
145.91/36.64	c Decided on static restart strategy
157.49/39.53	c  N st    51    334556       683      2956         0     40751      8969    858610   no data   no data  --
169.86/42.61	c  N st    53    357504       683      2956         0     38689      8969    762301   no data   no data  --
169.86/42.61	c  S st    53    357504       683      2956         0     38689      8969    762301   no data   no data  --
170.26/42.71	c  S st    53    358005       683      2956         0     39188      8969    777667   no data   no data  --
170.26/42.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
170.26/42.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
170.26/42.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
170.26/42.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
170.26/42.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
170.26/42.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
170.26/42.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
179.44/45.02	c lits-rem:       620  cl-subs:     1129  v-elim:      0  v-fix:    0  time:  9.07 s
179.44/45.03	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
179.44/45.03	c vivif2 --  cl tried    38059 cl shrink        0 lits rem          0 time: 0.03
179.44/45.07	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.16
179.44/45.07	c calculated reachability. Time: 0.00
179.44/45.07	c  N st    53    358005       683      2956         0     38059      8969    737158   no data   no data  --
197.40/49.54	c  N st    54    390399       683      2956         0     44292      8969    892678   no data   no data  --
225.32/56.51	c  N st    55    438988       683      2956         0     37833      8969    647421   no data   no data  --
268.06/67.22	c  N st    56    511871       683      2956         0     51451      8969   1057750   no data   no data  --
284.39/71.33	c  N st    57    537007       683      2956         0     45773      8969    831142   no data   no data  --
284.39/71.33	c  S st    57    537007       683      2956         0     45773      8969    831142   no data   no data  --
284.78/71.44	c  S st    57    537509       683      2956         0     46275      8969    844483   no data   no data  --
284.78/71.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
284.78/71.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
284.78/71.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
284.78/71.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
284.78/71.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
284.78/71.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
284.78/71.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
295.15/74.06	c lits-rem:      1098  cl-subs:     1310  v-elim:      0  v-fix:    0  time: 10.24 s
295.15/74.06	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
295.15/74.07	c vivif2 --  cl tried    44965 cl shrink        0 lits rem          0 time: 0.04
295.55/74.12	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.21
295.55/74.12	c calculated reachability. Time: 0.00
295.55/74.12	c  N st    57    537509       683      2956         0     44965      8969    801511   no data   no data  --
416.09/104.30	c  N st    58    701495       683      2956         0     39148      8969    537287   no data   no data  --
499.09/125.13	c  N st    59    806265       683      2956         0     68001      8969   1351481   no data   no data  --
499.09/125.13	c  S st    59    806265       683      2956         0     68001      8969   1351481   no data   no data  --
499.89/125.32	c  S st    59    806769       683      2956         0     68505      8969   1365447   no data   no data  --
499.89/125.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
499.89/125.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
499.89/125.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
499.89/125.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
499.89/125.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
499.89/125.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
499.89/125.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
524.24/131.40	c lits-rem:       171  cl-subs:     4717  v-elim:      0  v-fix:    0  time: 23.93 s
524.24/131.40	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
524.24/131.41	c vivif2 --  cl tried    63788 cl shrink        0 lits rem          0 time: 0.06
524.64/131.50	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.34
524.64/131.50	c calculated reachability. Time: 0.00
524.64/131.50	c  N st    59    806769       683      2956         0     63788      8969   1233236   no data   no data  --
747.32/187.35	c  F st    60   1071875       683      2956         0     79948      8969   1629461   no data   no data  --
747.32/187.36	c  N st    60   1071875       683      2956         0     79948      8969   1629461   no data   no data  --
753.72/188.92	c Decided on static restart strategy
772.49/193.69	c  N st    70   1100178       683      2956         0     63664      8969   1068245   no data   no data  --
804.80/201.70	c  N st    72   1136174       683      2956         0     53767      8969    755146   no data   no data  --
834.72/209.28	c  N st    73   1168568       683      2956         0     85515      8969   1709898   no data   no data  --
875.84/219.50	c  N st    74   1210155       683      2956         0     79957      8969   1481149   no data   no data  --
875.84/219.50	c  S st    74   1210155       683      2956         0     79957      8969   1481149   no data   no data  --
876.64/219.74	c  S st    74   1210657       683      2956         0     80458      8969   1496114   no data   no data  --
876.64/219.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
876.64/219.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
876.64/219.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
877.04/219.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
877.04/219.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
877.04/219.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
877.04/219.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
907.37/227.41	c lits-rem:       209  cl-subs:     5132  v-elim:      0  v-fix:    0  time: 30.22 s
907.37/227.41	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
907.37/227.43	c vivif2 --  cl tried    75326 cl shrink        0 lits rem          0 time: 0.07
907.77/227.55	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.52
907.77/227.56	c calculated reachability. Time: 0.00
907.77/227.56	c  N st    74   1210657       683      2956         0     75326      8969   1349429   no data   no data  --
983.98/246.68	c  N st    75   1283543       683      2956         0     51908      8969    645901   no data   no data  --
1101.74/276.12	c  N st    76   1392866       683      2956         0     60262      8969    844440   no data   no data  --
1255.40/314.65	c  N st    77   1556850       683      2956         0     65115      8969    909277   no data   no data  --
1412.22/353.94	c  N st    78   1710657       683      2956         0    106950      8969   2158074   no data   no data  --
1412.22/353.94	c  S st    78   1710657       683      2956         0    106950      8969   2158074   no data   no data  --
1413.44/354.27	c  S st    78   1711158       683      2956         0    107451      8969   2172910   no data   no data  --
1413.44/354.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1413.44/354.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1413.85/354.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1414.21/354.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1414.21/354.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1414.21/354.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
1414.21/354.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1481.27/371.21	c lits-rem:       640  cl-subs:     6053  v-elim:      0  v-fix:    0  time: 67.04 s
1481.27/371.21	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
1481.27/371.23	c vivif2 --  cl tried   101398 cl shrink        0 lits rem          0 time: 0.10
1482.07/371.40	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.66
1482.07/371.40	c calculated reachability. Time: 0.00
1482.07/371.40	c  N st    78   1711158       683      2956         0    101398      8969   1992371   no data   no data  --
1883.58/472.02	c  N st    79   2080122       683      2956         0    113342      8969   2248259   no data   no data  --
2044.78/512.44	c  N st    80   2211160       683      2956         0    117241      8969   2244247   no data   no data  --
2044.78/512.44	c  S st    80   2211160       683      2956         0    117241      8969   2244247   no data   no data  --
2046.37/512.82	c  S st    80   2211664       683      2956         0    117745      8969   2258805   no data   no data  --
2046.37/512.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2046.37/512.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2046.37/512.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
2046.77/512.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2046.77/512.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2046.77/512.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
2046.77/512.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2116.62/530.44	c lits-rem:       817  cl-subs:     7197  v-elim:      0  v-fix:    0  time: 69.74 s
2116.62/530.44	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
2116.62/530.47	c vivif2 --  cl tried   110548 cl shrink        0 lits rem          0 time: 0.11
2117.42/530.66	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.76
2117.42/530.66	c calculated reachability. Time: 0.00
2117.42/530.66	c  N st    80   2211664       683      2956         0    110548      8969   2063047   no data   no data  --
2723.64/682.56	c  N st    81   2711665       683      2956         0    133442      8969   2612383   no data   no data  --
2723.64/682.56	c  S st    81   2711665       683      2956         0    133442      8969   2612383   no data   no data  --
2725.63/683.00	c  S st    81   2712167       683      2956         0    133944      8969   2626886   no data   no data  --
2725.63/683.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2725.63/683.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2725.63/683.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.29
2726.05/683.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2726.05/683.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2726.05/683.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
2726.05/683.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2851.75/714.65	c lits-rem:       772  cl-subs:    11261  v-elim:      0  v-fix:    0  time: 125.54 s
2851.75/714.65	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
2851.75/714.68	c vivif2 --  cl tried   122683 cl shrink        0 lits rem          0 time: 0.12
2852.94/714.91	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.94
2852.94/714.92	c calculated reachability. Time: 0.00
2852.94/714.92	c  N st    81   2712167       683      2956         0    122683      8969   2335450   no data   no data  --
3539.79/887.07	c  N st    82   3212167       683      2956         0     99108      8969   1520077   no data   no data  --
3539.79/887.07	c  S st    82   3212167       683      2956         0     99108      8969   1520077   no data   no data  --
3540.99/887.34	c  S st    82   3212667       683      2956         0     99608      8969   1534194   no data   no data  --
3540.99/887.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3540.99/887.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3541.39/887.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
3541.39/887.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3541.39/887.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3541.39/887.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
3541.39/887.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3559.34/891.97	c lits-rem:        71  cl-subs:     2380  v-elim:      0  v-fix:    0  time: 18.02 s
3559.34/891.97	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
3559.34/891.99	c vivif2 --  cl tried    97228 cl shrink        0 lits rem          0 time: 0.08
3560.17/892.14	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.57
3560.17/892.14	c calculated reachability. Time: 0.00
3560.17/892.14	c  N st    82   3212667       683      2956         0     97228      8969   1461538   no data   no data  --
4333.23/1085.81	c  N st    83   3712668       683      2956         0    107700      8969   1714962   no data   no data  --
4333.23/1085.81	c  S st    83   3712668       683      2956         0    107700      8969   1714962   no data   no data  --
4334.39/1086.13	c  S st    83   3713172       683      2956         0    108204      8969   1730100   no data   no data  --
4334.39/1086.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4334.39/1086.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4334.79/1086.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
4334.79/1086.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4334.79/1086.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4334.79/1086.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
4334.79/1086.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4359.93/1092.60	c lits-rem:        12  cl-subs:     2873  v-elim:      0  v-fix:    0  time: 25.29 s
4360.32/1092.60	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
4360.32/1092.62	c vivif2 --  cl tried   105331 cl shrink        0 lits rem          0 time: 0.09
4360.72/1092.78	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.66
4360.72/1092.79	c calculated reachability. Time: 0.00
4360.72/1092.79	c  N st    83   3713172       683      2956         0    105331      8969   1636621   no data   no data  --
4415.81/1106.52	c  F st    84   3751562       683      2956         0    143007      8969   2935388   no data   no data  --
4415.81/1106.52	c  N st    84   3751562       683      2956         0    143007      8969   2935388   no data   no data  --
4426.17/1109.10	c Decided on static restart strategy
4464.51/1118.78	c  N st    94   3779870       683      2956         0     87746      8969   1000313   no data   no data  --
4517.19/1132.00	c  N st    96   3815862       683      2956         0    123185      8969   2175389   no data   no data  --
4586.62/1149.35	c  N st    97   3848254       683      2956         0    155050      8969   3219927   no data   no data  --
4658.09/1167.28	c  N st    98   3896842       683      2956         0    118419      8969   2051364   no data   no data  --
4773.79/1196.27	c  N st    99   3969724       683      2956         0    104640      8969   1484533   no data   no data  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.10 8.11 7.91 5/285 5423
/proc/meminfo: memFree=18663660/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 652776222 52465664 353 33554432000 4194304 4650419 140734973727456 18446744073709551615 47230167476146 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 12809 353 303 112 0 7774 0
[pid=5423/tid=5424] ppid=5421 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652776222 52465664 353 33554432000 4194304 4650419 140734973727456 18446744073709551615 47230167476140 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652776222 52465664 353 33554432000 4194304 4650419 140734973727456 18446744073709551615 47230167476146 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652776222 52465664 353 33554432000 4194304 4650419 140734973727456 18446744073709551615 274664864753 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.161463 s]
/proc/loadavg: 8.10 8.11 7.91 5/285 5423
/proc/meminfo: memFree=18663660/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=282940 CPUtime=0.62 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 2212 0 0 0 62 0 0 0 18 0 4 0 652776222 289730560 2056 33554432000 4194304 4650419 140734973727456 18446744073709551615 4310590 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 70735 2056 391 112 0 65700 0
[pid=5423/tid=5424] ppid=5421 vsize=282940 CPUtime=0.15 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 499 0 0 0 15 0 0 0 18 0 4 0 652776222 289730560 2056 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=282940 CPUtime=0.15 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 468 0 0 0 15 0 0 0 25 0 4 0 652776222 289730560 2056 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=282940 CPUtime=0.14 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 352 0 0 0 14 0 0 0 25 0 4 0 652776222 289730560 2056 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 282940

[startup+0.200456 s]
/proc/loadavg: 8.10 8.11 7.91 5/285 5423
/proc/meminfo: memFree=18663660/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=284264 CPUtime=0.77 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 2807 0 0 0 77 0 0 0 18 0 4 0 652776222 291086336 1937 33554432000 4194304 4650419 140734973727456 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 71066 1937 393 112 0 66031 0
[pid=5423/tid=5424] ppid=5421 vsize=284264 CPUtime=0.19 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 651 0 0 0 19 0 0 0 18 0 4 0 652776222 291086336 1937 33554432000 4194304 4650419 140734973727456 18446744073709551615 4363624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=284264 CPUtime=0.19 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 616 0 0 0 19 0 0 0 25 0 4 0 652776222 291086336 1937 33554432000 4194304 4650419 140734973727456 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=284264 CPUtime=0.18 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 497 0 0 0 18 0 0 0 25 0 4 0 652776222 291086336 1937 33554432000 4194304 4650419 140734973727456 18446744073709551615 4334234 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284264

[startup+0.300439 s]
/proc/loadavg: 8.10 8.11 7.91 5/285 5423
/proc/meminfo: memFree=18663660/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=284264 CPUtime=1.17 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 3178 0 0 0 117 0 0 0 18 0 4 0 652776222 291086336 2308 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365333 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 71066 2308 393 112 0 66031 0
[pid=5423/tid=5424] ppid=5421 vsize=284264 CPUtime=0.29 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 750 0 0 0 29 0 0 0 18 0 4 0 652776222 291086336 2308 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=284264 CPUtime=0.29 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 701 0 0 0 29 0 0 0 25 0 4 0 652776222 291086336 2308 33554432000 4194304 4650419 140734973727456 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=284264 CPUtime=0.28 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 600 0 0 0 28 0 0 0 25 0 4 0 652776222 291086336 2308 33554432000 4194304 4650419 140734973727456 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284264

[startup+0.700371 s]
/proc/loadavg: 8.10 8.11 7.91 5/285 5423
/proc/meminfo: memFree=18663660/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=285308 CPUtime=2.77 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 5030 0 0 0 277 0 0 0 18 0 4 0 652776222 292155392 3098 33554432000 4194304 4650419 140734973727456 18446744073709551615 4368151 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 71327 3099 393 112 0 66292 0
[pid=5423/tid=5424] ppid=5421 vsize=285308 CPUtime=0.69 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 1227 0 0 0 69 0 0 0 18 0 4 0 652776222 292155392 3099 33554432000 4194304 4650419 140734973727456 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=285308 CPUtime=0.69 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 1174 0 0 0 69 0 0 0 25 0 4 0 652776222 292155392 3099 33554432000 4194304 4650419 140734973727456 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=285308 CPUtime=0.68 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 1028 0 0 0 68 0 0 0 25 0 4 0 652776222 292155392 3099 33554432000 4194304 4650419 140734973727456 18446744073709551615 4367284 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285308

[startup+1.50024 s]
/proc/loadavg: 8.17 8.13 7.92 9/289 5427
/proc/meminfo: memFree=18649992/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=286752 CPUtime=5.96 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 10010 0 0 0 595 1 0 0 20 0 4 0 652776222 293634048 5055 33554432000 4194304 4650419 140734973727456 18446744073709551615 4426561 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 71688 5067 395 112 0 66653 0
[pid=5423/tid=5424] ppid=5421 vsize=286752 CPUtime=1.49 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 2188 0 0 0 149 0 0 0 19 0 4 0 652776222 293634048 5067 33554432000 4194304 4650419 140734973727456 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=286752 CPUtime=1.49 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 2135 0 0 0 149 0 0 0 25 0 4 0 652776222 293634048 5070 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=286752 CPUtime=1.47 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 1838 0 0 0 147 0 0 0 25 0 4 0 652776222 293634048 5071 33554432000 4194304 4650419 140734973727456 18446744073709551615 4303912 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286752

[startup+3.10096 s]
/proc/loadavg: 8.17 8.13 7.92 9/289 5428
/proc/meminfo: memFree=18635932/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=287012 CPUtime=12.35 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 18685 0 0 0 1232 3 0 0 25 0 4 0 652776222 293900288 10725 33554432000 4194304 4650419 140734973727456 18446744073709551615 4363484 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 71753 10725 395 112 0 66718 0
[pid=5423/tid=5424] ppid=5421 vsize=287012 CPUtime=3.08 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 4520 0 0 0 308 0 0 0 25 0 4 0 652776222 293900288 10725 33554432000 4194304 4650419 140734973727456 18446744073709551615 4334635 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=287012 CPUtime=3.08 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 4860 0 0 0 308 0 0 0 25 0 4 0 652776222 293900288 10725 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=287012 CPUtime=3.06 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 4090 0 0 0 306 0 0 0 25 0 4 0 652776222 293900288 10725 33554432000 4194304 4650419 140734973727456 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 287012

[startup+6.3004 s]
/proc/loadavg: 8.64 8.22 7.95 11/289 5428
/proc/meminfo: memFree=18602448/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=313880 CPUtime=25 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 27730 0 0 0 2494 6 0 0 25 0 4 0 652776222 321413120 15326 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 78470 15326 395 112 0 73435 0
[pid=5423/tid=5424] ppid=5421 vsize=313880 CPUtime=6.29 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 7759 0 0 0 628 1 0 0 25 0 4 0 652776222 321413120 15326 33554432000 4194304 4650419 140734973727456 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=313880 CPUtime=6.17 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 6341 0 0 0 616 1 0 0 25 0 4 0 652776222 321413120 15326 33554432000 4194304 4650419 140734973727456 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=313880 CPUtime=6.23 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 5789 0 0 0 622 1 0 0 25 0 4 0 652776222 321413120 15326 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 313880

[startup+12.7003 s]
/proc/loadavg: 8.66 8.24 7.95 9/289 5428
/proc/meminfo: memFree=18581732/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=287500 CPUtime=50.54 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 41507 0 0 0 5044 10 0 0 25 0 4 0 652776222 294400000 20324 33554432000 4194304 4650419 140734973727456 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 71875 20324 395 112 0 66840 0
[pid=5423/tid=5424] ppid=5421 vsize=287500 CPUtime=12.68 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 11853 0 0 0 1266 2 0 0 25 0 4 0 652776222 294400000 20324 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=287500 CPUtime=12.57 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 9226 0 0 0 1255 2 0 0 25 0 4 0 652776222 294400000 20324 33554432000 4194304 4650419 140734973727456 18446744073709551615 4349707 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=287500 CPUtime=12.56 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 8270 0 0 0 1255 1 0 0 25 0 4 0 652776222 294400000 20324 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 287500

[startup+25.5011 s]
/proc/loadavg: 8.52 8.22 7.95 9/289 5428
/proc/meminfo: memFree=18543040/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=287916 CPUtime=101.62 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 63370 0 0 0 10143 19 0 0 25 0 4 0 652776222 294825984 33084 33554432000 4194304 4650419 140734973727456 18446744073709551615 274664504965 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 71979 33084 395 112 0 66944 0
[pid=5423/tid=5424] ppid=5421 vsize=287916 CPUtime=25.49 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 17818 0 0 0 2545 4 0 0 25 0 4 0 652776222 294825984 33084 33554432000 4194304 4650419 140734973727456 18446744073709551615 4438216 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=287916 CPUtime=25.36 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 15977 0 0 0 2530 6 0 0 25 0 4 0 652776222 294825984 33084 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=287916 CPUtime=25.25 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 11944 0 0 0 2522 3 0 0 25 0 4 0 652776222 294825984 33084 33554432000 4194304 4650419 140734973727456 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 287916

[startup+51.1007 s]
/proc/loadavg: 8.41 8.22 7.96 9/289 5429
/proc/meminfo: memFree=18516248/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=371988 CPUtime=203.77 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 89923 0 0 0 20349 28 0 0 25 0 4 0 652776222 380915712 38340 33554432000 4194304 4650419 140734973727456 18446744073709551615 4313064 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 92997 38340 395 112 0 87962 0
[pid=5423/tid=5424] ppid=5421 vsize=371988 CPUtime=51.08 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 24390 0 0 0 5102 6 0 0 25 0 4 0 652776222 380915712 38340 33554432000 4194304 4650419 140734973727456 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=371988 CPUtime=50.94 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 21085 0 0 0 5086 8 0 0 25 0 4 0 652776222 380915712 38340 33554432000 4194304 4650419 140734973727456 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=371988 CPUtime=50.62 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 16954 0 0 0 5058 4 0 0 25 0 4 0 652776222 380915712 38340 33554432000 4194304 4650419 140734973727456 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 371988

[startup+102.301 s]
/proc/loadavg: 8.30 8.22 7.97 9/289 5430
/proc/meminfo: memFree=18463796/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=386472 CPUtime=408.12 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 126702 0 0 0 40768 44 0 0 25 0 4 0 652776222 395747328 50424 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 96618 50424 395 112 0 91583 0
[pid=5423/tid=5424] ppid=5421 vsize=386472 CPUtime=102.3 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 30845 0 0 0 10220 10 0 0 25 0 4 0 652776222 395747328 50426 33554432000 4194304 4650419 140734973727456 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=386472 CPUtime=102.16 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 26111 0 0 0 10205 11 0 0 25 0 4 0 652776222 395747328 50426 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=386472 CPUtime=101.36 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 26259 0 0 0 10128 8 0 0 25 0 4 0 652776222 395747328 50426 33554432000 4194304 4650419 140734973727456 18446744073709551615 4431673 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.12
Current children cumulated vsize (KiB) 386472

[startup+162.3 s]

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

[pid=5423] ppid=5421 vsize=651592 CPUtime=2802.65 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 386933 0 0 0 280085 180 0 0 25 0 4 0 652776222 667230208 106250 33554432000 4194304 4650419 140734973727456 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 162898 106250 395 112 0 157863 0
[pid=5423/tid=5424] ppid=5421 vsize=651592 CPUtime=702.31 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 108084 0 0 0 70181 50 0 0 25 0 4 0 652776222 667230208 106250 33554432000 4194304 4650419 140734973727456 18446744073709551615 4311310 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=651592 CPUtime=702.16 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 74257 0 0 0 70178 38 0 0 25 0 4 0 652776222 667230208 106250 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=651592 CPUtime=695.91 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 76584 0 0 0 69556 35 0 0 25 0 4 0 652776222 667230208 106250 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2802.65
Current children cumulated vsize (KiB) 651592

[startup+762.301 s]
/proc/loadavg: 6.12 7.63 7.86 5/280 5466
/proc/meminfo: memFree=18616600/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=651712 CPUtime=3042.12 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 414032 0 0 0 304017 195 0 0 25 0 4 0 652776222 667353088 112582 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 162928 112582 395 112 0 157893 0
[pid=5423/tid=5424] ppid=5421 vsize=651712 CPUtime=762.31 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 116899 0 0 0 76177 54 0 0 25 0 4 0 652776222 667353088 112582 33554432000 4194304 4650419 140734973727456 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=651712 CPUtime=762.17 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 81374 0 0 0 76176 41 0 0 25 0 4 0 652776222 667353088 112582 33554432000 4194304 4650419 140734973727456 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=651712 CPUtime=755.37 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 79631 0 0 0 75500 37 0 0 25 0 4 0 652776222 667353088 112582 33554432000 4194304 4650419 140734973727456 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3042.12
Current children cumulated vsize (KiB) 651712

[startup+822.301 s]
/proc/loadavg: 4.78 6.97 7.61 5/280 5467
/proc/meminfo: memFree=18597124/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=755348 CPUtime=3281.57 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 441653 0 0 0 327947 210 0 0 25 0 4 0 652776222 773476352 117826 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 188837 117826 395 112 0 183802 0
[pid=5423/tid=5424] ppid=5421 vsize=755348 CPUtime=822.3 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 125117 0 0 0 82172 58 0 0 25 0 4 0 652776222 773476352 117826 33554432000 4194304 4650419 140734973727456 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=755348 CPUtime=822.16 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 89418 0 0 0 82170 46 0 0 25 0 4 0 652776222 773476352 117826 33554432000 4194304 4650419 140734973727456 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=755348 CPUtime=814.83 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 85968 0 0 0 81443 40 0 0 25 0 4 0 652776222 773476352 117826 33554432000 4194304 4650419 140734973727456 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3281.57
Current children cumulated vsize (KiB) 755348

[startup+882.311 s]
/proc/loadavg: 4.32 6.44 7.39 5/280 5469
/proc/meminfo: memFree=18615348/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=704492 CPUtime=3521.06 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 466545 0 0 0 351881 225 0 0 25 0 4 0 652776222 721399808 113131 33554432000 4194304 4650419 140734973727456 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 176123 113131 395 112 0 171088 0
[pid=5423/tid=5424] ppid=5421 vsize=704492 CPUtime=882.31 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 133166 0 0 0 88169 62 0 0 25 0 4 0 652776222 721399808 113131 33554432000 4194304 4650419 140734973727456 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=704492 CPUtime=882.17 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 97559 0 0 0 88165 52 0 0 25 0 4 0 652776222 721399808 113131 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=704492 CPUtime=874.29 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 88915 0 0 0 87387 42 0 0 25 0 4 0 652776222 721399808 113131 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3521.06
Current children cumulated vsize (KiB) 704492

[startup+942.3 s]
/proc/loadavg: 4.15 6.01 7.18 5/280 5471
/proc/meminfo: memFree=18577768/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=704848 CPUtime=3760.48 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 496251 0 0 0 375812 236 0 0 25 0 4 0 652776222 721764352 122519 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 176212 122519 395 112 0 171177 0
[pid=5423/tid=5424] ppid=5421 vsize=704848 CPUtime=942.31 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 145763 0 0 0 94166 65 0 0 25 0 4 0 652776222 721764352 122519 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=704848 CPUtime=942.16 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 105195 0 0 0 94161 55 0 0 25 0 4 0 652776222 721764352 122519 33554432000 4194304 4650419 140734973727456 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=704848 CPUtime=933.74 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 92905 0 0 0 93330 44 0 0 25 0 4 0 652776222 721764352 122519 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3760.48
Current children cumulated vsize (KiB) 704848

[startup+1002.3 s]
/proc/loadavg: 4.17 5.67 6.99 5/280 5472
/proc/meminfo: memFree=18549860/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=778408 CPUtime=3999.95 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 519011 0 0 0 399747 248 0 0 25 0 4 0 652776222 797089792 129549 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365300 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 194602 129549 395 112 0 189567 0
[pid=5423/tid=5424] ppid=5421 vsize=778408 CPUtime=1002.31 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 153326 0 0 0 100162 69 0 0 25 0 4 0 652776222 797089792 129549 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=778408 CPUtime=1002.16 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 113416 0 0 0 100157 59 0 0 25 0 4 0 652776222 797089792 129549 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=778408 CPUtime=993.2 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 95861 0 0 0 99274 46 0 0 25 0 4 0 652776222 797089792 129549 33554432000 4194304 4650419 140734973727456 18446744073709551615 4328302 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.95
Current children cumulated vsize (KiB) 778408

[startup+1062.3 s]
/proc/loadavg: 4.13 5.38 6.80 5/280 5474
/proc/meminfo: memFree=18553084/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=673388 CPUtime=4239.41 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 547400 0 0 0 423678 263 0 0 25 0 4 0 652776222 689549312 128663 33554432000 4194304 4650419 140734973727456 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 168347 128663 395 112 0 163312 0
[pid=5423/tid=5424] ppid=5421 vsize=673388 CPUtime=1062.31 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 160817 0 0 0 106158 73 0 0 25 0 4 0 652776222 689549312 128663 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=673388 CPUtime=1062.16 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 120902 0 0 0 106153 63 0 0 25 0 4 0 652776222 689549312 128663 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=673388 CPUtime=1052.66 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 104154 0 0 0 105217 49 0 0 25 0 4 0 652776222 689549312 128663 33554432000 4194304 4650419 140734973727456 18446744073709551615 4331944 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4239.41
Current children cumulated vsize (KiB) 673388

[startup+1122.3 s]
/proc/loadavg: 4.11 5.14 6.63 5/280 5475
/proc/meminfo: memFree=18517720/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=673608 CPUtime=4478.86 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 574758 0 0 0 447606 280 0 0 25 0 4 0 652776222 689774592 137589 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 168402 137589 395 112 0 163367 0
[pid=5423/tid=5424] ppid=5421 vsize=673608 CPUtime=1122.31 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 169141 0 0 0 112153 78 0 0 25 0 4 0 652776222 689774592 137589 33554432000 4194304 4650419 140734973727456 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=673608 CPUtime=1122.17 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 128104 0 0 0 112150 67 0 0 25 0 4 0 652776222 689774592 137589 33554432000 4194304 4650419 140734973727456 18446744073709551615 4334514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=673608 CPUtime=1112.11 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 109033 0 0 0 111158 53 0 0 25 0 4 0 652776222 689774592 137589 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4478.86
Current children cumulated vsize (KiB) 673608

[startup+1182.3 s]
/proc/loadavg: 4.10 4.95 6.47 5/280 5477
/proc/meminfo: memFree=18529112/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=834308 CPUtime=4718.32 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 595415 0 0 0 471542 290 0 0 25 0 4 0 652776222 854331392 134969 33554432000 4194304 4650419 140734973727456 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 208577 134969 395 112 0 203542 0
[pid=5423/tid=5424] ppid=5421 vsize=834308 CPUtime=1182.31 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 179596 0 0 0 118149 82 0 0 25 0 4 0 652776222 854331392 134969 33554432000 4194304 4650419 140734973727456 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=834308 CPUtime=1182.16 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 134463 0 0 0 118146 70 0 0 25 0 4 0 652776222 854331392 134969 33554432000 4194304 4650419 140734973727456 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=834308 CPUtime=1171.57 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 110212 0 0 0 117103 54 0 0 25 0 4 0 652776222 854331392 134969 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4718.32
Current children cumulated vsize (KiB) 834308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 4.07 4.89 6.42 5/280 5478
/proc/meminfo: memFree=18495616/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=846444 CPUtime=4800.14 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 604891 0 0 0 479719 295 0 0 25 0 4 0 652776222 866758656 143050 33554432000 4194304 4650419 140734973727456 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 211611 143050 395 112 0 206576 0
[pid=5423/tid=5424] ppid=5421 vsize=846444 CPUtime=1202.82 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 180980 0 0 0 120200 82 0 0 25 0 4 0 652776222 866758656 143050 33554432000 4194304 4650419 140734973727456 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=846444 CPUtime=1202.67 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 137130 0 0 0 120196 71 0 0 25 0 4 0 652776222 866758656 143050 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=846444 CPUtime=1191.88 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 112416 0 0 0 119132 56 0 0 25 0 4 0 652776222 866758656 143050 33554432000 4194304 4650419 140734973727456 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 846444

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

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

[startup+1202.8 s]
/proc/loadavg: 4.07 4.89 6.42 5/280 5478
/proc/meminfo: memFree=18495616/32951132 swapFree=67093824/67111528
[pid=5423] ppid=5421 vsize=846444 CPUtime=4800.14 cores=1,3,5,7
/proc/5423/stat : 5423 (strangenight1-m) R 5421 5423 4908 0 -1 4202496 604891 0 0 0 479719 295 0 0 25 0 4 0 652776222 866758656 143050 33554432000 4194304 4650419 140734973727456 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5423/statm: 211611 143050 395 112 0 206576 0
[pid=5423/tid=5424] ppid=5421 vsize=846444 CPUtime=1202.82 cores=1,3,5,7
/proc/5423/task/5424/stat : 5424 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 180980 0 0 0 120200 82 0 0 25 0 4 0 652776222 866758656 143050 33554432000 4194304 4650419 140734973727456 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=5423/tid=5425] ppid=5421 vsize=846444 CPUtime=1202.67 cores=1,3,5,7
/proc/5423/task/5425/stat : 5425 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 137130 0 0 0 120196 71 0 0 25 0 4 0 652776222 866758656 143050 33554432000 4194304 4650419 140734973727456 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=846444 CPUtime=1191.88 cores=1,3,5,7
/proc/5423/task/5426/stat : 5426 (strangenight1-m) R 5421 5423 4908 0 -1 4202560 112416 0 0 0 119132 56 0 0 25 0 4 0 652776222 866758656 143050 33554432000 4194304 4650419 140734973727456 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 846444

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.84
CPU time (s): 4800.21
CPU user time (s): 4797.23
CPU system time (s): 2.98355
CPU usage (%): 399.072
Max. virtual memory (cumulated for all children) (KiB): 900976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.23
system time used= 2.98355
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 604891
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= 219
involuntary context switches= 34025

runsolver used 2.94955 second user time and 8.11976 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-15 00:22:46
IDJOB=3369078
IDBENCH=83087
IDSOLVER=1846
FILE ID=node131/3369078-1305411766
RUNJOBID= node131-1305410075-5222
PBS_JOBID= 13324514
Free space on /tmp= 73684 MiB

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

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

MD5SUM BENCH= afbdc7a317cd52b76c978398c2e877e2
RANDOM SEED=967158074

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:      18663948 kB
Buffers:        274568 kB
Cached:        3639840 kB
SwapCached:       1504 kB
Active:       10966504 kB
Inactive:      3063828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18663948 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            6252 kB
Writeback:           0 kB
AnonPages:    10114748 kB
Mapped:          27332 kB
Slab:           163744 kB
PageTables:      31888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28487564 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-15 00:42:51