Trace number 3366512

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-2-mt (fixed)? (TO) 4800.44 1203.03

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1321356000-046.SATISFIABLE.cnf
MD5SUMf10effcfe58940a6abd6aa73030d7c70
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.099984
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 56230

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 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366512-1305405867.cnf'
0.00/0.01	c -- header says num vars:             70
0.00/0.01	c -- header says num clauses:        6230
0.00/0.01	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.01	c -- vars added         70
0.43/0.15	c Parsing time:  0.00 s
0.43/0.15	c  N st     0         0        70      6230         0         0     43610         0   no data   no data
0.43/0.15	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.14
0.43/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.43/0.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.43/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.43/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.43/0.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
0.43/0.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.18/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3.18/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.18/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.18/0.80	c calculated reachability. Time: 0.00
3.18/0.80	c Calc default polars -  time:   0.00 s pos:      37 undec:       0 neg:      33
3.18/0.80	c =========================================================================================
3.18/0.80	c types(t): F = full restart, N = normal restart
3.18/0.80	c types(t): S = simplification begin/end, E = solution found
3.18/0.80	c restart types(rt): st = static, dy = dynamic
3.18/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.18/0.80	c  B st     0         0        70      6230         0         0     43610         0   no data   no data
3.18/0.80	c  N dy    10      5914        70      6230         0      3093     43610     67786     20.80     21.96
3.18/0.80	c  N dy    20     14501        70      6230         0      6985     43610    150151     20.44     21.65
3.97/1.00	c  N dy    29     22822        70      6230         0      9392     43610    194650     20.07     21.23
4.39/1.12	c  F st    42     25000        70      6230         0     11374     43610    242424     20.16   no data
4.81/1.22	c  N st    46     27035        70      6230         0      7068     43610    131320     20.16   no data
5.16/1.34	c  S st    48     30000        70      6230         0      9762     43610    197210     20.16   no data
5.16/1.38	c  S st    48     30503        70      6230         0     10237     43610    208970     20.16   no data
5.16/1.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.16/1.38	c blocked clauses removed:        0 vars:      0 tried:          70 T: 0.00 s
5.16/1.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
5.16/1.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.16/1.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.57	c lits-rem:       185  cl-subs:      780  v-elim:      0  v-fix:    0  time:  0.18 s
7.16/1.84	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.26
7.16/1.84	c calculated reachability. Time: 0.00
7.16/1.84	c  N dy    48     30503        70      6230         0      9457     43610    188774     20.16   no data
7.96/2.07	c  N dy    75     34570        70      6230         0     13166     43610    278846     20.33     21.96
9.19/2.35	c  N dy    95     39542        70      6230         0     10533     43610    198953     20.39     21.54
9.95/2.59	c  N dy   109     43551        70      6230         0     14176     43610    286550     20.44     23.01
10.75/2.74	c  S st   128     45754        70      6230         0     16178     43610    335815     20.54     20.61
10.75/2.78	c  S st   128     46259        70      6230         0      8553     43610    140740     20.54   no data
10.75/2.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.75/2.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.75/2.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.75/2.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.75/2.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.75/2.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
10.75/2.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.75/2.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.75/2.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.15/2.83	c lits-rem:         0  cl-subs:       58  v-elim:      0  v-fix:    0  time:  0.03 s
11.15/2.83	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
11.15/2.83	c vivif2 --  cl tried     8495 cl shrink        0 lits rem          0 time: 0.00
11.95/3.06	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.24
11.95/3.07	c calculated reachability. Time: 0.00
11.95/3.07	c  N dy   128     46259        70      6230         0      8495     43610    139008     20.54   no data
12.75/3.28	c  N dy   154     50276        70      6230         0     12192     43610    229297     20.64     23.20
14.74/3.78	c  N dy   181     58566        70      6230         0     10645     43610    177996     20.61     21.89
17.56/4.45	c  N dy   185     69390        70      6230         0     10419     43610    162046     20.44     19.41
17.56/4.45	c  S st   185     69390        70      6230         0     10419     43610    162046     20.44     19.41
17.56/4.48	c  S st   185     69895        70      6230         0     10887     43610    173428     20.44   no data
17.56/4.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.56/4.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.56/4.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.56/4.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.56/4.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.56/4.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
17.56/4.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.56/4.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.56/4.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.98/4.56	c lits-rem:        41  cl-subs:      165  v-elim:      0  v-fix:    0  time:  0.06 s
17.98/4.56	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
17.98/4.56	c vivif2 --  cl tried    10722 cl shrink        0 lits rem          0 time: 0.00
19.14/4.84	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.28
19.14/4.84	c calculated reachability. Time: 0.00
19.14/4.84	c  N dy   185     69895        70      6230         0     10722     43610    169299     20.44   no data
21.95/5.55	c  N dy   201     81037        70      6230         0     20699     43610    405221     20.34     21.43
23.12/5.90	c  N dy   226     86363        70      6230         0     14752     43610    256199     20.37     21.53
23.52/5.98	c  F st   232     87500        70      6230         0     15780     43610    280982     20.38     20.77
25.12/6.34	c  N dy   238     92691        70      6230         0     20508     43610    396855     20.38   no data
27.11/6.82	c  N dy   266     98697        70      6230         0     14224     43610    230122     20.42     22.71
28.71/7.21	c  S st   274    104842        70      6230         0     19778     43610    358300     20.31     16.80
28.71/7.27	c  S st   274    105346        70      6230         0     20238     43610    369775     20.31   no data
28.71/7.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.71/7.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.71/7.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.71/7.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.71/7.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.71/7.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
28.71/7.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.71/7.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
28.71/7.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.73/7.80	c lits-rem:       213  cl-subs:     2028  v-elim:      0  v-fix:    0  time:  0.51 s
30.73/7.80	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
30.73/7.81	c vivif2 --  cl tried    18210 cl shrink        0 lits rem          0 time: 0.00
32.30/8.18	c asymm  cl-useful: 0/5437/6230 lits-rem:0 time: 0.37
32.30/8.18	c calculated reachability. Time: 0.00
32.30/8.18	c  N dy   274    105346        70      6230         0     18210     43610    323495     20.31   no data
34.70/8.77	c  N dy   309    112096        70      6230         0     24352     43610    472172     20.37     22.74
36.69/9.29	c  N dy   333    119289        70      6230         0     18272     43610    313924     20.39     22.97
41.08/10.39	c  N dy   362    132851        70      6230         0     16962     43610    266454     20.32     21.44
44.67/11.23	c  N dy   407    143093        70      6230         0     26268     43610    492101     20.37     21.47
47.87/12.04	c  N dy   478    152321        70      6230         0     20205     43610    338455     20.47     23.27
49.86/12.54	c  S st   507    158019        70      6230         0     25383     43610    463885     20.50     20.85
50.26/12.61	c  S st   507    158523        70      6230         0     25841     43610    475413     20.50   no data
50.26/12.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.26/12.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
50.26/12.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.26/12.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.26/12.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.26/12.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
50.26/12.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.26/12.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.26/12.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.09/13.36	c lits-rem:       243  cl-subs:     2108  v-elim:      0  v-fix:    0  time:  0.73 s
53.09/13.36	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
53.09/13.37	c vivif2 --  cl tried    23733 cl shrink        0 lits rem          0 time: 0.00
53.45/13.45	c asymm  cl-useful: 0/793/6230 lits-rem:0 time: 0.08
53.45/13.45	c calculated reachability. Time: 0.00
53.45/13.45	c  N dy   507    158523        70      6230         0     23733     43610    420185     20.50   no data
59.84/15.09	c  N dy   539    178007        70      6230         0     25885     43610    449468     20.40     21.52
67.02/16.83	c  N dy   579    197469        70      6230         0     27194     43610    473358     20.34     21.44
72.21/18.18	c  N dy   618    211534        70      6230         0     22862     43610    366262     20.32     21.48
78.19/19.67	c  N dy   679    225117        70      6230         0     35209     43610    663906     20.35     22.74
83.41/20.91	c  S st   731    237784        70      6230         0     28548     43610    484660     20.36     20.22
83.41/20.98	c  S st   731    238287        70      6230         0     28998     43610    495922     20.36   no data
83.41/20.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.41/20.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
83.41/20.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.41/20.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.41/20.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.41/20.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
83.41/20.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.41/21.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
83.82/21.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.98/21.88	c lits-rem:       299  cl-subs:     2323  v-elim:      0  v-fix:    0  time:  0.87 s
86.98/21.88	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
86.98/21.89	c vivif2 --  cl tried    26675 cl shrink        0 lits rem          0 time: 0.01
88.57/22.28	c asymm  cl-useful: 0/4010/6230 lits-rem:0 time: 0.39
88.57/22.28	c calculated reachability. Time: 0.00
88.57/22.28	c  N dy   731    238287        70      6230         0     26675     43610    439393     20.36   no data
94.96/23.85	c  N dy   769    253562        70      6230         0     21634     43610    306292     20.35     21.48
101.73/25.59	c  N dy   847    269835        70      6230         0     36447     43610    663817     20.39     21.55
108.93/27.39	c  N dy   884    287574        70      6230         0     32513     43610    546341     20.36     21.44
117.70/29.51	c  F st   979    306251        70      6230         0     28759     43610    454548     20.41     19.80
117.70/29.51	c  N st   979    306251        70      6230         0     28759     43610    454548     20.41     19.80
127.31/31.96	c  N dy  1036    326766        70      6230         0     25627     43610    363155     20.43     21.58
136.85/34.36	c  N dy  1101    347680        70      6230         0     44464     43610    813716     20.42     21.61
141.24/35.45	c  S st  1150    357431        70      6230         0     30710     43610    475148     20.45   no data
141.64/35.54	c  S st  1150    357936        70      6230         0     31180     43610    486625     20.45   no data
141.64/35.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
141.64/35.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
141.64/35.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
141.64/35.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.64/35.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.64/35.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
141.64/35.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
141.64/35.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
141.64/35.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
144.86/36.32	c lits-rem:       155  cl-subs:     1912  v-elim:      0  v-fix:    0  time:  0.75 s
144.86/36.32	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
144.86/36.33	c vivif2 --  cl tried    29268 cl shrink        0 lits rem          0 time: 0.01
145.62/36.59	c asymm  cl-useful: 0/2220/6230 lits-rem:0 time: 0.26
145.62/36.59	c calculated reachability. Time: 0.00
145.62/36.59	c  N dy  1150    357936        70      6230         0     29268     43610    438854     20.45   no data
158.03/39.70	c  N dy  1254    381926        70      6230         0     27510     43610    380608     20.48     21.60
169.58/42.56	c  N dy  1318    401928        70      6230         0     45542     43610    809047     20.48     21.71
183.55/46.05	c  N dy  1422    426995        70      6230         0     43887     43610    765629     20.51     21.78
194.31/48.71	c  N dy  1481    447037        70      6230         0     36703     43610    576794     20.50     23.80
205.90/51.71	c  N dy  1521    469743        70      6230         0     31033     43610    424942     20.49     21.69
218.27/54.75	c  N dy  1605    491541        70      6230         0     50687     43610    900390     20.51     21.64
229.03/57.45	c  N dy  1677    511577        70      6230         0     41631     43610    669226     20.51     22.33
244.20/61.22	c  N dy  1760    536907        70      6230         0     36528     43610    531983     20.52     17.55
244.20/61.22	c  S st  1760    536907        70      6230         0     36528     43610    531983     20.52     17.55
244.60/61.31	c  S st  1760    537410        70      6230         0     36989     43610    543573     20.52   no data
244.60/61.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
244.60/61.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
244.60/61.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
244.60/61.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
244.60/61.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.60/61.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
244.60/61.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
244.60/61.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
244.60/61.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
248.99/62.45	c lits-rem:       222  cl-subs:     2373  v-elim:      0  v-fix:    0  time:  1.10 s
248.99/62.45	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
248.99/62.46	c vivif2 --  cl tried    34616 cl shrink        0 lits rem          0 time: 0.01
249.79/62.66	c asymm  cl-useful: 0/1655/6230 lits-rem:0 time: 0.21
249.79/62.66	c calculated reachability. Time: 0.00
249.79/62.66	c  N dy  1760    537410        70      6230         0     34616     43610    486951     20.52   no data
263.38/66.01	c  N dy  1892    558834        70      6230         0     54059     43610    962454     20.56     21.67
282.91/70.96	c  N dy  1952    595711        70      6230         0     58448     43610   1043432     20.52     21.64
310.05/77.71	c  N dy  2028    649701        70      6230         0     46400     43610    720750     20.39     21.51
325.61/81.67	c  N dy  2150    669777        70      6230         0     33230     43610    406910     20.43     21.54
339.58/85.15	c  N dy  2231    692676        70      6230         0     53885     43610    903235     20.43     21.53
355.15/89.00	c  N dy  2357    712740        70      6230         0     39675     43610    549334     20.47     23.41
369.91/92.75	c  N dy  2487    732868        70      6230         0     57894     43610    997530     20.51     21.64
384.27/96.32	c  N dy  2522    752906        70      6230         0     42494     43610    595014     20.48     23.25
398.65/99.93	c  N dy  2598    773022        70      6230         0     60692     43610   1034119     20.49     21.59
411.41/103.18	c  N dy  2659    793305        70      6230         0     44734     43610    641211     20.48     21.57
420.59/105.47	c  S st  2720    806115        70      6230         0     56319     43610    921146     20.49   no data
421.41/105.63	c  S st  2720    806619        70      6230         0     56786     43610    933159     20.49   no data
421.41/105.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
421.41/105.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
421.41/105.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
421.41/105.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
421.41/105.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
421.41/105.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
421.41/105.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
421.41/105.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
421.41/105.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
436.14/109.36	c lits-rem:       638  cl-subs:     4864  v-elim:      0  v-fix:    0  time:  3.67 s
436.14/109.36	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
436.14/109.37	c vivif2 --  cl tried    51922 cl shrink        0 lits rem          0 time: 0.01
437.34/109.64	c asymm  cl-useful: 0/1073/6230 lits-rem:0 time: 0.26
437.34/109.64	c calculated reachability. Time: 0.00
437.34/109.64	c  N dy  2720    806619        70      6230         0     51922     43610    812076     20.49   no data
455.30/114.12	c  N dy  2733    833466        70      6230         0     41010     43610    533987     20.44     21.55
469.69/117.77	c  N dy  2805    854527        70      6230         0     60005     43610    992186     20.45     21.53
491.22/123.17	c  N dy  2881    881930        70      6230         0     48645     43610    702111     20.44     21.56
507.58/127.28	c  N dy  2991    901977        70      6230         0     66759     43610   1142339     20.46     22.36
523.14/131.11	c  N dy  3049    923018        70      6230         0     48874     43610    701439     20.46     21.56
540.34/135.46	c  N dy  3138    944300        70      6230         0     68007     43610   1162510     20.47     21.55
559.46/140.25	c  N dy  3226    969985        70      6230         0     53413     43610    797926     20.47     21.57
575.46/144.25	c  N dy  3267    990047        70      6230         0     71385     43610   1229147     20.46     21.57
592.18/148.50	c  N dy  3309   1013642        70      6230         0     53922     43610    795887     20.45     21.59
612.53/153.50	c  N dy  3346   1038993        70      6230         0     76609     43610   1329237     20.42     21.51
628.89/157.69	c  N dy  3482   1059050        70      6230         0     55298     43610    827675     20.45     23.76
639.67/160.36	c  F st  3530   1071875        70      6230         0     66877     43610   1108710     20.45     19.32
646.45/162.00	c  N dy  3548   1079140        70      6230         0     73442     43610   1269899     20.46     22.20
664.40/166.57	c  N dy  3662   1099178        70      6230         0     51002     43610    703095     20.47     21.62
682.36/171.05	c  N dy  3754   1120649        70      6230         0     70435     43610   1175926     20.48     21.64
705.51/176.83	c  N dy  3803   1148043        70      6230         0     53439     43610    733683     20.46     21.56
724.28/181.58	c  N dy  3929   1168080        70      6230         0     71493     43610   1177290     20.48     21.99
743.82/186.47	c  N dy  3985   1188148        70      6230         0     47291     43610    582743     20.47     22.45
762.98/191.28	c  N dy  4075   1208594        70      6230         0     65774     43610   1032631     20.48     21.63
764.56/191.62	c  S st  4077   1209928        70      6230         0     66976     43610   1061257     20.48     19.99
765.36/191.84	c  S st  4077   1210430        70      6230         0     67441     43610   1072862     20.48   no data
765.36/191.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
765.36/191.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
765.36/191.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
765.36/191.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
765.36/191.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
765.36/191.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
765.36/191.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
765.76/191.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
765.76/191.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
792.90/198.73	c lits-rem:       631  cl-subs:     5667  v-elim:      0  v-fix:    0  time:  6.80 s
792.90/198.73	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
792.90/198.75	c vivif2 --  cl tried    61774 cl shrink        0 lits rem          0 time: 0.01
794.52/199.12	c asymm  cl-useful: 0/874/6230 lits-rem:0 time: 0.38
794.52/199.13	c calculated reachability. Time: 0.00
794.52/199.13	c  N dy  4077   1210430        70      6230         0     61774     43610    937525     20.48   no data
818.43/205.16	c  N dy  4177   1230495        70      6230         0     79919     43610   1380579     20.49     22.37
837.99/210.08	c  N dy  4275   1251075        70      6230         0     55576     43610    777308     20.50     21.59
857.14/214.80	c  N dy  4370   1271533        70      6230         0     74068     43610   1226992     20.51     21.68
881.49/220.94	c  N dy  4512   1291547        70      6230         0     47989     43610    577989     20.53     21.63
898.24/225.17	c  N dy  4590   1313478        70      6230         0     67712     43610   1056236     20.54     21.64
923.38/231.48	c  N dy  4709   1334627        70      6230         0     86839     43610   1524526     20.56     21.78
945.73/237.05	c  N dy  4798   1356753        70      6230         0     61792     43610    900416     20.56     21.66
974.90/244.32	c  N dy  4849   1384691        70      6230         0     86662     43610   1484344     20.54     21.69
990.42/248.30	c  N dy  4878   1404783        70      6230         0     58896     43610    812137     20.53     22.46
1012.77/253.84	c  N dy  4957   1429040        70      6230         0     80774     43610   1339762     20.53     21.68
1037.11/259.94	c  N dy  5021   1452857        70      6230         0     55422     43610    713846     20.53     21.70
1054.27/264.23	c  N dy  5084   1472985        70      6230         0     73521     43610   1146820     20.53     21.70
1075.44/269.53	c  N dy  5123   1493060        70      6230         0     91533     43610   1582839     20.53     23.21
1118.92/280.46	c  N dy  5219   1545820        70      6230         0     90966     43610   1539845     20.49     21.67
1138.87/285.43	c  N dy  5295   1565888        70      6230         0     60654     43610    820897     20.49     23.67
1162.02/291.22	c  N dy  5415   1588455        70      6230         0     81018     43610   1320045     20.51     21.65
1190.34/298.38	c  N dy  5527   1608541        70      6230         0     49719     43610    542843     20.52     22.59
1207.54/302.69	c  N dy  5628   1628604        70      6230         0     67874     43610    987211     20.53     22.28
1231.85/308.79	c  N dy  5701   1652209        70      6230         0     89122     43610   1495297     20.52     21.61
1255.00/314.56	c  N dy  5753   1672652        70      6230         0     57038     43610    703248     20.52     21.68
1274.54/319.44	c  N dy  5869   1693034        70      6230         0     75446     43610   1154787     20.53     21.63
1293.69/324.25	c  S st  5917   1710432        70      6230         0     91066     43610   1530909     20.53     18.47
1294.91/324.52	c  S st  5917   1710935        70      6230         0     91534     43610   1542794     20.53   no data
1294.91/324.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1294.91/324.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1294.91/324.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1294.91/324.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1294.91/324.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1294.91/324.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1294.91/324.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1294.91/324.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1295.33/324.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1351.56/338.73	c lits-rem:      1155  cl-subs:     9552  v-elim:      0  v-fix:    0  time: 14.10 s
1351.56/338.73	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1351.56/338.75	c vivif2 --  cl tried    81982 cl shrink        0 lits rem          0 time: 0.02
1353.15/339.17	c asymm  cl-useful: 0/678/6230 lits-rem:0 time: 0.42
1353.15/339.18	c calculated reachability. Time: 0.00
1353.15/339.18	c  N dy  5917   1710935        70      6230         0     81982     43610   1310623     20.53   no data
1400.66/351.07	c  N dy  5980   1741820        70      6230         0     58822     43610    739801     20.52     21.67
1425.76/357.33	c  N dy  6101   1762215        70      6230         0     77302     43610   1195417     20.53     21.69
1450.90/363.67	c  N dy  6114   1785888        70      6230         0     98409     43610   1685799     20.51     21.76
1473.25/369.24	c  N dy  6235   1805991        70      6230         0     64734     43610    878878     20.52     21.61
1511.15/378.74	c  N dy  6292   1844929        70      6230         0     99398     43610   1701255     20.50     21.64
1536.72/385.13	c  N dy  6400   1865714        70      6230         0     65362     43610    880962     20.51     21.79
1596.95/400.23	c  N dy  6493   1926757        70      6230         0     65911     43610    859615     20.47     21.59
1620.13/406.02	c  N dy  6579   1948485        70      6230         0     85495     43610   1334262     20.47     21.57
1646.05/412.59	c  N dy  6636   1969284        70      6230         0    104198     43610   1782751     20.47     21.60
1668.41/418.13	c  N dy  6705   1989749        70      6230         0     67934     43610    910076     20.47     21.57
1691.91/424.01	c  N dy  6833   2009769        70      6230         0     86026     43610   1355253     20.48     22.77
1717.45/430.40	c  N dy  6877   2030894        70      6230         0    104970     43610   1806169     20.48     21.62
1742.20/436.68	c  N dy  6975   2051440        70      6230         0     67902     43610    899991     20.48     22.02
1764.57/442.22	c  N dy  7045   2071997        70      6230         0     86450     43610   1348990     20.49     21.57
1786.93/447.88	c  N dy  7055   2092022        70      6230         0    104359     43610   1766805     20.47     23.00
1812.04/454.10	c  N dy  7137   2112025        70      6230         0     65797     43610    836273     20.48     21.94
1833.98/459.65	c  N dy  7229   2132512        70      6230         0     84320     43610   1284558     20.48     21.57
1861.91/466.60	c  N dy  7322   2152726        70      6230         0    102530     43610   1723112     20.48     21.71
1892.27/474.29	c  N dy  7413   2174207        70      6230         0     64270     43610    779127     20.49     21.78
1916.58/480.32	c  N dy  7515   2197079        70      6230         0     84790     43610   1276265     20.49     21.64
1936.92/485.49	c  S st  7618   2210938        70      6230         0     97360     43610   1586412     20.50     20.66
1938.12/485.78	c  S st  7618   2211443        70      6230         0     97821     43610   1598196     20.50   no data
1938.12/485.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1938.52/485.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1938.52/485.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1938.52/485.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1938.52/485.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1938.52/485.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1938.52/485.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1938.52/485.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1938.92/485.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1981.22/496.57	c lits-rem:       976  cl-subs:     9314  v-elim:      0  v-fix:    0  time: 10.66 s
1981.22/496.57	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1981.22/496.59	c vivif2 --  cl tried    88507 cl shrink        0 lits rem          0 time: 0.02
1982.82/496.94	c asymm  cl-useful: 0/626/6230 lits-rem:0 time: 0.35
1982.82/496.94	c calculated reachability. Time: 0.00
1982.82/496.94	c  N dy  7618   2211443        70      6230         0     88507     43610   1370259     20.50   no data
2021.91/506.78	c  N dy  7765   2231489        70      6230         0    106708     43610   1820947     20.51     22.76
2061.82/516.76	c  N dy  7836   2251836        70      6230         0     66859     43610    833630     20.52     21.63
2095.74/525.21	c  N dy  7968   2271924        70      6230         0     85007     43610   1277934     20.52     22.68
2125.26/532.61	c  N dy  8058   2292138        70      6230         0    103270     43610   1720348     20.53     21.63
2150.82/539.02	c  N dy  8066   2312231        70      6230         0     61968     43610    702132     20.52     21.68
2172.35/544.47	c  N dy  8185   2332252        70      6230         0     79995     43610   1146753     20.53     22.28
2201.07/551.62	c  N dy  8299   2352272        70      6230         0     98066     43610   1589949     20.54     21.63
2233.80/559.82	c  N dy  8358   2375053        70      6230         0    118481     43610   2072527     20.53     21.68
2255.75/565.32	c  N dy  8425   2395121        70      6230         0     76384     43610   1037477     20.53     22.65
2281.29/571.78	c  N dy  8516   2415355        70      6230         0     94591     43610   1481305     20.54     21.63
2312.81/579.68	c  N dy  8612   2435839        70      6230         0    113031     43610   1932832     20.54     21.68
2341.54/586.85	c  N dy  8706   2456329        70      6230         0     70333     43610    880554     20.55     21.79
2363.89/592.50	c  N dy  8746   2479090        70      6230         0     90819     43610   1374767     20.55     21.67
2441.70/611.93	c  N dy  8855   2548487        70      6230         0     90701     43610   1329028     20.51     21.60
2470.44/619.13	c  N dy  8935   2568681        70      6230         0    108881     43610   1772310     20.51     21.63
2507.54/628.45	c  N dy  9027   2591744        70      6230         0     66882     43610    769257     20.52     21.64
2528.73/633.72	c  N dy  9106   2611792        70      6230         0     84918     43610   1206095     20.52     21.89
2560.21/641.68	c  N dy  9202   2634437        70      6230         0    105180     43610   1693570     20.52     21.62
2595.73/650.55	c  N dy  9315   2654458        70      6230         0    123269     43610   2137210     20.53     23.24
2623.27/657.46	c  N dy  9420   2676179        70      6230         0     79159     43610   1058996     20.53     21.69
2648.00/663.60	c  N dy  9504   2696271        70      6230         0     97120     43610   1496572     20.54     22.90
2670.35/669.23	c  S st  9556   2711444        70      6230         0    110765     43610   1826125     20.54   no data
2671.55/669.56	c  S st  9556   2711946        70      6230         0    111235     43610   1838152     20.54   no data
2671.55/669.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2671.95/669.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2671.95/669.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2671.95/669.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2671.95/669.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2671.95/669.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2671.95/669.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2671.95/669.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2671.95/669.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2730.64/684.34	c lits-rem:      1347  cl-subs:    11215  v-elim:      0  v-fix:    0  time: 14.65 s
2730.64/684.34	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2730.64/684.36	c vivif2 --  cl tried   100020 cl shrink        0 lits rem          0 time: 0.02
2732.20/684.74	c asymm  cl-useful: 0/571/6230 lits-rem:0 time: 0.37
2732.20/684.74	c calculated reachability. Time: 0.00
2732.20/684.74	c  N dy  9556   2711946        70      6230         0    100020     43610   1565693     20.54   no data
2768.91/693.93	c  N dy  9690   2732005        70      6230         0    118113     43610   2012188     20.55     22.61
2816.39/705.83	c  N dy  9762   2752606        70      6230         0     72469     43610    881777     20.55     21.94
2844.34/712.85	c  N dy  9764   2774448        70      6230         0     91835     43610   1333562     20.53     21.65
2885.02/723.05	c  N dy  9872   2794788        70      6230         0    110190     43610   1785697     20.54     21.79
2931.32/734.69	c  N dy 10010   2817670        70      6230         0     65563     43610    703856     20.55     21.66
2952.86/740.07	c  N dy 10088   2838435        70      6230         0     84239     43610   1158671     20.55     21.70
2982.79/747.56	c  N dy 10172   2860579        70      6230         0    104095     43610   1639338     20.55     21.72
3015.95/755.88	c  N dy 10228   2880804        70      6230         0    122258     43610   2077809     20.55     21.75
3047.03/763.62	c  N dy 10292   2900890        70      6230         0     73956     43610    889018     20.55     23.96
3070.59/769.50	c  N dy 10376   2920941        70      6230         0     92036     43610   1330514     20.56     22.71
3098.94/776.69	c  N dy 10446   2941003        70      6230         0    109997     43610   1762401     20.56     21.77
3134.83/785.64	c  N dy 10541   2961084        70      6230         0    128080     43610   2201465     20.56     23.62
3165.19/793.23	c  N dy 10641   2981181        70      6230         0     78865     43610    999356     20.56     21.90
3187.90/798.94	c  N dy 10686   3001976        70      6230         0     97456     43610   1443337     20.56     21.86
3217.03/806.23	c  N dy 10753   3022040        70      6230         0    115516     43610   1883573     20.56     23.84
3255.34/815.86	c  N dy 10843   3042187        70      6230         0    133658     43610   2326126     20.57     21.66
3282.48/822.64	c  N dy 10939   3062234        70      6230         0     83396     43610   1096437     20.57     22.96
3309.22/829.35	c  N dy 11013   3082758        70      6230         0    101870     43610   1546909     20.57     21.70
3347.52/838.99	c  N dy 11085   3106195        70      6230         0    122879     43610   2052193     20.57     21.67
3385.02/848.37	c  N dy 11147   3126222        70      6230         0     71722     43610    798631     20.57     24.38
3422.14/857.62	c  N dy 11268   3157272        70      6230         0     99608     43610   1471643     20.57     21.72
3457.65/866.59	c  N dy 11409   3177543        70      6230         0    117983     43610   1927136     20.58     21.70
3501.94/877.69	c  N dy 11550   3198835        70      6230         0    137161     43610   2399691     20.59     21.69
3518.70/881.86	c  S st 11565   3211946        70      6230         0     78660     43610    944002     20.58     16.76
3519.50/882.08	c  S st 11565   3212449        70      6230         0     79132     43610    955595     20.58   no data
3519.50/882.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3519.90/882.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3519.90/882.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3519.90/882.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3519.90/882.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3519.90/882.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3519.90/882.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3519.90/882.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3519.90/882.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3529.87/884.63	c lits-rem:       291  cl-subs:     2806  v-elim:      0  v-fix:    0  time:  2.46 s
3529.87/884.63	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
3529.87/884.65	c vivif2 --  cl tried    76326 cl shrink        0 lits rem          0 time: 0.01
3531.07/884.97	c asymm  cl-useful: 0/716/6230 lits-rem:0 time: 0.32
3531.07/884.97	c calculated reachability. Time: 0.00
3531.07/884.97	c  N dy 11565   3212449        70      6230         0     76326     43610    895616     20.58   no data
3557.40/891.58	c  N dy 11695   3232493        70      6230         0     94406     43610   1343405     20.59     22.28
3585.74/898.62	c  N dy 11751   3252565        70      6230         0    112431     43610   1780790     20.59     21.70
3627.23/909.04	c  N dy 11862   3273173        70      6230         0    130959     43610   2235144     20.60     22.10
3663.54/918.13	c  N dy 11955   3293242        70      6230         0     78159     43610    933225     20.60     23.76
3694.67/925.96	c  N dy 12038   3314678        70      6230         0     97440     43610   1404624     20.60     21.81
3731.42/935.11	c  N dy 12154   3334753        70      6230         0    115538     43610   1849149     20.61     21.73
3770.52/944.94	c  N dy 12223   3356717        70      6230         0    135266     43610   2326251     20.61     21.71
3809.60/954.76	c  N dy 12349   3379532        70      6230         0     83888     43610   1056546     20.61     21.71
3839.92/962.37	c  N dy 12506   3399574        70      6230         0    101925     43610   1506814     20.62     23.09
3873.44/970.77	c  N dy 12576   3420171        70      6230         0    120453     43610   1954306     20.62     21.87
3907.75/979.32	c  N dy 12623   3440273        70      6230         0    138409     43610   2388289     20.62     21.97
3941.70/987.88	c  N dy 12683   3462678        70      6230         0     85741     43610   1085606     20.62     21.80
3970.79/995.13	c  N dy 12797   3482730        70      6230         0    103839     43610   1532042     20.63     22.69
4001.12/1002.72	c  N dy 12858   3502925        70      6230         0    122059     43610   1971605     20.62     21.75
4046.21/1014.08	c  N dy 12990   3523814        70      6230         0    140899     43610   2438948     20.63     21.78
4076.93/1021.72	c  N dy 13048   3544442        70      6230         0     85738     43610   1075310     20.63     21.74
4114.04/1031.07	c  N dy 13151   3571368        70      6230         0    109875     43610   1661434     20.63     21.87
4151.95/1040.55	c  N dy 13262   3591397        70      6230         0    127912     43610   2106107     20.64     23.15
4193.44/1050.91	c  N dy 13336   3611590        70      6230         0    145991     43610   2543002     20.64     21.84
4222.59/1058.22	c  N dy 13395   3631781        70      6230         0     89510     43610   1156553     20.64     21.76
4255.70/1066.58	c  N dy 13462   3655597        70      6230         0    110786     43610   1668093     20.64     21.76
4292.83/1075.85	c  N dy 13546   3676427        70      6230         0    129484     43610   2125406     20.64     21.73
4339.90/1087.66	c  N dy 13644   3698132        70      6230         0    148980     43610   2602728     20.64     21.87
4358.67/1092.40	c  S st 13662   3712449        70      6230         0     86382     43610   1062070     20.64     20.22
4359.84/1092.66	c  S st 13662   3712952        70      6230         0     86851     43610   1074191     20.64   no data
4359.84/1092.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4360.23/1092.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4360.23/1092.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4360.23/1092.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4360.23/1092.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4360.23/1092.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
4360.23/1092.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4360.23/1092.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4360.23/1092.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4373.01/1095.96	c lits-rem:       320  cl-subs:     3171  v-elim:      0  v-fix:    0  time:  3.20 s
4373.01/1095.96	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4373.01/1095.97	c vivif2 --  cl tried    83680 cl shrink        0 lits rem          0 time: 0.01
4374.21/1096.28	c asymm  cl-useful: 0/761/6230 lits-rem:0 time: 0.31
4374.21/1096.29	c calculated reachability. Time: 0.00
4374.21/1096.29	c  N dy 13662   3712952        70      6230         0     83680     43610   1002503     20.64   no data
4399.75/1102.68	c  N dy 13723   3733477        70      6230         0    102058     43610   1447670     20.64     21.86
4428.07/1109.75	c  F st 13793   3751563        70      6230         0    118278     43610   1844139     20.64   no data
4431.66/1110.69	c  N st 13797   3753600        70      6230         0    120112     43610   1890058     20.64   no data
4505.49/1129.18	c  N dy 13876   3797110        70      6230         0     82975     43610    969986     20.63     21.88
4537.80/1137.21	c  N dy 13984   3820174        70      6230         0    103718     43610   1476652     20.63     21.81
4578.13/1147.39	c  N dy 14089   3840187        70      6230         0    121702     43610   1917807     20.64     22.46
4618.04/1157.31	c  N dy 14159   3860764        70      6230         0    140146     43610   2364496     20.64     21.75
4667.08/1169.61	c  N dy 14241   3887179        70      6230         0     86700     43610   1040606     20.64     21.82
4693.81/1176.35	c  N dy 14306   3907256        70      6230         0    104657     43610   1473739     20.64     22.87
4727.37/1184.77	c  N dy 14380   3927600        70      6230         0    122876     43610   1919905     20.64     21.77
4760.86/1193.10	c  N dy 14415   3947701        70      6230         0    140840     43610   2348807     20.63     23.55

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-3366512-1305405867/watcher-3366512-1305405867 -o /tmp/evaluation-result-3366512-1305405867/solver-3366512-1305405867 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366512-1305405867.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: 5.83 7.57 7.85 2/288 5165
/proc/meminfo: memFree=16812084/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 407 0 0 0 1 0 0 0 18 0 4 0 652189458 52396032 347 33554432000 4194304 4580107 140733243976464 18446744073709551615 47515526653874 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 12792 347 299 95 0 7774 0
[pid=5165/tid=5168] ppid=5162 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 652189459 52396032 347 33554432000 4194304 4580107 140733243976464 18446744073709551615 218371013617 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 652189459 52396032 347 33554432000 4194304 4580107 140733243976464 18446744073709551615 47515526653868 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 652189459 52396032 347 33554432000 4194304 4580107 140733243976464 18446744073709551615 47515526653874 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.113896 s]
/proc/loadavg: 5.83 7.57 7.85 2/288 5165
/proc/meminfo: memFree=16812084/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=281968 CPUtime=0.43 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 1449 0 0 0 43 0 0 0 18 0 4 0 652189458 288735232 1351 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294396 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 70492 1351 358 95 0 65474 0
[pid=5165/tid=5168] ppid=5162 vsize=281968 CPUtime=0.1 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 225 0 0 0 10 0 0 0 20 0 4 0 652189459 288735232 1351 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294487 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=281968 CPUtime=0.1 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 222 0 0 0 10 0 0 0 18 0 4 0 652189459 288735232 1351 33554432000 4194304 4580107 140733243976464 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=281968 CPUtime=0.11 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 358 0 0 0 11 0 0 0 18 0 4 0 652189459 288735232 1351 33554432000 4194304 4580107 140733243976464 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 281968

