Trace number 3175469

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.64

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.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-3175469-1304125407.cnf'
0.00/0.00	c -- header says num vars:            700
0.00/0.00	c -- header says num clauses:        2982
0.00/0.00	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.00	c -- vars added        700
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	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.00
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.40/0.18	c  N st     8      4918       683      2956         0      4862      8969    147670   no data   no data  --
1.58/0.46	c  N st    10     11302       683      2956         0      4520      8969     92520   no data   no data  --
2.77/0.74	c  N st    11     17045       683      2956         0     10205      8969    268228   no data   no data  --
4.38/1.19	c  F st    12     25000       683      2956         0     12502      8969    342890   no data   no data  --
4.38/1.19	c  N st    12     25000       683      2956         0     12502      8969    342890   no data   no data  --
5.57/1.45	c Decided on static restart strategy
5.57/1.45	c  N st    18     30005       683      2956         0     10757      8969    258291   no data   no data  --
5.57/1.45	c  S st    18     30005       683      2956         0     10757      8969    258291   no data   no data  --
5.57/1.48	c  S st    18     30511       683      2956         0     11263      8969    271666   no data   no data  --
5.57/1.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.57/1.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.57/1.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
5.57/1.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.17/1.80	c lits-rem:       102  cl-subs:      181  v-elim:      0  v-fix:    0  time:  1.23 s
7.17/1.81	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.04
7.17/1.81	c calculated reachability. Time: 0.00
7.17/1.81	c  N st    18     30511       683      2956         0     11082      8969    264896   no data   no data  --
8.79/2.23	c  N st    20     37624       683      2956         0     10308      8969    212055   no data   no data  --
10.36/2.66	c  N st    21     44023       683      2956         0     16638      8969    416551   no data   no data  --
10.76/2.79	c  S st    22     45766       683      2956         0      9545      8969    170941   no data   no data  --
11.16/2.82	c  S st    22     46270       683      2956         0     10048      8969    184786   no data   no data  --
11.16/2.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.16/2.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.16/2.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.16/2.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.16/2.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.16/2.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
11.16/2.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.56/2.98	c lits-rem:       120  cl-subs:       42  v-elim:      0  v-fix:    0  time:  0.60 s
11.56/2.98	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
11.56/2.98	c vivif2 --  cl tried    10006 cl shrink        0 lits rem          0 time: 0.00
11.56/2.99	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.04
11.56/2.99	c calculated reachability. Time: 0.00
11.56/2.99	c  N st    22     46270       683      2956         0     10006      8969    183258   no data   no data  --
15.56/3.98	c  N st    23     60669       683      2956         0     14380      8969    308384   no data   no data  --
18.35/4.64	c  N st    24     69405       683      2956         0     12138      8969    222141   no data   no data  --
18.35/4.64	c  S st    24     69405       683      2956         0     12138      8969    222141   no data   no data  --
18.35/4.67	c  S st    24     69911       683      2956         0     12644      8969    235448   no data   no data  --
18.35/4.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.35/4.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.35/4.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
18.35/4.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.35/4.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.35/4.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
18.35/4.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.54/4.97	c lits-rem:        34  cl-subs:      154  v-elim:      0  v-fix:    0  time:  1.15 s
19.54/4.97	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
19.54/4.97	c vivif2 --  cl tried    12490 cl shrink        0 lits rem          0 time: 0.01
19.54/4.98	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.04
19.54/4.98	c calculated reachability. Time: 0.00
19.54/4.98	c  N st    24     69911       683      2956         0     12490      8969    230359   no data   no data  --
25.14/6.33	c  F st    25     87501       683      2956         0     18037      8969    421110   no data   no data  --
25.14/6.33	c  N st    25     87501       683      2956         0     18037      8969    421110   no data   no data  --
26.76/6.74	c Decided on static restart strategy
27.93/7.04	c  N st    32     95540       683      2956         0     13130      8969    213164   no data   no data  --
30.75/7.74	c  N st    34    104866       683      2956         0     22345      8969    489108   no data   no data  --
30.75/7.74	c  S st    34    104866       683      2956         0     22345      8969    489108   no data   no data  --
30.75/7.80	c  S st    34    105367       683      2956         0     22846      8969    503059   no data   no data  --
30.75/7.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.75/7.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.15/7.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
31.15/7.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.15/7.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.15/7.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
31.15/7.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.32/9.11	c lits-rem:       110  cl-subs:      480  v-elim:      0  v-fix:    0  time:  5.11 s
36.32/9.11	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
36.32/9.11	c vivif2 --  cl tried    22366 cl shrink        0 lits rem          0 time: 0.02
36.32/9.13	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.08
36.32/9.13	c calculated reachability. Time: 0.00
36.32/9.13	c  N st    34    105367       683      2956         0     22366      8969    487655   no data   no data  --
39.54/9.99	c  N st    35    114965       683      2956         0     18046      8969    345100   no data   no data  --
44.71/11.30	c  N st    36    129364       683      2956         0     17447      8969    300930   no data   no data  --
53.50/13.42	c  N st    37    150960       683      2956         0     22992      8969    469974   no data   no data  --
56.30/14.17	c  S st    38    158052       683      2956         0     29950      8969    693974   no data   no data  --
56.70/14.25	c  S st    38    158554       683      2956         0     30452      8969    707811   no data   no data  --
56.70/14.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
56.70/14.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
56.70/14.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
56.70/14.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.70/14.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.70/14.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
56.70/14.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
64.69/16.26	c lits-rem:       376  cl-subs:      783  v-elim:      0  v-fix:    0  time:  7.87 s
64.69/16.26	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
64.69/16.26	c vivif2 --  cl tried    29669 cl shrink        0 lits rem          0 time: 0.03
64.69/16.29	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.10
64.69/16.29	c calculated reachability. Time: 0.00
64.69/16.29	c  N st    38    158554       683      2956         0     29669      8969    677149   no data   no data  --
86.26/21.61	c  N st    39    207142       683      2956         0     24381      8969    457209   no data   no data  --
99.84/25.06	c  N st    40    237831       683      2956         0     34954      8969    798654   no data   no data  --
99.84/25.06	c  S st    40    237831       683      2956         0     34954      8969    798654   no data   no data  --
100.24/25.16	c  S st    40    238336       683      2956         0     35458      8969    812900   no data   no data  --
100.24/25.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
100.24/25.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
100.24/25.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
100.64/25.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.64/25.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.64/25.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
100.64/25.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
109.84/27.55	c lits-rem:      1173  cl-subs:      762  v-elim:      0  v-fix:    0  time:  9.38 s
109.84/27.55	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
109.84/27.56	c vivif2 --  cl tried    34696 cl shrink        0 lits rem          0 time: 0.04
109.84/27.60	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.13
109.84/27.60	c calculated reachability. Time: 0.00
109.84/27.60	c  N st    40    238336       683      2956         0     34696      8969    783024   no data   no data  --
141.78/35.57	c  F st    41    306252       683      2956         0     36469      8969    815158   no data   no data  --
141.78/35.57	c  N st    41    306252       683      2956         0     36469      8969    815158   no data   no data  --
144.99/36.33	c Decided on static restart strategy
156.56/39.20	c  N st    51    334556       683      2956         0     40751      8969    858610   no data   no data  --
168.55/42.28	c  N st    53    357504       683      2956         0     38689      8969    762301   no data   no data  --
168.55/42.28	c  S st    53    357504       683      2956         0     38689      8969    762301   no data   no data  --
168.95/42.38	c  S st    53    358005       683      2956         0     39188      8969    777667   no data   no data  --
168.95/42.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
168.95/42.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
168.95/42.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
169.35/42.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
169.35/42.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
169.35/42.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
169.35/42.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
178.13/44.65	c lits-rem:       620  cl-subs:     1129  v-elim:      0  v-fix:    0  time:  8.92 s
178.13/44.65	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
178.13/44.66	c vivif2 --  cl tried    38059 cl shrink        0 lits rem          0 time: 0.04
178.53/44.70	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.15
178.53/44.70	c calculated reachability. Time: 0.00
178.53/44.70	c  N st    53    358005       683      2956         0     38059      8969    737158   no data   no data  --
196.11/49.17	c  N st    54    390399       683      2956         0     44292      8969    892678   no data   no data  --
224.08/56.13	c  N st    55    438988       683      2956         0     37833      8969    647421   no data   no data  --
266.81/66.82	c  N st    56    511871       683      2956         0     51451      8969   1057750   no data   no data  --
283.19/70.93	c  N st    57    537007       683      2956         0     45773      8969    831142   no data   no data  --
283.19/70.93	c  S st    57    537007       683      2956         0     45773      8969    831142   no data   no data  --
283.59/71.04	c  S st    57    537509       683      2956         0     46275      8969    844483   no data   no data  --
283.59/71.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
283.59/71.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
283.59/71.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
283.59/71.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
283.59/71.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
283.59/71.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
283.59/71.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
293.98/73.61	c lits-rem:      1098  cl-subs:     1310  v-elim:      0  v-fix:    0  time: 10.09 s
293.98/73.62	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
293.98/73.62	c vivif2 --  cl tried    44965 cl shrink        0 lits rem          0 time: 0.04
293.98/73.68	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.21
293.98/73.68	c calculated reachability. Time: 0.00
293.98/73.68	c  N st    57    537509       683      2956         0     44965      8969    801511   no data   no data  --
414.61/103.85	c  N st    58    701495       683      2956         0     39148      8969    537287   no data   no data  --
497.70/124.64	c  N st    59    806265       683      2956         0     68001      8969   1351481   no data   no data  --
497.70/124.64	c  S st    59    806265       683      2956         0     68001      8969   1351481   no data   no data  --
498.50/124.83	c  S st    59    806769       683      2956         0     68505      8969   1365447   no data   no data  --
498.50/124.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
498.50/124.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
498.50/124.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
498.90/124.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
498.90/124.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
498.90/124.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
498.90/124.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
522.89/130.95	c lits-rem:       171  cl-subs:     4717  v-elim:      0  v-fix:    0  time: 24.13 s
522.89/130.95	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
522.89/130.97	c vivif2 --  cl tried    63788 cl shrink        0 lits rem          0 time: 0.06
523.29/131.05	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.34
523.29/131.05	c calculated reachability. Time: 0.00
523.29/131.05	c  N st    59    806769       683      2956         0     63788      8969   1233236   no data   no data  --
745.38/186.66	c  F st    60   1071875       683      2956         0     79948      8969   1629461   no data   no data  --
745.38/186.66	c  N st    60   1071875       683      2956         0     79948      8969   1629461   no data   no data  --
751.79/188.22	c Decided on static restart strategy
770.94/193.03	c  N st    70   1100178       683      2956         0     63664      8969   1068245   no data   no data  --
802.90/201.02	c  N st    72   1136174       683      2956         0     53767      8969    755146   no data   no data  --
833.25/208.62	c  N st    73   1168568       683      2956         0     85515      8969   1709898   no data   no data  --
874.01/218.87	c  N st    74   1210155       683      2956         0     79957      8969   1481149   no data   no data  --
874.01/218.87	c  S st    74   1210155       683      2956         0     79957      8969   1481149   no data   no data  --
875.20/219.11	c  S st    74   1210657       683      2956         0     80458      8969   1496114   no data   no data  --
875.20/219.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
875.20/219.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
875.20/219.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
875.60/219.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
875.60/219.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
875.60/219.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
875.60/219.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
905.96/226.82	c lits-rem:       209  cl-subs:     5132  v-elim:      0  v-fix:    0  time: 30.42 s
905.96/226.82	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
905.96/226.84	c vivif2 --  cl tried    75326 cl shrink        0 lits rem          0 time: 0.07
906.36/226.96	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.46
906.36/226.96	c calculated reachability. Time: 0.00
906.36/226.96	c  N st    74   1210657       683      2956         0     75326      8969   1349429   no data   no data  --
982.65/246.02	c  N st    75   1283543       683      2956         0     51908      8969    645901   no data   no data  --
1100.11/275.46	c  N st    76   1392866       683      2956         0     60262      8969    844440   no data   no data  --
1254.30/314.08	c  N st    77   1556850       683      2956         0     65115      8969    909277   no data   no data  --
1411.28/353.36	c  N st    78   1710657       683      2956         0    106950      8969   2158074   no data   no data  --
1411.28/353.36	c  S st    78   1710657       683      2956         0    106950      8969   2158074   no data   no data  --
1412.48/353.69	c  S st    78   1711158       683      2956         0    107451      8969   2172910   no data   no data  --
1412.48/353.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1412.48/353.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1412.89/353.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1413.29/353.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1413.29/353.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1413.29/353.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
1413.29/353.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1479.99/370.58	c lits-rem:       640  cl-subs:     6053  v-elim:      0  v-fix:    0  time: 66.90 s
1479.99/370.58	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
1480.39/370.60	c vivif2 --  cl tried   101398 cl shrink        0 lits rem          0 time: 0.10
1480.81/370.77	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.66
1480.81/370.77	c calculated reachability. Time: 0.00
1480.81/370.77	c  N st    78   1711158       683      2956         0    101398      8969   1992371   no data   no data  --
1884.25/471.72	c  N st    79   2080122       683      2956         0    113342      8969   2248259   no data   no data  --
2046.03/512.30	c  N st    80   2211160       683      2956         0    117241      8969   2244247   no data   no data  --
2046.03/512.30	c  S st    80   2211160       683      2956         0    117241      8969   2244247   no data   no data  --
2047.65/512.67	c  S st    80   2211664       683      2956         0    117745      8969   2258805   no data   no data  --
2047.65/512.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2047.65/512.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2048.05/512.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
2048.44/512.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2048.44/512.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2048.44/512.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
2048.44/512.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2117.96/530.30	c lits-rem:       817  cl-subs:     7197  v-elim:      0  v-fix:    0  time: 69.81 s
2117.96/530.30	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
2118.36/530.33	c vivif2 --  cl tried   110548 cl shrink        0 lits rem          0 time: 0.10
2119.14/530.52	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.76
2119.14/530.52	c calculated reachability. Time: 0.00
2119.14/530.52	c  N st    80   2211664       683      2956         0    110548      8969   2063047   no data   no data  --
2726.40/682.52	c  N st    81   2711665       683      2956         0    133442      8969   2612383   no data   no data  --
2726.40/682.52	c  S st    81   2711665       683      2956         0    133442      8969   2612383   no data   no data  --
2728.00/682.96	c  S st    81   2712167       683      2956         0    133944      8969   2626886   no data   no data  --
2728.00/682.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2728.00/682.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2728.40/683.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.29
2728.82/683.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2728.82/683.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2728.82/683.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
2728.82/683.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2852.26/714.09	c lits-rem:       772  cl-subs:    11261  v-elim:      0  v-fix:    0  time: 123.65 s
2852.26/714.09	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
2852.64/714.12	c vivif2 --  cl tried   122683 cl shrink        0 lits rem          0 time: 0.12
2853.43/714.36	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.93
2853.43/714.36	c calculated reachability. Time: 0.00
2853.43/714.36	c  N st    81   2712167       683      2956         0    122683      8969   2335450   no data   no data  --
3540.66/886.38	c  N st    82   3212167       683      2956         0     99108      8969   1520077   no data   no data  --
3540.66/886.38	c  S st    82   3212167       683      2956         0     99108      8969   1520077   no data   no data  --
3541.87/886.65	c  S st    82   3212667       683      2956         0     99608      8969   1534194   no data   no data  --
3541.87/886.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3541.87/886.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3542.27/886.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
3542.27/886.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3542.27/886.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3542.27/886.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
3542.27/886.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3559.85/891.19	c lits-rem:        71  cl-subs:     2380  v-elim:      0  v-fix:    0  time: 17.69 s
3559.85/891.19	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
3560.23/891.21	c vivif2 --  cl tried    97228 cl shrink        0 lits rem          0 time: 0.08
3560.63/891.36	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.58
3560.63/891.36	c calculated reachability. Time: 0.00
3560.63/891.36	c  N st    82   3212667       683      2956         0     97228      8969   1461538   no data   no data  --
4334.14/1084.93	c  N st    83   3712668       683      2956         0    107700      8969   1714962   no data   no data  --
4334.14/1084.93	c  S st    83   3712668       683      2956         0    107700      8969   1714962   no data   no data  --
4335.34/1085.25	c  S st    83   3713172       683      2956         0    108204      8969   1730100   no data   no data  --
4335.34/1085.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4335.34/1085.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4335.74/1085.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
4335.74/1085.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4335.74/1085.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4335.74/1085.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    683 time:  0.00 s
4335.74/1085.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4360.90/1091.63	c lits-rem:        12  cl-subs:     2873  v-elim:      0  v-fix:    0  time: 24.98 s
4360.90/1091.63	c vivif2 --  cl tried     2956 cl shrink        0 lits rem          0 time: 0.00
4360.90/1091.65	c vivif2 --  cl tried   105331 cl shrink        0 lits rem          0 time: 0.09
4361.70/1091.82	c asymm  cl-useful: 0/2956/2956 lits-rem:0 time: 0.66
4361.70/1091.82	c calculated reachability. Time: 0.00
4361.70/1091.82	c  N st    83   3713172       683      2956         0    105331      8969   1636621   no data   no data  --
4416.04/1105.47	c  F st    84   3751562       683      2956         0    143007      8969   2935388   no data   no data  --
4416.04/1105.47	c  N st    84   3751562       683      2956         0    143007      8969   2935388   no data   no data  --
4426.43/1108.06	c Decided on static restart strategy
4465.20/1117.76	c  N st    94   3779870       683      2956         0     87746      8969   1000313   no data   no data  --
4518.31/1131.03	c  N st    96   3815862       683      2956         0    123185      8969   2175389   no data   no data  --
4587.03/1148.22	c  N st    97   3848254       683      2956         0    155050      8969   3219927   no data   no data  --
4658.56/1166.13	c  N st    98   3896842       683      2956         0    118419      8969   2051364   no data   no data  --
4772.02/1194.58	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: 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-3175469-1304125407/watcher-3175469-1304125407 -o /tmp/evaluation-result-3175469-1304125407/solver-3175469-1304125407 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175469-1304125407.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.05 8.08 8.03 5/180 10949
/proc/meminfo: memFree=30735016/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 524141190 52465664 356 33554432000 4194304 4650419 140734903838160 18446744073709551615 230809165755 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 12809 356 306 112 0 7774 0
[pid=10949/tid=10950] ppid=10947 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524141190 52465664 356 33554432000 4194304 4650419 140734903838160 18446744073709551615 47253984700338 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 524141190 52465664 356 33554432000 4194304 4650419 140734903838160 18446744073709551615 47253984700332 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524141190 52465664 356 33554432000 4194304 4650419 140734903838160 18446744073709551615 230804212822 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.107481 s]
/proc/loadavg: 8.05 8.08 8.03 5/180 10949
/proc/meminfo: memFree=30735016/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=283036 CPUtime=0.4 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 1990 0 0 0 40 0 0 0 25 0 4 0 524141190 289828864 1840 33554432000 4194304 4650419 140734903838160 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 70759 1840 391 112 0 65724 0
[pid=10949/tid=10950] ppid=10947 vsize=283036 CPUtime=0.1 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 432 0 0 0 10 0 0 0 25 0 4 0 524141190 289828864 1840 33554432000 4194304 4650419 140734903838160 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=283036 CPUtime=0.09 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 427 0 0 0 9 0 0 0 25 0 4 0 524141190 289828864 1840 33554432000 4194304 4650419 140734903838160 18446744073709551615 4333238 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=283036 CPUtime=0.09 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 261 0 0 0 9 0 0 0 25 0 4 0 524141190 289828864 1840 33554432000 4194304 4650419 140734903838160 18446744073709551615 4363576 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 283036

