Trace number 3422015

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.08 4999.94

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_3900_3900_220.shuffled.cnf
MD5SUMf0b7e0675915478b15cab3695fd0fd62
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.033994
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses3432
Sum of the clauses size17000
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32
Number of clauses of size 4156
Number of clauses of size 53274
Number of clauses of size over 50

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-3422015-1306631615.cnf'
0.00/0.00	c -- header says num vars:            220
0.00/0.00	c -- header says num clauses:        3432
0.00/0.00	c -- clauses added:            0 learnts,         3432 normals,            0 xors
0.00/0.00	c -- vars added        220
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       220      3432         0         0     17000         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:      89 undec:      50 neg:      81
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       220      3432         0         0     17000         0   no data   no data
0.03/0.06	c Decided on static restart strategy
0.09/0.15	c  N st     8      4914       220      3432         0      4796     17000    213180   no data   no data
0.39/0.40	c  N st    10     11297       220      3432         0      4431     17000    141091   no data   no data
0.59/0.67	c  N st    11     17040       220      3432         0      9991     17000    399258   no data   no data
1.00/1.08	c  F st    12     25002       220      3432         0     12288     17000    491429   no data   no data
1.00/1.08	c  N st    12     25002       220      3432         0     12288     17000    491429   no data   no data
1.19/1.29	c Decided on static restart strategy
1.19/1.29	c  N st    18     30001       220      3432         0     10551     17000    376138   no data   no data
1.19/1.29	c  S st    18     30001       220      3432         0     10551     17000    376138   no data   no data
1.29/1.32	c  S st    18     30506       220      3432         0     11050     17000    396125   no data   no data
1.29/1.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.29/1.33	c blocked clauses removed:        0 vars:      0 tried:         220 T: 0.00 s
1.29/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.29/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
1.29/1.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.29/1.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.29/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.55	c lits-rem:       174  cl-subs:      548  v-elim:      0  v-fix:    0  time:  0.21 s
1.49/1.58	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.03
1.49/1.58	c calculated reachability. Time: 0.00
1.49/1.58	c  N st    18     30506       220      3432         0     10502     17000    365052   no data   no data
1.89/1.95	c  N st    20     37619       220      3432         0      9716     17000    298511   no data   no data
2.29/2.32	c  N st    21     44018       220      3432         0     15935     17000    588280   no data   no data
2.39/2.41	c  S st    22     45759       220      3432         0      8918     17000    229162   no data   no data
2.39/2.44	c  S st    22     46262       220      3432         0      9419     17000    250457   no data   no data
2.39/2.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.39/2.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.39/2.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.39/2.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.39/2.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
2.39/2.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.39/2.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.39/2.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.49	c lits-rem:        45  cl-subs:       90  v-elim:      0  v-fix:    0  time:  0.04 s
2.39/2.49	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
2.39/2.49	c vivif2 --  cl tried     9329 cl shrink        0 lits rem          0 time: 0.00
2.49/2.53	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.03
2.49/2.53	c calculated reachability. Time: 0.00
2.49/2.53	c  N st    22     46262       220      3432         0      9329     17000    245364   no data   no data
3.30/3.37	c  N st    23     60659       220      3432         0     13632     17000    428549   no data   no data
3.88/3.95	c  N st    24     69395       220      3432         0     11429     17000    301524   no data   no data
3.88/3.95	c  S st    24     69395       220      3432         0     11429     17000    301524   no data   no data
3.88/3.98	c  S st    24     69896       220      3432         0     11928     17000    321913   no data   no data
3.88/3.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.88/3.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.88/3.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.88/3.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.88/3.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.88/3.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
3.88/3.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.88/3.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.88/4.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/4.08	c lits-rem:       123  cl-subs:      131  v-elim:      0  v-fix:    0  time:  0.08 s
3.99/4.08	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
3.99/4.08	c vivif2 --  cl tried    11797 cl shrink        0 lits rem          0 time: 0.00
4.09/4.12	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.04
4.09/4.12	c calculated reachability. Time: 0.00
4.09/4.12	c  N st    24     69896       220      3432         0     11797     17000    314533   no data   no data
5.29/5.33	c  F st    25     87501       220      3432         0     17237     17000    561547   no data   no data
5.29/5.33	c  N st    25     87501       220      3432         0     17237     17000    561547   no data   no data
5.59/5.69	c Decided on static restart strategy
5.89/5.91	c  N st    32     95543       220      3432         0     25047     17000    905661   no data   no data
6.39/6.50	c  N st    34    104844       220      3432         0     21466     17000    723924   no data   no data
6.39/6.50	c  S st    34    104844       220      3432         0     21466     17000    723924   no data   no data
6.50/6.55	c  S st    34    105346       220      3432         0     21967     17000    743539   no data   no data
6.50/6.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.50/6.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
6.50/6.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.50/6.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.50/6.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.50/6.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
6.50/6.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.50/6.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
6.50/6.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.19/7.22	c lits-rem:       574  cl-subs:      867  v-elim:      0  v-fix:    0  time:  0.64 s
7.19/7.22	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
7.19/7.23	c vivif2 --  cl tried    21100 cl shrink        0 lits rem          0 time: 0.01
7.19/7.29	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.06
7.19/7.29	c calculated reachability. Time: 0.00
7.19/7.29	c  N st    34    105346       220      3432         0     21100     17000    692091   no data   no data
7.99/8.02	c  N st    35    114947       220      3432         0     16816     17000    455412   no data   no data
9.19/9.26	c  N st    36    129345       220      3432         0     16248     17000    399580   no data   no data
10.89/10.98	c  N st    37    150940       220      3432         0     21654     17000    616707   no data   no data
11.49/11.60	c  S st    38    158019       220      3432         0     28535     17000    922440   no data   no data
11.59/11.66	c  S st    38    158523       220      3432         0     29039     17000    943030   no data   no data
11.59/11.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.59/11.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.59/11.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.59/11.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.59/11.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.59/11.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
11.59/11.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.59/11.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.69/11.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.89/12.98	c lits-rem:       870  cl-subs:     1346  v-elim:      0  v-fix:    0  time:  1.28 s
12.89/12.98	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
12.89/12.99	c vivif2 --  cl tried    27693 cl shrink        0 lits rem          0 time: 0.01
12.99/13.08	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.08
12.99/13.08	c calculated reachability. Time: 0.00
12.99/13.08	c  N st    38    158523       220      3432         0     27693     17000    871353   no data   no data
17.49/17.60	c  N st    39    207111       220      3432         0     22385     17000    587575   no data   no data
20.69/20.70	c  N st    40    237784       220      3432         0     32743     17000   1060373   no data   no data
20.69/20.70	c  S st    40    237784       220      3432         0     32743     17000   1060373   no data   no data
20.69/20.77	c  S st    40    238287       220      3432         0     33243     17000   1081103   no data   no data
20.69/20.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.69/20.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.69/20.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.69/20.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.69/20.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.69/20.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
20.69/20.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.69/20.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.80/20.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.49/22.58	c lits-rem:       823  cl-subs:     1347  v-elim:      0  v-fix:    0  time:  1.76 s
22.49/22.58	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
22.49/22.59	c vivif2 --  cl tried    31896 cl shrink        0 lits rem          0 time: 0.01
22.59/22.68	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.09
22.59/22.68	c calculated reachability. Time: 0.00
22.59/22.68	c  N st    40    238287       220      3432         0     31896     17000    999632   no data   no data
29.89/29.96	c  F st    41    306250       220      3432         0     33662     17000   1009254   no data   no data
29.89/29.96	c  N st    41    306250       220      3432         0     33662     17000   1009254   no data   no data
30.49/30.55	c Decided on static restart strategy
32.79/32.84	c  N st    51    334556       220      3432         0     37983     17000   1111423   no data   no data
34.99/35.02	c  N st    53    357432       220      3432         0     35980     17000   1027572   no data   no data
34.99/35.02	c  S st    53    357432       220      3432         0     35980     17000   1027572   no data   no data
34.99/35.10	c  S st    53    357933       220      3432         0     36477     17000   1047580   no data   no data
34.99/35.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.99/35.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
34.99/35.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.99/35.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.99/35.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.99/35.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
34.99/35.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.10/35.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.10/35.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.20/36.26	c lits-rem:       960  cl-subs:     1059  v-elim:      0  v-fix:    0  time:  1.11 s
36.20/36.26	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
36.20/36.27	c vivif2 --  cl tried    35418 cl shrink        0 lits rem          0 time: 0.01
36.31/36.38	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.11
36.31/36.38	c calculated reachability. Time: 0.00
36.31/36.38	c  N st    53    357933       220      3432         0     35418     17000    988755   no data   no data
39.89/39.98	c  N st    54    390327       220      3432         0     41694     17000   1283409   no data   no data
45.49/45.59	c  N st    55    438915       220      3432         0     35275     17000    905021   no data   no data
54.19/54.23	c  N st    56    511797       220      3432         0     48768     17000   1522855   no data   no data
57.29/57.34	c  N st    57    536901       220      3432         0     43083     17000   1171288   no data   no data
57.29/57.34	c  S st    57    536901       220      3432         0     43083     17000   1171288   no data   no data
57.39/57.44	c  S st    57    537406       220      3432         0     43582     17000   1191901   no data   no data
57.39/57.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.39/57.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
57.39/57.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.39/57.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.39/57.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.39/57.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
57.39/57.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.39/57.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
57.39/57.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.49/59.54	c lits-rem:       630  cl-subs:     1631  v-elim:      0  v-fix:    0  time:  2.05 s
59.49/59.54	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
59.49/59.56	c vivif2 --  cl tried    41951 cl shrink        0 lits rem          0 time: 0.01
59.59/59.68	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.12
59.59/59.68	c calculated reachability. Time: 0.00
59.59/59.68	c  N st    57    537406       220      3432         0     41951     17000   1103669   no data   no data
83.19/83.25	c  N st    58    701390       220      3432         0     35949     17000    687684   no data   no data
98.79/98.86	c  N st    59    806109       220      3432         0     64818     17000   1994552   no data   no data
98.79/98.86	c  S st    59    806109       220      3432         0     64818     17000   1994552   no data   no data
98.90/99.00	c  S st    59    806614       220      3432         0     65317     17000   2014660   no data   no data
98.90/99.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
99.01/99.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
99.01/99.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
99.01/99.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.01/99.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.01/99.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
99.01/99.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
99.01/99.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
99.01/99.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
109.00/109.00	c lits-rem:      1562  cl-subs:     3741  v-elim:      0  v-fix:    0  time:  9.91 s
109.00/109.00	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
109.00/109.03	c vivif2 --  cl tried    61576 cl shrink        0 lits rem          0 time: 0.02
109.20/109.22	c asymm  cl-useful: 0/3432/3432 lits-rem:0 time: 0.19
109.20/109.22	c calculated reachability. Time: 0.00
109.20/109.22	c  N st    59    806614       220      3432         0     61576     17000   1821026   no data   no data
151.90/151.98	c  F st    60   1071877       220      3432         0     76801     17000   2292972   no data   no data
151.90/151.98	c  N st    60   1071877       220      3432         0     76801     17000   2292972   no data   no data
153.00/153.08	c Decided on static restart strategy
156.49/156.59	c  N st    70   1100183       220      3432         0     61074     17000   1569751   no data   no data
162.70/162.78	c  N st    72   1136177       220      3432         0     51638     17000   1106240   no data   no data
167.99/168.04	c  N st    73   1168569       220      3432         0     83020     17000   2619645   no data   no data
174.49/174.52	c  N st    74   1209922       220      3432         0     77676     17000   2280879   no data   no data
174.49/174.52	c  S st    74   1209922       220      3432         0     77676     17000   2280879   no data   no data
174.59/174.69	c  S st    74   1210423       220      3432         0     78173     17000   2300907   no data   no data
174.59/174.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
174.69/174.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
174.69/174.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
174.69/174.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
174.69/174.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
174.69/174.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
174.69/174.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
174.69/174.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
174.69/174.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
184.90/184.90	c lits-rem:      1634  cl-subs:     3586  v-elim:      0  v-fix:    0  time: 10.10 s
184.90/184.90	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
184.90/184.93	c vivif2 --  cl tried    74587 cl shrink        0 lits rem          0 time: 0.03
185.10/185.16	c asymm  cl-useful: 0/3126/3432 lits-rem:0 time: 0.23
185.10/185.17	c calculated reachability. Time: 0.00
185.10/185.17	c  N st    74   1210423       220      3432         0     74587     17000   2114938   no data   no data
198.59/198.69	c  N st    75   1283307       220      3432         0     51257     17000    973736   no data   no data
218.30/218.36	c  N st    76   1392630       220      3432         0     59200     17000   1301252   no data   no data
249.50/249.52	c  N st    77   1556614       220      3432         0     63872     17000   1423438   no data   no data
281.70/281.79	c  N st    78   1710423       220      3432         0    104935     17000   3361128   no data   no data
281.70/281.79	c  S st    78   1710423       220      3432         0    104935     17000   3361128   no data   no data
282.00/282.01	c  S st    78   1710926       220      3432         0    105435     17000   3382594   no data   no data
282.00/282.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
282.00/282.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
282.00/282.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
282.00/282.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
282.00/282.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
282.00/282.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
282.00/282.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
282.10/282.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
282.10/282.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
312.90/312.99	c lits-rem:      6272  cl-subs:     7153  v-elim:      0  v-fix:    0  time: 30.81 s
312.90/312.99	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
313.00/313.03	c vivif2 --  cl tried    98282 cl shrink        0 lits rem          0 time: 0.04
313.20/313.29	c asymm  cl-useful: 0/2485/3432 lits-rem:0 time: 0.26
313.20/313.29	c calculated reachability. Time: 0.00
313.20/313.29	c  N st    78   1710926       220      3432         0     98282     17000   2994612   no data   no data
388.60/388.64	c  N st    79   2079890       220      3432         0    110202     17000   3445528   no data   no data
417.81/417.90	c  N st    80   2210926       220      3432         0    114369     17000   3675540   no data   no data
417.81/417.90	c  S st    80   2210926       220      3432         0    114369     17000   3675540   no data   no data
418.11/418.15	c  S st    80   2211433       220      3432         0    114873     17000   3696609   no data   no data
418.11/418.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
418.21/418.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
418.21/418.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
418.21/418.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
418.21/418.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
418.21/418.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
418.21/418.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
418.21/418.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
418.30/418.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
445.90/445.91	c lits-rem:      4959  cl-subs:     5457  v-elim:      0  v-fix:    0  time: 27.57 s
445.90/445.91	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
445.90/445.95	c vivif2 --  cl tried   109416 cl shrink        0 lits rem          0 time: 0.04
446.00/446.09	c asymm  cl-useful: 0/947/3432 lits-rem:0 time: 0.14
446.00/446.09	c calculated reachability. Time: 0.00
446.00/446.09	c  N st    80   2211433       220      3432         0    109416     17000   3374580   no data   no data
560.21/560.27	c  N st    81   2711434       220      3432         0    132201     17000   4086030   no data   no data
560.21/560.27	c  S st    81   2711434       220      3432         0    132201     17000   4086030   no data   no data
560.51/560.56	c  S st    81   2711939       220      3432         0    132699     17000   4106296   no data   no data
560.51/560.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
560.61/560.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
560.61/560.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
560.61/560.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
560.61/560.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
560.61/560.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
560.61/560.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
560.61/560.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
560.71/560.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
609.00/609.06	c lits-rem:      3322  cl-subs:     9886  v-elim:      0  v-fix:    0  time: 48.29 s
609.00/609.06	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
609.10/609.10	c vivif2 --  cl tried   122813 cl shrink        0 lits rem          0 time: 0.04
609.31/609.40	c asymm  cl-useful: 0/1957/3432 lits-rem:0 time: 0.29
609.31/609.40	c calculated reachability. Time: 0.00
609.31/609.40	c  N st    81   2711939       220      3432         0    122813     17000   3644152   no data   no data
732.52/732.55	c  N st    82   3211939       220      3432         0     99227     17000   2356543   no data   no data
732.52/732.55	c  S st    82   3211939       220      3432         0     99227     17000   2356543   no data   no data
732.71/732.76	c  S st    82   3212443       220      3432         0     99723     17000   2378030   no data   no data
732.71/732.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
732.81/732.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
732.81/732.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
732.81/732.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
732.81/732.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
732.81/732.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
732.81/732.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
732.81/732.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
732.81/732.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
741.81/741.86	c lits-rem:       938  cl-subs:     3315  v-elim:      0  v-fix:    0  time:  8.97 s
741.81/741.86	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
741.81/741.88	c vivif2 --  cl tried    96408 cl shrink        0 lits rem          0 time: 0.03
742.01/742.05	c asymm  cl-useful: 0/1475/3432 lits-rem:0 time: 0.16
742.01/742.05	c calculated reachability. Time: 0.00
742.01/742.05	c  N st    82   3212443       220      3432         0     96408     17000   2216277   no data   no data
876.92/876.97	c  N st    83   3712443       220      3432         0    107480     17000   2606313   no data   no data
876.92/876.97	c  S st    83   3712443       220      3432         0    107480     17000   2606313   no data   no data
877.22/877.20	c  S st    83   3712946       220      3432         0    107978     17000   2626733   no data   no data
877.22/877.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
877.22/877.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
877.22/877.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
877.22/877.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
877.22/877.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
877.22/877.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
877.22/877.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
877.22/877.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
877.32/877.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
888.31/888.39	c lits-rem:       983  cl-subs:     3388  v-elim:      0  v-fix:    0  time: 11.04 s
888.31/888.39	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
888.41/888.42	c vivif2 --  cl tried   104590 cl shrink        0 lits rem          0 time: 0.03
888.61/888.67	c asymm  cl-useful: 0/2347/3432 lits-rem:0 time: 0.26
888.61/888.68	c calculated reachability. Time: 0.00
888.61/888.68	c  N st    83   3712946       220      3432         0    104590     17000   2444029   no data   no data
899.01/899.10	c  F st    84   3751562       220      3432         0    141963     17000   4225143   no data   no data
899.11/899.10	c  N st    84   3751562       220      3432         0    141963     17000   4225143   no data   no data
900.82/900.88	c Decided on static restart strategy
907.72/907.71	c  N st    94   3779872       220      3432         0     87310     17000   1539516   no data   no data
916.22/916.28	c  N st    96   3815865       220      3432         0    122186     17000   3200502   no data   no data
925.82/925.88	c  N st    97   3848257       220      3432         0    153377     17000   4635614   no data   no data
938.33/938.33	c  N st    98   3896847       220      3432         0    117146     17000   2923307   no data   no data
960.11/960.17	c  N st    99   3969730       220      3432         0    103423     17000   2226977   no data   no data
990.62/990.64	c  N st   100   4079053       220      3432         0    124105     17000   3174433   no data   no data
1028.92/1028.95	c  N st   101   4212948       220      3432         0    167466     17000   5401646   no data   no data
1028.92/1028.95	c  S st   101   4212948       220      3432         0    167466     17000   5401646   no data   no data
1029.32/1029.32	c  S st   101   4213451       220      3432         0    167965     17000   5422360   no data   no data
1029.32/1029.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1029.42/1029.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
1029.42/1029.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1029.42/1029.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1029.42/1029.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1029.42/1029.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
1029.42/1029.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1029.42/1029.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1029.53/1029.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1096.12/1096.16	c lits-rem:      7743  cl-subs:     9400  v-elim:      0  v-fix:    0  time: 66.56 s
1096.12/1096.16	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
1096.22/1096.23	c vivif2 --  cl tried   158565 cl shrink        0 lits rem          0 time: 0.06
1096.42/1096.48	c asymm  cl-useful: 0/1085/3432 lits-rem:0 time: 0.25
1096.42/1096.49	c calculated reachability. Time: 0.00
1096.42/1096.49	c  N st   101   4213451       220      3432         0    158565     17000   4883940   no data   no data
1166.82/1166.80	c  N st   102   4459428       220      3432         0    132689     17000   3468614   no data   no data
1246.23/1246.27	c  N st   103   4713451       220      3432         0    105601     17000   2054934   no data   no data
1246.23/1246.27	c  S st   103   4713451       220      3432         0    105601     17000   2054934   no data   no data
1246.42/1246.48	c  S st   103   4713955       220      3432         0    106094     17000   2076207   no data   no data
1246.42/1246.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1246.52/1246.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
1246.52/1246.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1246.52/1246.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1246.52/1246.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1246.52/1246.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
1246.52/1246.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1246.52/1246.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1246.62/1246.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1250.12/1250.15	c lits-rem:       714  cl-subs:     1933  v-elim:      0  v-fix:    0  time:  3.55 s
1250.12/1250.15	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
1250.12/1250.18	c vivif2 --  cl tried   104161 cl shrink        0 lits rem          0 time: 0.03
1250.42/1250.42	c asymm  cl-useful: 0/2340/3432 lits-rem:0 time: 0.24
1250.42/1250.42	c calculated reachability. Time: 0.00
1250.42/1250.42	c  N st   103   4713955       220      3432         0    104161     17000   1979909   no data   no data
1400.93/1400.94	c  N st   104   5213956       220      3432         0    113416     17000   2305750   no data   no data
1400.93/1400.94	c  S st   104   5213956       220      3432         0    113416     17000   2305750   no data   no data
1401.13/1401.19	c  S st   104   5214459       220      3432         0    113912     17000   2325821   no data   no data
1401.13/1401.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1401.23/1401.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
1401.23/1401.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1401.23/1401.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1401.23/1401.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1401.23/1401.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
1401.23/1401.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1401.23/1401.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1401.34/1401.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1406.84/1406.83	c lits-rem:       836  cl-subs:     2351  v-elim:      0  v-fix:    0  time:  5.50 s
1406.84/1406.83	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
1406.84/1406.85	c vivif2 --  cl tried   111561 cl shrink        0 lits rem          0 time: 0.03
1407.03/1407.00	c asymm  cl-useful: 0/1092/3432 lits-rem:0 time: 0.14
1407.03/1407.00	c calculated reachability. Time: 0.00
1407.03/1407.00	c  N st   104   5214459       220      3432         0    111561     17000   2208257   no data   no data
1571.24/1571.20	c  N st   105   5714459       220      3432         0    198781     17000   6225372   no data   no data
1571.24/1571.20	c  S st   105   5714459       220      3432         0    198781     17000   6225372   no data   no data
1571.64/1571.64	c  S st   105   5714963       220      3432         0    199276     17000   6245813   no data   no data
1571.64/1571.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1571.74/1571.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.09
1571.74/1571.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1571.74/1571.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1571.74/1571.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1571.74/1571.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
1571.74/1571.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1571.74/1571.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1571.95/1571.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1673.84/1673.84	c lits-rem:      2733  cl-subs:    13266  v-elim:      0  v-fix:    0  time: 101.86 s
1673.84/1673.84	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
1673.94/1673.91	c vivif2 --  cl tried   186010 cl shrink        0 lits rem          0 time: 0.07
1674.25/1674.25	c asymm  cl-useful: 0/1357/3432 lits-rem:0 time: 0.34
1674.25/1674.26	c calculated reachability. Time: 0.00
1674.25/1674.26	c  N st   105   5714963       220      3432         0    186010     17000   5582088   no data   no data
1844.15/1844.14	c  N st   106   6214963       220      3432         0    151877     17000   3913386   no data   no data
1844.15/1844.14	c  S st   106   6214963       220      3432         0    151877     17000   3913386   no data   no data
1844.45/1844.47	c  S st   106   6215466       220      3432         0    152377     17000   3933991   no data   no data
1844.45/1844.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1844.55/1844.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
1844.55/1844.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1844.55/1844.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1844.55/1844.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1844.55/1844.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
1844.55/1844.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1844.55/1844.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1844.65/1844.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1876.67/1876.63	c lits-rem:      1944  cl-subs:     7255  v-elim:      0  v-fix:    0  time: 31.94 s
1876.67/1876.63	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
1876.67/1876.67	c vivif2 --  cl tried   145122 cl shrink        0 lits rem          0 time: 0.05
1876.95/1876.98	c asymm  cl-useful: 0/1584/3432 lits-rem:0 time: 0.31
1876.95/1876.99	c calculated reachability. Time: 0.00
1876.95/1876.99	c  N st   106   6215466       220      3432         0    145122     17000   3548612   no data   no data
2062.35/2062.34	c  N st   107   6715466       220      3432         0    197599     17000   5964314   no data   no data
2062.35/2062.34	c  S st   107   6715466       220      3432         0    197599     17000   5964314   no data   no data
2062.85/2062.85	c  S st   107   6715967       220      3432         0    198095     17000   5984451   no data   no data
2062.85/2062.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2062.95/2062.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.09
2062.95/2062.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2062.95/2062.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2062.95/2062.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2062.95/2062.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
2062.95/2062.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2063.05/2063.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2063.15/2063.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2155.05/2155.07	c lits-rem:      3944  cl-subs:    13011  v-elim:      0  v-fix:    0  time: 91.90 s
2155.05/2155.07	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
2155.15/2155.14	c vivif2 --  cl tried   185084 cl shrink        0 lits rem          0 time: 0.07
2155.45/2155.48	c asymm  cl-useful: 0/1402/3432 lits-rem:0 time: 0.34
2155.45/2155.49	c calculated reachability. Time: 0.00
2155.45/2155.49	c  N st   107   6715967       220      3432         0    185084     17000   5332655   no data   no data
2344.95/2344.98	c  N st   108   7215968       220      3432         0    222426     17000   6915863   no data   no data
2344.95/2344.98	c  S st   108   7215968       220      3432         0    222426     17000   6915863   no data   no data
2345.55/2345.52	c  S st   108   7216470       220      3432         0    222924     17000   6936564   no data   no data
2345.55/2345.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2345.65/2345.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.11
2345.65/2345.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2345.65/2345.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2345.65/2345.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2345.65/2345.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
2345.65/2345.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2345.75/2345.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
2345.85/2345.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2479.86/2479.87	c lits-rem:      4172  cl-subs:    15631  v-elim:      0  v-fix:    0  time: 133.98 s
2479.86/2479.87	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
2479.96/2479.94	c vivif2 --  cl tried   207293 cl shrink        0 lits rem          0 time: 0.08
2480.36/2480.31	c asymm  cl-useful: 0/1088/3432 lits-rem:0 time: 0.36
2480.36/2480.32	c calculated reachability. Time: 0.00
2480.36/2480.32	c  N st   108   7216470       220      3432         0    207293     17000   6149712   no data   no data
2663.18/2663.15	c  N st   109   7716471       220      3432         0    229756     17000   7568694   no data   no data
2663.18/2663.15	c  S st   109   7716471       220      3432         0    229756     17000   7568694   no data   no data
2663.66/2663.66	c  S st   109   7716971       220      3432         0    230252     17000   7590039   no data   no data
2663.66/2663.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2663.76/2663.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.11
2663.76/2663.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2663.76/2663.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2663.76/2663.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2663.76/2663.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
2663.76/2663.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2663.86/2663.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
2664.06/2664.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2794.97/2794.95	c lits-rem:      4952  cl-subs:    12819  v-elim:      0  v-fix:    0  time: 130.90 s
2794.97/2794.95	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
2795.07/2795.04	c vivif2 --  cl tried   217433 cl shrink        0 lits rem          0 time: 0.08
2795.37/2795.36	c asymm  cl-useful: 0/942/3432 lits-rem:0 time: 0.33
2795.37/2795.37	c calculated reachability. Time: 0.00
2795.37/2795.37	c  N st   109   7716971       220      3432         0    217433     17000   6848939   no data   no data
2987.70/2987.65	c  N st   110   8216971       220      3432         0    222821     17000   6831794   no data   no data
2987.70/2987.65	c  S st   110   8216971       220      3432         0    222821     17000   6831794   no data   no data
2988.17/2988.16	c  S st   110   8217475       220      3432         0    223319     17000   6853377   no data   no data
2988.17/2988.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2988.27/2988.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.11
2988.27/2988.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2988.27/2988.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2988.27/2988.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2988.27/2988.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
2988.27/2988.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2988.37/2988.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
2988.57/2988.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3111.08/3111.06	c lits-rem:      3942  cl-subs:    14531  v-elim:      0  v-fix:    0  time: 122.54 s
3111.08/3111.06	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
3111.18/3111.14	c vivif2 --  cl tried   208788 cl shrink        0 lits rem          0 time: 0.08
3111.48/3111.48	c asymm  cl-useful: 0/1300/3432 lits-rem:0 time: 0.35
3111.48/3111.49	c calculated reachability. Time: 0.00
3111.48/3111.49	c  N st   110   8217475       220      3432         0    208788     17000   6097115   no data   no data
3305.60/3305.56	c  N st   111   8717476       220      3432         0    199789     17000   5448442   no data   no data
3305.60/3305.56	c  S st   111   8717476       220      3432         0    199789     17000   5448442   no data   no data
3306.08/3306.02	c  S st   111   8717980       220      3432         0    200290     17000   5469365   no data   no data
3306.08/3306.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3306.18/3306.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.09
3306.18/3306.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3306.18/3306.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3306.18/3306.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3306.18/3306.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
3306.18/3306.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3306.18/3306.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3306.38/3306.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3372.59/3372.59	c lits-rem:      2516  cl-subs:    10705  v-elim:      0  v-fix:    0  time: 66.27 s
3372.59/3372.59	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
3372.70/3372.65	c vivif2 --  cl tried   189585 cl shrink        0 lits rem          0 time: 0.07
3373.08/3373.00	c asymm  cl-useful: 0/1216/3432 lits-rem:0 time: 0.35
3373.08/3373.01	c calculated reachability. Time: 0.00
3373.08/3373.01	c  N st   111   8717980       220      3432         0    189585     17000   4943316   no data   no data
3565.29/3565.28	c  N st   112   9217981       220      3432         0    165026     17000   3664433   no data   no data
3565.29/3565.28	c  S st   112   9217981       220      3432         0    165026     17000   3664433   no data   no data
3565.69/3565.65	c  S st   112   9218485       220      3432         0    165525     17000   3685519   no data   no data
3565.69/3565.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3565.79/3565.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.07
3565.79/3565.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3565.79/3565.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3565.79/3565.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3565.79/3565.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
3565.79/3565.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3565.79/3565.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3565.89/3565.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3583.09/3583.06	c lits-rem:      1471  cl-subs:     4640  v-elim:      0  v-fix:    0  time: 17.19 s
3583.09/3583.06	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
3583.19/3583.11	c vivif2 --  cl tried   160885 cl shrink        0 lits rem          0 time: 0.04
3583.39/3583.31	c asymm  cl-useful: 0/916/3432 lits-rem:0 time: 0.21
3583.39/3583.32	c calculated reachability. Time: 0.00
3583.39/3583.32	c  N st   112   9218485       220      3432         0    160885     17000   3452413   no data   no data
3783.20/3783.17	c  N st   113   9718488       220      3432         0    252135     17000   7774529   no data   no data
3783.20/3783.17	c  S st   113   9718488       220      3432         0    252135     17000   7774529   no data   no data
3783.80/3783.76	c  S st   113   9718990       220      3432         0    252632     17000   7795233   no data   no data
3783.80/3783.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3783.90/3783.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.0M T:  0.12
3783.90/3783.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3783.90/3783.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3783.90/3783.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3783.90/3783.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
3783.90/3783.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3784.00/3783.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
3784.20/3784.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3949.12/3949.02	c lits-rem:      4221  cl-subs:    17529  v-elim:      0  v-fix:    0  time: 164.84 s
3949.12/3949.02	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
3949.20/3949.10	c vivif2 --  cl tried   235103 cl shrink        0 lits rem          0 time: 0.09
3949.50/3949.47	c asymm  cl-useful: 0/1131/3432 lits-rem:0 time: 0.36
3949.50/3949.47	c calculated reachability. Time: 0.00
3949.50/3949.47	c  N st   113   9718990       220      3432         0    235103     17000   6908959   no data   no data
4157.11/4157.04	c  N st   114  10218990       220      3432         0    183787     17000   4264108   no data   no data
4157.11/4157.04	c  S st   114  10218990       220      3432         0    183787     17000   4264108   no data   no data
4157.51/4157.44	c  S st   114  10219495       220      3432         0    184291     17000   4285152   no data   no data
4157.51/4157.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4157.61/4157.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.08
4157.61/4157.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4157.61/4157.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4157.61/4157.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4157.61/4157.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
4157.61/4157.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4157.61/4157.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4157.81/4157.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4190.71/4190.68	c lits-rem:      1197  cl-subs:     7792  v-elim:      0  v-fix:    0  time: 32.99 s
4190.71/4190.68	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
4190.81/4190.73	c vivif2 --  cl tried   176499 cl shrink        0 lits rem          0 time: 0.05
4191.13/4191.06	c asymm  cl-useful: 0/1288/3432 lits-rem:0 time: 0.33
4191.13/4191.07	c calculated reachability. Time: 0.00
4191.13/4191.07	c  N st   114  10219495       220      3432         0    176499     17000   3914265   no data   no data
4410.91/4410.90	c  N st   115  10719495       220      3432         0    248574     17000   7283650   no data   no data
4410.91/4410.90	c  S st   115  10719495       220      3432         0    248574     17000   7283650   no data   no data
4411.61/4411.52	c  S st   115  10719997       220      3432         0    249071     17000   7304646   no data   no data
4411.61/4411.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4411.71/4411.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.0M T:  0.12
4411.71/4411.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4411.71/4411.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4411.71/4411.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4411.71/4411.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
4411.71/4411.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4411.81/4411.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
4412.01/4411.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4555.13/4555.07	c lits-rem:      3490  cl-subs:    16794  v-elim:      0  v-fix:    0  time: 143.16 s
4555.13/4555.07	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
4555.24/4555.15	c vivif2 --  cl tried   232277 cl shrink        0 lits rem          0 time: 0.09
4555.62/4555.52	c asymm  cl-useful: 0/1013/3432 lits-rem:0 time: 0.37
4555.62/4555.53	c calculated reachability. Time: 0.00
4555.62/4555.53	c  N st   115  10719997       220      3432         0    232277     17000   6506206   no data   no data
4778.54/4778.49	c  N st   116  11219998       220      3432         0    153764     17000   2664118   no data   no data
4778.54/4778.49	c  S st   116  11219998       220      3432         0    153764     17000   2664118   no data   no data
4778.92/4778.83	c  S st   116  11220500       220      3432         0    154261     17000   2685261   no data   no data
4778.92/4778.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4779.02/4778.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.06
4779.02/4778.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4779.02/4778.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4779.02/4778.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4779.02/4778.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
4779.02/4778.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4779.02/4778.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4779.12/4779.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4782.83/4782.81	c lits-rem:       511  cl-subs:     1528  v-elim:      0  v-fix:    0  time:  3.80 s
4782.83/4782.81	c vivif2 --  cl tried     3432 cl shrink        0 lits rem          0 time: 0.00
4782.94/4782.85	c vivif2 --  cl tried   152733 cl shrink        0 lits rem          0 time: 0.03
4783.22/4783.13	c asymm  cl-useful: 0/1661/3432 lits-rem:0 time: 0.28
4783.22/4783.14	c calculated reachability. Time: 0.00
4783.22/4783.14	c  N st   116  11220500       220      3432         0    152733     17000   2609647   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-3422015-1306631615/watcher-3422015-1306631615 -o /tmp/evaluation-result-3422015-1306631615/solver-3422015-1306631615 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3422015-1306631615.cnf 