[startup+0.213877 s]
/proc/loadavg: 5.83 7.57 7.85 2/288 5165
/proc/meminfo: memFree=16812084/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=284388 CPUtime=0.83 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 3237 0 0 0 83 0 0 0 18 0 4 0 652189458 291213312 2711 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 71097 2711 376 95 0 66079 0
[pid=5165/tid=5168] ppid=5162 vsize=284388 CPUtime=0.19 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 747 0 0 0 19 0 0 0 20 0 4 0 652189459 291213312 2711 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=284388 CPUtime=0.2 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 760 0 0 0 20 0 0 0 18 0 4 0 652189459 291213312 2711 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=284388 CPUtime=0.21 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 570 0 0 0 21 0 0 0 18 0 4 0 652189459 291213312 2711 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 284388

[startup+0.300862 s]
/proc/loadavg: 5.83 7.57 7.85 2/288 5165
/proc/meminfo: memFree=16812084/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=284388 CPUtime=1.17 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 3550 0 0 0 117 0 0 0 18 0 4 0 652189458 291213312 3024 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 71097 3024 376 95 0 66079 0
[pid=5165/tid=5168] ppid=5162 vsize=284388 CPUtime=0.28 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 817 0 0 0 28 0 0 0 20 0 4 0 652189459 291213312 3024 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=284388 CPUtime=0.29 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 832 0 0 0 29 0 0 0 18 0 4 0 652189459 291213312 3024 33554432000 4194304 4580107 140733243976464 18446744073709551615 4325847 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=284388 CPUtime=0.29 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 669 0 0 0 29 0 0 0 18 0 4 0 652189459 291213312 3024 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284388

