Trace number 3175295

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1428216398-076.SATISFIABLE.cnf
MD5SUM5a6e4de126d24892e5539c0ca63e90ed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.062989
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
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 53195
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-3175295-1304108446.cnf'
0.00/0.00	c -- header says num vars:            150
0.00/0.00	c -- header says num clauses:        3195
0.00/0.02	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.02	c -- vars added        150
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0       150      3195         0         0     15975         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.05
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
0.00/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  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:      64 undec:       8 neg:      78
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       150      3195         0         0     15975         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.78/0.20	c  N st     8      4919       150      3195         0      4701     15975    141351   no data   no data  --
1.18/0.36	c  N st    10     11302       150      3195         0      4348     15975     99159   no data   no data  --
2.38/0.60	c  N st    11     17045       150      3195         0      9815     15975    266166   no data   no data  --
3.58/0.95	c  F st    12     25000       150      3195         0     12009     15975    321623   no data   no data  --
3.58/0.96	c  N st    12     25000       150      3195         0     12009     15975    321623   no data   no data  --
4.40/1.17	c Decided on static restart strategy
4.40/1.17	c  N st    18     30002       150      3195         0     10325     15975    262662   no data   no data  --
4.40/1.17	c  S st    18     30002       150      3195         0     10325     15975    262662   no data   no data  --
4.40/1.20	c  S st    18     30502       150      3195         0     10817     15975    276924   no data   no data  --
4.40/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.40/1.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.80/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.80/1.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.80/1.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.80/1.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4.80/1.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.37/2.12	c lits-rem:      2893  cl-subs:     1183  v-elim:      0  v-fix:    0  time:  3.63 s
8.37/2.17	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.19
8.37/2.17	c calculated reachability. Time: 0.00
8.37/2.17	c  N st    18     30502       150      3195         0      9634     15975    235199   no data   no data  --
9.96/2.50	c  N st    20     37612       150      3195         0      8896     15975    195446   no data   no data  --
11.16/2.81	c  N st    21     44012       150      3195         0     14926     15975    378966   no data   no data  --
11.56/2.91	c  S st    22     45753       150      3195         0     16581     15975    429286   no data   no data  --
11.56/2.96	c  S st    22     46257       150      3195         0      8572     15975    167290   no data   no data  --
11.56/2.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.56/2.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.56/2.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.56/2.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.56/2.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.56/2.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
11.56/2.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.76/3.27	c lits-rem:       434  cl-subs:      122  v-elim:      0  v-fix:    0  time:  1.22 s
12.76/3.27	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
12.76/3.27	c vivif2 --  cl tried     8450 cl shrink        0 lits rem          0 time: 0.00
13.17/3.31	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.16
13.17/3.32	c calculated reachability. Time: 0.00
13.17/3.32	c  N st    22     46257       150      3195         0      8450     15975    162894   no data   no data  --
15.96/4.03	c  N st    23     60655       150      3195         0     12661     15975    274394   no data   no data  --
18.36/4.62	c  N st    24     69385       150      3195         0     10525     15975    194331   no data   no data  --
18.36/4.62	c  S st    24     69385       150      3195         0     10525     15975    194331   no data   no data  --
18.36/4.65	c  S st    24     69889       150      3195         0     11008     15975    208842   no data   no data  --
18.36/4.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.36/4.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.36/4.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
18.36/4.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.36/4.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.36/4.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
18.36/4.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.16/5.32	c lits-rem:       416  cl-subs:      220  v-elim:      0  v-fix:    0  time:  2.63 s
21.16/5.32	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
21.16/5.32	c vivif2 --  cl tried    10788 cl shrink        0 lits rem          0 time: 0.01
21.16/5.38	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.22
21.16/5.38	c calculated reachability. Time: 0.00
21.16/5.38	c  N st    24     69889       150      3195         0     10788     15975    201335   no data   no data  --
25.55/6.42	c  F st    25     87501       150      3195         0     16142     15975    359144   no data   no data  --
25.55/6.42	c  N st    25     87501       150      3195         0     16142     15975    359144   no data   no data  --
26.77/6.79	c Decided on static restart strategy
27.94/7.00	c  N st    32     95542       150      3195         0     23810     15975    593153   no data   no data  --
30.34/7.65	c  N st    34    104833       150      3195         0     20260     15975    472155   no data   no data  --
30.34/7.65	c  S st    34    104833       150      3195         0     20260     15975    472155   no data   no data  --
30.34/7.70	c  S st    34    105335       150      3195         0     20751     15975    486927   no data   no data  --
30.76/7.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.76/7.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.76/7.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
30.76/7.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.76/7.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.76/7.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
30.76/7.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.54/9.40	c lits-rem:      3332  cl-subs:     1387  v-elim:      0  v-fix:    0  time:  6.70 s
37.54/9.40	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
37.54/9.41	c vivif2 --  cl tried    19364 cl shrink        0 lits rem          0 time: 0.02
37.94/9.51	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.41
37.94/9.51	c calculated reachability. Time: 0.00
37.94/9.51	c  N st    34    105335       150      3195         0     19364     15975    436122   no data   no data  --
41.13/10.31	c  N st    35    114935       150      3195         0     15221     15975    301787   no data   no data  --
46.31/11.64	c  N st    36    129332       150      3195         0     14665     15975    259572   no data   no data  --
53.13/13.32	c  N st    37    150927       150      3195         0     20055     15975    413419   no data   no data  --
55.11/13.82	c  S st    38    158002       150      3195         0     26761     15975    623108   no data   no data  --
55.11/13.88	c  S st    38    158504       150      3195         0     27247     15975    637294   no data   no data  --
55.11/13.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.11/13.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.11/13.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
55.51/13.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.51/13.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.51/13.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
55.51/13.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
63.50/15.96	c lits-rem:      5228  cl-subs:     1709  v-elim:      0  v-fix:    0  time:  8.17 s
63.50/15.96	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
63.50/15.97	c vivif2 --  cl tried    25538 cl shrink        0 lits rem          0 time: 0.02
63.90/16.09	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.51
63.90/16.09	c calculated reachability. Time: 0.00
63.90/16.09	c  N st    38    158504       150      3195         0     25538     15975    574053   no data   no data  --
81.07/20.39	c  N st    39    207093       150      3195         0     20417     15975    371223   no data   no data  --
94.25/23.61	c  N st    40    237757       150      3195         0     30557     15975    684048   no data   no data  --
94.25/23.61	c  S st    40    237757       150      3195         0     30557     15975    684048   no data   no data  --
94.25/23.69	c  S st    40    238261       150      3195         0     31050     15975    698689   no data   no data  --
94.25/23.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.25/23.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.65/23.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
94.65/23.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.65/23.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.65/23.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
94.65/23.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
103.84/26.01	c lits-rem:      3960  cl-subs:     1787  v-elim:      0  v-fix:    0  time:  9.13 s
103.84/26.01	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
103.84/26.01	c vivif2 --  cl tried    29263 cl shrink        0 lits rem          0 time: 0.03
104.25/26.17	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.63
104.25/26.17	c calculated reachability. Time: 0.00
104.25/26.17	c  N st    40    238261       150      3195         0     29263     15975    633542   no data   no data  --
130.61/32.76	c  F st    41    306251       150      3195         0     31163     15975    636079   no data   no data  --
130.61/32.77	c  N st    41    306251       150      3195         0     31163     15975    636079   no data   no data  --
133.00/33.33	c Decided on static restart strategy
142.59/35.74	c  N st    51    334556       150      3195         0     35364     15975    741647   no data   no data  --
152.18/38.18	c  N st    53    357392       150      3195         0     33261     15975    649651   no data   no data  --
152.18/38.18	c  S st    53    357392       150      3195         0     33261     15975    649651   no data   no data  --
152.58/38.26	c  S st    53    357895       150      3195         0     33751     15975    664612   no data   no data  --
152.58/38.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
152.58/38.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
152.58/38.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
152.58/38.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
152.58/38.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
152.58/38.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
152.58/38.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
160.96/40.33	c lits-rem:      3305  cl-subs:     1652  v-elim:      0  v-fix:    0  time:  8.16 s
160.96/40.34	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
160.96/40.34	c vivif2 --  cl tried    32099 cl shrink        0 lits rem          0 time: 0.03
161.76/40.52	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.71
161.76/40.52	c calculated reachability. Time: 0.00
161.76/40.52	c  N st    53    357895       150      3195         0     32099     15975    607200   no data   no data  --
177.75/44.52	c  N st    54    390289       150      3195         0     38186     15975    791572   no data   no data  --
204.51/51.26	c  N st    55    438877       150      3195         0     32062     15975    572930   no data   no data  --
239.27/59.96	c  N st    56    511760       150      3195         0     45127     15975    922390   no data   no data  --
251.25/62.98	c  N st    57    536843       150      3195         0     39603     15975    729636   no data   no data  --
251.25/62.98	c  S st    57    536843       150      3195         0     39603     15975    729636   no data   no data  --
251.65/63.08	c  S st    57    537344       150      3195         0     40097     15975    744647   no data   no data  --
251.65/63.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
251.65/63.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
251.65/63.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
252.05/63.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
252.05/63.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
252.05/63.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
252.05/63.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
261.23/65.46	c lits-rem:      2214  cl-subs:     1818  v-elim:      0  v-fix:    0  time:  9.37 s
261.23/65.46	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
261.23/65.47	c vivif2 --  cl tried    38279 cl shrink        0 lits rem          0 time: 0.03
262.03/65.69	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.91
262.43/65.70	c calculated reachability. Time: 0.00
262.43/65.70	c  N st    57    537344       150      3195         0     38279     15975    688552   no data   no data  --
355.12/88.96	c  N st    58    701329       150      3195         0     66258     15975   1483795   no data   no data  --
425.02/106.42	c  N st    59    806019       150      3195         0     60392     15975   1230982   no data   no data  --
425.02/106.42	c  S st    59    806019       150      3195         0     60392     15975   1230982   no data   no data  --
425.82/106.60	c  S st    59    806519       150      3195         0     60882     15975   1245011   no data   no data  --
425.82/106.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
425.82/106.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
425.82/106.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
425.82/106.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
425.82/106.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
425.82/106.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
425.82/106.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
461.79/115.66	c lits-rem:      2817  cl-subs:     4976  v-elim:      0  v-fix:    0  time: 35.88 s
461.79/115.66	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
461.79/115.67	c vivif2 --  cl tried    55906 cl shrink        0 lits rem          0 time: 0.06
463.36/116.02	c asymm  cl-useful: 0/2300/3195 lits-rem:0 time: 1.39
463.36/116.02	c calculated reachability. Time: 0.00
463.36/116.02	c  N st    59    806519       150      3195         0     55906     15975   1098400   no data   no data  --
627.15/157.07	c  F st    60   1071875       150      3195         0     71747     15975   1521800   no data   no data  --
627.15/157.07	c  N st    60   1071875       150      3195         0     71747     15975   1521800   no data   no data  --
631.94/158.25	c Decided on static restart strategy
648.32/162.40	c  N st    70   1100178       150      3195         0     56167     15975    995119   no data   no data  --
675.49/169.14	c  N st    72   1136172       150      3195         0     46723     15975    673858   no data   no data  --
698.26/174.89	c  N st    73   1168565       150      3195         0     77476     15975   1643791   no data   no data  --
729.43/182.62	c  N st    74   1209778       150      3195         0     72014     15975   1449795   no data   no data  --
729.43/182.62	c  S st    74   1209778       150      3195         0     72014     15975   1449795   no data   no data  --
730.22/182.83	c  S st    74   1210278       150      3195         0     72505     15975   1464340   no data   no data  --
730.22/182.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
730.22/182.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
730.22/182.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
730.61/182.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
730.61/182.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
730.61/182.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
730.61/182.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
770.96/193.00	c lits-rem:       649  cl-subs:     4569  v-elim:      0  v-fix:    0  time: 40.30 s
770.96/193.00	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
770.96/193.02	c vivif2 --  cl tried    67936 cl shrink        0 lits rem          0 time: 0.06
771.36/193.19	c asymm  cl-useful: 0/895/3195 lits-rem:0 time: 0.69
771.36/193.19	c calculated reachability. Time: 0.00
771.36/193.19	c  N st    74   1210278       150      3195         0     67936     15975   1317171   no data   no data  --
845.66/211.77	c  N st    75   1283160       150      3195         0     91278     15975   1992834   no data   no data  --
959.51/240.26	c  N st    76   1392483       150      3195         0     52905     15975    764843   no data   no data  --
1100.12/275.48	c  N st    77   1556469       150      3195         0     57590     15975    862257   no data   no data  --
1235.16/309.22	c  N st    78   1710278       150      3195         0     98072     15975   2116402   no data   no data  --
1235.16/309.22	c  S st    78   1710278       150      3195         0     98072     15975   2116402   no data   no data  --
1236.34/309.51	c  S st    78   1710779       150      3195         0     98565     15975   2130807   no data   no data  --
1236.34/309.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1236.34/309.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1236.34/309.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1236.74/309.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1236.74/309.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1236.74/309.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1236.74/309.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1376.55/344.63	c lits-rem:      3545  cl-subs:     8801  v-elim:      0  v-fix:    0  time: 139.69 s
1376.55/344.63	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1376.55/344.65	c vivif2 --  cl tried    89764 cl shrink        0 lits rem          0 time: 0.09
1378.15/345.08	c asymm  cl-useful: 0/1662/3195 lits-rem:0 time: 1.71
1378.15/345.08	c calculated reachability. Time: 0.00
1378.15/345.08	c  N st    78   1710779       150      3195         0     89764     15975   1853204   no data   no data  --
1752.45/438.78	c  N st    79   2079743       150      3195         0    101420     15975   2124422   no data   no data  --
1884.67/471.87	c  N st    80   2210781       150      3195         0    105161     15975   2203422   no data   no data  --
1884.67/471.87	c  S st    80   2210781       150      3195         0    105161     15975   2203422   no data   no data  --
1886.27/472.22	c  S st    80   2211286       150      3195         0    105651     15975   2218652   no data   no data  --
1886.27/472.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1886.27/472.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1886.27/472.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1886.67/472.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1886.67/472.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1886.67/472.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1886.67/472.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2019.69/505.64	c lits-rem:      2652  cl-subs:     9003  v-elim:      0  v-fix:    0  time: 132.99 s
2019.69/505.64	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2019.69/505.67	c vivif2 --  cl tried    96648 cl shrink        0 lits rem          0 time: 0.10
2021.30/506.04	c asymm  cl-useful: 0/1177/3195 lits-rem:0 time: 1.50
2021.30/506.05	c calculated reachability. Time: 0.00
2021.30/506.05	c  N st    80   2211286       150      3195         0     96648     15975   1923336   no data   no data  --
2628.92/658.10	c  N st    81   2711287       150      3195         0    119336     15975   2484368   no data   no data  --
2628.92/658.10	c  S st    81   2711287       150      3195         0    119336     15975   2484368   no data   no data  --
2630.12/658.49	c  S st    81   2711791       150      3195         0    119832     15975   2499860   no data   no data  --
2630.12/658.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2630.12/658.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2630.52/658.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.24
2630.92/658.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2630.92/658.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2630.92/658.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2630.92/658.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2843.83/711.96	c lits-rem:      5323  cl-subs:    12012  v-elim:      0  v-fix:    0  time: 213.00 s
2843.83/711.96	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2843.83/711.99	c vivif2 --  cl tried   107820 cl shrink        0 lits rem          0 time: 0.12
2845.83/712.48	c asymm  cl-useful: 0/1298/3195 lits-rem:0 time: 1.95
2845.83/712.48	c calculated reachability. Time: 0.00
2845.83/712.48	c  N st    81   2711791       150      3195         0    107820     15975   2150970   no data   no data  --
3500.57/876.35	c  N st    82   3211791       150      3195         0     85116     15975   1293733   no data   no data  --
3500.57/876.35	c  S st    82   3211791       150      3195         0     85116     15975   1293733   no data   no data  --
3501.37/876.59	c  S st    82   3212295       150      3195         0     85613     15975   1308908   no data   no data  --
3501.77/876.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3501.77/876.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3501.77/876.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3501.77/876.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3501.77/876.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3501.77/876.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3501.77/876.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3533.72/884.66	c lits-rem:      1004  cl-subs:     2428  v-elim:      0  v-fix:    0  time: 31.88 s
3533.72/884.66	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3533.72/884.68	c vivif2 --  cl tried    83185 cl shrink        0 lits rem          0 time: 0.06
3535.32/885.01	c asymm  cl-useful: 0/1376/3195 lits-rem:0 time: 1.33
3535.32/885.01	c calculated reachability. Time: 0.00
3535.32/885.01	c  N st    82   3212295       150      3195         0     83185     15975   1234231   no data   no data  --
4187.25/1048.29	c  N st    83   3712297       150      3195         0     93785     15975   1431074   no data   no data  --
4187.25/1048.29	c  S st    83   3712297       150      3195         0     93785     15975   1431074   no data   no data  --
4188.44/1048.55	c  S st    83   3712803       150      3195         0     94283     15975   1446020   no data   no data  --
4188.44/1048.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4188.44/1048.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4188.84/1048.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
4188.84/1048.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4188.84/1048.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4188.84/1048.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4188.84/1048.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4224.40/1057.51	c lits-rem:      1259  cl-subs:     3183  v-elim:      0  v-fix:    0  time: 35.39 s
4224.40/1057.51	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
4224.40/1057.53	c vivif2 --  cl tried    91100 cl shrink        0 lits rem          0 time: 0.07
4225.20/1057.72	c asymm  cl-useful: 0/521/3195 lits-rem:0 time: 0.74
4225.20/1057.72	c calculated reachability. Time: 0.00
4225.20/1057.72	c  N st    83   3712803       150      3195         0     91100     15975   1356070   no data   no data  --
4285.92/1072.95	c  F st    84   3751562       150      3195         0    127678     15975   2491516   no data   no data  --
4285.92/1072.95	c  N st    84   3751562       150      3195         0    127678     15975   2491516   no data   no data  --
4297.10/1075.70	c Decided on static restart strategy
4340.25/1086.53	c  N st    94   3779866       150      3195         0    154564     15975   3338957   no data   no data  --
4395.36/1100.35	c  N st    96   3815858       150      3195         0    108601     15975   1890055   no data   no data  --
4450.10/1114.02	c  N st    97   3848250       150      3195         0    139269     15975   2843100   no data   no data  --
4541.97/1137.07	c  N st    98   3896838       150      3195         0    103955     15975   1719684   no data   no data  --
4661.01/1166.87	c  N st    99   3969720       150      3195         0     90714     15975   1271432   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-3175295-1304108446/watcher-3175295-1304108446 -o /tmp/evaluation-result-3175295-1304108446/solver-3175295-1304108446 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175295-1304108446.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.93 8.06 8.01 5/180 21091
/proc/meminfo: memFree=17505272/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=182316 CPUtime=0.01 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 491 0 0 0 1 0 0 0 25 0 4 0 522447248 186691584 411 33554432000 4194304 4650419 140733983289264 18446744073709551615 216634511284 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 45818 426 331 112 0 40783 0
[pid=21091/tid=21092] ppid=21089 vsize=248816 CPUtime=0 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 4 0 522447248 254787584 484 33554432000 4194304 4650419 140733983289264 18446744073709551615 216634515259 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=248816 CPUtime=0 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 52 0 0 0 0 0 0 0 25 0 4 0 522447248 254787584 502 33554432000 4194304 4650419 140733983289264 18446744073709551615 216634176197 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=248816 CPUtime=0 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 61 0 0 0 0 0 0 0 25 0 4 0 522447248 254787584 520 33554432000 4194304 4650419 140733983289264 18446744073709551615 216634558554 0 0 4096 2 4607385145551323400 0 0 -1 5 0 0 0

