Trace number 3366395

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.38 1203.45

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S2143190124-085.SATISFIABLE.cnf
MD5SUM2cb285a396d74446b485c2112c34e09c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.216967
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-3366395-1305403178.cnf'
0.00/0.01	c -- header says num vars:             70
0.00/0.01	c -- header says num clauses:        6230
0.00/0.15	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.15	c -- vars added         70
0.00/0.15	c Parsing time:  0.00 s
0.00/0.15	c  N st     0         0        70      6230         0         0     43610         0   no data   no data
0.00/0.15	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.14
0.00/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.00/0.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
0.00/0.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.16/0.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1.16/0.32	c Finding binary XORs  T:     0.00 s  found:       0
1.16/0.32	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.16/0.32	c calculated reachability. Time: 0.00
1.16/0.32	c Calc default polars -  time:   0.00 s pos:      40 undec:       2 neg:      28
1.16/0.32	c =========================================================================================
1.16/0.32	c types(t): F = full restart, N = normal restart
1.16/0.32	c types(t): S = simplification begin/end, E = solution found
1.16/0.32	c restart types(rt): st = static, dy = dynamic
1.16/0.32	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.16/0.32	c  B st     0         0        70      6230         0         0     43610         0   no data   no data
3.96/1.00	c  N dy     9      5705        70      6230         0      2898     43610     63605     21.17     22.37
3.96/1.00	c  N dy    16      9801        70      6230         0      6633     43610    155366     21.03     22.27
3.96/1.00	c  N dy    19     17251        70      6230         0      9465     43610    208399     20.22     21.36
4.38/1.14	c  F st    35     25001        70      6230         0     11357     43610    242952     19.99     18.45
4.38/1.14	c  N st    35     25001        70      6230         0     11357     43610    242952     19.99     18.45
5.15/1.38	c  N dy    41     30001        70      6230         0      9745     43610    196164     19.99   no data
5.15/1.38	c  S st    41     30001        70      6230         0      9745     43610    196164     19.99   no data
5.55/1.41	c  S st    41     30502        70      6230         0     10213     43610    207725     19.99   no data
5.55/1.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.55/1.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.55/1.41	c blocked clauses removed:        0 vars:      0 tried:          70 T: 0.00 s
5.55/1.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.55/1.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
5.55/1.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.55/1.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.55/1.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.35/1.62	c lits-rem:        88  cl-subs:      889  v-elim:      0  v-fix:    0  time:  0.20 s
7.15/1.87	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.24
7.15/1.87	c calculated reachability. Time: 0.00
7.15/1.87	c  N dy    41     30502        70      6230         0      9324     43610    185708     19.99   no data
7.95/2.09	c  N dy    60     34549        70      6230         0     13016     43610    274412     20.13     23.99
9.19/2.31	c  N dy    79     38586        70      6230         0      9551     43610    177410     20.19     21.78
9.94/2.59	c  N dy    96     43554        70      6230         0     14070     43610    286448     20.25     21.39
10.74/2.75	c  S st   110     45754        70      6230         0     16067     43610    334482     20.32     20.91
11.13/2.80	c  S st   110     46255        70      6230         0      8434     43610    138781     20.32   no data
11.13/2.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.13/2.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.13/2.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.13/2.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.13/2.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.13/2.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
11.13/2.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.13/2.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.13/2.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.13/2.84	c lits-rem:         6  cl-subs:       38  v-elim:      0  v-fix:    0  time:  0.03 s
11.13/2.84	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
11.13/2.84	c vivif2 --  cl tried     8396 cl shrink        0 lits rem          0 time: 0.00
11.93/3.08	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.24
11.93/3.08	c calculated reachability. Time: 0.00
11.93/3.08	c  N dy   110     46255        70      6230         0      8396     43610    137641     20.32   no data
12.74/3.31	c  N dy   140     50453        70      6230         0     12233     43610    231323     20.46     21.60
15.13/3.88	c  N dy   165     60217        70      6230         0     12028     43610    211812     20.44     21.53
16.33/4.16	c  N dy   183     64690        70      6230         0     16067     43610    309807     20.49     21.77
17.55/4.48	c  N dy   189     69382        70      6230         0     10385     43610    160548     20.41     20.58
17.55/4.48	c  S st   189     69382        70      6230         0     10385     43610    160548     20.41     20.58
17.96/4.51	c  S st   189     69888        70      6230         0     10849     43610    172292     20.41   no data
17.96/4.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.96/4.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.96/4.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.96/4.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.96/4.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.96/4.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
17.96/4.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.96/4.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.96/4.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.96/4.59	c lits-rem:        21  cl-subs:      170  v-elim:      0  v-fix:    0  time:  0.06 s
17.96/4.59	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
17.96/4.59	c vivif2 --  cl tried    10679 cl shrink        0 lits rem          0 time: 0.00
19.12/4.88	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.29
19.12/4.88	c calculated reachability. Time: 0.00
19.12/4.88	c  N dy   189     69888        70      6230         0     10679     43610    168108     20.41   no data
20.31/5.13	c  N dy   204     74425        70      6230         0     14805     43610    266920     20.40     21.83
21.51/5.46	c  N dy   228     79195        70      6230         0     19133     43610    371596     20.44     21.53
23.10/5.82	c  N dy   241     84495        70      6230         0     13047     43610    211787     20.40     21.57
23.90/6.02	c  F st   260     87501        70      6230         0     15810     43610    279677     20.44   no data
24.70/6.25	c  N st   265     90801        70      6230         0     18794     43610    351643     20.44   no data
26.74/6.72	c  N dy   268     96892        70      6230         0     12473     43610    186013     20.41     21.50
28.29/7.13	c  N dy   288    103080        70      6230         0     18066     43610    319818     20.42     21.80
28.69/7.25	c  S st   293    104832        70      6230         0     19653     43610    357587     20.42     18.51
29.09/7.31	c  S st   293    105340        70      6230         0     20129     43610    369478     20.42   no data
29.09/7.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.09/7.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
29.09/7.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.09/7.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.09/7.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.09/7.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
29.09/7.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.09/7.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
29.09/7.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.70/7.78	c lits-rem:       209  cl-subs:     1847  v-elim:      0  v-fix:    0  time:  0.45 s
30.70/7.78	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
30.70/7.78	c vivif2 --  cl tried    18282 cl shrink        0 lits rem          0 time: 0.00
32.28/8.15	c asymm  cl-useful: 0/5368/6230 lits-rem:0 time: 0.37
32.28/8.15	c calculated reachability. Time: 0.00
32.28/8.15	c  N dy   293    105340        70      6230         0     18282     43610    324219     20.42   no data
34.68/8.70	c  N dy   307    112135        70      6230         0     24410     43610    471093     20.40     22.34
36.66/9.22	c  N dy   332    119700        70      6230         0     18668     43610    322812     20.41     21.49
40.65/10.22	c  N dy   368    131483        70      6230         0     15838     43610    242516     20.42     21.76
43.05/10.88	c  N dy   406    139968        70      6230         0     23527     43610    428615     20.47     22.58
47.04/11.89	c  N dy   421    152783        70      6230         0     20606     43610    340083     20.40     21.51
49.02/12.35	c  S st   428    158010        70      6230         0     25300     43610    448909     20.37     20.36
49.42/12.41	c  S st   428    158518        70      6230         0     25772     43610    460799     20.37   no data
49.42/12.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.42/12.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.42/12.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.42/12.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.42/12.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.42/12.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
49.42/12.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.42/12.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.42/12.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.06/13.37	c lits-rem:       307  cl-subs:     3001  v-elim:      0  v-fix:    0  time:  0.93 s
53.06/13.37	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
53.06/13.38	c vivif2 --  cl tried    22771 cl shrink        0 lits rem          0 time: 0.00
53.41/13.46	c asymm  cl-useful: 0/862/6230 lits-rem:0 time: 0.08
53.41/13.46	c calculated reachability. Time: 0.00
53.41/13.46	c  N dy   428    158518        70      6230         0     22771     43610    391376     20.37   no data
57.04/14.35	c  N dy   443    168711        70      6230         0     16776     43610    238676     20.29     21.45
67.38/16.94	c  N dy   470    199963        70      6230         0     28622     43610    502714     20.07     21.15
72.56/18.28	c  N dy   557    212929        70      6230         0     23388     43610    378014     20.16     21.34
79.75/20.08	c  N dy   645    227454        70      6230         0     18528     43610    244040     20.24     21.36
83.78/21.07	c  S st   718    237778        70      6230         0     27927     43610    473789     20.31     19.43
84.13/21.15	c  S st   718    238282        70      6230         0     28401     43610    485539     20.31   no data
84.13/21.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.13/21.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
84.13/21.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
84.13/21.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.13/21.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.13/21.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
84.13/21.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.13/21.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
84.13/21.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.33/21.93	c lits-rem:       177  cl-subs:     1989  v-elim:      0  v-fix:    0  time:  0.75 s
87.33/21.93	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
87.33/21.93	c vivif2 --  cl tried    26412 cl shrink        0 lits rem          0 time: 0.01
88.92/22.31	c asymm  cl-useful: 0/4096/6230 lits-rem:0 time: 0.38
88.92/22.31	c calculated reachability. Time: 0.00
88.92/22.31	c  N dy   718    238282        70      6230         0     26412     43610    433654     20.31   no data
96.10/24.13	c  N dy   812    253890        70      6230         0     21663     43610    307338     20.37     21.55
102.48/25.75	c  N dy   854    270117        70      6230         0     36290     43610    652446     20.31     21.57
110.46/27.75	c  N dy   965    287601        70      6230         0     32344     43610    554692     20.39     21.50
118.88/29.89	c  F st  1040    306251        70      6230         0     28362     43610    443999     20.42     19.70
118.88/29.89	c  N st  1040    306251        70      6230         0     28362     43610    443999     20.42     19.70
130.01/32.67	c  N dy  1095    330486        70      6230         0     28510     43610    431357     20.41     21.50
142.38/35.72	c  N dy  1164    357425        70      6230         0     30241     43610    460940     20.39     16.92
142.38/35.72	c  S st  1164    357425        70      6230         0     30241     43610    460940     20.39     16.92
142.78/35.80	c  S st  1164    357926        70      6230         0     30693     43610    472135     20.39   no data
142.78/35.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
142.78/35.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
142.78/35.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
142.78/35.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
142.78/35.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.78/35.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
142.78/35.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
142.78/35.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
142.78/35.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.36/36.71	c lits-rem:       262  cl-subs:     2110  v-elim:      0  v-fix:    0  time:  0.87 s
146.36/36.71	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
146.36/36.71	c vivif2 --  cl tried    28583 cl shrink        0 lits rem          0 time: 0.01
147.16/36.96	c asymm  cl-useful: 0/2134/6230 lits-rem:0 time: 0.25
147.16/36.96	c calculated reachability. Time: 0.00
147.16/36.96	c  N dy  1164    357926        70      6230         0     28583     43610    424978     20.39   no data
157.96/39.68	c  N dy  1267    378020        70      6230         0     46767     43610    866503     20.43     22.13
171.12/42.92	c  N dy  1327    401977        70      6230         0     44971     43610    798767     20.42     21.57
181.07/45.47	c  N dy  1337    424882        70      6230         0     41210     43610    689168     20.33     21.48
193.06/48.49	c  N dy  1411    446847        70      6230         0     35807     43610    555098     20.34     21.52
205.80/51.60	c  N dy  1504    467106        70      6230         0     27984     43610    354263     20.36     21.50
216.97/54.42	c  N dy  1627    487115        70      6230         0     46135     43610    798354     20.41     25.12
228.94/57.50	c  N dy  1717    507768        70      6230         0     37709     43610    575138     20.42     21.67
242.50/60.80	c  N dy  1799    527958        70      6230         0     56118     43610   1020492     20.44     21.64
246.89/61.96	c  S st  1844    536889        70      6230         0     36109     43610    524862     20.45     19.93
247.29/62.05	c  S st  1844    537394        70      6230         0     36569     43610    535905     20.45   no data
247.29/62.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
247.29/62.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
247.29/62.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
247.29/62.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
247.29/62.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
247.29/62.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
247.29/62.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
247.29/62.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
247.29/62.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
251.27/63.01	c lits-rem:       177  cl-subs:     1661  v-elim:      0  v-fix:    0  time:  0.92 s
251.27/63.01	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
251.27/63.02	c vivif2 --  cl tried    34908 cl shrink        0 lits rem          0 time: 0.01
252.07/63.21	c asymm  cl-useful: 0/1705/6230 lits-rem:0 time: 0.20
252.07/63.21	c calculated reachability. Time: 0.00
252.07/63.21	c  N dy  1844    537394        70      6230         0     34908     43610    494098     20.45   no data
265.24/66.54	c  N dy  1952    557427        70      6230         0     53054     43610    937465     20.49     21.58
278.40/69.84	c  N dy  1960    581994        70      6230         0     45977     43610    729440     20.43     21.53
291.97/73.21	c  N dy  2064    602022        70      6230         0     34506     43610    465665     20.45     21.73
311.12/78.09	c  N dy  2117    636094        70      6230         0     34472     43610    444409     20.39     21.47
323.89/81.28	c  N dy  2220    656192        70      6230         0     52688     43610    888662     20.42     21.52
338.63/84.94	c  N dy  2334    676221        70      6230         0     39243     43610    553236     20.45     23.35
355.00/89.04	c  N dy  2427    700361        70      6230         0     60951     43610   1074078     20.45     21.59
369.35/92.61	c  N dy  2492    722772        70      6230         0     48739     43610    760179     20.45     21.59
388.10/97.30	c  N dy  2614    742803        70      6230         0     33524     43610    382496     20.48     22.34
399.71/100.26	c  N dy  2627    765545        70      6230         0     53764     43610    856888     20.45     21.61
417.62/104.74	c  N dy  2713    787646        70      6230         0     39486     43610    511154     20.46     21.69
431.18/108.14	c  S st  2844    806093        70      6230         0     56185     43610    922804     20.49   no data
431.98/108.30	c  S st  2844    806594        70      6230         0     56647     43610    934064     20.49   no data
431.98/108.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
431.98/108.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
431.98/108.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
431.98/108.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
431.98/108.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.98/108.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
431.98/108.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
431.98/108.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
431.98/108.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
447.57/112.23	c lits-rem:       715  cl-subs:     4768  v-elim:      0  v-fix:    0  time:  3.87 s
447.57/112.23	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
447.57/112.24	c vivif2 --  cl tried    51879 cl shrink        0 lits rem          0 time: 0.01
448.74/112.52	c asymm  cl-useful: 0/1131/6230 lits-rem:0 time: 0.27
448.74/112.52	c calculated reachability. Time: 0.00
448.74/112.52	c  N dy  2844    806594        70      6230         0     51879     43610    814570     20.49   no data
466.69/117.05	c  N dy  2941    826716        70      6230         0     35162     43610    398276     20.51     21.71
478.70/120.05	c  N dy  2977    847543        70      6230         0     53829     43610    845422     20.50     21.61
498.60/125.06	c  N dy  3087    867548        70      6230         0     36045     43610    405329     20.52     22.60
514.95/129.17	c  N dy  3100    896960        70      6230         0     62293     43610   1022548     20.46     21.56
534.51/134.07	c  N dy  3197    919841        70      6230         0     46227     43610    638852     20.48     21.57
550.86/138.13	c  N dy  3295    939987        70      6230         0     64463     43610   1083994     20.50     21.60
568.01/142.43	c  N dy  3381    960419        70      6230         0     45009     43610    598508     20.50     21.68
582.38/146.08	c  N dy  3444    981030        70      6230         0     63670     43610   1049450     20.50     21.64
602.32/151.04	c  N dy  3531   1001219        70      6230         0     43158     43610    538628     20.51     21.71
616.28/154.57	c  N dy  3593   1021624        70      6230         0     61491     43610    980020     20.51     21.78
633.84/158.96	c  N dy  3627   1041755        70      6230         0     39918     43610    447826     20.50     21.72
649.41/162.85	c  N dy  3753   1062539        70      6230         0     58696     43610    910436     20.53     21.73
658.96/165.23	c  F st  3825   1071876        70      6230         0     67194     43610   1121515     20.54     20.65
669.73/167.94	c  N dy  3860   1082600        70      6230         0     76889     43610   1359898     20.54     21.94
686.88/172.28	c  N dy  3941   1103970        70      6230         0     55567     43610    812734     20.55     21.68
706.04/177.08	c  N dy  4044   1124038        70      6230         0     73747     43610   1257544     20.57     23.46
724.78/181.70	c  N dy  4108   1144053        70      6230         0     50266     43610    671414     20.57     21.76
740.34/185.67	c  N dy  4153   1164059        70      6230         0     68247     43610   1103759     20.57     21.76
764.27/191.61	c  N dy  4245   1185912        70      6230         0     45517     43610    542726     20.58     21.75
785.86/197.01	c  N dy  4341   1209892        70      6230         0     67151     43610   1065887     20.58     17.38
785.86/197.01	c  S st  4341   1209892        70      6230         0     67151     43610   1065887     20.58     17.38
786.61/197.26	c  S st  4341   1210398        70      6230         0     67617     43610   1077658     20.58   no data
786.61/197.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
787.01/197.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
787.01/197.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
787.01/197.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
787.01/197.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
787.01/197.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
787.01/197.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
787.01/197.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
787.01/197.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
828.50/207.77	c lits-rem:       772  cl-subs:     5970  v-elim:      0  v-fix:    0  time: 10.42 s
828.50/207.77	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
828.50/207.78	c vivif2 --  cl tried    61647 cl shrink        0 lits rem          0 time: 0.01
830.08/208.17	c asymm  cl-useful: 0/893/6230 lits-rem:0 time: 0.38
830.08/208.17	c calculated reachability. Time: 0.00
830.08/208.17	c  N dy  4341   1210398        70      6230         0     61647     43610    933079     20.58   no data
854.02/214.10	c  N dy  4424   1230483        70      6230         0     79805     43610   1373684     20.59     21.74
872.77/218.85	c  N dy  4515   1250577        70      6230         0     54938     43610    760609     20.60     23.86
893.11/223.96	c  N dy  4617   1271972        70      6230         0     74250     43610   1232452     20.61     21.70
916.65/229.82	c  N dy  4717   1292219        70      6230         0     48477     43610    585983     20.62     21.74
933.81/234.15	c  N dy  4773   1315193        70      6230         0     69166     43610   1077604     20.61     21.73
954.55/239.36	c  N dy  4798   1335421        70      6230         0     87301     43610   1509993     20.60     21.72
976.08/244.79	c  N dy  4911   1355436        70      6230         0     60297     43610    868643     20.61     23.29
1004.00/251.70	c  N dy  5047   1379023        70      6230         0     81584     43610   1392188     20.63     21.74
1026.33/257.34	c  N dy  5157   1399047        70      6230         0     53762     43610    691804     20.64     22.31
1051.87/263.72	c  N dy  5218   1428881        70      6230         0     80546     43610   1323349     20.62     22.02
1076.59/269.98	c  N dy  5333   1448906        70      6230         0     51810     43610    631869     20.64     21.90
1094.54/274.41	c  N dy  5424   1468994        70      6230         0     69860     43610   1071208     20.64     22.34
1147.60/287.78	c  N dy  5432   1536576        70      6230         0     82336     43610   1327353     20.55     21.78
1176.72/295.01	c  N dy  5490   1563743        70      6230         0     58487     43610    763716     20.54     21.67
1195.47/299.78	c  N dy  5573   1583905        70      6230         0     76689     43610   1206902     20.55     21.68
1221.00/306.14	c  N dy  5666   1603973        70      6230         0     94781     43610   1646235     20.55     22.08
1244.14/311.91	c  N dy  5710   1631553        70      6230         0     70077     43610   1027590     20.53     21.74
1271.67/318.88	c  N dy  5833   1654342        70      6230         0     90662     43610   1531145     20.54     21.68
1297.60/325.35	c  N dy  5954   1674404        70      6230         0     58415     43610    744761     20.56     22.81
1318.75/330.61	c  N dy  6087   1694842        70      6230         0     76931     43610   1202297     20.57     21.83
1339.48/335.89	c  S st  6154   1710399        70      6230         0     90978     43610   1545390     20.58     21.03
1341.08/336.24	c  S st  6154   1710903        70      6230         0     91445     43610   1557162     20.58   no data
1341.08/336.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1341.48/336.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
1341.48/336.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1341.48/336.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1341.48/336.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1341.48/336.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1341.48/336.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1341.48/336.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1341.48/336.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1436.00/360.06	c lits-rem:      1048  cl-subs:     8478  v-elim:      0  v-fix:    0  time: 23.68 s
1436.00/360.06	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1436.00/360.09	c vivif2 --  cl tried    82967 cl shrink        0 lits rem          0 time: 0.02
1438.40/360.63	c asymm  cl-useful: 0/656/6230 lits-rem:0 time: 0.55
1438.40/360.64	c calculated reachability. Time: 0.00
1438.40/360.64	c  N dy  6154   1710903        70      6230         0     82967     43610   1339775     20.58   no data
1485.86/372.57	c  N dy  6242   1747238        70      6230         0     64545     43610    869342     20.57     21.69
1513.39/379.47	c  N dy  6342   1774439        70      6230         0     89023     43610   1467864     20.57     21.66
1538.11/385.66	c  N dy  6397   1794494        70      6230         0     55078     43610    639312     20.57     23.43
1556.47/390.29	c  N dy  6479   1815317        70      6230         0     73865     43610   1099908     20.58     21.71
1587.18/397.99	c  N dy  6601   1835406        70      6230         0     92062     43610   1549421     20.59     21.82
1617.89/405.65	c  N dy  6674   1855618        70      6230         0     57259     43610    675639     20.59     21.68
1637.83/410.60	c  N dy  6768   1875676        70      6230         0     75375     43610   1119610     20.60     23.31
1664.57/417.31	c  N dy  6862   1896941        70      6230         0     94560     43610   1586048     20.61     21.73
1693.71/424.65	c  N dy  6952   1917269        70      6230         0     58824     43610    700230     20.61     21.71
1729.98/433.75	c  N dy  7019   1956933        70      6230         0     94351     43610   1557840     20.60     21.71
1763.10/442.01	c  N dy  7136   1978745        70      6230         0     59174     43610    693071     20.61     21.71
1784.24/447.37	c  N dy  7265   1998770        70      6230         0     77279     43610   1140216     20.62     23.80
1808.97/453.56	c  N dy  7306   2021551        70      6230         0     97729     43610   1628168     20.61     21.74
1856.83/465.56	c  N dy  7329   2070307        70      6230         0     85390     43610   1283746     20.56     21.76
1885.16/472.64	c  N dy  7419   2090444        70      6230         0    103602     43610   1730228     20.57     21.67
1912.29/479.47	c  N dy  7530   2110672        70      6230         0     65363     43610    825910     20.58     21.69
1933.83/484.89	c  N dy  7604   2130731        70      6230         0     83419     43610   1264735     20.58     21.71
1965.34/492.74	c  N dy  7751   2151630        70      6230         0    102314     43610   1733634     20.60     21.76
1997.65/500.81	c  N dy  7848   2172999        70      6230         0     64015     43610    774718     20.60     21.75
2020.39/506.54	c  N dy  7959   2193061        70      6230         0     82199     43610   1220771     20.61     23.17
2044.33/512.55	c  S st  8049   2210903        70      6230         0     98299     43610   1614850     20.61     20.29
2045.52/512.82	c  S st  8049   2211408        70      6230         0     98769     43610   1626513     20.61   no data
2045.52/512.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2045.52/512.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2045.52/512.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2045.52/512.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2045.52/512.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2045.52/512.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2045.52/512.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2045.52/512.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2045.91/512.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2089.39/523.86	c lits-rem:      1016  cl-subs:     9204  v-elim:      0  v-fix:    0  time: 10.92 s
2089.39/523.86	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2089.39/523.88	c vivif2 --  cl tried    89565 cl shrink        0 lits rem          0 time: 0.02
2090.99/524.24	c asymm  cl-useful: 0/602/6230 lits-rem:0 time: 0.37
2090.99/524.25	c calculated reachability. Time: 0.00
2090.99/524.25	c  N dy  8049   2211408        70      6230         0     89565     43610   1397897     20.61   no data
2160.38/541.64	c  N dy  8146   2251891        70      6230         0     67669     43610    848824     20.61     21.85
2190.70/549.28	c  N dy  8230   2272083        70      6230         0     85863     43610   1292433     20.61     21.93
2218.22/556.18	c  N dy  8289   2292122        70      6230         0    103826     43610   1726266     20.61     23.33
2248.93/563.88	c  N dy  8337   2314630        70      6230         0     64875     43610    764441     20.60     21.74
2270.08/569.16	c  N dy  8387   2334734        70      6230         0     82957     43610   1201503     20.60     21.75
2294.02/575.17	c  N dy  8410   2354861        70      6230         0    100955     43610   1627803     20.59     21.70
2322.73/582.34	c  N dy  8458   2375248        70      6230         0    119260     43610   2070416     20.59     21.81
2365.04/592.93	c  N dy  8510   2418667        70      6230         0     97980     43610   1540179     20.56     21.79
2395.34/600.58	c  N dy  8595   2438697        70      6230         0    115989     43610   1977068     20.57     21.74
2424.46/607.81	c  N dy  8670   2462593        70      6230         0     76626     43610   1028240     20.57     21.73
2449.19/614.04	c  N dy  8764   2482648        70      6230         0     94614     43610   1469113     20.57     21.67
2481.90/622.29	c  N dy  8870   2502665        70      6230         0    112628     43610   1912069     20.58     21.73
2515.00/630.52	c  N dy  8952   2523489        70      6230         0     69390     43610    839815     20.58     21.72
2540.15/636.88	c  N dy  9095   2543574        70      6230         0     87501     43610   1287999     20.59     23.82
2573.65/645.24	c  N dy  9206   2565667        70      6230         0    107453     43610   1778158     20.60     21.78
2612.34/654.99	c  N dy  9299   2586154        70      6230         0     62954     43610    673581     20.60     21.75
2635.09/660.63	c  N dy  9430   2606161        70      6230         0     81033     43610   1119610     20.61     22.70
2662.22/667.45	c  N dy  9499   2627847        70      6230         0    100502     43610   1584905     20.61     21.73
2691.33/674.75	c  N dy  9534   2647853        70      6230         0    118459     43610   2016212     20.60     24.01
2725.28/683.22	c  N dy  9667   2667904        70      6230         0     72711     43610    903126     20.61     21.91
2750.38/689.51	c  N dy  9780   2687997        70      6230         0     90951     43610   1353563     20.62     22.41
2781.08/697.29	c  N dy  9873   2708078        70      6230         0    109041     43610   1796368     20.62     23.78
2786.72/698.66	c  S st  9886   2711409        70      6230         0    112018     43610   1868051     20.62     19.05
2788.27/699.01	c  S st  9886   2711913        70      6230         0    112486     43610   1879827     20.62   no data
2788.27/699.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2788.27/699.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2788.27/699.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2788.27/699.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2788.27/699.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2788.27/699.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2788.27/699.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2788.67/699.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2788.67/699.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2848.89/714.26	c lits-rem:       947  cl-subs:    10557  v-elim:      0  v-fix:    0  time: 15.11 s
2848.89/714.26	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2848.89/714.28	c vivif2 --  cl tried   101929 cl shrink        0 lits rem          0 time: 0.02
2850.48/714.65	c asymm  cl-useful: 0/552/6230 lits-rem:0 time: 0.37
2850.48/714.66	c calculated reachability. Time: 0.00
2850.48/714.66	c  N dy  9886   2711913        70      6230         0    101929     43610   1612189     20.62   no data
2888.77/724.21	c  N dy  9951   2732813        70      6230         0    120751     43610   2069770     20.63     21.74
2930.65/734.71	c  N dy 10055   2752828        70      6230         0     74397     43610    930982     20.63     23.45
2966.17/743.67	c  N dy 10120   2775013        70      6230         0     94284     43610   1412891     20.63     21.72
3006.43/753.70	c  N dy 10269   2795036        70      6230         0    112425     43610   1864711     20.64     23.17
3041.93/762.68	c  N dy 10344   2815207        70      6230         0    130619     43610   2307582     20.64     21.83
3068.66/769.37	c  N dy 10458   2837278        70      6230         0     85062     43610   1179386     20.65     21.86
3097.80/776.66	c  N dy 10560   2857342        70      6230         0    103155     43610   1620934     20.65     22.23
3134.48/785.87	c  N dy 10684   2877413        70      6230         0    121322     43610   2070809     20.66     23.12
3169.59/794.64	c  N dy 10747   2899050        70      6230         0     74113     43610    889899     20.66     21.90
3202.30/802.81	c  N dy 10867   2924092        70      6230         0     96672     43610   1441919     20.67     21.79
3229.87/809.71	c  N dy 10898   2944192        70      6230         0    114675     43610   1872024     20.66     23.83
3272.11/820.36	c  N dy 11053   2964225        70      6230         0    132777     43610   2325150     20.67     23.35
3299.66/827.24	c  N dy 11165   2984284        70      6230         0     83393     43610   1113191     20.68     21.90
3329.15/834.62	c  N dy 11277   3004349        70      6230         0    101474     43610   1560015     20.69     23.80
3364.26/843.45	c  N dy 11388   3024358        70      6230         0    119544     43610   2004835     20.69     21.95
3416.51/856.52	c  N dy 11491   3056642        70      6230         0     80009     43610   1003197     20.69     21.90
3449.62/864.84	c  N dy 11555   3084094        70      6230         0    104649     43610   1593011     20.69     21.85
3486.33/874.07	c  N dy 11677   3104147        70      6230         0    122734     43610   2042902     20.69     25.40
3527.01/884.22	c  N dy 11759   3126987        70      6230         0     74009     43610    850554     20.69     22.11
3552.13/890.56	c  N dy 11835   3148459        70      6230         0     93368     43610   1324477     20.70     21.90
3593.64/900.97	c  N dy 11963   3174542        70      6230         0    116858     43610   1899948     20.70     21.81
3635.51/911.47	c  N dy 12079   3194644        70      6230         0    135042     43610   2350326     20.71     21.94
3662.23/918.10	c  S st 12146   3211913        70      6230         0     80338     43610    994202     20.71     19.32
3663.03/918.33	c  S st 12146   3212415        70      6230         0     80798     43610   1006047     20.71   no data
3663.03/918.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3663.03/918.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3663.03/918.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3663.03/918.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3663.03/918.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3663.03/918.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3663.03/918.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3663.03/918.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3663.43/918.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3673.40/920.98	c lits-rem:       252  cl-subs:     2340  v-elim:      0  v-fix:    0  time:  2.56 s
3673.40/920.98	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
3673.80/921.00	c vivif2 --  cl tried    78458 cl shrink        0 lits rem          0 time: 0.01
3675.00/921.31	c asymm  cl-useful: 0/691/6230 lits-rem:0 time: 0.31
3675.00/921.31	c calculated reachability. Time: 0.00
3675.00/921.31	c  N dy 12146   3212415        70      6230         0     78458     43610    948303     20.71   no data
3696.53/926.78	c  N dy 12183   3232427        70      6230         0     96423     43610   1384202     20.71     23.67
3720.89/932.86	c  N dy 12209   3252865        70      6230         0    114550     43610   1810729     20.70     21.90
3765.18/943.92	c  N dy 12287   3276156        70      6230         0    135516     43610   2317221     20.70     21.82
3811.01/955.40	c  N dy 12392   3302667        70      6230         0     88582     43610   1187185     20.70     21.87
3838.94/962.50	c  N dy 12458   3322686        70      6230         0    106510     43610   1617920     20.70     22.73
3875.22/971.60	c  N dy 12553   3343237        70      6230         0    124989     43610   2072021     20.70     21.83
3916.32/981.89	c  N dy 12607   3364570        70      6230         0     72305     43610    775134     20.70     21.84
3937.85/987.27	c  N dy 12648   3384650        70      6230         0     90298     43610   1206445     20.70     23.04
3971.76/995.78	c  N dy 12761   3405680        70      6230         0    109267     43610   1675126     20.70     21.83
4010.06/1005.40	c  N dy 12873   3425892        70      6230         0    127479     43610   2126217     20.71     21.80
4059.51/1017.75	c  N dy 12988   3446400        70      6230         0     73162     43610    782665     20.71     21.89
4100.21/1027.92	c  N dy 13078   3481919        70      6230         0    104886     43610   1547939     20.71     21.89
4133.34/1036.25	c  N dy 13161   3502002        70      6230         0    122937     43610   1990863     20.71     21.90
4172.01/1045.93	c  N dy 13221   3522210        70      6230         0    140983     43610   2427819     20.71     21.80
4204.32/1054.07	c  N dy 13297   3542240        70      6230         0     85461     43610   1072766     20.71     23.08
4234.68/1061.68	c  N dy 13418   3562552        70      6230         0    103777     43610   1527886     20.72     21.86
4273.74/1071.49	c  N dy 13448   3588482        70      6230         0    126930     43610   2073529     20.71     21.93
4453.64/1116.54	c  N dy 13550   3712416        70      6230         0     87626     43610   1088279     20.64     18.14
4453.64/1116.54	c  S st 13550   3712416        70      6230         0     87626     43610   1088279     20.64     18.14
4454.41/1116.77	c  S st 13550   3712918        70      6230         0     88082     43610   1099864     20.64   no data
4454.41/1116.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4454.81/1116.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4454.81/1116.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4454.81/1116.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4454.81/1116.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4454.81/1116.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
4454.81/1116.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4454.81/1116.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4454.81/1116.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4470.78/1120.86	c lits-rem:       441  cl-subs:     4106  v-elim:      0  v-fix:    0  time:  3.99 s
4470.78/1120.86	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4470.78/1120.88	c vivif2 --  cl tried    83976 cl shrink        0 lits rem          0 time: 0.01
4471.96/1121.20	c asymm  cl-useful: 0/796/6230 lits-rem:0 time: 0.32
4472.36/1121.20	c calculated reachability. Time: 0.00
4472.36/1121.20	c  N dy 13550   3712918        70      6230         0     83976     43610   1015450     20.64   no data
4502.68/1128.82	c  N dy 13670   3732965        70      6230         0    102065     43610   1461530     20.64     22.62
4534.98/1136.97	c  F st 13772   3751566        70      6230         0    118811     43610   1873904     20.65   no data
4538.97/1137.90	c  N st 13776   3753597        70      6230         0    120630     43610   1919559     20.65   no data
4582.85/1148.92	c  N dy 13877   3773606        70      6230         0    138626     43610   2365637     20.65     22.05
4612.77/1156.43	c  N dy 13884   3793620        70      6230         0     80669     43610    918515     20.64     23.04
4643.08/1164.03	c  N dy 13985   3813892        70      6230         0     98930     43610   1368127     20.65     21.76
4679.78/1173.24	c  N dy 14097   3835060        70      6230         0    118023     43610   1837667     20.65     21.83
4722.47/1183.97	c  N dy 14190   3855078        70      6230         0    136108     43610   2282631     20.66     21.77
4763.16/1194.17	c  N dy 14244   3875082        70      6230         0    154049     43610   2717397     20.66     22.34
4788.28/1200.43	c  N dy 14282   3895129        70      6230         0     94945     43610   1247948     20.65     22.54

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-3366395-1305403178/watcher-3366395-1305403178 -o /tmp/evaluation-result-3366395-1305403178/solver-3366395-1305403178 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366395-1305403178.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.35 7.42 7.85 4/350 8010
/proc/meminfo: memFree=17798532/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 406 0 0 0 0 0 0 0 18 0 4 0 730548431 52396032 347 33554432000 4194304 4580107 140733540887200 18446744073709551615 47612353824690 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 12792 347 299 95 0 7774 0
[pid=8010/tid=8012] ppid=8006 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 730548432 52396032 347 33554432000 4194304 4580107 140733540887200 18446744073709551615 47612353824690 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 730548432 52396032 347 33554432000 4194304 4580107 140733540887200 18446744073709551615 47612353824690 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 730548432 52396032 347 33554432000 4194304 4580107 140733540887200 18446744073709551615 256415448049 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.160343 s]
/proc/loadavg: 5.35 7.42 7.85 4/350 8010
/proc/meminfo: memFree=17798532/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=283104 CPUtime=0.6 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) D 8006 8010 7452 0 -1 4202496 2422 0 0 0 60 0 0 0 18 0 4 0 730548431 289898496 2338 33554432000 4194304 4580107 140733540887200 18446744073709551615 256415088840 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 70776 2338 368 95 0 65758 0
[pid=8010/tid=8012] ppid=8006 vsize=283104 CPUtime=0.15 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) D 8006 8010 7452 0 -1 4202560 412 0 0 0 15 0 0 0 18 0 4 0 730548432 289898496 2338 33554432000 4194304 4580107 140733540887200 18446744073709551615 256415434935 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=283104 CPUtime=0.15 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) D 8006 8010 7452 0 -1 4202560 506 0 0 0 15 0 0 0 18 0 4 0 730548432 289898496 2338 33554432000 4194304 4580107 140733540887200 18446744073709551615 4401259 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=283104 CPUtime=0.14 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 416 0 0 0 14 0 0 0 18 0 4 0 730548432 289898496 2338 33554432000 4194304 4580107 140733540887200 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 283104