[startup+0.200466 s]
/proc/loadavg: 8.05 8.08 8.03 5/180 10949
/proc/meminfo: memFree=30735016/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=284488 CPUtime=0.77 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 2806 0 0 0 77 0 0 0 25 0 4 0 524141190 291315712 1942 33554432000 4194304 4650419 140734903838160 18446744073709551615 4363458 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 71122 1942 393 112 0 66087 0
[pid=10949/tid=10950] ppid=10947 vsize=284488 CPUtime=0.19 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 651 0 0 0 19 0 0 0 25 0 4 0 524141190 291315712 1942 33554432000 4194304 4650419 140734903838160 18446744073709551615 4363280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=284488 CPUtime=0.19 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 613 0 0 0 19 0 0 0 25 0 4 0 524141190 291315712 1942 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=284488 CPUtime=0.19 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 455 0 0 0 19 0 0 0 25 0 4 0 524141190 291315712 1942 33554432000 4194304 4650419 140734903838160 18446744073709551615 4336694 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284488

[startup+0.300446 s]
/proc/loadavg: 8.05 8.08 8.03 5/180 10949
/proc/meminfo: memFree=30735016/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=284488 CPUtime=1.17 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 3189 0 0 0 117 0 0 0 25 0 4 0 524141190 291315712 2325 33554432000 4194304 4650419 140734903838160 18446744073709551615 4364301 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 71122 2325 393 112 0 66087 0
[pid=10949/tid=10950] ppid=10947 vsize=284488 CPUtime=0.29 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 755 0 0 0 29 0 0 0 25 0 4 0 524141190 291315712 2325 33554432000 4194304 4650419 140734903838160 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=284488 CPUtime=0.29 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 699 0 0 0 29 0 0 0 25 0 4 0 524141190 291315712 2325 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=284488 CPUtime=0.29 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 554 0 0 0 29 0 0 0 25 0 4 0 524141190 291315712 2325 33554432000 4194304 4650419 140734903838160 18446744073709551615 4366043 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284488