[startup+0.107752 s]
/proc/loadavg: 7.93 8.06 8.01 5/180 21091
/proc/meminfo: memFree=17505272/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=282848 CPUtime=0.41 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 2086 0 0 0 41 0 0 0 25 0 4 0 522447248 289636352 1921 33554432000 4194304 4650419 140733983289264 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 70712 1921 389 112 0 65677 0
[pid=21091/tid=21092] ppid=21089 vsize=282848 CPUtime=0.1 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 424 0 0 0 10 0 0 0 25 0 4 0 522447248 289636352 1921 33554432000 4194304 4650419 140733983289264 18446744073709551615 4315464 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=282848 CPUtime=0.1 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 465 0 0 0 10 0 0 0 25 0 4 0 522447248 289636352 1921 33554432000 4194304 4650419 140733983289264 18446744073709551615 4334274 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=282848 CPUtime=0.1 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 327 0 0 0 10 0 0 0 25 0 4 0 522447248 289636352 1921 33554432000 4194304 4650419 140733983289264 18446744073709551615 4333890 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282848

[startup+0.200738 s]
/proc/loadavg: 7.93 8.06 8.01 5/180 21091
/proc/meminfo: memFree=17505272/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=284416 CPUtime=0.78 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 3011 0 0 0 78 0 0 0 25 0 4 0 522447248 291241984 2122 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 71104 2122 391 112 0 66069 0
[pid=21091/tid=21092] ppid=21089 vsize=284416 CPUtime=0.19 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 655 0 0 0 19 0 0 0 25 0 4 0 522447248 291241984 2122 33554432000 4194304 4650419 140733983289264 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=284416 CPUtime=0.19 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 695 0 0 0 19 0 0 0 25 0 4 0 522447248 291241984 2122 33554432000 4194304 4650419 140733983289264 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=284416 CPUtime=0.19 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 558 0 0 0 19 0 0 0 25 0 4 0 522447248 291241984 2122 33554432000 4194304 4650419 140733983289264 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 284416

