Trace number 3368935

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.17 1203.64

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v800-c3408-S1536861174-069.SATISFIABLE.cnf
MD5SUMb9f30e687453978167416852673e8ddb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.027994
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses3408
Sum of the clauses size10224
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33408
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368935-1305406809.cnf'
0.00/0.01	c -- header says num vars:            800
0.00/0.01	c -- header says num clauses:        3408
0.00/0.02	c -- clauses added:            0 learnts,         3408 normals,            0 xors
0.00/0.02	c -- vars added        800
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0       800      3408         0         0     10224         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/3408/3408 lits-rem:0 time: 0.01
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.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    800 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.56/0.48	c lits-rem:         0  cl-subs:        0  v-elim:     27  v-fix:    0  time:  0.02 s
1.56/0.48	c Finding binary XORs  T:     0.00 s  found:       0
1.56/0.48	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.56/0.48	c calculated reachability. Time: 0.00
1.56/0.48	c Calc default polars -  time:   0.00 s pos:     349 undec:     100 neg:     351
1.56/0.48	c =========================================================================================
1.56/0.48	c types(t): F = full restart, N = normal restart
1.56/0.48	c types(t): S = simplification begin/end, E = solution found
1.56/0.48	c restart types(rt): st = static, dy = dynamic
1.56/0.48	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.56/0.48	c  B st     0         0       773      3373         0         0     10284         0   no data   no data  --
1.56/0.48	c Decided on static restart strategy
1.56/0.48	c  N st     8      4918       773      3373         0      4877     10284    156191   no data   no data  --
3.15/0.85	c  N st    10     11301       773      3373         0      4524     10284     97405   no data   no data  --
3.15/0.85	c  N st    11     17044       773      3373         0     10182     10284    285878   no data   no data  --
5.14/1.35	c  F st    12     25000       773      3373         0     12491     10284    353103   no data   no data  --
5.14/1.35	c  N st    12     25000       773      3373         0     12491     10284    353103   no data   no data  --
5.94/1.54	c Decided on static restart strategy
5.94/1.54	c  N st    18     30000       773      3373         0     10747     10284    276597   no data   no data  --
5.94/1.54	c  S st    18     30000       773      3373         0     10747     10284    276597   no data   no data  --
5.94/1.57	c  S st    18     30507       773      3373         0     11254     10284    292375   no data   no data  --
5.94/1.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.94/1.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.94/1.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
5.94/1.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.94/1.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.94/1.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
5.94/1.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.54/1.93	c lits-rem:       109  cl-subs:      312  v-elim:      0  v-fix:    0  time:  1.35 s
7.54/1.94	c asymm  cl-useful: 0/3373/3373 lits-rem:0 time: 0.04
7.54/1.94	c calculated reachability. Time: 0.00
7.54/1.94	c  N st    18     30507       773      3373         0     10942     10284    279692   no data   no data  --
9.18/2.36	c  N st    20     37617       773      3373         0     10208     10284    224124   no data   no data  --
11.13/2.82	c  N st    21     44017       773      3373         0     16538     10284    442559   no data   no data  --
11.53/2.95	c  S st    22     45760       773      3373         0      9429     10284    176795   no data   no data  --
11.53/2.98	c  S st    22     46263       773      3373         0      9931     10284    191890   no data   no data  --
11.53/2.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.53/2.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.53/2.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.53/2.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.53/2.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.53/2.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
11.53/2.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
12.33/3.16	c lits-rem:        39  cl-subs:       23  v-elim:      0  v-fix:    0  time:  0.68 s
12.33/3.16	c vivif2 --  cl tried     3373 cl shrink        0 lits rem          0 time: 0.00
12.33/3.16	c vivif2 --  cl tried     9908 cl shrink        0 lits rem          0 time: 0.01
12.33/3.17	c asymm  cl-useful: 0/3373/3373 lits-rem:0 time: 0.04
12.33/3.17	c calculated reachability. Time: 0.00
12.33/3.17	c  N st    22     46263       773      3373         0      9908     10284    190946   no data   no data  --
16.71/4.23	c  N st    23     60660       773      3373         0     14310     10284    327686   no data   no data  --
19.51/4.90	c  N st    24     69394       773      3373         0     12083     10284    240818   no data   no data  --
19.51/4.90	c  S st    24     69394       773      3373         0     12083     10284    240818   no data   no data  --
19.51/4.93	c  S st    24     69899       773      3373         0     12586     10284    256215   no data   no data  --
19.51/4.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.51/4.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.51/4.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
19.51/4.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.51/4.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.51/4.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
19.51/4.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.70/5.28	c lits-rem:        50  cl-subs:       97  v-elim:      0  v-fix:    0  time:  1.33 s
20.70/5.28	c vivif2 --  cl tried     3373 cl shrink        0 lits rem          0 time: 0.00
20.70/5.28	c vivif2 --  cl tried    12489 cl shrink        0 lits rem          0 time: 0.01
20.70/5.29	c asymm  cl-useful: 0/3373/3373 lits-rem:0 time: 0.04
20.70/5.29	c calculated reachability. Time: 0.00
20.70/5.29	c  N st    24     69899       773      3373         0     12489     10284    252349   no data   no data  --
26.31/6.66	c  F st    25     87500       773      3373         0     18067     10284    441575   no data   no data  --
26.31/6.67	c  N st    25     87500       773      3373         0     18067     10284    441575   no data   no data  --
28.28/7.13	c  N dy    33     93096       773      3373         0     23613     10284    618962     21.19     22.48  --
30.28/7.62	c  N dy    58     99075       773      3373         0     16598     10284    292537     21.09     22.37  --
31.87/8.08	c  S st    80    104849       773      3373         0     22338     10284    471349     21.02     19.42  --
32.27/8.13	c  S st    80    105357       773      3373         0     22846     10284    486602     21.02   no data  --
32.27/8.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.27/8.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.27/8.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
32.27/8.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.27/8.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.27/8.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
32.27/8.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
37.85/9.54	c lits-rem:       121  cl-subs:      160  v-elim:      0  v-fix:    0  time:  5.48 s
37.85/9.54	c vivif2 --  cl tried     3373 cl shrink        0 lits rem          0 time: 0.00
37.85/9.54	c vivif2 --  cl tried    22686 cl shrink        0 lits rem          0 time: 0.02
37.85/9.56	c asymm  cl-useful: 0/3373/3373 lits-rem:0 time: 0.09
37.85/9.56	c calculated reachability. Time: 0.00
37.85/9.56	c  N dy    80    105357       773      3373         0     22686     10284    480329     21.02   no data  --
40.64/10.30	c  N dy   117    113867       773      3373         0     17203     10284    269619     21.18     22.35  --
43.44/10.95	c  N dy   151    121360       773      3373         0     24663     10284    501617     21.20     22.41  --
46.63/11.72	c  N dy   195    129261       773      3373         0     17581     10284    245166     21.35     22.75  --
49.81/12.53	c  N dy   232    138418       773      3373         0     26688     10284    533449     21.30     22.60  --
53.06/13.36	c  N dy   262    147291       773      3373         0     19593     10284    277357     21.20     23.18  --
57.02/14.36	c  N dy   291    158037       773      3373         0     30245     10284    599494     21.08     19.71  --
57.02/14.36	c  S st   291    158037       773      3373         0     30245     10284    599494     21.08     19.71  --
57.44/14.43	c  S st   291    158539       773      3373         0     30747     10284    614509     21.08   no data  --
57.44/14.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.44/14.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.44/14.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
57.44/14.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.44/14.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.44/14.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
57.44/14.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
64.98/16.38	c lits-rem:       425  cl-subs:      452  v-elim:      0  v-fix:    0  time:  7.66 s
64.98/16.38	c vivif2 --  cl tried     3373 cl shrink        0 lits rem          0 time: 0.00
64.98/16.38	c vivif2 --  cl tried    30295 cl shrink        0 lits rem          0 time: 0.03
65.38/16.41	c asymm  cl-useful: 0/3373/3373 lits-rem:0 time: 0.12
65.38/16.41	c calculated reachability. Time: 0.00
65.38/16.41	c  N dy   291    158539       773      3373         0     30295     10284    598528     21.08   no data  --
68.97/17.37	c  N dy   326    168748       773      3373         0     23551     10284    369707     20.98     22.48  --
73.76/18.55	c  N dy   385    179796       773      3373         0     34540     10284    715666     21.04     22.31  --
78.55/19.79	c  N dy   454    192070       773      3373         0     28861     10284    509819     21.14     22.31  --
84.52/21.21	c  N dy   485    204544       773      3373         0     22366     10284    281394     21.08     22.19  --
90.10/22.61	c  N dy   556    217681       773      3373         0     35444     10284    688966     21.10     23.02  --
95.68/24.04	c  N dy   602    231590       773      3373         0     29385     10284    481943     21.06     22.37  --
98.88/24.82	c  S st   626    237808       773      3373         0     35561     10284    671887     21.05     21.13  --
99.27/24.90	c  S st   626    238311       773      3373         0     36063     10284    687625     21.05   no data  --
99.27/24.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
99.27/24.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
99.27/24.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
99.27/24.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.27/24.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.27/24.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
99.27/24.94	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
108.04/27.13	c lits-rem:       402  cl-subs:      330  v-elim:      0  v-fix:    0  time:  8.73 s
108.04/27.13	c vivif2 --  cl tried     3373 cl shrink        0 lits rem          0 time: 0.00
108.04/27.14	c vivif2 --  cl tried    35733 cl shrink        0 lits rem          0 time: 0.03
108.04/27.18	c asymm  cl-useful: 0/3373/3373 lits-rem:0 time: 0.14
108.04/27.18	c calculated reachability. Time: 0.00
108.04/27.18	c  N dy   626    238311       773      3373         0     35733     10284    674732     21.05   no data  --
115.22/28.96	c  N dy   701    254016       773      3373         0     30454     10284    480608     21.07     22.20  --
123.59/31.08	c  N dy   794    270411       773      3373         0     24896     10284    280872     21.14     22.62  --
138.36/34.77	c  N dy   879    301429       773      3373         0     32767     10284    492243     21.02     22.46  --
141.15/35.42	c  F st   914    306250       773      3373         0     37566     10284    644751     21.05     19.21  --
148.73/37.30	c  N dy   939    320758       773      3373         0     28173     10284    337128     20.99     22.40  --
159.90/40.10	c  N dy  1049    340849       773      3373         0     48142     10284    963769     21.03     22.83  --
168.27/42.21	c  S st  1164    357468       773      3373         0     39865     10284    683063     21.11     19.32  --
168.67/42.30	c  S st  1164    357971       773      3373         0     40368     10284    698213     21.11   no data  --
168.67/42.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
168.67/42.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
168.67/42.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
168.67/42.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
168.67/42.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
168.67/42.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
168.67/42.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
179.04/44.97	c lits-rem:       420  cl-subs:      196  v-elim:      0  v-fix:    0  time: 10.49 s
179.04/44.97	c vivif2 --  cl tried     3373 cl shrink        0 lits rem          0 time: 0.00
179.04/44.98	c vivif2 --  cl tried    40172 cl shrink        0 lits rem          0 time: 0.03
179.44/45.02	c asymm  cl-useful: 0/3373/3373 lits-rem:0 time: 0.16
179.44/45.02	c calculated reachability. Time: 0.00
179.44/45.02	c  N dy  1164    357971       773      3373         0     40172     10284    689772     21.11   no data  --
191.01/47.97	c  N dy  1269    378039       773      3373         0     34274     10284    481934     21.15     23.36  --
204.98/51.49	c  N dy  1368    398533       773      3373         0     27818     10284    246834     21.17     22.50  --
216.51/54.31	c  N dy  1466    418811       773      3373         0     47975     10284    890141     21.20     22.32  --
228.52/57.33	c  N dy  1527    439854       773      3373         0     41019     10284    633125     21.16     22.37  --
242.43/60.82	c  N dy  1634    460719       773      3373         0     32940     10284    353468     21.18     22.40  --
255.20/64.00	c  N dy  1725    481045       773      3373         0     53143     10284    979530     21.19     22.50  --
267.58/67.17	c  N dy  1820    501376       773      3373         0     43534     10284    661965     21.20     22.41  --
282.32/70.88	c  N dy  1895    521715       773      3373         0     32933     10284    301351     21.20     22.32  --
291.49/73.10	c  S st  1972    536958       773      3373         0     48085     10284    779578     21.21     20.14  --
291.89/73.22	c  S st  1972    537459       773      3373         0     48586     10284    794789     21.21   no data  --
291.89/73.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
291.89/73.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
291.89/73.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.08
291.89/73.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
291.89/73.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
291.89/73.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
291.89/73.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
302.68/75.96	c lits-rem:       898  cl-subs:      478  v-elim:      0  v-fix:    0  time: 10.74 s
302.68/75.96	c vivif2 --  cl tried     3373 cl shrink        0 lits rem          0 time: 0.00
302.68/75.97	c vivif2 --  cl tried    48108 cl shrink        0 lits rem          0 time: 0.04
303.10/76.02	c asymm  cl-useful: 0/3373/3373 lits-rem:0 time: 0.21
303.10/76.03	c calculated reachability. Time: 0.00
303.10/76.03	c  N dy  1972    537459       773      3373         0     48108     10284    777139     21.21   no data  --
318.21/79.89	c  N dy  2095    558085       773      3373         0     36823     10284    400425     21.25     22.43  --
331.78/83.20	c  N dy  2191    578103       773      3373         0     56713     10284   1030775     21.26     22.73  --
346.14/86.82	c  N dy  2300    598173       773      3373         0     43865     10284    598788     21.30     22.48  --
362.09/90.84	c  N dy  2414    618355       773      3373         0     63915     10284   1235764     21.32     22.55  --
375.65/94.25	c  N dy  2442    638527       773      3373         0     50140     10284    776730     21.27     22.63  --
393.20/98.63	c  N dy  2540    658764       773      3373         0     35488     10284    285892     21.29     22.64  --
406.76/102.06	c  N dy  2579    678891       773      3373         0     55444     10284    901129     21.21     22.77  --
424.31/106.42	c  N dy  2675    699224       773      3373         0     39897     10284    399899     21.23     22.37  --
453.01/113.60	c  N dy  2771    732709       773      3373         0     73103     10284   1458724     21.19     22.78  --
466.57/117.01	c  N dy  2860    752788       773      3373         0     56333     10284    887364     21.19     23.51  --
486.12/121.96	c  N dy  2969    773192       773      3373         0     38885     10284    313815     21.21     22.33  --
500.53/125.54	c  N dy  3102    793211       773      3373         0     58786     10284    949831     21.25     22.52  --
512.85/128.64	c  S st  3146    806190       773      3373         0     71669     10284   1355660     21.24     19.00  --
513.69/128.83	c  S st  3146    806695       773      3373         0     72174     10284   1371304     21.24   no data  --
513.69/128.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
513.69/128.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
513.69/128.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
514.03/128.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
514.03/128.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
514.03/128.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
514.03/128.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
522.46/131.03	c lits-rem:       339  cl-subs:      873  v-elim:      0  v-fix:    0  time:  8.42 s
522.46/131.03	c vivif2 --  cl tried     3373 cl shrink        0 lits rem          0 time: 0.00
522.46/131.05	c vivif2 --  cl tried    71301 cl shrink        0 lits rem          0 time: 0.06
522.81/131.14	c asymm  cl-useful: 0/3373/3373 lits-rem:0 time: 0.39
522.81/131.15	c calculated reachability. Time: 0.00
522.81/131.15	c  N dy  3146    806695       773      3373         0     71301     10284   1339587     21.24   no data  --
538.77/135.13	c  N dy  3254    826765       773      3373         0     52507     10284    722287     21.26     24.01  --
558.71/140.14	c  N dy  3389    847445       773      3373         0     73068     10284   1381269     21.29     22.49  --
575.45/144.39	c  N dy  3492    867559       773      3373         0     53308     10284    718516     21.30     22.58  --
594.61/149.15	c  N dy  3575    887919       773      3373         0     73527     10284   1357757     21.30     22.64  --
615.34/154.31	c  N dy  3695    911629       773      3373         0     56303     10284    778854     21.31     22.58  --
636.52/159.69	c  N dy  3780    933704       773      3373         0     78199     10284   1471251     21.31     22.56  --
654.07/164.03	c  N dy  3928    953902       773      3373         0     56584     10284    780137     21.34     22.49  --
675.17/169.39	c  N dy  4012    975415       773      3373         0     77923     10284   1448779     21.34     22.50  --
693.91/174.08	c  N dy  4088    996125       773      3373         0     55789     10284    716966     21.33     22.51  --
713.85/179.02	c  N dy  4194   1016281       773      3373         0     75781     10284   1355731     21.34     22.55  --
734.19/184.15	c  N dy  4290   1036345       773      3373         0     52041     10284    578590     21.35     22.59  --
752.54/188.76	c  N dy  4404   1056411       773      3373         0     72000     10284   1216506     21.37     27.39  --
772.10/193.62	c  F st  4490   1071876       773      3373         0     87360     10284   1701535     21.38   no data  --
776.50/194.79	c  N dy  4496   1077069       773      3373         0     47816     10284    424792     21.38   no data  --
792.82/198.85	c  N dy  4596   1097137       773      3373         0     67735     10284   1063915     21.39     22.57  --
817.94/205.15	c  N dy  4703   1117654       773      3373         0     88120     10284   1711523     21.41     22.59  --
835.48/209.52	c  N dy  4786   1137714       773      3373         0     62365     10284    854501     21.41     22.85  --
857.42/215.01	c  N dy  4898   1157733       773      3373         0     82232     10284   1486577     21.43     22.69  --
880.16/220.78	c  N dy  5018   1177817       773      3373         0     55522     10284    617838     21.44     22.76  --
901.29/226.01	c  N dy  5137   1198318       773      3373         0     75882     10284   1264225     21.46     22.71  --
916.05/229.71	c  S st  5200   1210042       773      3373         0     87488     10284   1629943     21.47   no data  --
916.87/229.93	c  S st  5200   1210547       773      3373         0     87993     10284   1646140     21.47   no data  --
916.87/229.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
916.87/229.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
916.87/229.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
917.29/230.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
917.29/230.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
917.29/230.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
917.29/230.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
931.61/233.67	c lits-rem:       211  cl-subs:     1087  v-elim:      0  v-fix:    0  time: 14.49 s
931.61/233.67	c vivif2 --  cl tried     3373 cl shrink        0 lits rem          0 time: 0.00
931.61/233.69	c vivif2 --  cl tried    86906 cl shrink        0 lits rem          0 time: 0.08
932.41/233.82	c asymm  cl-useful: 0/3373/3373 lits-rem:0 time: 0.51
932.41/233.82	c calculated reachability. Time: 0.00
932.41/233.82	c  N dy  5200   1210547       773      3373         0     86906     10284   1607274     21.47   no data  --
953.13/239.01	c  N dy  5269   1230579       773      3373         0     59118     10284    696958     21.46     22.62  --
973.49/244.19	c  N dy  5386   1250637       773      3373         0     79025     10284   1331338     21.47     23.36  --
1002.98/251.56	c  N dy  5432   1274528       773      3373         0     54077     10284    510505     21.46     22.70  --
1021.34/256.16	c  N dy  5510   1295006       773      3373         0     74404     10284   1163110     21.46     22.70  --
1048.06/262.82	c  N dy  5629   1315069       773      3373         0     94336     10284   1797488     21.48     22.61  --
1067.59/267.73	c  N dy  5715   1335087       773      3373         0     64602     10284    832300     21.48     24.71  --
1093.92/274.36	c  N dy  5769   1359055       773      3373         0     88362     10284   1585123     21.46     22.79  --
1118.67/280.55	c  N dy  5875   1379063       773      3373         0     57627     10284    581170     21.47     25.16  --
1154.19/289.44	c  N dy  5904   1412500       773      3373         0     90448     10284   1545509     21.40     22.79  --
1179.26/295.71	c  N dy  6005   1432539       773      3373         0     58919     10284    601178     21.41     25.77  --
1202.79/301.66	c  N dy  6139   1455500       773      3373         0     81735     10284   1331001     21.42     22.61  --
1231.91/308.99	c  N dy  6253   1475550       773      3373         0    101639     10284   1961786     21.44     22.99  --
1253.84/314.41	c  N dy  6366   1496247       773      3373         0     69626     10284    916017     21.45     22.68  --
1277.77/320.41	c  N dy  6471   1516318       773      3373         0     89553     10284   1547991     21.46     24.65  --
1306.90/327.73	c  N dy  6594   1536381       773      3373         0     55922     10284    456476     21.47     26.00  --
1325.63/332.44	c  N dy  6655   1556468       773      3373         0     75819     10284   1084681     21.47     28.96  --
1351.94/339.01	c  N dy  6765   1576602       773      3373         0     95817     10284   1734337     21.48     22.81  --
1378.66/345.78	c  N dy  6853   1596621       773      3373         0     61149     10284    598200     21.48     28.08  --
1399.85/351.10	c  N dy  6953   1616831       773      3373         0     81217     10284   1242182     21.49     22.64  --
1429.32/358.44	c  N dy  7081   1637070       773      3373         0    101322     10284   1893744     21.51     22.69  --
1473.19/369.41	c  N dy  7152   1674811       773      3373         0     83012     10284   1240256     21.47     22.66  --
1506.69/377.86	c  N dy  7255   1697979       773      3373         0    105994     10284   1974590     21.47     22.62  --
1524.23/382.27	c  S st  7326   1710549       773      3373         0     62000     10284    575190     21.48     21.33  --
1525.03/382.40	c  S st  7326   1711053       773      3373         0     62503     10284    591462     21.48   no data  --
1525.03/382.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1525.03/382.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1525.03/382.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
1525.03/382.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1525.03/382.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1525.03/382.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
1525.03/382.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1535.00/384.99	c lits-rem:       263  cl-subs:      159  v-elim:      0  v-fix:    0  time: 10.14 s
1535.00/384.99	c vivif2 --  cl tried     3373 cl shrink        0 lits rem          0 time: 0.00
1535.00/385.00	c vivif2 --  cl tried    62344 cl shrink        0 lits rem          0 time: 0.02
1535.42/385.07	c asymm  cl-useful: 0/3373/3373 lits-rem:0 time: 0.27
1535.42/385.07	c calculated reachability. Time: 0.00
1535.42/385.07	c  N dy  7326   1711053       773      3373         0     62344     10284    585449     21.48   no data  --
1556.54/390.35	c  N dy  7429   1731073       773      3373         0     82237     10284   1219740     21.49     22.65  --
1585.25/397.54	c  N dy  7528   1751241       773      3373         0    102249     10284   1864884     21.49     22.64  --
1612.37/404.39	c  N dy  7584   1771252       773      3373         0     64563     10284    621953     21.49     22.72  --
1633.91/409.75	c  N dy  7680   1791328       773      3373         0     84492     10284   1264639     21.49     22.70  --
1663.42/417.17	c  N dy  7804   1811387       773      3373         0    104458     10284   1910883     21.50     23.27  --
1692.94/424.52	c  N dy  7922   1831449       773      3373         0     65829     10284    646029     21.51     24.63  --
1715.70/430.21	c  N dy  8025   1851771       773      3373         0     86009     10284   1292487     21.52     22.71  --
1748.37/438.44	c  N dy  8132   1872189       773      3373         0    106298     10284   1946249     21.53     22.92  --
1776.29/445.43	c  N dy  8208   1892264       773      3373         0     66629     10284    643003     21.53     22.77  --
1799.41/451.25	c  N dy  8337   1912326       773      3373         0     86577     10284   1290032     21.54     23.24  --
1829.78/458.86	c  N dy  8439   1932372       773      3373         0    106472     10284   1922722     21.55     23.73  --
1862.83/467.11	c  N dy  8555   1952745       773      3373         0     66129     10284    602632     21.56     22.81  --
1884.76/472.67	c  N dy  8654   1972818       773      3373         0     86028     10284   1241384     21.57     23.07  --
1915.47/480.30	c  N dy  8797   1992963       773      3373         0    106068     10284   1894044     21.58     22.74  --
1954.15/490.00	c  N dy  8931   2016255       773      3373         0     67601     10284    620652     21.59     22.77  --
1976.89/495.76	c  N dy  9041   2036329       773      3373         0     87541     10284   1261918     21.60     23.68  --
2007.60/503.47	c  N dy  9139   2056951       773      3373         0    108021     10284   1918233     21.61     22.75  --
2043.09/512.39	c  N dy  9253   2077750       773      3373         0     66123     10284    552784     21.62     22.81  --
2065.43/517.97	c  N dy  9340   2097827       773      3373         0     86036     10284   1186509     21.62     22.98  --
2099.72/526.54	c  N dy  9468   2121024       773      3373         0    109080     10284   1928130     21.63     22.78  --
2136.02/535.62	c  N dy  9564   2142031       773      3373         0     66387     10284    534668     21.63     22.95  --
2158.38/541.28	c  N dy  9665   2162064       773      3373         0     86268     10284   1171000     21.64     23.89  --
2189.51/549.03	c  N dy  9766   2182685       773      3373         0    106730     10284   1822486     21.64     22.85  --
2228.15/558.75	c  N dy  9874   2202769       773      3373         0    126697     10284   2468822     21.65     23.63  --
2239.71/561.61	c  S st  9933   2211053       773      3373         0     70406     10284    638880     21.65   no data  --
2240.11/561.78	c  S st  9933   2211554       773      3373         0     70907     10284    654407     21.65   no data  --
2240.11/561.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2240.11/561.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2240.51/561.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.11
2240.51/561.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2240.51/561.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2240.51/561.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
2240.51/561.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2251.26/564.58	c lits-rem:       456  cl-subs:      131  v-elim:      0  v-fix:    0  time: 10.95 s
2251.26/564.58	c vivif2 --  cl tried     3373 cl shrink        0 lits rem          0 time: 0.00
2251.26/564.59	c vivif2 --  cl tried    70776 cl shrink        0 lits rem          0 time: 0.04
2251.66/564.68	c asymm  cl-useful: 0/3373/3373 lits-rem:0 time: 0.33
2251.66/564.68	c calculated reachability. Time: 0.00
2251.66/564.68	c  N dy  9933   2211554       773      3373         0     70776     10284    648859     21.65   no data  --
2275.60/570.60	c  N dy 10045   2231682       773      3373         0     90755     10284   1295688     21.66     22.86  --
2307.95/578.79	c  N dy 10154   2251729       773      3373         0    110676     10284   1934927     21.67     23.11  --
2346.60/588.41	c  N dy 10259   2271745       773      3373         0    130555     10284   2581637     21.68     27.25  --
2369.38/594.15	c  N dy 10340   2291755       773      3373         0     84829     10284   1077258     21.68     22.85  --
2398.05/601.30	c  N dy 10445   2311841       773      3373         0    104767     10284   1722643     21.69     24.69  --
2445.49/613.26	c  N dy 10562   2338183       773      3373         0    130902     10284   2562543     21.69     22.87  --
2469.84/619.40	c  N dy 10670   2358279       773      3373         0     84374     10284   1040593     21.70     22.98  --
2500.98/627.16	c  N dy 10775   2378535       773      3373         0    104485     10284   1684591     21.70     22.96  --
2536.82/636.11	c  N dy 10851   2398656       773      3373         0    124435     10284   2311825     21.70     23.01  --
2568.33/644.08	c  N dy 10934   2418719       773      3373         0     76864     10284    770178     21.70     27.49  --
2594.25/650.55	c  N dy 11009   2438731       773      3373         0     96710     10284   1401200     21.70     23.03  --
2634.13/660.56	c  N dy 11111   2462443       773      3373         0    120238     10284   2158473     21.70     23.03  --
2672.82/670.20	c  N dy 11202   2483032       773      3373         0     72195     10284    596117     21.70     22.98  --
2696.75/676.29	c  N dy 11315   2503167       773      3373         0     92206     10284   1247594     21.71     22.92  --
2730.24/684.61	c  N dy 11417   2523460       773      3373         0    112331     10284   1895023     21.71     23.48  --
2768.93/694.30	c  N dy 11532   2543540       773      3373         0    132297     10284   2542363     21.72     22.87  --
2798.86/701.84	c  N dy 11583   2563820       773      3373         0     82910     10284    899194     21.71     23.35  --
2824.37/708.29	c  N dy 11620   2583912       773      3373         0    102772     10284   1518159     21.70     22.85  --
2863.86/718.19	c  N dy 11698   2607169       773      3373         0    125843     10284   2256447     21.70     23.18  --
2901.73/727.63	c  N dy 11764   2627226       773      3373         0     75303     10284    646139     21.70     23.00  --
2927.26/734.04	c  N dy 11883   2647415       773      3373         0     95386     10284   1298222     21.71     23.15  --
2959.57/742.11	c  N dy 11967   2667569       773      3373         0    115365     10284   1936039     21.71     23.08  --
2997.85/751.71	c  N dy 12048   2687576       773      3373         0    135245     10284   2580119     21.71     22.88  --
3029.36/759.60	c  N dy 12122   2707647       773      3373         0     83691     10284    882427     21.71     23.48  --
3034.14/760.85	c  S st 12141   2711555       773      3373         0     87576     10284   1008538     21.71   no data  --
3034.94/761.07	c  S st 12141   2712063       773      3373         0     88084     10284   1024403     21.71   no data  --
3034.94/761.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3034.94/761.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3035.34/761.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.17
3035.34/761.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3035.34/761.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3035.34/761.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
3035.34/761.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3043.71/763.28	c lits-rem:       262  cl-subs:      642  v-elim:      0  v-fix:    0  time:  8.48 s
3043.71/763.28	c vivif2 --  cl tried     3373 cl shrink        0 lits rem          0 time: 0.00
3043.71/763.29	c vivif2 --  cl tried    87442 cl shrink        0 lits rem          0 time: 0.06
3044.11/763.41	c asymm  cl-useful: 0/3373/3373 lits-rem:0 time: 0.46
3044.11/763.41	c calculated reachability. Time: 0.00
3044.11/763.41	c  N dy 12141   2712063       773      3373         0     87442     10284   1003468     21.71   no data  --
3074.83/771.01	c  N dy 12260   2732820       773      3373         0    108032     10284   1675020     21.72     22.99  --
3112.72/780.56	c  N dy 12383   2752821       773      3373         0    127905     10284   2326004     21.73     22.93  --
3155.38/791.27	c  N dy 12482   2775624       773      3373         0     78103     10284    683883     21.73     23.03  --
3181.70/797.87	c  N dy 12578   2796366       773      3373         0     98694     10284   1346144     21.73     22.90  --
3216.05/806.48	c  N dy 12683   2816818       773      3373         0    119003     10284   1998558     21.74     22.97  --
3257.48/816.83	c  N dy 12803   2836872       773      3373         0    138895     10284   2641279     21.75     24.30  --
3290.97/825.22	c  N dy 12895   2857080       773      3373         0     85501     10284    897406     21.75     22.94  --
3319.69/832.49	c  N dy 12975   2877114       773      3373         0    105384     10284   1533540     21.75     22.97  --
3356.01/841.58	c  N dy 13052   2897145       773      3373         0    125247     10284   2167161     21.75     27.42  --
3399.46/852.47	c  N dy 13172   2917214       773      3373         0    145222     10284   2826795     21.76     24.03  --
3426.98/859.40	c  N dy 13235   2937233       773      3373         0     90576     10284   1027333     21.75     23.98  --
3458.08/867.12	c  N dy 13345   2957414       773      3373         0    110604     10284   1679215     21.76     22.95  --
3506.33/879.21	c  N dy 13442   2983135       773      3373         0    136083     10284   2496442     21.76     22.96  --
3548.61/889.86	c  N dy 13571   3003332       773      3373         0     80749     10284    696321     21.77     23.13  --
3581.32/898.00	c  N dy 13654   3027327       773      3373         0    104516     10284   1454304     21.77     22.99  --
3616.81/906.99	c  N dy 13760   3047397       773      3373         0    124430     10284   2103385     21.77     23.09  --
3663.87/918.76	c  N dy 13869   3068620       773      3373         0    145482     10284   2784735     21.78     22.98  --
3698.19/927.33	c  N dy 13995   3088716       773      3373         0     89062     10284    937730     21.78     24.09  --
3728.08/934.83	c  N dy 14062   3110023       773      3373         0    110196     10284   1609658     21.78     22.98  --
3765.97/944.37	c  N dy 14151   3130217       773      3373         0    130211     10284   2249187     21.78     23.00  --
3811.83/955.81	c  N dy 14261   3150699       773      3373         0    150556     10284   2911252     21.79     23.17  --
3843.39/963.76	c  N dy 14367   3170766       773      3373         0     93075     10284   1035057     21.79     23.55  --
3874.84/971.69	c  N dy 14427   3192306       773      3373         0    114417     10284   1714353     21.79     23.04  --
3915.92/981.91	c  S st 14520   3212063       773      3373         0    134011     10284   2339639     21.79     20.75  --
3917.53/982.32	c  S st 14520   3212565       773      3373         0    134513     10284   2355209     21.79   no data  --
3917.53/982.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3917.53/982.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3917.53/982.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.32
3917.96/982.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3917.96/982.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3917.96/982.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    773 time:  0.00 s
3917.96/982.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3951.02/990.73	c lits-rem:       158  cl-subs:     1984  v-elim:      0  v-fix:    0  time: 32.87 s
3951.02/990.73	c vivif2 --  cl tried     3373 cl shrink        0 lits rem          0 time: 0.00
3951.02/990.76	c vivif2 --  cl tried   132529 cl shrink        0 lits rem          0 time: 0.12
3951.82/990.98	c asymm  cl-useful: 0/3373/3373 lits-rem:0 time: 0.88
3951.82/990.99	c calculated reachability. Time: 0.00
3951.82/990.99	c  N dy 14520   3212565       773      3373         0    132529     10284   2286771     21.79   no data  --
3999.28/1002.88	c  N dy 14599   3234589       773      3373         0    154379     10284   2989673     21.79     23.24  --
4030.79/1010.76	c  N dy 14696   3254718       773      3373         0     95989     10284   1107622     21.79     23.23  --
4065.08/1019.34	c  N dy 14824   3274770       773      3373         0    115876     10284   1753865     21.80     24.52  --
4102.96/1028.80	c  N dy 14900   3294796       773      3373         0    135722     10284   2389529     21.80     22.97  --
4152.82/1041.38	c  N dy 15009   3315704       773      3373         0    156473     10284   3062945     21.80     23.03  --
4180.75/1048.32	c  N dy 15060   3335866       773      3373         0     97112     10284   1111711     21.80     23.01  --
4216.27/1057.24	c  N dy 15166   3357483       773      3373         0    118564     10284   1815762     21.80     22.99  --
4259.71/1068.18	c  N dy 15270   3377621       773      3373         0    138561     10284   2461754     21.81     23.21  --
4305.16/1079.60	c  N dy 15318   3397928       773      3373         0    158669     10284   3105185     21.80     23.19  --
4335.06/1087.03	c  N dy 15384   3418055       773      3373         0     98275     10284   1111283     21.80     22.95  --
4367.37/1095.16	c  N dy 15468   3438238       773      3373         0    118294     10284   1760770     21.80     22.98  --
4406.85/1105.01	c  N dy 15557   3458270       773      3373         0    138176     10284   2406849     21.80     23.42  --
4460.70/1118.51	c  N dy 15637   3481269       773      3373         0    160911     10284   3126713     21.80     22.98  --
4491.01/1126.19	c  N dy 15684   3503162       773      3373         0    101338     10284   1195092     21.79     22.95  --
4526.90/1135.16	c  N dy 15820   3523233       773      3373         0    121259     10284   1843031     21.80     23.13  --
4574.36/1147.08	c  N dy 15900   3546756       773      3373         0    144563     10284   2584829     21.80     22.96  --
4624.60/1159.65	c  N dy 15936   3568797       773      3373         0     84083     10284    620862     21.79     23.09  --
4651.72/1166.48	c  N dy 16014   3588844       773      3373         0    103899     10284   1251643     21.79     24.23  --
4686.42/1175.11	c  N dy 16100   3608914       773      3373         0    123815     10284   1902624     21.79     24.22  --
4729.89/1186.09	c  N dy 16214   3629007       773      3373         0    143746     10284   2545649     21.80     24.46  --
4780.14/1198.68	c  N dy 16305   3649106       773      3373         0    163686     10284   3193454     21.80     23.74  --

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-3368935-1305406809/watcher-3368935-1305406809 -o /tmp/evaluation-result-3368935-1305406809/solver-3368935-1305406809 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368935-1305406809.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: 8.15 8.15 8.08 2/349 8337
/proc/meminfo: memFree=17792768/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 416 0 0 0 0 0 0 0 25 0 4 0 730911550 52465664 357 33554432000 4194304 4650419 140736747134928 18446744073709551615 256415391675 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 12809 357 306 112 0 7774 0
[pid=8337/tid=8338] ppid=8335 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 730911550 52465664 357 33554432000 4194304 4650419 140736747134928 18446744073709551615 47920875100086 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 730911550 52465664 357 33554432000 4194304 4650419 140736747134928 18446744073709551615 47920875099673 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 730911550 52465664 357 33554432000 4194304 4650419 140736747134928 18446744073709551615 47920875099664 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.14218 s]
/proc/loadavg: 8.15 8.15 8.08 2/349 8337
/proc/meminfo: memFree=17792768/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=283260 CPUtime=0.52 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 2207 0 0 0 52 0 0 0 18 0 4 0 730911550 290058240 2048 33554432000 4194304 4650419 140736747134928 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 70815 2048 391 112 0 65780 0
[pid=8337/tid=8338] ppid=8335 vsize=283260 CPUtime=0.12 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 467 0 0 0 12 0 0 0 18 0 4 0 730911550 290058240 2048 33554432000 4194304 4650419 140736747134928 18446744073709551615 256415496686 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=283260 CPUtime=0.13 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 507 0 0 0 13 0 0 0 18 0 4 0 730911550 290058240 2048 33554432000 4194304 4650419 140736747134928 18446744073709551615 256415496735 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=283260 CPUtime=0.13 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 308 0 0 0 13 0 0 0 18 0 4 0 730911550 290058240 2048 33554432000 4194304 4650419 140736747134928 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 283260