[startup+0.700375 s]
/proc/loadavg: 8.05 8.08 8.03 5/180 10949
/proc/meminfo: memFree=30735016/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=285536 CPUtime=2.77 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 5021 0 0 0 276 1 0 0 25 0 4 0 524141190 292388864 3095 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365348 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 71384 3095 393 112 0 66349 0
[pid=10949/tid=10950] ppid=10947 vsize=285536 CPUtime=0.69 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 1247 0 0 0 69 0 0 0 25 0 4 0 524141190 292388864 3095 33554432000 4194304 4650419 140734903838160 18446744073709551615 4331089 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=285536 CPUtime=0.68 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 1133 0 0 0 68 0 0 0 25 0 4 0 524141190 292388864 3095 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=285536 CPUtime=0.69 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 995 0 0 0 69 0 0 0 25 0 4 0 524141190 292388864 3095 33554432000 4194304 4650419 140734903838160 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285536

[startup+1.50023 s]
/proc/loadavg: 8.05 8.08 8.03 9/184 10953
/proc/meminfo: memFree=30730976/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=286892 CPUtime=5.96 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 10206 0 0 0 594 2 0 0 25 0 4 0 524141190 293777408 5260 33554432000 4194304 4650419 140734903838160 18446744073709551615 4432497 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 71723 5260 395 112 0 66688 0
[pid=10949/tid=10950] ppid=10947 vsize=286892 CPUtime=1.48 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 2198 0 0 0 148 0 0 0 25 0 4 0 524141190 293777408 5260 33554432000 4194304 4650419 140734903838160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=286892 CPUtime=1.48 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 2032 0 0 0 148 0 0 0 25 0 4 0 524141190 293777408 5260 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=286892 CPUtime=1.48 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 1840 0 0 0 148 0 0 0 25 0 4 0 524141190 293777408 5260 33554432000 4194304 4650419 140734903838160 18446744073709551615 4304275 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286892

