Trace number 3366355

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.26 1203.45

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S239039906-021.SATISFIABLE.cnf
MD5SUM3d0491523e951b9423a05375c0461833
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.104983
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

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-3366355-1305402299.cnf'
0.00/0.00	c -- header says num vars:             60
0.00/0.00	c -- header says num clauses:        5340
0.00/0.00	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.00	c -- vars added         60
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.42/0.12	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
0.42/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.42/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.42/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.42/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.42/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.42/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.42/0.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.42/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.42/0.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.42/0.14	c calculated reachability. Time: 0.00
0.42/0.14	c Calc default polars -  time:   0.00 s pos:      19 undec:       0 neg:      41
0.42/0.14	c =========================================================================================
0.42/0.14	c types(t): F = full restart, N = normal restart
0.42/0.14	c types(t): S = simplification begin/end, E = solution found
0.42/0.14	c restart types(rt): st = static, dy = dynamic
0.42/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.42/0.14	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
0.77/0.24	c  N dy    15      4012        60      5340         0      3561     37380     77400     18.82     20.48
1.57/0.41	c  N dy    19      9184        60      5340         0      5944     37380    120642     18.03     19.08
1.97/0.59	c  N dy    30     13591        60      5340         0      6077     37380    116138     18.12     19.09
2.77/0.76	c  N dy    39     17634        60      5340         0      9690     37380    192646     18.08     20.48
3.56/0.95	c  N dy    44     22473        60      5340         0      8975     37380    167308     17.93     18.97
3.96/1.07	c  F st    47     25000        60      5340         0     11227     37380    213636     17.84   no data
4.40/1.17	c  N st    51     27033        60      5340         0      6978     37380    117999     17.84   no data
4.81/1.30	c  S st    53     30002        60      5340         0      9613     37380    174071     17.84   no data
5.15/1.33	c  S st    53     30506        60      5340         0     10070     37380    184347     17.84   no data
5.15/1.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.15/1.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.15/1.33	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.15/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.15/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.15/1.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.15/1.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.15/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.95/1.53	c lits-rem:       141  cl-subs:      988  v-elim:      0  v-fix:    0  time:  0.19 s
6.74/1.75	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.23
6.74/1.75	c calculated reachability. Time: 0.00
6.74/1.75	c  N dy    53     30506        60      5340         0      9082     37380    163236     17.84   no data
7.54/1.97	c  N dy    79     34545        60      5340         0     12671     37380    240341     18.01     19.13
8.77/2.23	c  N dy    94     39751        60      5340         0     10303     37380    174985     17.95     19.00
9.94/2.58	c  N dy   122     45761        60      5340         0     15648     37380    290053     18.06     15.81
9.94/2.58	c  S st   122     45761        60      5340         0     15648     37380    290053     18.06     15.81
10.34/2.63	c  S st   122     46262        60      5340         0      8181     37380    125437     18.06   no data
10.34/2.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.34/2.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.34/2.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.34/2.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.34/2.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.34/2.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.34/2.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.34/2.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.67	c lits-rem:        11  cl-subs:       48  v-elim:      0  v-fix:    0  time:  0.03 s
10.34/2.67	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.34/2.67	c vivif2 --  cl tried     8133 cl shrink        0 lits rem          0 time: 0.00
11.14/2.89	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.21
11.14/2.89	c calculated reachability. Time: 0.00
11.14/2.89	c  N dy   122     46262        60      5340         0      8133     37380    124326     18.06   no data
12.73/3.27	c  N dy   127     53789        60      5340         0     14774     37380    261750     17.92     18.88
15.92/4.09	c  N dy   150     67813        60      5340         0     18304     37380    317200     17.62     18.58
16.72/4.22	c  S st   156     69394        60      5340         0     10014     37380    146417     17.63   no data
16.72/4.26	c  S st   156     69894        60      5340         0     10470     37380    156258     17.63   no data
16.72/4.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.72/4.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.72/4.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.72/4.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.72/4.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.72/4.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
16.72/4.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.72/4.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.72/4.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.12/4.33	c lits-rem:        23  cl-subs:      185  v-elim:      0  v-fix:    0  time:  0.06 s
17.12/4.33	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.12/4.34	c vivif2 --  cl tried    10285 cl shrink        0 lits rem          0 time: 0.00
18.31/4.60	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.26
18.31/4.60	c calculated reachability. Time: 0.00
18.31/4.60	c  N dy   156     69894        60      5340         0     10285     37380    152202     17.63   no data
19.10/4.85	c  N dy   179     74416        60      5340         0     14289     37380    236093     17.67     18.68
20.30/5.19	c  N dy   203     79303        60      5340         0     18706     37380    330411     17.73     18.67
21.94/5.57	c  N dy   230     84451        60      5340         0     12638     37380    189590     17.77     18.73
22.70/5.76	c  F st   249     87500        60      5340         0     15350     37380    247752     17.81     15.99
23.50/5.97	c  N st   254     90796        60      5340         0     18273     37380    309978     17.81   no data
25.50/6.48	c  N dy   275     97198        60      5340         0     12404     37380    175327     17.84     18.82
27.08/6.89	c  N dy   303    103439        60      5340         0     17958     37380    291382     17.86     21.32
27.88/7.00	c  S st   315    104844        60      5340         0     19221     37380    318743     17.88   no data
27.88/7.06	c  S st   315    105349        60      5340         0     19686     37380    329028     17.88   no data
27.88/7.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.88/7.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.88/7.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.88/7.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.88/7.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.88/7.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.88/7.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.88/7.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.88/7.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.89/7.51	c lits-rem:       220  cl-subs:     2037  v-elim:      0  v-fix:    0  time:  0.43 s
29.89/7.51	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.89/7.51	c vivif2 --  cl tried    17649 cl shrink        0 lits rem          0 time: 0.00
31.13/7.86	c asymm  cl-useful: 0/4936/5340 lits-rem:0 time: 0.35
31.13/7.86	c calculated reachability. Time: 0.00
31.13/7.86	c  N dy   315    105349        60      5340         0     17649     37380    285988     17.88   no data
33.47/8.46	c  N dy   355    112135        60      5340         0     23719     37380    417024     17.95     20.52
36.66/9.21	c  N dy   402    121999        60      5340         0     20152     37380    331580     18.00     18.96
39.48/9.93	c  N dy   435    129877        60      5340         0     13862     37380    187547     18.03     19.03
41.85/10.52	c  N dy   472    138218        60      5340         0     21271     37380    346888     18.08     19.09
45.04/11.35	c  N dy   496    147596        60      5340         0     15391     37380    208537     18.08     19.12
48.27/12.17	c  N dy   535    158024        60      5340         0     24636     37380    404229     18.09     16.91
48.27/12.17	c  S st   535    158024        60      5340         0     24636     37380    404229     18.09     16.91
48.67/12.23	c  S st   535    158529        60      5340         0     25092     37380    414085     18.09   no data
48.67/12.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.67/12.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
48.67/12.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.67/12.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.67/12.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.67/12.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
48.67/12.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.67/12.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
48.67/12.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.42/12.94	c lits-rem:       285  cl-subs:     2707  v-elim:      0  v-fix:    0  time:  0.68 s
51.42/12.94	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
51.42/12.95	c vivif2 --  cl tried    22385 cl shrink        0 lits rem          0 time: 0.00
53.05/13.31	c asymm  cl-useful: 0/4158/5340 lits-rem:0 time: 0.36
53.05/13.31	c calculated reachability. Time: 0.00
53.05/13.31	c  N dy   535    158529        60      5340         0     22385     37380    356861     18.09   no data
57.44/14.49	c  N dy   570    172230        60      5340         0     19604     37380    285869     18.06     19.04
67.77/17.00	c  N dy   595    202110        60      5340         0     29968     37380    480267     17.79     18.78
72.56/18.26	c  N dy   684    215045        60      5340         0     24842     37380    387230     17.88     21.83
80.14/20.10	c  N dy   739    232348        60      5340         0     22459     37380    317836     17.88     18.91
81.74/20.55	c  S st   751    237794        60      5340         0     27276     37380    418096     17.87     17.72
82.14/20.62	c  S st   751    238300        60      5340         0     27739     37380    428374     17.87   no data
82.14/20.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.14/20.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
82.14/20.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.14/20.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.14/20.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.14/20.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
82.14/20.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.14/20.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
82.14/20.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.32/21.45	c lits-rem:       289  cl-subs:     2842  v-elim:      0  v-fix:    0  time:  0.80 s
85.32/21.45	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
85.32/21.45	c vivif2 --  cl tried    24897 cl shrink        0 lits rem          0 time: 0.00
85.72/21.58	c asymm  cl-useful: 0/1182/5340 lits-rem:0 time: 0.13
85.72/21.59	c calculated reachability. Time: 0.00
85.72/21.59	c  N dy   751    238300        60      5340         0     24897     37380    371724     17.87   no data
93.70/23.58	c  N dy   797    257713        60      5340         0     23606     37380    328278     17.84     18.82
101.67/25.57	c  N dy   913    274184        60      5340         0     38282     37380    646023     17.92     18.87
110.10/27.63	c  N dy   977    295147        60      5340         0     37494     37380    616759     17.93     18.93
114.84/28.87	c  F st  1026    306250        60      5340         0     26945     37380    381160     17.94     16.84
118.05/29.70	c  N dy  1056    314075        60      5340         0     33887     37380    532085     17.95     19.03
127.24/31.99	c  N dy  1142    334159        60      5340         0     30443     37380    449536     17.98     19.29
138.38/34.71	c  N dy  1219    357450        60      5340         0     28922     37380    404961     17.98     17.37
138.38/34.71	c  S st  1219    357450        60      5340         0     28922     37380    404961     17.98     17.37
138.38/34.78	c  S st  1219    357954        60      5340         0     29379     37380    415278     17.98   no data
138.38/34.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.38/34.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
138.38/34.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.38/34.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.38/34.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.38/34.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
138.38/34.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.38/34.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
138.78/34.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.17/35.42	c lits-rem:       195  cl-subs:     2000  v-elim:      0  v-fix:    0  time:  0.61 s
141.17/35.42	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
141.17/35.42	c vivif2 --  cl tried    27379 cl shrink        0 lits rem          0 time: 0.00
142.37/35.80	c asymm  cl-useful: 0/3594/5340 lits-rem:0 time: 0.37
142.77/35.80	c calculated reachability. Time: 0.00
142.77/35.80	c  N dy  1219    357954        60      5340         0     27379     37380    373772     17.98   no data
153.58/38.53	c  N dy  1298    379029        60      5340         0     23154     37380    275881     17.99     19.03
166.31/41.70	c  N dy  1303    409871        60      5340         0     26327     37380    326302     17.82     18.96
177.47/44.56	c  N dy  1394    429935        60      5340         0     44089     37380    701937     17.83     20.51
189.07/47.48	c  N dy  1478    451680        60      5340         0     38781     37380    582858     17.85     18.82
202.24/50.75	c  N dy  1610    472385        60      5340         0     31529     37380    418388     17.90     18.88
213.37/53.50	c  N dy  1642    494510        60      5340         0     50877     37380    813176     17.85     18.87
224.53/56.38	c  N dy  1756    514879        60      5340         0     42568     37380    649118     17.88     18.82
235.71/59.14	c  N dy  1791    536932        60      5340         0     34612     37380    459729     17.83     15.58
235.71/59.14	c  S st  1791    536932        60      5340         0     34612     37380    459729     17.83     15.58
236.11/59.24	c  S st  1791    537436        60      5340         0     35064     37380    469798     17.83   no data
236.11/59.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
236.11/59.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
236.11/59.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
236.11/59.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
236.11/59.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
236.11/59.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
236.11/59.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
236.11/59.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
236.11/59.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.69/60.18	c lits-rem:       283  cl-subs:     2261  v-elim:      0  v-fix:    0  time:  0.91 s
239.69/60.19	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
239.69/60.19	c vivif2 --  cl tried    32803 cl shrink        0 lits rem          0 time: 0.01
240.89/60.45	c asymm  cl-useful: 0/1746/5340 lits-rem:0 time: 0.26
240.89/60.45	c calculated reachability. Time: 0.00
240.89/60.45	c  N dy  1791    537436        60      5340         0     32803     37380    427950     17.83   no data
254.06/63.80	c  N dy  1819    561400        60      5340         0     53881     37380    858431     17.79     18.82
265.23/66.52	c  N dy  1878    581461        60      5340         0     43516     37380    644445     17.79     19.58
279.19/70.07	c  N dy  2001    601484        60      5340         0     32136     37380    395788     17.83     19.21
291.56/73.16	c  N dy  2126    621503        60      5340         0     49931     37380    778164     17.86     20.97
306.32/76.86	c  N dy  2249    641592        60      5340         0     37704     37380    501262     17.89     19.82
319.89/80.24	c  N dy  2340    661669        60      5340         0     55426     37380    875547     17.90     20.65
331.85/83.21	c  N dy  2392    681750        60      5340         0     42098     37380    580966     17.89     18.94
350.20/87.80	c  N dy  2530    704201        60      5340         0     62046     37380   1011603     17.92     18.91
364.59/91.42	c  N dy  2671    725130        60      5340         0     48771     37380    723236     17.95     18.91
378.51/94.97	c  N dy  2707    745321        60      5340         0     33822     37380    388163     17.93     18.95
392.08/98.33	c  N dy  2859    765331        60      5340         0     51664     37380    777127     17.97     19.76
408.07/102.35	c  N dy  2923    786724        60      5340         0     36937     37380    440332     17.96     19.01
420.40/105.40	c  S st  2981    806154        60      5340         0     54081     37380    801522     17.96   no data
420.80/105.56	c  S st  2981    806654        60      5340         0     54539     37380    811710     17.96   no data
420.80/105.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
420.80/105.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
420.80/105.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
420.80/105.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
420.80/105.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
420.80/105.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
420.80/105.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
420.80/105.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
421.23/105.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
433.97/108.87	c lits-rem:       643  cl-subs:     5907  v-elim:      0  v-fix:    0  time:  3.26 s
433.97/108.87	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
433.97/108.88	c vivif2 --  cl tried    48632 cl shrink        0 lits rem          0 time: 0.01
435.16/109.11	c asymm  cl-useful: 0/1215/5340 lits-rem:0 time: 0.23
435.16/109.11	c calculated reachability. Time: 0.00
435.16/109.11	c  N dy  2981    806654        60      5340         0     48632     37380    691995     17.96   no data
451.52/113.20	c  N dy  3057    826741        60      5340         0     66407     37380   1068653     17.96     19.93
466.27/116.96	c  N dy  3196    846808        60      5340         0     50028     37380    720862     17.99     18.97
485.02/121.62	c  N dy  3298    866871        60      5340         0     67804     37380   1102401     18.01     19.84
499.38/125.23	c  N dy  3398    886915        60      5340         0     50326     37380    711530     18.02     20.54
517.76/129.81	c  N dy  3506    907683        60      5340         0     68721     37380   1106910     18.04     19.13
534.09/133.93	c  N dy  3646    927779        60      5340         0     50329     37380    703638     18.07     19.03
555.62/139.34	c  N dy  3718    954481        60      5340         0     73906     37380   1203780     18.05     19.18
570.42/143.03	c  N dy  3824    974876        60      5340         0     54811     37380    786093     18.07     19.04
588.38/147.58	c  N dy  3909    994947        60      5340         0     72530     37380   1161053     18.07     19.92
602.69/151.10	c  N dy  3943   1015051        60      5340         0     52153     37380    705155     18.05     19.02
622.65/156.10	c  N dy  4092   1035087        60      5340         0     70027     37380   1095227     18.07     19.90
640.62/160.69	c  N dy  4206   1055097        60      5340         0     48875     37380    638174     18.09     20.39
653.79/163.93	c  F st  4233   1071875        60      5340         0     63580     37380    941308     18.08     17.44
656.55/164.61	c  N st  4238   1075174        60      5340         0     66502     37380   1004125     18.08   no data
675.73/169.50	c  N dy  4303   1095771        60      5340         0     44868     37380    537567     18.08     19.08
691.25/173.39	c  N dy  4392   1115805        60      5340         0     62595     37380    917940     18.09     20.12
715.63/179.43	c  N dy  4447   1142827        60      5340         0     45727     37380    543123     18.08     19.16
731.54/183.45	c  N dy  4537   1162975        60      5340         0     63593     37380    926768     18.09     19.18
757.87/190.08	c  N dy  4624   1185980        60      5340         0     42415     37380    468337     18.09     19.05
777.80/195.04	c  N dy  4710   1206190        60      5340         0     60243     37380    850136     18.10     19.10
782.58/196.22	c  S st  4724   1209983        60      5340         0     63590     37380    921226     18.10     18.73
783.38/196.47	c  S st  4724   1210485        60      5340         0     64053     37380    931535     18.10   no data
783.38/196.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
783.78/196.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
783.78/196.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
783.78/196.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
783.78/196.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
783.78/196.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
783.78/196.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
783.78/196.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
783.78/196.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
810.11/203.17	c lits-rem:       618  cl-subs:     5831  v-elim:      0  v-fix:    0  time:  6.61 s
810.11/203.17	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
810.11/203.18	c vivif2 --  cl tried    58222 cl shrink        0 lits rem          0 time: 0.01
811.74/203.54	c asymm  cl-useful: 0/884/5340 lits-rem:0 time: 0.36
811.74/203.54	c calculated reachability. Time: 0.00
811.74/203.54	c  N dy  4724   1210485        60      5340         0     58222     37380    808115     18.10   no data
832.04/208.69	c  N dy  4777   1232212        60      5340         0     77242     37380   1205594     18.09     19.07
851.64/213.59	c  N dy  4885   1252382        60      5340         0     53148     37380    694574     18.10     19.10
870.74/218.38	c  N dy  5007   1272407        60      5340         0     70969     37380   1081564     18.12     19.39
897.47/225.06	c  N dy  5146   1293755        60      5340         0     46681     37380    539283     18.14     19.15
926.23/232.23	c  N dy  5239   1330320        60      5340         0     78850     37380   1215022     18.12     19.08
948.92/237.94	c  N dy  5338   1350335        60      5340         0     52502     37380    656746     18.13     20.10
969.70/243.20	c  N dy  5418   1370389        60      5340         0     70291     37380   1039894     18.14     22.07
993.19/249.08	c  N dy  5483   1390505        60      5340         0     88064     37380   1418404     18.14     19.13
1011.95/253.78	c  N dy  5597   1410597        60      5340         0     60830     37380    830284     18.15     19.11
1048.26/262.80	c  N dy  5683   1451349        60      5340         0     50760     37380    593871     18.12     19.59
1064.21/266.80	c  N dy  5727   1471407        60      5340         0     68342     37380    962451     18.11     19.75
1090.13/273.34	c  N dy  5828   1493167        60      5340         0     87571     37380   1376521     18.12     19.11
1111.27/278.62	c  N dy  5918   1513768        60      5340         0     59091     37380    768324     18.13     19.13
1132.81/284.02	c  N dy  6033   1534315        60      5340         0     77307     37380   1164801     18.14     19.20
1157.95/290.36	c  N dy  6111   1554405        60      5340         0     95062     37380   1545401     18.14     19.14
1177.49/295.22	c  N dy  6196   1575986        60      5340         0     66389     37380    911268     18.15     19.23
1197.04/300.11	c  N dy  6210   1597159        60      5340         0     84960     37380   1295328     18.13     19.10
1221.77/306.30	c  N dy  6260   1619848        60      5340         0     56368     37380    677123     18.12     19.15
1238.92/310.63	c  N dy  6302   1639913        60      5340         0     73994     37380   1045585     18.11     20.12
1266.44/317.50	c  N dy  6403   1662264        60      5340         0     93707     37380   1472352     18.12     19.22
1289.18/323.25	c  N dy  6458   1685965        60      5340         0     65292     37380    863482     18.12     19.38
1311.52/328.88	c  N dy  6545   1706396        60      5340         0     83330     37380   1250444     18.12     19.24
1317.10/330.23	c  S st  6568   1710486        60      5340         0     86977     37380   1329936     18.12     18.35
1318.30/330.51	c  S st  6568   1710990        60      5340         0     87441     37380   1340416     18.12   no data
1318.30/330.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1318.30/330.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1318.30/330.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1318.30/330.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1318.30/330.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1318.30/330.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1318.30/330.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1318.30/330.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1318.70/330.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1406.04/352.52	c lits-rem:      1135  cl-subs:    10632  v-elim:      0  v-fix:    0  time: 21.90 s
1406.04/352.52	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1406.04/352.54	c vivif2 --  cl tried    76809 cl shrink        0 lits rem          0 time: 0.02
1408.04/353.02	c asymm  cl-useful: 0/617/5340 lits-rem:0 time: 0.48
1408.04/353.02	c calculated reachability. Time: 0.00
1408.04/353.02	c  N dy  6568   1710990        60      5340         0     76809     37380   1121452     18.12   no data
1439.57/360.98	c  N dy  6644   1731292        60      5340         0     94661     37380   1502672     18.13     19.10
1463.47/366.93	c  N dy  6729   1754761        60      5340         0     65732     37380    869585     18.13     19.14
1485.01/372.38	c  N dy  6835   1774825        60      5340         0     83504     37380   1255362     18.14     21.26
1513.33/379.47	c  N dy  6934   1794920        60      5340         0    101233     37380   1638828     18.14     19.85
1531.32/383.94	c  N dy  7014   1814950        60      5340         0     68010     37380    906075     18.15     19.35
1552.43/389.26	c  N dy  7083   1835028        60      5340         0     85656     37380   1277627     18.14     20.53
1586.73/397.88	c  N dy  7184   1855274        60      5340         0    103598     37380   1662725     18.15     19.14
1619.07/405.95	c  N dy  7258   1892075        60      5340         0     83920     37380   1208146     18.12     19.11
1655.73/415.19	c  N dy  7363   1919982        60      5340         0     55753     37380    622415     18.12     19.18
1678.07/420.71	c  N dy  7495   1941685        60      5340         0     75028     37380   1041975     18.13     19.12
1706.83/427.94	c  N dy  7639   1962197        60      5340         0     93140     37380   1437673     18.14     19.14
1735.91/435.26	c  N dy  7737   1982429        60      5340         0     57259     37380    648027     18.15     19.20
1762.25/441.80	c  N dy  7803   2011028        60      5340         0     82365     37380   1173733     18.14     19.12
1789.37/448.63	c  N dy  7871   2031054        60      5340         0    100023     37380   1548868     18.14     19.14
1815.30/455.18	c  N dy  7903   2054193        60      5340         0     65661     37380    805526     18.12     19.30
1849.20/463.66	c  N dy  8010   2085557        60      5340         0     93208     37380   1390782     18.12     19.17
1879.51/471.20	c  N dy  8046   2106754        60      5340         0     56471     37380    612397     18.11     19.16
1934.58/485.08	c  N dy  8075   2164619        60      5340         0    106515     37380   1606200     18.05     19.68
1960.50/491.51	c  N dy  8171   2185683        60      5340         0     69205     37380    877486     18.06     19.02
1990.41/499.00	c  N dy  8259   2210990        60      5340         0     91480     37380   1342928     18.05     16.50
1990.41/499.00	c  S st  8259   2210990        60      5340         0     91480     37380   1342928     18.05     16.50
1991.21/499.29	c  S st  8259   2211494        60      5340         0     91942     37380   1353424     18.05   no data
1991.21/499.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1991.61/499.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1991.61/499.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1991.61/499.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1991.61/499.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1991.61/499.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1991.61/499.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1991.61/499.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1991.61/499.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2054.61/515.15	c lits-rem:       909  cl-subs:    10918  v-elim:      0  v-fix:    0  time: 15.76 s
2054.61/515.15	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2054.61/515.17	c vivif2 --  cl tried    81024 cl shrink        0 lits rem          0 time: 0.02
2057.01/515.70	c asymm  cl-useful: 0/601/5340 lits-rem:0 time: 0.53
2057.01/515.70	c calculated reachability. Time: 0.00
2057.01/515.70	c  N dy  8259   2211494        60      5340         0     81024     37380   1134669     18.05   no data
2097.75/525.94	c  N dy  8380   2231512        60      5340         0     98734     37380   1519684     18.06     20.63
2130.41/534.11	c  N dy  8404   2260871        60      5340         0     68013     37380    827774     18.04     19.04
2156.34/540.68	c  N dy  8582   2280933        60      5340         0     85815     37380   1221579     18.05     19.14
2188.64/548.71	c  N dy  8688   2303461        60      5340         0    105730     37380   1652542     18.06     19.13
2216.56/555.70	c  N dy  8775   2323961        60      5340         0     66171     37380    795027     18.06     19.03
2240.10/561.68	c  N dy  8887   2344056        60      5340         0     83931     37380   1179320     18.07     20.39
2271.62/569.51	c  N dy  8956   2366723        60      5340         0    103902     37380   1604152     18.07     19.09
2303.14/577.45	c  N dy  9039   2387102        60      5340         0     63003     37380    715147     18.07     19.05
2325.07/583.00	c  N dy  9155   2407176        60      5340         0     80737     37380   1099654     18.08     19.65
2355.38/590.59	c  N dy  9306   2427274        60      5340         0     98491     37380   1487622     18.09     19.91
2390.09/599.23	c  N dy  9398   2447969        60      5340         0    116693     37380   1875970     18.09     19.11
2415.62/605.63	c  N dy  9500   2468055        60      5340         0     74574     37380    953945     18.10     19.78
2442.74/612.43	c  N dy  9614   2488464        60      5340         0     92641     37380   1347189     18.11     19.08
2474.26/620.33	c  N dy  9710   2508540        60      5340         0    110279     37380   1725817     18.11     19.19
2516.13/630.87	c  N dy  9829   2539231        60      5340         0     76496     37380    975664     18.11     19.12
2544.89/638.04	c  N dy  9948   2559422        60      5340         0     94363     37380   1363995     18.12     19.15
2580.41/646.94	c  N dy 10081   2579565        60      5340         0    112178     37380   1753622     18.13     19.15
2631.83/659.89	c  N dy 10133   2626629        60      5340         0     91658     37380   1276294     18.10     19.11
2664.93/668.17	c  N dy 10243   2646729        60      5340         0    109412     37380   1660197     18.11     19.25
2708.00/678.97	c  N dy 10317   2677286        60      5340         0     73817     37380    898306     18.10     19.11
2735.53/685.85	c  N dy 10424   2697656        60      5340         0     91756     37380   1285839     18.11     19.17
2758.27/691.58	c  S st 10507   2711494        60      5340         0    103943     37380   1549356     18.11   no data
2759.90/691.92	c  S st 10507   2711997        60      5340         0    104391     37380   1559268     18.11   no data
2759.90/691.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2759.90/691.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2759.90/691.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2759.90/691.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2759.90/691.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2759.90/691.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2759.90/691.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2759.90/692.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2760.31/692.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2848.79/714.23	c lits-rem:      1041  cl-subs:    11538  v-elim:      0  v-fix:    0  time: 22.19 s
2848.79/714.23	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2848.79/714.25	c vivif2 --  cl tried    92853 cl shrink        0 lits rem          0 time: 0.02
2850.79/714.77	c asymm  cl-useful: 0/498/5340 lits-rem:0 time: 0.52
2850.79/714.77	c calculated reachability. Time: 0.00
2850.79/714.77	c  N dy 10507   2711997        60      5340         0     92853     37380   1322279     18.11   no data
2887.53/723.99	c  N dy 10552   2731999        60      5340         0    110420     37380   1694153     18.11     19.97
2926.18/733.69	c  N dy 10674   2752068        60      5340         0     65490     37380    727517     18.11     21.23
2949.31/739.40	c  N dy 10779   2772084        60      5340         0     83201     37380   1111341     18.12     20.69
2980.42/747.24	c  N dy 10924   2792146        60      5340         0    100944     37380   1501123     18.13     20.15
3018.33/756.71	c  N dy 11051   2812179        60      5340         0    118659     37380   1888401     18.14     20.20
3054.26/765.72	c  N dy 11167   2832750        60      5340         0     72810     37380    866516     18.14     19.19
3079.75/772.12	c  N dy 11228   2855479        60      5340         0     92824     37380   1290562     18.14     19.24
3114.06/780.78	c  N dy 11377   2875502        60      5340         0    110505     37380   1677213     18.15     19.89
3151.95/790.21	c  N dy 11474   2895700        60      5340         0    128249     37380   2059359     18.15     19.14
3177.47/796.67	c  N dy 11565   2915772        60      5340         0     80868     37380   1031080     18.16     19.79
3205.00/803.57	c  N dy 11674   2935843        60      5340         0     98517     37380   1410744     18.16     20.26
3236.91/811.58	c  N dy 11768   2955883        60      5340         0    116124     37380   1788604     18.16     20.15
3274.81/821.07	c  N dy 11849   2976198        60      5340         0     68003     37380    743915     18.17     19.15
3301.53/827.77	c  N dy 11914   3001122        60      5340         0     89890     37380   1207496     18.16     19.14
3334.68/836.08	c  N dy 12042   3021206        60      5340         0    107720     37380   1597635     18.17     19.54
3374.92/846.18	c  N dy 12168   3041570        60      5340         0    125733     37380   1990777     18.18     19.21
3408.84/854.66	c  N dy 12266   3061790        60      5340         0     76579     37380    918841     18.18     19.24
3434.77/861.11	c  N dy 12355   3081945        60      5340         0     94272     37380   1296928     18.18     19.17
3460.30/867.55	c  N dy 12382   3102000        60      5340         0    111843     37380   1665124     18.18     19.23
3491.01/875.21	c  N dy 12417   3122033        60      5340         0    129343     37380   2029210     18.17     20.37
3522.92/883.22	c  N dy 12464   3145934        60      5340         0     82586     37380   1030360     18.17     19.22
3555.22/891.37	c  N dy 12539   3170707        60      5340         0    104348     37380   1491332     18.16     19.13
3591.53/900.49	c  N dy 12624   3190729        60      5340         0    122013     37380   1871644     18.17     19.47
3633.05/910.90	c  N dy 12708   3211362        60      5340         0     71614     37380    792041     18.17     19.13
3633.81/911.09	c  S st 12712   3211997        60      5340         0     72176     37380    804345     18.17   no data
3635.01/911.30	c  S st 12712   3212501        60      5340         0     72634     37380    814786     18.17   no data
3635.01/911.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3635.01/911.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3635.01/911.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3635.01/911.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3635.01/911.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3635.01/911.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3635.01/911.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3635.01/911.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3635.01/911.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3640.19/912.64	c lits-rem:       122  cl-subs:      998  v-elim:      0  v-fix:    0  time:  1.27 s
3640.19/912.64	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3640.19/912.66	c vivif2 --  cl tried    71636 cl shrink        0 lits rem          0 time: 0.01
3641.39/912.98	c asymm  cl-useful: 0/637/5340 lits-rem:0 time: 0.32
3641.39/912.98	c calculated reachability. Time: 0.00
3641.39/912.98	c  N dy 12712   3212501        60      5340         0     71636     37380    793519     18.17   no data
3668.15/919.62	c  N dy 12825   3232573        60      5340         0     89342     37380   1178514     18.17     19.29
3698.43/927.30	c  N dy 12912   3252589        60      5340         0    106903     37380   1559206     18.18     20.59
3739.52/937.54	c  N dy 13047   3274084        60      5340         0    125839     37380   1973452     18.18     19.16
3777.41/947.03	c  N dy 13148   3294176        60      5340         0     74112     37380    837817     18.19     20.99
3808.56/954.88	c  N dy 13254   3316983        60      5340         0     94171     37380   1271629     18.19     19.28
3846.40/964.39	c  N dy 13374   3337044        60      5340         0    111836     37380   1656383     18.20     20.48
3893.46/976.15	c  N dy 13513   3359744        60      5340         0    131889     37380   2094289     18.20     19.20
3928.16/984.82	c  N dy 13610   3379786        60      5340         0     79158     37380    939417     18.21     19.19
3952.49/990.97	c  N dy 13654   3399850        60      5340         0     96720     37380   1310017     18.21     19.23
3983.61/998.70	c  N dy 13720   3419899        60      5340         0    114383     37380   1687432     18.20     19.48
4028.33/1009.96	c  N dy 13760   3445772        60      5340         0    136833     37380   2143811     18.19     19.23
4058.64/1017.57	c  N dy 13837   3465793        60      5340         0     83351     37380   1020060     18.20     19.30
4094.50/1026.58	c  N dy 13978   3491028        60      5340         0    105639     37380   1502904     18.20     19.17
4132.79/1036.12	c  N dy 14101   3511044        60      5340         0    123267     37380   1885577     18.20     19.50
4177.11/1047.22	c  N dy 14195   3531143        60      5340         0    140987     37380   2268474     18.21     20.28
4208.99/1055.25	c  N dy 14301   3551700        60      5340         0     86974     37380   1083685     18.21     19.18
4242.10/1063.56	c  N dy 14406   3574086        60      5340         0    106681     37380   1509815     18.22     19.21
4313.53/1081.46	c  N dy 14457   3614075        60      5340         0    141528     37380   2234067     18.21     19.17
4346.21/1089.67	c  N dy 14560   3634506        60      5340         0     86701     37380   1071495     18.21     19.24
4375.32/1096.90	c  N dy 14638   3654558        60      5340         0    104277     37380   1447145     18.21     21.24
4412.83/1106.31	c  N dy 14748   3674607        60      5340         0    121925     37380   1828861     18.21     19.19
4459.09/1117.95	c  N dy 14846   3696632        60      5340         0    141335     37380   2245706     18.22     19.23
4486.61/1124.83	c  S st 14872   3712502        60      5340         0     81409     37380    943521     18.21     17.92
4487.41/1125.06	c  S st 14872   3713006        60      5340         0     81871     37380    953845     18.21   no data
4487.41/1125.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4487.81/1125.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4487.81/1125.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4487.81/1125.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4487.81/1125.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4487.81/1125.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4487.81/1125.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4487.81/1125.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4487.81/1125.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4496.19/1127.29	c lits-rem:       211  cl-subs:     2192  v-elim:      0  v-fix:    0  time:  2.13 s
4496.19/1127.29	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4496.59/1127.31	c vivif2 --  cl tried    79679 cl shrink        0 lits rem          0 time: 0.01
4497.83/1127.64	c asymm  cl-useful: 0/597/5340 lits-rem:0 time: 0.33
4497.83/1127.64	c calculated reachability. Time: 0.00
4497.83/1127.64	c  N dy 14872   3713006        60      5340         0     79679     37380    910279     18.21   no data
4531.68/1136.18	c  N dy 14957   3737456        60      5340         0    101145     37380   1369945     18.21     19.30
4556.40/1142.39	c  F st 15027   3751562        60      5340         0    113546     37380   1637680     18.21   no data
4566.38/1144.83	c  N dy 15040   3757548        60      5340         0    118806     37380   1754980     18.21     21.46
4607.87/1155.26	c  N dy 15133   3777591        60      5340         0    136364     37380   2132163     18.22     20.20
4684.05/1174.38	c  N dy 15253   3828853        60      5340         0    106632     37380   1449394     18.20     19.17
4725.15/1184.68	c  N dy 15377   3849341        60      5340         0    124705     37380   1843041     18.21     19.21
4773.41/1196.80	c  N dy 15477   3872038        60      5340         0    144604     37380   2272823     18.21     19.17

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366355-1305402299/watcher-3366355-1305402299 -o /tmp/evaluation-result-3366355-1305402299/solver-3366355-1305402299 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366355-1305402299.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.08 8.10 8.02 6/352 26508
/proc/meminfo: memFree=21281576/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=208080 CPUtime=0.01 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 995 0 0 0 1 0 0 0 25 0 4 0 632646046 213073920 914 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 52020 914 357 95 0 47002 0
[pid=26508/tid=26509] ppid=26506 vsize=208080 CPUtime=0 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 160 0 0 0 0 0 0 0 25 0 4 0 632646046 213073920 934 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=208080 CPUtime=0 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 62 0 0 0 0 0 0 0 25 0 4 0 632646046 213073920 934 33554432000 4194304 4580107 140734871996048 18446744073709551615 255106873838 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=208080 CPUtime=0 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 197 0 0 0 0 0 0 0 25 0 4 0 632646046 213073920 934 33554432000 4194304 4580107 140734871996048 18446744073709551615 255106812087 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.113055 s]
/proc/loadavg: 8.08 8.10 8.02 6/352 26508
/proc/meminfo: memFree=21281576/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=216280 CPUtime=0.42 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 1338 0 0 0 42 0 0 0 25 0 4 0 632646046 221470720 1257 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294460 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 54070 1257 358 95 0 49052 0
[pid=26508/tid=26509] ppid=26506 vsize=216280 CPUtime=0.1 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 179 0 0 0 10 0 0 0 25 0 4 0 632646046 221470720 1257 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=216280 CPUtime=0.1 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 197 0 0 0 10 0 0 0 25 0 4 0 632646046 221470720 1257 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=216280 CPUtime=0.1 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 345 0 0 0 10 0 0 0 25 0 4 0 632646046 221470720 1257 33554432000 4194304 4580107 140734871996048 18446744073709551615 4324237 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 216280

