Trace number 3368821

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.09 1203.65

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v175-c3727-S82160031-050.SATISFIABLE.cnf
MD5SUM90ea123f6d02a54bb761f724a5a1c9d1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.43278
Satisfiable
(Un)Satisfiability was proved
Number of variables175
Number of clauses3727
Sum of the clauses size18635
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53727
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-3368821-1305403885.cnf'
0.00/0.01	c -- header says num vars:            175
0.00/0.01	c -- header says num clauses:        3727
0.00/0.01	c -- clauses added:            0 learnts,         3727 normals,            0 xors
0.00/0.01	c -- vars added        175
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       175      3727         0         0     18635         0   no data   no data  --
0.00/0.03	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.06
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
0.00/0.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.00/0.03	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.03	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.03	c calculated reachability. Time: 0.00
0.00/0.03	c Calc default polars -  time:   0.00 s pos:      83 undec:       5 neg:      87
0.00/0.03	c =========================================================================================
0.00/0.03	c types(t): F = full restart, N = normal restart
0.00/0.03	c types(t): S = simplification begin/end, E = solution found
0.00/0.03	c restart types(rt): st = static, dy = dynamic
0.00/0.03	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.03	c  B st     0         0       175      3727         0         0     18635         0   no data   no data  --
0.20/0.08	c Decided on static restart strategy
0.36/0.16	c  N st     8      4915       175      3727         0      4748     18635    166739   no data   no data  --
1.16/0.40	c  N st    10     11298       175      3727         0      4389     18635    112889   no data   no data  --
2.36/0.64	c  N st    11     17041       175      3727         0      9885     18635    306557   no data   no data  --
3.99/1.04	c  F st    12     25001       175      3727         0     12055     18635    366364   no data   no data  --
3.99/1.04	c  N st    12     25001       175      3727         0     12055     18635    366364   no data   no data  --
4.75/1.26	c Decided on static restart strategy
4.75/1.26	c  N st    18     30002       175      3727         0     10360     18635    298778   no data   no data  --
4.75/1.26	c  S st    18     30002       175      3727         0     10360     18635    298778   no data   no data  --
4.75/1.29	c  S st    18     30507       175      3727         0     10854     18635    314730   no data   no data  --
4.75/1.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.75/1.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.75/1.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
5.15/1.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.15/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
5.15/1.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.54/2.43	c lits-rem:      3345  cl-subs:     1065  v-elim:      0  v-fix:    0  time:  4.50 s
9.54/2.49	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.24
9.54/2.49	c calculated reachability. Time: 0.00
9.54/2.49	c  N st    18     30507       175      3727         0      9789     18635    268802   no data   no data  --
11.14/2.87	c  N st    20     37618       175      3727         0      9054     18635    224477   no data   no data  --
12.75/3.23	c  N st    21     44019       175      3727         0     15177     18635    436147   no data   no data  --
13.18/3.32	c  S st    22     45762       175      3727         0     16849     18635    493477   no data   no data  --
13.18/3.37	c  S st    22     46265       175      3727         0      8769     18635    192668   no data   no data  --
13.18/3.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.18/3.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.18/3.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
13.18/3.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.18/3.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.18/3.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
13.18/3.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.12/3.81	c lits-rem:       334  cl-subs:      101  v-elim:      0  v-fix:    0  time:  1.69 s
15.12/3.81	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
15.12/3.81	c vivif2 --  cl tried     8668 cl shrink        0 lits rem          0 time: 0.01
15.12/3.85	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.18
15.12/3.85	c calculated reachability. Time: 0.00
15.12/3.85	c  N st    22     46265       175      3727         0      8668     18635    188407   no data   no data  --
18.71/4.72	c  N st    23     60662       175      3727         0     12918     18635    316464   no data   no data  --
21.11/5.37	c  N st    24     69397       175      3727         0     10748     18635    224740   no data   no data  --
21.11/5.37	c  S st    24     69397       175      3727         0     10748     18635    224740   no data   no data  --
21.11/5.40	c  S st    24     69902       175      3727         0     11246     18635    241499   no data   no data  --
21.11/5.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.11/5.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.11/5.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
21.53/5.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.53/5.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.53/5.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
21.53/5.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.10/6.30	c lits-rem:       713  cl-subs:      184  v-elim:      0  v-fix:    0  time:  3.55 s
25.10/6.30	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
25.10/6.30	c vivif2 --  cl tried    11062 cl shrink        0 lits rem          0 time: 0.01
25.10/6.36	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.24
25.10/6.36	c calculated reachability. Time: 0.00
25.10/6.36	c  N st    24     69902       175      3727         0     11062     18635    233673   no data   no data  --
29.48/7.41	c  F st    25     87501       175      3727         0     16377     18635    412084   no data   no data  --
29.48/7.41	c  N st    25     87501       175      3727         0     16377     18635    412084   no data   no data  --
30.72/7.79	c Decided on static restart strategy
31.87/8.01	c  N st    32     95541       175      3727         0     24090     18635    671227   no data   no data  --
34.27/8.67	c  N st    34    104855       175      3727         0     20594     18635    536298   no data   no data  --
34.27/8.67	c  S st    34    104855       175      3727         0     20594     18635    536298   no data   no data  --
34.69/8.73	c  S st    34    105356       175      3727         0     21088     18635    552706   no data   no data  --
34.69/8.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.69/8.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
34.69/8.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
34.69/8.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.69/8.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.69/8.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
34.69/8.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.24/10.68	c lits-rem:      5234  cl-subs:     1243  v-elim:      0  v-fix:    0  time:  7.66 s
42.24/10.68	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
42.24/10.68	c vivif2 --  cl tried    19845 cl shrink        0 lits rem          0 time: 0.02
43.04/10.80	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.49
43.04/10.80	c calculated reachability. Time: 0.00
43.04/10.80	c  N st    34    105356       175      3727         0     19845     18635    499919   no data   no data  --
45.83/11.55	c  N st    35    114955       175      3727         0     15650     18635    347137   no data   no data  --
50.62/12.71	c  N st    36    129353       175      3727         0     15069     18635    300592   no data   no data  --
57.03/14.34	c  N st    37    150950       175      3727         0     20452     18635    466158   no data   no data  --
59.38/14.90	c  S st    38    158034       175      3727         0     27202     18635    702625   no data   no data  --
59.38/14.97	c  S st    38    158537       175      3727         0     27700     18635    719187   no data   no data  --
59.38/14.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.38/14.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.38/14.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
59.78/15.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.78/15.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.78/15.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
59.78/15.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
68.55/17.24	c lits-rem:      5159  cl-subs:     1638  v-elim:      0  v-fix:    0  time:  8.93 s
68.55/17.24	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
68.55/17.25	c vivif2 --  cl tried    26062 cl shrink        0 lits rem          0 time: 0.03
68.95/17.40	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.59
68.95/17.40	c calculated reachability. Time: 0.00
68.95/17.40	c  N st    38    158537       175      3727         0     26062     18635    649394   no data   no data  --
89.29/22.49	c  N st    39    207126       175      3727         0     20894     18635    420271   no data   no data  --
103.24/25.95	c  N st    40    237805       175      3727         0     31062     18635    752613   no data   no data  --
103.24/25.95	c  S st    40    237805       175      3727         0     31062     18635    752613   no data   no data  --
103.64/26.03	c  S st    40    238305       175      3727         0     31552     18635    768661   no data   no data  --
103.64/26.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
103.64/26.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
103.64/26.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
103.64/26.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.64/26.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.64/26.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
103.64/26.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
115.21/28.94	c lits-rem:      3115  cl-subs:     2314  v-elim:      0  v-fix:    0  time: 11.44 s
115.21/28.94	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
115.21/28.94	c vivif2 --  cl tried    29238 cl shrink        0 lits rem          0 time: 0.03
116.01/29.11	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.68
116.01/29.11	c calculated reachability. Time: 0.00
116.01/29.11	c  N st    40    238305       175      3727         0     29238     18635    685841   no data   no data  --
147.51/37.02	c  F st    41    306250       175      3727         0     31040     18635    696294   no data   no data  --
147.51/37.02	c  N st    41    306250       175      3727         0     31040     18635    696294   no data   no data  --
149.50/37.55	c Decided on static restart strategy
159.88/40.19	c  N st    51    334559       175      3727         0     35364     18635    812205   no data   no data  --
170.67/42.86	c  N st    53    357457       175      3727         0     33364     18635    725503   no data   no data  --
170.67/42.86	c  S st    53    357457       175      3727         0     33364     18635    725503   no data   no data  --
171.09/42.94	c  S st    53    357958       175      3727         0     33856     18635    741931   no data   no data  --
171.09/42.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
171.09/42.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
171.09/42.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
171.09/42.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
171.09/42.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
171.09/42.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
171.09/42.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
180.62/45.32	c lits-rem:      2745  cl-subs:     1453  v-elim:      0  v-fix:    0  time:  9.35 s
180.62/45.32	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
180.62/45.33	c vivif2 --  cl tried    32403 cl shrink        0 lits rem          0 time: 0.03
181.42/45.52	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.76
181.42/45.52	c calculated reachability. Time: 0.00
181.42/45.52	c  N st    53    357958       175      3727         0     32403     18635    684333   no data   no data  --
202.55/50.87	c  N st    54    390351       175      3727         0     38533     18635    900691   no data   no data  --
226.08/56.77	c  N st    55    438939       175      3727         0     32305     18635    639037   no data   no data  --
260.77/65.46	c  N st    56    511823       175      3727         0     45575     18635   1051586   no data   no data  --
273.93/68.72	c  N st    57    536940       175      3727         0     40022     18635    833702   no data   no data  --
273.93/68.72	c  S st    57    536940       175      3727         0     40022     18635    833702   no data   no data  --
274.33/68.82	c  S st    57    537443       175      3727         0     40520     18635    850194   no data   no data  --
274.33/68.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
274.33/68.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
274.33/68.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
274.33/68.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
274.33/68.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
274.33/68.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
274.33/68.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
285.90/71.72	c lits-rem:      5586  cl-subs:     1582  v-elim:      0  v-fix:    0  time: 11.36 s
285.90/71.72	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
285.90/71.73	c vivif2 --  cl tried    38938 cl shrink        0 lits rem          0 time: 0.04
286.70/71.96	c asymm  cl-useful: 0/3539/3727 lits-rem:0 time: 0.94
286.70/71.96	c calculated reachability. Time: 0.00
286.70/71.96	c  N st    57    537443       175      3727         0     38938     18635    784158   no data   no data  --
388.40/97.45	c  N st    58    701428       175      3727         0     67339     18635   1695835   no data   no data  --
466.56/117.06	c  N st    59    806165       175      3727         0     61352     18635   1414661   no data   no data  --
466.56/117.06	c  S st    59    806165       175      3727         0     61352     18635   1414661   no data   no data  --
467.35/117.21	c  S st    59    806668       175      3727         0     61851     18635   1431802   no data   no data  --
467.35/117.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
467.35/117.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
467.35/117.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
467.35/117.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
467.35/117.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
467.35/117.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
467.35/117.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
512.43/128.59	c lits-rem:       527  cl-subs:     4779  v-elim:      0  v-fix:    0  time: 45.05 s
512.43/128.59	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
512.43/128.60	c vivif2 --  cl tried    57072 cl shrink        0 lits rem          0 time: 0.05
513.61/128.89	c asymm  cl-useful: 0/3125/3727 lits-rem:0 time: 1.12
513.61/128.89	c calculated reachability. Time: 0.00
513.61/128.89	c  N st    59    806668       175      3727         0     57072     18635   1264239   no data   no data  --
722.20/181.15	c  F st    60   1071876       175      3727         0     72308     18635   1685519   no data   no data  --
722.20/181.15	c  N st    60   1071876       175      3727         0     72308     18635   1685519   no data   no data  --
726.59/182.27	c Decided on static restart strategy
745.35/186.91	c  N st    70   1100190       175      3727         0     56803     18635   1113422   no data   no data  --
779.22/195.44	c  N st    72   1136184       175      3727         0     47418     18635    771649   no data   no data  --
808.73/202.84	c  N st    73   1168576       175      3727         0     78357     18635   1833018   no data   no data  --
844.23/211.71	c  N st    74   1210003       175      3727         0     73063     18635   1618770   no data   no data  --
844.23/211.71	c  S st    74   1210003       175      3727         0     73063     18635   1618770   no data   no data  --
845.03/211.97	c  S st    74   1210508       175      3727         0     73556     18635   1635351   no data   no data  --
845.03/211.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
845.03/211.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
845.43/212.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.16
845.43/212.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
845.43/212.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
845.43/212.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
845.43/212.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
896.07/224.72	c lits-rem:       846  cl-subs:     4710  v-elim:      0  v-fix:    0  time: 50.44 s
896.07/224.72	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
896.07/224.74	c vivif2 --  cl tried    68846 cl shrink        0 lits rem          0 time: 0.07
896.47/224.87	c asymm  cl-useful: 0/602/3727 lits-rem:0 time: 0.51
896.47/224.87	c calculated reachability. Time: 0.00
896.47/224.87	c  N st    74   1210508       175      3727         0     68846     18635   1470424   no data   no data  --
985.41/247.12	c  N st    75   1283393       175      3727         0     92489     18635   2289689   no data   no data  --
1081.12/271.17	c  N st    76   1392716       175      3727         0     54052     18635    883027   no data   no data  --
1219.56/305.85	c  N st    77   1556700       175      3727         0     58856     18635    988994   no data   no data  --
1373.44/344.49	c  N st    78   1710510       175      3727         0     99352     18635   2372220   no data   no data  --
1373.44/344.49	c  S st    78   1710510       175      3727         0     99352     18635   2372220   no data   no data  --
1375.04/344.81	c  S st    78   1711012       175      3727         0     99845     18635   2388804   no data   no data  --
1375.04/344.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1375.04/344.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1375.04/344.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1375.44/344.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1375.44/344.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1375.44/344.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1375.44/344.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1515.81/380.12	c lits-rem:      1488  cl-subs:     8747  v-elim:      0  v-fix:    0  time: 140.17 s
1515.81/380.12	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1515.81/380.14	c vivif2 --  cl tried    91098 cl shrink        0 lits rem          0 time: 0.11
1517.86/380.62	c asymm  cl-useful: 0/1707/3727 lits-rem:0 time: 1.88
1517.86/380.62	c calculated reachability. Time: 0.00
1517.86/380.62	c  N st    78   1711012       175      3727         0     91098     18635   2074706   no data   no data  --
1880.33/471.54	c  N st    79   2079976       175      3727         0    102317     18635   2352808   no data   no data  --
2015.93/505.54	c  N st    80   2211012       175      3727         0    106235     18635   2445748   no data   no data  --
2015.93/505.54	c  S st    80   2211012       175      3727         0    106235     18635   2445748   no data   no data  --
2017.13/505.84	c  S st    80   2211514       175      3727         0    106728     18635   2462236   no data   no data  --
2017.13/505.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2017.13/505.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2017.13/505.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
2017.55/505.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2017.55/505.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2017.55/505.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2017.55/505.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2163.49/542.55	c lits-rem:      2644  cl-subs:     8436  v-elim:      0  v-fix:    0  time: 145.78 s
2163.49/542.55	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2163.49/542.57	c vivif2 --  cl tried    98292 cl shrink        0 lits rem          0 time: 0.10
2165.09/542.95	c asymm  cl-useful: 0/1384/3727 lits-rem:0 time: 1.51
2165.09/542.96	c calculated reachability. Time: 0.00
2165.09/542.96	c  N st    80   2211514       175      3727         0     98292     18635   2161362   no data   no data  --
2748.14/689.14	c  N st    81   2711516       175      3727         0    121250     18635   2815500   no data   no data  --
2748.14/689.14	c  S st    81   2711516       175      3727         0    121250     18635   2815500   no data   no data  --
2749.34/689.48	c  S st    81   2712019       175      3727         0    121741     18635   2832184   no data   no data  --
2749.34/689.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2749.34/689.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2749.74/689.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2750.15/689.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2750.15/689.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2750.15/689.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2750.15/689.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2980.64/747.45	c lits-rem:      9495  cl-subs:    11798  v-elim:      0  v-fix:    0  time: 230.47 s
2980.64/747.45	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2980.64/747.48	c vivif2 --  cl tried   109943 cl shrink        0 lits rem          0 time: 0.12
2981.44/747.69	c asymm  cl-useful: 0/636/3727 lits-rem:0 time: 0.84
2981.44/747.69	c calculated reachability. Time: 0.00
2981.44/747.69	c  N st    81   2712019       175      3727         0    109943     18635   2426728   no data   no data  --
3556.12/891.75	c  N st    82   3212020       175      3727         0     86883     18635   1473869   no data   no data  --
3556.12/891.75	c  S st    82   3212020       175      3727         0     86883     18635   1473869   no data   no data  --
3557.34/892.06	c  S st    82   3212524       175      3727         0     87372     18635   1490492   no data   no data  --
3557.34/892.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3557.34/892.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3557.77/892.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
3557.77/892.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3557.77/892.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3557.77/892.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3557.77/892.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3612.35/905.89	c lits-rem:       254  cl-subs:     2611  v-elim:      0  v-fix:    0  time: 54.71 s
3612.35/905.89	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3612.75/905.91	c vivif2 --  cl tried    84761 cl shrink        0 lits rem          0 time: 0.08
3614.36/906.32	c asymm  cl-useful: 0/1939/3727 lits-rem:0 time: 1.63
3614.36/906.33	c calculated reachability. Time: 0.00
3614.36/906.33	c  N st    82   3212524       175      3727         0     84761     18635   1398742   no data   no data  --
4214.96/1057.01	c  N st    83   3712525       175      3727         0     95716     18635   1664616   no data   no data  --
4214.96/1057.01	c  S st    83   3712525       175      3727         0     95716     18635   1664616   no data   no data  --
4216.54/1057.34	c  S st    83   3713030       175      3727         0     96212     18635   1681706   no data   no data  --
4216.54/1057.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4216.54/1057.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4216.94/1057.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.21
4216.94/1057.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4216.94/1057.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4216.94/1057.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4216.94/1057.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4274.37/1071.88	c lits-rem:      2183  cl-subs:     2835  v-elim:      0  v-fix:    0  time: 57.52 s
4274.37/1071.88	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
4274.77/1071.90	c vivif2 --  cl tried    93377 cl shrink        0 lits rem          0 time: 0.09
4276.37/1072.33	c asymm  cl-useful: 0/1437/3727 lits-rem:0 time: 1.69
4276.37/1072.33	c calculated reachability. Time: 0.00
4276.37/1072.33	c  N st    83   3713030       175      3727         0     93377     18635   1581740   no data   no data  --
4328.22/1085.32	c  F st    84   3751562       175      3727         0    130167     18635   2876742   no data   no data  --
4328.22/1085.32	c  N st    84   3751562       175      3727         0    130167     18635   2876742   no data   no data  --
4338.21/1087.82	c Decided on static restart strategy
4388.03/1100.36	c  N st    94   3779871       175      3727         0    157305     18635   3822827   no data   no data  --
4436.29/1112.43	c  N st    96   3815865       175      3727         0    110755     18635   2139900   no data   no data  --
4486.54/1125.07	c  N st    97   3848258       175      3727         0    141544     18635   3224995   no data   no data  --
4553.58/1141.83	c  N st    98   3896846       175      3727         0    105970     18635   1947500   no data   no data  --
4657.23/1167.86	c  N st    99   3969729       175      3727         0     92460     18635   1455114   no data   no data  --
4794.86/1202.36	c  N st   100   4079052       175      3727         0    112750     18635   2134276   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-3368821-1305403885/watcher-3368821-1305403885 -o /tmp/evaluation-result-3368821-1305403885/solver-3368821-1305403885 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368821-1305403885.cnf 

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

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