[startup+3.10094 s]
/proc/loadavg: 8.05 8.08 8.03 9/184 10953
/proc/meminfo: memFree=30717336/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=292084 CPUtime=12.36 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 18615 0 0 0 1232 4 0 0 25 0 4 0 524141190 299094016 10657 33554432000 4194304 4650419 140734903838160 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 73021 10657 395 112 0 67986 0
[pid=10949/tid=10950] ppid=10947 vsize=292084 CPUtime=3.08 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 4559 0 0 0 308 0 0 0 25 0 4 0 524141190 299094016 10657 33554432000 4194304 4650419 140734903838160 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=292084 CPUtime=3.07 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 4238 0 0 0 306 1 0 0 25 0 4 0 524141190 299094016 10657 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=292084 CPUtime=3.09 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 4546 0 0 0 308 1 0 0 25 0 4 0 524141190 299094016 10657 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 292084

[startup+6.30035 s]
/proc/loadavg: 8.05 8.08 8.03 9/184 10953
/proc/meminfo: memFree=30677804/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=328560 CPUtime=25.14 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 27158 0 0 0 2508 6 0 0 25 0 4 0 524141190 336445440 15097 33554432000 4194304 4650419 140734903838160 18446744073709551615 4363493 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 82140 15097 395 112 0 77105 0
[pid=10949/tid=10950] ppid=10947 vsize=328560 CPUtime=6.28 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 7304 0 0 0 627 1 0 0 25 0 4 0 524141190 336445440 15097 33554432000 4194304 4650419 140734903838160 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=328560 CPUtime=6.25 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 5926 0 0 0 624 1 0 0 25 0 4 0 524141190 336445440 15097 33554432000 4194304 4650419 140734903838160 18446744073709551615 4331050 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=328560 CPUtime=6.28 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 6536 0 0 0 627 1 0 0 25 0 4 0 524141190 336445440 15097 33554432000 4194304 4650419 140734903838160 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 328560

