Trace number 3173986

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? (TO) 4800.38 1201.73

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173986-1304075120.cnf'
0.00/0.00	c -- header says num vars:             70
0.00/0.00	c -- header says num clauses:        6230
0.00/0.00	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.00	c -- vars added         70
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        70      6230         0         0     43610         0   no data   no data
0.38/0.14	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.14
0.38/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.38/0.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
0.38/0.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.38/0.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.38/0.16	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.16	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.38/0.16	c calculated reachability. Time: 0.00
0.38/0.16	c Calc default polars -  time:   0.00 s pos:      40 undec:       2 neg:      28
0.38/0.16	c =========================================================================================
0.38/0.16	c types(t): F = full restart, N = normal restart
0.38/0.16	c types(t): S = simplification begin/end, E = solution found
0.38/0.16	c restart types(rt): st = static, dy = dynamic
0.38/0.16	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.16	c  B st     0         0        70      6230         0         0     43610         0   no data   no data
1.18/0.33	c  N dy     9      5705        70      6230         0      2898     43610     63605     21.17     22.37
1.58/0.47	c  N dy    16      9801        70      6230         0      6633     43610    155366     21.03     22.27
2.79/0.77	c  N dy    19     17251        70      6230         0      9465     43610    208399     20.22     21.36
4.40/1.12	c  F st    35     25001        70      6230         0     11357     43610    242952     19.99     18.45
4.40/1.13	c  N st    35     25001        70      6230         0     11357     43610    242952     19.99     18.45
5.18/1.36	c  N dy    41     30001        70      6230         0      9745     43610    196164     19.99   no data
5.18/1.36	c  S st    41     30001        70      6230         0      9745     43610    196164     19.99   no data
5.18/1.39	c  S st    41     30502        70      6230         0     10213     43610    207725     19.99   no data
5.18/1.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.18/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.58/1.40	c blocked clauses removed:        0 vars:      0 tried:          70 T: 0.00 s
5.58/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.58/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.58/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
5.58/1.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.58/1.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.58/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.37/1.61	c lits-rem:        88  cl-subs:      889  v-elim:      0  v-fix:    0  time:  0.20 s
7.18/1.85	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.24
7.18/1.85	c calculated reachability. Time: 0.00
7.18/1.85	c  N dy    41     30502        70      6230         0      9324     43610    185708     19.99   no data
7.98/2.07	c  N dy    60     34549        70      6230         0     13016     43610    274412     20.13     23.99
8.80/2.29	c  N dy    79     38586        70      6230         0      9551     43610    177410     20.19     21.78
9.97/2.57	c  N dy    96     43554        70      6230         0     14070     43610    286448     20.25     21.39
10.78/2.72	c  S st   110     45754        70      6230         0     16067     43610    334482     20.32     20.91
10.78/2.77	c  S st   110     46255        70      6230         0      8434     43610    138781     20.32   no data
10.78/2.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.78/2.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.78/2.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.78/2.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.78/2.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.78/2.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
10.78/2.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.78/2.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.78/2.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.17/2.82	c lits-rem:         6  cl-subs:       38  v-elim:      0  v-fix:    0  time:  0.03 s
11.17/2.82	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
11.17/2.82	c vivif2 --  cl tried     8396 cl shrink        0 lits rem          0 time: 0.00
11.97/3.05	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.23
11.97/3.05	c calculated reachability. Time: 0.00
11.97/3.05	c  N dy   110     46255        70      6230         0      8396     43610    137641     20.32   no data
12.79/3.28	c  N dy   140     50453        70      6230         0     12233     43610    231323     20.46     21.60
15.16/3.85	c  N dy   165     60217        70      6230         0     12028     43610    211812     20.44     21.53
16.37/4.12	c  N dy   183     64690        70      6230         0     16067     43610    309807     20.49     21.77
17.58/4.44	c  N dy   189     69382        70      6230         0     10385     43610    160548     20.41     20.58
17.58/4.44	c  S st   189     69382        70      6230         0     10385     43610    160548     20.41     20.58
17.58/4.47	c  S st   189     69888        70      6230         0     10849     43610    172292     20.41   no data
17.58/4.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.58/4.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.58/4.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.58/4.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.58/4.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.58/4.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
17.58/4.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.58/4.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.58/4.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.96/4.55	c lits-rem:        21  cl-subs:      170  v-elim:      0  v-fix:    0  time:  0.06 s
17.96/4.55	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
17.96/4.55	c vivif2 --  cl tried    10679 cl shrink        0 lits rem          0 time: 0.00
19.16/4.84	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.28
19.16/4.84	c calculated reachability. Time: 0.00
19.16/4.84	c  N dy   189     69888        70      6230         0     10679     43610    168108     20.41   no data
19.96/5.09	c  N dy   204     74425        70      6230         0     14805     43610    266920     20.40     21.83
21.57/5.42	c  N dy   228     79195        70      6230         0     19133     43610    371596     20.44     21.53
22.75/5.77	c  N dy   241     84495        70      6230         0     13047     43610    211787     20.40     21.57
23.55/5.97	c  F st   260     87501        70      6230         0     15810     43610    279677     20.44   no data
24.35/6.19	c  N st   265     90801        70      6230         0     18794     43610    351643     20.44   no data
26.37/6.67	c  N dy   268     96892        70      6230         0     12473     43610    186013     20.41     21.50
27.94/7.07	c  N dy   288    103080        70      6230         0     18066     43610    319818     20.42     21.80
28.34/7.19	c  S st   293    104832        70      6230         0     19653     43610    357587     20.42     18.51
28.74/7.25	c  S st   293    105340        70      6230         0     20129     43610    369478     20.42   no data
28.74/7.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.74/7.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
28.74/7.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.74/7.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.74/7.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.74/7.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
28.74/7.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.74/7.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.74/7.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.77/7.72	c lits-rem:       209  cl-subs:     1847  v-elim:      0  v-fix:    0  time:  0.45 s
30.77/7.72	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
30.77/7.73	c vivif2 --  cl tried    18282 cl shrink        0 lits rem          0 time: 0.00
32.34/8.10	c asymm  cl-useful: 0/5368/6230 lits-rem:0 time: 0.37
32.34/8.10	c calculated reachability. Time: 0.00
32.34/8.10	c  N dy   293    105340        70      6230         0     18282     43610    324219     20.42   no data
34.34/8.64	c  N dy   307    112135        70      6230         0     24410     43610    471093     20.40     22.34
36.33/9.15	c  N dy   332    119700        70      6230         0     18668     43610    322812     20.41     21.49
40.33/10.14	c  N dy   368    131483        70      6230         0     15838     43610    242516     20.42     21.76
42.73/10.79	c  N dy   406    139968        70      6230         0     23527     43610    428615     20.47     22.58
47.13/11.80	c  N dy   421    152783        70      6230         0     20606     43610    340083     20.40     21.51
48.72/12.25	c  S st   428    158010        70      6230         0     25300     43610    448909     20.37     20.36
49.12/12.32	c  S st   428    158518        70      6230         0     25772     43610    460799     20.37   no data
49.12/12.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.12/12.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.12/12.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.12/12.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.12/12.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.12/12.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
49.12/12.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.12/12.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.12/12.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.74/13.28	c lits-rem:       307  cl-subs:     3001  v-elim:      0  v-fix:    0  time:  0.93 s
52.74/13.28	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
52.74/13.29	c vivif2 --  cl tried    22771 cl shrink        0 lits rem          0 time: 0.00
53.11/13.36	c asymm  cl-useful: 0/862/6230 lits-rem:0 time: 0.08
53.11/13.36	c calculated reachability. Time: 0.00
53.11/13.36	c  N dy   428    158518        70      6230         0     22771     43610    391376     20.37   no data
56.72/14.25	c  N dy   443    168711        70      6230         0     16776     43610    238676     20.29     21.45
67.09/16.82	c  N dy   470    199963        70      6230         0     28622     43610    502714     20.07     21.15
72.29/18.16	c  N dy   557    212929        70      6230         0     23388     43610    378014     20.16     21.34
79.47/19.95	c  N dy   645    227454        70      6230         0     18528     43610    244040     20.24     21.36
83.50/20.93	c  S st   718    237778        70      6230         0     27927     43610    473789     20.31     19.43
83.87/21.00	c  S st   718    238282        70      6230         0     28401     43610    485539     20.31   no data
83.87/21.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.87/21.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
83.87/21.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.87/21.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.87/21.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.87/21.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
83.87/21.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.87/21.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
83.87/21.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.67/21.79	c lits-rem:       177  cl-subs:     1989  v-elim:      0  v-fix:    0  time:  0.75 s
86.67/21.79	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
86.67/21.79	c vivif2 --  cl tried    26412 cl shrink        0 lits rem          0 time: 0.00
88.26/22.17	c asymm  cl-useful: 0/4096/6230 lits-rem:0 time: 0.38
88.26/22.17	c calculated reachability. Time: 0.00
88.26/22.17	c  N dy   718    238282        70      6230         0     26412     43610    433654     20.31   no data
95.46/23.98	c  N dy   812    253890        70      6230         0     21663     43610    307338     20.37     21.55
101.84/25.59	c  N dy   854    270117        70      6230         0     36290     43610    652446     20.31     21.57
109.86/27.56	c  N dy   965    287601        70      6230         0     32344     43610    554692     20.39     21.50
118.25/29.69	c  F st  1040    306251        70      6230         0     28362     43610    443999     20.42     19.70
118.25/29.69	c  N st  1040    306251        70      6230         0     28362     43610    443999     20.42     19.70
129.41/32.44	c  N dy  1095    330486        70      6230         0     28510     43610    431357     20.41     21.50
141.39/35.47	c  N dy  1164    357425        70      6230         0     30241     43610    460940     20.39     16.92
141.39/35.47	c  S st  1164    357425        70      6230         0     30241     43610    460940     20.39     16.92
141.79/35.54	c  S st  1164    357926        70      6230         0     30693     43610    472135     20.39   no data
141.79/35.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
141.79/35.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
141.79/35.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
141.79/35.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.79/35.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.79/35.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
141.79/35.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
141.79/35.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
141.79/35.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.39/36.44	c lits-rem:       262  cl-subs:     2110  v-elim:      0  v-fix:    0  time:  0.87 s
145.39/36.44	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
145.39/36.45	c vivif2 --  cl tried    28583 cl shrink        0 lits rem          0 time: 0.01
146.59/36.70	c asymm  cl-useful: 0/2134/6230 lits-rem:0 time: 0.25
146.59/36.70	c calculated reachability. Time: 0.00
146.59/36.70	c  N dy  1164    357926        70      6230         0     28583     43610    424978     20.39   no data
156.98/39.39	c  N dy  1267    378020        70      6230         0     46767     43610    866503     20.43     22.13
169.76/42.52	c  N dy  1327    401977        70      6230         0     44971     43610    798767     20.42     21.57
180.16/45.13	c  N dy  1337    424882        70      6230         0     41210     43610    689168     20.33     21.48
192.12/48.14	c  N dy  1411    446847        70      6230         0     35807     43610    555098     20.34     21.52
204.51/51.24	c  N dy  1504    467106        70      6230         0     27984     43610    354263     20.36     21.50
215.69/54.02	c  N dy  1627    487115        70      6230         0     46135     43610    798354     20.41     25.12
227.68/57.08	c  N dy  1717    507768        70      6230         0     37709     43610    575138     20.42     21.67
240.86/60.36	c  N dy  1799    527958        70      6230         0     56118     43610   1020492     20.44     21.64
245.67/61.50	c  S st  1844    536889        70      6230         0     36109     43610    524862     20.45     19.93
246.07/61.60	c  S st  1844    537394        70      6230         0     36569     43610    535905     20.45   no data
246.07/61.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
246.07/61.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
246.07/61.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
246.07/61.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
246.07/61.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
246.07/61.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
246.07/61.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
246.07/61.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
246.07/61.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
249.65/62.56	c lits-rem:       177  cl-subs:     1661  v-elim:      0  v-fix:    0  time:  0.92 s
249.65/62.56	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
249.65/62.57	c vivif2 --  cl tried    34908 cl shrink        0 lits rem          0 time: 0.01
250.47/62.77	c asymm  cl-useful: 0/1705/6230 lits-rem:0 time: 0.20
250.47/62.77	c calculated reachability. Time: 0.00
250.47/62.77	c  N dy  1844    537394        70      6230         0     34908     43610    494098     20.45   no data
263.65/66.07	c  N dy  1952    557427        70      6230         0     53054     43610    937465     20.49     21.58
276.82/69.36	c  N dy  1960    581994        70      6230         0     45977     43610    729440     20.43     21.53
290.02/72.69	c  N dy  2064    602022        70      6230         0     34506     43610    465665     20.45     21.73
309.56/77.56	c  N dy  2117    636094        70      6230         0     34472     43610    444409     20.39     21.47
322.35/80.73	c  N dy  2220    656192        70      6230         0     52688     43610    888662     20.42     21.52
336.73/84.33	c  N dy  2334    676221        70      6230         0     39243     43610    553236     20.45     23.35
353.10/88.43	c  N dy  2427    700361        70      6230         0     60951     43610   1074078     20.45     21.59
367.09/91.98	c  N dy  2492    722772        70      6230         0     48739     43610    760179     20.45     21.59
385.86/96.65	c  N dy  2614    742803        70      6230         0     33524     43610    382496     20.48     22.34
397.45/99.58	c  N dy  2627    765545        70      6230         0     53764     43610    856888     20.45     21.61
415.42/104.08	c  N dy  2713    787646        70      6230         0     39486     43610    511154     20.46     21.69
429.00/107.44	c  S st  2844    806093        70      6230         0     56185     43610    922804     20.49   no data
429.80/107.60	c  S st  2844    806594        70      6230         0     56647     43610    934064     20.49   no data
429.80/107.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
429.80/107.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
429.80/107.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
429.80/107.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
429.80/107.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
429.80/107.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
429.80/107.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
429.80/107.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
429.80/107.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
445.38/111.53	c lits-rem:       715  cl-subs:     4768  v-elim:      0  v-fix:    0  time:  3.87 s
445.38/111.53	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
445.38/111.54	c vivif2 --  cl tried    51879 cl shrink        0 lits rem          0 time: 0.01
446.58/111.81	c asymm  cl-useful: 0/1131/6230 lits-rem:0 time: 0.27
446.58/111.81	c calculated reachability. Time: 0.00
446.58/111.81	c  N dy  2844    806594        70      6230         0     51879     43610    814570     20.49   no data
464.56/116.34	c  N dy  2941    826716        70      6230         0     35162     43610    398276     20.51     21.71
476.14/119.24	c  N dy  2977    847543        70      6230         0     53829     43610    845422     20.50     21.61
496.54/124.31	c  N dy  3087    867548        70      6230         0     36045     43610    405329     20.52     22.60
512.50/128.37	c  N dy  3100    896960        70      6230         0     62293     43610   1022548     20.46     21.56
532.06/133.23	c  N dy  3197    919841        70      6230         0     46227     43610    638852     20.48     21.57
548.05/137.26	c  N dy  3295    939987        70      6230         0     64463     43610   1083994     20.50     21.60
565.22/141.53	c  N dy  3381    960419        70      6230         0     45009     43610    598508     20.50     21.68
579.62/145.13	c  N dy  3444    981030        70      6230         0     63670     43610   1049450     20.50     21.64
599.18/150.09	c  N dy  3531   1001219        70      6230         0     43158     43610    538628     20.51     21.71
613.15/153.59	c  N dy  3593   1021624        70      6230         0     61491     43610    980020     20.51     21.78
630.73/157.99	c  N dy  3627   1041755        70      6230         0     39918     43610    447826     20.50     21.72
645.93/161.79	c  N dy  3753   1062539        70      6230         0     58696     43610    910436     20.53     21.73
655.50/164.16	c  F st  3825   1071876        70      6230         0     67194     43610   1121515     20.54     20.65
666.28/166.88	c  N dy  3860   1082600        70      6230         0     76889     43610   1359898     20.54     21.94
683.46/171.16	c  N dy  3941   1103970        70      6230         0     55567     43610    812734     20.55     21.68
702.66/176.00	c  N dy  4044   1124038        70      6230         0     73747     43610   1257544     20.57     23.46
721.01/180.56	c  N dy  4108   1144053        70      6230         0     50266     43610    671414     20.57     21.76
736.99/184.50	c  N dy  4153   1164059        70      6230         0     68247     43610   1103759     20.57     21.76
761.76/190.77	c  N dy  4245   1185912        70      6230         0     45517     43610    542726     20.58     21.75
783.32/196.19	c  N dy  4341   1209892        70      6230         0     67151     43610   1065887     20.58     17.38
783.32/196.19	c  S st  4341   1209892        70      6230         0     67151     43610   1065887     20.58     17.38
784.52/196.43	c  S st  4341   1210398        70      6230         0     67617     43610   1077658     20.58   no data
784.52/196.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
784.52/196.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
784.52/196.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
784.52/196.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
784.52/196.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
784.52/196.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
784.52/196.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
784.52/196.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
784.92/196.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
816.48/204.47	c lits-rem:       772  cl-subs:     5970  v-elim:      0  v-fix:    0  time:  7.95 s
816.48/204.47	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
816.48/204.48	c vivif2 --  cl tried    61647 cl shrink        0 lits rem          0 time: 0.01
818.07/204.88	c asymm  cl-useful: 0/893/6230 lits-rem:0 time: 0.39
818.07/204.88	c calculated reachability. Time: 0.00
818.07/204.88	c  N dy  4341   1210398        70      6230         0     61647     43610    933079     20.58   no data
842.45/210.90	c  N dy  4424   1230483        70      6230         0     79805     43610   1373684     20.59     21.74
861.62/215.72	c  N dy  4515   1250577        70      6230         0     54938     43610    760609     20.60     23.86
881.59/220.70	c  N dy  4617   1271972        70      6230         0     74250     43610   1232452     20.61     21.70
905.19/226.65	c  N dy  4717   1292219        70      6230         0     48477     43610    585983     20.62     21.74
921.94/230.87	c  N dy  4773   1315193        70      6230         0     69166     43610   1077604     20.61     21.73
941.51/235.73	c  N dy  4798   1335421        70      6230         0     87301     43610   1509993     20.60     21.72
961.90/240.90	c  N dy  4911   1355436        70      6230         0     60297     43610    868643     20.61     23.29
991.84/248.32	c  N dy  5047   1379023        70      6230         0     81584     43610   1392188     20.63     21.74
1014.63/254.01	c  N dy  5157   1399047        70      6230         0     53762     43610    691804     20.64     22.31
1039.78/260.31	c  N dy  5218   1428881        70      6230         0     80546     43610   1323349     20.62     22.02
1064.95/266.60	c  N dy  5333   1448906        70      6230         0     51810     43610    631869     20.64     21.90
1082.12/270.94	c  N dy  5424   1468994        70      6230         0     69860     43610   1071208     20.64     22.34
1134.85/284.18	c  N dy  5432   1536576        70      6230         0     82336     43610   1327353     20.55     21.78
1163.61/291.37	c  N dy  5490   1563743        70      6230         0     58487     43610    763716     20.54     21.67
1182.78/296.17	c  N dy  5573   1583905        70      6230         0     76689     43610   1206902     20.55     21.68
1207.56/302.35	c  N dy  5666   1603973        70      6230         0     94781     43610   1646235     20.55     22.08
1230.72/308.17	c  N dy  5710   1631553        70      6230         0     70077     43610   1027590     20.53     21.74
1258.29/315.01	c  N dy  5833   1654342        70      6230         0     90662     43610   1531145     20.54     21.68
1283.85/321.44	c  N dy  5954   1674404        70      6230         0     58415     43610    744761     20.56     22.81
1307.02/327.22	c  N dy  6087   1694842        70      6230         0     76931     43610   1202297     20.57     21.83
1331.01/333.25	c  S st  6154   1710399        70      6230         0     90978     43610   1545390     20.58     21.03
1332.59/333.60	c  S st  6154   1710903        70      6230         0     91445     43610   1557162     20.58   no data
1332.59/333.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1332.59/333.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
1332.59/333.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1332.59/333.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1332.59/333.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1332.59/333.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1332.59/333.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1332.99/333.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1332.99/333.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1419.67/355.44	c lits-rem:      1048  cl-subs:     8478  v-elim:      0  v-fix:    0  time: 21.70 s
1419.67/355.44	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1419.67/355.47	c vivif2 --  cl tried    82967 cl shrink        0 lits rem          0 time: 0.02
1421.67/355.99	c asymm  cl-useful: 0/656/6230 lits-rem:0 time: 0.52
1421.67/355.99	c calculated reachability. Time: 0.00
1421.67/355.99	c  N dy  6154   1710903        70      6230         0     82967     43610   1339775     20.58   no data
1466.01/367.00	c  N dy  6242   1747238        70      6230         0     64545     43610    869342     20.57     21.69
1493.18/373.82	c  N dy  6342   1774439        70      6230         0     89023     43610   1467864     20.57     21.66
1517.54/379.99	c  N dy  6397   1794494        70      6230         0     55078     43610    639312     20.57     23.43
1536.31/384.64	c  N dy  6479   1815317        70      6230         0     73865     43610   1099908     20.58     21.71
1562.28/391.10	c  N dy  6601   1835406        70      6230         0     92062     43610   1549421     20.59     21.82
1594.65/399.28	c  N dy  6674   1855618        70      6230         0     57259     43610    675639     20.59     21.68
1616.62/404.77	c  N dy  6768   1875676        70      6230         0     75375     43610   1119610     20.60     23.31
1643.38/411.43	c  N dy  6862   1896941        70      6230         0     94560     43610   1586048     20.61     21.73
1672.93/418.83	c  N dy  6952   1917269        70      6230         0     58824     43610    700230     20.61     21.71
1708.90/427.81	c  N dy  7019   1956933        70      6230         0     94351     43610   1557840     20.60     21.71
1741.64/436.06	c  N dy  7136   1978745        70      6230         0     59174     43610    693071     20.61     21.71
1762.40/441.30	c  N dy  7265   1998770        70      6230         0     77279     43610   1140216     20.62     23.80
1787.58/447.51	c  N dy  7306   2021551        70      6230         0     97729     43610   1628168     20.61     21.74
1835.11/459.44	c  N dy  7329   2070307        70      6230         0     85390     43610   1283746     20.56     21.76
1863.47/466.51	c  N dy  7419   2090444        70      6230         0    103602     43610   1730228     20.57     21.67
1890.63/473.36	c  N dy  7530   2110672        70      6230         0     65363     43610    825910     20.58     21.69
1911.80/478.70	c  N dy  7604   2130731        70      6230         0     83419     43610   1264735     20.58     21.71
1943.37/486.51	c  N dy  7751   2151630        70      6230         0    102314     43610   1733634     20.60     21.76
1975.32/494.52	c  N dy  7848   2172999        70      6230         0     64015     43610    774718     20.60     21.75
1997.69/500.12	c  N dy  7959   2193061        70      6230         0     82199     43610   1220771     20.61     23.17
2021.65/506.16	c  S st  8049   2210903        70      6230         0     98299     43610   1614850     20.61     20.29
2022.85/506.43	c  S st  8049   2211408        70      6230         0     98769     43610   1626513     20.61   no data
2022.85/506.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2022.85/506.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2022.85/506.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2022.85/506.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2022.85/506.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2022.85/506.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2022.85/506.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2023.25/506.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2023.25/506.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2086.37/522.32	c lits-rem:      1016  cl-subs:     9204  v-elim:      0  v-fix:    0  time: 15.76 s
2086.37/522.32	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2086.37/522.34	c vivif2 --  cl tried    89565 cl shrink        0 lits rem          0 time: 0.02
2088.37/522.81	c asymm  cl-useful: 0/602/6230 lits-rem:0 time: 0.47
2088.37/522.81	c calculated reachability. Time: 0.00
2088.37/522.81	c  N dy  8049   2211408        70      6230         0     89565     43610   1397897     20.61   no data
2155.88/539.76	c  N dy  8146   2251891        70      6230         0     67669     43610    848824     20.61     21.85
2179.47/545.61	c  N dy  8230   2272083        70      6230         0     85863     43610   1292433     20.61     21.93
2205.01/552.08	c  N dy  8289   2292122        70      6230         0    103826     43610   1726266     20.61     23.33
2235.77/559.78	c  N dy  8337   2314630        70      6230         0     64875     43610    764441     20.60     21.74
2255.75/564.79	c  N dy  8387   2334734        70      6230         0     82957     43610   1201503     20.60     21.75
2280.90/571.00	c  N dy  8410   2354861        70      6230         0    100955     43610   1627803     20.59     21.70
2308.87/578.02	c  N dy  8458   2375248        70      6230         0    119260     43610   2070416     20.59     21.81
2351.61/588.70	c  N dy  8510   2418667        70      6230         0     97980     43610   1540179     20.56     21.79
2381.20/596.20	c  N dy  8595   2438697        70      6230         0    115989     43610   1977068     20.57     21.74
2410.33/603.40	c  N dy  8670   2462593        70      6230         0     76626     43610   1028240     20.57     21.73
2435.10/609.66	c  N dy  8764   2482648        70      6230         0     94614     43610   1469113     20.57     21.67
2467.86/617.81	c  N dy  8870   2502665        70      6230         0    112628     43610   1912069     20.58     21.73
2500.61/626.03	c  N dy  8952   2523489        70      6230         0     69390     43610    839815     20.58     21.72
2526.20/632.42	c  N dy  9095   2543574        70      6230         0     87501     43610   1287999     20.59     23.82
2558.93/640.60	c  N dy  9206   2565667        70      6230         0    107453     43610   1778158     20.60     21.78
2597.68/650.35	c  N dy  9299   2586154        70      6230         0     62954     43610    673581     20.60     21.75
2620.45/656.04	c  N dy  9430   2606161        70      6230         0     81033     43610   1119610     20.61     22.70
2647.22/662.76	c  N dy  9499   2627847        70      6230         0    100502     43610   1584905     20.61     21.73
2676.00/669.95	c  N dy  9534   2647853        70      6230         0    118459     43610   2016212     20.60     24.01
2709.93/678.44	c  N dy  9667   2667904        70      6230         0     72711     43610    903126     20.61     21.91
2735.10/684.79	c  N dy  9780   2687997        70      6230         0     90951     43610   1353563     20.62     22.41
2765.86/692.41	c  N dy  9873   2708078        70      6230         0    109041     43610   1796368     20.62     23.78
2771.05/693.77	c  S st  9886   2711409        70      6230         0    112018     43610   1868051     20.62     19.05
2772.67/694.12	c  S st  9886   2711913        70      6230         0    112486     43610   1879827     20.62   no data
2772.67/694.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2772.67/694.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2772.67/694.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2772.67/694.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2772.67/694.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2772.67/694.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2772.67/694.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2773.05/694.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2773.05/694.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2848.54/713.18	c lits-rem:       947  cl-subs:    10557  v-elim:      0  v-fix:    0  time: 18.91 s
2848.54/713.18	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2848.94/713.21	c vivif2 --  cl tried   101929 cl shrink        0 lits rem          0 time: 0.03
2851.36/713.80	c asymm  cl-useful: 0/552/6230 lits-rem:0 time: 0.59
2851.36/713.81	c calculated reachability. Time: 0.00
2851.36/713.81	c  N dy  9886   2711913        70      6230         0    101929     43610   1612189     20.62   no data
2898.88/725.75	c  N dy  9951   2732813        70      6230         0    120751     43610   2069770     20.63     21.74
2940.82/736.29	c  N dy 10055   2752828        70      6230         0     74397     43610    930982     20.63     23.45
2969.18/743.37	c  N dy 10120   2775013        70      6230         0     94284     43610   1412891     20.63     21.72
3003.93/752.09	c  N dy 10269   2795036        70      6230         0    112425     43610   1864711     20.64     23.17
3039.89/761.08	c  N dy 10344   2815207        70      6230         0    130619     43610   2307582     20.64     21.83
3067.07/767.83	c  N dy 10458   2837278        70      6230         0     85062     43610   1179386     20.65     21.86
3095.81/775.08	c  N dy 10560   2857342        70      6230         0    103155     43610   1620934     20.65     22.23
3132.59/784.30	c  N dy 10684   2877413        70      6230         0    121322     43610   2070809     20.66     23.12
3167.32/792.93	c  N dy 10747   2899050        70      6230         0     74113     43610    889899     20.66     21.90
3199.27/800.98	c  N dy 10867   2924092        70      6230         0     96672     43610   1441919     20.67     21.79
3226.83/807.86	c  N dy 10898   2944192        70      6230         0    114675     43610   1872024     20.66     23.83
3269.58/818.58	c  N dy 11053   2964225        70      6230         0    132777     43610   2325150     20.67     23.35
3297.14/825.49	c  N dy 11165   2984284        70      6230         0     83393     43610   1113191     20.68     21.90
3326.32/832.77	c  N dy 11277   3004349        70      6230         0    101474     43610   1560015     20.69     23.80
3361.85/841.61	c  N dy 11388   3024358        70      6230         0    119544     43610   2004835     20.69     21.95
3414.21/854.72	c  N dy 11491   3056642        70      6230         0     80009     43610   1003197     20.69     21.90
3446.93/862.92	c  N dy 11555   3084094        70      6230         0    104649     43610   1593011     20.69     21.85
3483.29/872.05	c  N dy 11677   3104147        70      6230         0    122734     43610   2042902     20.69     25.40
3523.66/882.16	c  N dy 11759   3126987        70      6230         0     74009     43610    850554     20.69     22.11
3548.81/888.46	c  N dy 11835   3148459        70      6230         0     93368     43610   1324477     20.70     21.90
3589.97/898.75	c  N dy 11963   3174542        70      6230         0    116858     43610   1899948     20.70     21.81
3631.89/909.26	c  N dy 12079   3194644        70      6230         0    135042     43610   2350326     20.71     21.94
3658.66/915.96	c  S st 12146   3211913        70      6230         0     80338     43610    994202     20.71     19.32
3659.45/916.19	c  S st 12146   3212415        70      6230         0     80798     43610   1006047     20.71   no data
3659.45/916.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3659.87/916.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3659.87/916.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3659.87/916.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3659.87/916.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3659.87/916.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3659.87/916.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3659.87/916.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3659.87/916.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3670.24/918.88	c lits-rem:       252  cl-subs:     2340  v-elim:      0  v-fix:    0  time:  2.59 s
3670.24/918.88	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
3670.24/918.89	c vivif2 --  cl tried    78458 cl shrink        0 lits rem          0 time: 0.01
3671.84/919.22	c asymm  cl-useful: 0/691/6230 lits-rem:0 time: 0.32
3671.84/919.22	c calculated reachability. Time: 0.00
3671.84/919.22	c  N dy 12146   3212415        70      6230         0     78458     43610    948303     20.71   no data
3693.01/924.56	c  N dy 12183   3232427        70      6230         0     96423     43610   1384202     20.71     23.67
3720.97/931.58	c  N dy 12209   3252865        70      6230         0    114550     43610   1810729     20.70     21.90
3762.91/942.08	c  N dy 12287   3276156        70      6230         0    135516     43610   2317221     20.70     21.82
3803.66/952.23	c  N dy 12392   3302667        70      6230         0     88582     43610   1187185     20.70     21.87
3836.04/960.39	c  N dy 12458   3322686        70      6230         0    106510     43610   1617920     20.70     22.73
3871.57/969.28	c  N dy 12553   3343237        70      6230         0    124989     43610   2072021     20.70     21.83
3913.11/979.61	c  N dy 12607   3364570        70      6230         0     72305     43610    775134     20.70     21.84
3934.69/985.07	c  N dy 12648   3384650        70      6230         0     90298     43610   1206445     20.70     23.04
3968.63/993.51	c  N dy 12761   3405680        70      6230         0    109267     43610   1675126     20.70     21.83
4006.19/1002.90	c  N dy 12873   3425892        70      6230         0    127479     43610   2126217     20.71     21.80
4055.34/1015.28	c  N dy 12988   3446400        70      6230         0     73162     43610    782665     20.71     21.89
4096.07/1025.45	c  N dy 13078   3481919        70      6230         0    104886     43610   1547939     20.71     21.89
4128.42/1033.58	c  N dy 13161   3502002        70      6230         0    122937     43610   1990863     20.71     21.90
4166.77/1043.19	c  N dy 13221   3522210        70      6230         0    140983     43610   2427819     20.71     21.80
4199.53/1051.37	c  N dy 13297   3542240        70      6230         0     85461     43610   1072766     20.71     23.08
4229.89/1058.99	c  N dy 13418   3562552        70      6230         0    103777     43610   1527886     20.72     21.86
4268.23/1068.56	c  N dy 13448   3588482        70      6230         0    126930     43610   2073529     20.71     21.93
4447.59/1113.41	c  N dy 13550   3712416        70      6230         0     87626     43610   1088279     20.64     18.14
4447.59/1113.41	c  S st 13550   3712416        70      6230         0     87626     43610   1088279     20.64     18.14
4448.39/1113.65	c  S st 13550   3712918        70      6230         0     88082     43610   1099864     20.64   no data
4448.39/1113.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4448.79/1113.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4448.79/1113.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4448.79/1113.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4448.79/1113.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4448.79/1113.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
4448.79/1113.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4448.79/1113.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4448.79/1113.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4464.77/1117.76	c lits-rem:       441  cl-subs:     4106  v-elim:      0  v-fix:    0  time:  4.01 s
4464.77/1117.76	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4464.77/1117.78	c vivif2 --  cl tried    83976 cl shrink        0 lits rem          0 time: 0.02
4466.37/1118.10	c asymm  cl-useful: 0/796/6230 lits-rem:0 time: 0.32
4466.37/1118.10	c calculated reachability. Time: 0.00
4466.37/1118.10	c  N dy 13550   3712918        70      6230         0     83976     43610   1015450     20.64   no data
4496.32/1125.66	c  N dy 13670   3732965        70      6230         0    102065     43610   1461530     20.64     22.62
4529.08/1133.82	c  F st 13772   3751566        70      6230         0    118811     43610   1873904     20.65   no data
4532.68/1134.74	c  N st 13776   3753597        70      6230         0    120630     43610   1919559     20.65   no data
4579.81/1146.54	c  N dy 13877   3773606        70      6230         0    138626     43610   2365637     20.65     22.05
4609.77/1154.07	c  N dy 13884   3793620        70      6230         0     80669     43610    918515     20.64     23.04
4637.33/1160.98	c  N dy 13985   3813892        70      6230         0     98930     43610   1368127     20.65     21.76
4674.48/1170.23	c  N dy 14097   3835060        70      6230         0    118023     43610   1837667     20.65     21.83
4714.03/1180.10	c  N dy 14190   3855078        70      6230         0    136108     43610   2282631     20.66     21.77
4756.78/1190.89	c  N dy 14244   3875082        70      6230         0    154049     43610   2717397     20.66     22.34
4781.94/1197.16	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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173986-1304075120/watcher-3173986-1304075120 -o /tmp/evaluation-result-3173986-1304075120/solver-3173986-1304075120 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173986-1304075120.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: 6.44 7.73 7.81 5/180 26391
/proc/meminfo: memFree=17455204/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=216076 CPUtime=0.01 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 788 0 0 0 1 0 0 0 23 0 4 0 597742778 221261824 713 33554432000 4194304 4627427 140733411926896 18446744073709551615 4506933 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 54019 714 338 106 0 48990 0
[pid=26391/tid=26392] ppid=26389 vsize=216076 CPUtime=0 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 89 0 0 0 0 0 0 0 24 0 4 0 597742778 221261824 718 33554432000 4194304 4627427 140733411926896 18446744073709551615 4507248 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=216076 CPUtime=0 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 70 0 0 0 0 0 0 0 24 0 4 0 597742778 221261824 720 33554432000 4194304 4627427 140733411926896 18446744073709551615 215988697582 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=216076 CPUtime=0 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 106 0 0 0 0 0 0 0 24 0 4 0 597742778 221261824 721 33554432000 4194304 4627427 140733411926896 18446744073709551615 215988697631 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0802351 s]
/proc/loadavg: 6.44 7.73 7.81 5/180 26391
/proc/meminfo: memFree=17455204/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=216324 CPUtime=0.3 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 1386 0 0 0 30 0 0 0 23 0 4 0 597742778 221515776 1311 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309340 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 54081 1311 364 106 0 49052 0
[pid=26391/tid=26392] ppid=26389 vsize=216324 CPUtime=0.07 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 197 0 0 0 7 0 0 0 24 0 4 0 597742778 221515776 1311 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=216324 CPUtime=0.07 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 186 0 0 0 7 0 0 0 24 0 4 0 597742778 221515776 1311 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=216324 CPUtime=0.07 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 345 0 0 0 7 0 0 0 24 0 4 0 597742778 221515776 1311 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 216324