[startup+0.201043 s]
/proc/loadavg: 8.08 8.10 8.02 6/352 26508
/proc/meminfo: memFree=21281576/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=217948 CPUtime=0.77 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 2778 0 0 0 77 0 0 0 25 0 4 0 632646046 223178752 2402 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 54487 2402 375 95 0 49469 0
[pid=26508/tid=26509] ppid=26506 vsize=217948 CPUtime=0.19 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 612 0 0 0 19 0 0 0 25 0 4 0 632646046 223178752 2402 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=217948 CPUtime=0.18 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 566 0 0 0 18 0 0 0 25 0 4 0 632646046 223178752 2402 33554432000 4194304 4580107 140734871996048 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=217948 CPUtime=0.19 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 536 0 0 0 19 0 0 0 25 0 4 0 632646046 223178752 2402 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 217948

[startup+0.301025 s]
/proc/loadavg: 8.08 8.10 8.02 6/352 26508
/proc/meminfo: memFree=21281576/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=219560 CPUtime=1.17 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 3375 0 0 0 117 0 0 0 25 0 4 0 632646046 224829440 2521 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 54890 2521 375 95 0 49872 0
[pid=26508/tid=26509] ppid=26506 vsize=219560 CPUtime=0.29 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 780 0 0 0 29 0 0 0 25 0 4 0 632646046 224829440 2521 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=219560 CPUtime=0.28 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 733 0 0 0 28 0 0 0 25 0 4 0 632646046 224829440 2521 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=219560 CPUtime=0.29 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 613 0 0 0 29 0 0 0 25 0 4 0 632646046 224829440 2521 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 219560