[startup+0 s]
/proc/loadavg: 6.48 7.73 7.97 3/361 15280
/proc/meminfo: memFree=23309756/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 412 0 0 0 0 0 0 0 23 0 4 0 730619209 52465664 352 33554432000 4194304 4650419 140737288708928 18446744073709551615 46926148990898 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 12809 352 303 112 0 7774 0
[pid=15280/tid=15283] ppid=15277 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 730619209 52465664 352 33554432000 4194304 4650419 140737288708928 18446744073709551615 46926148990898 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 730619209 52465664 352 33554432000 4194304 4650419 140737288708928 18446744073709551615 46926148990896 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 730619210 52465664 352 33554432000 4194304 4650419 140737288708928 18446744073709551615 260905450481 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0592121 s]
/proc/loadavg: 6.48 7.73 7.97 3/361 15280
/proc/meminfo: memFree=23309756/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=283340 CPUtime=0.2 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 2002 0 0 0 20 0 0 0 25 0 4 0 730619209 290140160 1743 33554432000 4194304 4650419 140737288708928 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 70835 1743 388 112 0 65800 0
[pid=15280/tid=15283] ppid=15277 vsize=283340 CPUtime=0.05 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 465 0 0 0 5 0 0 0 25 0 4 0 730619209 290140160 1743 33554432000 4194304 4650419 140737288708928 18446744073709551615 4315464 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=283340 CPUtime=0.05 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 444 0 0 0 5 0 0 0 25 0 4 0 730619209 290140160 1743 33554432000 4194304 4650419 140737288708928 18446744073709551615 4519984 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=283340 CPUtime=0.04 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 228 0 0 0 4 0 0 0 25 0 4 0 730619210 290140160 1743 33554432000 4194304 4650419 140737288708928 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 283340