[startup+12.7012 s]
/proc/loadavg: 8.11 8.09 8.03 9/184 10954
/proc/meminfo: memFree=30645324/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=310276 CPUtime=50.71 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 39230 0 0 0 5061 10 0 0 25 0 4 0 524141190 317722624 23387 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 77569 23387 395 112 0 72534 0
[pid=10949/tid=10950] ppid=10947 vsize=310276 CPUtime=12.69 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 10557 0 0 0 1267 2 0 0 25 0 4 0 524141190 317722624 23387 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=310276 CPUtime=12.62 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 8521 0 0 0 1260 2 0 0 25 0 4 0 524141190 317722624 23387 33554432000 4194304 4650419 140734903838160 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=310276 CPUtime=12.69 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 8678 0 0 0 1267 2 0 0 25 0 4 0 524141190 317722624 23387 33554432000 4194304 4650419 140734903838160 18446744073709551615 4229508 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 310276

[startup+25.5008 s]
/proc/loadavg: 8.10 8.09 8.03 9/184 10956
/proc/meminfo: memFree=30602044/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=331144 CPUtime=101.84 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 63706 0 0 0 10168 16 0 0 25 0 4 0 524141190 339091456 32426 33554432000 4194304 4650419 140734903838160 18446744073709551615 4433087 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 82786 32426 395 112 0 77751 0
[pid=10949/tid=10950] ppid=10947 vsize=331144 CPUtime=25.48 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 18208 0 0 0 2545 3 0 0 25 0 4 0 524141190 339091456 32426 33554432000 4194304 4650419 140734903838160 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=331144 CPUtime=25.35 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 14777 0 0 0 2531 4 0 0 25 0 4 0 524141190 339091456 32426 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=331144 CPUtime=25.48 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 11785 0 0 0 2545 3 0 0 25 0 4 0 524141190 339091456 32426 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 331144