[startup+0.700792 s]
/proc/loadavg: 5.83 7.57 7.85 2/288 5165
/proc/meminfo: memFree=16812084/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=286760 CPUtime=2.78 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 5872 0 0 0 277 1 0 0 18 0 4 0 652189458 293642240 3452 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 71690 3452 376 95 0 66672 0
[pid=5165/tid=5168] ppid=5162 vsize=286760 CPUtime=0.68 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 1400 0 0 0 68 0 0 0 21 0 4 0 652189459 293642240 3452 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=286760 CPUtime=0.69 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 1415 0 0 0 69 0 0 0 18 0 4 0 652189459 293642240 3452 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=286760 CPUtime=0.69 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 1303 0 0 0 69 0 0 0 18 0 4 0 652189459 293642240 3452 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 286760

[startup+1.50065 s]
/proc/loadavg: 5.83 7.57 7.85 10/298 5175
/proc/meminfo: memFree=16781400/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=293464 CPUtime=5.96 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 10653 0 0 0 595 1 0 0 20 0 4 0 652189458 300507136 5462 33554432000 4194304 4580107 140733243976464 18446744073709551615 4406358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 73366 5462 378 95 0 68348 0
[pid=5165/tid=5168] ppid=5162 vsize=293464 CPUtime=1.47 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 2289 0 0 0 147 0 0 0 23 0 4 0 652189459 300507136 5462 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=293464 CPUtime=1.49 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 2324 0 0 0 149 0 0 0 20 0 4 0 652189459 300507136 5462 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=293464 CPUtime=1.49 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 2178 0 0 0 149 0 0 0 19 0 4 0 652189459 300507136 5462 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 293464

