Trace number 3173829

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.16 1203.14

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v2500-c10500-S49783605-066-UNKNOWN.cnf
MD5SUM1c3095ea320a010dfc229e2e217434fd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.631903
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of clauses10500
Sum of the clauses size31500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 310500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173829-1304031453.cnf'
0.00/0.00	c -- header says num vars:           2500
0.00/0.00	c -- header says num clauses:       10500
0.00/0.02	c -- clauses added:            0 learnts,        10500 normals,            0 xors
0.00/0.02	c -- vars added       2500
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0      2500     10500         0         0     31500         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/10500/10500 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2500 time:  0.00 s
0.00/0.03	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2.76/0.78	c lits-rem:         0  cl-subs:        0  v-elim:     79  v-fix:    0  time:  0.01 s
2.76/0.78	c Finding binary XORs  T:     0.00 s  found:       0
2.76/0.78	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
2.76/0.78	c calculated reachability. Time: 0.00
2.76/0.78	c Calc default polars -  time:   0.00 s pos:    1115 undec:     278 neg:    1107
2.76/0.78	c =========================================================================================
2.76/0.78	c types(t): F = full restart, N = normal restart
2.76/0.78	c types(t): S = simplification begin/end, E = solution found
2.76/0.78	c restart types(rt): st = static, dy = dynamic
2.76/0.78	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.76/0.78	c  B st     0         0      2421     10419         0         0     31773         0   no data   no data
2.76/0.78	c  N dy    19      4032      2421     10419         0      4030     31773    295557     47.23     50.34
2.76/0.78	c  N dy    37      8440      2421     10419         0      5939     31773    306903     44.57     47.45
3.57/0.95	c  N dy    60     12609      2421     10419         0      5857     31773    203520     44.81     47.29
4.78/1.25	c  N dy    85     16657      2421     10419         0      9902     31773    474424     44.94     47.40
5.97/1.53	c  N dy   100     20809      2421     10419         0      8437     31773    299806     44.62     47.45
7.16/1.87	c  F st   125     25000      2421     10419         0     12627     31773    587056     44.62     44.61
7.16/1.87	c  N st   125     25000      2421     10419         0     12627     31773    587056     44.62     44.61
8.76/2.29	c  N dy   131     30001      2421     10419         0     10813     31773    419314     44.62   no data
8.76/2.29	c  S st   131     30001      2421     10419         0     10813     31773    419314     44.62   no data
9.17/2.33	c  S st   131     30504      2421     10419         0     11316     31773    447900     44.62   no data
9.17/2.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.17/2.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
9.17/2.34	c blocked clauses removed:       19 vars:      3 tried:        2421 T: 0.00 s
9.17/2.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.17/2.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.17/2.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2418 time:  0.00 s
9.17/2.34	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
9.17/2.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.17/2.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.44	c lits-rem:        70  cl-subs:        8  v-elim:      0  v-fix:    0  time:  0.07 s
9.55/2.46	c asymm  cl-useful: 0/10400/10400 lits-rem:0 time: 0.01
9.55/2.46	c calculated reachability. Time: 0.00
9.55/2.46	c  N dy   131     30504      2418     10400         0     11308     31716    446757     44.62   no data
10.35/2.82	c  N dy   160     34654      2418     10400         0     15455     31716    732807     44.82     47.55
10.35/3.14	c  N dy   182     38667      2418     10400         0     11565     31716    369493     44.72     47.97
10.35/3.49	c  N dy   206     42692      2418     10400         0     15589     31716    637354     44.67     47.92
10.35/3.78	c  S st   224     45757      2418     10400         0      9708     31716    180827     44.62     35.11
10.35/3.82	c  S st   224     46261      2418     10400         0     10212     31716    209465     44.62   no data
10.35/3.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.35/3.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
10.35/3.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.35/3.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.35/3.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/3.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2418 time:  0.00 s
10.35/3.83	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
10.35/3.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.35/3.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/3.86	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.02 s
10.35/3.86	c vivif2 --  cl tried    10400 cl shrink        0 lits rem          0 time: 0.00
10.35/3.87	c vivif2 --  cl tried    10211 cl shrink        0 lits rem          0 time: 0.00
10.35/3.88	c asymm  cl-useful: 0/10400/10400 lits-rem:0 time: 0.01
10.35/3.88	c calculated reachability. Time: 0.00
10.35/3.88	c  N dy   224     46261      2418     10400         0     10211     31716    209298     44.62   no data
11.20/4.21	c  N dy   251     50360      2418     10400         0     14308     31716    486181     44.76     47.61
16.29/4.59	c  N dy   281     54438      2418     10400         0     18386     31716    769371     44.91     47.38
17.78/4.96	c  N dy   308     58524      2418     10400         0     12497     31716    310061     45.04     47.49
19.36/5.32	c  N dy   333     62569      2418     10400         0     16542     31716    582082     45.07     47.52
20.97/5.78	c  N dy   353     67324      2418     10400         0     21297     31716    912961     44.92     47.31
21.76/5.98	c  S st   364     69393      2418     10400         0     12378     31716    240244     44.93   no data
22.17/6.02	c  S st   364     69895      2418     10400         0     12880     31716    266920     44.93   no data
22.17/6.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.17/6.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
22.17/6.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.17/6.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.17/6.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.17/6.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2418 time:  0.00 s
22.17/6.03	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
22.17/6.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
22.17/6.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.17/6.08	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.03 s
22.17/6.08	c vivif2 --  cl tried    10400 cl shrink        0 lits rem          0 time: 0.00
22.17/6.09	c vivif2 --  cl tried    12878 cl shrink        0 lits rem          0 time: 0.00
22.17/6.10	c asymm  cl-useful: 0/10400/10400 lits-rem:0 time: 0.01
22.17/6.10	c calculated reachability. Time: 0.00
22.17/6.10	c  N dy   364     69895      2418     10400         0     12878     31716    266746     44.93   no data
24.15/6.52	c  N dy   388     74414      2418     10400         0     17395     31716    575887     44.95     47.60
26.14/7.00	c  N dy   412     79290      2418     10400         0     22270     31716    907472     44.86     47.31
27.73/7.49	c  N dy   445     84408      2418     10400         0     15399     31716    382518     44.96     47.45
28.94/7.78	c  F st   460     87500      2418     10400         0     18490     31716    599230     44.94     41.19
30.52/8.13	c  N st   465     90801      2418     10400         0     21791     31716    851726     44.94   no data
32.92/8.78	c  N dy   491     96720      2418     10400         0     14706     31716    272891     44.97     47.44
35.33/9.38	c  N dy   527    102969      2418     10400         0     20955     31716    696305     44.99     47.49
36.12/9.58	c  S st   543    104843      2418     10400         0     22829     31716    827562     45.04   no data
36.52/9.64	c  S st   543    105347      2418     10400         0     23333     31716    854448     45.04   no data
36.52/9.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.52/9.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
36.52/9.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.52/9.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.52/9.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.52/9.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2418 time:  0.00 s
36.52/9.66	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
36.52/9.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
36.92/9.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.12/10.00	c lits-rem:        52  cl-subs:        8  v-elim:      0  v-fix:    0  time:  0.28 s
38.12/10.00	c vivif2 --  cl tried    10400 cl shrink        0 lits rem          0 time: 0.00
38.12/10.01	c vivif2 --  cl tried    23325 cl shrink        0 lits rem          0 time: 0.01
38.12/10.03	c asymm  cl-useful: 0/10400/10400 lits-rem:0 time: 0.02
38.12/10.03	c calculated reachability. Time: 0.00
38.12/10.03	c  N dy   543    105347      2418     10400         0     23325     31716    853243     45.04   no data
40.91/10.77	c  N dy   580    112197      2418     10400         0     16183     31716    311945     44.99     47.68
44.12/11.52	c  N dy   630    119505      2418     10400         0     23485     31716    817950     45.13     47.61
47.70/12.44	c  N dy   684    127317      2418     10400         0     16301     31716    260049     45.26     47.97
51.29/13.33	c  N dy   734    135552      2418     10400         0     24535     31716    826886     45.30     48.73
55.29/14.37	c  N dy   790    144205      2418     10400         0     17192     31716    257153     45.33     49.46
59.28/15.34	c  N dy   843    153534      2418     10400         0     26514     31716    901356     45.37     48.22
61.28/15.90	c  S st   872    158020      2418     10400         0     30995     31716   1210539     45.38     43.65
61.69/15.97	c  S st   872    158521      2418     10400         0     31496     31716   1241930     45.38   no data
61.69/15.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.69/15.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
61.69/15.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.69/16.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.69/16.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.69/16.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2418 time:  0.00 s
61.69/16.00	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
62.10/16.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
62.10/16.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.87/16.70	c lits-rem:        47  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.63 s
64.87/16.70	c vivif2 --  cl tried    10400 cl shrink        0 lits rem          0 time: 0.00
64.87/16.72	c vivif2 --  cl tried    31481 cl shrink        0 lits rem          0 time: 0.02
64.87/16.75	c asymm  cl-useful: 0/10400/10400 lits-rem:0 time: 0.03
64.87/16.75	c calculated reachability. Time: 0.00
64.87/16.75	c  N dy   872    158521      2418     10400         0     31481     31716   1240021     45.38   no data
69.66/17.90	c  N dy   930    168848      2418     10400         0     24810     31716    712434     45.40     47.85
74.86/19.30	c  N dy   994    179745      2418     10400         0     35705     31716   1475247     45.44     49.03
80.03/20.58	c  N dy  1063    191250      2418     10400         0     29213     31716    962657     45.47     48.72
86.43/22.18	c  N dy  1135    203475      2418     10400         0     22443     31716    425436     45.53     48.52
92.84/23.78	c  N dy  1210    216499      2418     10400         0     35463     31716   1334183     45.55     48.13
99.60/25.49	c  N dy  1285    230328      2418     10400         0     29292     31716    836095     45.57     57.85
103.60/26.45	c  S st  1322    237781      2418     10400         0     36745     31716   1356329     45.54   no data
104.00/26.54	c  S st  1322    238283      2418     10400         0     37247     31716   1383502     45.54   no data
104.00/26.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
104.00/26.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
104.00/26.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
104.00/26.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.00/26.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.00/26.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2418 time:  0.00 s
104.00/26.57	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
104.00/26.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
104.40/26.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
107.60/27.49	c lits-rem:       122  cl-subs:       17  v-elim:      0  v-fix:    0  time:  0.85 s
107.60/27.49	c vivif2 --  cl tried    10400 cl shrink        0 lits rem          0 time: 0.00
107.99/27.51	c vivif2 --  cl tried    37230 cl shrink        0 lits rem          0 time: 0.02
107.99/27.54	c asymm  cl-useful: 0/10400/10400 lits-rem:0 time: 0.04
107.99/27.54	c calculated reachability. Time: 0.00
107.99/27.54	c  N dy  1322    238283      2418     10400         0     37230     31716   1381325     45.54   no data
115.57/29.49	c  N dy  1398    253676      2418     10400         0     31624     31716    940398     45.53     48.94
124.76/31.74	c  N dy  1497    269892      2418     10400         0     25839     31716    476483     45.60     55.24
134.34/34.14	c  N dy  1605    287341      2418     10400         0     43284     31716   1688072     45.64     48.24
143.93/36.59	c  N dy  1718    305681      2418     10400         0     38627     31716   1296113     45.71     48.77
144.33/36.67	c  F st  1722    306250      2418     10400         0     39196     31716   1334102     45.71   no data
155.10/39.31	c  N dy  1802    325196      2418     10400         0     34141     31716    927066     45.71     48.83
167.09/42.32	c  N dy  1932    345260      2418     10400         0     29209     31716    519821     45.79     56.33
173.87/44.00	c  S st  2002    357424      2418     10400         0     41369     31716   1355994     45.79     49.23
174.27/44.10	c  S st  2002    357927      2418     10400         0     41872     31716   1382102     45.79   no data
174.27/44.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
174.27/44.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
174.27/44.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
174.27/44.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
174.27/44.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
174.27/44.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2418 time:  0.00 s
174.27/44.13	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
174.27/44.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
174.27/44.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
178.25/45.16	c lits-rem:        76  cl-subs:       14  v-elim:      0  v-fix:    0  time:  0.96 s
178.25/45.16	c vivif2 --  cl tried    10400 cl shrink        0 lits rem          0 time: 0.00
178.25/45.18	c vivif2 --  cl tried    41858 cl shrink        0 lits rem          0 time: 0.02
178.65/45.22	c asymm  cl-useful: 0/10400/10400 lits-rem:0 time: 0.04
178.65/45.22	c calculated reachability. Time: 0.00
178.65/45.22	c  N dy  2002    357927      2418     10400         0     41858     31716   1380320     45.79   no data
190.64/48.23	c  N dy  2114    378110      2418     10400         0     36039     31716    935403     45.79     48.29
203.80/51.54	c  N dy  2237    398324      2418     10400         0     29257     31716    392260     45.83     48.67
215.80/54.59	c  N dy  2354    418454      2418     10400         0     49379     31716   1792324     45.83     48.29
228.57/57.77	c  N dy  2465    439082      2418     10400         0     42016     31716   1209846     45.83     49.40
242.53/61.20	c  N dy  2595    459140      2418     10400         0     33080     31716    537290     45.89     48.43
255.34/64.42	c  N dy  2715    479267      2418     10400         0     53196     31716   1943485     45.92     49.17
268.51/67.72	c  N dy  2836    499533      2418     10400         0     43460     31716   1190607     45.94     50.34
283.27/71.40	c  N dy  2944    519761      2418     10400         0     32695     31716    386706     45.95     49.24
293.66/74.02	c  S st  3046    536890      2418     10400         0     49820     31716   1587652     45.97     47.29
294.06/74.14	c  S st  3046    537398      2418     10400         0     50328     31716   1615844     45.97   no data
294.06/74.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
294.06/74.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
294.06/74.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
294.06/74.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
294.06/74.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
294.06/74.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2418 time:  0.00 s
294.06/74.18	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
294.47/74.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
294.47/74.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
300.45/75.73	c lits-rem:        44  cl-subs:       19  v-elim:      0  v-fix:    0  time:  1.47 s
300.45/75.73	c vivif2 --  cl tried    10400 cl shrink        0 lits rem          0 time: 0.00
300.45/75.75	c vivif2 --  cl tried    50309 cl shrink        0 lits rem          0 time: 0.02
300.85/75.80	c asymm  cl-useful: 0/10400/10400 lits-rem:0 time: 0.05
300.85/75.80	c calculated reachability. Time: 0.00
300.85/75.80	c  N dy  3046    537398      2418     10400         0     50309     31716   1613763     45.97   no data
315.21/79.46	c  N dy  3166    557548      2418     10400         0     38462     31716    724404     46.02     49.48
329.17/82.96	c  N dy  3276    577615      2418     10400         0     58525     31716   2125714     46.02     48.64
343.18/86.43	c  N dy  3392    597927      2418     10400         0     45835     31716   1165424     46.04     49.32
358.72/90.36	c  N dy  3511    617968      2418     10400         0     65871     31716   2565297     46.07     48.52
372.31/93.70	c  N dy  3621    638100      2418     10400         0     52011     31716   1543729     46.07     48.54
388.27/97.72	c  N dy  3729    658115      2418     10400         0     37030     31716    429372     46.07     48.60
401.86/101.14	c  N dy  3854    678156      2418     10400         0     57070     31716   1836056     46.10     48.59
418.22/105.26	c  N dy  3963    698576      2418     10400         0     41493     31716    681102     46.10     49.22
433.40/109.09	c  N dy  4082    718636      2418     10400         0     61548     31716   2091890     46.11     57.84
450.15/113.20	c  N dy  4200    739000      2418     10400         0     44916     31716    847206     46.12     49.51
465.34/117.08	c  N dy  4322    759123      2418     10400         0     65032     31716   2265234     46.14     48.89
481.70/121.16	c  N dy  4440    779131      2418     10400         0     47041     31716    944038     46.17     48.86
497.67/125.15	c  N dy  4560    799443      2418     10400         0     67346     31716   2378914     46.18     48.75
504.05/126.76	c  S st  4599    806100      2418     10400         0     73999     31716   2847269     46.18   no data
504.85/126.92	c  S st  4599    806602      2418     10400         0     74501     31716   2876247     46.18   no data
504.85/126.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
504.85/126.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
504.85/126.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
504.85/126.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
504.85/126.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
504.85/126.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2418 time:  0.00 s
504.85/126.98	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
505.26/127.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
505.67/127.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
525.22/132.05	c lits-rem:       184  cl-subs:       39  v-elim:      0  v-fix:    0  time:  4.92 s
525.22/132.05	c vivif2 --  cl tried    10400 cl shrink        0 lits rem          0 time: 0.00
525.22/132.09	c vivif2 --  cl tried    74462 cl shrink        0 lits rem          0 time: 0.04
525.62/132.17	c asymm  cl-useful: 0/10400/10400 lits-rem:0 time: 0.08
525.62/132.17	c calculated reachability. Time: 0.00
525.62/132.17	c  N dy  4599    806602      2418     10400         0     74462     31716   2871287     46.18   no data
540.81/135.96	c  N dy  4722    826651      2418     10400         0     55513     31716   1466595     46.20     49.14
559.56/140.62	c  N dy  4845    847286      2418     10400         0     76144     31716   2908675     46.22     48.76
575.14/144.51	c  N dy  4956    867357      2418     10400         0     56221     31716   1463362     46.23     51.93
592.31/148.87	c  N dy  5050    887399      2418     10400         0     76257     31716   2873849     46.21     49.85
608.68/152.92	c  N dy  5182    907490      2418     10400         0     55352     31716   1342548     46.24     64.66
626.65/157.43	c  N dy  5306    927563      2418     10400         0     75415     31716   2751665     46.26     48.88
643.43/161.68	c  N dy  5421    947607      2418     10400         0     53469     31716   1141156     46.27     51.36
661.00/166.03	c  N dy  5526    967688      2418     10400         0     73543     31716   2537127     46.26     49.20
679.36/170.60	c  N dy  5650    987690      2418     10400         0     50551     31716    869671     46.28     49.66
696.13/174.81	c  N dy  5773   1007757      2418     10400         0     70615     31716   2277417     46.30     53.45
716.09/179.85	c  N dy  5892   1027847      2418     10400         0     46717     31716    529049     46.31     49.41
732.05/183.82	c  N dy  6008   1047873      2418     10400         0     66739     31716   1946137     46.32     48.95
753.62/189.27	c  N dy  6128   1068879      2418     10400         0     87733     31716   3417730     46.32     49.18
757.21/190.10	c  F st  6141   1071875      2418     10400         0     45748     31716    400925     46.32   no data
769.60/193.27	c  N dy  6225   1088939      2418     10400         0     62809     31716   1651725     46.34     48.85
789.56/198.26	c  N dy  6359   1109024      2418     10400         0     82889     31716   3065995     46.36     49.41
807.93/202.83	c  N dy  6470   1129105      2418     10400         0     56979     31716   1136785     46.37     50.29
827.10/207.65	c  N dy  6593   1150067      2418     10400         0     77938     31716   2612062     46.38     50.47
848.22/212.91	c  N dy  6718   1170169      2418     10400         0     51047     31716    639268     46.40     49.67
864.98/217.14	c  N dy  6835   1190350      2418     10400         0     71222     31716   2058236     46.41     50.19
886.54/222.50	c  S st  6941   1209905      2418     10400         0     90771     31716   3434139     46.40     40.91
886.94/222.70	c  S st  6941   1210408      2418     10400         0     91274     31716   3461498     46.40   no data
887.35/222.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
887.35/222.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
887.35/222.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
887.35/222.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
887.35/222.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
887.35/222.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2418 time:  0.00 s
887.35/222.77	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
887.76/222.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
888.14/222.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
904.11/226.92	c lits-rem:       153  cl-subs:       35  v-elim:      0  v-fix:    0  time:  3.99 s
904.11/226.92	c vivif2 --  cl tried    10400 cl shrink        0 lits rem          0 time: 0.00
904.11/226.97	c vivif2 --  cl tried    91239 cl shrink        0 lits rem          0 time: 0.05
904.51/227.08	c asymm  cl-useful: 0/10400/10400 lits-rem:0 time: 0.11
904.51/227.08	c calculated reachability. Time: 0.00
904.51/227.08	c  N dy  6941   1210408      2418     10400         0     91239     31716   3457399     46.40   no data
922.48/231.54	c  N dy  7051   1230529      2418     10400         0     63362     31716   1440515     46.40     49.02
942.05/236.47	c  N dy  7170   1250776      2418     10400         0     83603     31716   2854960     46.40     49.06
963.21/241.79	c  N dy  7291   1270785      2418     10400         0     54618     31716    770324     46.42     49.02
980.78/246.14	c  N dy  7413   1290796      2418     10400         0     74623     31716   2184516     46.44     49.80
1000.73/251.70	c  N dy  7531   1310934      2418     10400         0     94760     31716   3610063     46.45     49.34
1020.18/256.25	c  N dy  7644   1331056      2418     10400         0     64885     31716   1426517     46.45     48.92
1040.15/261.28	c  N dy  7774   1351097      2418     10400         0     84922     31716   2842293     46.47     50.69
1064.11/267.28	c  N dy  7897   1371472      2418     10400         0     54309     31716    616544     46.48     48.96
1082.08/271.70	c  N dy  8012   1391628      2418     10400         0     74461     31716   2040911     46.49     49.34
1104.45/277.38	c  N dy  8136   1411866      2418     10400         0     94696     31716   3475700     46.50     48.99
1125.21/282.55	c  N dy  8255   1432004      2418     10400         0     62842     31716   1164857     46.51     49.23
1145.19/287.53	c  N dy  8370   1452508      2418     10400         0     83343     31716   2612956     46.51     50.04
1169.93/293.71	c  N dy  8490   1472527      2418     10400         0    103356     31716   4033902     46.52     49.02
1188.30/298.31	c  N dy  8611   1492617      2418     10400         0     70449     31716   1639777     46.53     49.51
1209.46/303.62	c  N dy  8724   1512642      2418     10400         0     90468     31716   3046374     46.54     49.05
1234.22/309.88	c  N dy  8824   1533173      2418     10400         0     57006     31716    621719     46.53     49.38
1252.60/314.40	c  N dy  8946   1553238      2418     10400         0     77069     31716   2039941     46.54     49.44
1275.36/320.10	c  N dy  9063   1573301      2418     10400         0     97128     31716   3448821     46.55     54.70
1298.52/325.91	c  N dy  9188   1593364      2418     10400         0     62204     31716    921957     46.56     49.03
1318.08/330.82	c  N dy  9316   1613542      2418     10400         0     82378     31716   2349098     46.58     49.47
1342.45/336.98	c  N dy  9441   1633757      2418     10400         0    102586     31716   3785809     46.59     49.90
1365.19/342.64	c  N dy  9567   1653877      2418     10400         0     66708     31716   1181703     46.60     50.53
1385.57/347.72	c  N dy  9681   1673887      2418     10400         0     86711     31716   2607945     46.61     49.28
1409.91/353.89	c  N dy  9784   1693899      2418     10400         0    106717     31716   4034136     46.61     49.41
1428.68/358.51	c  S st  9875   1710408      2418     10400         0     66233     31716   1073180     46.61     43.71
1429.08/358.65	c  S st  9875   1710910      2418     10400         0     66735     31716   1103926     46.61   no data
1429.08/358.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1429.08/358.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
1429.08/358.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1429.08/358.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1429.08/358.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1429.08/358.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2418 time:  0.00 s
1429.08/358.69	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1429.48/358.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1429.48/358.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1432.27/359.48	c lits-rem:        20  cl-subs:       10  v-elim:      0  v-fix:    0  time:  0.72 s
1432.27/359.48	c vivif2 --  cl tried    10400 cl shrink        0 lits rem          0 time: 0.00
1432.27/359.49	c vivif2 --  cl tried    66725 cl shrink        0 lits rem          0 time: 0.02
1432.67/359.56	c asymm  cl-useful: 0/10400/10400 lits-rem:0 time: 0.07
1432.67/359.57	c calculated reachability. Time: 0.00
1432.67/359.57	c  N dy  9875   1710910      2418     10400         0     66725     31716   1102705     46.61   no data
1453.04/364.64	c  N dy  9987   1730994      2418     10400         0     86802     31716   2518274     46.61     49.61
1478.20/370.96	c  N dy 10104   1751134      2418     10400         0    106938     31716   3932335     46.62     49.52
1500.98/376.64	c  N dy 10225   1771314      2418     10400         0     69135     31716   1203356     46.62     49.12
1522.12/381.99	c  N dy 10357   1791624      2418     10400         0     89443     31716   2638247     46.64     49.14
1548.48/388.54	c  N dy 10484   1811631      2418     10400         0    109434     31716   4057556     46.65     49.33
1571.26/394.25	c  N dy 10597   1831678      2418     10400         0     70490     31716   1254196     46.66     49.32
1593.23/399.70	c  N dy 10715   1851771      2418     10400         0     90576     31716   2682459     46.66     49.70
1620.36/406.51	c  N dy 10847   1871892      2418     10400         0    110689     31716   4130418     46.68     50.43
1643.92/412.42	c  N dy 10979   1891988      2418     10400         0     70801     31716   1206568     46.70     50.68
1665.07/417.77	c  N dy 11103   1912083      2418     10400         0     90891     31716   2629568     46.70     56.14
1692.23/424.57	c  N dy 11240   1932255      2418     10400         0    111055     31716   4062742     46.72     50.41
1717.39/430.86	c  N dy 11356   1952567      2418     10400         0     70387     31716   1098524     46.73     49.69
1738.55/436.17	c  N dy 11484   1972646      2418     10400         0     90462     31716   2524044     46.74     51.62
1765.32/442.88	c  N dy 11607   1992714      2418     10400         0    110526     31716   3935819     46.74     50.44
1792.07/449.55	c  N dy 11718   2013165      2418     10400         0     68988     31716    948291     46.75     50.24
1812.85/454.71	c  N dy 11831   2033250      2418     10400         0     89070     31716   2380488     46.76     49.44
1837.99/461.07	c  N dy 11937   2053258      2418     10400         0    109073     31716   3805338     46.76     49.34
1867.55/468.44	c  N dy 12071   2073278      2418     10400         0     66102     31716    674194     46.77     49.53
1887.53/473.40	c  N dy 12185   2093400      2418     10400         0     86218     31716   2095205     46.77     50.55
1912.68/479.71	c  N dy 12297   2113688      2418     10400         0    106503     31716   3525749     46.78     49.40
1943.02/487.35	c  N dy 12425   2133725      2418     10400         0    126532     31716   4946666     46.78     51.58
1963.50/492.52	c  N dy 12553   2153860      2418     10400         0     82675     31716   1775450     46.79     49.33
1987.18/498.56	c  N dy 12678   2173986      2418     10400         0    102790     31716   3214646     46.80     49.78
2015.98/505.87	c  N dy 12797   2194001      2418     10400         0    122800     31716   4638852     46.81     49.53
2037.51/511.25	c  S st 12903   2210910      2418     10400         0     74726     31716   1148880     46.82   no data
2038.31/511.41	c  S st 12903   2211412      2418     10400         0     75228     31716   1179380     46.82   no data
2038.31/511.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2038.31/511.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
2038.31/511.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2038.31/511.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2038.31/511.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2038.31/511.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2418 time:  0.00 s
2038.31/511.46	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2038.31/511.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2038.71/511.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2041.39/512.22	c lits-rem:        39  cl-subs:        9  v-elim:      0  v-fix:    0  time:  0.69 s
2041.39/512.22	c vivif2 --  cl tried    10400 cl shrink        0 lits rem          0 time: 0.00
2041.39/512.24	c vivif2 --  cl tried    75219 cl shrink        0 lits rem          0 time: 0.02
2041.80/512.32	c asymm  cl-useful: 0/10400/10400 lits-rem:0 time: 0.08
2041.80/512.32	c calculated reachability. Time: 0.00
2041.80/512.32	c  N dy 12903   2211412      2418     10400         0     75219     31716   1178393     46.82   no data
2063.75/517.89	c  N dy 13023   2231557      2418     10400         0     95352     31716   2606175     46.83     50.64
2090.98/524.79	c  N dy 13137   2251680      2418     10400         0    115471     31716   4033711     46.83     49.62
2121.33/532.33	c  N dy 13265   2271815      2418     10400         0     69626     31716    736708     46.84     49.58
2142.49/537.65	c  N dy 13398   2291917      2418     10400         0     89724     31716   2163579     46.85     49.70
2168.06/544.07	c  N dy 13508   2311932      2418     10400         0    109734     31716   3577157     46.86     50.36
2199.59/551.94	c  N dy 13626   2332082      2418     10400         0    129878     31716   5009037     46.86     49.42
2221.96/557.57	c  N dy 13732   2352087      2418     10400         0     82901     31716   1607405     46.86     49.50
2246.72/563.72	c  N dy 13859   2372247      2418     10400         0    103051     31716   3042114     46.87     49.62
2276.67/571.28	c  N dy 13992   2392300      2418     10400         0    123096     31716   4470392     46.88     50.37
2305.42/578.46	c  N dy 14119   2412407      2418     10400         0     75214     31716    996332     46.89     49.60
2327.39/583.98	c  N dy 14237   2432551      2418     10400         0     95350     31716   2418339     46.89     49.38
2354.94/590.88	c  N dy 14367   2452639      2418     10400         0    115433     31716   3850018     46.90     53.86
2387.28/598.96	c  N dy 14472   2472742      2418     10400         0    135529     31716   5266656     46.90     49.80
2409.66/604.57	c  N dy 14592   2492817      2418     10400         0     86632     31716   1732033     46.90     50.87
2434.80/610.87	c  N dy 14716   2512864      2418     10400         0    106674     31716   3145946     46.91     50.91
2465.55/618.52	c  N dy 14839   2533036      2418     10400         0    126844     31716   4568832     46.91     49.52
2495.10/625.98	c  N dy 14966   2553165      2418     10400         0     76981     31716    999695     46.92     49.52
2517.87/631.62	c  N dy 15079   2573477      2418     10400         0     97288     31716   2438708     46.92     49.76
2545.82/638.70	c  N dy 15207   2593557      2418     10400         0    117359     31716   3873168     46.93     49.56
2579.37/647.01	c  N dy 15324   2613642      2418     10400         0    137435     31716   5303552     46.94     50.37
2603.71/653.13	c  N dy 15443   2634063      2418     10400         0     86865     31716   1630877     46.94     49.42
2628.88/659.48	c  N dy 15557   2654567      2418     10400         0    107365     31716   3088903     46.94     50.04
2659.23/667.07	c  N dy 15676   2674683      2418     10400         0    127475     31716   4521882     46.95     49.69
2691.97/675.29	c  N dy 15792   2694684      2418     10400         0     75490     31716    767914     46.95     58.39
2709.55/679.67	c  S st 15886   2711414      2418     10400         0     92214     31716   1964151     46.96   no data
2710.35/679.87	c  S st 15886   2711915      2418     10400         0     92715     31716   1995025     46.96   no data
2710.35/679.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2710.75/679.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2710.75/679.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2710.75/679.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2710.75/679.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2710.75/679.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2418 time:  0.00 s
2710.75/679.94	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2710.75/679.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2711.15/680.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2719.13/682.01	c lits-rem:        42  cl-subs:       18  v-elim:      0  v-fix:    0  time:  1.96 s
2719.13/682.01	c vivif2 --  cl tried    10400 cl shrink        0 lits rem          0 time: 0.00
2719.13/682.04	c vivif2 --  cl tried    92697 cl shrink        0 lits rem          0 time: 0.03
2719.53/682.14	c asymm  cl-useful: 0/10400/10400 lits-rem:0 time: 0.10
2719.53/682.15	c calculated reachability. Time: 0.00
2719.53/682.15	c  N dy 15886   2711915      2418     10400         0     92697     31716   1992673     46.96   no data
2746.68/688.98	c  N dy 16006   2732263      2418     10400         0    113038     31716   3435208     46.96     50.03
2778.64/696.98	c  N dy 16137   2752269      2418     10400         0    133040     31716   4866625     46.97     49.67
2809.79/704.72	c  N dy 16259   2772421      2418     10400         0     80210     31716   1036904     46.98     49.57
2833.34/710.61	c  N dy 16383   2792622      2418     10400         0    100402     31716   2471448     46.99     49.59
2862.10/717.90	c  N dy 16507   2812820      2418     10400         0    120596     31716   3909290     47.00     50.08
2898.02/726.82	c  N dy 16624   2833739      2418     10400         0    141511     31716   5390172     47.00     49.64
2924.38/733.48	c  N dy 16734   2853836      2418     10400         0     87622     31716   1487390     47.00     49.61
2949.95/739.84	c  N dy 16848   2873999      2418     10400         0    107775     31716   2919743     47.00     49.57
2980.30/747.44	c  N dy 16965   2894079      2418     10400         0    127847     31716   4356592     47.00     49.51
3016.25/756.49	c  N dy 17095   2914175      2418     10400         0    147938     31716   5799571     47.01     50.51
3040.60/762.52	c  N dy 17223   2934441      2418     10400         0     93222     31716   1825880     47.02     49.82
3066.95/769.15	c  N dy 17343   2954702      2418     10400         0    113473     31716   3277296     47.03     49.63
3098.88/777.11	c  N dy 17457   2974773      2418     10400         0    133535     31716   4713160     47.03     50.74
3134.85/786.19	c  N dy 17580   2994775      2418     10400         0     77559     31716    653047     47.04     59.96
3157.19/791.76	c  N dy 17695   3014838      2418     10400         0     97617     31716   2080559     47.04     50.52
3184.75/798.67	c  N dy 17814   3034967      2418     10400         0    117741     31716   3508266     47.05     49.63
3217.10/806.75	c  N dy 17924   3055068      2418     10400         0    137834     31716   4926950     47.04     51.14
3252.24/815.56	c  N dy 18046   3075110      2418     10400         0     80891     31716    826967     47.05     49.86
3275.79/821.44	c  N dy 18175   3095279      2418     10400         0    101051     31716   2273217     47.06     49.63
3304.15/828.51	c  N dy 18283   3115339      2418     10400         0    121103     31716   3702468     47.06     50.55
3337.70/836.99	c  N dy 18399   3135367      2418     10400         0    141124     31716   5132192     47.06     49.72
3372.07/845.59	c  N dy 18521   3155451      2418     10400         0     83237     31716    923648     47.07     50.68
3395.21/851.39	c  N dy 18616   3175454      2418     10400         0    103236     31716   2352015     47.06     50.63
3425.15/858.87	c  N dy 18757   3195513      2418     10400         0    123288     31716   3786512     47.08     50.17
3452.71/865.73	c  S st 18844   3211916      2418     10400         0    139688     31716   4951555     47.08   no data
3453.91/866.04	c  S st 18844   3212420      2418     10400         0    140192     31716   4983028     47.08   no data
3453.91/866.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3454.31/866.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.09
3454.31/866.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3454.31/866.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3454.31/866.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3454.31/866.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2418 time:  0.00 s
3454.31/866.15	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3454.71/866.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
3455.12/866.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3480.67/872.75	c lits-rem:       161  cl-subs:       54  v-elim:      0  v-fix:    0  time:  6.34 s
3480.67/872.75	c vivif2 --  cl tried    10400 cl shrink        0 lits rem          0 time: 0.00
3481.06/872.82	c vivif2 --  cl tried   140138 cl shrink        0 lits rem          0 time: 0.07
3481.47/873.00	c asymm  cl-useful: 0/10400/10400 lits-rem:0 time: 0.18
3481.88/873.01	c calculated reachability. Time: 0.00
3481.88/873.01	c  N dy 18844   3212420      2418     10400         0    140138     31716   4976401     47.08   no data
3521.01/882.80	c  N dy 18967   3233266      2418     10400         0     82005     31716    769069     47.08     50.10
3544.16/888.69	c  N dy 19088   3253282      2418     10400         0    102013     31716   2197591     47.09     52.51
3573.32/895.93	c  N dy 19210   3273397      2418     10400         0    122125     31716   3633315     47.09     50.65
3608.45/904.78	c  N dy 19349   3293496      2418     10400         0    142217     31716   5068403     47.10     53.61
3645.98/914.14	c  N dy 19468   3313946      2418     10400         0     82683     31716    758483     47.11     50.26
3669.95/920.20	c  N dy 19607   3334125      2418     10400         0    102857     31716   2201170     47.12     50.77
3699.10/927.40	c  N dy 19724   3354186      2418     10400         0    122910     31716   3637104     47.12     50.07
3733.84/936.13	c  N dy 19847   3374229      2418     10400         0    142949     31716   5063707     47.13     49.67
3773.78/946.18	c  N dy 19977   3394308      2418     10400         0     82047     31716    647183     47.14     50.66
3797.75/952.19	c  N dy 20093   3414809      2418     10400         0    102543     31716   2110980     47.14     49.93
3827.68/959.62	c  N dy 20222   3435105      2418     10400         0    122832     31716   3563219     47.14     49.65
3862.03/968.22	c  N dy 20339   3455115      2418     10400         0    142836     31716   4995147     47.15     50.88
3901.17/978.06	c  N dy 20445   3475130      2418     10400         0    162848     31716   6413027     47.15     53.08
3925.93/984.29	c  N dy 20561   3495141      2418     10400         0    100874     31716   1916810     47.15     50.16
3954.28/991.35	c  N dy 20678   3515275      2418     10400         0    121003     31716   3360695     47.16     50.06
3988.22/999.87	c  N dy 20799   3535358      2418     10400         0    141085     31716   4774276     47.16     49.81
4026.96/1009.56	c  N dy 20909   3555364      2418     10400         0    161088     31716   6207333     47.16     50.16
4054.91/1016.59	c  N dy 21031   3575503      2418     10400         0     98234     31716   1666051     47.17     50.13
4082.87/1023.59	c  N dy 21156   3595678      2418     10400         0    118402     31716   3098006     47.17     50.38
4115.61/1031.78	c  N dy 21263   3615763      2418     10400         0    138483     31716   4505528     47.17     50.55
4153.97/1041.31	c  N dy 21379   3635851      2418     10400         0    158567     31716   5949252     47.17     49.95
4185.10/1049.15	c  N dy 21485   3655924      2418     10400         0     94656     31716   1355472     47.17     50.91
4211.85/1055.89	c  N dy 21606   3675941      2418     10400         0    114661     31716   2786153     47.18     51.85
4244.21/1063.90	c  N dy 21728   3695953      2418     10400         0    134667     31716   4226822     47.18     49.88
4274.55/1071.54	c  S st 21835   3712420      2418     10400         0    151127     31716   5410336     47.19   no data
4275.75/1071.87	c  S st 21835   3712921      2418     10400         0    151628     31716   5440340     47.19   no data
4275.75/1071.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4276.16/1071.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
4276.16/1071.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4276.16/1071.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4276.16/1071.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4276.16/1071.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2418 time:  0.00 s
4276.16/1071.99	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4276.57/1072.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
4277.35/1072.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4304.91/1079.18	c lits-rem:       127  cl-subs:       70  v-elim:      0  v-fix:    0  time:  6.92 s
4304.91/1079.18	c vivif2 --  cl tried    10400 cl shrink        0 lits rem          0 time: 0.00
4305.30/1079.26	c vivif2 --  cl tried   151558 cl shrink        0 lits rem          0 time: 0.08
4306.10/1079.45	c asymm  cl-useful: 0/10400/10400 lits-rem:0 time: 0.19
4306.10/1079.45	c calculated reachability. Time: 0.00
4306.10/1079.45	c  N dy 21835   3712921      2418     10400         0    151558     31716   5431190     47.19   no data
4348.83/1090.19	c  N dy 21967   3732990      2418     10400         0     86649     31716    716846     47.19     49.92
4371.59/1095.82	c  F st 22075   3751562      2418     10400         0    105216     31716   2044788     47.20   no data
4373.99/1096.47	c  N st 22079   3753593      2418     10400         0    107247     31716   2202374     47.20   no data
4404.36/1104.01	c  N dy 22196   3773654      2418     10400         0    127304     31716   3666127     47.20     49.82
4439.09/1112.72	c  N dy 22312   3793743      2418     10400         0    147390     31716   5102567     47.21     49.76
4480.22/1123.05	c  N dy 22440   3813780      2418     10400         0    167417     31716   6538478     47.21     56.80
4508.98/1130.25	c  N dy 22563   3833782      2418     10400         0    101441     31716   1703439     47.22     49.74
4537.72/1137.41	c  N dy 22673   3853796      2418     10400         0    121450     31716   3112719     47.22     61.59
4571.67/1145.92	c  N dy 22785   3873961      2418     10400         0    141604     31716   4548909     47.22     49.72
4610.82/1155.78	c  N dy 22902   3893967      2418     10400         0    161606     31716   5959437     47.22     50.16
4647.95/1165.03	c  N dy 23032   3914215      2418     10400         0     94875     31716   1182068     47.23     50.04
4674.29/1171.66	c  N dy 23149   3934234      2418     10400         0    114886     31716   2613284     47.23     49.83
4707.06/1179.80	c  N dy 23275   3954365      2418     10400         0    135010     31716   4060219     47.24     50.52
4744.98/1189.31	c  N dy 23396   3974450      2418     10400         0    155090     31716   5492300     47.24     49.82
4789.32/1200.48	c  N dy 23522   3995141      2418     10400         0    175773     31716   6982229     47.25     50.14

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.03 8.07 7.65 5/178 1175
/proc/meminfo: memFree=15430280/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 514744956 52441088 347 33554432000 4194304 4627427 140737266382128 18446744073709551615 210647202801 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 12803 347 299 106 0 7774 0
[pid=1175/tid=1176] ppid=1173 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514744957 52441088 353 33554432000 4194304 4627427 140737266382128 18446744073709551615 47578988427186 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514744957 52441088 353 33554432000 4194304 4627427 140737266382128 18446744073709551615 47578988426777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514744957 52441088 353 33554432000 4194304 4627427 140737266382128 18446744073709551615 47578988426777 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.106543 s]
/proc/loadavg: 8.03 8.07 7.65 5/178 1175
/proc/meminfo: memFree=15430280/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=351172 CPUtime=0.39 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 4341 0 0 0 38 1 0 0 18 0 4 0 514744956 359600128 3703 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308383 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 87793 3703 385 106 0 82764 0
[pid=1175/tid=1176] ppid=1173 vsize=351172 CPUtime=0.09 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 1200 0 0 0 9 0 0 0 25 0 4 0 514744957 359600128 3703 33554432000 4194304 4627427 140737266382128 18446744073709551615 4321895 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=351172 CPUtime=0.09 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 1018 0 0 0 9 0 0 0 18 0 4 0 514744957 359600128 3703 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=351172 CPUtime=0.09 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 638 0 0 0 9 0 0 0 25 0 4 0 514744957 359600128 3703 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 351172