[startup+0.215691 s]
/proc/loadavg: 8.15 8.15 8.08 2/349 8337
/proc/meminfo: memFree=17792768/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=284460 CPUtime=0.82 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 2878 0 0 0 81 1 0 0 18 0 4 0 730911550 291287040 2138 33554432000 4194304 4650419 140736747134928 18446744073709551615 4364402 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 71115 2138 393 112 0 66080 0
[pid=8337/tid=8338] ppid=8335 vsize=284460 CPUtime=0.19 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 662 0 0 0 19 0 0 0 18 0 4 0 730911550 291287040 2138 33554432000 4194304 4650419 140736747134928 18446744073709551615 4333260 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=284460 CPUtime=0.2 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 588 0 0 0 20 0 0 0 18 0 4 0 730911550 291287040 2138 33554432000 4194304 4650419 140736747134928 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=284460 CPUtime=0.2 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 500 0 0 0 20 0 0 0 18 0 4 0 730911550 291287040 2138 33554432000 4194304 4650419 140736747134928 18446744073709551615 4333952 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 284460

[startup+0.300688 s]
/proc/loadavg: 8.15 8.15 8.08 2/349 8337
/proc/meminfo: memFree=17792768/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=284744 CPUtime=1.16 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 3289 0 0 0 115 1 0 0 18 0 4 0 730911550 291577856 2358 33554432000 4194304 4650419 140736747134928 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 71186 2358 393 112 0 66151 0
[pid=8337/tid=8338] ppid=8335 vsize=284744 CPUtime=0.28 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 734 0 0 0 28 0 0 0 18 0 4 0 730911550 291577856 2358 33554432000 4194304 4650419 140736747134928 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=284744 CPUtime=0.29 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 763 0 0 0 29 0 0 0 18 0 4 0 730911550 291577856 2358 33554432000 4194304 4650419 140736747134928 18446744073709551615 4355017 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=284744 CPUtime=0.28 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 587 0 0 0 28 0 0 0 18 0 4 0 730911550 291577856 2358 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284744