[startup+0.700954 s]
/proc/loadavg: 8.08 8.10 8.02 6/352 26508
/proc/meminfo: memFree=21281576/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=220676 CPUtime=2.77 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 5310 0 0 0 277 0 0 0 25 0 4 0 632646046 225972224 3275 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 55169 3275 376 95 0 50151 0
[pid=26508/tid=26509] ppid=26506 vsize=220676 CPUtime=0.69 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 1224 0 0 0 69 0 0 0 25 0 4 0 632646046 225972224 3275 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=220676 CPUtime=0.68 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 1195 0 0 0 68 0 0 0 25 0 4 0 632646046 225972224 3275 33554432000 4194304 4580107 140734871996048 18446744073709551615 4324208 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=220676 CPUtime=0.69 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 1195 0 0 0 69 0 0 0 25 0 4 0 632646046 225972224 3275 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 220676

[startup+1.50082 s]
/proc/loadavg: 8.08 8.10 8.02 9/356 26512
/proc/meminfo: memFree=21278444/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=227084 CPUtime=5.95 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 9697 0 0 0 594 1 0 0 25 0 4 0 632646046 232534016 5200 33554432000 4194304 4580107 140734871996048 18446744073709551615 4416463 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 56771 5200 378 95 0 51753 0
[pid=26508/tid=26509] ppid=26506 vsize=227084 CPUtime=1.49 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 2038 0 0 0 149 0 0 0 25 0 4 0 632646046 232534016 5200 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=227084 CPUtime=1.47 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 1997 0 0 0 147 0 0 0 25 0 4 0 632646046 232534016 5200 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=227084 CPUtime=1.48 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 1985 0 0 0 148 0 0 0 25 0 4 0 632646046 232534016 5200 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 227084