[startup+0.200528 s]
/proc/loadavg: 8.03 8.07 7.65 5/178 1175
/proc/meminfo: memFree=15430280/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=351364 CPUtime=0.77 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 4848 0 0 0 76 1 0 0 18 0 4 0 514744956 359796736 4210 33554432000 4194304 4627427 140737266382128 18446744073709551615 4332648 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 87841 4210 385 106 0 82812 0
[pid=1175/tid=1176] ppid=1173 vsize=351364 CPUtime=0.19 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 1335 0 0 0 19 0 0 0 25 0 4 0 514744957 359796736 4210 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=351364 CPUtime=0.19 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 1128 0 0 0 19 0 0 0 18 0 4 0 514744957 359796736 4210 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=351364 CPUtime=0.19 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 761 0 0 0 19 0 0 0 25 0 4 0 514744957 359796736 4210 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 351364

[startup+0.300511 s]
/proc/loadavg: 8.03 8.07 7.65 5/178 1175
/proc/meminfo: memFree=15430280/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=351364 CPUtime=1.17 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 5310 0 0 0 116 1 0 0 18 0 4 0 514744956 359796736 4672 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308362 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 87841 4672 385 106 0 82812 0
[pid=1175/tid=1176] ppid=1173 vsize=351364 CPUtime=0.29 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 1460 0 0 0 29 0 0 0 25 0 4 0 514744957 359796736 4672 33554432000 4194304 4627427 140737266382128 18446744073709551615 4310552 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=351364 CPUtime=0.29 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 1234 0 0 0 29 0 0 0 18 0 4 0 514744957 359796736 4672 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308329 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=351364 CPUtime=0.29 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 871 0 0 0 29 0 0 0 25 0 4 0 514744957 359796736 4672 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 351364