[startup+0.300718 s]
/proc/loadavg: 7.93 8.06 8.01 5/180 21091
/proc/meminfo: memFree=17505272/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=284416 CPUtime=1.18 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 3439 0 0 0 118 0 0 0 25 0 4 0 522447248 291241984 2550 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 71104 2550 391 112 0 66069 0
[pid=21091/tid=21092] ppid=21089 vsize=284416 CPUtime=0.29 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 763 0 0 0 29 0 0 0 25 0 4 0 522447248 291241984 2550 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=284416 CPUtime=0.29 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 807 0 0 0 29 0 0 0 25 0 4 0 522447248 291241984 2550 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=284416 CPUtime=0.29 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 664 0 0 0 29 0 0 0 25 0 4 0 522447248 291241984 2550 33554432000 4194304 4650419 140733983289264 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284416

[startup+0.700651 s]
/proc/loadavg: 7.93 8.06 8.01 5/180 21091
/proc/meminfo: memFree=17505272/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=286516 CPUtime=2.78 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 6328 0 0 0 278 0 0 0 25 0 4 0 522447248 293392384 2988 33554432000 4194304 4650419 140733983289264 18446744073709551615 4334040 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 71629 2988 391 112 0 66594 0
[pid=21091/tid=21092] ppid=21089 vsize=286516 CPUtime=0.69 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 1489 0 0 0 69 0 0 0 25 0 4 0 522447248 293392384 2988 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=286516 CPUtime=0.69 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 1554 0 0 0 69 0 0 0 25 0 4 0 522447248 293392384 2988 33554432000 4194304 4650419 140733983289264 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=286516 CPUtime=0.69 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 1360 0 0 0 69 0 0 0 25 0 4 0 522447248 293392384 2988 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 286516