running on 4 cores: 1,3,5,7

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: 1.29 1.33 1.65 2/524 11306
/proc/meminfo: memFree=13071616/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=29728 CPUtime=0 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 551 0 0 0 0 0 0 0 25 0 1 0 774759253 30441472 491 33554432000 4194304 4580011 140735990798640 18446744073709551615 218905391813 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 7432 491 338 95 0 2414 0

[startup+0.0410169 s]
/proc/loadavg: 1.29 1.33 1.65 2/524 11306
/proc/meminfo: memFree=13071616/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=30344 CPUtime=0.03 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 823 0 0 0 3 0 0 0 25 0 1 0 774759253 31072256 721 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 7586 721 362 95 0 2568 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30344

[startup+0.100999 s]
/proc/loadavg: 1.29 1.33 1.65 2/524 11306
/proc/meminfo: memFree=13071616/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=30484 CPUtime=0.09 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 926 0 0 0 9 0 0 0 25 0 1 0 774759253 31215616 824 33554432000 4194304 4580011 140735990798640 18446744073709551615 4295796 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 7621 824 363 95 0 2603 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30484

[startup+0.300965 s]
/proc/loadavg: 1.29 1.33 1.65 2/524 11306
/proc/meminfo: memFree=13071616/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=31140 CPUtime=0.29 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 1361 0 0 0 29 0 0 0 25 0 1 0 774759253 31887360 1006 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 7785 1006 363 95 0 2767 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31140