[startup+0.700445 s]
/proc/loadavg: 8.03 8.07 7.65 5/178 1175
/proc/meminfo: memFree=15430280/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=354320 CPUtime=2.76 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 7620 0 0 0 275 1 0 0 18 0 4 0 514744956 362823680 5296 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 88580 5296 386 106 0 83551 0
[pid=1175/tid=1176] ppid=1173 vsize=354320 CPUtime=0.69 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 2043 0 0 0 69 0 0 0 25 0 4 0 514744957 362823680 5296 33554432000 4194304 4627427 140737266382128 18446744073709551615 4330946 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=354320 CPUtime=0.68 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 1789 0 0 0 68 0 0 0 18 0 4 0 514744957 362823680 5296 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308326 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=354320 CPUtime=0.69 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 1464 0 0 0 69 0 0 0 25 0 4 0 514744957 362823680 5296 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 354320

[startup+1.50031 s]
/proc/loadavg: 8.03 8.07 7.65 9/182 1179
/proc/meminfo: memFree=15403340/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=355564 CPUtime=5.97 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 12303 0 0 0 594 3 0 0 20 0 4 0 514744956 364097536 5163 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 88891 5163 386 106 0 83862 0
[pid=1175/tid=1176] ppid=1173 vsize=355564 CPUtime=1.48 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 3216 0 0 0 148 0 0 0 25 0 4 0 514744957 364097536 5163 33554432000 4194304 4627427 140737266382128 18446744073709551615 4310370 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=355564 CPUtime=1.48 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 2953 0 0 0 148 0 0 0 20 0 4 0 514744957 364097536 5163 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=355564 CPUtime=1.48 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 2639 0 0 0 148 0 0 0 25 0 4 0 514744957 364097536 5163 33554432000 4194304 4627427 140737266382128 18446744073709551615 4332735 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 355564