[startup+51.1011 s]
/proc/loadavg: 8.28 8.13 8.05 10/185 10958
/proc/meminfo: memFree=30541688/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=342684 CPUtime=204.1 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 89008 0 0 0 20386 24 0 0 25 0 4 0 524141190 350908416 36838 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 85671 36838 395 112 0 80636 0
[pid=10949/tid=10950] ppid=10947 vsize=342684 CPUtime=51.08 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 24907 0 0 0 5103 5 0 0 25 0 4 0 524141190 350908416 36838 33554432000 4194304 4650419 140734903838160 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=342684 CPUtime=50.81 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 20164 0 0 0 5075 6 0 0 25 0 4 0 524141190 350908416 36838 33554432000 4194304 4650419 140734903838160 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=342684 CPUtime=51.08 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 15798 0 0 0 5103 5 0 0 25 0 4 0 524141190 350908416 36838 33554432000 4194304 4650419 140734903838160 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 342684

[startup+102.301 s]
/proc/loadavg: 8.19 8.13 8.05 9/184 10959
/proc/meminfo: memFree=30525556/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=402048 CPUtime=408.65 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 124551 0 0 0 40824 41 0 0 25 0 4 0 524141190 411697152 49363 33554432000 4194304 4650419 140734903838160 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 100512 49363 395 112 0 95477 0
[pid=10949/tid=10950] ppid=10947 vsize=402048 CPUtime=102.29 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 33158 0 0 0 10219 10 0 0 25 0 4 0 524141190 411697152 49363 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=402048 CPUtime=101.74 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 27135 0 0 0 10164 10 0 0 25 0 4 0 524141190 411697152 49363 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=402048 CPUtime=102.3 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 20591 0 0 0 10223 7 0 0 25 0 4 0 524141190 411697152 49363 33554432000 4194304 4650419 140734903838160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 402048

[startup+162.301 s]

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

[pid=10949] ppid=10947 vsize=613352 CPUtime=2805.5 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 384595 0 0 0 280363 187 0 0 25 0 4 0 524141190 628072448 102682 33554432000 4194304 4650419 140734903838160 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 153338 102682 395 112 0 148303 0
[pid=10949/tid=10950] ppid=10947 vsize=613352 CPUtime=702.3 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 108769 0 0 0 70177 53 0 0 25 0 4 0 524141190 628072448 102682 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=613352 CPUtime=698.55 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 104222 0 0 0 69802 53 0 0 25 0 4 0 524141190 628072448 102682 33554432000 4194304 4650419 140734903838160 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=613352 CPUtime=702.31 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 48619 0 0 0 70208 23 0 0 25 0 4 0 524141190 628072448 102682 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.5
Current children cumulated vsize (KiB) 613352

[startup+762.301 s]
/proc/loadavg: 4.28 6.31 7.38 5/175 10995
/proc/meminfo: memFree=30564736/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=636752 CPUtime=3045.24 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 414002 0 0 0 304322 202 0 0 25 0 4 0 524141190 652034048 116590 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 159188 116590 395 112 0 154153 0
[pid=10949/tid=10950] ppid=10947 vsize=636752 CPUtime=762.31 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 117708 0 0 0 76174 57 0 0 25 0 4 0 524141190 652034048 116590 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=636752 CPUtime=758.27 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 112072 0 0 0 75768 59 0 0 25 0 4 0 524141190 652034048 116590 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=636752 CPUtime=762.32 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 53032 0 0 0 76207 25 0 0 25 0 4 0 524141190 652034048 116590 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.24
Current children cumulated vsize (KiB) 636752