[startup+1.50051 s]
/proc/loadavg: 7.93 8.06 8.01 9/184 21095
/proc/meminfo: memFree=17508588/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=278560 CPUtime=5.97 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 11533 0 0 0 596 1 0 0 25 0 4 0 522447248 285245440 5633 33554432000 4194304 4650419 140733983289264 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 69640 5633 393 112 0 64605 0
[pid=21091/tid=21092] ppid=21089 vsize=278560 CPUtime=1.48 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 2488 0 0 0 148 0 0 0 25 0 4 0 522447248 285245440 5633 33554432000 4194304 4650419 140733983289264 18446744073709551615 4333785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=278560 CPUtime=1.49 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 2604 0 0 0 149 0 0 0 25 0 4 0 522447248 285245440 5633 33554432000 4194304 4650419 140733983289264 18446744073709551615 4514720 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=278560 CPUtime=1.49 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 2275 0 0 0 149 0 0 0 25 0 4 0 522447248 285245440 5633 33554432000 4194304 4650419 140733983289264 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 278560

[startup+3.10023 s]
/proc/loadavg: 7.93 8.06 8.01 9/184 21095
/proc/meminfo: memFree=17481904/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=284132 CPUtime=12.36 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 19671 0 0 0 1234 2 0 0 25 0 4 0 522447248 290951168 11472 33554432000 4194304 4650419 140733983289264 18446744073709551615 4439224 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 71033 11472 393 112 0 65998 0
[pid=21091/tid=21092] ppid=21089 vsize=284132 CPUtime=3.07 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 4550 0 0 0 307 0 0 0 25 0 4 0 522447248 290951168 11472 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=284132 CPUtime=3.08 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 5150 0 0 0 308 0 0 0 25 0 4 0 522447248 290951168 11472 33554432000 4194304 4650419 140733983289264 18446744073709551615 4438402 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=284132 CPUtime=3.09 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 4655 0 0 0 309 0 0 0 25 0 4 0 522447248 290951168 11472 33554432000 4194304 4650419 140733983289264 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 284132