[startup+4.21758 s]
/proc/loadavg: 8.03 8.07 7.65 9/182 1179
/proc/meminfo: memFree=15395776/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=357060 CPUtime=15.66 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 31018 0 0 0 1557 9 0 0 25 0 4 0 514744956 365629440 13941 33554432000 4194304 4627427 140737266382128 18446744073709551615 4332200 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 89265 14202 390 106 0 84236 0
[pid=1175/tid=1176] ppid=1173 vsize=357060 CPUtime=3.97 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 7509 0 0 0 394 3 0 0 20 0 4 0 514744957 365629440 14205 33554432000 4194304 4627427 140737266382128 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=357060 CPUtime=4.42 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 9868 0 0 0 440 2 0 0 25 0 4 0 514744957 365629440 14205 33554432000 4194304 4627427 140737266382128 18446744073709551615 4329933 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=357060 CPUtime=3.14 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 4533 0 0 0 313 1 0 0 25 0 4 0 514744957 365629440 14205 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 15.66
Current children cumulated vsize (KiB) 357060

[startup+6.3005 s]
/proc/loadavg: 8.03 8.07 7.65 9/182 1179
/proc/meminfo: memFree=15329996/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=348724 CPUtime=23.35 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 44409 0 0 0 2323 12 0 0 25 0 4 0 514744956 357093376 19917 33554432000 4194304 4627427 140737266382128 18446744073709551615 4332432 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 87181 19917 390 106 0 82152 0
[pid=1175/tid=1176] ppid=1173 vsize=348724 CPUtime=5.81 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 12933 0 0 0 577 4 0 0 25 0 4 0 514744957 357093376 19917 33554432000 4194304 4627427 140737266382128 18446744073709551615 4467828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=348724 CPUtime=6.28 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 11849 0 0 0 626 2 0 0 25 0 4 0 514744957 357093376 19917 33554432000 4194304 4627427 140737266382128 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=348724 CPUtime=4.96 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 8032 0 0 0 494 2 0 0 25 0 4 0 514744957 357093376 19917 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.35
Current children cumulated vsize (KiB) 348724