[startup+822.301 s]
/proc/loadavg: 4.10 5.89 7.16 5/175 10996
/proc/meminfo: memFree=30575256/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=717376 CPUtime=3284.94 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 436281 0 0 0 328277 217 0 0 25 0 4 0 524141190 734593024 113971 33554432000 4194304 4650419 140734903838160 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 179344 113971 395 112 0 174309 0
[pid=10949/tid=10950] ppid=10947 vsize=717376 CPUtime=822.3 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 125791 0 0 0 82168 62 0 0 25 0 4 0 524141190 734593024 113971 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=717376 CPUtime=817.99 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 116682 0 0 0 81737 62 0 0 25 0 4 0 524141190 734593024 113971 33554432000 4194304 4650419 140734903838160 18446744073709551615 4328256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=717376 CPUtime=822.31 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 57810 0 0 0 82203 28 0 0 25 0 4 0 524141190 734593024 113971 33554432000 4194304 4650419 140734903838160 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.94
Current children cumulated vsize (KiB) 717376

[startup+882.307 s]
/proc/loadavg: 4.04 5.54 6.96 5/175 10998
/proc/meminfo: memFree=30557120/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=725272 CPUtime=3524.7 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 461276 0 0 0 352238 232 0 0 25 0 4 0 524141190 742678528 118485 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 181318 118485 395 112 0 176283 0
[pid=10949/tid=10950] ppid=10947 vsize=725272 CPUtime=882.31 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 133648 0 0 0 88164 67 0 0 25 0 4 0 524141190 742678528 118485 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=725272 CPUtime=877.71 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 125025 0 0 0 87704 67 0 0 25 0 4 0 524141190 742678528 118485 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=725272 CPUtime=882.32 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 60931 0 0 0 88203 29 0 0 25 0 4 0 524141190 742678528 118485 33554432000 4194304 4650419 140734903838160 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.7
Current children cumulated vsize (KiB) 725272

[startup+942.301 s]
/proc/loadavg: 4.01 5.26 6.77 5/175 10999
/proc/meminfo: memFree=30535984/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=688980 CPUtime=3764.38 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 484058 0 0 0 376195 243 0 0 25 0 4 0 524141190 705515520 123583 33554432000 4194304 4650419 140734903838160 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 172245 123583 395 112 0 167210 0
[pid=10949/tid=10950] ppid=10947 vsize=688980 CPUtime=942.31 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 146267 0 0 0 94160 71 0 0 25 0 4 0 524141190 705515520 123583 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=688980 CPUtime=937.42 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 127278 0 0 0 93673 69 0 0 25 0 4 0 524141190 705515520 123583 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=688980 CPUtime=942.31 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 66434 0 0 0 94199 32 0 0 25 0 4 0 524141190 705515520 123583 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.38
Current children cumulated vsize (KiB) 688980

[startup+1002.3 s]
/proc/loadavg: 4.04 5.04 6.60 5/175 11001
/proc/meminfo: memFree=30495536/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=704456 CPUtime=4004.1 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 503792 0 0 0 400155 255 0 0 25 0 4 0 524141190 721362944 133745 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 176114 133745 395 112 0 171079 0
[pid=10949/tid=10950] ppid=10947 vsize=704456 CPUtime=1002.3 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 153780 0 0 0 100156 74 0 0 25 0 4 0 524141190 721362944 133745 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=704456 CPUtime=997.13 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 128163 0 0 0 99643 70 0 0 25 0 4 0 524141190 721362944 133745 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=704456 CPUtime=1002.32 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 71215 0 0 0 100197 35 0 0 25 0 4 0 524141190 721362944 133745 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4004.1
Current children cumulated vsize (KiB) 704456

[startup+1062.3 s]
/proc/loadavg: 4.01 4.86 6.45 5/175 11003
/proc/meminfo: memFree=30517320/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=685908 CPUtime=4243.84 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 523883 0 0 0 424117 267 0 0 25 0 4 0 524141190 702369792 129327 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 171477 129327 395 112 0 166442 0
[pid=10949/tid=10950] ppid=10947 vsize=685908 CPUtime=1062.31 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 162020 0 0 0 106152 79 0 0 25 0 4 0 524141190 702369792 129327 33554432000 4194304 4650419 140734903838160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=685908 CPUtime=1056.86 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 130821 0 0 0 105615 71 0 0 25 0 4 0 524141190 702369792 129327 33554432000 4194304 4650419 140734903838160 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=685908 CPUtime=1062.32 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 72696 0 0 0 106196 36 0 0 25 0 4 0 524141190 702369792 129327 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.84
Current children cumulated vsize (KiB) 685908