[startup+0.100204 s]
/proc/loadavg: 6.48 7.73 7.97 3/361 15280
/proc/meminfo: memFree=23309756/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=283340 CPUtime=0.36 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 2251 0 0 0 36 0 0 0 25 0 4 0 730619209 290140160 1992 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 70835 1992 389 112 0 65800 0
[pid=15280/tid=15283] ppid=15277 vsize=283340 CPUtime=0.09 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 520 0 0 0 9 0 0 0 25 0 4 0 730619209 290140160 1992 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365535 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=283340 CPUtime=0.09 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 506 0 0 0 9 0 0 0 25 0 4 0 730619209 290140160 1992 33554432000 4194304 4650419 140737288708928 18446744073709551615 4354992 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=283340 CPUtime=0.08 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 300 0 0 0 8 0 0 0 25 0 4 0 730619210 290140160 1992 33554432000 4194304 4650419 140737288708928 18446744073709551615 4363644 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 283340

[startup+0.300167 s]
/proc/loadavg: 6.48 7.73 7.97 3/361 15280
/proc/meminfo: memFree=23309756/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=284764 CPUtime=1.16 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 3733 0 0 0 116 0 0 0 25 0 4 0 730619209 291598336 2656 33554432000 4194304 4650419 140737288708928 18446744073709551615 4360544 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 71191 2657 391 112 0 66156 0
[pid=15280/tid=15283] ppid=15277 vsize=284764 CPUtime=0.29 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 884 0 0 0 29 0 0 0 25 0 4 0 730619209 291598336 2657 33554432000 4194304 4650419 140737288708928 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=284764 CPUtime=0.29 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 890 0 0 0 29 0 0 0 25 0 4 0 730619209 291598336 2657 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=284764 CPUtime=0.28 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 678 0 0 0 28 0 0 0 25 0 4 0 730619210 291598336 2657 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284764