[startup+0.264708 s]
/proc/loadavg: 5.35 7.42 7.85 4/350 8010
/proc/meminfo: memFree=17798532/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=284356 CPUtime=1.02 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 3372 0 0 0 102 0 0 0 18 0 4 0 730548431 291180544 2858 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 71089 2858 376 95 0 66071 0
[pid=8010/tid=8012] ppid=8006 vsize=284356 CPUtime=0.25 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 768 0 0 0 25 0 0 0 18 0 4 0 730548432 291180544 2858 33554432000 4194304 4580107 140733540887200 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=284356 CPUtime=0.25 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 760 0 0 0 25 0 0 0 18 0 4 0 730548432 291180544 2858 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=284356 CPUtime=0.24 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 626 0 0 0 24 0 0 0 18 0 4 0 730548432 291180544 2858 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 284356

[startup+0.3007 s]
/proc/loadavg: 5.35 7.42 7.85 4/350 8010
/proc/meminfo: memFree=17798532/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=284356 CPUtime=1.16 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 3512 0 0 0 116 0 0 0 18 0 4 0 730548431 291180544 2998 33554432000 4194304 4580107 140733540887200 18446744073709551615 4316365 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 71089 2998 376 95 0 66071 0
[pid=8010/tid=8012] ppid=8006 vsize=284356 CPUtime=0.29 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 806 0 0 0 29 0 0 0 18 0 4 0 730548432 291180544 2998 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=284356 CPUtime=0.29 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 788 0 0 0 29 0 0 0 18 0 4 0 730548432 291180544 2998 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=284356 CPUtime=0.28 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 669 0 0 0 28 0 0 0 18 0 4 0 730548432 291180544 2998 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284356