[startup+3.10053 s]
/proc/loadavg: 8.08 8.10 8.02 9/356 26512
/proc/meminfo: memFree=21259472/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=235888 CPUtime=12.33 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 17365 0 0 0 1231 2 0 0 25 0 4 0 632646046 241549312 9615 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 58972 9615 378 95 0 53954 0
[pid=26508/tid=26509] ppid=26506 vsize=235888 CPUtime=3.08 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 4141 0 0 0 308 0 0 0 25 0 4 0 632646046 241549312 9615 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=235888 CPUtime=3.05 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 4444 0 0 0 305 0 0 0 25 0 4 0 632646046 241549312 9615 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=235888 CPUtime=3.08 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 4447 0 0 0 308 0 0 0 25 0 4 0 632646046 241549312 9615 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294460 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 235888

[startup+6.30097 s]
/proc/loadavg: 8.07 8.10 8.02 9/356 26512
/proc/meminfo: memFree=21240500/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=227716 CPUtime=25.1 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 25191 0 0 0 2507 3 0 0 25 0 4 0 632646046 233181184 12715 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 56929 12715 378 95 0 51911 0
[pid=26508/tid=26509] ppid=26506 vsize=227716 CPUtime=6.28 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 6578 0 0 0 628 0 0 0 25 0 4 0 632646046 233181184 12715 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=227716 CPUtime=6.22 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 6653 0 0 0 621 1 0 0 25 0 4 0 632646046 233181184 12715 33554432000 4194304 4580107 140734871996048 18446744073709551615 4406486 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=227716 CPUtime=6.27 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 6363 0 0 0 627 0 0 0 25 0 4 0 632646046 233181184 12715 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 227716