[startup+0.701096 s]
/proc/loadavg: 6.48 7.73 7.97 3/361 15280
/proc/meminfo: memFree=23309756/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=286820 CPUtime=2.76 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 6596 0 0 0 276 0 0 0 25 0 4 0 730619209 293703680 3165 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 71705 3165 391 112 0 66670 0
[pid=15280/tid=15283] ppid=15277 vsize=286820 CPUtime=0.69 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 1412 0 0 0 69 0 0 0 25 0 4 0 730619209 293703680 3166 33554432000 4194304 4650419 140737288708928 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=286820 CPUtime=0.69 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 1667 0 0 0 69 0 0 0 25 0 4 0 730619209 293703680 3166 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=286820 CPUtime=0.68 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 1428 0 0 0 68 0 0 0 25 0 4 0 730619210 293703680 3166 33554432000 4194304 4650419 140737288708928 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 286820

[startup+1.50095 s]
/proc/loadavg: 6.48 7.73 7.97 10/371 15290
/proc/meminfo: memFree=23284876/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=286292 CPUtime=5.95 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 12334 0 0 0 594 1 0 0 25 0 4 0 730619209 293163008 5714 33554432000 4194304 4650419 140737288708928 18446744073709551615 4438643 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 71573 5714 393 112 0 66538 0
[pid=15280/tid=15283] ppid=15277 vsize=286292 CPUtime=1.49 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 2505 0 0 0 149 0 0 0 25 0 4 0 730619209 293163008 5714 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=286292 CPUtime=1.49 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 2808 0 0 0 149 0 0 0 25 0 4 0 730619209 293163008 5715 33554432000 4194304 4650419 140737288708928 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=286292 CPUtime=1.46 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 2429 0 0 0 146 0 0 0 25 0 4 0 730619210 293163008 5715 33554432000 4194304 4650419 140737288708928 18446744073709551615 4360507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 286292