[startup+0.700627 s]
/proc/loadavg: 5.35 7.42 7.85 4/350 8010
/proc/meminfo: memFree=17798532/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=286736 CPUtime=2.77 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 5808 0 0 0 276 1 0 0 18 0 4 0 730548431 293617664 3390 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 71684 3390 376 95 0 66666 0
[pid=8010/tid=8012] ppid=8006 vsize=286736 CPUtime=0.69 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 1399 0 0 0 69 0 0 0 18 0 4 0 730548432 293617664 3390 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=286736 CPUtime=0.69 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 1302 0 0 0 69 0 0 0 18 0 4 0 730548432 293617664 3390 33554432000 4194304 4580107 140733540887200 18446744073709551615 4322227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=286736 CPUtime=0.68 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 1282 0 0 0 68 0 0 0 18 0 4 0 730548432 293617664 3390 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286736

[startup+1.50048 s]
/proc/loadavg: 5.35 7.42 7.85 9/358 8018
/proc/meminfo: memFree=17771564/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=287900 CPUtime=5.95 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 10443 0 0 0 594 1 0 0 19 0 4 0 730548431 294809600 5641 33554432000 4194304 4580107 140733540887200 18446744073709551615 4406440 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 71975 5641 378 95 0 66957 0
[pid=8010/tid=8012] ppid=8006 vsize=287900 CPUtime=1.49 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 2309 0 0 0 149 0 0 0 19 0 4 0 730548432 294809600 5641 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=287900 CPUtime=1.48 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 2184 0 0 0 148 0 0 0 19 0 4 0 730548432 294809600 5641 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=287900 CPUtime=1.47 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 1953 0 0 0 147 0 0 0 20 0 4 0 730548432 294809600 5641 33554432000 4194304 4580107 140733540887200 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 287900