[startup+0.700892 s]
/proc/loadavg: 1.29 1.33 1.65 2/524 11306
/proc/meminfo: memFree=13071616/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=31832 CPUtime=0.69 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 2005 0 0 0 69 0 0 0 25 0 1 0 774759253 32595968 1265 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294413 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 7958 1265 363 95 0 2940 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31832

[startup+1.50075 s]
/proc/loadavg: 1.29 1.33 1.65 3/525 11307
/proc/meminfo: memFree=13063672/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=42004 CPUtime=1.49 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 5388 0 0 0 149 0 0 0 25 0 1 0 774759253 43012096 3571 33554432000 4194304 4580011 140735990798640 18446744073709551615 4415686 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 10501 3571 367 95 0 5483 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42004

[startup+3.10046 s]
/proc/loadavg: 1.29 1.33 1.65 3/525 11307
/proc/meminfo: memFree=13053668/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=42272 CPUtime=3.09 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 7126 0 0 0 309 0 0 0 25 0 1 0 774759253 43286528 3917 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 10568 3917 367 95 0 5550 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42272

[startup+6.30088 s]
/proc/loadavg: 1.35 1.34 1.65 3/525 11307
/proc/meminfo: memFree=13041540/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=44720 CPUtime=6.29 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 11084 0 0 0 628 1 0 0 25 0 1 0 774759253 45793280 4290 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 11180 4290 367 95 0 6162 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44720