[startup+6.30067 s]
/proc/loadavg: 7.93 8.06 8.01 9/184 21095
/proc/meminfo: memFree=17458708/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=292964 CPUtime=25.14 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 29072 0 0 0 2511 3 0 0 25 0 4 0 522447248 299995136 13918 33554432000 4194304 4650419 140733983289264 18446744073709551615 4334297 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 73241 13918 393 112 0 68206 0
[pid=21091/tid=21092] ppid=21089 vsize=292964 CPUtime=6.26 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 7563 0 0 0 626 0 0 0 25 0 4 0 522447248 299995136 13918 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=292964 CPUtime=6.29 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 7680 0 0 0 628 1 0 0 25 0 4 0 522447248 299995136 13918 33554432000 4194304 4650419 140733983289264 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=292964 CPUtime=6.29 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 6047 0 0 0 629 0 0 0 25 0 4 0 522447248 299995136 13918 33554432000 4194304 4650419 140733983289264 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 292964

[startup+12.7005 s]
/proc/loadavg: 7.94 8.05 8.01 9/184 21095
/proc/meminfo: memFree=17430844/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=302048 CPUtime=50.71 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 44398 0 0 0 5066 5 0 0 25 0 4 0 522447248 309297152 21015 33554432000 4194304 4650419 140733983289264 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 75512 21015 393 112 0 70477 0
[pid=21091/tid=21092] ppid=21089 vsize=302048 CPUtime=12.62 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 10730 0 0 0 1261 1 0 0 25 0 4 0 522447248 309297152 21015 33554432000 4194304 4650419 140733983289264 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=302048 CPUtime=12.69 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 12273 0 0 0 1268 1 0 0 25 0 4 0 522447248 309297152 21015 33554432000 4194304 4650419 140733983289264 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=302048 CPUtime=12.68 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 8968 0 0 0 1268 0 0 0 25 0 4 0 522447248 309297152 21015 33554432000 4194304 4650419 140733983289264 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 302048