[startup+0.100232 s]
/proc/loadavg: 6.44 7.73 7.81 5/180 26391
/proc/meminfo: memFree=17455204/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=216324 CPUtime=0.38 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 1413 0 0 0 38 0 0 0 23 0 4 0 597742778 221515776 1338 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 54081 1338 364 106 0 49052 0
[pid=26391/tid=26392] ppid=26389 vsize=216324 CPUtime=0.09 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 198 0 0 0 9 0 0 0 24 0 4 0 597742778 221515776 1338 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=216324 CPUtime=0.09 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 187 0 0 0 9 0 0 0 24 0 4 0 597742778 221515776 1338 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=216324 CPUtime=0.09 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 368 0 0 0 9 0 0 0 24 0 4 0 597742778 221515776 1338 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 216324

[startup+0.300198 s]
/proc/loadavg: 6.44 7.73 7.81 5/180 26391
/proc/meminfo: memFree=17455204/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=218740 CPUtime=1.18 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 3499 0 0 0 118 0 0 0 23 0 4 0 597742778 223989760 3081 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 54685 3081 384 106 0 49656 0
[pid=26391/tid=26392] ppid=26389 vsize=218740 CPUtime=0.29 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 786 0 0 0 29 0 0 0 25 0 4 0 597742778 223989760 3081 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=218740 CPUtime=0.29 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 772 0 0 0 29 0 0 0 25 0 4 0 597742778 223989760 3081 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=218740 CPUtime=0.29 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 667 0 0 0 29 0 0 0 25 0 4 0 597742778 223989760 3081 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 218740