[startup+3.10018 s]
/proc/loadavg: 5.35 7.42 7.85 9/358 8018
/proc/meminfo: memFree=17740812/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=297016 CPUtime=12.33 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 18863 0 0 0 1231 2 0 0 25 0 4 0 730548431 304144384 10531 33554432000 4194304 4580107 140733540887200 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 74254 10531 378 95 0 69236 0
[pid=8010/tid=8012] ppid=8006 vsize=297016 CPUtime=3.08 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 4319 0 0 0 308 0 0 0 24 0 4 0 730548432 304144384 10531 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=297016 CPUtime=3.08 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 4792 0 0 0 308 0 0 0 24 0 4 0 730548432 304144384 10531 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=297016 CPUtime=3.05 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 4937 0 0 0 305 0 0 0 25 0 4 0 730548432 304144384 10531 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 297016

[startup+6.30059 s]
/proc/loadavg: 5.56 7.43 7.85 9/358 8018
/proc/meminfo: memFree=17694940/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=291940 CPUtime=25.1 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 29128 0 0 0 2506 4 0 0 25 0 4 0 730548431 298946560 13899 33554432000 4194304 4580107 140733540887200 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 72985 13899 378 95 0 67967 0
[pid=8010/tid=8012] ppid=8006 vsize=291940 CPUtime=6.28 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 7538 0 0 0 628 0 0 0 25 0 4 0 730548432 298946560 13899 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=291940 CPUtime=6.29 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 7669 0 0 0 628 1 0 0 25 0 4 0 730548432 298946560 13899 33554432000 4194304 4580107 140733540887200 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=291940 CPUtime=6.22 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 7100 0 0 0 621 1 0 0 25 0 4 0 730548432 298946560 13899 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 291940

