Trace number 3422014

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 5000.07 4999.94

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_4300_4300_170.shuffled.cnf
MD5SUM82789f57e506af1994452e76af2dcbf0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.095984
Satisfiable
(Un)Satisfiability was proved
Number of variables170
Number of clauses2924
Sum of the clauses size14457
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31
Number of clauses of size 4161
Number of clauses of size 52762
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-3422014-1306631614.cnf'
0.00/0.00	c -- header says num vars:            170
0.00/0.00	c -- header says num clauses:        2924
0.00/0.00	c -- clauses added:            0 learnts,         2924 normals,            0 xors
0.00/0.00	c -- vars added        170
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       170      2924         0         0     14457         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2924/2924 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:    170 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:      77 undec:      28 neg:      65
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       170      2924         0         0     14457         0   no data   no data
0.04/0.06	c Decided on static restart strategy
0.09/0.13	c  N st     8      4919       170      2924         0      4732     14457    166432   no data   no data
0.29/0.36	c  N st    10     11301       170      2924         0      4388     14457    114396   no data   no data
0.49/0.59	c  N st    11     17046       170      2924         0      9902     14457    309431   no data   no data
0.89/0.94	c  F st    12     25001       170      2924         0     12146     14457    378220   no data   no data
0.89/0.94	c  N st    12     25001       170      2924         0     12146     14457    378220   no data   no data
1.11/1.15	c Decided on static restart strategy
1.11/1.15	c  N st    18     30000       170      2924         0     10430     14457    299480   no data   no data
1.11/1.15	c  S st    18     30000       170      2924         0     10430     14457    299480   no data   no data
1.11/1.18	c  S st    18     30509       170      2924         0     10934     14457    316539   no data   no data
1.11/1.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.11/1.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.11/1.18	c blocked clauses removed:        0 vars:      0 tried:         170 T: 0.00 s
1.11/1.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.11/1.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.11/1.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
1.11/1.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.11/1.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.11/1.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.37	c lits-rem:       202  cl-subs:      940  v-elim:      0  v-fix:    0  time:  0.18 s
1.39/1.41	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.03
1.39/1.41	c calculated reachability. Time: 0.00
1.39/1.41	c  N st    18     30509       170      2924         0      9994     14457    278538   no data   no data
1.69/1.76	c  N st    20     37620       170      2924         0      9232     14457    230988   no data   no data
1.99/2.09	c  N st    21     44020       170      2924         0     15346     14457    441786   no data   no data
2.10/2.19	c  S st    22     45764       170      2924         0     17027     14457    500060   no data   no data
2.21/2.23	c  S st    22     46266       170      2924         0      8918     14457    193224   no data   no data
2.21/2.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.21/2.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.21/2.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.21/2.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.21/2.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.21/2.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
2.21/2.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.21/2.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.21/2.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.21/2.26	c lits-rem:        21  cl-subs:      119  v-elim:      0  v-fix:    0  time:  0.02 s
2.21/2.26	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
2.21/2.26	c vivif2 --  cl tried     8799 cl shrink        0 lits rem          0 time: 0.00
2.21/2.30	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.03
2.21/2.30	c calculated reachability. Time: 0.00
2.21/2.30	c  N st    22     46266       170      2924         0      8799     14457    188182   no data   no data
3.09/3.14	c  N st    23     60663       170      2924         0     13046     14457    322979   no data   no data
3.69/3.73	c  N st    24     69399       170      2924         0     10900     14457    227981   no data   no data
3.69/3.73	c  S st    24     69399       170      2924         0     10900     14457    227981   no data   no data
3.69/3.76	c  S st    24     69901       170      2924         0     11390     14457    244614   no data   no data
3.69/3.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.69/3.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.69/3.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.69/3.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.69/3.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.69/3.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
3.69/3.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.69/3.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.69/3.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.79/3.82	c lits-rem:        45  cl-subs:      209  v-elim:      0  v-fix:    0  time:  0.05 s
3.79/3.82	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
3.79/3.82	c vivif2 --  cl tried    11181 cl shrink        0 lits rem          0 time: 0.00
3.79/3.86	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.04
3.79/3.86	c calculated reachability. Time: 0.00
3.79/3.86	c  N st    24     69901       170      2924         0     11181     14457    236308   no data   no data
4.99/5.02	c  F st    25     87500       170      2924         0     16562     14457    422984   no data   no data
4.99/5.02	c  N st    25     87500       170      2924         0     16562     14457    422984   no data   no data
5.29/5.38	c Decided on static restart strategy
5.59/5.61	c  N st    32     95541       170      2924         0     24289     14457    689254   no data   no data
6.19/6.22	c  N st    34    104854       170      2924         0     20725     14457    550892   no data   no data
6.19/6.22	c  S st    34    104854       170      2924         0     20725     14457    550892   no data   no data
6.19/6.27	c  S st    34    105357       170      2924         0     21213     14457    567004   no data   no data
6.19/6.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.19/6.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
6.19/6.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.19/6.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.19/6.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.19/6.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
6.19/6.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.19/6.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.19/6.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.69/6.74	c lits-rem:       644  cl-subs:     1093  v-elim:      0  v-fix:    0  time:  0.45 s
6.69/6.74	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
6.69/6.75	c vivif2 --  cl tried    20120 cl shrink        0 lits rem          0 time: 0.00
6.79/6.81	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.07
6.79/6.81	c calculated reachability. Time: 0.00
6.79/6.81	c  N st    34    105357       170      2924         0     20120     14457    522000   no data   no data
7.39/7.49	c  N st    35    114956       170      2924         0     15931     14457    351211   no data   no data
8.59/8.60	c  N st    36    129355       170      2924         0     15371     14457    301014   no data   no data
10.19/10.27	c  N st    37    150950       170      2924         0     20638     14457    462207   no data   no data
10.69/10.79	c  S st    38    158037       170      2924         0     27452     14457    703914   no data   no data
10.79/10.86	c  S st    38    158541       170      2924         0     27949     14457    720019   no data   no data
10.79/10.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.79/10.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
10.79/10.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.79/10.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.79/10.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.79/10.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
10.79/10.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.79/10.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.79/10.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.79/11.85	c lits-rem:       417  cl-subs:     1774  v-elim:      0  v-fix:    0  time:  0.96 s
11.79/11.85	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
11.79/11.86	c vivif2 --  cl tried    26175 cl shrink        0 lits rem          0 time: 0.01
11.89/11.94	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.08
11.89/11.94	c calculated reachability. Time: 0.00
11.89/11.94	c  N st    38    158541       170      2924         0     26175     14457    649531   no data   no data
16.29/16.39	c  N st    39    207129       170      2924         0     20984     14457    425130   no data   no data
19.09/19.13	c  N st    40    237812       170      2924         0     31291     14457    781975   no data   no data
19.09/19.13	c  S st    40    237812       170      2924         0     31291     14457    781975   no data   no data
19.19/19.21	c  S st    40    238315       170      2924         0     31789     14457    798256   no data   no data
19.19/19.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.19/19.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
19.19/19.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.19/19.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.19/19.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.19/19.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
19.19/19.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.19/19.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.19/19.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.60/20.61	c lits-rem:       577  cl-subs:     2028  v-elim:      0  v-fix:    0  time:  1.37 s
20.60/20.61	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
20.60/20.62	c vivif2 --  cl tried    29761 cl shrink        0 lits rem          0 time: 0.01
20.70/20.71	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.09
20.70/20.71	c calculated reachability. Time: 0.00
20.70/20.71	c  N st    40    238315       170      2924         0     29761     14457    720218   no data   no data
27.69/27.79	c  F st    41    306251       170      2924         0     31646     14457    722843   no data   no data
27.69/27.79	c  N st    41    306251       170      2924         0     31646     14457    722843   no data   no data
28.29/28.34	c Decided on static restart strategy
30.49/30.59	c  N st    51    334555       170      2924         0     35777     14457    831883   no data   no data
32.90/32.94	c  N st    53    357474       170      2924         0     33852     14457    756302   no data   no data
32.90/32.94	c  S st    53    357474       170      2924         0     33852     14457    756302   no data   no data
32.90/33.01	c  S st    53    357975       170      2924         0     34348     14457    772427   no data   no data
33.01/33.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.01/33.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
33.01/33.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.01/33.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.01/33.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.01/33.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
33.01/33.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
33.01/33.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
33.01/33.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.79/33.86	c lits-rem:       490  cl-subs:     1304  v-elim:      0  v-fix:    0  time:  0.80 s
33.79/33.86	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
33.79/33.86	c vivif2 --  cl tried    33044 cl shrink        0 lits rem          0 time: 0.01
33.89/33.97	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.10
33.89/33.97	c calculated reachability. Time: 0.00
33.89/33.97	c  N st    53    357975       170      2924         0     33044     14457    717086   no data   no data
37.49/37.58	c  N st    54    390367       170      2924         0     39194     14457    920401   no data   no data
43.19/43.29	c  N st    55    438955       170      2924         0     33062     14457    646199   no data   no data
52.09/52.14	c  N st    56    511837       170      2924         0     46354     14457   1087388   no data   no data
55.10/55.16	c  N st    57    536962       170      2924         0     40755     14457    852824   no data   no data
55.10/55.16	c  S st    57    536962       170      2924         0     40755     14457    852824   no data   no data
55.20/55.25	c  S st    57    537462       170      2924         0     41249     14457    869071   no data   no data
55.20/55.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
55.20/55.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
55.20/55.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
55.20/55.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.20/55.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.20/55.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
55.20/55.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.20/55.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
55.20/55.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.39/56.42	c lits-rem:       655  cl-subs:     1572  v-elim:      0  v-fix:    0  time:  1.13 s
56.39/56.42	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
56.39/56.43	c vivif2 --  cl tried    39677 cl shrink        0 lits rem          0 time: 0.01
56.49/56.55	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.13
56.49/56.56	c calculated reachability. Time: 0.00
56.49/56.56	c  N st    57    537462       170      2924         0     39677     14457    807293   no data   no data
79.29/79.36	c  N st    58    701447       170      2924         0     67959     14457   1708075   no data   no data
95.10/95.10	c  N st    59    806193       170      2924         0     62308     14457   1464700   no data   no data
95.10/95.10	c  S st    59    806193       170      2924         0     62308     14457   1464700   no data   no data
95.20/95.23	c  S st    59    806697       170      2924         0     62804     14457   1481203   no data   no data
95.20/95.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
95.20/95.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
95.20/95.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
95.20/95.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
95.20/95.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
95.20/95.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
95.20/95.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
95.20/95.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
95.29/95.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.89/100.97	c lits-rem:      1876  cl-subs:     4130  v-elim:      0  v-fix:    0  time:  5.67 s
100.89/100.97	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
100.89/100.99	c vivif2 --  cl tried    58674 cl shrink        0 lits rem          0 time: 0.01
101.10/101.18	c asymm  cl-useful: 0/2924/2924 lits-rem:0 time: 0.19
101.10/101.18	c calculated reachability. Time: 0.00
101.10/101.18	c  N st    59    806697       170      2924         0     58674     14457   1331288   no data   no data
144.49/144.56	c  F st    60   1071876       170      2924         0     74187     14457   1817692   no data   no data
144.49/144.56	c  N st    60   1071876       170      2924         0     74187     14457   1817692   no data   no data
145.49/145.59	c Decided on static restart strategy
149.29/149.38	c  N st    70   1100183       170      2924         0     58403     14457   1162621   no data   no data
155.80/155.89	c  N st    72   1136180       170      2924         0     48862     14457    802740   no data   no data
161.72/161.72	c  N st    73   1168572       170      2924         0     79789     14457   1940753   no data   no data
168.09/168.16	c  N st    74   1210048       170      2924         0     74668     14457   1756956   no data   no data
168.09/168.16	c  S st    74   1210048       170      2924         0     74668     14457   1756956   no data   no data
168.31/168.32	c  S st    74   1210548       170      2924         0     75162     14457   1773389   no data   no data
168.31/168.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
168.31/168.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
168.31/168.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
168.31/168.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
168.31/168.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
168.31/168.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
168.31/168.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
168.31/168.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
168.39/168.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
175.79/175.84	c lits-rem:      1863  cl-subs:     4001  v-elim:      0  v-fix:    0  time:  7.43 s
175.79/175.84	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
175.79/175.86	c vivif2 --  cl tried    71161 cl shrink        0 lits rem          0 time: 0.02
176.01/176.08	c asymm  cl-useful: 0/2656/2924 lits-rem:0 time: 0.22
176.01/176.08	c calculated reachability. Time: 0.00
176.01/176.08	c  N st    74   1210548       170      2924         0     71161     14457   1607043   no data   no data
190.20/190.31	c  N st    75   1283431       170      2924         0     47980     14457    707879   no data   no data
209.40/209.45	c  N st    76   1392755       170      2924         0     56002     14457    942535   no data   no data
240.91/240.99	c  N st    77   1556740       170      2924         0     60674     14457   1048284   no data   no data
272.71/272.74	c  N st    78   1710548       170      2924         0    101218     14457   2440843   no data   no data
272.71/272.74	c  S st    78   1710548       170      2924         0    101218     14457   2440843   no data   no data
272.90/272.95	c  S st    78   1711051       170      2924         0    101712     14457   2456983   no data   no data
272.90/272.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
272.90/272.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
272.90/273.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
272.90/273.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
272.90/273.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
272.90/273.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
272.90/273.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
273.00/273.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
273.00/273.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
293.90/293.97	c lits-rem:      3768  cl-subs:     8395  v-elim:      0  v-fix:    0  time: 20.89 s
293.90/293.97	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
294.00/294.01	c vivif2 --  cl tried    93317 cl shrink        0 lits rem          0 time: 0.04
294.20/294.25	c asymm  cl-useful: 0/1965/2924 lits-rem:0 time: 0.25
294.20/294.26	c calculated reachability. Time: 0.00
294.20/294.26	c  N st    78   1711051       170      2924         0     93317     14457   2159502   no data   no data
371.10/371.16	c  N st    79   2080015       170      2924         0    105375     14457   2516535   no data   no data
399.32/399.32	c  N st    80   2211054       170      2924         0    109117     14457   2567277   no data   no data
399.32/399.32	c  S st    80   2211054       170      2924         0    109117     14457   2567277   no data   no data
399.50/399.58	c  S st    80   2211554       170      2924         0    109612     14457   2583967   no data   no data
399.50/399.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
399.60/399.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
399.60/399.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
399.60/399.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
399.60/399.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
399.60/399.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
399.60/399.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
399.60/399.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
399.70/399.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
422.50/422.51	c lits-rem:      2314  cl-subs:     8622  v-elim:      0  v-fix:    0  time: 22.79 s
422.50/422.51	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
422.50/422.54	c vivif2 --  cl tried   100990 cl shrink        0 lits rem          0 time: 0.03
422.60/422.69	c asymm  cl-useful: 0/959/2924 lits-rem:0 time: 0.15
422.60/422.70	c calculated reachability. Time: 0.00
422.60/422.70	c  N st    80   2211554       170      2924         0    100990     14457   2270507   no data   no data
542.21/542.31	c  N st    81   2711554       170      2924         0    123723     14457   2940279   no data   no data
542.21/542.31	c  S st    81   2711554       170      2924         0    123723     14457   2940279   no data   no data
542.50/542.58	c  S st    81   2712057       170      2924         0    124221     14457   2957745   no data   no data
542.50/542.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
542.60/542.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
542.60/542.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
542.60/542.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
542.60/542.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
542.60/542.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
542.60/542.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
542.60/542.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
542.70/542.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
575.11/575.15	c lits-rem:      4039  cl-subs:    10543  v-elim:      0  v-fix:    0  time: 32.40 s
575.11/575.15	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
575.11/575.18	c vivif2 --  cl tried   113678 cl shrink        0 lits rem          0 time: 0.03
575.41/575.45	c asymm  cl-useful: 0/1594/2924 lits-rem:0 time: 0.27
575.41/575.45	c calculated reachability. Time: 0.00
575.41/575.45	c  N st    81   2712057       170      2924         0    113678     14457   2584658   no data   no data
704.71/704.73	c  N st    82   3212057       170      2924         0     90698     14457   1600212   no data   no data
704.71/704.73	c  S st    82   3212057       170      2924         0     90698     14457   1600212   no data   no data
704.91/704.93	c  S st    82   3212560       170      2924         0     91196     14457   1616891   no data   no data
704.91/704.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
704.91/704.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
704.91/704.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
704.91/704.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
704.91/704.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
704.91/704.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
704.91/704.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
704.91/704.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
705.01/705.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
708.71/708.74	c lits-rem:      1151  cl-subs:     2800  v-elim:      0  v-fix:    0  time:  3.72 s
708.71/708.74	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
708.71/708.76	c vivif2 --  cl tried    88396 cl shrink        0 lits rem          0 time: 0.02
708.91/708.91	c asymm  cl-useful: 0/1330/2924 lits-rem:0 time: 0.15
708.91/708.91	c calculated reachability. Time: 0.00
708.91/708.91	c  N st    82   3212560       170      2924         0     88396     14457   1515718   no data   no data
846.02/846.03	c  N st    83   3712560       170      2924         0     99253     14457   1779733   no data   no data
846.02/846.03	c  S st    83   3712560       170      2924         0     99253     14457   1779733   no data   no data
846.22/846.24	c  S st    83   3713067       170      2924         0     99753     14457   1797087   no data   no data
846.22/846.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
846.22/846.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
846.22/846.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
846.22/846.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
846.22/846.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
846.22/846.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
846.22/846.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
846.32/846.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
846.32/846.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
851.32/851.39	c lits-rem:       738  cl-subs:     3389  v-elim:      0  v-fix:    0  time:  5.04 s
851.32/851.39	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
851.32/851.41	c vivif2 --  cl tried    96364 cl shrink        0 lits rem          0 time: 0.02
851.62/851.64	c asymm  cl-useful: 0/1878/2924 lits-rem:0 time: 0.23
851.62/851.64	c calculated reachability. Time: 0.00
851.62/851.64	c  N st    83   3713067       170      2924         0     96364     14457   1668884   no data   no data
862.22/862.29	c  F st    84   3751564       170      2924         0    133208     14457   2997231   no data   no data
862.22/862.29	c  N st    84   3751564       170      2924         0    133208     14457   2997231   no data   no data
864.12/864.17	c Decided on static restart strategy
872.51/872.57	c  N st    94   3779871       170      2924         0    160471     14457   3970222   no data   no data
881.52/881.53	c  N st    96   3815866       170      2924         0    113689     14457   2237541   no data   no data
891.81/891.88	c  N st    97   3848258       170      2924         0    144660     14457   3361616   no data   no data
906.44/906.46	c  N st    98   3896846       170      2924         0    108781     14457   2050707   no data   no data
928.21/928.27	c  N st    99   3969729       170      2924         0     95175     14457   1538987   no data   no data
957.41/957.41	c  N st   100   4079054       170      2924         0    115727     14457   2258903   no data   no data
996.32/996.39	c  N st   101   4213067       170      2924         0    158346     14457   3835367   no data   no data
996.32/996.39	c  S st   101   4213067       170      2924         0    158346     14457   3835367   no data   no data
996.71/996.77	c  S st   101   4213573       170      2924         0    158843     14457   3852088   no data   no data
996.71/996.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
996.81/996.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
996.81/996.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
996.81/996.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
996.81/996.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
996.81/996.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
996.81/996.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
996.81/996.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
996.91/996.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1044.12/1044.12	c lits-rem:      5002  cl-subs:    11535  v-elim:      0  v-fix:    0  time: 47.13 s
1044.12/1044.12	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
1044.12/1044.17	c vivif2 --  cl tried   147308 cl shrink        0 lits rem          0 time: 0.05
1044.42/1044.44	c asymm  cl-useful: 0/1046/2924 lits-rem:0 time: 0.28
1044.42/1044.45	c calculated reachability. Time: 0.00
1044.42/1044.45	c  N st   101   4213573       170      2924         0    147308     14457   3407944   no data   no data
1117.64/1117.62	c  N st   102   4459549       170      2924         0    121579     14457   2387349   no data   no data
1196.53/1196.56	c  N st   103   4713573       170      2924         0     95106     14457   1349443   no data   no data
1196.53/1196.56	c  S st   103   4713573       170      2924         0     95106     14457   1349443   no data   no data
1196.73/1196.76	c  S st   103   4714075       170      2924         0     95605     14457   1366761   no data   no data
1196.73/1196.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1196.73/1196.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
1196.73/1196.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1196.73/1196.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1196.73/1196.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1196.73/1196.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
1196.73/1196.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1196.73/1196.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1196.85/1196.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1197.83/1197.83	c lits-rem:       348  cl-subs:      803  v-elim:      0  v-fix:    0  time:  0.98 s
1197.83/1197.83	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
1197.83/1197.85	c vivif2 --  cl tried    94802 cl shrink        0 lits rem          0 time: 0.02
1198.03/1198.06	c asymm  cl-useful: 0/1935/2924 lits-rem:0 time: 0.22
1198.03/1198.07	c calculated reachability. Time: 0.00
1198.03/1198.07	c  N st   103   4714075       170      2924         0     94802     14457   1336196   no data   no data
1360.43/1360.45	c  N st   104   5214076       170      2924         0    104580     14457   1563171   no data   no data
1360.43/1360.45	c  S st   104   5214076       170      2924         0    104580     14457   1563171   no data   no data
1360.64/1360.68	c  S st   104   5214577       170      2924         0    105074     14457   1579604   no data   no data
1360.64/1360.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1360.75/1360.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
1360.75/1360.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1360.75/1360.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1360.75/1360.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1360.75/1360.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
1360.75/1360.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1360.75/1360.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1360.75/1360.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1362.53/1362.52	c lits-rem:       271  cl-subs:     1638  v-elim:      0  v-fix:    0  time:  1.74 s
1362.53/1362.52	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
1362.53/1362.54	c vivif2 --  cl tried   103436 cl shrink        0 lits rem          0 time: 0.02
1362.63/1362.67	c asymm  cl-useful: 0/989/2924 lits-rem:0 time: 0.13
1362.63/1362.67	c calculated reachability. Time: 0.00
1362.63/1362.67	c  N st   104   5214577       170      2924         0    103436     14457   1522910   no data   no data
1521.64/1521.63	c  N st   105   5714581       170      2924         0    189080     14457   4600721   no data   no data
1521.64/1521.63	c  S st   105   5714581       170      2924         0    189080     14457   4600721   no data   no data
1522.14/1522.11	c  S st   105   5715086       170      2924         0    189578     14457   4618316   no data   no data
1522.14/1522.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1522.24/1522.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.09
1522.24/1522.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1522.24/1522.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1522.24/1522.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1522.24/1522.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
1522.24/1522.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1522.24/1522.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1522.34/1522.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1607.16/1607.18	c lits-rem:      3386  cl-subs:    17933  v-elim:      0  v-fix:    0  time: 84.79 s
1607.16/1607.18	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
1607.24/1607.23	c vivif2 --  cl tried   171645 cl shrink        0 lits rem          0 time: 0.06
1607.54/1607.55	c asymm  cl-useful: 0/1085/2924 lits-rem:0 time: 0.32
1607.54/1607.56	c calculated reachability. Time: 0.00
1607.54/1607.56	c  N st   105   5715086       170      2924         0    171645     14457   3964398   no data   no data
1775.64/1775.66	c  N st   106   6215086       170      2924         0    139640     14457   2661856   no data   no data
1775.64/1775.66	c  S st   106   6215086       170      2924         0    139640     14457   2661856   no data   no data
1775.94/1775.99	c  S st   106   6215587       170      2924         0    140136     14457   2679156   no data   no data
1776.04/1776.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1776.04/1776.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
1776.04/1776.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1776.04/1776.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1776.04/1776.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1776.04/1776.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
1776.04/1776.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1776.04/1776.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1776.15/1776.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1789.35/1789.32	c lits-rem:      1428  cl-subs:     5488  v-elim:      0  v-fix:    0  time: 13.17 s
1789.35/1789.32	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
1789.35/1789.35	c vivif2 --  cl tried   134648 cl shrink        0 lits rem          0 time: 0.04
1789.65/1789.64	c asymm  cl-useful: 0/1310/2924 lits-rem:0 time: 0.28
1789.65/1789.64	c calculated reachability. Time: 0.00
1789.65/1789.64	c  N st   106   6215587       170      2924         0    134648     14457   2482895   no data   no data
1965.44/1965.41	c  N st   107   6715588       170      2924         0    186183     14457   4398065   no data   no data
1965.44/1965.41	c  S st   107   6715588       170      2924         0    186183     14457   4398065   no data   no data
1965.84/1965.85	c  S st   107   6716091       170      2924         0    186674     14457   4414884   no data   no data
1965.84/1965.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1965.95/1965.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.08
1965.95/1965.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1965.95/1965.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1965.95/1965.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1965.95/1965.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
1965.95/1965.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1966.05/1966.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1966.15/1966.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2021.87/2021.86	c lits-rem:      5030  cl-subs:    11716  v-elim:      0  v-fix:    0  time: 55.75 s
2021.87/2021.86	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
2021.95/2021.91	c vivif2 --  cl tried   174958 cl shrink        0 lits rem          0 time: 0.05
2022.05/2022.08	c asymm  cl-useful: 0/529/2924 lits-rem:0 time: 0.17
2022.05/2022.09	c calculated reachability. Time: 0.00
2022.05/2022.09	c  N st   107   6716091       170      2924         0    174958     14457   3957544   no data   no data
2213.27/2213.23	c  N st   108   7216092       170      2924         0    211092     14457   5082019   no data   no data
2213.27/2213.23	c  S st   108   7216092       170      2924         0    211092     14457   5082019   no data   no data
2213.75/2213.79	c  S st   108   7216597       170      2924         0    211589     14457   5099109   no data   no data
2213.85/2213.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2213.95/2213.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.10
2213.95/2213.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2213.95/2213.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2213.95/2213.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2213.95/2213.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
2213.95/2213.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2213.95/2213.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2214.05/2214.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2306.56/2306.56	c lits-rem:      3418  cl-subs:    18155  v-elim:      0  v-fix:    0  time: 92.47 s
2306.56/2306.56	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
2306.66/2306.62	c vivif2 --  cl tried   193434 cl shrink        0 lits rem          0 time: 0.06
2306.96/2306.96	c asymm  cl-useful: 0/987/2924 lits-rem:0 time: 0.34
2306.96/2306.97	c calculated reachability. Time: 0.00
2306.96/2306.97	c  N st   108   7216597       170      2924         0    193434     14457   4452106   no data   no data
2513.66/2513.65	c  N st   109   7716597       170      2924         0    215352     14457   5224016   no data   no data
2513.66/2513.65	c  S st   109   7716597       170      2924         0    215352     14457   5224016   no data   no data
2514.26/2514.23	c  S st   109   7717102       170      2924         0    215847     14457   5241264   no data   no data
2514.26/2514.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2514.36/2514.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.10
2514.36/2514.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2514.36/2514.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2514.36/2514.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2514.36/2514.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
2514.36/2514.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2514.46/2514.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2514.56/2514.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2611.57/2611.56	c lits-rem:      4389  cl-subs:    17615  v-elim:      0  v-fix:    0  time: 97.03 s
2611.57/2611.56	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
2611.67/2611.62	c vivif2 --  cl tried   198232 cl shrink        0 lits rem          0 time: 0.06
2611.97/2611.97	c asymm  cl-useful: 0/917/2924 lits-rem:0 time: 0.35
2611.97/2611.98	c calculated reachability. Time: 0.00
2611.97/2611.98	c  N st   109   7717102       170      2924         0    198232     14457   4579170   no data   no data
2823.79/2823.79	c  N st   110   8217103       170      2924         0    204759     14457   4672549   no data   no data
2823.79/2823.79	c  S st   110   8217103       170      2924         0    204759     14457   4672549   no data   no data
2824.37/2824.31	c  S st   110   8217604       170      2924         0    205255     14457   4688960   no data   no data
2824.37/2824.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2824.47/2824.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.09
2824.47/2824.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2824.47/2824.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2824.47/2824.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2824.47/2824.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
2824.47/2824.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2824.47/2824.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2824.57/2824.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2903.88/2903.90	c lits-rem:      4374  cl-subs:    16836  v-elim:      0  v-fix:    0  time: 79.31 s
2903.88/2903.90	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
2903.98/2903.98	c vivif2 --  cl tried   188419 cl shrink        0 lits rem          0 time: 0.07
2904.38/2904.32	c asymm  cl-useful: 0/973/2924 lits-rem:0 time: 0.34
2904.38/2904.32	c calculated reachability. Time: 0.00
2904.38/2904.32	c  N st   110   8217604       170      2924         0    188419     14457   4058295   no data   no data
3127.78/3127.72	c  N st   111   8717604       170      2924         0    179662     14457   3605798   no data   no data
3127.78/3127.72	c  S st   111   8717604       170      2924         0    179662     14457   3605798   no data   no data
3128.28/3128.21	c  S st   111   8718108       170      2924         0    180162     14457   3622711   no data   no data
3128.28/3128.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3128.28/3128.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.09
3128.28/3128.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3128.28/3128.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3128.28/3128.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3128.28/3128.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
3128.28/3128.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3128.38/3128.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3128.49/3128.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3165.38/3165.38	c lits-rem:      1876  cl-subs:    10374  v-elim:      0  v-fix:    0  time: 36.92 s
3165.38/3165.38	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
3165.48/3165.43	c vivif2 --  cl tried   169788 cl shrink        0 lits rem          0 time: 0.05
3165.78/3165.77	c asymm  cl-useful: 0/1070/2924 lits-rem:0 time: 0.34
3165.78/3165.78	c calculated reachability. Time: 0.00
3165.78/3165.78	c  N st   111   8718108       170      2924         0    169788     14457   3258600   no data   no data
3388.88/3388.81	c  N st   112   9218108       170      2924         0    145452     14457   2317832   no data   no data
3388.88/3388.81	c  S st   112   9218108       170      2924         0    145452     14457   2317832   no data   no data
3389.20/3389.18	c  S st   112   9218612       170      2924         0    145947     14457   2334274   no data   no data
3389.20/3389.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3389.28/3389.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
3389.28/3389.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3389.28/3389.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3389.28/3389.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3389.28/3389.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
3389.28/3389.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3389.28/3389.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3389.38/3389.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3395.38/3395.37	c lits-rem:       877  cl-subs:     2963  v-elim:      0  v-fix:    0  time:  6.02 s
3395.38/3395.37	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
3395.48/3395.41	c vivif2 --  cl tried   142984 cl shrink        0 lits rem          0 time: 0.04
3395.80/3395.72	c asymm  cl-useful: 0/1256/2924 lits-rem:0 time: 0.30
3395.80/3395.72	c calculated reachability. Time: 0.00
3395.80/3395.72	c  N st   112   9218612       170      2924         0    142984     14457   2219935   no data   no data
3635.09/3635.00	c  N st   113   9718612       170      2924         0    233899     14457   5528232   no data   no data
3635.09/3635.00	c  S st   113   9718612       170      2924         0    233899     14457   5528232   no data   no data
3635.69/3635.66	c  S st   113   9719119       170      2924         0    234396     14457   5545488   no data   no data
3635.69/3635.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3635.89/3635.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.12
3635.89/3635.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3635.89/3635.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3635.89/3635.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3635.89/3635.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
3635.89/3635.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3635.89/3635.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
3636.09/3636.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3739.39/3739.30	c lits-rem:      4207  cl-subs:    16309  v-elim:      0  v-fix:    0  time: 103.27 s
3739.39/3739.30	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
3739.39/3739.39	c vivif2 --  cl tried   218087 cl shrink        0 lits rem          0 time: 0.09
3739.69/3739.68	c asymm  cl-useful: 0/598/2924 lits-rem:0 time: 0.28
3739.69/3739.68	c calculated reachability. Time: 0.00
3739.69/3739.68	c  N st   113   9719119       170      2924         0    218087     14457   4919963   no data   no data
3971.50/3971.41	c  N st   114  10219122       170      2924         0    167660     14457   2996591   no data   no data
3971.50/3971.41	c  S st   114  10219122       170      2924         0    167660     14457   2996591   no data   no data
3971.90/3971.87	c  S st   114  10219625       170      2924         0    168153     14457   3013613   no data   no data
3971.90/3971.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3972.00/3971.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
3972.00/3971.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3972.00/3971.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3972.00/3971.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3972.00/3971.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
3972.00/3971.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3972.00/3972.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3972.10/3972.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3987.00/3986.93	c lits-rem:      2388  cl-subs:     5454  v-elim:      0  v-fix:    0  time: 14.85 s
3987.00/3986.94	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
3987.00/3986.99	c vivif2 --  cl tried   162699 cl shrink        0 lits rem          0 time: 0.05
3987.39/3987.30	c asymm  cl-useful: 0/1164/2924 lits-rem:0 time: 0.31
3987.39/3987.31	c calculated reachability. Time: 0.00
3987.39/3987.31	c  N st   114  10219625       170      2924         0    162699     14457   2800343   no data   no data
4225.61/4225.52	c  N st   115  10719625       170      2924         0    233504     14457   5302599   no data   no data
4225.61/4225.52	c  S st   115  10719625       170      2924         0    233504     14457   5302599   no data   no data
4226.21/4226.16	c  S st   115  10720125       170      2924         0    233995     14457   5319133   no data   no data
4226.21/4226.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4226.41/4226.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.12
4226.41/4226.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4226.41/4226.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4226.41/4226.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4226.41/4226.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
4226.41/4226.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4226.41/4226.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4226.61/4226.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4326.21/4326.16	c lits-rem:      2852  cl-subs:    17415  v-elim:      0  v-fix:    0  time: 99.64 s
4326.21/4326.16	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
4326.31/4326.24	c vivif2 --  cl tried   216580 cl shrink        0 lits rem          0 time: 0.09
4326.71/4326.62	c asymm  cl-useful: 0/866/2924 lits-rem:0 time: 0.38
4326.71/4326.63	c calculated reachability. Time: 0.00
4326.71/4326.63	c  N st   115  10720125       170      2924         0    216580     14457   4678122   no data   no data
4590.32/4590.30	c  N st   116  11220128       170      2924         0    279081     14457   7039876   no data   no data
4590.32/4590.30	c  S st   116  11220128       170      2924         0    279081     14457   7039876   no data   no data
4591.21/4591.13	c  S st   116  11220629       170      2924         0    279567     14457   7056399   no data   no data
4591.21/4591.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4591.31/4591.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.4M T:  0.15
4591.31/4591.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4591.31/4591.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4591.31/4591.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4591.31/4591.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
4591.31/4591.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4591.42/4591.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
4591.61/4591.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4791.32/4791.26	c lits-rem:      6769  cl-subs:    24465  v-elim:      0  v-fix:    0  time: 199.68 s
4791.32/4791.26	c vivif2 --  cl tried     2924 cl shrink        0 lits rem          0 time: 0.00
4791.42/4791.37	c vivif2 --  cl tried   255102 cl shrink        0 lits rem          0 time: 0.11
4791.82/4791.78	c asymm  cl-useful: 0/717/2924 lits-rem:0 time: 0.41
4791.82/4791.79	c calculated reachability. Time: 0.00
4791.82/4791.79	c  N st   116  11220629       170      2924         0    255102     14457   6109139   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-3422014-1306631614/watcher-3422014-1306631614 -o /tmp/evaluation-result-3422014-1306631614/solver-3422014-1306631614 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3422014-1306631614.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.23 1.31 1.65 2/524 11279
/proc/meminfo: memFree=13064224/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=29728 CPUtime=0 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 535 0 0 0 0 0 0 0 25 0 1 0 774759133 30441472 476 33554432000 4194304 4580011 140733519502080 18446744073709551615 218905391813 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 7432 476 338 95 0 2414 0