[startup+25.5003 s]
/proc/loadavg: 7.95 8.05 8.01 9/184 21095
/proc/meminfo: memFree=17388692/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=318708 CPUtime=101.84 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 67108 0 0 0 10173 11 0 0 25 0 4 0 522447248 326356992 29489 33554432000 4194304 4650419 140733983289264 18446744073709551615 4438643 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 79677 29489 393 112 0 74642 0
[pid=21091/tid=21092] ppid=21089 vsize=318708 CPUtime=25.35 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 14884 0 0 0 2533 2 0 0 25 0 4 0 522447248 326356992 29489 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=318708 CPUtime=25.48 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 19745 0 0 0 2546 2 0 0 25 0 4 0 522447248 326356992 29489 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=318708 CPUtime=25.48 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 11658 0 0 0 2547 1 0 0 25 0 4 0 522447248 326356992 29489 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 318708

[startup+51.1008 s]
/proc/loadavg: 8.02 8.06 8.01 10/184 21096
/proc/meminfo: memFree=17331256/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=330120 CPUtime=204.11 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 97581 0 0 0 20393 18 0 0 25 0 4 0 522447248 338042880 34892 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 82530 34892 393 112 0 77495 0
[pid=21091/tid=21092] ppid=21089 vsize=330120 CPUtime=50.82 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 18640 0 0 0 5079 3 0 0 25 0 4 0 522447248 338042880 34892 33554432000 4194304 4650419 140733983289264 18446744073709551615 4310756 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=330120 CPUtime=51.09 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 31174 0 0 0 5103 6 0 0 25 0 4 0 522447248 338042880 34892 33554432000 4194304 4650419 140733983289264 18446744073709551615 4315094 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=330120 CPUtime=51.09 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 15317 0 0 0 5106 3 0 0 25 0 4 0 522447248 338042880 34892 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 330120

[startup+102.301 s]
/proc/loadavg: 8.07 8.07 8.01 9/184 21097
/proc/meminfo: memFree=17309192/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=326232 CPUtime=408.66 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 153145 0 0 0 40826 40 0 0 25 0 4 0 522447248 334061568 44657 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 81558 44657 393 112 0 76523 0
[pid=21091/tid=21092] ppid=21089 vsize=326232 CPUtime=101.75 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 29792 0 0 0 10167 8 0 0 25 0 4 0 522447248 334061568 44657 33554432000 4194304 4650419 140733983289264 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=326232 CPUtime=102.29 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 49762 0 0 0 10217 12 0 0 25 0 4 0 522447248 334061568 44657 33554432000 4194304 4650419 140733983289264 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=326232 CPUtime=102.29 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 23695 0 0 0 10223 6 0 0 25 0 4 0 522447248 334061568 44657 33554432000 4194304 4650419 140733983289264 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 326232

[startup+162.3 s]

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

[pid=21091] ppid=21089 vsize=582260 CPUtime=2805.48 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 427007 0 0 0 280380 168 0 0 25 0 4 0 522447248 596234240 114725 33554432000 4194304 4650419 140733983289264 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 145565 114725 393 112 0 140530 0
[pid=21091/tid=21092] ppid=21089 vsize=582260 CPUtime=698.56 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 66792 0 0 0 69831 25 0 0 25 0 4 0 522447248 596234240 114725 33554432000 4194304 4650419 140733983289264 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=582260 CPUtime=702.3 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 166942 0 0 0 70163 67 0 0 25 0 4 0 522447248 596234240 114725 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=582260 CPUtime=702.3 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 49122 0 0 0 70209 21 0 0 25 0 4 0 522447248 596234240 114725 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.48
Current children cumulated vsize (KiB) 582260

[startup+762.301 s]
/proc/loadavg: 8.12 8.09 8.02 10/184 21146
/proc/meminfo: memFree=17145576/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=605604 CPUtime=3045.2 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 444812 0 0 0 304342 178 0 0 25 0 4 0 522447248 620138496 118497 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 151401 118497 393 112 0 146366 0
[pid=21091/tid=21092] ppid=21089 vsize=605604 CPUtime=758.25 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 66792 0 0 0 75800 25 0 0 25 0 4 0 522447248 620138496 118497 33554432000 4194304 4650419 140733983289264 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=605604 CPUtime=762.31 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 175377 0 0 0 76160 71 0 0 25 0 4 0 522447248 620138496 118497 33554432000 4194304 4650419 140733983289264 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=605604 CPUtime=762.3 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 53485 0 0 0 76206 24 0 0 25 0 4 0 522447248 620138496 118497 33554432000 4194304 4650419 140733983289264 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.2
Current children cumulated vsize (KiB) 605604