[startup+12.7064 s]
/proc/loadavg: 8.10 8.08 7.66 9/182 1179
/proc/meminfo: memFree=15350852/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=359428 CPUtime=48.92 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 72066 0 0 0 4871 21 0 0 25 0 4 0 514744956 368054272 27968 33554432000 4194304 4627427 140737266382128 18446744073709551615 4327274 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 89857 27968 390 106 0 84828 0
[pid=1175/tid=1176] ppid=1173 vsize=359428 CPUtime=12.22 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 20134 0 0 0 1217 5 0 0 25 0 4 0 514744957 368054272 27968 33554432000 4194304 4627427 140737266382128 18446744073709551615 4428412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=359428 CPUtime=12.69 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 18797 0 0 0 1265 4 0 0 25 0 4 0 514744957 368054272 27968 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308383 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=359428 CPUtime=11.31 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 13504 0 0 0 1126 5 0 0 25 0 4 0 514744957 368054272 27968 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.92
Current children cumulated vsize (KiB) 359428

[startup+25.5003 s]
/proc/loadavg: 8.09 8.08 7.66 9/182 1180
/proc/meminfo: memFree=15324564/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=361652 CPUtime=100 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 117918 0 0 0 9970 30 0 0 25 0 4 0 514744956 370331648 36340 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 90413 36340 390 106 0 85384 0
[pid=1175/tid=1176] ppid=1173 vsize=361652 CPUtime=25.01 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 29721 0 0 0 2493 8 0 0 25 0 4 0 514744957 370331648 36340 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309134 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=361652 CPUtime=25.48 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 30244 0 0 0 2542 6 0 0 25 0 4 0 514744957 370331648 36340 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=361652 CPUtime=24.03 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 26595 0 0 0 2395 8 0 0 25 0 4 0 514744957 370331648 36340 33554432000 4194304 4627427 140737266382128 18446744073709551615 4332667 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100
Current children cumulated vsize (KiB) 361652