[startup+0.700603 s]
/proc/loadavg: 8.15 8.15 8.08 2/349 8337
/proc/meminfo: memFree=17792768/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=285732 CPUtime=2.75 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 5236 0 0 0 274 1 0 0 18 0 4 0 730911550 292589568 3138 33554432000 4194304 4650419 140736747134928 18446744073709551615 256415052485 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 71433 3138 393 112 0 66398 0
[pid=8337/tid=8338] ppid=8335 vsize=285732 CPUtime=0.67 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 1211 0 0 0 67 0 0 0 18 0 4 0 730911550 292589568 3138 33554432000 4194304 4650419 140736747134928 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=285732 CPUtime=0.69 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 1276 0 0 0 69 0 0 0 18 0 4 0 730911550 292589568 3138 33554432000 4194304 4650419 140736747134928 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=285732 CPUtime=0.68 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 1056 0 0 0 68 0 0 0 18 0 4 0 730911550 292589568 3138 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 285732

[startup+1.50039 s]
/proc/loadavg: 8.15 8.15 8.08 6/352 8362
/proc/meminfo: memFree=17788912/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=278696 CPUtime=5.94 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 9002 0 0 0 592 2 0 0 20 0 4 0 730911550 285384704 3640 33554432000 4194304 4650419 140736747134928 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 69674 3640 394 112 0 64639 0
[pid=8337/tid=8338] ppid=8335 vsize=278696 CPUtime=1.46 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 2164 0 0 0 146 0 0 0 20 0 4 0 730911550 285384704 3640 33554432000 4194304 4650419 140736747134928 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=278696 CPUtime=1.49 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 2247 0 0 0 149 0 0 0 19 0 4 0 730911550 285384704 3640 33554432000 4194304 4650419 140736747134928 18446744073709551615 4361104 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=278696 CPUtime=1.48 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 1929 0 0 0 148 0 0 0 18 0 4 0 730911550 285384704 3640 33554432000 4194304 4650419 140736747134928 18446744073709551615 4315103 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 278696