[startup+12.7004 s]
/proc/loadavg: 5.76 7.43 7.85 9/358 8018
/proc/meminfo: memFree=17634716/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=301180 CPUtime=50.62 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 44007 0 0 0 5055 7 0 0 25 0 4 0 730548431 308408320 17702 33554432000 4194304 4580107 140733540887200 18446744073709551615 4406368 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 75295 17702 378 95 0 70277 0
[pid=8010/tid=8012] ppid=8006 vsize=301180 CPUtime=12.68 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 10997 0 0 0 1267 1 0 0 25 0 4 0 730548432 308408320 17702 33554432000 4194304 4580107 140733540887200 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=301180 CPUtime=12.68 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 9632 0 0 0 1266 2 0 0 25 0 4 0 730548432 308408320 17702 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=301180 CPUtime=12.55 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 11429 0 0 0 1253 2 0 0 25 0 4 0 730548432 308408320 17702 33554432000 4194304 4580107 140733540887200 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 301180

[startup+25.501 s]
/proc/loadavg: 6.25 7.46 7.85 9/358 8019
/proc/meminfo: memFree=17594904/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=302128 CPUtime=101.69 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 65384 0 0 0 10156 13 0 0 25 0 4 0 730548431 309379072 23105 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 75532 23105 378 95 0 70514 0
[pid=8010/tid=8012] ppid=8006 vsize=302128 CPUtime=25.48 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 17611 0 0 0 2546 2 0 0 25 0 4 0 730548432 309379072 23105 33554432000 4194304 4580107 140733540887200 18446744073709551615 4324126 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=302128 CPUtime=25.48 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 14611 0 0 0 2544 4 0 0 25 0 4 0 730548432 309379072 23105 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=302128 CPUtime=25.21 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 16263 0 0 0 2518 3 0 0 25 0 4 0 730548432 309379072 23105 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 302128