[startup+12.7007 s]
/proc/loadavg: 1.40 1.35 1.66 3/525 11307
/proc/meminfo: memFree=13013308/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=64128 CPUtime=12.69 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 19490 0 0 0 1267 2 0 0 25 0 1 0 774759253 65667072 9292 33554432000 4194304 4580011 140735990798640 18446744073709551615 4415950 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 16032 9292 367 95 0 11014 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64128

[startup+25.5004 s]
/proc/loadavg: 1.53 1.38 1.66 3/525 11307
/proc/meminfo: memFree=12996456/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=72952 CPUtime=25.49 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 28816 0 0 0 2545 4 0 0 25 0 1 0 774759253 74702848 11542 33554432000 4194304 4580011 140735990798640 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 18238 11542 367 95 0 13220 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72952

[startup+51.1008 s]
/proc/loadavg: 1.69 1.43 1.67 3/525 11308
/proc/meminfo: memFree=12984824/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=80616 CPUtime=51.09 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 45538 0 0 0 5102 7 0 0 25 0 1 0 774759253 82550784 13646 33554432000 4194304 4580011 140735990798640 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 20154 13646 367 95 0 15136 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80616

[startup+102.321 s]
/proc/loadavg: 1.86 1.51 1.68 3/525 11309
/proc/meminfo: memFree=12923784/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=113372 CPUtime=102.32 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 74728 0 0 0 10220 12 0 0 25 0 1 0 774759253 116092928 21701 33554432000 4194304 4580011 140735990798640 18446744073709551615 4406387 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 28343 21701 367 95 0 23325 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 113372