[startup+3.10066 s]
/proc/loadavg: 6.61 7.73 7.97 10/371 15290
/proc/meminfo: memFree=23243440/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=286680 CPUtime=12.33 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 20871 0 0 0 1230 3 0 0 25 0 4 0 730619209 293560320 12424 33554432000 4194304 4650419 140737288708928 18446744073709551615 4366857 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 71670 12424 393 112 0 66635 0
[pid=15280/tid=15283] ppid=15277 vsize=286680 CPUtime=3.09 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 4877 0 0 0 308 1 0 0 25 0 4 0 730619209 293560320 12424 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=286680 CPUtime=3.08 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 5794 0 0 0 308 0 0 0 25 0 4 0 730619209 293560320 12424 33554432000 4194304 4650419 140737288708928 18446744073709551615 4439452 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=286680 CPUtime=3.04 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 4942 0 0 0 304 0 0 0 25 0 4 0 730619210 293560320 12424 33554432000 4194304 4650419 140737288708928 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 286680

[startup+6.30107 s]
/proc/loadavg: 6.61 7.73 7.97 10/371 15290
/proc/meminfo: memFree=23205256/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=288700 CPUtime=25.1 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 30621 0 0 0 2504 6 0 0 25 0 4 0 730619209 295628800 16127 33554432000 4194304 4650419 140737288708928 18446744073709551615 4541868 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 72175 16127 393 112 0 67140 0
[pid=15280/tid=15283] ppid=15277 vsize=288700 CPUtime=6.28 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 7998 0 0 0 627 1 0 0 25 0 4 0 730619209 295628800 16127 33554432000 4194304 4650419 140737288708928 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=288700 CPUtime=6.29 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 8391 0 0 0 628 1 0 0 25 0 4 0 730619209 295628800 16127 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=288700 CPUtime=6.2 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 6880 0 0 0 619 1 0 0 25 0 4 0 730619210 295628800 16127 33554432000 4194304 4650419 140737288708928 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 288700