[startup+0.0428251 s]
/proc/loadavg: 1.23 1.31 1.65 2/524 11279
/proc/meminfo: memFree=13064224/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=30504 CPUtime=0.04 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 798 0 0 0 4 0 0 0 25 0 1 0 774759133 31236096 739 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 7626 739 362 95 0 2608 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30504

[startup+0.100846 s]
/proc/loadavg: 1.23 1.31 1.65 2/524 11279
/proc/meminfo: memFree=13064224/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=30504 CPUtime=0.09 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 882 0 0 0 9 0 0 0 25 0 1 0 774759133 31236096 823 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 7626 823 363 95 0 2608 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30504

[startup+0.300807 s]
/proc/loadavg: 1.23 1.31 1.65 2/524 11279
/proc/meminfo: memFree=13064224/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=31080 CPUtime=0.29 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 1236 0 0 0 29 0 0 0 25 0 1 0 774759133 31825920 974 33554432000 4194304 4580011 140733519502080 18446744073709551615 4316629 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 7770 974 363 95 0 2752 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31080

[startup+0.700735 s]
/proc/loadavg: 1.23 1.31 1.65 2/524 11279
/proc/meminfo: memFree=13064224/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=31908 CPUtime=0.69 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 1992 0 0 0 69 0 0 0 25 0 1 0 774759133 32673792 1033 33554432000 4194304 4580011 140733519502080 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 7977 1033 363 95 0 2959 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31908