[startup+0.701129 s]
/proc/loadavg: 6.44 7.73 7.81 5/180 26391
/proc/meminfo: memFree=17455204/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=221120 CPUtime=2.79 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 5794 0 0 0 278 1 0 0 25 0 4 0 597742778 226426880 3472 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 55280 3472 384 106 0 50251 0
[pid=26391/tid=26392] ppid=26389 vsize=221120 CPUtime=0.69 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 1363 0 0 0 69 0 0 0 25 0 4 0 597742778 226426880 3472 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=221120 CPUtime=0.69 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 1319 0 0 0 69 0 0 0 25 0 4 0 597742778 226426880 3472 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=221120 CPUtime=0.69 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 1277 0 0 0 69 0 0 0 25 0 4 0 597742778 226426880 3472 33554432000 4194304 4627427 140733411926896 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 221120

[startup+1.50099 s]
/proc/loadavg: 6.44 7.73 7.81 10/184 26395
/proc/meminfo: memFree=17432728/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=222184 CPUtime=5.97 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 10303 0 0 0 596 1 0 0 25 0 4 0 597742778 227516416 5597 33554432000 4194304 4627427 140733411926896 18446744073709551615 4420268 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 55546 5597 388 106 0 50517 0
[pid=26391/tid=26392] ppid=26389 vsize=222184 CPUtime=1.49 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 2222 0 0 0 149 0 0 0 25 0 4 0 597742778 227516416 5597 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=222184 CPUtime=1.48 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 2205 0 0 0 148 0 0 0 25 0 4 0 597742778 227516416 5597 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=222184 CPUtime=1.49 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 1969 0 0 0 149 0 0 0 25 0 4 0 597742778 227516416 5597 33554432000 4194304 4627427 140733411926896 18446744073709551615 4338468 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 222184