[startup+3.10036 s]
/proc/loadavg: 5.83 7.57 7.85 9/298 5175
/proc/meminfo: memFree=16749160/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=302628 CPUtime=12.35 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 18782 0 0 0 1232 3 0 0 25 0 4 0 652189458 309891072 10828 33554432000 4194304 4580107 140733243976464 18446744073709551615 4321056 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 75657 10828 378 95 0 70639 0
[pid=5165/tid=5168] ppid=5162 vsize=302628 CPUtime=3.05 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 4364 0 0 0 305 0 0 0 25 0 4 0 652189459 309891072 10828 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=302628 CPUtime=3.08 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 4949 0 0 0 308 0 0 0 25 0 4 0 652189459 309891072 10828 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=302628 CPUtime=3.08 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 4875 0 0 0 308 0 0 0 25 0 4 0 652189459 309891072 10828 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 302628

[startup+6.3008 s]
/proc/loadavg: 6.00 7.58 7.85 10/298 5175
/proc/meminfo: memFree=16709236/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=294072 CPUtime=25.12 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 28625 0 0 0 2508 4 0 0 25 0 4 0 652189458 301129728 13891 33554432000 4194304 4580107 140733243976464 18446744073709551615 4317008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 73518 13891 378 95 0 68500 0
[pid=5165/tid=5168] ppid=5162 vsize=294072 CPUtime=6.23 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 7184 0 0 0 622 1 0 0 25 0 4 0 652189459 301129728 13891 33554432000 4194304 4580107 140733243976464 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=294072 CPUtime=6.29 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 8021 0 0 0 628 1 0 0 25 0 4 0 652189459 301129728 13891 33554432000 4194304 4580107 140733243976464 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=294072 CPUtime=6.29 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 7029 0 0 0 628 1 0 0 25 0 4 0 652189459 301129728 13891 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 294072