[startup+3.1011 s]
/proc/loadavg: 8.14 8.15 8.08 9/358 8371
/proc/meminfo: memFree=17752160/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=268028 CPUtime=12.33 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 19455 0 0 0 1229 4 0 0 25 0 4 0 730911550 274460672 11781 33554432000 4194304 4650419 140736747134928 18446744073709551615 4438939 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 67007 11781 395 112 0 61972 0
[pid=8337/tid=8338] ppid=8335 vsize=268028 CPUtime=3.05 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 4394 0 0 0 304 1 0 0 25 0 4 0 730911550 274460672 11781 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=268028 CPUtime=3.08 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 4806 0 0 0 308 0 0 0 25 0 4 0 730911550 274460672 11781 33554432000 4194304 4650419 140736747134928 18446744073709551615 4439648 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=268028 CPUtime=3.08 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 4743 0 0 0 308 0 0 0 21 0 4 0 730911550 274460672 11781 33554432000 4194304 4650419 140736747134928 18446744073709551615 4333991 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 268028

[startup+6.30049 s]
/proc/loadavg: 8.14 8.15 8.08 9/358 8371
/proc/meminfo: memFree=17691040/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=295740 CPUtime=25.09 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 27533 0 0 0 2502 7 0 0 25 0 4 0 730911550 302837760 17238 33554432000 4194304 4650419 140736747134928 18446744073709551615 4363458 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 73935 17238 395 112 0 68900 0
[pid=8337/tid=8338] ppid=8335 vsize=295740 CPUtime=6.21 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 6771 0 0 0 620 1 0 0 25 0 4 0 730911550 302837760 17238 33554432000 4194304 4650419 140736747134928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=295740 CPUtime=6.28 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 7013 0 0 0 628 0 0 0 25 0 4 0 730911550 302837760 17238 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=295740 CPUtime=6.28 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 6431 0 0 0 627 1 0 0 25 0 4 0 730911550 302837760 17238 33554432000 4194304 4650419 140736747134928 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 295740