[startup+51.1012 s]
/proc/loadavg: 6.92 7.52 7.86 9/358 8019
/proc/meminfo: memFree=17544360/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=303972 CPUtime=203.81 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 97793 0 0 0 20359 22 0 0 25 0 4 0 730548431 311267328 28931 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 75993 28931 378 95 0 70975 0
[pid=8010/tid=8012] ppid=8006 vsize=303972 CPUtime=51.08 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 26913 0 0 0 5104 4 0 0 25 0 4 0 730548432 311267328 28931 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=303972 CPUtime=51.08 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 22245 0 0 0 5102 6 0 0 25 0 4 0 730548432 311267328 28931 33554432000 4194304 4580107 140733540887200 18446744073709551615 4304887 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=303972 CPUtime=50.52 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 24241 0 0 0 5047 5 0 0 25 0 4 0 730548432 311267328 28931 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294487 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 303972

[startup+102.301 s]
/proc/loadavg: 7.66 7.62 7.87 10/358 8030
/proc/meminfo: memFree=17504992/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=316208 CPUtime=408.07 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 147051 0 0 0 40767 40 0 0 25 0 4 0 730548431 323796992 30044 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 79052 30044 378 95 0 74034 0
[pid=8010/tid=8012] ppid=8006 vsize=316208 CPUtime=102.3 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 38196 0 0 0 10221 9 0 0 25 0 4 0 730548432 323796992 30047 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=316208 CPUtime=102.29 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 34960 0 0 0 10219 10 0 0 25 0 4 0 730548432 323796992 30047 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294460 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=316208 CPUtime=101.17 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 38850 0 0 0 10108 9 0 0 25 0 4 0 730548432 323796992 30047 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.07
Current children cumulated vsize (KiB) 316208