[startup+1.5006 s]
/proc/loadavg: 1.29 1.33 1.65 2/523 11280
/proc/meminfo: memFree=13074400/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=40396 CPUtime=1.49 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 4638 0 0 0 149 0 0 0 18 0 1 0 774759133 41365504 3215 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 10099 3215 367 95 0 5081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40396

[startup+3.10031 s]
/proc/loadavg: 1.29 1.33 1.65 3/525 11307
/proc/meminfo: memFree=13064292/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=40580 CPUtime=3.09 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 6325 0 0 0 308 1 0 0 20 0 1 0 774759133 41553920 3140 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 10145 3140 367 95 0 5127 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40580

[startup+6.30073 s]
/proc/loadavg: 1.35 1.34 1.65 3/525 11307
/proc/meminfo: memFree=13050344/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=48676 CPUtime=6.29 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 10651 0 0 0 627 2 0 0 22 0 1 0 774759133 49844224 5248 33554432000 4194304 4580011 140733519502080 18446744073709551615 4401163 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 12169 5251 367 95 0 7151 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48676

[startup+12.7006 s]
/proc/loadavg: 1.40 1.35 1.66 3/525 11307
/proc/meminfo: memFree=13023212/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=57584 CPUtime=12.69 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 16278 0 0 0 1267 2 0 0 25 0 1 0 774759133 58966016 7123 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 14396 7123 367 95 0 9378 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57584