[startup+162.301 s]
/proc/loadavg: 1.95 1.60 1.70 3/525 11311
/proc/meminfo: memFree=12917928/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=114016 CPUtime=162.29 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 96240 0 0 0 16214 15 0 0 25 0 1 0 774759253 116752384 20581 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 28504 20581 367 95 0 23486 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 114016

[startup+222.301 s]
/proc/loadavg: 1.98 1.67 1.72 3/525 11312
/proc/meminfo: memFree=12888280/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=137640 CPUtime=222.3 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 119629 0 0 0 22211 19 0 0 25 0 1 0 774759253 140943360 27275 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 34410 27275 367 95 0 29392 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 137640

[startup+282.301 s]
/proc/loadavg: 1.99 1.73 1.73 3/525 11314
/proc/meminfo: memFree=12855020/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=228192 CPUtime=282.3 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 147721 0 0 0 28207 23 0 0 25 0 1 0 774759253 233668608 37205 33554432000 4194304 4580011 140735990798640 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 57048 37205 367 95 0 52030 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 228192

[startup+342.3 s]
/proc/loadavg: 1.99 1.77 1.74 3/525 11316
/proc/meminfo: memFree=12827580/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=175508 CPUtime=342.3 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 157961 0 0 0 34205 25 0 0 25 0 1 0 774759253 179720192 35443 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 43877 35443 367 95 0 38859 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 175508