[startup+12.7009 s]
/proc/loadavg: 8.07 8.10 8.02 9/356 26512
/proc/meminfo: memFree=21229668/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=237928 CPUtime=50.62 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 38486 0 0 0 5057 5 0 0 25 0 4 0 632646046 243638272 15985 33554432000 4194304 4580107 140734871996048 18446744073709551615 4406408 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 59482 15985 378 95 0 54464 0
[pid=26508/tid=26509] ppid=26506 vsize=237928 CPUtime=12.69 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 9556 0 0 0 1268 1 0 0 25 0 4 0 632646046 243638272 15985 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=237928 CPUtime=12.55 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 8992 0 0 0 1254 1 0 0 25 0 4 0 632646046 243638272 15985 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=237928 CPUtime=12.68 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 10267 0 0 0 1267 1 0 0 25 0 4 0 632646046 243638272 15985 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 237928

[startup+25.5006 s]
/proc/loadavg: 8.12 8.11 8.02 9/356 26513
/proc/meminfo: memFree=21207100/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=286072 CPUtime=101.67 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 55779 0 0 0 10157 10 0 0 25 0 4 0 632646046 292937728 20712 33554432000 4194304 4580107 140734871996048 18446744073709551615 4295676 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 71518 20712 378 95 0 66500 0
[pid=26508/tid=26509] ppid=26506 vsize=286072 CPUtime=25.48 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 14458 0 0 0 2546 2 0 0 25 0 4 0 632646046 292937728 20712 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=286072 CPUtime=25.21 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 13568 0 0 0 2518 3 0 0 25 0 4 0 632646046 292937728 20712 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=286072 CPUtime=25.47 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 15252 0 0 0 2545 2 0 0 25 0 4 0 632646046 292937728 20712 33554432000 4194304 4580107 140734871996048 18446744073709551615 4451678 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 286072