[startup+51.101 s]
/proc/loadavg: 8.06 8.07 7.67 9/182 1180
/proc/meminfo: memFree=15229064/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=364120 CPUtime=202.21 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 182365 0 0 0 20175 46 0 0 25 0 4 0 514744956 372858880 42621 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308760 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 91030 42621 390 106 0 86001 0
[pid=1175/tid=1176] ppid=1173 vsize=364120 CPUtime=50.59 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 45629 0 0 0 5048 11 0 0 25 0 4 0 514744957 372858880 42625 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=364120 CPUtime=51.09 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 45811 0 0 0 5099 10 0 0 25 0 4 0 514744957 372858880 42625 33554432000 4194304 4627427 140737266382128 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=364120 CPUtime=49.48 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 42182 0 0 0 4934 14 0 0 25 0 4 0 514744957 372858880 42625 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308606 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.21
Current children cumulated vsize (KiB) 364120

[startup+102.3 s]
/proc/loadavg: 8.02 8.06 7.68 9/182 1182
/proc/meminfo: memFree=15327472/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=516200 CPUtime=406.64 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 284892 0 0 0 40590 74 0 0 25 0 4 0 514744956 528588800 50817 33554432000 4194304 4627427 140737266382128 18446744073709551615 4327410 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 129050 50817 390 106 0 124021 0
[pid=1175/tid=1176] ppid=1173 vsize=516200 CPUtime=101.78 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 70810 0 0 0 10158 20 0 0 25 0 4 0 514744957 528588800 50817 33554432000 4194304 4627427 140737266382128 18446744073709551615 4310392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=516200 CPUtime=102.27 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 72087 0 0 0 10211 16 0 0 25 0 4 0 514744957 528588800 50817 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=516200 CPUtime=100.38 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 66991 0 0 0 10017 21 0 0 25 0 4 0 514744957 528588800 50817 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.64
Current children cumulated vsize (KiB) 516200