[startup+3.10071 s]
/proc/loadavg: 6.44 7.73 7.81 10/184 26395
/proc/meminfo: memFree=17409544/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=238956 CPUtime=12.37 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 18509 0 0 0 1234 3 0 0 25 0 4 0 597742778 244690944 10604 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 59739 10604 388 106 0 54710 0
[pid=26391/tid=26392] ppid=26389 vsize=238956 CPUtime=3.09 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 4258 0 0 0 309 0 0 0 25 0 4 0 597742778 244690944 10604 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=238956 CPUtime=3.07 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 4798 0 0 0 307 0 0 0 25 0 4 0 597742778 244690944 10604 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=238956 CPUtime=3.08 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 4638 0 0 0 308 0 0 0 25 0 4 0 597742778 244690944 10604 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 238956

[startup+6.30115 s]
/proc/loadavg: 6.64 7.75 7.82 10/184 26395
/proc/meminfo: memFree=17359184/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=232384 CPUtime=25.15 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 28548 0 0 0 2510 5 0 0 25 0 4 0 597742778 237961216 13583 33554432000 4194304 4627427 140733411926896 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 58096 13583 388 106 0 53067 0
[pid=26391/tid=26392] ppid=26389 vsize=232384 CPUtime=6.29 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 7435 0 0 0 628 1 0 0 25 0 4 0 597742778 237961216 13583 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309085 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=232384 CPUtime=6.26 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 7461 0 0 0 625 1 0 0 25 0 4 0 597742778 237961216 13583 33554432000 4194304 4627427 140733411926896 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=232384 CPUtime=6.28 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 6805 0 0 0 627 1 0 0 25 0 4 0 597742778 237961216 13583 33554432000 4194304 4627427 140733411926896 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 232384