[startup+162.301 s]

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

[pid=8010] ppid=8006 vsize=488768 CPUtime=2801.43 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 463879 0 0 0 279971 172 0 0 25 0 4 0 730548431 500498432 71368 33554432000 4194304 4580107 140733540887200 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 122192 71368 378 95 0 117174 0
[pid=8010/tid=8012] ppid=8006 vsize=488768 CPUtime=702.31 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 111004 0 0 0 70193 38 0 0 25 0 4 0 730548432 500498432 71368 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=488768 CPUtime=702.27 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 114714 0 0 0 70181 46 0 0 25 0 4 0 730548432 500498432 71368 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=488768 CPUtime=694.51 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 120512 0 0 0 69409 42 0 0 25 0 4 0 730548432 500498432 71368 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2801.43
Current children cumulated vsize (KiB) 488768

[startup+762.301 s]
/proc/loadavg: 8.16 8.09 8.00 9/358 8047
/proc/meminfo: memFree=17094156/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=465628 CPUtime=3040.77 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 482705 0 0 0 303896 181 0 0 25 0 4 0 730548431 476803072 74936 33554432000 4194304 4580107 140733540887200 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 116407 74936 378 95 0 111389 0
[pid=8010/tid=8012] ppid=8006 vsize=465628 CPUtime=762.32 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 115430 0 0 0 76192 40 0 0 25 0 4 0 730548432 476803072 74939 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=465628 CPUtime=762.29 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 119965 0 0 0 76180 49 0 0 25 0 4 0 730548432 476803072 74939 33554432000 4194304 4580107 140733540887200 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=465628 CPUtime=753.83 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 126109 0 0 0 75339 44 0 0 25 0 4 0 730548432 476803072 74939 33554432000 4194304 4580107 140733540887200 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.77
Current children cumulated vsize (KiB) 465628

[startup+822.301 s]
/proc/loadavg: 8.12 8.09 8.00 9/358 8049
/proc/meminfo: memFree=17047388/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=465984 CPUtime=3280.09 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 502958 0 0 0 327818 191 0 0 25 0 4 0 730548431 477167616 83685 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 116496 83685 378 95 0 111478 0
[pid=8010/tid=8012] ppid=8006 vsize=465984 CPUtime=822.31 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 118799 0 0 0 82190 41 0 0 25 0 4 0 730548432 477167616 83685 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=465984 CPUtime=822.27 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 125640 0 0 0 82175 52 0 0 25 0 4 0 730548432 477167616 83685 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=465984 CPUtime=813.17 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 133083 0 0 0 81270 47 0 0 25 0 4 0 730548432 477167616 83685 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.09
Current children cumulated vsize (KiB) 465984

[startup+882.314 s]
/proc/loadavg: 8.18 8.10 8.01 9/358 8051
/proc/meminfo: memFree=17047624/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=466140 CPUtime=3519.48 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 518087 0 0 0 351749 199 0 0 25 0 4 0 730548431 477327360 75880 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 116535 75880 378 95 0 111517 0
[pid=8010/tid=8012] ppid=8006 vsize=466140 CPUtime=882.33 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 121555 0 0 0 88190 43 0 0 25 0 4 0 730548432 477327360 75880 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=466140 CPUtime=882.28 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 131641 0 0 0 88174 54 0 0 25 0 4 0 730548432 477327360 75880 33554432000 4194304 4580107 140733540887200 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=466140 CPUtime=872.51 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 134507 0 0 0 87203 48 0 0 25 0 4 0 730548432 477327360 75880 33554432000 4194304 4580107 140733540887200 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3519.48
Current children cumulated vsize (KiB) 466140

[startup+942.301 s]
/proc/loadavg: 8.19 8.11 8.01 9/358 8052
/proc/meminfo: memFree=17009280/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=466376 CPUtime=3758.76 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 538252 0 0 0 375666 210 0 0 25 0 4 0 730548431 477569024 81308 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 116594 81308 378 95 0 111576 0
[pid=8010/tid=8012] ppid=8006 vsize=466376 CPUtime=942.31 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 125349 0 0 0 94186 45 0 0 25 0 4 0 730548432 477569024 81308 33554432000 4194304 4580107 140733540887200 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=466376 CPUtime=942.26 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 137512 0 0 0 94169 57 0 0 25 0 4 0 730548432 477569024 81308 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=466376 CPUtime=931.83 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 139129 0 0 0 93133 50 0 0 25 0 4 0 730548432 477569024 81308 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.76
Current children cumulated vsize (KiB) 466376