[startup+12.7009 s]
/proc/loadavg: 6.82 7.74 7.97 10/371 15290
/proc/meminfo: memFree=23160812/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=297172 CPUtime=50.62 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 48476 0 0 0 5052 10 0 0 25 0 4 0 730619209 304304128 22241 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 74293 22241 393 112 0 69258 0
[pid=15280/tid=15283] ppid=15277 vsize=297172 CPUtime=12.68 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 12757 0 0 0 1266 2 0 0 25 0 4 0 730619209 304304128 22241 33554432000 4194304 4650419 140737288708928 18446744073709551615 4354992 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=297172 CPUtime=12.69 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 13165 0 0 0 1267 2 0 0 25 0 4 0 730619209 304304128 22242 33554432000 4194304 4650419 140737288708928 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=297172 CPUtime=12.53 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 10057 0 0 0 1251 2 0 0 25 0 4 0 730619210 304304128 22242 33554432000 4194304 4650419 140737288708928 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 297172

[startup+25.5005 s]
/proc/loadavg: 7.00 7.75 7.97 10/371 15291
/proc/meminfo: memFree=23113572/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=306628 CPUtime=101.64 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 75930 0 0 0 10148 16 0 0 25 0 4 0 730619209 313987072 32117 33554432000 4194304 4650419 140737288708928 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 76657 32117 393 112 0 71622 0
[pid=15280/tid=15283] ppid=15277 vsize=306628 CPUtime=25.49 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 20948 0 0 0 2545 4 0 0 25 0 4 0 730619209 313987072 32117 33554432000 4194304 4650419 140737288708928 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=306628 CPUtime=25.49 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 20900 0 0 0 2545 4 0 0 25 0 4 0 730619209 313987072 32117 33554432000 4194304 4650419 140737288708928 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=306628 CPUtime=25.16 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 14053 0 0 0 2513 3 0 0 25 0 4 0 730619210 313987072 32117 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 306628

[startup+51.1008 s]
/proc/loadavg: 7.34 7.77 7.97 9/371 15321
/proc/meminfo: memFree=23089936/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=322632 CPUtime=203.75 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 114486 0 0 0 20349 26 0 0 25 0 4 0 730619209 330375168 41504 33554432000 4194304 4650419 140737288708928 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 80658 41504 393 112 0 75623 0
[pid=15280/tid=15283] ppid=15277 vsize=322632 CPUtime=51.09 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 33483 0 0 0 5103 6 0 0 25 0 4 0 730619209 330375168 41504 33554432000 4194304 4650419 140737288708928 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=322632 CPUtime=51.08 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 32601 0 0 0 5102 6 0 0 25 0 4 0 730619209 330375168 41504 33554432000 4194304 4650419 140737288708928 18446744073709551615 4371151 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=322632 CPUtime=50.46 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 20037 0 0 0 5041 5 0 0 25 0 4 0 730619210 330375168 41504 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.75
Current children cumulated vsize (KiB) 322632

[startup+102.313 s]
/proc/loadavg: 7.81 7.82 7.97 9/371 15323
/proc/meminfo: memFree=22966208/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=327988 CPUtime=407.98 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 183109 0 0 0 40754 44 0 0 25 0 4 0 730619209 335859712 47963 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 81997 47963 393 112 0 76962 0
[pid=15280/tid=15283] ppid=15277 vsize=327988 CPUtime=102.31 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 54084 0 0 0 10220 11 0 0 25 0 4 0 730619209 335859712 47963 33554432000 4194304 4650419 140737288708928 18446744073709551615 4476354 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=327988 CPUtime=102.3 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 51540 0 0 0 10218 12 0 0 25 0 4 0 730619209 335859712 47963 33554432000 4194304 4650419 140737288708928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=327988 CPUtime=101.05 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 29944 0 0 0 10098 7 0 0 25 0 4 0 730619210 335859712 47963 33554432000 4194304 4650419 140737288708928 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 327988

[startup+162.3 s]

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

[pid=15280] ppid=15277 vsize=637964 CPUtime=2561.52 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 490660 0 0 0 255989 163 0 0 25 0 4 0 730619209 653275136 117508 33554432000 4194304 4650419 140737288708928 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 159491 117508 393 112 0 154456 0
[pid=15280/tid=15283] ppid=15277 vsize=637964 CPUtime=642.32 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 172726 0 0 0 64173 59 0 0 25 0 4 0 730619209 653275136 117510 33554432000 4194304 4650419 140737288708928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=637964 CPUtime=642.32 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 162954 0 0 0 64180 52 0 0 25 0 4 0 730619209 653275136 117510 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=637964 CPUtime=634.56 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 58324 0 0 0 63436 20 0 0 25 0 4 0 730619210 653275136 117510 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2561.52
Current children cumulated vsize (KiB) 637964

