Trace number 3421991

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-Night2-st (fixed)? (TO) 5000.07 4999.95

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-020-019.shuffled-as.sat05-1190.cnf
MD5SUM81bbeaaf9f0ca3bfc36d743097777052
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.58376
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses3630
Sum of the clauses size7600
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23610
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data

0.00/0.00	c Outputting solution to console
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-3421991-1306625992.cnf'
0.00/0.00	c -- header says num vars:            380
0.00/0.00	c -- header says num clauses:        3630
0.00/0.00	c -- clauses added:            0 learnts,         3630 normals,            0 xors
0.00/0.00	c -- vars added        380
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       380        20      3610         0      7600         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/20/20 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    380 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:     20  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:     185 undec:      20 neg:     175
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       360       372      3238         0     13680         0   no data   no data
0.00/0.06	c Decided on static restart strategy
0.10/0.16	c  N st     8      4915       360       372      3238      4504     13680    304715   no data   no data
0.49/0.59	c  N st    10     11298       360       372      3238      4184     13680    272363   no data   no data
0.99/1.05	c  N st    11     17041       360       372      3238      9401     13680    710957   no data   no data
1.79/1.83	c  F st    12     25001       360       372      3238     11389     13680    844342   no data   no data
1.79/1.83	c  N st    12     25001       360       372      3238     11389     13680    844342   no data   no data
2.09/2.18	c Decided on static restart strategy
2.09/2.18	c  N st    18     30000       360       372      3238      9764     13680    662729   no data   no data
2.09/2.18	c  S st    18     30000       360       372      3238      9764     13680    662729   no data   no data
2.09/2.20	c  S st    18     30501       360       372      3238     10253     13680    693298   no data   no data
2.09/2.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.21/2.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
2.21/2.21	c blocked clauses removed:        0 vars:      0 tried:         360 T: 0.00 s
2.21/2.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.21/2.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.21/2.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
2.21/2.22	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2.21/2.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2.89/2.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
3.69/3.72	c lits-rem:       435  cl-subs:      703  v-elim:      0  v-fix:    0  time:  0.72 s
3.69/3.72	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
3.69/3.72	c calculated reachability. Time: 0.00
3.69/3.72	c  N st    18     30501       360       372      3238      9550     13680    635998   no data   no data
4.09/4.17	c  N st    20     37613       360       372      3238      8863     13680    599416   no data   no data
4.70/4.71	c  N st    21     44016       360       372      3238     14494     13680   1056288   no data   no data
4.80/4.87	c  S st    22     45751       360       372      3238      8032     13680    493233   no data   no data
4.80/4.89	c  S st    22     46255       360       372      3238      8530     13680    526233   no data   no data
4.80/4.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.89/4.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
4.89/4.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.89/4.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.89/4.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.89/4.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
4.89/4.90	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4.89/4.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.51/5.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.63 s
5.61/5.65	c lits-rem:        52  cl-subs:      114  v-elim:      0  v-fix:    0  time:  0.10 s
5.61/5.65	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
5.61/5.66	c vivif2 --  cl tried     8416 cl shrink        0 lits rem          0 time: 0.01
5.61/5.66	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
5.61/5.66	c calculated reachability. Time: 0.00
5.61/5.66	c  N st    22     46255       360       372      3238      8416     13680    517980   no data   no data
7.29/7.39	c  N st    23     60652       360       372      3238     12099     13680    870014   no data   no data
8.29/8.38	c  N st    24     69382       360       372      3238     10321     13680    671888   no data   no data
8.29/8.38	c  S st    24     69382       360       372      3238     10321     13680    671888   no data   no data
8.39/8.40	c  S st    24     69888       360       372      3238     10813     13680    702444   no data   no data
8.39/8.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.39/8.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
8.39/8.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.39/8.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.39/8.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.39/8.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
8.39/8.42	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
8.39/8.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.29/9.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.88 s
9.59/9.60	c lits-rem:       155  cl-subs:      222  v-elim:      0  v-fix:    0  time:  0.27 s
9.59/9.60	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
9.59/9.61	c vivif2 --  cl tried    10591 cl shrink        0 lits rem          0 time: 0.01
9.59/9.61	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
9.59/9.61	c calculated reachability. Time: 0.00
9.59/9.61	c  N st    24     69888       360       372      3238     10591     13680    684825   no data   no data
11.89/11.97	c  F st    25     87500       360       372      3238     15804     13680   1183976   no data   no data
11.89/11.97	c  N st    25     87500       360       372      3238     15804     13680   1183976   no data   no data
12.49/12.54	c Decided on static restart strategy
12.79/12.87	c  N st    32     95541       360       372      3238     23063     13680   1888016   no data   no data
14.69/14.77	c  N st    34    104833       360       372      3238     18993     13680   1532037   no data   no data
14.69/14.77	c  S st    34    104833       360       372      3238     18993     13680   1532037   no data   no data
14.79/14.80	c  S st    34    105333       360       372      3238     19482     13680   1563988   no data   no data
14.79/14.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.79/14.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
14.79/14.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.79/14.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.79/14.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.79/14.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
14.79/14.83	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
14.79/14.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
16.29/16.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.47 s
19.80/19.86	c lits-rem:       813  cl-subs:     1137  v-elim:      0  v-fix:    0  time:  3.51 s
19.80/19.86	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
19.80/19.88	c vivif2 --  cl tried    18345 cl shrink        0 lits rem          0 time: 0.02
19.80/19.89	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
19.80/19.89	c calculated reachability. Time: 0.00
19.80/19.89	c  N st    34    105333       360       372      3238     18345     13680   1442855   no data   no data
20.90/20.99	c  N st    35    114931       360       372      3238     14479     13680   1011423   no data   no data
23.11/23.15	c  N st    36    129328       360       372      3238     13965     13680    945164   no data   no data
26.51/26.59	c  N st    37    150924       360       372      3238     19223     13680   1424228   no data   no data
27.29/27.31	c  S st    38    157999       360       372      3238     25618     13680   2073894   no data   no data
27.29/27.34	c  S st    38    158502       360       372      3238     26115     13680   2106441   no data   no data
27.29/27.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.29/27.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.03
27.29/27.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.29/27.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.29/27.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.29/27.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
27.29/27.37	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
27.29/27.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
28.89/28.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.51 s
34.29/34.30	c lits-rem:       860  cl-subs:     1367  v-elim:      0  v-fix:    0  time:  5.36 s
34.29/34.30	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
34.29/34.32	c vivif2 --  cl tried    24748 cl shrink        0 lits rem          0 time: 0.02
34.29/34.34	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.02
34.29/34.34	c calculated reachability. Time: 0.00
34.29/34.34	c  N st    38    158502       360       372      3238     24748     13680   1969236   no data   no data
39.60/39.69	c  N st    39    207091       360       372      3238     20426     13680   1411726   no data   no data
42.60/42.68	c  N st    40    237753       360       372      3238     30197     13680   2239715   no data   no data
42.60/42.68	c  S st    40    237753       360       372      3238     30197     13680   2239715   no data   no data
42.70/42.73	c  S st    40    238257       360       372      3238     30694     13680   2276162   no data   no data
42.70/42.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
42.70/42.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.03
42.70/42.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.70/42.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.70/42.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.70/42.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
42.70/42.78	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
42.80/42.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
44.49/44.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.69 s
49.61/49.62	c lits-rem:       776  cl-subs:     1434  v-elim:      0  v-fix:    0  time:  5.09 s
49.61/49.62	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
49.61/49.65	c vivif2 --  cl tried    29260 cl shrink        0 lits rem          0 time: 0.03
49.61/49.67	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.02
49.61/49.68	c calculated reachability. Time: 0.00
49.61/49.68	c  N st    40    238257       360       372      3238     29260     13680   2148053   no data   no data
58.59/58.60	c  F st    41    306250       360       372      3238     30971     13680   2356493   no data   no data
58.59/58.60	c  N st    41    306250       360       372      3238     30971     13680   2356493   no data   no data
58.99/59.01	c Decided on static restart strategy
60.99/61.09	c  N st    51    334556       360       372      3238     35010     13680   2534559   no data   no data
63.70/63.74	c  N st    53    357385       360       372      3238     32884     13680   2275735   no data   no data
63.70/63.74	c  S st    53    357385       360       372      3238     32884     13680   2275735   no data   no data
63.70/63.78	c  S st    53    357890       360       372      3238     33369     13680   2307089   no data   no data
63.70/63.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
63.81/63.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.03
63.81/63.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
63.81/63.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.81/63.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.81/63.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
63.81/63.82	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
63.81/63.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
65.50/65.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.64 s
70.09/70.18	c lits-rem:       615  cl-subs:     1164  v-elim:      0  v-fix:    0  time:  4.64 s
70.09/70.18	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
70.19/70.21	c vivif2 --  cl tried    32205 cl shrink        0 lits rem          0 time: 0.03
70.19/70.23	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.02
70.19/70.23	c calculated reachability. Time: 0.00
70.19/70.23	c  N st    53    357890       360       372      3238     32205     13680   2212466   no data   no data
74.09/74.17	c  N st    54    390283       360       372      3238     38524     13680   2742241   no data   no data
79.99/80.06	c  N st    55    438872       360       372      3238     32130     13680   2142239   no data   no data
88.89/88.98	c  N st    56    511754       360       372      3238     45058     13680   3267608   no data   no data
91.20/91.25	c  N st    57    536835       360       372      3238     39948     13680   2732543   no data   no data
91.20/91.25	c  S st    57    536835       360       372      3238     39948     13680   2732543   no data   no data
91.20/91.30	c  S st    57    537338       360       372      3238     40446     13680   2763882   no data   no data
91.20/91.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
91.31/91.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.05
91.31/91.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
91.31/91.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.31/91.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.31/91.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
91.31/91.36	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
91.31/91.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
93.09/93.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.66 s
99.11/99.19	c lits-rem:       536  cl-subs:     1295  v-elim:      0  v-fix:    0  time:  6.08 s
99.11/99.19	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
99.19/99.22	c vivif2 --  cl tried    39151 cl shrink        0 lits rem          0 time: 0.03
99.19/99.25	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.03
99.19/99.25	c calculated reachability. Time: 0.00
99.19/99.25	c  N st    57    537338       360       372      3238     39151     13680   2647005   no data   no data
122.11/122.14	c  N st    58    701323       360       372      3238     33504     13680   2031743   no data   no data
139.71/139.78	c  N st    59    806007       360       372      3238     60852     13680   4707117   no data   no data
139.71/139.78	c  S st    59    806007       360       372      3238     60852     13680   4707117   no data   no data
139.81/139.86	c  S st    59    806511       360       372      3238     61350     13680   4739943   no data   no data
139.81/139.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
139.89/139.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.8M T:  0.08
139.89/139.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
139.89/139.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
139.89/139.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.89/139.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
139.89/139.96	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
139.99/140.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
141.91/141.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.88 s
158.29/158.39	c lits-rem:      1116  cl-subs:     2562  v-elim:      0  v-fix:    0  time: 16.40 s
158.29/158.39	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
158.41/158.44	c vivif2 --  cl tried    58788 cl shrink        0 lits rem          0 time: 0.06
158.41/158.49	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.05
158.41/158.49	c calculated reachability. Time: 0.00
158.41/158.49	c  N st    59    806511       360       372      3238     58788     13680   4486703   no data   no data
203.20/203.22	c  F st    60   1071878       360       372      3238     74861     13680   6209791   no data   no data
203.20/203.22	c  N st    60   1071878       360       372      3238     74861     13680   6209791   no data   no data
204.40/204.43	c Decided on static restart strategy
209.20/209.26	c  N st    70   1100181       360       372      3238     58445     13680   4453053   no data   no data
217.50/217.57	c  N st    72   1136177       360       372      3238     49219     13680   3370075   no data   no data
221.79/221.83	c  N st    73   1168569       360       372      3238     78702     13680   6170077   no data   no data
230.49/230.55	c  N st    74   1209766       360       372      3238     73189     13680   5664385   no data   no data
230.49/230.55	c  S st    74   1209766       360       372      3238     73189     13680   5664385   no data   no data
230.60/230.66	c  S st    74   1210266       360       372      3238     73683     13680   5700476   no data   no data
230.60/230.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
230.70/230.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.9M T:  0.09
230.70/230.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
230.70/230.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
230.70/230.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
230.70/230.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
230.70/230.77	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
230.80/230.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
232.69/232.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.84 s
254.69/254.79	c lits-rem:      1051  cl-subs:     3197  v-elim:      0  v-fix:    0  time: 22.00 s
254.69/254.79	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
254.79/254.87	c vivif2 --  cl tried    70486 cl shrink        0 lits rem          0 time: 0.07
254.89/254.92	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.05
254.89/254.92	c calculated reachability. Time: 0.00
254.89/254.92	c  N st    74   1210266       360       372      3238     70486     13680   5380505   no data   no data
267.09/267.13	c  N st    75   1283151       360       372      3238     48029     13680   3073205   no data   no data
283.59/283.65	c  N st    76   1392475       360       372      3238     56206     13680   3680265   no data   no data
332.69/332.79	c  N st    77   1556459       360       372      3238     56216     13680   3528298   no data   no data
369.61/369.68	c  N st    78   1710267       360       372      3238     94713     13680   7491889   no data   no data
369.61/369.68	c  S st    78   1710267       360       372      3238     94713     13680   7491889   no data   no data
369.80/369.81	c  S st    78   1710768       360       372      3238     95204     13680   7526322   no data   no data
369.80/369.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
369.90/369.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.5M T:  0.14
369.90/369.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
369.90/369.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
369.90/369.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
369.90/369.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
369.90/369.97	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
370.00/370.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
372.10/372.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.93 s
426.70/426.70	c lits-rem:      1402  cl-subs:     5897  v-elim:      0  v-fix:    0  time: 54.57 s
426.70/426.70	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
426.70/426.80	c vivif2 --  cl tried    89307 cl shrink        0 lits rem          0 time: 0.09
426.81/426.87	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.07
426.81/426.87	c calculated reachability. Time: 0.00
426.81/426.87	c  N st    78   1710768       360       372      3238     89307     13680   6943353   no data   no data
504.70/504.71	c  N st    79   2079732       360       372      3238    102035     13680   7923916   no data   no data
531.20/531.30	c  N st    80   2210769       360       372      3238    106995     13680   7863872   no data   no data
531.20/531.30	c  S st    80   2210769       360       372      3238    106995     13680   7863872   no data   no data
531.42/531.44	c  S st    80   2211270       360       372      3238    107479     13680   7894790   no data   no data
531.42/531.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
531.60/531.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.0M T:  0.17
531.60/531.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
531.60/531.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
531.60/531.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
531.60/531.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
531.60/531.63	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
531.70/531.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
533.80/533.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.99 s
590.20/590.20	c lits-rem:      1403  cl-subs:     6840  v-elim:      0  v-fix:    0  time: 56.33 s
590.20/590.20	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
590.20/590.30	c vivif2 --  cl tried   100639 cl shrink        0 lits rem          0 time: 0.10
590.30/590.38	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.08
590.30/590.38	c calculated reachability. Time: 0.00
590.30/590.38	c  N st    80   2211270       360       372      3238    100639     13680   7271185   no data   no data
713.10/713.13	c  N st    81   2711270       360       372      3238    120215     13680   8242798   no data   no data
713.10/713.13	c  S st    81   2711270       360       372      3238    120215     13680   8242798   no data   no data
713.20/713.26	c  S st    81   2711775       360       372      3238    120710     13680   8272575   no data   no data
713.20/713.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
713.40/713.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.0M T:  0.16
713.40/713.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
713.40/713.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
713.40/713.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
713.40/713.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
713.40/713.44	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
713.50/713.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
715.61/715.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.96 s
773.11/773.10	c lits-rem:       869  cl-subs:     6761  v-elim:      0  v-fix:    0  time: 57.45 s
773.11/773.10	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
773.21/773.23	c vivif2 --  cl tried   113949 cl shrink        0 lits rem          0 time: 0.13
773.33/773.34	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.10
773.33/773.34	c calculated reachability. Time: 0.00
773.33/773.34	c  N st    81   2711775       360       372      3238    113949     13680   7709446   no data   no data
878.51/878.51	c  N st    82   3211780       360       372      3238     97154     13680   6696209   no data   no data
878.51/878.51	c  S st    82   3211780       360       372      3238     97154     13680   6696209   no data   no data
878.61/878.61	c  S st    82   3212282       360       372      3238     97647     13680   6730134   no data   no data
878.61/878.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
878.71/878.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.4M T:  0.13
878.71/878.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
878.71/878.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
878.71/878.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
878.71/878.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
878.71/878.76	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
878.81/878.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
880.91/880.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.93 s
903.91/903.96	c lits-rem:       978  cl-subs:     2608  v-elim:      0  v-fix:    0  time: 23.06 s
903.91/903.96	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
904.01/904.05	c vivif2 --  cl tried    95039 cl shrink        0 lits rem          0 time: 0.09
904.11/904.14	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.09
904.11/904.14	c calculated reachability. Time: 0.00
904.11/904.14	c  N st    82   3212282       360       372      3238     95039     13680   6477697   no data   no data
1008.51/1008.59	c  N st    83   3712285       360       372      3238    106490     13680   7520445   no data   no data
1008.51/1008.59	c  S st    83   3712285       360       372      3238    106490     13680   7520445   no data   no data
1008.61/1008.71	c  S st    83   3712785       360       372      3238    106985     13680   7556147   no data   no data
1008.73/1008.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1008.83/1008.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.6M T:  0.13
1008.83/1008.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1008.83/1008.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1008.83/1008.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1008.83/1008.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
1008.83/1008.86	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1008.91/1008.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1011.03/1011.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.98 s
1034.51/1034.58	c lits-rem:       735  cl-subs:     2451  v-elim:      0  v-fix:    0  time: 23.51 s
1034.51/1034.58	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1034.71/1034.70	c vivif2 --  cl tried   104534 cl shrink        0 lits rem          0 time: 0.11
1034.71/1034.78	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.09
1034.71/1034.79	c calculated reachability. Time: 0.00
1034.71/1034.79	c  N st    83   3712785       360       372      3238    104534     13680   7306734   no data   no data
1046.72/1046.77	c  F st    84   3751562       360       372      3238    137735     13680  11025507   no data   no data
1046.72/1046.77	c  N st    84   3751562       360       372      3238    137735     13680  11025507   no data   no data
1049.54/1049.54	c Decided on static restart strategy
1056.72/1056.73	c  N st    94   3779870       360       372      3238     86026     13680   5660213   no data   no data
1062.82/1062.86	c  N st    96   3815862       360       372      3238    118658     13680   8982935   no data   no data
1074.73/1074.81	c  N st    97   3848256       360       372      3238    145187     13680  11928914   no data   no data
1091.92/1091.92	c  N st    98   3896844       360       372      3238    109050     13680   7937352   no data   no data
1127.22/1127.24	c  N st    99   3969727       360       372      3238     96637     13680   6963843   no data   no data
1160.02/1160.01	c  N st   100   4079050       360       372      3238    115904     13680   8718937   no data   no data
1198.13/1198.11	c  N st   101   4212786       360       372      3238    155796     13680  12665264   no data   no data
1198.13/1198.11	c  S st   101   4212786       360       372      3238    155796     13680  12665264   no data   no data
1198.32/1198.34	c  S st   101   4213293       360       372      3238    156296     13680  12701131   no data   no data
1198.32/1198.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1198.62/1198.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.8M T:  0.28
1198.62/1198.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1198.62/1198.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1198.62/1198.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1198.62/1198.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
1198.62/1198.65	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1198.72/1198.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
1201.02/1201.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.94 s
1349.53/1349.54	c lits-rem:      1736  cl-subs:     9915  v-elim:      0  v-fix:    0  time: 148.54 s
1349.53/1349.54	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1349.63/1349.69	c vivif2 --  cl tried   146381 cl shrink        0 lits rem          0 time: 0.15
1349.84/1349.83	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.14
1349.84/1349.83	c calculated reachability. Time: 0.00
1349.84/1349.83	c  N st   101   4213293       360       372      3238    146381     13680  11626967   no data   no data
1438.62/1438.67	c  N st   102   4459271       360       372      3238    120912     13680   9050438   no data   no data
1503.23/1503.22	c  N st   103   4713296       360       372      3238    102827     13680   6987001   no data   no data
1503.23/1503.22	c  S st   103   4713296       360       372      3238    102827     13680   6987001   no data   no data
1503.33/1503.34	c  S st   103   4713796       360       372      3238    103318     13680   7020899   no data   no data
1503.33/1503.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1503.53/1503.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.2M T:  0.14
1503.53/1503.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1503.53/1503.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1503.53/1503.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1503.53/1503.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
1503.53/1503.50	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1503.53/1503.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1505.63/1505.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.89 s
1525.13/1525.10	c lits-rem:       559  cl-subs:     2093  v-elim:      0  v-fix:    0  time: 19.49 s
1525.13/1525.10	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1525.23/1525.21	c vivif2 --  cl tried   101225 cl shrink        0 lits rem          0 time: 0.11
1525.33/1525.31	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.09
1525.33/1525.31	c calculated reachability. Time: 0.00
1525.33/1525.31	c  N st   103   4713796       360       372      3238    101225     13680   6804605   no data   no data
1651.73/1651.72	c  N st   104   5213796       360       372      3238    113483     13680   7724857   no data   no data
1651.73/1651.72	c  S st   104   5213796       360       372      3238    113483     13680   7724857   no data   no data
1651.83/1651.87	c  S st   104   5214298       360       372      3238    113975     13680   7761725   no data   no data
1651.83/1651.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1652.03/1652.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.4M T:  0.15
1652.03/1652.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1652.03/1652.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1652.03/1652.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1652.03/1652.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
1652.03/1652.04	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1652.13/1652.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1654.23/1654.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.93 s
1675.93/1675.98	c lits-rem:      1155  cl-subs:     1800  v-elim:      0  v-fix:    0  time: 21.76 s
1675.93/1675.98	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1676.03/1676.08	c vivif2 --  cl tried   112175 cl shrink        0 lits rem          0 time: 0.10
1676.13/1676.19	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.11
1676.13/1676.19	c calculated reachability. Time: 0.00
1676.13/1676.19	c  N st   104   5214298       360       372      3238    112175     13680   7586055   no data   no data
1866.23/1866.21	c  N st   105   5714299       360       372      3238     89114     13680   5437915   no data   no data
1866.23/1866.21	c  S st   105   5714299       360       372      3238     89114     13680   5437915   no data   no data
1866.33/1866.30	c  S st   105   5714802       360       372      3238     89610     13680   5473255   no data   no data
1866.33/1866.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1866.43/1866.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.7M T:  0.11
1866.43/1866.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1866.43/1866.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1866.43/1866.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1866.43/1866.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
1866.43/1866.44	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1866.53/1866.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1868.53/1868.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.89 s
1873.45/1873.43	c lits-rem:       275  cl-subs:      623  v-elim:      0  v-fix:    0  time:  4.92 s
1873.45/1873.43	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1873.53/1873.51	c vivif2 --  cl tried    88987 cl shrink        0 lits rem          0 time: 0.09
1873.53/1873.59	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.08
1873.63/1873.60	c calculated reachability. Time: 0.00
1873.63/1873.60	c  N st   105   5714802       360       372      3238     88987     13680   5419508   no data   no data
2082.74/2082.75	c  N st   106   6214804       360       372      3238    152675     13680  11667571   no data   no data
2082.74/2082.75	c  S st   106   6214804       360       372      3238    152675     13680  11667571   no data   no data
2082.94/2082.98	c  S st   106   6215305       360       372      3238    153159     13680  11697344   no data   no data
2083.04/2083.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2083.34/2083.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.1M T:  0.32
2083.34/2083.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2083.34/2083.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2083.34/2083.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2083.34/2083.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
2083.34/2083.34	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2083.46/2083.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
2085.66/2085.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.01 s
2171.84/2171.86	c lits-rem:      1092  cl-subs:     6757  v-elim:      0  v-fix:    0  time: 86.16 s
2171.84/2171.86	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
2172.04/2172.01	c vivif2 --  cl tried   146402 cl shrink        0 lits rem          0 time: 0.15
2172.14/2172.17	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.16
2172.14/2172.17	c calculated reachability. Time: 0.00
2172.14/2172.17	c  N st   106   6215305       360       372      3238    146402     13680  10996655   no data   no data
2290.36/2290.39	c  N st   107   6715305       360       372      3238    203058     13680  15650582   no data   no data
2290.36/2290.39	c  S st   107   6715305       360       372      3238    203058     13680  15650582   no data   no data
2290.54/2290.58	c  S st   107   6715806       360       372      3238    203555     13680  15686438   no data   no data
2290.64/2290.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2291.04/2291.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.1M T:  0.38
2291.04/2291.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2291.04/2291.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2291.04/2291.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2291.04/2291.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
2291.04/2291.01	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2291.14/2291.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
2293.45/2293.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.98 s
2467.25/2467.20	c lits-rem:       642  cl-subs:    10894  v-elim:      0  v-fix:    0  time: 173.72 s
2467.25/2467.20	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
2467.47/2467.42	c vivif2 --  cl tried   192661 cl shrink        0 lits rem          0 time: 0.22
2467.65/2467.63	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.21
2467.65/2467.63	c calculated reachability. Time: 0.00
2467.65/2467.63	c  N st   107   6715806       360       372      3238    192661     13680  14602988   no data   no data
2679.35/2679.38	c  N st   108   7215809       360       372      3238    117085     13680   7644006   no data   no data
2679.35/2679.38	c  S st   108   7215809       360       372      3238    117085     13680   7644006   no data   no data
2679.45/2679.50	c  S st   108   7216312       360       372      3238    117580     13680   7680260   no data   no data
2679.55/2679.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2679.67/2679.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.3M T:  0.17
2679.67/2679.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2679.67/2679.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2679.67/2679.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2679.67/2679.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
2679.67/2679.69	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2679.77/2679.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
2681.97/2681.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.00 s
2698.75/2698.77	c lits-rem:       700  cl-subs:     1764  v-elim:      0  v-fix:    0  time: 16.84 s
2698.75/2698.77	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
2698.85/2698.88	c vivif2 --  cl tried   115816 cl shrink        0 lits rem          0 time: 0.10
2698.95/2698.99	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.11
2698.95/2698.99	c calculated reachability. Time: 0.00
2698.95/2698.99	c  N st   108   7216312       360       372      3238    115816     13680   7502203   no data   no data
2847.56/2847.50	c  N st   109   7716312       360       372      3238    135258     13680   9139994   no data   no data
2847.56/2847.50	c  S st   109   7716312       360       372      3238    135258     13680   9139994   no data   no data
2847.66/2847.69	c  S st   109   7716813       360       372      3238    135747     13680   9178220   no data   no data
2847.76/2847.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2847.98/2847.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.2M T:  0.21
2847.98/2847.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2847.98/2847.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2847.98/2847.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2847.98/2847.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
2847.98/2847.93	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2848.08/2848.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
2850.18/2850.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.95 s
2884.86/2884.87	c lits-rem:      1121  cl-subs:     2863  v-elim:      0  v-fix:    0  time: 34.70 s
2884.86/2884.87	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
2885.06/2885.00	c vivif2 --  cl tried   132884 cl shrink        0 lits rem          0 time: 0.14
2885.16/2885.13	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.12
2885.16/2885.13	c calculated reachability. Time: 0.00
2885.16/2885.13	c  N st   109   7716813       360       372      3238    132884     13680   8896108   no data   no data
3032.27/3032.26	c  N st   110   8216813       360       372      3238    136468     13680   9330665   no data   no data
3032.27/3032.26	c  S st   110   8216813       360       372      3238    136468     13680   9330665   no data   no data
3032.47/3032.42	c  S st   110   8217317       360       372      3238    136960     13680   9365813   no data   no data
3032.47/3032.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3032.67/3032.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.9M T:  0.21
3032.67/3032.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3032.67/3032.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3032.67/3032.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3032.67/3032.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
3032.67/3032.66	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3032.78/3032.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
3035.08/3035.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
3060.77/3060.74	c lits-rem:       793  cl-subs:     2159  v-elim:      0  v-fix:    0  time: 25.72 s
3060.77/3060.74	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
3060.87/3060.89	c vivif2 --  cl tried   134801 cl shrink        0 lits rem          0 time: 0.15
3061.07/3061.03	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.14
3061.07/3061.03	c calculated reachability. Time: 0.00
3061.07/3061.03	c  N st   110   8217317       360       372      3238    134801     13680   9126665   no data   no data
3372.87/3372.84	c  N st   111   8717319       360       372      3238    109290     13680   6754343   no data   no data
3372.87/3372.84	c  S st   111   8717319       360       372      3238    109290     13680   6754343   no data   no data
3372.97/3372.96	c  S st   111   8717820       360       372      3238    109776     13680   6787602   no data   no data
3372.97/3372.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3373.17/3373.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.5M T:  0.14
3373.17/3373.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3373.17/3373.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3373.17/3373.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3373.17/3373.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
3373.17/3373.13	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3373.27/3373.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
3375.27/3375.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.92 s
3380.77/3380.78	c lits-rem:       315  cl-subs:      668  v-elim:      0  v-fix:    0  time:  5.51 s
3380.77/3380.78	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
3380.87/3380.87	c vivif2 --  cl tried   109108 cl shrink        0 lits rem          0 time: 0.09
3380.97/3380.97	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.10
3380.97/3380.97	c calculated reachability. Time: 0.00
3380.97/3380.97	c  N st   111   8717820       360       372      3238    109108     13680   6721818   no data   no data
3555.08/3555.06	c  N st   112   9217820       360       372      3238    213456     13680  16445794   no data   no data
3555.08/3555.06	c  S st   112   9217820       360       372      3238    213456     13680  16445794   no data   no data
3555.40/3555.37	c  S st   112   9218325       360       372      3238    213953     13680  16485332   no data   no data
3555.48/3555.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3555.88/3555.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.2M T:  0.40
3555.88/3555.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3555.88/3555.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3555.88/3555.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3555.88/3555.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
3555.88/3555.82	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3555.98/3555.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
3558.59/3558.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.23 s
3740.28/3740.25	c lits-rem:      1116  cl-subs:    10654  v-elim:      0  v-fix:    0  time: 181.70 s
3740.28/3740.25	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
3740.58/3740.50	c vivif2 --  cl tried   203299 cl shrink        0 lits rem          0 time: 0.25
3740.78/3740.74	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.24
3740.78/3740.75	c calculated reachability. Time: 0.00
3740.78/3740.75	c  N st   112   9218325       360       372      3238    203299     13680  15420364   no data   no data
3953.78/3953.77	c  N st   113   9718327       360       372      3238    167658     13680  12266065   no data   no data
3953.78/3953.77	c  S st   113   9718327       360       372      3238    167658     13680  12266065   no data   no data
3953.98/3953.99	c  S st   113   9718827       360       372      3238    168145     13680  12307612   no data   no data
3954.08/3954.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3954.38/3954.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.5M T:  0.30
3954.38/3954.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3954.38/3954.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3954.38/3954.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3954.38/3954.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
3954.38/3954.34	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3954.48/3954.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
3956.68/3956.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.00 s
4014.69/4014.61	c lits-rem:       747  cl-subs:     4391  v-elim:      0  v-fix:    0  time: 57.91 s
4014.69/4014.61	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
4014.79/4014.78	c vivif2 --  cl tried   163754 cl shrink        0 lits rem          0 time: 0.17
4014.98/4014.98	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.20
4014.98/4014.99	c calculated reachability. Time: 0.00
4014.98/4014.99	c  N st   113   9718827       360       372      3238    163754     13680  11832397   no data   no data
4123.10/4123.01	c  N st   114  10218828       360       372      3238    243974     13680  18536511   no data   no data
4123.10/4123.01	c  S st   114  10218828       360       372      3238    243974     13680  18536511   no data   no data
4123.30/4123.27	c  S st   114  10219329       360       372      3238    244464     13680  18571397   no data   no data
4123.40/4123.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4123.80/4123.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.2M T:  0.47
4123.80/4123.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4123.80/4123.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4123.80/4123.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4123.80/4123.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
4123.80/4123.79	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4124.01/4123.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
4126.40/4126.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.97 s
4307.30/4307.26	c lits-rem:       639  cl-subs:     8866  v-elim:      0  v-fix:    0  time: 180.94 s
4307.30/4307.26	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
4307.60/4307.53	c vivif2 --  cl tried   235598 cl shrink        0 lits rem          0 time: 0.26
4307.90/4307.80	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.27
4307.90/4307.81	c calculated reachability. Time: 0.00
4307.90/4307.81	c  N st   114  10219329       360       372      3238    235598     13680  17700325   no data   no data
4439.71/4439.65	c  N st   115  10719332       360       372      3238    169597     13680  11449412   no data   no data
4439.71/4439.65	c  S st   115  10719332       360       372      3238    169597     13680  11449412   no data   no data
4439.90/4439.85	c  S st   115  10719834       360       372      3238    170084     13680  11483061   no data   no data
4439.90/4439.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4440.20/4440.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.4M T:  0.30
4440.20/4440.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4440.20/4440.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4440.20/4440.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4440.20/4440.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
4440.20/4440.19	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4440.40/4440.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
4442.70/4442.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.09 s
4484.60/4484.58	c lits-rem:       600  cl-subs:     3867  v-elim:      0  v-fix:    0  time: 41.94 s
4484.60/4484.58	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
4484.81/4484.76	c vivif2 --  cl tried   166217 cl shrink        0 lits rem          0 time: 0.18
4485.00/4484.95	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.19
4485.00/4484.96	c calculated reachability. Time: 0.00
4485.00/4484.96	c  N st   115  10719834       360       372      3238    166217     13680  11094035   no data   no data
4607.60/4607.57	c  N st   116  11219838       360       372      3238    227429     13680  16791612   no data   no data
4607.60/4607.57	c  S st   116  11219838       360       372      3238    227429     13680  16791612   no data   no data
4607.80/4607.79	c  S st   116  11220340       360       372      3238    227920     13680  16827126   no data   no data
4607.90/4607.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4608.30/4608.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.2M T:  0.43
4608.30/4608.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4608.30/4608.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4608.30/4608.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4608.30/4608.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    360 time:  0.00 s
4608.30/4608.27	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4608.50/4608.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
4611.00/4610.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.15 s
4741.51/4741.46	c lits-rem:       619  cl-subs:     7141  v-elim:      0  v-fix:    0  time: 130.53 s
4741.51/4741.46	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
4741.81/4741.73	c vivif2 --  cl tried   220779 cl shrink        0 lits rem          0 time: 0.27
4742.01/4741.99	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.27
4742.11/4742.00	c calculated reachability. Time: 0.00
4742.11/4742.00	c  N st   116  11220340       360       372      3238    220779     13680  16101528   no data   no data

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-3421991-1306625992/watcher-3421991-1306625992 -o /tmp/evaluation-result-3421991-1306625992/solver-3421991-1306625992 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3421991-1306625992.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.12 2.05 2.01 2/464 26613
/proc/meminfo: memFree=14946860/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=30024 CPUtime=0.01 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 652 0 0 0 1 0 0 0 25 0 1 0 774199043 30744576 592 33554432000 4194304 4580011 140736264644576 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 7506 592 363 95 0 2488 0