[startup+25.5003 s]
/proc/loadavg: 1.49 1.37 1.66 3/525 11307
/proc/meminfo: memFree=13000424/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=65548 CPUtime=25.49 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 24240 0 0 0 2545 4 0 0 25 0 1 0 774759133 67121152 9290 33554432000 4194304 4580011 140733519502080 18446744073709551615 4320939 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 16387 9290 367 95 0 11369 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65548

[startup+51.1006 s]
/proc/loadavg: 1.69 1.43 1.67 3/525 11308
/proc/meminfo: memFree=12988296/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=70472 CPUtime=51.09 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 37249 0 0 0 5103 6 0 0 25 0 1 0 774759133 72163328 10341 33554432000 4194304 4580011 140733519502080 18446744073709551615 4302159 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 17618 10341 367 95 0 12600 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70472

[startup+102.319 s]
/proc/loadavg: 1.86 1.51 1.68 3/525 11309
/proc/meminfo: memFree=12924900/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=94368 CPUtime=102.31 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 58812 0 0 0 10222 9 0 0 25 0 1 0 774759133 96632832 17004 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 23592 17004 367 95 0 18574 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 94368

[startup+162.301 s]
/proc/loadavg: 1.95 1.60 1.70 3/525 11311
/proc/meminfo: memFree=12920284/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=94900 CPUtime=162.3 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 77951 0 0 0 16217 13 0 0 25 0 1 0 774759133 97177600 17346 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 23725 17346 367 95 0 18707 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 94900