[startup+12.7003 s]
/proc/loadavg: 8.12 8.14 8.08 9/358 8371
/proc/meminfo: memFree=17639420/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=296576 CPUtime=50.61 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 40440 0 0 0 5051 10 0 0 25 0 4 0 730911550 303693824 22091 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 74144 22091 395 112 0 69109 0
[pid=8337/tid=8338] ppid=8335 vsize=296576 CPUtime=12.54 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 10921 0 0 0 1252 2 0 0 25 0 4 0 730911550 303693824 22091 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=296576 CPUtime=12.68 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 9145 0 0 0 1267 1 0 0 25 0 4 0 730911550 303693824 22091 33554432000 4194304 4650419 140736747134928 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=296576 CPUtime=12.68 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 10169 0 0 0 1265 3 0 0 25 0 4 0 730911550 303693824 22091 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 296576

[startup+25.5009 s]
/proc/loadavg: 8.10 8.14 8.08 10/358 8372
/proc/meminfo: memFree=17597136/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=293060 CPUtime=101.67 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 61818 0 0 0 10150 17 0 0 25 0 4 0 730911550 300093440 27439 33554432000 4194304 4650419 140736747134928 18446744073709551615 4465123 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 73265 27439 395 112 0 68230 0
[pid=8337/tid=8338] ppid=8335 vsize=293060 CPUtime=25.2 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 17252 0 0 0 2515 5 0 0 25 0 4 0 730911550 300093440 27439 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=293060 CPUtime=25.49 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 13361 0 0 0 2546 3 0 0 25 0 4 0 730911550 300093440 27439 33554432000 4194304 4650419 140736747134928 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=293060 CPUtime=25.47 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 15584 0 0 0 2543 4 0 0 25 0 4 0 730911550 300093440 27439 33554432000 4194304 4650419 140736747134928 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 293060