[startup+1122.3 s]
/proc/loadavg: 4.03 4.70 6.29 5/175 11004
/proc/meminfo: memFree=30530060/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=747904 CPUtime=4483.57 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 549395 0 0 0 448075 282 0 0 25 0 4 0 524141190 765853696 125289 33554432000 4194304 4650419 140734903838160 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 186976 125289 395 112 0 181941 0
[pid=10949/tid=10950] ppid=10947 vsize=747904 CPUtime=1122.31 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 170291 0 0 0 112148 83 0 0 25 0 4 0 524141190 765853696 125289 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=747904 CPUtime=1116.59 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 137259 0 0 0 111583 76 0 0 25 0 4 0 524141190 765853696 125289 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=747904 CPUtime=1122.32 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 74227 0 0 0 112195 37 0 0 25 0 4 0 524141190 765853696 125289 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.57
Current children cumulated vsize (KiB) 747904

[startup+1182.3 s]
/proc/loadavg: 4.08 4.60 6.16 5/175 11006
/proc/meminfo: memFree=30495932/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=803320 CPUtime=4723.27 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 578016 0 0 0 472030 297 0 0 25 0 4 0 524141190 822599680 134092 33554432000 4194304 4650419 140734903838160 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 200830 134092 395 112 0 195795 0
[pid=10949/tid=10950] ppid=10947 vsize=803320 CPUtime=1182.31 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 180915 0 0 0 118145 86 0 0 25 0 4 0 524141190 822599680 134092 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=803320 CPUtime=1176.28 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 143756 0 0 0 117548 80 0 0 25 0 4 0 524141190 822599680 134092 33554432000 4194304 4650419 140734903838160 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=803320 CPUtime=1182.32 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 79576 0 0 0 118191 41 0 0 25 0 4 0 524141190 822599680 134092 33554432000 4194304 4650419 140734903838160 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4723.27
Current children cumulated vsize (KiB) 803320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 4.06 4.55 6.10 5/175 11006
/proc/meminfo: memFree=30487732/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=789760 CPUtime=4800.4 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 584334 0 0 0 479739 301 0 0 25 0 4 0 524141190 808714240 135914 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 197440 135914 395 112 0 192405 0
[pid=10949/tid=10950] ppid=10947 vsize=789760 CPUtime=1201.61 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 182139 0 0 0 120075 86 0 0 25 0 4 0 524141190 808714240 135914 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=789760 CPUtime=1195.5 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 144549 0 0 0 119469 81 0 0 25 0 4 0 524141190 808714240 135914 33554432000 4194304 4650419 140734903838160 18446744073709551615 4364796 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=789760 CPUtime=1201.62 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 80688 0 0 0 120121 41 0 0 25 0 4 0 524141190 808714240 135914 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 789760

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

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

[startup+1201.6 s]
/proc/loadavg: 4.06 4.55 6.10 5/175 11006
/proc/meminfo: memFree=30487732/32951124 swapFree=67111448/67111528
[pid=10949] ppid=10947 vsize=789760 CPUtime=4800.4 cores=1,3,5,7
/proc/10949/stat : 10949 (strangenight1-m) R 10947 10949 10605 0 -1 4202496 584334 0 0 0 479739 301 0 0 25 0 4 0 524141190 808714240 135914 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10949/statm: 197440 135914 395 112 0 192405 0
[pid=10949/tid=10950] ppid=10947 vsize=789760 CPUtime=1201.61 cores=1,3,5,7
/proc/10949/task/10950/stat : 10950 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 182139 0 0 0 120075 86 0 0 25 0 4 0 524141190 808714240 135914 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10949/tid=10951] ppid=10947 vsize=789760 CPUtime=1195.5 cores=1,3,5,7
/proc/10949/task/10951/stat : 10951 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 144549 0 0 0 119469 81 0 0 25 0 4 0 524141190 808714240 135914 33554432000 4194304 4650419 140734903838160 18446744073709551615 4364796 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10949/tid=10952] ppid=10947 vsize=789760 CPUtime=1201.62 cores=1,3,5,7
/proc/10949/task/10952/stat : 10952 (strangenight1-m) R 10947 10949 10605 0 -1 4202560 80688 0 0 0 120121 41 0 0 25 0 4 0 524141190 808714240 135914 33554432000 4194304 4650419 140734903838160 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 789760

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.64
CPU time (s): 4800.46
CPU user time (s): 4797.42
CPU system time (s): 3.03554
CPU usage (%): 399.492
Max. virtual memory (cumulated for all children) (KiB): 894392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.42
system time used= 3.03554
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 584335
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= 308
involuntary context switches= 29735

runsolver used 1.60975 second user time and 4.53731 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-30 03:03:27
IDJOB=3175469
IDBENCH=83087
IDSOLVER=1588
FILE ID=node104/3175469-1304125407
RUNJOBID= node104-1304122384-10624
PBS_JOBID= 13170745
Free space on /tmp= 71544 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3175469-1304125407/watcher-3175469-1304125407 -o /tmp/evaluation-result-3175469-1304125407/solver-3175469-1304125407 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175469-1304125407.cnf

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

MD5SUM BENCH= afbdc7a317cd52b76c978398c2e877e2
RANDOM SEED=1303333704

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30735296 kB
Buffers:        372496 kB
Cached:        1092796 kB
SwapCached:         80 kB
Active:         430432 kB
Inactive:      1389360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30735296 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            6272 kB
Writeback:           0 kB
AnonPages:      354104 kB
Mapped:          15516 kB
Slab:           331084 kB
PageTables:       5372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   563684 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= 71544 MiB
End job on node104 at 2011-04-30 03:23:31