[startup+222.301 s]
/proc/loadavg: 1.98 1.67 1.72 3/525 11312
/proc/meminfo: memFree=12890264/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=110756 CPUtime=222.3 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 97099 0 0 0 22213 17 0 0 25 0 1 0 774759133 113414144 20416 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294538 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 27689 20416 367 95 0 22671 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 110756

[startup+282.301 s]
/proc/loadavg: 1.99 1.73 1.73 3/525 11314
/proc/meminfo: memFree=12856012/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=137800 CPUtime=282.3 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 115955 0 0 0 28212 18 0 0 25 0 1 0 774759133 141107200 27801 33554432000 4194304 4580011 140733519502080 18446744073709551615 4406344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 34450 27801 367 95 0 29432 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 137800

[startup+342.301 s]
/proc/loadavg: 1.99 1.77 1.74 3/525 11316
/proc/meminfo: memFree=12829688/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=138080 CPUtime=342.3 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 128322 0 0 0 34209 21 0 0 25 0 1 0 774759133 141393920 27537 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 34520 27537 367 95 0 29502 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 138080

[startup+402.301 s]
/proc/loadavg: 2.22 1.88 1.78 3/525 11317
/proc/meminfo: memFree=12804732/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=154224 CPUtime=402.3 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 145830 0 0 0 40205 25 0 0 25 0 1 0 774759133 157925376 31761 33554432000 4194304 4580011 140733519502080 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 38556 31761 367 95 0 33538 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 154224