[startup+12.701 s]
/proc/loadavg: 6.75 7.76 7.82 10/184 26395
/proc/meminfo: memFree=17300560/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=247024 CPUtime=50.72 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 42987 0 0 0 5064 8 0 0 25 0 4 0 597742778 252952576 17833 33554432000 4194304 4627427 140733411926896 18446744073709551615 4419958 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 61756 17833 388 106 0 56727 0
[pid=26391/tid=26392] ppid=26389 vsize=247024 CPUtime=12.68 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 11093 0 0 0 1267 1 0 0 25 0 4 0 597742778 252952576 17833 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=247024 CPUtime=12.63 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 9671 0 0 0 1262 1 0 0 25 0 4 0 597742778 252952576 17833 33554432000 4194304 4627427 140733411926896 18446744073709551615 4324205 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=247024 CPUtime=12.69 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 10637 0 0 0 1267 2 0 0 25 0 4 0 597742778 252952576 17833 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 247024

[startup+25.5008 s]
/proc/loadavg: 7.03 7.77 7.82 10/184 26395
/proc/meminfo: memFree=17251956/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=233900 CPUtime=101.84 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 65765 0 0 0 10171 13 0 0 25 0 4 0 597742778 239513600 22903 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 58475 22903 388 106 0 53446 0
[pid=26391/tid=26392] ppid=26389 vsize=233900 CPUtime=25.49 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 17693 0 0 0 2546 3 0 0 25 0 4 0 597742778 239513600 22903 33554432000 4194304 4627427 140733411926896 18446744073709551615 4306238 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=233900 CPUtime=25.36 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 15819 0 0 0 2533 3 0 0 25 0 4 0 597742778 239513600 22903 33554432000 4194304 4627427 140733411926896 18446744073709551615 4333188 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=233900 CPUtime=25.48 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 15841 0 0 0 2545 3 0 0 25 0 4 0 597742778 239513600 22903 33554432000 4194304 4627427 140733411926896 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 233900