[startup+51.1011 s]
/proc/loadavg: 8.14 8.11 8.02 9/356 26513
/proc/meminfo: memFree=21188084/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=299288 CPUtime=203.79 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 83125 0 0 0 20361 18 0 0 25 0 4 0 632646046 306470912 23762 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294524 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 74822 23762 378 95 0 69804 0
[pid=26508/tid=26509] ppid=26506 vsize=299288 CPUtime=51.08 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 20887 0 0 0 5105 3 0 0 25 0 4 0 632646046 306470912 23762 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=299288 CPUtime=50.52 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 19950 0 0 0 5048 4 0 0 25 0 4 0 632646046 306470912 23762 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=299288 CPUtime=51.06 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 22059 0 0 0 5102 4 0 0 25 0 4 0 632646046 306470912 23762 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 299288

[startup+102.301 s]
/proc/loadavg: 8.18 8.12 8.03 9/356 26515
/proc/meminfo: memFree=21176784/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=247792 CPUtime=408.07 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 126385 0 0 0 40776 31 0 0 25 0 4 0 632646046 253739008 25981 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 61948 25981 378 95 0 56930 0
[pid=26508/tid=26509] ppid=26506 vsize=247792 CPUtime=102.3 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 31263 0 0 0 10223 7 0 0 25 0 4 0 632646046 253739008 25982 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=247792 CPUtime=101.18 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 27845 0 0 0 10111 7 0 0 25 0 4 0 632646046 253739008 25982 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=247792 CPUtime=102.27 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 35771 0 0 0 10219 8 0 0 25 0 4 0 632646046 253739008 25982 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.07
Current children cumulated vsize (KiB) 247792