[startup+12.7007 s]
/proc/loadavg: 6.16 7.59 7.85 10/298 5175
/proc/meminfo: memFree=16664148/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=305636 CPUtime=50.66 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 43814 0 0 0 5059 7 0 0 25 0 4 0 652189458 312971264 18518 33554432000 4194304 4580107 140733243976464 18446744073709551615 4406480 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 76409 18518 378 95 0 71391 0
[pid=5165/tid=5168] ppid=5162 vsize=305636 CPUtime=12.56 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 10549 0 0 0 1255 1 0 0 25 0 4 0 652189459 312971264 18518 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=305636 CPUtime=12.68 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 10886 0 0 0 1267 1 0 0 25 0 4 0 652189459 312971264 18518 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=305636 CPUtime=12.69 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 11290 0 0 0 1268 1 0 0 25 0 4 0 652189459 312971264 18518 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 305636

[startup+25.5004 s]
/proc/loadavg: 6.57 7.61 7.85 9/298 5175
/proc/meminfo: memFree=16614100/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=307512 CPUtime=101.73 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 63709 0 0 0 10161 12 0 0 25 0 4 0 652189458 314892288 23441 33554432000 4194304 4580107 140733243976464 18446744073709551615 4293232 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 76878 23441 378 95 0 71860 0
[pid=5165/tid=5168] ppid=5162 vsize=307512 CPUtime=25.24 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 16082 0 0 0 2521 3 0 0 25 0 4 0 652189459 314892288 23441 33554432000 4194304 4580107 140733243976464 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=307512 CPUtime=25.48 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 16909 0 0 0 2545 3 0 0 25 0 4 0 652189459 314892288 23441 33554432000 4194304 4580107 140733243976464 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=307512 CPUtime=25.49 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 16508 0 0 0 2546 3 0 0 25 0 4 0 652189459 314892288 23441 33554432000 4194304 4580107 140733243976464 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 307512