[startup+51.1003 s]
/proc/loadavg: 7.36 7.79 7.82 10/184 26396
/proc/meminfo: memFree=17215492/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=247516 CPUtime=204.11 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 97500 0 0 0 20390 21 0 0 25 0 4 0 597742778 253456384 27818 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 61879 27818 388 106 0 56850 0
[pid=26391/tid=26392] ppid=26389 vsize=247516 CPUtime=51.08 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 26206 0 0 0 5104 4 0 0 25 0 4 0 597742778 253456384 27818 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=247516 CPUtime=50.81 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 23545 0 0 0 5076 5 0 0 25 0 4 0 597742778 253456384 27818 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=247516 CPUtime=51.08 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 23465 0 0 0 5103 5 0 0 25 0 4 0 597742778 253456384 27818 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 247516

[startup+102.306 s]
/proc/loadavg: 7.76 7.83 7.83 10/184 26397
/proc/meminfo: memFree=17143820/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=270344 CPUtime=408.65 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 142506 0 0 0 40828 37 0 0 25 0 4 0 597742778 276832256 31456 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 67586 31456 388 106 0 62557 0
[pid=26391/tid=26392] ppid=26389 vsize=270344 CPUtime=102.3 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 37461 0 0 0 10221 9 0 0 25 0 4 0 597742778 276832256 31456 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=270344 CPUtime=101.74 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 36201 0 0 0 10165 9 0 0 25 0 4 0 597742778 276832256 31456 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=270344 CPUtime=102.29 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 35546 0 0 0 10219 10 0 0 25 0 4 0 597742778 276832256 31456 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 270344