[startup+702.301 s]
/proc/loadavg: 8.09 8.06 8.01 9/371 15339
/proc/meminfo: memFree=22459084/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=643724 CPUtime=2800.78 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 511883 0 0 0 279906 172 0 0 25 0 4 0 730619209 659173376 115154 33554432000 4194304 4650419 140737288708928 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 160931 115154 393 112 0 155896 0
[pid=15280/tid=15283] ppid=15277 vsize=643724 CPUtime=702.31 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 183289 0 0 0 70169 62 0 0 25 0 4 0 730619209 659173376 115154 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=643724 CPUtime=702.31 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 172202 0 0 0 70174 57 0 0 25 0 4 0 730619209 659173376 115154 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=643724 CPUtime=693.84 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 58704 0 0 0 69363 21 0 0 25 0 4 0 730619210 659173376 115154 33554432000 4194304 4650419 140737288708928 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2800.78
Current children cumulated vsize (KiB) 643724

[startup+762.314 s]
/proc/loadavg: 8.11 8.08 8.02 9/371 15340
/proc/meminfo: memFree=22442024/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=635816 CPUtime=3040.11 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 530925 0 0 0 303829 182 0 0 25 0 4 0 730619209 651075584 116411 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 158954 116411 393 112 0 153919 0
[pid=15280/tid=15283] ppid=15277 vsize=635816 CPUtime=762.33 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 194313 0 0 0 76166 67 0 0 25 0 4 0 730619209 651075584 116411 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=635816 CPUtime=762.32 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 178589 0 0 0 76170 62 0 0 25 0 4 0 730619209 651075584 116411 33554432000 4194304 4650419 140737288708928 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=635816 CPUtime=753.12 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 59658 0 0 0 75291 21 0 0 25 0 4 0 730619210 651075584 116411 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.11
Current children cumulated vsize (KiB) 635816

[startup+822.301 s]
/proc/loadavg: 8.11 8.09 8.02 9/371 15342
/proc/meminfo: memFree=22424848/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=594352 CPUtime=3279.36 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 552264 0 0 0 327744 192 0 0 25 0 4 0 730619209 608616448 122916 33554432000 4194304 4650419 140737288708928 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 148588 122916 393 112 0 143553 0
[pid=15280/tid=15283] ppid=15277 vsize=594352 CPUtime=822.31 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 203831 0 0 0 82162 69 0 0 25 0 4 0 730619209 608616448 122916 33554432000 4194304 4650419 140737288708928 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=594352 CPUtime=822.31 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 188566 0 0 0 82163 68 0 0 25 0 4 0 730619209 608616448 122916 33554432000 4194304 4650419 140737288708928 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=594352 CPUtime=812.4 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 60906 0 0 0 81218 22 0 0 25 0 4 0 730619210 608616448 122916 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.36
Current children cumulated vsize (KiB) 594352

[startup+882.301 s]
/proc/loadavg: 8.04 8.07 8.02 9/371 15343
/proc/meminfo: memFree=22389708/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=721280 CPUtime=3518.63 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 578334 0 0 0 351659 204 0 0 25 0 4 0 730619209 738590720 129734 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 180320 129734 393 112 0 175285 0
[pid=15280/tid=15283] ppid=15277 vsize=721280 CPUtime=882.31 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 213768 0 0 0 88158 73 0 0 25 0 4 0 730619209 738590720 129734 33554432000 4194304 4650419 140737288708928 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=721280 CPUtime=882.31 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 199391 0 0 0 88158 73 0 0 25 0 4 0 730619209 738590720 129734 33554432000 4194304 4650419 140737288708928 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=721280 CPUtime=871.67 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 61667 0 0 0 87144 23 0 0 25 0 4 0 730619210 738590720 129734 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3518.63
Current children cumulated vsize (KiB) 721280

[startup+942.301 s]
/proc/loadavg: 8.05 8.07 8.02 9/371 15345
/proc/meminfo: memFree=22393876/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=708944 CPUtime=3757.92 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 601566 0 0 0 375578 214 0 0 25 0 4 0 730619209 725958656 125539 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 177236 125539 393 112 0 172201 0
[pid=15280/tid=15283] ppid=15277 vsize=708944 CPUtime=942.32 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 223056 0 0 0 94155 77 0 0 25 0 4 0 730619209 725958656 125539 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=708944 CPUtime=942.32 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 205753 0 0 0 94157 75 0 0 25 0 4 0 730619209 725958656 125539 33554432000 4194304 4650419 140737288708928 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=708944 CPUtime=930.95 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 64423 0 0 0 93071 24 0 0 25 0 4 0 730619210 725958656 125539 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3757.92
Current children cumulated vsize (KiB) 708944

[startup+1002.3 s]
/proc/loadavg: 8.05 8.07 8.01 9/371 15347
/proc/meminfo: memFree=22365040/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=712992 CPUtime=3997.21 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 628297 0 0 0 399498 223 0 0 25 0 4 0 730619209 730103808 128586 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 178248 128586 393 112 0 173213 0
[pid=15280/tid=15283] ppid=15277 vsize=712992 CPUtime=1002.32 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 234324 0 0 0 100152 80 0 0 25 0 4 0 730619209 730103808 128586 33554432000 4194304 4650419 140737288708928 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=712992 CPUtime=1002.32 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 211731 0 0 0 100155 77 0 0 25 0 4 0 730619209 730103808 128586 33554432000 4194304 4650419 140737288708928 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=712992 CPUtime=990.23 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 66577 0 0 0 98997 26 0 0 25 0 4 0 730619210 730103808 128586 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.21
Current children cumulated vsize (KiB) 712992