[startup+162.301 s]

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

[pid=26508] ppid=26506 vsize=426228 CPUtime=2801.34 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 414492 0 0 0 279998 136 0 0 25 0 4 0 632646046 436457472 63613 33554432000 4194304 4580107 140734871996048 18446744073709551615 4406340 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 106557 63613 378 95 0 101539 0
[pid=26508/tid=26509] ppid=26506 vsize=426228 CPUtime=702.3 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 100875 0 0 0 70200 30 0 0 25 0 4 0 632646046 436457472 63613 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=426228 CPUtime=694.56 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 100035 0 0 0 69425 31 0 0 25 0 4 0 632646046 436457472 63613 33554432000 4194304 4580107 140734871996048 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=426228 CPUtime=702.14 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 112482 0 0 0 70176 38 0 0 25 0 4 0 632646046 436457472 63613 33554432000 4194304 4580107 140734871996048 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2801.34
Current children cumulated vsize (KiB) 426228

[startup+762.301 s]
/proc/loadavg: 8.14 8.10 8.04 9/356 26563
/proc/meminfo: memFree=21182032/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=397380 CPUtime=3040.7 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 429761 0 0 0 303928 142 0 0 25 0 4 0 632646046 406917120 64537 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 99345 64537 378 95 0 94327 0
[pid=26508/tid=26509] ppid=26506 vsize=397380 CPUtime=762.31 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 105757 0 0 0 76200 31 0 0 25 0 4 0 632646046 406917120 64537 33554432000 4194304 4580107 140734871996048 18446744073709551615 4304864 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=397380 CPUtime=753.9 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 104782 0 0 0 75357 33 0 0 25 0 4 0 632646046 406917120 64537 33554432000 4194304 4580107 140734871996048 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=397380 CPUtime=762.14 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 115622 0 0 0 76175 39 0 0 25 0 4 0 632646046 406917120 64537 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3040.7
Current children cumulated vsize (KiB) 397380

[startup+822.301 s]
/proc/loadavg: 8.18 8.11 8.05 9/356 26565
/proc/meminfo: memFree=21119492/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=422744 CPUtime=3279.99 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 446865 0 0 0 327849 150 0 0 25 0 4 0 632646046 432889856 66351 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 105686 66351 378 95 0 100668 0
[pid=26508/tid=26509] ppid=26506 vsize=422744 CPUtime=822.31 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 108395 0 0 0 82198 33 0 0 25 0 4 0 632646046 432889856 66351 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=422744 CPUtime=813.24 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 110534 0 0 0 81288 36 0 0 25 0 4 0 632646046 432889856 66351 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=422744 CPUtime=822.1 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 120754 0 0 0 82169 41 0 0 25 0 4 0 632646046 432889856 66351 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3279.99
Current children cumulated vsize (KiB) 422744

[startup+882.313 s]
/proc/loadavg: 8.18 8.12 8.05 9/356 26567
/proc/meminfo: memFree=21076044/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=382816 CPUtime=3519.37 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 461139 0 0 0 351780 157 0 0 25 0 4 0 632646046 392003584 70035 33554432000 4194304 4580107 140734871996048 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 95704 70035 378 95 0 90686 0
[pid=26508/tid=26509] ppid=26506 vsize=382816 CPUtime=882.32 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 112974 0 0 0 88197 35 0 0 25 0 4 0 632646046 392003584 70035 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=382816 CPUtime=872.59 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 116071 0 0 0 87220 39 0 0 25 0 4 0 632646046 392003584 70035 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=382816 CPUtime=882.11 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 123337 0 0 0 88168 43 0 0 25 0 4 0 632646046 392003584 70035 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3519.37
Current children cumulated vsize (KiB) 382816

[startup+942.3 s]
/proc/loadavg: 8.19 8.12 8.06 9/356 26568
/proc/meminfo: memFree=21078348/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=358320 CPUtime=3758.67 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 479524 0 0 0 375700 167 0 0 25 0 4 0 632646046 366919680 64414 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 89580 64414 378 95 0 84562 0
[pid=26508/tid=26509] ppid=26506 vsize=358320 CPUtime=941.66 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 118114 0 0 0 94129 37 0 0 25 0 4 0 632646046 366919680 64414 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=358320 CPUtime=932.58 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 121254 0 0 0 93216 42 0 0 25 0 4 0 632646046 366919680 64414 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=358320 CPUtime=942.08 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 128652 0 0 0 94163 45 0 0 25 0 4 0 632646046 366919680 64414 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3758.67
Current children cumulated vsize (KiB) 358320