[startup+0.103378 s]
/proc/loadavg: 2.12 2.05 2.01 2/464 26613
/proc/meminfo: memFree=14946860/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=30300 CPUtime=0.1 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 903 0 0 0 10 0 0 0 25 0 1 0 774199043 31027200 843 33554432000 4194304 4580011 140736264644576 18446744073709551615 4322512 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 7575 843 364 95 0 2557 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 30300

[startup+0.200351 s]
/proc/loadavg: 2.12 2.05 2.01 2/464 26613
/proc/meminfo: memFree=14946860/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=31164 CPUtime=0.19 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1249 0 0 0 19 0 0 0 25 0 1 0 774199043 31911936 863 33554432000 4194304 4580011 140736264644576 18446744073709551615 4296705 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 7791 863 364 95 0 2773 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 31164

[startup+0.300337 s]
/proc/loadavg: 2.12 2.05 2.01 2/464 26613
/proc/meminfo: memFree=14946860/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=31296 CPUtime=0.29 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1455 0 0 0 29 0 0 0 25 0 1 0 774199043 32047104 1069 33554432000 4194304 4580011 140736264644576 18446744073709551615 248089395296 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 7824 1069 364 95 0 2806 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31296

[startup+0.700268 s]
/proc/loadavg: 2.12 2.05 2.01 2/464 26613
/proc/meminfo: memFree=14946860/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=32284 CPUtime=0.69 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 2210 0 0 0 69 0 0 0 25 0 1 0 774199043 33058816 1199 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 8071 1199 364 95 0 3053 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32284