[startup+462.3 s]
/proc/loadavg: 2.11 1.92 1.80 3/525 11319
/proc/meminfo: memFree=12772572/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=207112 CPUtime=462.3 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 153684 0 0 0 46204 26 0 0 25 0 1 0 774759133 212082688 32411 33554432000 4194304 4580011 140733519502080 18446744073709551615 4305201 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 51778 32411 367 95 0 46760 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 207112

[startup+522.3 s]
/proc/loadavg: 2.04 1.93 1.81 3/525 11320
/proc/meminfo: memFree=12778228/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=154616 CPUtime=522.3 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 167457 0 0 0 52201 29 0 0 25 0 1 0 774759133 158326784 31768 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 38654 31768 367 95 0 33636 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 154616

[startup+582.301 s]
/proc/loadavg: 2.01 1.94 1.82 3/525 11322
/proc/meminfo: memFree=12724748/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=178936 CPUtime=582.31 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 178859 0 0 0 58200 31 0 0 25 0 1 0 774759133 183230464 35322 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11279/statm: 44734 35322 367 95 0 39716 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 178936

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 13663
/proc/meminfo: memFree=12147752/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=389000 CPUtime=4062.42 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 622270 0 0 0 406107 135 0 0 25 0 1 0 774759133 398336000 85622 33554432000 4194304 4580011 140733519502080 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 97250 85622 367 95 0 92232 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 389000