[startup+402.3 s]
/proc/loadavg: 2.22 1.88 1.78 3/525 11317
/proc/meminfo: memFree=12803864/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=231028 CPUtime=402.3 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 176517 0 0 0 40201 29 0 0 25 0 1 0 774759253 236572672 37325 33554432000 4194304 4580011 140735990798640 18446744073709551615 4316597 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 57757 37325 367 95 0 52739 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 231028

[startup+462.301 s]
/proc/loadavg: 2.11 1.92 1.80 3/525 11319
/proc/meminfo: memFree=12781000/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=262192 CPUtime=462.3 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 192996 0 0 0 46198 32 0 0 25 0 1 0 774759253 268484608 44634 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 65548 44634 367 95 0 60530 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 262192

[startup+522.301 s]
/proc/loadavg: 2.04 1.93 1.81 3/525 11320
/proc/meminfo: memFree=12776740/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=263700 CPUtime=522.3 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 210502 0 0 0 52196 34 0 0 25 0 1 0 774759253 270028800 44218 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 65925 44218 367 95 0 60907 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 263700

[startup+582.301 s]
/proc/loadavg: 2.01 1.94 1.82 3/525 11322
/proc/meminfo: memFree=12735288/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=288104 CPUtime=582.3 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 226076 0 0 0 58194 36 0 0 25 0 1 0 774759253 295018496 50517 33554432000 4194304 4580011 140735990798640 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 72026 50517 367 95 0 67008 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 288104

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 13663
/proc/meminfo: memFree=12146760/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=605728 CPUtime=4062.42 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 767425 0 0 0 406091 151 0 0 25 0 1 0 774759253 620265472 121012 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294390 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 151432 121012 367 95 0 146414 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 605728