[startup+162.306 s]

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

[pid=1175] ppid=1173 vsize=768712 CPUtime=2560.6 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 985601 0 0 0 255721 339 0 0 25 0 4 0 514744956 787161088 110952 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 192178 110952 390 106 0 187149 0
[pid=1175/tid=1176] ppid=1173 vsize=768712 CPUtime=639.49 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 242362 0 0 0 63866 83 0 0 25 0 4 0 514744957 787161088 110952 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=768712 CPUtime=642.25 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 250284 0 0 0 64144 81 0 0 25 0 4 0 514744957 787161088 110952 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=768712 CPUtime=637.07 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 244049 0 0 0 63603 104 0 0 25 0 4 0 514744957 787161088 110952 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2560.6
Current children cumulated vsize (KiB) 768712

[startup+702.301 s]
/proc/loadavg: 8.12 8.13 7.89 9/182 1241
/proc/meminfo: memFree=15273464/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=741676 CPUtime=2800.19 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 1045564 0 0 0 279655 364 0 0 25 0 4 0 514744956 759476224 108622 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 185419 108622 390 106 0 180390 0
[pid=1175/tid=1176] ppid=1173 vsize=741676 CPUtime=699.48 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 259775 0 0 0 69858 90 0 0 25 0 4 0 514744957 759476224 108622 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=741676 CPUtime=702.25 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 265246 0 0 0 70137 88 0 0 25 0 4 0 514744957 759476224 108622 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308654 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=741676 CPUtime=696.71 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 258003 0 0 0 69560 111 0 0 25 0 4 0 514744957 759476224 108622 33554432000 4194304 4627427 140737266382128 18446744073709551615 4310133 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2800.19
Current children cumulated vsize (KiB) 741676

[startup+762.3 s]
/proc/loadavg: 8.04 8.10 7.90 9/182 1242
/proc/meminfo: memFree=15140516/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=706816 CPUtime=3039.8 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 1102047 0 0 0 303593 387 0 0 25 0 4 0 514744956 723779584 107988 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 176704 107988 390 106 0 171675 0
[pid=1175/tid=1176] ppid=1173 vsize=706816 CPUtime=759.48 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 273683 0 0 0 75853 95 0 0 25 0 4 0 514744957 723779584 107988 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=706816 CPUtime=762.24 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 279319 0 0 0 76130 94 0 0 25 0 4 0 514744957 723779584 107988 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=706816 CPUtime=756.36 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 271595 0 0 0 75519 117 0 0 25 0 4 0 514744957 723779584 107988 33554432000 4194304 4627427 140737266382128 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3039.8
Current children cumulated vsize (KiB) 706816

[startup+822.3 s]
/proc/loadavg: 8.01 8.08 7.90 9/182 1244
/proc/meminfo: memFree=15123508/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=696048 CPUtime=3279.41 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 1157419 0 0 0 327530 411 0 0 25 0 4 0 514744956 712753152 105484 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 174012 105484 390 106 0 168983 0
[pid=1175/tid=1176] ppid=1173 vsize=696048 CPUtime=819.47 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 287204 0 0 0 81847 100 0 0 25 0 4 0 514744957 712753152 105486 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=696048 CPUtime=822.25 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 292981 0 0 0 82124 101 0 0 25 0 4 0 514744957 712753152 105486 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=696048 CPUtime=816.01 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 286041 0 0 0 81476 125 0 0 25 0 4 0 514744957 712753152 105486 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.41
Current children cumulated vsize (KiB) 696048