[startup+1062.3 s]
/proc/loadavg: 8.12 8.08 8.02 9/371 15348
/proc/meminfo: memFree=22325440/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=742656 CPUtime=4236.49 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 651993 0 0 0 423417 232 0 0 25 0 4 0 730619209 760479744 138116 33554432000 4194304 4650419 140737288708928 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 185664 138116 393 112 0 180629 0
[pid=15280/tid=15283] ppid=15277 vsize=742656 CPUtime=1062.32 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 240267 0 0 0 106150 82 0 0 25 0 4 0 730619209 760479744 138116 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=742656 CPUtime=1062.31 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 220418 0 0 0 106150 81 0 0 25 0 4 0 730619209 760479744 138116 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=742656 CPUtime=1049.51 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 72328 0 0 0 104925 26 0 0 25 0 4 0 730619210 760479744 138116 33554432000 4194304 4650419 140737288708928 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.49
Current children cumulated vsize (KiB) 742656

[startup+1122.3 s]
/proc/loadavg: 8.18 8.10 8.02 9/371 15350
/proc/meminfo: memFree=22304388/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=742828 CPUtime=4475.77 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 700397 0 0 0 447331 246 0 0 25 0 4 0 730619209 760655872 138447 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 185707 138447 393 112 0 180672 0
[pid=15280/tid=15283] ppid=15277 vsize=742828 CPUtime=1122.32 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 248620 0 0 0 112146 86 0 0 25 0 4 0 730619209 760655872 138447 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=742828 CPUtime=1122.32 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 228717 0 0 0 112147 85 0 0 25 0 4 0 730619209 760655872 138447 33554432000 4194304 4650419 140737288708928 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=742828 CPUtime=1108.79 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 103226 0 0 0 110848 31 0 0 25 0 4 0 730619210 760655872 138447 33554432000 4194304 4650419 140737288708928 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4475.77
Current children cumulated vsize (KiB) 742828

[startup+1182.3 s]
/proc/loadavg: 8.20 8.11 8.03 9/371 15351
/proc/meminfo: memFree=22252264/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=743048 CPUtime=4715.07 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 735867 0 0 0 471249 258 0 0 25 0 4 0 730619209 760881152 140687 33554432000 4194304 4650419 140737288708928 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 185762 140687 393 112 0 180727 0
[pid=15280/tid=15283] ppid=15277 vsize=743048 CPUtime=1182.32 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 258602 0 0 0 118141 91 0 0 25 0 4 0 730619209 760881152 140687 33554432000 4194304 4650419 140737288708928 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=743048 CPUtime=1182.33 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 237127 0 0 0 118144 89 0 0 25 0 4 0 730619209 760881152 140687 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=743048 CPUtime=1168.07 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 118734 0 0 0 116774 33 0 0 25 0 4 0 730619210 760881152 140687 33554432000 4194304 4650419 140737288708928 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4715.07
Current children cumulated vsize (KiB) 743048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.14 8.10 8.03 9/371 15352
/proc/meminfo: memFree=22260304/32950928 swapFree=65730864/67111528
[pid=15280] ppid=15277 vsize=861548 CPUtime=4800.01 cores=0,2,4,6
/proc/15280/stat : 15280 (strangenight1-m) R 15277 15280 14715 0 -1 4202496 743401 0 0 0 479740 261 0 0 25 0 4 0 730619209 882225152 146769 33554432000 4194304 4650419 140737288708928 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15280/statm: 215387 146769 393 112 0 210352 0
[pid=15280/tid=15283] ppid=15277 vsize=861548 CPUtime=1203.63 cores=0,2,4,6
/proc/15280/task/15283/stat : 15283 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 260865 0 0 0 120271 92 0 0 25 0 4 0 730619209 882225152 146770 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15280/tid=15284] ppid=15277 vsize=861548 CPUtime=1203.64 cores=0,2,4,6
/proc/15280/task/15284/stat : 15284 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 238910 0 0 0 120274 90 0 0 25 0 4 0 730619209 882225152 146770 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15280/tid=15288] ppid=15277 vsize=861548 CPUtime=1189.11 cores=0,2,4,6
/proc/15280/task/15288/stat : 15288 (strangenight1-m) R 15277 15280 14715 0 -1 4202560 121451 0 0 0 118877 34 0 0 25 0 4 0 730619210 882225152 146770 33554432000 4194304 4650419 140737288708928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.01
Current children cumulated vsize (KiB) 861548

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.65
CPU time (s): 4800.09
CPU user time (s): 4797.45
CPU system time (s): 2.6376
CPU usage (%): 398.796
Max. virtual memory (cumulated for all children) (KiB): 912512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.45
system time used= 2.6376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 743403
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= 289
involuntary context switches= 34627

runsolver used 4.04139 second user time and 10.2274 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-14 22:11:25
IDJOB=3368821
IDBENCH=82830
IDSOLVER=1846
FILE ID=node116/3368821-1305403885
RUNJOBID= node116-1305403885-15263
PBS_JOBID= 13324469
Free space on /tmp= 73136 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v175-c3727-S82160031-050.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368821-1305403885/watcher-3368821-1305403885 -o /tmp/evaluation-result-3368821-1305403885/solver-3368821-1305403885 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368821-1305403885.cnf

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

MD5SUM BENCH= 90ea123f6d02a54bb761f724a5a1c9d1
RANDOM SEED=1633406970

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23310184 kB
Buffers:         30708 kB
Cached:         111984 kB
SwapCached:      12356 kB
Active:        9385624 kB
Inactive:        48436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23310184 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:           12476 kB
Writeback:           0 kB
AnonPages:     9289688 kB
Mapped:          15340 kB
Slab:            96620 kB
PageTables:      43956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82746648 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= 73124 MiB
End job on node116 at 2011-05-14 22:31:31