[startup+4122.3 s]
/proc/loadavg: 2.30 2.09 2.02 4/531 30016
/proc/meminfo: memFree=12143624/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=606112 CPUtime=4122.41 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 776696 0 0 0 412087 154 0 0 25 0 1 0 774759253 620658688 121295 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 151528 121295 367 95 0 146510 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 606112

[startup+4182.3 s]
/proc/loadavg: 2.29 2.14 2.04 3/525 19756
/proc/meminfo: memFree=12163628/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=528264 CPUtime=4182.41 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 782804 0 0 0 418086 155 0 0 25 0 1 0 774759253 540942336 118433 33554432000 4194304 4580011 140735990798640 18446744073709551615 4406238 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 132066 118433 367 95 0 127048 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 528264

[startup+4242.3 s]
/proc/loadavg: 2.10 2.11 2.04 3/525 19758
/proc/meminfo: memFree=12140304/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=528332 CPUtime=4242.41 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 790647 0 0 0 424085 156 0 0 25 0 1 0 774759253 541011968 116999 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 132083 116999 367 95 0 127065 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 528332

[startup+4302.3 s]
/proc/loadavg: 2.19 2.13 2.05 3/525 19759
/proc/meminfo: memFree=12142888/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=528436 CPUtime=4302.41 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 799223 0 0 0 430082 159 0 0 25 0 1 0 774759253 541118464 116409 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 132109 116409 367 95 0 127091 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 528436