[startup+4122.3 s]
/proc/loadavg: 2.30 2.09 2.02 5/531 28736
/proc/meminfo: memFree=12143508/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=389060 CPUtime=4122.4 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 629037 0 0 0 412103 137 0 0 25 0 1 0 774759133 398397440 84987 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 97265 84987 367 95 0 92247 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 389060

[startup+4182.3 s]
/proc/loadavg: 2.29 2.14 2.04 3/525 19756
/proc/meminfo: memFree=12164128/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=389132 CPUtime=4182.4 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 635597 0 0 0 418102 138 0 0 25 0 1 0 774759133 398471168 84115 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 97283 84115 367 95 0 92265 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 389132

[startup+4242.3 s]
/proc/loadavg: 2.10 2.11 2.04 3/525 19758
/proc/meminfo: memFree=12141544/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=482040 CPUtime=4242.4 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 643096 0 0 0 424101 139 0 0 25 0 1 0 774759133 493608960 91614 33554432000 4194304 4580011 140733519502080 18446744073709551615 4406269 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 120510 91614 367 95 0 115492 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 482040

[startup+4302.3 s]
/proc/loadavg: 2.19 2.13 2.05 3/525 19759
/proc/meminfo: memFree=12143260/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=482040 CPUtime=4302.41 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 643096 0 0 0 430102 139 0 0 25 0 1 0 774759133 493608960 91614 33554432000 4194304 4580011 140733519502080 18446744073709551615 4406370 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 120510 91614 367 95 0 115492 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 482040