[startup+822.301 s]
/proc/loadavg: 8.09 8.09 8.02 10/184 21148
/proc/meminfo: memFree=17108080/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=619128 CPUtime=3284.86 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 459436 0 0 0 328301 185 0 0 25 0 4 0 522447248 633987072 124243 33554432000 4194304 4650419 140733983289264 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 154782 124243 393 112 0 149747 0
[pid=21091/tid=21092] ppid=21089 vsize=619128 CPUtime=817.92 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 67549 0 0 0 81767 25 0 0 25 0 4 0 522447248 633987072 124243 33554432000 4194304 4650419 140733983289264 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=619128 CPUtime=822.3 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 183949 0 0 0 82155 75 0 0 25 0 4 0 522447248 633987072 124243 33554432000 4194304 4650419 140733983289264 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=619128 CPUtime=822.3 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 55008 0 0 0 82205 25 0 0 25 0 4 0 522447248 633987072 124243 33554432000 4194304 4650419 140733983289264 18446744073709551615 4476426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.86
Current children cumulated vsize (KiB) 619128

[startup+882.307 s]
/proc/loadavg: 8.12 8.10 8.02 10/184 21149
/proc/meminfo: memFree=17115988/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=727588 CPUtime=3524.56 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 471719 0 0 0 352264 192 0 0 25 0 4 0 522447248 745050112 126886 33554432000 4194304 4650419 140733983289264 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 181897 126886 393 112 0 176862 0
[pid=21091/tid=21092] ppid=21089 vsize=727588 CPUtime=877.6 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 68860 0 0 0 87734 26 0 0 25 0 4 0 522447248 745050112 126886 33554432000 4194304 4650419 140733983289264 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=727588 CPUtime=882.3 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 193001 0 0 0 88150 80 0 0 25 0 4 0 522447248 745050112 126886 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=727588 CPUtime=882.31 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 55158 0 0 0 88206 25 0 0 25 0 4 0 522447248 745050112 126886 33554432000 4194304 4650419 140733983289264 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.56
Current children cumulated vsize (KiB) 727588

[startup+942.301 s]
/proc/loadavg: 8.12 8.11 8.03 10/184 21151
/proc/meminfo: memFree=17111132/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=639092 CPUtime=3764.22 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 484992 0 0 0 376225 197 0 0 25 0 4 0 522447248 654430208 119013 33554432000 4194304 4650419 140733983289264 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 159773 119013 393 112 0 154738 0
[pid=21091/tid=21092] ppid=21089 vsize=639092 CPUtime=937.27 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 69444 0 0 0 93700 27 0 0 25 0 4 0 522447248 654430208 119013 33554432000 4194304 4650419 140733983289264 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=639092 CPUtime=942.3 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 202605 0 0 0 94147 83 0 0 25 0 4 0 522447248 654430208 119013 33554432000 4194304 4650419 140733983289264 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=639092 CPUtime=942.3 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 55375 0 0 0 94205 25 0 0 25 0 4 0 522447248 654430208 119013 33554432000 4194304 4650419 140733983289264 18446744073709551615 4367245 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.22
Current children cumulated vsize (KiB) 639092

[startup+1002.3 s]
/proc/loadavg: 8.12 8.11 8.03 10/184 21152
/proc/meminfo: memFree=17087164/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=666900 CPUtime=4003.89 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 511261 0 0 0 400179 210 0 0 25 0 4 0 522447248 682905600 124686 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 166725 124686 393 112 0 161690 0
[pid=21091/tid=21092] ppid=21089 vsize=666900 CPUtime=996.94 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 77080 0 0 0 99663 31 0 0 25 0 4 0 522447248 682905600 124686 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=666900 CPUtime=1002.3 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 212154 0 0 0 100143 87 0 0 25 0 4 0 522447248 682905600 124686 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=666900 CPUtime=1002.3 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 55748 0 0 0 100205 25 0 0 25 0 4 0 522447248 682905600 124686 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.89
Current children cumulated vsize (KiB) 666900

[startup+1062.3 s]
/proc/loadavg: 8.08 8.10 8.03 9/184 21154
/proc/meminfo: memFree=17057248/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=789628 CPUtime=4243.57 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 531238 0 0 0 424137 220 0 0 25 0 4 0 522447248 808579072 130433 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 197407 130433 393 112 0 192372 0
[pid=21091/tid=21092] ppid=21089 vsize=789628 CPUtime=1056.62 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 77897 0 0 0 105630 32 0 0 25 0 4 0 522447248 808579072 130433 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=789628 CPUtime=1062.3 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 218362 0 0 0 106140 90 0 0 25 0 4 0 522447248 808579072 130433 33554432000 4194304 4650419 140733983289264 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=789628 CPUtime=1062.3 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 59695 0 0 0 106204 26 0 0 25 0 4 0 522447248 808579072 130433 33554432000 4194304 4650419 140733983289264 18446744073709551615 4438565 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.57
Current children cumulated vsize (KiB) 789628