[startup+51.1008 s]
/proc/loadavg: 7.19 7.67 7.87 10/298 5176
/proc/meminfo: memFree=16584552/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=328768 CPUtime=203.9 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 94294 0 0 0 20368 22 0 0 25 0 4 0 652189458 336658432 28721 33554432000 4194304 4580107 140733243976464 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 82192 28721 378 95 0 77174 0
[pid=5165/tid=5168] ppid=5162 vsize=328768 CPUtime=50.61 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 24021 0 0 0 5056 5 0 0 25 0 4 0 652189459 336658432 28721 33554432000 4194304 4580107 140733243976464 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=328768 CPUtime=51.09 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 25328 0 0 0 5103 6 0 0 25 0 4 0 652189459 336658432 28721 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=328768 CPUtime=51.09 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 24237 0 0 0 5103 6 0 0 25 0 4 0 652189459 336658432 28721 33554432000 4194304 4580107 140733243976464 18446744073709551615 4321207 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 328768

[startup+102.301 s]
/proc/loadavg: 7.80 7.75 7.88 10/298 5177
/proc/meminfo: memFree=16554520/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=309868 CPUtime=408.23 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 142017 0 0 0 40783 40 0 0 25 0 4 0 652189458 317304832 28668 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 77467 28668 378 95 0 72449 0
[pid=5165/tid=5168] ppid=5162 vsize=309868 CPUtime=101.33 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 33381 0 0 0 10125 8 0 0 25 0 4 0 652189459 317304832 28669 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=309868 CPUtime=102.29 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 37944 0 0 0 10217 12 0 0 25 0 4 0 652189459 317304832 28669 33554432000 4194304 4580107 140733243976464 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=309868 CPUtime=102.3 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 39101 0 0 0 10220 10 0 0 25 0 4 0 652189459 317304832 28669 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.23
Current children cumulated vsize (KiB) 309868