[startup+51.1011 s]
/proc/loadavg: 8.06 8.12 8.08 9/358 8372
/proc/meminfo: memFree=17541004/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=378732 CPUtime=203.78 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 90319 0 0 0 20352 26 0 0 25 0 4 0 730911550 387821568 36813 33554432000 4194304 4650419 140736747134928 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 94683 36813 395 112 0 89648 0
[pid=8337/tid=8338] ppid=8335 vsize=378732 CPUtime=50.51 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 25611 0 0 0 5045 6 0 0 25 0 4 0 730911550 387821568 36813 33554432000 4194304 4650419 140736747134928 18446744073709551615 4476293 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=378732 CPUtime=51.09 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 19809 0 0 0 5103 6 0 0 25 0 4 0 730911550 387821568 36813 33554432000 4194304 4650419 140736747134928 18446744073709551615 4438666 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=378732 CPUtime=51.07 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 24045 0 0 0 5100 7 0 0 25 0 4 0 730911550 387821568 36813 33554432000 4194304 4650419 140736747134928 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 378732

[startup+102.3 s]
/proc/loadavg: 8.06 8.11 8.08 9/358 8383
/proc/meminfo: memFree=17476096/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=379832 CPUtime=407.97 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 123188 0 0 0 40759 38 0 0 25 0 4 0 730911550 388947968 44930 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 94958 44930 395 112 0 89923 0
[pid=8337/tid=8338] ppid=8335 vsize=379832 CPUtime=101.12 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 37716 0 0 0 10102 10 0 0 25 0 4 0 730911550 388947968 44933 33554432000 4194304 4650419 140736747134928 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=379832 CPUtime=102.28 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 30537 0 0 0 10217 11 0 0 25 0 4 0 730911550 388947968 44933 33554432000 4194304 4650419 140736747134928 18446744073709551615 4363371 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=379832 CPUtime=102.28 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 30900 0 0 0 10218 10 0 0 25 0 4 0 730911550 388947968 44933 33554432000 4194304 4650419 140736747134928 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.97
Current children cumulated vsize (KiB) 379832