[startup+1002.3 s]
/proc/loadavg: 8.13 8.10 8.01 10/358 8054
/proc/meminfo: memFree=17009020/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=471528 CPUtime=3998.09 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 550741 0 0 0 399593 216 0 0 25 0 4 0 730548431 482844672 81748 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 117882 81748 378 95 0 112864 0
[pid=8010/tid=8012] ppid=8006 vsize=471528 CPUtime=1002.32 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 128295 0 0 0 100185 47 0 0 25 0 4 0 730548432 482844672 81748 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=471528 CPUtime=1002.27 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 142737 0 0 0 100168 59 0 0 25 0 4 0 730548432 482844672 81748 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=471528 CPUtime=991.15 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 140805 0 0 0 99063 52 0 0 25 0 4 0 730548432 482844672 81748 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3998.09
Current children cumulated vsize (KiB) 471528

[startup+1062.3 s]
/proc/loadavg: 8.10 8.10 8.01 9/358 8055
/proc/meminfo: memFree=17015688/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=471772 CPUtime=4237.43 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 565024 0 0 0 423520 223 0 0 25 0 4 0 730548431 483094528 80977 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294496 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 117943 80977 378 95 0 112925 0
[pid=8010/tid=8012] ppid=8006 vsize=471772 CPUtime=1062.32 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 128360 0 0 0 106185 47 0 0 25 0 4 0 730548432 483094528 80977 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=471772 CPUtime=1062.26 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 148232 0 0 0 106165 61 0 0 25 0 4 0 730548432 483094528 80977 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=471772 CPUtime=1050.49 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 143969 0 0 0 104995 54 0 0 25 0 4 0 730548432 483094528 80977 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4237.43
Current children cumulated vsize (KiB) 471772

[startup+1122.3 s]
/proc/loadavg: 8.09 8.09 8.01 9/358 8057
/proc/meminfo: memFree=17011700/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=471924 CPUtime=4476.75 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 581623 0 0 0 447445 230 0 0 25 0 4 0 730548431 483250176 81876 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 117981 81876 378 95 0 112963 0
[pid=8010/tid=8012] ppid=8006 vsize=471924 CPUtime=1122.32 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 131475 0 0 0 112184 48 0 0 25 0 4 0 730548432 483250176 81876 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=471924 CPUtime=1122.27 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 152522 0 0 0 112163 64 0 0 25 0 4 0 730548432 483250176 81876 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=471924 CPUtime=1109.82 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 147005 0 0 0 110926 56 0 0 25 0 4 0 730548432 483250176 81876 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.75
Current children cumulated vsize (KiB) 471924

[startup+1182.3 s]
/proc/loadavg: 8.03 8.07 8.01 10/358 8059
/proc/meminfo: memFree=16998648/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=472728 CPUtime=4716.08 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 595366 0 0 0 471371 237 0 0 25 0 4 0 730548431 484073472 86096 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 118182 86096 378 95 0 113164 0
[pid=8010/tid=8012] ppid=8006 vsize=472728 CPUtime=1182.32 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 132996 0 0 0 118184 48 0 0 25 0 4 0 730548432 484073472 86096 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=472728 CPUtime=1182.26 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 157796 0 0 0 118160 66 0 0 25 0 4 0 730548432 484073472 86096 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=472728 CPUtime=1169.14 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 149582 0 0 0 116857 57 0 0 25 0 4 0 730548432 484073472 86096 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4716.08
Current children cumulated vsize (KiB) 472728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 8.02 8.07 8.00 11/358 8059
/proc/meminfo: memFree=16996784/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=459340 CPUtime=4800.32 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 599189 0 0 0 479791 241 0 0 25 0 4 0 730548431 470364160 83529 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 114835 83529 378 95 0 109817 0
[pid=8010/tid=8012] ppid=8006 vsize=459340 CPUtime=1203.45 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 134346 0 0 0 120296 49 0 0 25 0 4 0 730548432 470364160 83529 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=459340 CPUtime=1203.39 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 159068 0 0 0 120271 68 0 0 25 0 4 0 730548432 470364160 83529 33554432000 4194304 4580107 140733540887200 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=459340 CPUtime=1190.01 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 150227 0 0 0 118943 58 0 0 25 0 4 0 730548432 470364160 83529 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 459340

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

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

[startup+1203.4 s]
/proc/loadavg: 8.02 8.07 8.00 11/358 8059
/proc/meminfo: memFree=16996784/32950928 swapFree=67111200/67111528
[pid=8010] ppid=8006 vsize=459340 CPUtime=4800.32 cores=1,3,5,7
/proc/8010/stat : 8010 (strangenight2-m) R 8006 8010 7452 0 -1 4202496 599189 0 0 0 479791 241 0 0 25 0 4 0 730548431 470364160 83529 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8010/statm: 114835 83529 378 95 0 109817 0
[pid=8010/tid=8012] ppid=8006 vsize=459340 CPUtime=1203.45 cores=1,3,5,7
/proc/8010/task/8012/stat : 8012 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 134346 0 0 0 120296 49 0 0 25 0 4 0 730548432 470364160 83529 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8010/tid=8013] ppid=8006 vsize=459340 CPUtime=1203.39 cores=1,3,5,7
/proc/8010/task/8013/stat : 8013 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 159068 0 0 0 120271 68 0 0 25 0 4 0 730548432 470364160 83529 33554432000 4194304 4580107 140733540887200 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8010/tid=8014] ppid=8006 vsize=459340 CPUtime=1190.01 cores=1,3,5,7
/proc/8010/task/8014/stat : 8014 (strangenight2-m) R 8006 8010 7452 0 -1 4202560 150227 0 0 0 118943 58 0 0 25 0 4 0 730548432 470364160 83529 33554432000 4194304 4580107 140733540887200 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 459340

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.45
CPU time (s): 4800.38
CPU user time (s): 4797.95
CPU system time (s): 2.42863
CPU usage (%): 398.885
Max. virtual memory (cumulated for all children) (KiB): 498436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.95
system time used= 2.42863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 599189
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= 616
involuntary context switches= 36957

runsolver used 3.81542 second user time and 9.64953 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-14 21:59:38
IDJOB=3366395
IDBENCH=82804
IDSOLVER=1844
FILE ID=node115/3366395-1305403178
RUNJOBID= node115-1305403177-7992
PBS_JOBID= 13324450
Free space on /tmp= 73236 MiB

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

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

MD5SUM BENCH= 2cb285a396d74446b485c2112c34e09c
RANDOM SEED=1132685092

node115.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17798596 kB
Buffers:        286112 kB
Cached:        4522952 kB
SwapCached:          0 kB
Active:       11960088 kB
Inactive:      2874296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17798596 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           10924 kB
Writeback:           0 kB
AnonPages:    10025576 kB
Mapped:          27628 kB
Slab:           211100 kB
PageTables:      41376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69653156 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73224 MiB
End job on node115 at 2011-05-14 22:19:43