[startup+162.301 s]

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

[pid=26391] ppid=26389 vsize=490408 CPUtime=2805.4 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 457793 0 0 0 280370 170 0 0 25 0 4 0 597742778 502177792 74017 33554432000 4194304 4627427 140733411926896 18446744073709551615 4420151 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 122602 74017 388 106 0 117573 0
[pid=26391/tid=26392] ppid=26389 vsize=490408 CPUtime=702.3 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 117648 0 0 0 70188 42 0 0 25 0 4 0 597742778 502177792 74017 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=490408 CPUtime=698.47 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 109813 0 0 0 69806 41 0 0 25 0 4 0 597742778 502177792 74017 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=490408 CPUtime=702.28 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 115864 0 0 0 70184 44 0 0 25 0 4 0 597742778 502177792 74017 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.4
Current children cumulated vsize (KiB) 490408

[startup+762.307 s]
/proc/loadavg: 8.17 8.10 7.96 10/184 26415
/proc/meminfo: memFree=16752780/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=460208 CPUtime=3045.11 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 473904 0 0 0 304330 181 0 0 25 0 4 0 597742778 471252992 71368 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 115052 71368 388 106 0 110023 0
[pid=26391/tid=26392] ppid=26389 vsize=460208 CPUtime=762.31 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 122037 0 0 0 76187 44 0 0 25 0 4 0 597742778 471252992 71368 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=460208 CPUtime=758.16 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 114872 0 0 0 75771 45 0 0 25 0 4 0 597742778 471252992 71368 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=460208 CPUtime=762.3 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 118700 0 0 0 76183 47 0 0 25 0 4 0 597742778 471252992 71368 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.11
Current children cumulated vsize (KiB) 460208

[startup+822.3 s]
/proc/loadavg: 8.16 8.11 7.97 10/184 26417
/proc/meminfo: memFree=16735908/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=499480 CPUtime=3284.76 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 494565 0 0 0 328285 191 0 0 25 0 4 0 597742778 511467520 78198 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 124870 78198 388 106 0 119841 0
[pid=26391/tid=26392] ppid=26389 vsize=499480 CPUtime=822.3 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 125218 0 0 0 82185 45 0 0 25 0 4 0 597742778 511467520 78198 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=499480 CPUtime=817.82 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 120669 0 0 0 81735 47 0 0 25 0 4 0 597742778 511467520 78198 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=499480 CPUtime=822.29 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 124683 0 0 0 82179 50 0 0 25 0 4 0 597742778 511467520 78198 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.76
Current children cumulated vsize (KiB) 499480

[startup+882.301 s]
/proc/loadavg: 8.14 8.12 7.98 10/184 26418
/proc/meminfo: memFree=16699304/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=462292 CPUtime=3524.44 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 513056 0 0 0 352245 199 0 0 25 0 4 0 597742778 473387008 77195 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 115573 77195 388 106 0 110544 0
[pid=26391/tid=26392] ppid=26389 vsize=462292 CPUtime=882.3 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 130937 0 0 0 88183 47 0 0 25 0 4 0 597742778 473387008 77195 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=462292 CPUtime=877.5 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 126794 0 0 0 87700 50 0 0 25 0 4 0 597742778 473387008 77195 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=462292 CPUtime=882.29 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 125617 0 0 0 88178 51 0 0 25 0 4 0 597742778 473387008 77195 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.44
Current children cumulated vsize (KiB) 462292

[startup+942.3 s]
/proc/loadavg: 8.13 8.12 7.99 10/184 26420
/proc/meminfo: memFree=16657012/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=501472 CPUtime=3764.11 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 531148 0 0 0 376203 208 0 0 25 0 4 0 597742778 513507328 80612 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 125368 80612 388 106 0 120339 0
[pid=26391/tid=26392] ppid=26389 vsize=501472 CPUtime=942.3 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 133575 0 0 0 94182 48 0 0 25 0 4 0 597742778 513507328 80612 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=501472 CPUtime=937.18 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 132312 0 0 0 93664 54 0 0 25 0 4 0 597742778 513507328 80612 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=501472 CPUtime=942.29 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 130932 0 0 0 94176 53 0 0 25 0 4 0 597742778 513507328 80612 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.11
Current children cumulated vsize (KiB) 501472