[startup+162.301 s]

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

[pid=8337] ppid=8335 vsize=543412 CPUtime=2800.83 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 326181 0 0 0 279953 130 0 0 25 0 4 0 730911550 556453888 80664 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 135853 80664 395 112 0 130818 0
[pid=8337/tid=8338] ppid=8335 vsize=543412 CPUtime=694.06 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 102914 0 0 0 69367 39 0 0 25 0 4 0 730911550 556453888 80664 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=543412 CPUtime=702.29 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 74563 0 0 0 70198 31 0 0 25 0 4 0 730911550 556453888 80664 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=543412 CPUtime=702.16 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 75812 0 0 0 70187 29 0 0 25 0 4 0 730911550 556453888 80664 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2800.83
Current children cumulated vsize (KiB) 543412

[startup+762.301 s]
/proc/loadavg: 8.08 8.11 8.09 9/358 8400
/proc/meminfo: memFree=17169132/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=597856 CPUtime=3040.15 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 347725 0 0 0 303873 142 0 0 25 0 4 0 730911550 612204544 88501 33554432000 4194304 4650419 140736747134928 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 149464 88501 395 112 0 144429 0
[pid=8337/tid=8338] ppid=8335 vsize=597856 CPUtime=753.37 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 109334 0 0 0 75295 42 0 0 25 0 4 0 730911550 612204544 88502 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=597856 CPUtime=762.31 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 79425 0 0 0 76197 34 0 0 25 0 4 0 730911550 612204544 88502 33554432000 4194304 4650419 140736747134928 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=597856 CPUtime=762.17 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 79258 0 0 0 76185 32 0 0 25 0 4 0 730911550 612204544 88502 33554432000 4194304 4650419 140736747134928 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3040.15
Current children cumulated vsize (KiB) 597856

[startup+822.301 s]
/proc/loadavg: 8.11 8.11 8.09 10/358 8402
/proc/meminfo: memFree=17163780/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=562856 CPUtime=3279.42 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 364825 0 0 0 327793 149 0 0 25 0 4 0 730911550 576364544 85334 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 140714 85334 395 112 0 135679 0
[pid=8337/tid=8338] ppid=8335 vsize=562856 CPUtime=812.65 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 118283 0 0 0 81220 45 0 0 25 0 4 0 730911550 576364544 85334 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=562856 CPUtime=822.29 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 82676 0 0 0 82194 35 0 0 25 0 4 0 730911550 576364544 85334 33554432000 4194304 4650419 140736747134928 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=562856 CPUtime=822.15 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 81622 0 0 0 82182 33 0 0 25 0 4 0 730911550 576364544 85334 33554432000 4194304 4650419 140736747134928 18446744073709551615 4334343 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3279.42
Current children cumulated vsize (KiB) 562856

[startup+882.313 s]
/proc/loadavg: 8.07 8.10 8.09 10/358 8403
/proc/meminfo: memFree=17140064/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=609972 CPUtime=3518.74 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 382124 0 0 0 351717 157 0 0 25 0 4 0 730911550 624611328 91135 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 152493 91135 395 112 0 147458 0
[pid=8337/tid=8338] ppid=8335 vsize=609972 CPUtime=871.95 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 124551 0 0 0 87147 48 0 0 25 0 4 0 730911550 624611328 91135 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=609972 CPUtime=882.31 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 85283 0 0 0 88195 36 0 0 25 0 4 0 730911550 624611328 91135 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=609972 CPUtime=882.15 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 86597 0 0 0 88179 36 0 0 25 0 4 0 730911550 624611328 91135 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3518.74
Current children cumulated vsize (KiB) 609972

[startup+942.301 s]
/proc/loadavg: 8.17 8.13 8.09 10/358 8405
/proc/meminfo: memFree=17121080/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=610360 CPUtime=3758 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 401377 0 0 0 375631 169 0 0 25 0 4 0 730911550 625008640 95491 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 152590 95491 395 112 0 147555 0
[pid=8337/tid=8338] ppid=8335 vsize=610360 CPUtime=931.24 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 130757 0 0 0 93072 52 0 0 25 0 4 0 730911550 625008640 95491 33554432000 4194304 4650419 140736747134928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=610360 CPUtime=942.29 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 91515 0 0 0 94189 40 0 0 25 0 4 0 730911550 625008640 95491 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=610360 CPUtime=942.13 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 90144 0 0 0 94176 37 0 0 25 0 4 0 730911550 625008640 95491 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3758
Current children cumulated vsize (KiB) 610360