[startup+1.50106 s]
/proc/loadavg: 2.11 2.05 2.01 3/465 26614
/proc/meminfo: memFree=14939412/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=33116 CPUtime=1.49 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 3394 0 0 0 149 0 0 0 25 0 1 0 774199043 33910784 1581 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294478 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 8279 1581 364 95 0 3261 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33116

[startup+3.10079 s]
/proc/loadavg: 2.11 2.05 2.01 3/465 26614
/proc/meminfo: memFree=14937928/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=50048 CPUtime=3.09 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 8346 0 0 0 309 0 0 0 25 0 1 0 774199043 51249152 5605 33554432000 4194304 4580011 140736264644576 18446744073709551615 4406289 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 12512 5605 367 95 0 7494 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50048

[startup+6.30028 s]
/proc/loadavg: 2.11 2.05 2.01 3/465 26614
/proc/meminfo: memFree=14922748/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=50860 CPUtime=6.29 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 11150 0 0 0 628 1 0 0 25 0 1 0 774199043 52080640 6072 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 12715 6072 367 95 0 7697 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50860

[startup+12.7011 s]
/proc/loadavg: 2.09 2.05 2.01 3/465 26614
/proc/meminfo: memFree=14916368/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=54544 CPUtime=12.69 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 17370 0 0 0 1268 1 0 0 25 0 1 0 774199043 55853056 7371 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 13636 7371 367 95 0 8618 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54544