[startup+882.3 s]
/proc/loadavg: 8.00 8.06 7.91 9/182 1245
/proc/meminfo: memFree=14878960/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=764532 CPUtime=3519 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 1237565 0 0 0 351462 438 0 0 25 0 4 0 514744956 782880768 137241 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 191133 137241 390 106 0 186104 0
[pid=1175/tid=1176] ppid=1173 vsize=764532 CPUtime=879.46 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 312628 0 0 0 87840 106 0 0 25 0 4 0 514744957 782880768 137241 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=764532 CPUtime=882.24 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 306219 0 0 0 88117 107 0 0 25 0 4 0 514744957 782880768 137241 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=764532 CPUtime=875.66 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 308072 0 0 0 87432 134 0 0 25 0 4 0 514744957 782880768 137241 33554432000 4194304 4627427 140737266382128 18446744073709551615 4428340 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3519
Current children cumulated vsize (KiB) 764532

[startup+942.306 s]
/proc/loadavg: 8.04 8.06 7.91 9/182 1247
/proc/meminfo: memFree=14885264/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=913008 CPUtime=3758.62 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 1291826 0 0 0 375403 459 0 0 25 0 4 0 514744956 934920192 155774 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 228252 155774 390 106 0 223223 0
[pid=1175/tid=1176] ppid=1173 vsize=913008 CPUtime=939.45 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 324942 0 0 0 93835 110 0 0 25 0 4 0 514744957 934920192 155774 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=913008 CPUtime=942.24 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 323344 0 0 0 94112 112 0 0 25 0 4 0 514744957 934920192 155774 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=913008 CPUtime=935.33 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 320751 0 0 0 93392 141 0 0 25 0 4 0 514744957 934920192 155774 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.62
Current children cumulated vsize (KiB) 913008

[startup+1002.3 s]
/proc/loadavg: 8.10 8.08 7.93 9/182 1249
/proc/meminfo: memFree=14836884/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=915092 CPUtime=3998.21 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 1344084 0 0 0 399339 482 0 0 25 0 4 0 514744956 937054208 153019 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 228773 153019 390 106 0 223744 0
[pid=1175/tid=1176] ppid=1173 vsize=915092 CPUtime=999.44 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 338255 0 0 0 99829 115 0 0 25 0 4 0 514744957 937054208 153019 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=915092 CPUtime=1002.24 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 336448 0 0 0 100106 118 0 0 25 0 4 0 514744957 937054208 153019 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=915092 CPUtime=994.98 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 333653 0 0 0 99350 148 0 0 25 0 4 0 514744957 937054208 153019 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3998.21
Current children cumulated vsize (KiB) 915092

[startup+1062.3 s]
/proc/loadavg: 8.11 8.09 7.94 9/182 1250
/proc/meminfo: memFree=14863908/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=867536 CPUtime=4237.82 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 1395184 0 0 0 423281 501 0 0 25 0 4 0 514744956 888356864 147429 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309350 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 216884 147429 390 106 0 211855 0
[pid=1175/tid=1176] ppid=1173 vsize=867536 CPUtime=1059.43 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 351163 0 0 0 105825 118 0 0 25 0 4 0 514744957 888356864 147429 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=867536 CPUtime=1062.23 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 349246 0 0 0 106100 123 0 0 25 0 4 0 514744957 888356864 147429 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308248 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=867536 CPUtime=1054.64 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 346159 0 0 0 105311 153 0 0 25 0 4 0 514744957 888356864 147429 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4237.82
Current children cumulated vsize (KiB) 867536

[startup+1122.3 s]
/proc/loadavg: 8.19 8.11 7.95 10/182 1252
/proc/meminfo: memFree=14727872/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=1065512 CPUtime=4477.43 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 1453690 0 0 0 447220 523 0 0 25 0 4 0 514744956 1091084288 167319 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 266378 167319 390 106 0 261349 0
[pid=1175/tid=1176] ppid=1173 vsize=1065512 CPUtime=1119.42 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 366604 0 0 0 111820 122 0 0 25 0 4 0 514744957 1091084288 167319 33554432000 4194304 4627427 140737266382128 18446744073709551615 4310392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=1065512 CPUtime=1122.23 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 361495 0 0 0 112095 128 0 0 25 0 4 0 514744957 1091084288 167319 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=1065512 CPUtime=1114.29 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 362189 0 0 0 111268 161 0 0 25 0 4 0 514744957 1091084288 167319 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4477.43
Current children cumulated vsize (KiB) 1065512

[startup+1182.3 s]
/proc/loadavg: 8.10 8.11 7.96 9/182 1253
/proc/meminfo: memFree=14745096/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=1066852 CPUtime=4717.03 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 1504579 0 0 0 471159 544 0 0 25 0 4 0 514744956 1092456448 165173 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 266713 165173 390 106 0 261684 0
[pid=1175/tid=1176] ppid=1173 vsize=1066852 CPUtime=1179.42 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 379346 0 0 0 117814 128 0 0 25 0 4 0 514744957 1092456448 165173 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=1066852 CPUtime=1182.22 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 374869 0 0 0 118089 133 0 0 25 0 4 0 514744957 1092456448 165173 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=1066852 CPUtime=1173.95 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 374356 0 0 0 117227 168 0 0 25 0 4 0 514744957 1092456448 165173 33554432000 4194304 4627427 140737266382128 18446744073709551615 4308411 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4717.03
Current children cumulated vsize (KiB) 1066852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.13 8.11 7.96 9/182 1254
/proc/meminfo: memFree=14731320/32951132 swapFree=67111524/67111528
[pid=1175] ppid=1173 vsize=967156 CPUtime=4800.1 cores=0,2,4,6
/proc/1175/stat : 1175 (strangenight2-m) R 1173 1175 904 0 -1 4202496 1520621 0 0 0 479458 552 0 0 25 0 4 0 514744956 990367744 158946 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1175/statm: 241789 158946 390 106 0 236760 0
[pid=1175/tid=1176] ppid=1173 vsize=967156 CPUtime=1200.22 cores=0,2,4,6
/proc/1175/task/1176/stat : 1176 (strangenight2-m) R 1173 1175 904 0 -1 4202560 383431 0 0 0 119892 130 0 0 25 0 4 0 514744957 990367744 158947 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1175/tid=1177] ppid=1173 vsize=967156 CPUtime=1203.03 cores=0,2,4,6
/proc/1175/task/1177/stat : 1177 (strangenight2-m) R 1173 1175 904 0 -1 4202560 379223 0 0 0 120168 135 0 0 25 0 4 0 514744957 990367744 158947 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1175/tid=1178] ppid=1173 vsize=967156 CPUtime=1194.62 cores=0,2,4,6
/proc/1175/task/1178/stat : 1178 (strangenight2-m) R 1173 1175 904 0 -1 4202560 377814 0 0 0 119291 171 0 0 25 0 4 0 514744957 990367744 158947 33554432000 4194304 4627427 140737266382128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 967156

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.14
CPU time (s): 4800.16
CPU user time (s): 4794.61
CPU system time (s): 5.55116
CPU usage (%): 398.969
Max. virtual memory (cumulated for all children) (KiB): 1117184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.61
system time used= 5.55116
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1520626
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= 1682
involuntary context switches= 22854

runsolver used 2.09368 second user time and 5.31219 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 00:57:33
IDJOB=3173829
IDBENCH=82647
IDSOLVER=1586
FILE ID=node129/3173829-1304031453
RUNJOBID= node129-1304028687-923
PBS_JOBID= 13170323
Free space on /tmp= 66360 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v2500-c10500-S49783605-066-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173829-1304031453/watcher-3173829-1304031453 -o /tmp/evaluation-result-3173829-1304031453/solver-3173829-1304031453 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173829-1304031453.cnf

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

MD5SUM BENCH= 1c3095ea320a010dfc229e2e217434fd
RANDOM SEED=1593747427

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      15430568 kB
Buffers:       1274956 kB
Cached:       14111856 kB
SwapCached:          4 kB
Active:        5142796 kB
Inactive:     11711816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15430568 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5884 kB
Writeback:           0 kB
AnonPages:     1466836 kB
Mapped:          15804 kB
Slab:           602112 kB
PageTables:       7608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1799572 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66356 MiB
End job on node129 at 2011-04-29 01:17:38