[startup+162.301 s]

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

[pid=5165] ppid=5162 vsize=473288 CPUtime=2802.42 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 457170 0 0 0 280062 180 0 0 25 0 4 0 652189458 484646912 74002 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 118322 74002 378 95 0 113304 0
[pid=5165/tid=5168] ppid=5162 vsize=473288 CPUtime=695.52 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 112360 0 0 0 69510 42 0 0 25 0 4 0 652189459 484646912 74002 33554432000 4194304 4580107 140733243976464 18446744073709551615 4406350 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=473288 CPUtime=702.26 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 123476 0 0 0 70172 54 0 0 25 0 4 0 652189459 484646912 74002 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=473288 CPUtime=702.3 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 120819 0 0 0 70187 43 0 0 25 0 4 0 652189459 484646912 74002 33554432000 4194304 4580107 140733243976464 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.42
Current children cumulated vsize (KiB) 473288

[startup+762.301 s]
/proc/loadavg: 8.07 8.06 7.99 10/298 5195
/proc/meminfo: memFree=16171828/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=469516 CPUtime=3041.87 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 477310 0 0 0 303996 191 0 0 25 0 4 0 652189458 480784384 77926 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 117379 77926 378 95 0 112361 0
[pid=5165/tid=5168] ppid=5162 vsize=469516 CPUtime=754.96 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 115690 0 0 0 75451 45 0 0 25 0 4 0 652189459 480784384 77928 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=469516 CPUtime=762.28 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 129804 0 0 0 76170 58 0 0 25 0 4 0 652189459 480784384 77928 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=469516 CPUtime=762.32 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 125484 0 0 0 76187 45 0 0 25 0 4 0 652189459 480784384 77928 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3041.87
Current children cumulated vsize (KiB) 469516

[startup+822.3 s]
/proc/loadavg: 8.25 8.11 8.01 9/298 5196
/proc/meminfo: memFree=16128768/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=470568 CPUtime=3281.28 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 495857 0 0 0 327925 203 0 0 25 0 4 0 652189458 481861632 79551 33554432000 4194304 4580107 140733243976464 18446744073709551615 4324224 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 117642 79551 378 95 0 112624 0
[pid=5165/tid=5168] ppid=5162 vsize=470568 CPUtime=814.38 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 118620 0 0 0 81391 47 0 0 25 0 4 0 652189459 481861632 79551 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=470568 CPUtime=822.26 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 136044 0 0 0 82164 62 0 0 25 0 4 0 652189459 481861632 79551 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=470568 CPUtime=822.3 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 128802 0 0 0 82183 47 0 0 25 0 4 0 652189459 481861632 79551 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3281.28
Current children cumulated vsize (KiB) 470568

[startup+882.312 s]
/proc/loadavg: 8.24 8.12 8.02 10/298 5198
/proc/meminfo: memFree=16106924/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=472428 CPUtime=3520.73 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 519189 0 0 0 351857 216 0 0 25 0 4 0 652189458 483766272 82908 33554432000 4194304 4580107 140733243976464 18446744073709551615 4451663 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 118107 82908 378 95 0 113089 0
[pid=5165/tid=5168] ppid=5162 vsize=472428 CPUtime=873.78 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 124121 0 0 0 87329 49 0 0 25 0 4 0 652189459 483766272 82908 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=472428 CPUtime=882.27 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 142066 0 0 0 88161 66 0 0 25 0 4 0 652189459 483766272 82908 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294460 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=472428 CPUtime=882.31 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 134692 0 0 0 88181 50 0 0 25 0 4 0 652189459 483766272 82908 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3520.73
Current children cumulated vsize (KiB) 472428

[startup+942.301 s]
/proc/loadavg: 8.30 8.14 8.03 10/298 5200
/proc/meminfo: memFree=16089896/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=472528 CPUtime=3760.11 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 536970 0 0 0 375786 225 0 0 25 0 4 0 652189458 483868672 88263 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 118132 88263 378 95 0 113114 0
[pid=5165/tid=5168] ppid=5162 vsize=472528 CPUtime=933.21 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 126405 0 0 0 93270 51 0 0 25 0 4 0 652189459 483868672 88263 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=472528 CPUtime=942.26 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 147961 0 0 0 94157 69 0 0 25 0 4 0 652189459 483868672 88263 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=472528 CPUtime=942.31 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 139916 0 0 0 94177 54 0 0 25 0 4 0 652189459 483868672 88263 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3760.11
Current children cumulated vsize (KiB) 472528