[startup+25.5009 s]
/proc/loadavg: 2.08 2.04 2.01 3/465 26614
/proc/meminfo: memFree=14902464/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=78032 CPUtime=25.49 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 29503 0 0 0 2546 3 0 0 25 0 1 0 774199043 79904768 13218 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 19508 13218 367 95 0 14490 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78032

[startup+51.1004 s]
/proc/loadavg: 2.05 2.04 2.00 3/465 26615
/proc/meminfo: memFree=14831592/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=103928 CPUtime=51.09 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 51027 0 0 0 5102 7 0 0 25 0 1 0 774199043 106422272 18315 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 25982 18315 367 95 0 20964 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 103928

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/465 26616
/proc/meminfo: memFree=14755160/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=127232 CPUtime=102.31 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 98435 0 0 0 10216 15 0 0 25 0 1 0 774199043 130285568 23658 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294485 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 31808 23658 367 95 0 26790 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 127232

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 26618
/proc/meminfo: memFree=14648216/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=175056 CPUtime=162.29 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 148868 0 0 0 16206 23 0 0 25 0 1 0 774199043 179257344 36350 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 43764 36350 367 95 0 38746 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 175056

[startup+222.317 s]
/proc/loadavg: 2.08 2.03 2.01 3/465 26620
/proc/meminfo: memFree=14645828/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=260416 CPUtime=222.31 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 199453 0 0 0 22200 31 0 0 25 0 1 0 774199043 266665984 38936 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 65104 38936 367 95 0 60086 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 260416