[startup+1002.3 s]
/proc/loadavg: 8.06 8.10 8.09 10/358 8407
/proc/meminfo: memFree=17080992/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=724076 CPUtime=3997.28 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 422502 0 0 0 399548 180 0 0 25 0 4 0 730911550 741453824 102785 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 181019 102785 395 112 0 175984 0
[pid=8337/tid=8338] ppid=8335 vsize=724076 CPUtime=990.53 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 135684 0 0 0 98997 56 0 0 25 0 4 0 730911550 741453824 102785 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=724076 CPUtime=1002.3 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 97477 0 0 0 100186 44 0 0 25 0 4 0 730911550 741453824 102785 33554432000 4194304 4650419 140736747134928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=724076 CPUtime=1002.12 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 97120 0 0 0 100172 40 0 0 25 0 4 0 730911550 741453824 102785 33554432000 4194304 4650419 140736747134928 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3997.28
Current children cumulated vsize (KiB) 724076

[startup+1062.3 s]
/proc/loadavg: 8.06 8.10 8.09 10/358 8408
/proc/meminfo: memFree=17043276/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=676556 CPUtime=4236.57 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 442047 0 0 0 423469 188 0 0 25 0 4 0 730911550 692793344 107788 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 169139 107788 395 112 0 164104 0
[pid=8337/tid=8338] ppid=8335 vsize=676556 CPUtime=1049.83 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 147158 0 0 0 104925 58 0 0 25 0 4 0 730911550 692793344 107788 33554432000 4194304 4650419 140736747134928 18446744073709551615 4367249 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=676556 CPUtime=1062.3 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 102585 0 0 0 106183 47 0 0 25 0 4 0 730911550 692793344 107788 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=676556 CPUtime=1062.11 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 99332 0 0 0 106169 42 0 0 25 0 4 0 730911550 692793344 107788 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4236.57
Current children cumulated vsize (KiB) 676556

[startup+1122.3 s]
/proc/loadavg: 8.16 8.12 8.09 10/358 8410
/proc/meminfo: memFree=17009412/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=712960 CPUtime=4475.84 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 456896 0 0 0 447388 196 0 0 25 0 4 0 730911550 730071040 112611 33554432000 4194304 4650419 140736747134928 18446744073709551615 4363423 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 178240 112611 395 112 0 173205 0
[pid=8337/tid=8338] ppid=8335 vsize=712960 CPUtime=1109.12 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 152531 0 0 0 110850 62 0 0 25 0 4 0 730911550 730071040 112611 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=712960 CPUtime=1122.3 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 106861 0 0 0 112181 49 0 0 25 0 4 0 730911550 730071040 112611 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365311 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=712960 CPUtime=1122.1 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 102244 0 0 0 112167 43 0 0 25 0 4 0 730911550 730071040 112611 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4475.84
Current children cumulated vsize (KiB) 712960

[startup+1182.3 s]
/proc/loadavg: 8.06 8.10 8.09 9/358 8411
/proc/meminfo: memFree=17025248/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=689260 CPUtime=4715.14 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 475031 0 0 0 471308 206 0 0 25 0 4 0 730911550 705802240 108708 33554432000 4194304 4650419 140736747134928 18446744073709551615 4363331 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 172315 108708 395 112 0 167280 0
[pid=8337/tid=8338] ppid=8335 vsize=689260 CPUtime=1168.42 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 157205 0 0 0 116777 65 0 0 25 0 4 0 730911550 705802240 108708 33554432000 4194304 4650419 140736747134928 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=689260 CPUtime=1182.31 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 112983 0 0 0 118178 53 0 0 25 0 4 0 730911550 705802240 108708 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=689260 CPUtime=1182.1 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 104346 0 0 0 118166 44 0 0 25 0 4 0 730911550 705802240 108708 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4715.14
Current children cumulated vsize (KiB) 689260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.10 8.10 8.09 9/358 8412
/proc/meminfo: memFree=17012220/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=689324 CPUtime=4800.09 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 479772 0 0 0 479800 209 0 0 25 0 4 0 730911550 705867776 109054 33554432000 4194304 4650419 140736747134928 18446744073709551615 4366933 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 172331 109054 395 112 0 167296 0
[pid=8337/tid=8338] ppid=8335 vsize=689324 CPUtime=1189.46 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 157205 0 0 0 118881 65 0 0 25 0 4 0 730911550 705867776 109054 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=689324 CPUtime=1203.62 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 114240 0 0 0 120307 55 0 0 25 0 4 0 730911550 705867776 109054 33554432000 4194304 4650419 140736747134928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=689324 CPUtime=1203.39 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 106819 0 0 0 120295 44 0 0 25 0 4 0 730911550 705867776 109054 33554432000 4194304 4650419 140736747134928 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 689324

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

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

[startup+1203.6 s]
/proc/loadavg: 8.10 8.10 8.09 9/358 8412
/proc/meminfo: memFree=17012220/32950928 swapFree=67111200/67111528
[pid=8337] ppid=8335 vsize=689324 CPUtime=4800.09 cores=0,2,4,6
/proc/8337/stat : 8337 (strangenight1-m) R 8335 8337 8202 0 -1 4202496 479772 0 0 0 479800 209 0 0 25 0 4 0 730911550 705867776 109054 33554432000 4194304 4650419 140736747134928 18446744073709551615 4366933 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8337/statm: 172331 109054 395 112 0 167296 0
[pid=8337/tid=8338] ppid=8335 vsize=689324 CPUtime=1189.46 cores=0,2,4,6
/proc/8337/task/8338/stat : 8338 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 157205 0 0 0 118881 65 0 0 25 0 4 0 730911550 705867776 109054 33554432000 4194304 4650419 140736747134928 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8337/tid=8339] ppid=8335 vsize=689324 CPUtime=1203.62 cores=0,2,4,6
/proc/8337/task/8339/stat : 8339 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 114240 0 0 0 120307 55 0 0 25 0 4 0 730911550 705867776 109054 33554432000 4194304 4650419 140736747134928 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8337/tid=8340] ppid=8335 vsize=689324 CPUtime=1203.39 cores=0,2,4,6
/proc/8337/task/8340/stat : 8340 (strangenight1-m) R 8335 8337 8202 0 -1 4202560 106819 0 0 0 120295 44 0 0 25 0 4 0 730911550 705867776 109054 33554432000 4194304 4650419 140736747134928 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 689324

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.64
CPU time (s): 4800.17
CPU user time (s): 4798.05
CPU system time (s): 2.12068
CPU usage (%): 398.804
Max. virtual memory (cumulated for all children) (KiB): 784992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.05
system time used= 2.12068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 479773
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= 728
involuntary context switches= 22380

runsolver used 4.03539 second user time and 10.1685 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-14 23:00:09
IDJOB=3368935
IDBENCH=82944
IDSOLVER=1846
FILE ID=node115/3368935-1305406809
RUNJOBID= node115-1305405603-8220
PBS_JOBID= 13324497
Free space on /tmp= 73228 MiB

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

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

MD5SUM BENCH= b9f30e687453978167416852673e8ddb
RANDOM SEED=561581726

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17792932 kB
Buffers:        287172 kB
Cached:        4525072 kB
SwapCached:          0 kB
Active:       11966944 kB
Inactive:      2873652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17792932 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            6256 kB
Writeback:           0 kB
AnonPages:    10028012 kB
Mapped:          28248 kB
Slab:           210916 kB
PageTables:      40728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69687980 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= 73224 MiB
End job on node115 at 2011-05-14 23:20:14