[startup+4362.3 s]
/proc/loadavg: 2.16 2.14 2.05 3/525 19761
/proc/meminfo: memFree=12108264/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=607380 CPUtime=4362.41 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 805644 0 0 0 436081 160 0 0 25 0 1 0 774759253 621957120 122830 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 151845 122830 367 95 0 146827 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 607380

[startup+4422.3 s]
/proc/loadavg: 2.06 2.11 2.04 3/525 19762
/proc/meminfo: memFree=12105744/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=622924 CPUtime=4422.42 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 816800 0 0 0 442079 163 0 0 25 0 1 0 774759253 637874176 124811 33554432000 4194304 4580011 140735990798640 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 155731 124811 367 95 0 150713 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 622924

[startup+4482.3 s]
/proc/loadavg: 2.02 2.09 2.04 3/525 19764
/proc/meminfo: memFree=12109304/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=622924 CPUtime=4482.42 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 816800 0 0 0 448079 163 0 0 25 0 1 0 774759253 637874176 124811 33554432000 4194304 4580011 140735990798640 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 155731 124811 367 95 0 150713 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 622924

[startup+4542.3 s]
/proc/loadavg: 2.00 2.07 2.03 3/525 19766
/proc/meminfo: memFree=12113376/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=622924 CPUtime=4542.42 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 816800 0 0 0 454079 163 0 0 25 0 1 0 774759253 637874176 124811 33554432000 4194304 4580011 140735990798640 18446744073709551615 4406387 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 155731 124811 367 95 0 150713 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 622924

[startup+4602.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/525 19767
/proc/meminfo: memFree=12055560/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=623152 CPUtime=4602.43 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 824392 0 0 0 460079 164 0 0 25 0 1 0 774759253 638107648 122403 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 155788 122403 367 95 0 150770 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 623152

[startup+4662.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/525 19769
/proc/meminfo: memFree=12057516/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=623476 CPUtime=4662.43 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 833354 0 0 0 466076 167 0 0 25 0 1 0 774759253 638439424 122050 33554432000 4194304 4580011 140735990798640 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 155869 122050 367 95 0 150851 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 623476

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.02 3/525 19770
/proc/meminfo: memFree=12060956/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=543816 CPUtime=4722.44 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 842405 0 0 0 472075 169 0 0 25 0 1 0 774759253 556867584 121688 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 135954 121688 367 95 0 130936 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 543816

[startup+4782.3 s]
/proc/loadavg: 2.13 2.06 2.02 3/525 19772
/proc/meminfo: memFree=12067496/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=543880 CPUtime=4782.42 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 850294 0 0 0 478070 172 0 0 25 0 1 0 774759253 556933120 120031 33554432000 4194304 4580011 140735990798640 18446744073709551615 4415671 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 135970 120031 367 95 0 130952 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 543880

[startup+4842.3 s]
/proc/loadavg: 2.18 2.08 2.03 3/525 19774
/proc/meminfo: memFree=12053460/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=624256 CPUtime=4842.42 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 856118 0 0 0 484068 174 0 0 25 0 1 0 774759253 639238144 125855 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 156064 125855 367 95 0 151046 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 624256

[startup+4902.3 s]
/proc/loadavg: 2.07 2.06 2.02 3/525 19775
/proc/meminfo: memFree=12063968/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=624576 CPUtime=4902.43 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 864794 0 0 0 490066 177 0 0 25 0 1 0 774759253 639565824 125052 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 156144 125052 367 95 0 151126 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 624576

[startup+4962.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/525 19777
/proc/meminfo: memFree=12071880/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=624892 CPUtime=4962.43 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 873607 0 0 0 496064 179 0 0 25 0 1 0 774759253 639889408 124383 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294413 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 156223 124383 367 95 0 151205 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 624892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.04 2.01 2/523 19779
/proc/meminfo: memFree=12489744/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=544068 CPUtime=5000.04 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 879826 0 0 0 499824 180 0 0 25 0 1 0 774759253 557125632 121042 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 136017 121042 367 95 0 130999 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 544068

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.04 2.01 2/523 19779
/proc/meminfo: memFree=12489744/32951124 swapFree=59247644/67111528
[pid=11306] ppid=11304 vsize=544068 CPUtime=5000.04 cores=1,3,5,7
/proc/11306/stat : 11306 (strangenight2-s) R 11304 11306 10139 0 -1 4202496 879826 0 0 0 499824 180 0 0 25 0 1 0 774759253 557125632 121042 33554432000 4194304 4580011 140735990798640 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11306/statm: 136017 121042 367 95 0 130999 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 544068

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.08
CPU user time (s): 4998.25
CPU system time (s): 1.82672
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 644800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.25
system time used= 1.82672
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 879827
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= 10
involuntary context switches= 6988

runsolver used 24.9952 second user time and 61.9386 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-29 03:13:35
IDJOB=3422015
IDBENCH=87453
IDSOLVER=1887
FILE ID=node137/3422015-1306631615
RUNJOBID= node137-1306631603-11124
PBS_JOBID= 13471596
Free space on /tmp= 73116 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_3900_3900_220.shuffled.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422015-1306631615/watcher-3422015-1306631615 -o /tmp/evaluation-result-3422015-1306631615/solver-3422015-1306631615 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3422015-1306631615.cnf

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

MD5SUM BENCH= f0b7e0675915478b15cab3695fd0fd62
RANDOM SEED=1865953432

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13074500 kB
Buffers:        374084 kB
Cached:        8866932 kB
SwapCached:      17768 kB
Active:       11144228 kB
Inactive:      8434204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13074500 kB
SwapTotal:    67111528 kB
SwapFree:     59247644 kB
Dirty:           11488 kB
Writeback:           4 kB
AnonPages:    10328892 kB
Mapped:          30268 kB
Slab:           155244 kB
PageTables:      74428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162552088 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= 73116 MiB
End job on node137 at 2011-05-29 04:36:57