[startup+1122.3 s]
/proc/loadavg: 8.03 8.08 8.03 9/184 21156
/proc/meminfo: memFree=16999296/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=761472 CPUtime=4483.24 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 570015 0 0 0 448090 234 0 0 25 0 4 0 522447248 779747328 137288 33554432000 4194304 4650419 140733983289264 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 190368 137288 393 112 0 185333 0
[pid=21091/tid=21092] ppid=21089 vsize=761472 CPUtime=1116.29 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 83803 0 0 0 111594 35 0 0 25 0 4 0 522447248 779747328 137288 33554432000 4194304 4650419 140733983289264 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=761472 CPUtime=1122.31 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 226401 0 0 0 112137 94 0 0 25 0 4 0 522447248 779747328 137288 33554432000 4194304 4650419 140733983289264 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=761472 CPUtime=1122.31 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 78578 0 0 0 112202 29 0 0 25 0 4 0 522447248 779747328 137288 33554432000 4194304 4650419 140733983289264 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.24
Current children cumulated vsize (KiB) 761472

[startup+1182.3 s]
/proc/loadavg: 8.01 8.07 8.02 9/184 21157
/proc/meminfo: memFree=16980048/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=762136 CPUtime=4722.92 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 607535 0 0 0 472045 247 0 0 25 0 4 0 522447248 780427264 139880 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 190534 139880 393 112 0 185499 0
[pid=21091/tid=21092] ppid=21089 vsize=762136 CPUtime=1175.97 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 85931 0 0 0 117560 37 0 0 25 0 4 0 522447248 780427264 139880 33554432000 4194304 4650419 140733983289264 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=762136 CPUtime=1182.3 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 233455 0 0 0 118133 97 0 0 25 0 4 0 522447248 780427264 139880 33554432000 4194304 4650419 140733983289264 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=762136 CPUtime=1182.31 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 99244 0 0 0 118199 32 0 0 25 0 4 0 522447248 780427264 139880 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.92
Current children cumulated vsize (KiB) 762136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.00 8.06 8.02 9/184 21158
/proc/meminfo: memFree=17028652/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=650872 CPUtime=4800.03 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 615660 0 0 0 479751 252 0 0 25 0 4 0 522447248 666492928 125277 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 162718 125277 393 112 0 157683 0
[pid=21091/tid=21092] ppid=21089 vsize=650872 CPUtime=1195.16 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 86392 0 0 0 119479 37 0 0 25 0 4 0 522447248 666492928 125277 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=650872 CPUtime=1201.62 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 236910 0 0 0 120062 100 0 0 25 0 4 0 522447248 666492928 125277 33554432000 4194304 4650419 140733983289264 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=650872 CPUtime=1201.61 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 100535 0 0 0 120128 33 0 0 25 0 4 0 522447248 666492928 125277 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 650872

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: 8.00 8.06 8.02 9/184 21158
/proc/meminfo: memFree=17028652/32951124 swapFree=67111528/67111528
[pid=21091] ppid=21089 vsize=650872 CPUtime=4800.03 cores=1,3,5,7
/proc/21091/stat : 21091 (strangenight1-m) R 21089 21091 20915 0 -1 4202496 615660 0 0 0 479751 252 0 0 25 0 4 0 522447248 666492928 125277 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21091/statm: 162718 125277 393 112 0 157683 0
[pid=21091/tid=21092] ppid=21089 vsize=650872 CPUtime=1195.16 cores=1,3,5,7
/proc/21091/task/21092/stat : 21092 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 86392 0 0 0 119479 37 0 0 25 0 4 0 522447248 666492928 125277 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21091/tid=21093] ppid=21089 vsize=650872 CPUtime=1201.62 cores=1,3,5,7
/proc/21091/task/21093/stat : 21093 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 236910 0 0 0 120062 100 0 0 25 0 4 0 522447248 666492928 125277 33554432000 4194304 4650419 140733983289264 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21091/tid=21094] ppid=21089 vsize=650872 CPUtime=1201.61 cores=1,3,5,7
/proc/21091/task/21094/stat : 21094 (strangenight1-m) R 21089 21091 20915 0 -1 4202560 100535 0 0 0 120128 33 0 0 25 0 4 0 522447248 666492928 125277 33554432000 4194304 4650419 140733983289264 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 650872

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.63
CPU time (s): 4800.09
CPU user time (s): 4797.54
CPU system time (s): 2.55061
CPU usage (%): 399.464
Max. virtual memory (cumulated for all children) (KiB): 874976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.54
system time used= 2.55061
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 615662
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= 245
involuntary context switches= 32753

runsolver used 1.89771 second user time and 4.5733 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 22:20:46
IDJOB=3175295
IDBENCH=82913
IDSOLVER=1588
FILE ID=node103/3175295-1304108446
RUNJOBID= node103-1304107241-20934
PBS_JOBID= 13170666
Free space on /tmp= 71512 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1428216398-076.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175295-1304108446/watcher-3175295-1304108446 -o /tmp/evaluation-result-3175295-1304108446/solver-3175295-1304108446 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175295-1304108446.cnf

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

MD5SUM BENCH= 5a6e4de126d24892e5539c0ca63e90ed
RANDOM SEED=946596931

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17505428 kB
Buffers:       2149204 kB
Cached:       12259856 kB
SwapCached:          0 kB
Active:        5988732 kB
Inactive:      8873312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17505428 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6240 kB
Writeback:           0 kB
AnonPages:      451892 kB
Mapped:          15508 kB
Slab:           520200 kB
PageTables:       5436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   711284 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= 71508 MiB
End job on node103 at 2011-04-29 22:40:50