[startup+4362.3 s]
/proc/loadavg: 2.16 2.14 2.05 3/525 19761
/proc/meminfo: memFree=12108884/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=482040 CPUtime=4362.41 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 645369 0 0 0 436101 140 0 0 25 0 1 0 774759133 493608960 93887 33554432000 4194304 4580011 140733519502080 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 120510 93887 367 95 0 115492 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 482040

[startup+4422.3 s]
/proc/loadavg: 2.06 2.11 2.04 3/525 19762
/proc/meminfo: memFree=12106116/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=482304 CPUtime=4422.41 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 652134 0 0 0 442099 142 0 0 25 0 1 0 774759133 493879296 92450 33554432000 4194304 4580011 140733519502080 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 120576 92450 367 95 0 115558 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 482304

[startup+4482.3 s]
/proc/loadavg: 2.02 2.09 2.04 3/525 19764
/proc/meminfo: memFree=12109552/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=482604 CPUtime=4482.41 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 658920 0 0 0 448096 145 0 0 25 0 1 0 774759133 494186496 91589 33554432000 4194304 4580011 140733519502080 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 120651 91589 367 95 0 115633 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 482604

[startup+4542.3 s]
/proc/loadavg: 2.00 2.07 2.03 3/525 19766
/proc/meminfo: memFree=12114368/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=482964 CPUtime=4542.41 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 665447 0 0 0 454094 147 0 0 25 0 1 0 774759133 494555136 90378 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294481 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 120741 90378 367 95 0 115723 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 482964

[startup+4602.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/525 19767
/proc/meminfo: memFree=12056304/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=544988 CPUtime=4602.42 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 681861 0 0 0 460092 150 0 0 25 0 1 0 774759133 558067712 106792 33554432000 4194304 4580011 140733519502080 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 136247 106792 367 95 0 131229 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 544988

[startup+4662.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/525 19769
/proc/meminfo: memFree=12058260/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=544988 CPUtime=4662.41 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 681861 0 0 0 466091 150 0 0 25 0 1 0 774759133 558067712 106792 33554432000 4194304 4580011 140733519502080 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 136247 106792 367 95 0 131229 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 544988

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.02 3/525 19770
/proc/meminfo: memFree=12061700/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=544988 CPUtime=4722.44 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 681861 0 0 0 472094 150 0 0 25 0 1 0 774759133 558067712 106792 33554432000 4194304 4580011 140733519502080 18446744073709551615 4406259 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 136247 106792 367 95 0 131229 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 544988

[startup+4782.3 s]
/proc/loadavg: 2.13 2.06 2.02 3/525 19772
/proc/meminfo: memFree=12067620/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=544988 CPUtime=4782.42 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 681861 0 0 0 478092 150 0 0 25 0 1 0 774759133 558067712 106792 33554432000 4194304 4580011 140733519502080 18446744073709551615 4451582 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 136247 106792 367 95 0 131229 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 544988

[startup+4842.3 s]
/proc/loadavg: 2.18 2.08 2.03 3/525 19774
/proc/meminfo: memFree=12054576/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=545316 CPUtime=4842.42 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 687974 0 0 0 484090 152 0 0 25 0 1 0 774759133 558403584 104250 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 136329 104250 367 95 0 131311 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 545316

[startup+4902.3 s]
/proc/loadavg: 2.07 2.06 2.02 3/525 19775
/proc/meminfo: memFree=12064712/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=471148 CPUtime=4902.43 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 694162 0 0 0 490088 155 0 0 25 0 1 0 774759133 482455552 102772 33554432000 4194304 4580011 140733519502080 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 117787 102772 367 95 0 112769 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 471148

[startup+4962.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/525 19777
/proc/meminfo: memFree=12051420/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=471212 CPUtime=4962.42 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 700250 0 0 0 496085 157 0 0 25 0 1 0 774759133 482521088 101255 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 117803 101255 367 95 0 112785 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 471212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.04 2.01 3/525 19778
/proc/meminfo: memFree=12073964/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=545944 CPUtime=5000.03 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 703412 0 0 0 499845 158 0 0 25 0 1 0 774759133 559046656 104417 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 136486 104417 367 95 0 131468 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 545944

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 3/525 19778
/proc/meminfo: memFree=12073964/32951124 swapFree=59247644/67111528
[pid=11279] ppid=11277 vsize=545944 CPUtime=5000.03 cores=0,2,4,6
/proc/11279/stat : 11279 (strangenight2-s) R 11277 11279 10139 0 -1 4202496 703412 0 0 0 499845 158 0 0 25 0 1 0 774759133 559046656 104417 33554432000 4194304 4580011 140733519502080 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11279/statm: 136486 104417 367 95 0 131468 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 545944

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.07
CPU user time (s): 4998.47
CPU system time (s): 1.60676
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 545944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.47
system time used= 1.60675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 703413
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= 13
involuntary context switches= 7539

runsolver used 27.3228 second user time and 59.6649 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-29 03:13:34
IDJOB=3422014
IDBENCH=87447
IDSOLVER=1887
FILE ID=node137/3422014-1306631614
RUNJOBID= node137-1306631603-11123
PBS_JOBID= 13471596
Free space on /tmp= 73116 MiB

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

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

MD5SUM BENCH= 82789f57e506af1994452e76af2dcbf0
RANDOM SEED=2135271833

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:      13064380 kB
Buffers:        374068 kB
Cached:        8867248 kB
SwapCached:      17768 kB
Active:       11154000 kB
Inactive:      8434180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13064380 kB
SwapTotal:    67111528 kB
SwapFree:     59247644 kB
Dirty:           11836 kB
Writeback:           0 kB
AnonPages:    10338944 kB
Mapped:          30208 kB
Slab:           155280 kB
PageTables:      74676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162563324 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= 73108 MiB
End job on node137 at 2011-05-29 04:36:56