[startup+1002.3 s]
/proc/loadavg: 8.12 8.13 8.00 10/184 26421
/proc/meminfo: memFree=16654628/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=475572 CPUtime=4003.78 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 552008 0 0 0 400160 218 0 0 25 0 4 0 597742778 486985728 83452 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 118893 83452 388 106 0 113864 0
[pid=26391/tid=26392] ppid=26389 vsize=475572 CPUtime=1002.31 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 139146 0 0 0 100180 51 0 0 25 0 4 0 597742778 486985728 83452 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=475572 CPUtime=996.85 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 136306 0 0 0 99628 57 0 0 25 0 4 0 597742778 486985728 83452 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=475572 CPUtime=1002.29 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 136625 0 0 0 100174 55 0 0 25 0 4 0 597742778 486985728 83452 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 475572

[startup+1062.3 s]
/proc/loadavg: 8.11 8.13 8.01 10/184 26423
/proc/meminfo: memFree=16674824/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=489060 CPUtime=4243.47 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 569606 0 0 0 424120 227 0 0 25 0 4 0 597742778 500797440 82966 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 122265 82966 388 106 0 117236 0
[pid=26391/tid=26392] ppid=26389 vsize=489060 CPUtime=1062.31 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 141598 0 0 0 106179 52 0 0 25 0 4 0 597742778 500797440 82966 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=489060 CPUtime=1056.53 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 141719 0 0 0 105593 60 0 0 25 0 4 0 597742778 500797440 82966 33554432000 4194304 4627427 140733411926896 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=489060 CPUtime=1062.29 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 140721 0 0 0 106172 57 0 0 25 0 4 0 597742778 500797440 82966 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.47
Current children cumulated vsize (KiB) 489060

[startup+1122.3 s]
/proc/loadavg: 8.23 8.15 8.02 10/184 26425
/proc/meminfo: memFree=16659284/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=489264 CPUtime=4483.14 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 587822 0 0 0 448077 237 0 0 25 0 4 0 597742778 501006336 82215 33554432000 4194304 4627427 140733411926896 18446744073709551615 4310133 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 122316 82215 388 106 0 117287 0
[pid=26391/tid=26392] ppid=26389 vsize=489264 CPUtime=1122.31 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 146193 0 0 0 112177 54 0 0 25 0 4 0 597742778 501006336 82215 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=489264 CPUtime=1116.2 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 146100 0 0 0 111558 62 0 0 25 0 4 0 597742778 501006336 82215 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=489264 CPUtime=1122.29 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 143648 0 0 0 112170 59 0 0 25 0 4 0 597742778 501006336 82215 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.14
Current children cumulated vsize (KiB) 489264

[startup+1182.3 s]
/proc/loadavg: 8.16 8.14 8.02 10/184 26426
/proc/meminfo: memFree=16659636/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=476128 CPUtime=4722.82 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 607749 0 0 0 472031 251 0 0 25 0 4 0 597742778 487555072 79920 33554432000 4194304 4627427 140733411926896 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 119032 79920 388 106 0 114003 0
[pid=26391/tid=26392] ppid=26389 vsize=476128 CPUtime=1182.31 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 151498 0 0 0 118174 57 0 0 25 0 4 0 597742778 487555072 79920 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=476128 CPUtime=1175.87 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 151413 0 0 0 117522 65 0 0 25 0 4 0 597742778 487555072 79920 33554432000 4194304 4627427 140733411926896 18446744073709551615 4420136 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=476128 CPUtime=1182.29 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 148646 0 0 0 118166 63 0 0 25 0 4 0 597742778 487555072 79920 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.82
Current children cumulated vsize (KiB) 476128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.13 8.01 6/183 26428
/proc/meminfo: memFree=16734264/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=476204 CPUtime=4800.33 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 613145 0 0 0 479779 254 0 0 25 0 4 0 597742778 487632896 82140 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 119051 82140 388 106 0 114022 0
[pid=26391/tid=26392] ppid=26389 vsize=476204 CPUtime=1201.72 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 152566 0 0 0 120114 58 0 0 25 0 4 0 597742778 487632896 82140 33554432000 4194304 4627427 140733411926896 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=476204 CPUtime=1195.16 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 152351 0 0 0 119450 66 0 0 25 0 4 0 597742778 487632896 82140 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=476204 CPUtime=1201.69 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 149797 0 0 0 120106 63 0 0 25 0 4 0 597742778 487632896 82140 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 476204

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

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

[startup+1201.7 s]
/proc/loadavg: 8.11 8.13 8.01 6/183 26428
/proc/meminfo: memFree=16734264/32950940 swapFree=67111528/67111528
[pid=26391] ppid=26389 vsize=476204 CPUtime=4800.33 cores=1,3,5,7
/proc/26391/stat : 26391 (strangenight2-m) R 26389 26391 25837 0 -1 4202496 613145 0 0 0 479779 254 0 0 25 0 4 0 597742778 487632896 82140 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26391/statm: 119051 82140 388 106 0 114022 0
[pid=26391/tid=26392] ppid=26389 vsize=476204 CPUtime=1201.72 cores=1,3,5,7
/proc/26391/task/26392/stat : 26392 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 152566 0 0 0 120114 58 0 0 25 0 4 0 597742778 487632896 82140 33554432000 4194304 4627427 140733411926896 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26391/tid=26393] ppid=26389 vsize=476204 CPUtime=1195.16 cores=1,3,5,7
/proc/26391/task/26393/stat : 26393 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 152351 0 0 0 119450 66 0 0 25 0 4 0 597742778 487632896 82140 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26391/tid=26394] ppid=26389 vsize=476204 CPUtime=1201.69 cores=1,3,5,7
/proc/26391/task/26394/stat : 26394 (strangenight2-m) R 26389 26391 25837 0 -1 4202560 149797 0 0 0 120106 63 0 0 25 0 4 0 597742778 487632896 82140 33554432000 4194304 4627427 140733411926896 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 476204

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.38
CPU user time (s): 4797.82
CPU system time (s): 2.56061
CPU usage (%): 399.457
Max. virtual memory (cumulated for all children) (KiB): 541352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.82
system time used= 2.56061
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 613146
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= 668
involuntary context switches= 19745

runsolver used 1.9987 second user time and 4.5793 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 13:05:20
IDJOB=3173986
IDBENCH=82804
IDSOLVER=1586
FILE ID=node117/3173986-1304075120
RUNJOBID= node117-1304075120-26369
PBS_JOBID= 13170483
Free space on /tmp= 71676 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
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-3173986-1304075120/watcher-3173986-1304075120 -o /tmp/evaluation-result-3173986-1304075120/solver-3173986-1304075120 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173986-1304075120.cnf

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

MD5SUM BENCH= 2cb285a396d74446b485c2112c34e09c
RANDOM SEED=1810195176

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17455484 kB
Buffers:       2379200 kB
Cached:       12467588 kB
SwapCached:          0 kB
Active:        8147912 kB
Inactive:      6766820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17455484 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11360 kB
Writeback:           0 kB
AnonPages:       66976 kB
Mapped:          15268 kB
Slab:           518144 kB
PageTables:       4692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   274936 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= 71672 MiB
End job on node117 at 2011-04-29 13:25:24