[startup+1002.3 s]
/proc/loadavg: 8.11 8.11 8.02 9/298 5210
/proc/meminfo: memFree=16124408/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=485812 CPUtime=3999.52 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 552848 0 0 0 399717 235 0 0 25 0 4 0 652189458 497471488 79852 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 121453 79852 378 95 0 116435 0
[pid=5165/tid=5168] ppid=5162 vsize=485812 CPUtime=992.61 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 130296 0 0 0 99208 53 0 0 25 0 4 0 652189459 497471488 79852 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=485812 CPUtime=1002.26 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 153831 0 0 0 100154 72 0 0 25 0 4 0 652189459 497471488 79852 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=485812 CPUtime=1002.31 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 142669 0 0 0 100176 55 0 0 25 0 4 0 652189459 497471488 79852 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.52
Current children cumulated vsize (KiB) 485812

[startup+1062.3 s]
/proc/loadavg: 8.04 8.09 8.01 10/298 5212
/proc/meminfo: memFree=16124948/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=499308 CPUtime=4238.94 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 572263 0 0 0 423651 243 0 0 25 0 4 0 652189458 511291392 86746 33554432000 4194304 4580107 140733243976464 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 124827 86746 378 95 0 119809 0
[pid=5165/tid=5168] ppid=5162 vsize=499308 CPUtime=1052.05 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 134697 0 0 0 105150 55 0 0 25 0 4 0 652189459 511291392 86746 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=499308 CPUtime=1062.26 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 159438 0 0 0 106151 75 0 0 25 0 4 0 652189459 511291392 86746 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=499308 CPUtime=1062.31 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 147184 0 0 0 106174 57 0 0 25 0 4 0 652189459 511291392 86746 33554432000 4194304 4580107 140733243976464 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4238.94
Current children cumulated vsize (KiB) 499308

[startup+1122.3 s]
/proc/loadavg: 8.07 8.09 8.01 10/298 5213
/proc/meminfo: memFree=16126164/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=499536 CPUtime=4478.35 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 588235 0 0 0 447584 251 0 0 25 0 4 0 652189458 511524864 84171 33554432000 4194304 4580107 140733243976464 18446744073709551615 4293067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 124884 84171 378 95 0 119866 0
[pid=5165/tid=5168] ppid=5162 vsize=499536 CPUtime=1111.45 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 136393 0 0 0 111089 56 0 0 25 0 4 0 652189459 511524864 84171 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=499536 CPUtime=1122.25 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 164218 0 0 0 112148 77 0 0 25 0 4 0 652189459 511524864 84171 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=499536 CPUtime=1122.31 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 152411 0 0 0 112172 59 0 0 25 0 4 0 652189459 511524864 84171 33554432000 4194304 4580107 140733243976464 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4478.35
Current children cumulated vsize (KiB) 499536

[startup+1182.3 s]
/proc/loadavg: 8.29 8.15 8.03 9/298 5218
/proc/meminfo: memFree=16110968/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=500124 CPUtime=4717.76 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 606300 0 0 0 471517 259 0 0 25 0 4 0 652189458 512126976 88387 33554432000 4194304 4580107 140733243976464 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 125031 88387 378 95 0 120013 0
[pid=5165/tid=5168] ppid=5162 vsize=500124 CPUtime=1170.87 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 141512 0 0 0 117029 58 0 0 25 0 4 0 652189459 512126976 88387 33554432000 4194304 4580107 140733243976464 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=500124 CPUtime=1182.26 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 170218 0 0 0 118146 80 0 0 25 0 4 0 652189459 512126976 88387 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=500124 CPUtime=1182.32 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 156762 0 0 0 118170 62 0 0 25 0 4 0 652189459 512126976 88387 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4717.76
Current children cumulated vsize (KiB) 500124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.21 8.14 8.03 9/298 5219
/proc/meminfo: memFree=16095660/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=500176 CPUtime=4800.39 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 611841 0 0 0 479775 264 0 0 25 0 4 0 652189458 512180224 90784 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294468 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 125044 90784 378 95 0 120026 0
[pid=5165/tid=5168] ppid=5162 vsize=500176 CPUtime=1191.36 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 142596 0 0 0 119077 59 0 0 25 0 4 0 652189459 512180224 90786 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=500176 CPUtime=1202.96 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 171464 0 0 0 120215 81 0 0 25 0 4 0 652189459 512180224 90786 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=500176 CPUtime=1203.03 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 158978 0 0 0 120240 63 0 0 25 0 4 0 652189459 512180224 90786 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 500176

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

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

[startup+1203 s]
/proc/loadavg: 8.21 8.14 8.03 9/298 5219
/proc/meminfo: memFree=16095660/32951124 swapFree=52307768/67111528
[pid=5165] ppid=5162 vsize=500176 CPUtime=4800.39 cores=1,3,5,7
/proc/5165/stat : 5165 (strangenight2-m) R 5162 5165 5130 0 -1 4202496 611841 0 0 0 479775 264 0 0 25 0 4 0 652189458 512180224 90784 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294468 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5165/statm: 125044 90784 378 95 0 120026 0
[pid=5165/tid=5168] ppid=5162 vsize=500176 CPUtime=1191.36 cores=1,3,5,7
/proc/5165/task/5168/stat : 5168 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 142596 0 0 0 119077 59 0 0 25 0 4 0 652189459 512180224 90786 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5165/tid=5169] ppid=5162 vsize=500176 CPUtime=1202.96 cores=1,3,5,7
/proc/5165/task/5169/stat : 5169 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 171464 0 0 0 120215 81 0 0 25 0 4 0 652189459 512180224 90786 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5165/tid=5170] ppid=5162 vsize=500176 CPUtime=1203.03 cores=1,3,5,7
/proc/5165/task/5170/stat : 5170 (strangenight2-m) R 5162 5165 5130 0 -1 4202560 158978 0 0 0 120240 63 0 0 25 0 4 0 652189459 512180224 90786 33554432000 4194304 4580107 140733243976464 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 500176

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.03
CPU time (s): 4800.44
CPU user time (s): 4797.78
CPU system time (s): 2.65759
CPU usage (%): 399.028
Max. virtual memory (cumulated for all children) (KiB): 500176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.78
system time used= 2.65759
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 611844
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= 559
involuntary context switches= 48734

runsolver used 3.20951 second user time and 8.46571 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-14 22:44:27
IDJOB=3366512
IDBENCH=82921
IDSOLVER=1844
FILE ID=node101/3366512-1305405867
RUNJOBID= node101-1305405867-5149
PBS_JOBID= 13324502
Free space on /tmp= 73736 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1321356000-046.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366512-1305405867/watcher-3366512-1305405867 -o /tmp/evaluation-result-3366512-1305405867/solver-3366512-1305405867 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366512-1305405867.cnf

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

MD5SUM BENCH= f10effcfe58940a6abd6aa73030d7c70
RANDOM SEED=1223238110

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16812380 kB
Buffers:        322544 kB
Cached:        5884852 kB
SwapCached:      14848 kB
Active:       10833372 kB
Inactive:      5028464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16812380 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           11420 kB
Writeback:           0 kB
AnonPages:     9652300 kB
Mapped:          13844 kB
Slab:           149464 kB
PageTables:      61952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41977600 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= 73728 MiB
End job on node101 at 2011-05-14 23:04:32