[startup+1002.3 s]
/proc/loadavg: 8.11 8.11 8.06 9/356 26579
/proc/meminfo: memFree=21058480/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=425804 CPUtime=3997.96 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 498643 0 0 0 399622 174 0 0 25 0 4 0 632646046 436023296 66585 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 106451 66585 378 95 0 101433 0
[pid=26508/tid=26509] ppid=26506 vsize=425804 CPUtime=1000.99 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 121915 0 0 0 100060 39 0 0 25 0 4 0 632646046 436023296 66585 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=425804 CPUtime=992.58 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 125965 0 0 0 99215 43 0 0 25 0 4 0 632646046 436023296 66585 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=425804 CPUtime=1002.07 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 133992 0 0 0 100159 48 0 0 25 0 4 0 632646046 436023296 66585 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3997.96
Current children cumulated vsize (KiB) 425804

[startup+1062.3 s]
/proc/loadavg: 8.19 8.14 8.07 9/356 26580
/proc/meminfo: memFree=21038960/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=426244 CPUtime=4237.31 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 519045 0 0 0 423549 182 0 0 25 0 4 0 632646046 436473856 65142 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294380 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 106561 65142 378 95 0 101543 0
[pid=26508/tid=26509] ppid=26506 vsize=426244 CPUtime=1060.34 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 127146 0 0 0 105993 41 0 0 25 0 4 0 632646046 436473856 65142 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=426244 CPUtime=1052.58 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 131021 0 0 0 105213 45 0 0 25 0 4 0 632646046 436473856 65142 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=426244 CPUtime=1062.05 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 139069 0 0 0 106156 49 0 0 25 0 4 0 632646046 436473856 65142 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4237.31
Current children cumulated vsize (KiB) 426244

[startup+1122.3 s]
/proc/loadavg: 8.21 8.15 8.08 9/356 26582
/proc/meminfo: memFree=21009152/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=426536 CPUtime=4476.65 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 535126 0 0 0 447476 189 0 0 25 0 4 0 632646046 436772864 67261 33554432000 4194304 4580107 140734871996048 18446744073709551615 4305283 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 106634 67261 378 95 0 101616 0
[pid=26508/tid=26509] ppid=26506 vsize=426536 CPUtime=1119.67 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 131762 0 0 0 111925 42 0 0 25 0 4 0 632646046 436772864 67261 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=426536 CPUtime=1112.58 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 134774 0 0 0 111211 47 0 0 25 0 4 0 632646046 436772864 67261 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=426536 CPUtime=1122.05 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 142957 0 0 0 112154 51 0 0 25 0 4 0 632646046 436772864 67261 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4476.65
Current children cumulated vsize (KiB) 426536

[startup+1182.3 s]
/proc/loadavg: 8.13 8.14 8.08 9/356 26584
/proc/meminfo: memFree=21009448/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=427200 CPUtime=4715.97 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 554146 0 0 0 471399 198 0 0 25 0 4 0 632646046 437452800 66092 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 106800 66092 378 95 0 101782 0
[pid=26508/tid=26509] ppid=26506 vsize=427200 CPUtime=1179.01 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 135616 0 0 0 117857 44 0 0 25 0 4 0 632646046 437452800 66092 33554432000 4194304 4580107 140734871996048 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=427200 CPUtime=1172.58 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 139804 0 0 0 117209 49 0 0 25 0 4 0 632646046 437452800 66092 33554432000 4194304 4580107 140734871996048 18446744073709551615 4406385 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=427200 CPUtime=1182.03 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 148004 0 0 0 118150 53 0 0 25 0 4 0 632646046 437452800 66092 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4715.97
Current children cumulated vsize (KiB) 427200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 8.09 8.13 8.07 10/356 26584
/proc/meminfo: memFree=21018368/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=427308 CPUtime=4800.21 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 559467 0 0 0 479821 200 0 0 25 0 4 0 632646046 437563392 65509 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 106827 65509 378 95 0 101809 0
[pid=26508/tid=26509] ppid=26506 vsize=427308 CPUtime=1199.89 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 137451 0 0 0 119944 45 0 0 25 0 4 0 632646046 437563392 65510 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=427308 CPUtime=1193.71 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 140587 0 0 0 119321 50 0 0 25 0 4 0 632646046 437563392 65510 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=427308 CPUtime=1203.16 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 148839 0 0 0 120262 54 0 0 25 0 4 0 632646046 437563392 65510 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 427308

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

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

[startup+1203.4 s]
/proc/loadavg: 8.09 8.13 8.07 10/356 26584
/proc/meminfo: memFree=21018368/32951124 swapFree=67111348/67111528
[pid=26508] ppid=26506 vsize=427308 CPUtime=4800.21 cores=0,2,4,6
/proc/26508/stat : 26508 (strangenight2-m) R 26506 26508 26096 0 -1 4202496 559467 0 0 0 479821 200 0 0 25 0 4 0 632646046 437563392 65509 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26508/statm: 106827 65509 378 95 0 101809 0
[pid=26508/tid=26509] ppid=26506 vsize=427308 CPUtime=1199.89 cores=0,2,4,6
/proc/26508/task/26509/stat : 26509 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 137451 0 0 0 119944 45 0 0 25 0 4 0 632646046 437563392 65510 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26508/tid=26510] ppid=26506 vsize=427308 CPUtime=1193.71 cores=0,2,4,6
/proc/26508/task/26510/stat : 26510 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 140587 0 0 0 119321 50 0 0 25 0 4 0 632646046 437563392 65510 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26508/tid=26511] ppid=26506 vsize=427308 CPUtime=1203.16 cores=0,2,4,6
/proc/26508/task/26511/stat : 26511 (strangenight2-m) R 26506 26508 26096 0 -1 4202560 148839 0 0 0 120262 54 0 0 25 0 4 0 632646046 437563392 65510 33554432000 4194304 4580107 140734871996048 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 427308

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.45
CPU time (s): 4800.26
CPU user time (s): 4798.24
CPU system time (s): 2.01969
CPU usage (%): 398.876
Max. virtual memory (cumulated for all children) (KiB): 475496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.24
system time used= 2.01969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 559469
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= 240
involuntary context switches= 23449

runsolver used 3.82542 second user time and 9.47356 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-14 21:44:59
IDJOB=3366355
IDBENCH=82764
IDSOLVER=1844
FILE ID=node144/3366355-1305402299
RUNJOBID= node144-1305401771-26411
PBS_JOBID= 13324479
Free space on /tmp= 73236 MiB

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

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

MD5SUM BENCH= 3d0491523e951b9423a05375c0461833
RANDOM SEED=1639436110

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21281856 kB
Buffers:        288120 kB
Cached:        3622564 kB
SwapCached:          0 kB
Active:        8454648 kB
Inactive:      2869356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21281856 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5872 kB
Writeback:           0 kB
AnonPages:     7413096 kB
Mapped:          27788 kB
Slab:           244652 kB
PageTables:      37856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82354460 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= 73232 MiB
End job on node144 at 2011-05-14 22:05:05