[startup+282.301 s]
/proc/loadavg: 2.10 2.04 2.00 3/465 26621
/proc/meminfo: memFree=14476644/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=304784 CPUtime=282.3 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 237346 0 0 0 28192 38 0 0 25 0 1 0 774199043 312098816 48577 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294478 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 76196 48577 367 95 0 71178 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 304784

[startup+342.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/465 26623
/proc/meminfo: memFree=14448700/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=261008 CPUtime=342.3 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 266861 0 0 0 34187 43 0 0 25 0 1 0 774199043 267272192 55744 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294485 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 65252 55744 367 95 0 60234 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 261008

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/465 26624
/proc/meminfo: memFree=14438496/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=382944 CPUtime=402.3 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 284816 0 0 0 40185 45 0 0 25 0 1 0 774199043 392134656 66187 33554432000 4194304 4580011 140736264644576 18446744073709551615 4406279 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 95736 66187 367 95 0 90718 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 382944

[startup+462.301 s]
/proc/loadavg: 2.14 2.05 2.01 3/465 26626
/proc/meminfo: memFree=14316796/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=410812 CPUtime=462.3 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 308790 0 0 0 46182 48 0 0 25 0 1 0 774199043 420671488 71393 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 102703 71393 367 95 0 97685 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 410812

[startup+522.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/465 26628
/proc/meminfo: memFree=14283904/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=317656 CPUtime=522.3 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 348676 0 0 0 52175 55 0 0 25 0 1 0 774199043 325279744 68926 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 79414 68926 367 95 0 74396 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 317656

[startup+582.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/465 26629
/proc/meminfo: memFree=14263860/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=418264 CPUtime=582.3 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 352798 0 0 0 58174 56 0 0 25 0 1 0 774199043 428302336 73048 33554432000 4194304 4580011 140736264644576 18446744073709551615 4406262 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 104566 73048 367 95 0 99548 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 418264

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/465 26732
/proc/meminfo: memFree=13204512/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=872520 CPUtime=4002.38 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1464844 0 0 0 400011 227 0 0 25 0 1 0 774199043 893460480 158991 33554432000 4194304 4580011 140736264644576 18446744073709551615 4406269 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 218130 158991 367 95 0 213112 0
Current children cumulated CPU time (s) 4002.38
Current children cumulated vsize (KiB) 872520

[startup+4062.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/465 26734
/proc/meminfo: memFree=13154872/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=874804 CPUtime=4062.4 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1491238 0 0 0 406008 232 0 0 25 0 1 0 774199043 895799296 165053 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294478 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 218701 165053 367 95 0 213683 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 874804

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 26736
/proc/meminfo: memFree=13161644/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=878880 CPUtime=4122.4 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1530196 0 0 0 412001 239 0 0 25 0 1 0 774199043 899973120 165069 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 219720 165069 367 95 0 214702 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 878880

[startup+4182.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 26737
/proc/meminfo: memFree=13114488/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=932392 CPUtime=4182.42 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1543559 0 0 0 418002 240 0 0 25 0 1 0 774199043 954769408 178432 33554432000 4194304 4580011 140736264644576 18446744073709551615 4406380 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 233098 178432 367 95 0 228080 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 932392

[startup+4242.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/465 26739
/proc/meminfo: memFree=13025520/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=932392 CPUtime=4242.4 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1543559 0 0 0 424000 240 0 0 25 0 1 0 774199043 954769408 178432 33554432000 4194304 4580011 140736264644576 18446744073709551615 4406299 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 233098 178432 367 95 0 228080 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 932392

[startup+4302.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/465 26740
/proc/meminfo: memFree=13025608/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=932392 CPUtime=4302.4 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1543559 0 0 0 430000 240 0 0 25 0 1 0 774199043 954769408 178432 33554432000 4194304 4580011 140736264644576 18446744073709551615 4416361 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 233098 178432 367 95 0 228080 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 932392

[startup+4362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/465 26742
/proc/meminfo: memFree=13057692/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=744972 CPUtime=4362.4 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1577752 0 0 0 435996 244 0 0 25 0 1 0 774199043 762851328 170739 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 186243 170739 367 95 0 181225 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 744972

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 26744
/proc/meminfo: memFree=13041664/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=932228 CPUtime=4422.4 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1605808 0 0 0 441991 249 0 0 25 0 1 0 774199043 954601472 178270 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 233057 178270 367 95 0 228039 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 932228

[startup+4482.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/465 26745
/proc/meminfo: memFree=13076816/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=745152 CPUtime=4482.4 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1619365 0 0 0 447989 251 0 0 25 0 1 0 774199043 763035648 171329 33554432000 4194304 4580011 140736264644576 18446744073709551615 4415922 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 186288 171329 367 95 0 181270 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 745152

[startup+4542.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/465 26747
/proc/meminfo: memFree=13052848/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=935916 CPUtime=4542.4 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1649682 0 0 0 453984 256 0 0 25 0 1 0 774199043 958377984 180368 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 233979 180368 367 95 0 228961 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 935916

[startup+4602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/465 26748
/proc/meminfo: memFree=13102668/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=940908 CPUtime=4602.4 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1686690 0 0 0 459979 261 0 0 25 0 1 0 774199043 963489792 174987 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 235227 174987 367 95 0 230209 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 940908

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 26750
/proc/meminfo: memFree=12949604/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=953872 CPUtime=4662.4 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1690910 0 0 0 465979 261 0 0 25 0 1 0 774199043 976764928 179207 33554432000 4194304 4580011 140736264644576 18446744073709551615 4406299 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 238468 179207 367 95 0 233450 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 953872

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 26752
/proc/meminfo: memFree=12950448/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=953872 CPUtime=4722.42 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1690910 0 0 0 471981 261 0 0 25 0 1 0 774199043 976764928 179207 33554432000 4194304 4580011 140736264644576 18446744073709551615 4406312 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 238468 179207 367 95 0 233450 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 953872

[startup+4782.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/465 26753
/proc/meminfo: memFree=12970384/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=759344 CPUtime=4782.41 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1707890 0 0 0 477977 264 0 0 25 0 1 0 774199043 777568256 173864 33554432000 4194304 4580011 140736264644576 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 189836 173864 367 95 0 184818 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 759344

[startup+4842.32 s]
/proc/loadavg: 2.02 2.02 2.00 3/465 26755
/proc/meminfo: memFree=12936096/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=952060 CPUtime=4842.43 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1716293 0 0 0 483977 266 0 0 25 0 1 0 774199043 974909440 182267 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 238015 182267 367 95 0 232997 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 952060

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 26765
/proc/meminfo: memFree=12999800/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=942852 CPUtime=4902.41 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1734888 0 0 0 489972 269 0 0 25 0 1 0 774199043 965480448 179663 33554432000 4194304 4580011 140736264644576 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 235713 179663 367 95 0 230695 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 942852

[startup+4962.3 s]
/proc/loadavg: 1.92 1.99 1.99 2/459 26785
/proc/meminfo: memFree=14438208/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=757140 CPUtime=4962.42 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1750208 0 0 0 495970 272 0 0 25 0 1 0 774199043 775311360 173418 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 189285 173418 367 95 0 184267 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 757140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.65 1.91 1.97 2/459 26786
/proc/meminfo: memFree=14414288/32950928 swapFree=56743108/67111528
[pid=26613] ppid=26611 vsize=941044 CPUtime=5000.03 cores=0,2,4,6
/proc/26613/stat : 26613 (strangenight2-s) R 26611 26613 26002 0 -1 4202496 1756270 0 0 0 499730 273 0 0 25 0 1 0 774199043 963629056 179480 33554432000 4194304 4580011 140736264644576 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26613/statm: 235261 179480 367 95 0 230243 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 941044

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.07
CPU user time (s): 4997.3
CPU system time (s): 2.76458
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 987060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.3
system time used= 2.76458
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1756270
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= 6
involuntary context switches= 4735

runsolver used 23.1875 second user time and 51.7031 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-29 01:39:52
IDJOB=3421991
IDBENCH=85459
IDSOLVER=1887
FILE ID=node123/3421991-1306625992
RUNJOBID= node123-1306615132-26020
PBS_JOBID= 13471633
Free space on /tmp= 73440 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-020-019.shuffled-as.sat05-1190.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421991-1306625992/watcher-3421991-1306625992 -o /tmp/evaluation-result-3421991-1306625992/solver-3421991-1306625992 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3421991-1306625992.cnf

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

MD5SUM BENCH= 81bbeaaf9f0ca3bfc36d743097777052
RANDOM SEED=1007354332

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14947148 kB
Buffers:        256280 kB
Cached:        4228176 kB
SwapCached:      18836 kB
Active:        3375040 kB
Inactive:     14372952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14947148 kB
SwapTotal:    67111528 kB
SwapFree:     56743108 kB
Dirty:            7276 kB
Writeback:           0 kB
AnonPages:    13252628 kB
Mapped:          32056 kB
Slab:           109548 kB
PageTables:      79096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133639720 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= 73440 MiB
End job on node123 at 2011-05-29 03:03:14