Trace number 3366465

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1800377425-032.UNKNOWN.cnf
MD5SUMd85bdfa4ee68fd1c7d18743407334b5d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366465-1305404695.cnf'
0.00/0.01	c -- header says num vars:            700
0.00/0.01	c -- header says num clauses:        2982
1.16/0.30	c -- clauses added:            0 learnts,         2982 normals,            0 xors
1.16/0.30	c -- vars added        700
1.16/0.30	c Parsing time:  0.00 s
1.16/0.30	c  N st     0         0       700      2982         0         0      8946         0   no data   no data
1.16/0.30	c asymm  cl-useful: 0/2982/2982 lits-rem:0 time: 0.00
1.16/0.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
1.16/0.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.16/0.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.16/0.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.16/0.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    700 time:  0.00 s
1.16/0.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.16/0.30	c lits-rem:         0  cl-subs:        0  v-elim:     22  v-fix:    0  time:  0.00 s
1.16/0.30	c Finding binary XORs  T:     0.00 s  found:       0
1.16/0.30	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.16/0.30	c calculated reachability. Time: 0.00
1.56/0.83	c Calc default polars -  time:   0.00 s pos:     342 undec:      74 neg:     284
1.56/0.83	c =========================================================================================
1.56/0.83	c types(t): F = full restart, N = normal restart
1.56/0.83	c types(t): S = simplification begin/end, E = solution found
1.56/0.83	c restart types(rt): st = static, dy = dynamic
1.56/0.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.56/0.83	c  B st     0         0       678      2961         0         0      9020         0   no data   no data
1.56/0.83	c Decided on static restart strategy
1.56/0.83	c  N st     8      4916       678      2961         0      4875      9020    142589   no data   no data
1.56/0.83	c  N st    10     11299       678      2961         0      4514      9020     92099   no data   no data
1.56/0.83	c  N st    11     17042       678      2961         0     10158      9020    264799   no data   no data
4.77/1.22	c  F st    12     25000       678      2961         0     12486      9020    324157   no data   no data
4.77/1.22	c  N st    12     25000       678      2961         0     12486      9020    324157   no data   no data
5.58/1.48	c Decided on static restart strategy
5.58/1.48	c  N st    18     30001       678      2961         0     10731      9020    249119   no data   no data
5.58/1.48	c  S st    18     30001       678      2961         0     10731      9020    249119   no data   no data
6.00/1.51	c  S st    18     30505       678      2961         0     11233      9020    262479   no data   no data
6.00/1.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.00/1.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.00/1.52	c blocked clauses removed:       11 vars:      1 tried:         678 T: 0.00 s
6.00/1.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.00/1.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.00/1.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
6.00/1.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.00/1.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.00/1.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.00/1.58	c lits-rem:       151  cl-subs:      277  v-elim:      0  v-fix:    0  time:  0.05 s
6.00/1.59	c asymm  cl-useful: 0/2950/2950 lits-rem:0 time: 0.01
6.00/1.59	c calculated reachability. Time: 0.00
6.00/1.59	c  N st    18     30505       677      2950         0     10956      8987    252621   no data   no data
7.56/1.99	c  N st    20     37618       677      2950         0     10201      8987    206320   no data   no data
9.56/2.42	c  N st    21     44018       677      2950         0     16521      8987    415000   no data   no data
9.97/2.55	c  S st    22     45757       677      2950         0      9419      8987    162294   no data   no data
9.97/2.58	c  S st    22     46261       677      2950         0      9922      8987    176247   no data   no data
9.97/2.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.97/2.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.97/2.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.97/2.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.97/2.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.97/2.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
9.97/2.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.97/2.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.97/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.97/2.60	c lits-rem:        28  cl-subs:       43  v-elim:      0  v-fix:    0  time:  0.01 s
9.97/2.60	c vivif2 --  cl tried     2950 cl shrink        0 lits rem          0 time: 0.00
9.97/2.61	c vivif2 --  cl tried     9879 cl shrink        0 lits rem          0 time: 0.00
10.39/2.61	c asymm  cl-useful: 0/2950/2950 lits-rem:0 time: 0.01
10.39/2.61	c calculated reachability. Time: 0.00
10.39/2.61	c  N st    22     46261       677      2950         0      9879      8987    174510   no data   no data
14.36/3.66	c  N st    23     60660       677      2950         0     14236      8987    302835   no data   no data
17.13/4.30	c  N st    24     69391       677      2950         0     12026      8987    218128   no data   no data
17.13/4.30	c  S st    24     69391       677      2950         0     12026      8987    218128   no data   no data
17.13/4.33	c  S st    24     69893       677      2950         0     12528      8987    231871   no data   no data
17.13/4.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.13/4.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.13/4.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.13/4.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.13/4.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.13/4.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
17.13/4.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.13/4.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.13/4.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.13/4.37	c lits-rem:        34  cl-subs:       91  v-elim:      0  v-fix:    0  time:  0.02 s
17.13/4.37	c vivif2 --  cl tried     2950 cl shrink        0 lits rem          0 time: 0.00
17.13/4.37	c vivif2 --  cl tried    12437 cl shrink        0 lits rem          0 time: 0.00
17.13/4.38	c asymm  cl-useful: 0/2950/2950 lits-rem:0 time: 0.01
17.13/4.38	c calculated reachability. Time: 0.00
17.13/4.38	c  N st    24     69893       677      2950         0     12437      8987    228296   no data   no data
22.72/5.76	c  F st    25     87501       677      2950         0     17965      8987    397865   no data   no data
22.72/5.76	c  N st    25     87501       677      2950         0     17965      8987    397865   no data   no data
24.30/6.17	c Decided on static restart strategy
25.51/6.45	c  N st    32     95542       677      2950         0     13088      8987    208921   no data   no data
28.29/7.14	c  N st    34    104839       677      2950         0     22249      8987    485334   no data   no data
28.29/7.14	c  S st    34    104839       677      2950         0     22249      8987    485334   no data   no data
28.29/7.19	c  S st    34    105345       677      2950         0     22754      8987    500157   no data   no data
28.29/7.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.69/7.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.69/7.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.69/7.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.69/7.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.69/7.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
28.69/7.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
28.69/7.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.69/7.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.09/7.39	c lits-rem:       197  cl-subs:      610  v-elim:      0  v-fix:    0  time:  0.17 s
29.09/7.39	c vivif2 --  cl tried     2950 cl shrink        0 lits rem          0 time: 0.00
29.49/7.40	c vivif2 --  cl tried    22144 cl shrink        0 lits rem          0 time: 0.00
29.49/7.41	c asymm  cl-useful: 0/2950/2950 lits-rem:0 time: 0.01
29.49/7.41	c calculated reachability. Time: 0.00
29.49/7.41	c  N st    34    105345       677      2950         0     22144      8987    479193   no data   no data
32.68/8.29	c  N st    35    114943       677      2950         0     17823      8987    331880   no data   no data
38.27/9.69	c  N st    36    129340       677      2950         0     17221      8987    287649   no data   no data
47.04/11.86	c  N st    37    150936       677      2950         0     22681      8987    439577   no data   no data
49.46/12.51	c  S st    38    158019       677      2950         0     29670      8987    664299   no data   no data
49.88/12.58	c  S st    38    158526       677      2950         0     30177      8987    678490   no data   no data
49.88/12.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.88/12.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.88/12.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.88/12.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.88/12.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.88/12.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
49.88/12.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
50.23/12.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.23/12.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.84/13.01	c lits-rem:       151  cl-subs:      997  v-elim:      0  v-fix:    0  time:  0.39 s
51.84/13.01	c vivif2 --  cl tried     2950 cl shrink        0 lits rem          0 time: 0.00
51.84/13.02	c vivif2 --  cl tried    29180 cl shrink        0 lits rem          0 time: 0.01
51.84/13.04	c asymm  cl-useful: 0/2950/2950 lits-rem:0 time: 0.02
51.84/13.04	c calculated reachability. Time: 0.00
51.84/13.04	c  N st    38    158526       677      2950         0     29180      8987    645312   no data   no data
73.66/18.50	c  N st    39    207116       677      2950         0     23858      8987    436487   no data   no data
87.54/22.08	c  N st    40    237789       677      2950         0     34382      8987    749180   no data   no data
87.54/22.08	c  S st    40    237789       677      2950         0     34382      8987    749180   no data   no data
87.94/22.17	c  S st    40    238292       677      2950         0     34885      8987    763216   no data   no data
87.94/22.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
87.94/22.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
87.94/22.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
87.94/22.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.94/22.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.94/22.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
87.94/22.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
87.94/22.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
88.33/22.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.69/22.81	c lits-rem:       574  cl-subs:     1085  v-elim:      0  v-fix:    0  time:  0.60 s
90.69/22.81	c vivif2 --  cl tried     2950 cl shrink        0 lits rem          0 time: 0.00
90.69/22.82	c vivif2 --  cl tried    33800 cl shrink        0 lits rem          0 time: 0.01
90.69/22.85	c asymm  cl-useful: 0/2950/2950 lits-rem:0 time: 0.02
90.69/22.85	c calculated reachability. Time: 0.00
90.69/22.85	c  N st    40    238292       677      2950         0     33800      8987    724387   no data   no data
123.43/31.18	c  F st    41    306252       677      2950         0     35479      8987    700871   no data   no data
123.43/31.18	c  N st    41    306252       677      2950         0     35479      8987    700871   no data   no data
133.66/33.78	c  N dy   107    325836       677      2950         0     31298      8987    485596     19.98     21.08
145.61/36.76	c  N dy   191    345843       677      2950         0     26436      8987    297677     19.75     21.20
151.14/38.14	c  S st   239    357439       677      2950         0     37932      8987    627340     19.70   no data
151.54/38.23	c  S st   239    357942       677      2950         0     38435      8987    641911     19.70   no data
151.54/38.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
151.54/38.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
151.54/38.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
151.54/38.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
151.54/38.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
151.54/38.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
151.54/38.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
151.54/38.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
151.54/38.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
152.34/38.45	c lits-rem:       129  cl-subs:      389  v-elim:      0  v-fix:    0  time:  0.18 s
152.34/38.45	c vivif2 --  cl tried     2950 cl shrink        0 lits rem          0 time: 0.00
152.34/38.46	c vivif2 --  cl tried    38046 cl shrink        0 lits rem          0 time: 0.01
152.34/38.49	c asymm  cl-useful: 0/2950/2950 lits-rem:0 time: 0.03
152.34/38.49	c calculated reachability. Time: 0.00
152.34/38.49	c  N dy   239    357942       677      2950         0     38046      8987    628993     19.70   no data
164.31/41.42	c  N dy   301    378258       677      2950         0     32489      8987    441040     19.52     20.63
177.07/44.63	c  N dy   403    398278       677      2950         0     52390      8987   1023813     19.68     25.28
188.64/47.54	c  N dy   471    418297       677      2950         0     45467      8987    786880     19.64     21.91
201.41/50.78	c  N dy   575    438444       677      2950         0     37654      8987    536660     19.68     20.77
215.81/54.38	c  N dy   672    458497       677      2950         0     28783      8987    247910     19.76     23.62
226.93/57.17	c  N dy   740    478576       677      2950         0     48703      8987    832022     19.76     22.95
240.90/60.62	c  N dy   811    499474       677      2950         0     39656      8987    545330     19.72     20.92
255.30/64.28	c  N dy   893    519689       677      2950         0     59692      8987   1125034     19.73     21.11
265.63/66.83	c  S st   954    536913       677      2950         0     45993      8987    701029     19.71     17.38
266.03/66.93	c  S st   954    537419       677      2950         0     46499      8987    715855     19.71   no data
266.03/66.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
266.03/66.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
266.03/66.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
266.03/66.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
266.03/66.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
266.03/66.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
266.03/66.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
266.03/66.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
266.03/66.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
267.23/67.28	c lits-rem:       208  cl-subs:      573  v-elim:      0  v-fix:    0  time:  0.30 s
267.23/67.28	c vivif2 --  cl tried     2950 cl shrink        0 lits rem          0 time: 0.00
267.23/67.29	c vivif2 --  cl tried    45926 cl shrink        0 lits rem          0 time: 0.01
267.63/67.32	c asymm  cl-useful: 0/2950/2950 lits-rem:0 time: 0.03
267.63/67.32	c calculated reachability. Time: 0.00
267.63/67.32	c  N dy   954    537419       677      2950         0     45926      8987    698228     19.71   no data
283.18/71.27	c  N dy  1055    557494       677      2950         0     34125      8987    332999     19.74     21.07
295.54/74.40	c  N dy  1133    577579       677      2950         0     54047      8987    909921     19.74     20.81
310.70/78.15	c  N dy  1220    597690       677      2950         0     41271      8987    511933     19.74     20.81
326.24/82.09	c  N dy  1282    619662       677      2950         0     63049      8987   1143858     19.68     20.72
340.21/85.53	c  N dy  1352    640415       677      2950         0     49912      8987    735163     19.67     20.76
358.96/90.22	c  N dy  1451    661903       677      2950         0     36510      8987    326042     19.69     20.74
372.12/93.56	c  N dy  1522    682036       677      2950         0     56483      8987    908060     19.68     20.86
390.48/98.14	c  N dy  1639    702183       677      2950         0     40777      8987    430561     19.72     20.76
408.02/102.60	c  N dy  1775    722278       677      2950         0     60720      8987   1019012     19.78     20.88
425.58/106.92	c  N dy  1859    742312       677      2950         0     43905      8987    491572     19.79     21.16
441.12/110.87	c  N dy  1955    762400       677      2950         0     63807      8987   1072752     19.80     21.21
458.28/115.12	c  N dy  2041    782539       677      2950         0     46070      8987    535602     19.80     20.85
474.25/119.21	c  N dy  2114    802608       677      2950         0     65922      8987   1104561     19.80     21.02
477.83/120.08	c  S st  2131    806129       677      2950         0     69416      8987   1206754     19.80     19.81
478.65/120.26	c  S st  2131    806634       677      2950         0     69921      8987   1221898     19.80   no data
478.65/120.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
478.65/120.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
478.65/120.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
478.65/120.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
478.65/120.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
478.65/120.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
478.65/120.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
479.07/120.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
479.07/120.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
482.21/121.18	c lits-rem:       238  cl-subs:     1167  v-elim:      0  v-fix:    0  time:  0.83 s
482.21/121.18	c vivif2 --  cl tried     2950 cl shrink        0 lits rem          0 time: 0.00
482.21/121.19	c vivif2 --  cl tried    68754 cl shrink        0 lits rem          0 time: 0.01
482.61/121.25	c asymm  cl-useful: 0/2950/2950 lits-rem:0 time: 0.06
482.61/121.25	c calculated reachability. Time: 0.00
482.61/121.25	c  N dy  2131    806634       677      2950         0     68754      8987   1184619     19.80   no data
499.36/125.46	c  N dy  2230    826661       677      2950         0     49981      8987    632986     19.82     20.87
517.71/130.02	c  N dy  2310    846783       677      2950         0     69905      8987   1207075     19.82     20.96
536.45/134.76	c  N dy  2431    866818       677      2950         0     50150      8987    611081     19.86     24.53
554.40/139.27	c  N dy  2544    886905       677      2950         0     70054      8987   1195658     19.88     22.03
573.95/144.15	c  N dy  2669    907075       677      2950         0     49428      8987    567619     19.92     21.36
591.91/148.66	c  N dy  2710    927511       677      2950         0     69674      8987   1173584     19.87     20.98
612.64/153.89	c  N dy  2806    948511       677      2950         0     48851      8987    519719     19.88     20.97
629.79/158.14	c  N dy  2902    968538       677      2950         0     68672      8987   1102226     19.90     23.99
651.73/163.64	c  N dy  3012    988588       677      2950         0     45958      8987    413768     19.92     22.16
668.08/167.75	c  N dy  3120   1008690       677      2950         0     65894      8987    997391     19.94     21.39
690.41/173.34	c  N dy  3191   1028780       677      2950         0     85760      8987   1573423     19.93     23.94
707.56/177.61	c  N dy  3284   1049498       677      2950         0     62665      8987    872047     19.94     21.10
731.90/183.73	c  F st  3360   1071875       677      2950         0     84844      8987   1515997     19.93     18.26
731.90/183.73	c  N st  3360   1071875       677      2950         0     84844      8987   1515997     19.93     18.26
751.45/188.61	c  N dy  3433   1094449       677      2950         0     62641      8987    871048     19.93     21.05
773.78/194.27	c  N dy  3512   1115903       677      2950         0     83883      8987   1486765     19.92     20.98
794.13/199.32	c  N dy  3623   1136198       677      2950         0     58447      8987    712212     19.94     20.99
813.66/204.30	c  N dy  3706   1156571       677      2950         0     78634      8987   1308096     19.94     21.02
838.00/210.39	c  N dy  3794   1176637       677      2950         0     51940      8987    494290     19.95     21.11
861.51/216.21	c  N dy  3911   1197499       677      2950         0     72653      8987   1107690     19.97     21.26
876.28/219.96	c  S st  3970   1209951       677      2950         0     84988      8987   1472164     19.98     20.67
877.48/220.20	c  S st  3970   1210457       677      2950         0     85493      8987   1486813     19.98   no data
877.48/220.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
877.48/220.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
877.48/220.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
877.48/220.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
877.48/220.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
877.48/220.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
877.48/220.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
877.48/220.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
877.48/220.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
882.28/221.50	c lits-rem:       274  cl-subs:     1259  v-elim:      0  v-fix:    0  time:  1.19 s
882.28/221.50	c vivif2 --  cl tried     2950 cl shrink        0 lits rem          0 time: 0.00
882.70/221.52	c vivif2 --  cl tried    84234 cl shrink        0 lits rem          0 time: 0.02
883.05/221.60	c asymm  cl-useful: 0/2950/2950 lits-rem:0 time: 0.08
883.05/221.60	c calculated reachability. Time: 0.00
883.05/221.60	c  N dy  3970   1210457       677      2950         0     84234      8987   1445700     19.98   no data
903.00/226.68	c  N dy  4012   1230521       677      2950         0     56519      8987    613376     19.95     21.30
923.34/231.75	c  N dy  4107   1250654       677      2950         0     76443      8987   1196286     19.95     21.01
950.46/238.59	c  N dy  4200   1270676       677      2950         0     96279      8987   1773088     19.96     21.26
968.01/242.92	c  N dy  4235   1291186       677      2950         0     67943      8987    913499     19.94     21.01
992.39/249.01	c  N dy  4337   1311749       677      2950         0     88328      8987   1513747     19.95     21.13
1019.07/255.74	c  N dy  4422   1331822       677      2950         0     58734      8987    631818     19.96     22.37
1045.38/262.37	c  N dy  4487   1353505       677      2950         0     80194      8987   1265864     19.95     21.38
1074.11/269.58	c  N dy  4591   1373819       677      2950         0    100319      8987   1857486     19.96     21.02
1092.46/274.11	c  N dy  4649   1394212       677      2950         0     69977      8987    925138     19.95     21.16
1115.99/280.09	c  N dy  4728   1414237       677      2950         0     89805      8987   1505637     19.95     21.55
1142.32/286.62	c  N dy  4806   1434664       677      2950         0     58578      8987    580631     19.95     21.20
1163.50/291.94	c  N dy  4927   1455183       677      2950         0     78939      8987   1179491     19.96     21.13
1193.38/299.40	c  N dy  5011   1477326       677      2950         0    100882      8987   1837041     19.96     21.08
1214.51/304.77	c  N dy  5095   1497794       677      2950         0     68612      8987    851728     19.96     21.08
1238.43/310.72	c  N dy  5189   1517896       677      2950         0     88540      8987   1442029     19.97     21.31
1268.38/318.23	c  N dy  5284   1538457       677      2950         0     55413      8987    443573     19.97     21.18
1287.90/323.15	c  N dy  5359   1559627       677      2950         0     76354      8987   1051988     19.97     21.03
1314.63/329.81	c  N dy  5463   1579748       677      2950         0     96291      8987   1640571     19.98     21.14
1340.15/336.26	c  N dy  5521   1599823       677      2950         0     61705      8987    606118     19.97     21.24
1372.86/344.43	c  N dy  5578   1629142       677      2950         0     90677      8987   1422731     19.94     21.00
1405.54/352.62	c  N dy  5666   1649330       677      2950         0    110675      8987   2008927     19.94     21.01
1439.90/361.30	c  N dy  5720   1684065       677      2950         0     89571      8987   1388914     19.90     21.03
1471.35/369.11	c  N dy  5812   1704115       677      2950         0    109429      8987   1968876     19.91     21.18
1479.73/371.25	c  S st  5841   1710457       677      2950         0     59325      8987    490200     19.91   no data
1480.13/371.39	c  S st  5841   1710962       677      2950         0     59829      8987    505181     19.91   no data
1480.13/371.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1480.53/371.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
1480.53/371.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1480.53/371.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1480.53/371.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1480.53/371.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
1480.53/371.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1480.53/371.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1480.53/371.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1480.93/371.55	c lits-rem:        18  cl-subs:      103  v-elim:      0  v-fix:    0  time:  0.10 s
1480.93/371.55	c vivif2 --  cl tried     2950 cl shrink        0 lits rem          0 time: 0.00
1480.93/371.56	c vivif2 --  cl tried    59726 cl shrink        0 lits rem          0 time: 0.01
1481.33/371.60	c asymm  cl-useful: 0/2950/2950 lits-rem:0 time: 0.04
1481.33/371.60	c calculated reachability. Time: 0.00
1481.33/371.60	c  N dy  5841   1710962       677      2950         0     59726      8987    502035     19.91   no data
1500.89/376.56	c  N dy  5903   1731046       677      2950         0     79608      8987   1092040     19.91     24.69
1530.79/384.01	c  N dy  5996   1752307       677      2950         0    100668      8987   1714746     19.91     21.06
1559.90/391.39	c  N dy  6063   1772385       677      2950         0     63136      8987    571992     19.91     23.08
1581.42/396.75	c  N dy  6171   1792432       677      2950         0     83002      8987   1164000     19.92     22.56
1611.75/404.34	c  N dy  6261   1813049       677      2950         0    103422      8987   1762619     19.93     21.27
1649.25/413.78	c  N dy  6363   1833097       677      2950         0     64879      8987    610391     19.94     28.00
1671.19/419.23	c  N dy  6427   1854482       677      2950         0     86056      8987   1243688     19.93     21.07
1701.10/426.75	c  N dy  6534   1874525       677      2950         0    105922      8987   1828708     19.94     21.12
1731.81/434.42	c  N dy  6633   1894661       677      2950         0     66441      8987    630565     19.95     21.05
1754.14/440.04	c  N dy  6730   1914666       677      2950         0     86250      8987   1218143     19.95     21.31
1784.06/447.57	c  N dy  6834   1934711       677      2950         0    106103      8987   1805659     19.96     21.13
1816.36/455.70	c  N dy  6935   1954723       677      2950         0     65504      8987    578092     19.97     21.06
1837.90/461.08	c  N dy  7012   1974787       677      2950         0     85355      8987   1149549     19.97     21.05
1870.20/469.18	c  N dy  7110   1996759       677      2950         0    107108      8987   1788356     19.97     21.11
1904.52/477.76	c  N dy  7204   2016826       677      2950         0     65601      8987    559902     19.98     21.13
1926.05/483.17	c  N dy  7303   2036889       677      2950         0     85458      8987   1152137     19.98     26.02
1957.17/490.96	c  N dy  7355   2058661       677      2950         0    106930      8987   1757442     19.97     21.16
1992.69/499.88	c  N dy  7449   2078739       677      2950         0     64475      8987    504622     19.97     21.07
2015.38/505.54	c  N dy  7533   2099010       677      2950         0     84571      8987   1094518     19.98     21.05
2043.30/512.56	c  N dy  7579   2119062       677      2950         0    104337      8987   1660294     19.97     22.93
2077.61/521.18	c  N dy  7628   2139134       677      2950         0    124159      8987   2245730     19.96     23.39
2102.37/527.37	c  N dy  7745   2160151       677      2950         0     81695      8987    989355     19.97     21.13
2131.84/534.71	c  N dy  7862   2180596       677      2950         0    101954      8987   1591375     19.98     21.47
2168.93/544.00	c  N dy  7971   2201610       677      2950         0    122772      8987   2205497     19.98     21.18
2184.09/547.86	c  S st  8016   2210962       677      2950         0     67679      8987    551278     19.99     21.01
2184.89/548.03	c  S st  8016   2211466       677      2950         0     68183      8987    566440     19.99   no data
2184.89/548.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2184.89/548.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
2184.89/548.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2184.89/548.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2184.89/548.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2184.89/548.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
2184.89/548.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2184.89/548.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2184.89/548.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2185.30/548.19	c lits-rem:        11  cl-subs:      141  v-elim:      0  v-fix:    0  time:  0.10 s
2185.30/548.19	c vivif2 --  cl tried     2950 cl shrink        0 lits rem          0 time: 0.00
2185.30/548.20	c vivif2 --  cl tried    68042 cl shrink        0 lits rem          0 time: 0.01
2185.72/548.25	c asymm  cl-useful: 0/2950/2950 lits-rem:0 time: 0.05
2185.72/548.26	c calculated reachability. Time: 0.00
2185.72/548.26	c  N dy  8016   2211466       677      2950         0     68042      8987    561885     19.99   no data
2208.82/554.04	c  N dy  8122   2231639       677      2950         0     88019      8987   1155828     20.00     21.13
2238.73/561.57	c  N dy  8210   2251817       677      2950         0    107984      8987   1743324     20.00     21.29
2281.41/572.21	c  N dy  8339   2271909       677      2950         0    127933      8987   2342453     20.01     21.73
2305.73/578.36	c  N dy  8442   2292469       677      2950         0     82959      8987    987314     20.01     21.10
2334.47/585.51	c  N dy  8542   2312522       677      2950         0    102835      8987   1576770     20.02     22.53
2371.54/594.85	c  N dy  8671   2333119       677      2950         0    123277      8987   2188467     20.03     21.16
2405.44/603.32	c  N dy  8746   2357755       677      2950         0     81254      8987    904662     20.02     21.08
2433.77/610.44	c  N dy  8778   2379421       677      2950         0    102575      8987   1510607     20.01     21.11
2469.27/619.31	c  N dy  8804   2400907       677      2950         0    123787      8987   2126248     19.99     21.11
2500.77/627.27	c  N dy  8892   2421044       677      2950         0     76480      8987    748913     20.00     21.08
2527.93/634.10	c  N dy  8968   2443053       677      2950         0     98267      8987   1400137     20.00     21.07
2562.20/642.63	c  N dy  9075   2463066       677      2950         0    118129      8987   1991550     20.00     25.79
2601.68/652.51	c  N dy  9142   2483130       677      2950         0     69681      8987    518997     20.00     22.15
2624.03/658.12	c  N dy  9200   2503307       677      2950         0     89586      8987   1103081     19.99     21.24
2653.52/665.58	c  N dy  9287   2523410       677      2950         0    109440      8987   1679411     20.00     21.09
2694.22/675.78	c  N dy  9382   2543975       677      2950         0    129779      8987   2285171     20.00     21.22
2726.90/683.92	c  N dy  9482   2564089       677      2950         0     80471      8987    818590     20.01     21.33
2754.43/690.88	c  N dy  9546   2585664       677      2950         0    101812      8987   1442218     20.00     21.13
2791.16/700.05	c  N dy  9679   2605874       677      2950         0    121830      8987   2039211     20.01     21.09
2833.79/710.79	c  N dy  9788   2626017       677      2950         0     71547      8987    530819     20.02     21.08
2858.11/716.84	c  N dy  9895   2646045       677      2950         0     91398      8987   1116375     20.02     22.27
2888.83/724.52	c  N dy  9978   2666074       677      2950         0    111225      8987   1714541     20.03     21.31
2925.13/733.61	c  N dy 10057   2686082       677      2950         0    131016      8987   2307064     20.03     21.71
2961.04/742.60	c  N dy 10167   2706169       677      2950         0     79648      8987    747996     20.03     22.08
2966.66/744.07	c  S st 10180   2711466       677      2950         0     84876      8987    902540     20.03     17.69
2967.41/744.30	c  S st 10180   2711970       677      2950         0     85380      8987    918357     20.03   no data
2967.81/744.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2967.81/744.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
2967.81/744.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2967.81/744.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2967.81/744.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2967.81/744.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
2967.81/744.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2967.81/744.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2967.81/744.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2969.41/744.72	c lits-rem:        33  cl-subs:      628  v-elim:      0  v-fix:    0  time:  0.34 s
2969.41/744.72	c vivif2 --  cl tried     2950 cl shrink        0 lits rem          0 time: 0.00
2969.41/744.74	c vivif2 --  cl tried    84752 cl shrink        0 lits rem          0 time: 0.01
2969.81/744.81	c asymm  cl-useful: 0/2950/2950 lits-rem:0 time: 0.08
2969.81/744.82	c calculated reachability. Time: 0.00
2969.81/744.82	c  N dy 10180   2711970       677      2950         0     84752      8987    899575     20.03   no data
3005.72/753.87	c  N dy 10290   2735004       677      2950         0    107540      8987   1573840     20.03     21.09
3048.78/764.68	c  N dy 10408   2757657       677      2950         0    129998      8987   2242485     20.04     21.20
3085.86/773.93	c  N dy 10462   2777876       677      2950         0     77736      8987    662052     20.04     21.16
3114.99/781.29	c  N dy 10573   2800463       677      2950         0    100090      8987   1324123     20.04     21.22
3146.54/789.19	c  N dy 10628   2820473       677      2950         0    119902      8987   1902933     20.04     21.15
3187.98/799.56	c  N dy 10703   2840759       677      2950         0    139929      8987   2483269     20.04     21.16
3219.49/807.46	c  N dy 10820   2860790       677      2950         0     86537      8987    905326     20.04     22.23
3248.20/814.67	c  N dy 10910   2880891       677      2950         0    106431      8987   1494475     20.04     21.11
3286.11/824.20	c  N dy 11006   2901447       677      2950         0    126813      8987   2101163     20.05     21.18
3331.97/835.60	c  N dy 11103   2922114       677      2950         0    147263      8987   2707508     20.05     21.20
3358.29/842.24	c  N dy 11241   2942190       677      2950         0     92921      8987   1081107     20.06     21.14
3389.80/850.17	c  N dy 11339   2962307       677      2950         0    112865      8987   1680119     20.07     21.20
3432.47/860.83	c  N dy 11431   2982517       677      2950         0    132843      8987   2269137     20.07     21.37
3490.69/875.47	c  N dy 11503   3002859       677      2950         0     77709      8987    593499     20.07     21.15
3532.96/886.07	c  N dy 11611   3022898       677      2950         0     97555      8987   1180847     20.08     24.30
3580.44/897.97	c  N dy 11732   3042984       677      2950         0    117445      8987   1777068     20.08     26.59
3619.11/907.61	c  N dy 11786   3063481       677      2950         0    137688      8987   2366218     20.08     21.20
3660.18/917.97	c  N dy 11890   3083496       677      2950         0     81282      8987    682240     20.08     24.33
3688.11/924.95	c  N dy 12007   3103632       677      2950         0    101218      8987   1277816     20.09     21.34
3724.01/933.98	c  N dy 12116   3123864       677      2950         0    121249      8987   1870856     20.10     21.26
3765.12/944.23	c  N dy 12207   3143951       677      2950         0    141142      8987   2470869     20.10     24.95
3807.36/954.84	c  N dy 12320   3164624       677      2950         0     84430      8987    753025     20.10     21.19
3846.85/964.71	c  N dy 12407   3185643       677      2950         0    105234      8987   1362188     20.11     21.23
3883.93/974.06	c  N dy 12475   3205683       677      2950         0    125054      8987   1960143     20.11     21.19
3895.12/976.85	c  S st 12492   3211970       677      2950         0    131282      8987   2142714     20.10     18.39
3896.75/977.21	c  S st 12492   3212472       677      2950         0    131783      8987   2157526     20.10   no data
3896.75/977.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3896.75/977.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3896.75/977.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3896.75/977.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3896.75/977.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3896.75/977.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    677 time:  0.00 s
3896.75/977.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3897.10/977.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3897.10/977.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3906.67/979.79	c lits-rem:       163  cl-subs:     2615  v-elim:      0  v-fix:    0  time:  2.40 s
3906.67/979.79	c vivif2 --  cl tried     2950 cl shrink        0 lits rem          0 time: 0.00
3907.07/979.82	c vivif2 --  cl tried   129168 cl shrink        0 lits rem          0 time: 0.03
3907.47/979.96	c asymm  cl-useful: 0/2950/2950 lits-rem:0 time: 0.14
3907.47/979.96	c calculated reachability. Time: 0.00
3907.47/979.96	c  N dy 12492   3212472       677      2950         0    129168      8987   2077155     20.10   no data
3954.53/991.70	c  N dy 12609   3233145       677      2950         0    149629      8987   2691642     20.11     21.31
3987.24/999.93	c  N dy 12719   3253239       677      2950         0     91328      8987    934804     20.11     21.40
4019.94/1008.16	c  N dy 12783   3275534       677      2950         0    113344      8987   1577474     20.11     21.18
4058.66/1017.84	c  N dy 12884   3295559       677      2950         0    133188      8987   2174802     20.12     21.20
4104.90/1029.47	c  N dy 12950   3316796       677      2950         0    154180      8987   2795512     20.12     21.19
4136.80/1037.47	c  N dy 13051   3336850       677      2950         0     94895      8987   1024811     20.12     22.59
4169.51/1045.67	c  N dy 13152   3356934       677      2950         0    114804      8987   1616609     20.12     21.42
4208.99/1055.55	c  N dy 13218   3377532       677      2950         0    135153      8987   2221305     20.12     21.19
4258.05/1067.85	c  N dy 13341   3397553       677      2950         0    154962      8987   2816908     20.13     21.32
4291.60/1076.26	c  N dy 13440   3417619       677      2950         0     94687      8987    985174     20.13     21.54
4326.27/1084.94	c  N dy 13552   3437747       677      2950         0    114607      8987   1581577     20.14     21.86
4376.50/1097.54	c  N dy 13627   3457804       677      2950         0    134388      8987   2156357     20.14     24.92
4445.49/1114.87	c  N dy 13713   3478091       677      2950         0    154484      8987   2753252     20.14     21.47
4492.15/1126.55	c  N dy 13820   3498167       677      2950         0     93227      8987    927166     20.15     23.53
4530.43/1136.19	c  N dy 13832   3523638       677      2950         0    118299      8987   1654222     20.12     21.72
4572.35/1146.63	c  N dy 13952   3543730       677      2950         0    138239      8987   2249783     20.13     23.77
4620.97/1158.83	c  N dy 13993   3565065       677      2950         0    159289      8987   2857507     20.12     21.24
4666.04/1170.11	c  N dy 14050   3594383       677      2950         0    106141      8987   1266842     20.11     21.29
4703.14/1179.46	c  N dy 14156   3614984       677      2950         0    126510      8987   1872074     20.12     21.27
4745.82/1190.16	c  N dy 14232   3635048       677      2950         0    146336      8987   2449868     20.12     21.25

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366465-1305404695/watcher-3366465-1305404695 -o /tmp/evaluation-result-3366465-1305404695/solver-3366465-1305404695 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366465-1305404695.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: 7.44 7.94 7.90 2/350 17576
/proc/meminfo: memFree=24258172/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 407 0 0 0 0 0 0 0 21 0 4 0 632884964 52396032 347 33554432000 4194304 4580107 140735451607152 18446744073709551615 47008376969138 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 12792 347 299 95 0 7774 0
[pid=17576/tid=17577] ppid=17574 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 632884964 52396032 347 33554432000 4194304 4580107 140735451607152 18446744073709551615 47008376969138 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 632884964 52396032 347 33554432000 4194304 4580107 140735451607152 18446744073709551615 228095507441 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 632884964 52396032 347 33554432000 4194304 4580107 140735451607152 18446744073709551615 47008376969138 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0845029 s]
/proc/loadavg: 7.44 7.94 7.90 2/350 17576
/proc/meminfo: memFree=24258172/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=282472 CPUtime=0.3 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 1768 0 0 0 30 0 0 0 18 0 4 0 632884964 289251328 1632 33554432000 4194304 4580107 140735451607152 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 70618 1632 377 95 0 65600 0
[pid=17576/tid=17577] ppid=17574 vsize=282472 CPUtime=0.07 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 348 0 0 0 7 0 0 0 18 0 4 0 632884964 289251328 1632 33554432000 4194304 4580107 140735451607152 18446744073709551615 4320729 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=282472 CPUtime=0.06 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 345 0 0 0 6 0 0 0 24 0 4 0 632884964 289251328 1632 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=282472 CPUtime=0.07 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 261 0 0 0 7 0 0 0 18 0 4 0 632884964 289251328 1632 33554432000 4194304 4580107 140735451607152 18446744073709551615 4293720 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 282472

[startup+0.1005 s]
/proc/loadavg: 7.44 7.94 7.90 2/350 17576
/proc/meminfo: memFree=24258172/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=282472 CPUtime=0.37 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 1870 0 0 0 37 0 0 0 18 0 4 0 632884964 289251328 1734 33554432000 4194304 4580107 140735451607152 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 70618 1734 377 95 0 65600 0
[pid=17576/tid=17577] ppid=17574 vsize=282472 CPUtime=0.09 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 374 0 0 0 9 0 0 0 18 0 4 0 632884964 289251328 1734 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=282472 CPUtime=0.08 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 369 0 0 0 8 0 0 0 24 0 4 0 632884964 289251328 1734 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=282472 CPUtime=0.09 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 284 0 0 0 9 0 0 0 18 0 4 0 632884964 289251328 1734 33554432000 4194304 4580107 140735451607152 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282472

[startup+0.300463 s]
/proc/loadavg: 7.44 7.94 7.90 2/350 17576
/proc/meminfo: memFree=24258172/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=284176 CPUtime=1.16 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 3009 0 0 0 116 0 0 0 18 0 4 0 632884964 290996224 2169 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294558 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 71044 2169 377 95 0 66026 0
[pid=17576/tid=17577] ppid=17574 vsize=284176 CPUtime=0.29 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 644 0 0 0 29 0 0 0 18 0 4 0 632884964 290996224 2169 33554432000 4194304 4580107 140735451607152 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=284176 CPUtime=0.28 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 650 0 0 0 28 0 0 0 25 0 4 0 632884964 290996224 2169 33554432000 4194304 4580107 140735451607152 18446744073709551615 4293682 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=284176 CPUtime=0.29 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 581 0 0 0 29 0 0 0 18 0 4 0 632884964 290996224 2169 33554432000 4194304 4580107 140735451607152 18446744073709551615 4293097 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284176

[startup+0.931348 s]
/proc/loadavg: 7.44 7.94 7.90 2/350 17576
/proc/meminfo: memFree=24258172/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=285964 CPUtime=3.69 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 6108 0 0 0 368 1 0 0 19 0 4 0 632884964 292827136 2824 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 71491 2824 377 95 0 66473 0
[pid=17576/tid=17577] ppid=17574 vsize=285964 CPUtime=0.92 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 1384 0 0 0 92 0 0 0 19 0 4 0 632884964 292827136 2824 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=285964 CPUtime=0.91 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 1424 0 0 0 91 0 0 0 25 0 4 0 632884964 292827136 2825 33554432000 4194304 4580107 140735451607152 18446744073709551615 4321207 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=285964 CPUtime=0.92 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 1403 0 0 0 92 0 0 0 19 0 4 0 632884964 292827136 2825 33554432000 4194304 4580107 140735451607152 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 285964

[startup+1.51324 s]
/proc/loadavg: 7.48 7.94 7.90 9/362 17588
/proc/meminfo: memFree=24227208/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=286676 CPUtime=6 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 8416 0 0 0 599 1 0 0 20 0 4 0 632884964 293556224 3482 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 71669 3482 378 95 0 66651 0
[pid=17576/tid=17577] ppid=17574 vsize=286676 CPUtime=1.5 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 1930 0 0 0 150 0 0 0 20 0 4 0 632884964 293556224 3482 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=286676 CPUtime=1.48 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 1984 0 0 0 148 0 0 0 25 0 4 0 632884964 293556224 3482 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=286676 CPUtime=1.5 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 2045 0 0 0 150 0 0 0 20 0 4 0 632884964 293556224 3482 33554432000 4194304 4580107 140735451607152 18446744073709551615 4293125 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 286676

[startup+3.10094 s]
/proc/loadavg: 7.48 7.94 7.90 9/362 17589
/proc/meminfo: memFree=24182872/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=284636 CPUtime=12.35 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 19160 0 0 0 1231 4 0 0 25 0 4 0 632884964 291467264 10982 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 71159 10982 379 95 0 66141 0
[pid=17576/tid=17577] ppid=17574 vsize=284636 CPUtime=3.09 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 4007 0 0 0 309 0 0 0 25 0 4 0 632884964 291467264 10982 33554432000 4194304 4580107 140735451607152 18446744073709551615 4320876 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=284636 CPUtime=3.06 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 5559 0 0 0 305 1 0 0 25 0 4 0 632884964 291467264 10982 33554432000 4194304 4580107 140735451607152 18446744073709551615 4293698 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=284636 CPUtime=3.09 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 4173 0 0 0 308 1 0 0 25 0 4 0 632884964 291467264 10982 33554432000 4194304 4580107 140735451607152 18446744073709551615 4321646 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 284636

[startup+6.30034 s]
/proc/loadavg: 7.48 7.94 7.90 9/362 17591
/proc/meminfo: memFree=24145940/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=294120 CPUtime=25.11 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 28232 0 0 0 2505 6 0 0 25 0 4 0 632884964 301178880 14812 33554432000 4194304 4580107 140735451607152 18446744073709551615 4321252 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 73530 14812 381 95 0 68512 0
[pid=17576/tid=17577] ppid=17574 vsize=294120 CPUtime=6.29 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 7384 0 0 0 628 1 0 0 25 0 4 0 632884964 301178880 14812 33554432000 4194304 4580107 140735451607152 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=294120 CPUtime=6.22 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 7653 0 0 0 621 1 0 0 25 0 4 0 632884964 301178880 14812 33554432000 4194304 4580107 140735451607152 18446744073709551615 4439297 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=294120 CPUtime=6.28 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 5661 0 0 0 627 1 0 0 25 0 4 0 632884964 301178880 14812 33554432000 4194304 4580107 140735451607152 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 294120

[startup+12.7011 s]
/proc/loadavg: 7.56 7.94 7.90 9/362 17591
/proc/meminfo: memFree=24094220/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=284848 CPUtime=50.63 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 45889 0 0 0 5054 9 0 0 25 0 4 0 632884964 291684352 24200 33554432000 4194304 4580107 140735451607152 18446744073709551615 4406483 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 71212 24200 379 95 0 66194 0
[pid=17576/tid=17577] ppid=17574 vsize=284848 CPUtime=12.68 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 10519 0 0 0 1267 1 0 0 25 0 4 0 632884964 291684352 24200 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=284848 CPUtime=12.54 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 11935 0 0 0 1253 1 0 0 25 0 4 0 632884964 291684352 24200 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=284848 CPUtime=12.68 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 9645 0 0 0 1266 2 0 0 25 0 4 0 632884964 291684352 24200 33554432000 4194304 4580107 140735451607152 18446744073709551615 4293110 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 284848

[startup+25.5007 s]
/proc/loadavg: 7.78 7.98 7.91 10/363 17592
/proc/meminfo: memFree=24032572/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=293892 CPUtime=101.34 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 63181 0 0 0 10120 14 0 0 25 0 4 0 632884964 300945408 29580 33554432000 4194304 4580107 140735451607152 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 73473 29580 379 95 0 68455 0
[pid=17576/tid=17577] ppid=17574 vsize=293892 CPUtime=25.44 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 14216 0 0 0 2542 2 0 0 25 0 4 0 632884964 300945408 29580 33554432000 4194304 4580107 140735451607152 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=293892 CPUtime=24.91 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 17237 0 0 0 2488 3 0 0 25 0 4 0 632884964 300945408 29580 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=293892 CPUtime=25.48 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 12767 0 0 0 2545 3 0 0 25 0 4 0 632884964 300945408 29580 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 293892

[startup+51.1009 s]
/proc/loadavg: 8.12 8.04 7.93 9/362 17593
/proc/meminfo: memFree=23989500/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=310308 CPUtime=202.99 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 93901 0 0 0 20277 22 0 0 25 0 4 0 632884964 317755392 39756 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 77577 39756 379 95 0 72559 0
[pid=17576/tid=17577] ppid=17574 vsize=310308 CPUtime=50.58 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 21348 0 0 0 5054 4 0 0 25 0 4 0 632884964 317755392 39756 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294551 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=310308 CPUtime=50.21 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 25049 0 0 0 5017 4 0 0 25 0 4 0 632884964 317755392 39756 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=310308 CPUtime=51.08 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 21885 0 0 0 5102 6 0 0 25 0 4 0 632884964 317755392 39756 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.99
Current children cumulated vsize (KiB) 310308

[startup+102.3 s]
/proc/loadavg: 8.19 8.06 7.94 9/362 17594
/proc/meminfo: memFree=23912424/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=341724 CPUtime=407.22 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 134014 0 0 0 40687 35 0 0 25 0 4 0 632884964 349925376 53698 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 85431 53698 379 95 0 80413 0
[pid=17576/tid=17577] ppid=17574 vsize=341724 CPUtime=101.77 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 37356 0 0 0 10169 8 0 0 25 0 4 0 632884964 349925376 53698 33554432000 4194304 4580107 140735451607152 18446744073709551615 4415978 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=341724 CPUtime=100.85 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 30494 0 0 0 10079 6 0 0 25 0 4 0 632884964 349925376 53698 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=341724 CPUtime=102.28 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 36323 0 0 0 10217 11 0 0 25 0 4 0 632884964 349925376 53698 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.22
Current children cumulated vsize (KiB) 341724

[startup+162.301 s]

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

[pid=17576] ppid=17574 vsize=607044 CPUtime=2800.29 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 476097 0 0 0 279860 169 0 0 25 0 4 0 632884964 621613056 105622 33554432000 4194304 4580107 140735451607152 18446744073709551615 4295676 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 151761 105622 379 95 0 146743 0
[pid=17576/tid=17577] ppid=17574 vsize=607044 CPUtime=701.69 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 139415 0 0 0 70119 50 0 0 25 0 4 0 632884964 621613056 105622 33554432000 4194304 4580107 140735451607152 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=607044 CPUtime=693.98 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 138223 0 0 0 69352 46 0 0 25 0 4 0 632884964 621613056 105622 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=607044 CPUtime=702.27 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 140794 0 0 0 70177 50 0 0 25 0 4 0 632884964 621613056 105622 33554432000 4194304 4580107 140735451607152 18446744073709551615 4340648 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2800.29
Current children cumulated vsize (KiB) 607044

[startup+762.3 s]
/proc/loadavg: 8.14 8.10 8.01 9/362 17612
/proc/meminfo: memFree=23567076/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=608568 CPUtime=3039.6 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 494578 0 0 0 303783 177 0 0 25 0 4 0 632884964 623173632 106160 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 152142 106160 379 95 0 147124 0
[pid=17576/tid=17577] ppid=17574 vsize=608568 CPUtime=761.67 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 144732 0 0 0 76115 52 0 0 25 0 4 0 632884964 623173632 106160 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=608568 CPUtime=753.32 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 145667 0 0 0 75282 50 0 0 25 0 4 0 632884964 623173632 106160 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=608568 CPUtime=762.27 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 146164 0 0 0 76174 53 0 0 25 0 4 0 632884964 623173632 106160 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3039.6
Current children cumulated vsize (KiB) 608568

[startup+822.3 s]
/proc/loadavg: 8.15 8.11 8.02 9/362 17613
/proc/meminfo: memFree=23570528/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=582580 CPUtime=3278.91 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 512939 0 0 0 327706 185 0 0 25 0 4 0 632884964 596561920 102740 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 145645 102740 379 95 0 140627 0
[pid=17576/tid=17577] ppid=17574 vsize=582580 CPUtime=821.66 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 151586 0 0 0 82112 54 0 0 25 0 4 0 632884964 596561920 102740 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=582580 CPUtime=812.63 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 152628 0 0 0 81211 52 0 0 25 0 4 0 632884964 596561920 102740 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=582580 CPUtime=822.27 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 150300 0 0 0 82172 55 0 0 25 0 4 0 632884964 596561920 102740 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3278.91
Current children cumulated vsize (KiB) 582580

[startup+882.301 s]
/proc/loadavg: 8.21 8.13 8.03 9/362 17615
/proc/meminfo: memFree=23475152/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=635876 CPUtime=3518.21 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 541382 0 0 0 351627 194 0 0 25 0 4 0 632884964 651137024 119183 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 158969 119183 379 95 0 153951 0
[pid=17576/tid=17577] ppid=17574 vsize=635876 CPUtime=881.66 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 163189 0 0 0 88109 57 0 0 25 0 4 0 632884964 651137024 119183 33554432000 4194304 4580107 140735451607152 18446744073709551615 4406340 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=635876 CPUtime=871.94 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 159043 0 0 0 87138 56 0 0 25 0 4 0 632884964 651137024 119183 33554432000 4194304 4580107 140735451607152 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=635876 CPUtime=882.28 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 160279 0 0 0 88170 58 0 0 25 0 4 0 632884964 651137024 119183 33554432000 4194304 4580107 140735451607152 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.21
Current children cumulated vsize (KiB) 635876

[startup+942.301 s]
/proc/loadavg: 8.08 8.10 8.02 9/362 17617
/proc/meminfo: memFree=23472128/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=636272 CPUtime=3757.5 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 559865 0 0 0 375548 202 0 0 25 0 4 0 632884964 651542528 116476 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 159068 116476 379 95 0 154050 0
[pid=17576/tid=17577] ppid=17574 vsize=636272 CPUtime=941.64 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 169890 0 0 0 94105 59 0 0 25 0 4 0 632884964 651542528 116476 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=636272 CPUtime=931.23 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 165990 0 0 0 93065 58 0 0 25 0 4 0 632884964 651542528 116476 33554432000 4194304 4580107 140735451607152 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=636272 CPUtime=942.28 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 164763 0 0 0 94168 60 0 0 25 0 4 0 632884964 651542528 116476 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3757.5
Current children cumulated vsize (KiB) 636272

[startup+1002.3 s]
/proc/loadavg: 8.06 8.10 8.02 9/362 17618
/proc/meminfo: memFree=23440372/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=636452 CPUtime=3996.82 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 585054 0 0 0 399470 212 0 0 25 0 4 0 632884964 651726848 123967 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 159113 123967 379 95 0 154095 0
[pid=17576/tid=17577] ppid=17574 vsize=636452 CPUtime=1001.64 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 177653 0 0 0 100101 63 0 0 25 0 4 0 632884964 651726848 123967 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=636452 CPUtime=990.56 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 174796 0 0 0 98995 61 0 0 25 0 4 0 632884964 651726848 123967 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=636452 CPUtime=1002.28 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 172173 0 0 0 100164 64 0 0 25 0 4 0 632884964 651726848 123967 33554432000 4194304 4580107 140735451607152 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3996.82
Current children cumulated vsize (KiB) 636452

[startup+1062.3 s]
/proc/loadavg: 8.15 8.11 8.02 9/362 17620
/proc/meminfo: memFree=23430060/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=635276 CPUtime=4236.12 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 604029 0 0 0 423392 220 0 0 25 0 4 0 632884964 650522624 126064 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 158819 126064 379 95 0 153801 0
[pid=17576/tid=17577] ppid=17574 vsize=635276 CPUtime=1061.63 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 181751 0 0 0 106099 64 0 0 25 0 4 0 632884964 650522624 126064 33554432000 4194304 4580107 140735451607152 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=635276 CPUtime=1049.86 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 181481 0 0 0 104923 63 0 0 25 0 4 0 632884964 650522624 126064 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=635276 CPUtime=1062.28 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 176974 0 0 0 106161 67 0 0 25 0 4 0 632884964 650522624 126064 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4236.12
Current children cumulated vsize (KiB) 635276

[startup+1122.3 s]
/proc/loadavg: 8.17 8.12 8.03 9/362 17621
/proc/meminfo: memFree=23407220/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=754380 CPUtime=4475.42 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 619958 0 0 0 447315 227 0 0 25 0 4 0 632884964 772485120 129158 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 188595 129158 379 95 0 183577 0
[pid=17576/tid=17577] ppid=17574 vsize=754380 CPUtime=1121.63 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 186528 0 0 0 112097 66 0 0 25 0 4 0 632884964 772485120 129158 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=754380 CPUtime=1109.16 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 186494 0 0 0 110849 67 0 0 25 0 4 0 632884964 772485120 129158 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=754380 CPUtime=1122.29 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 182261 0 0 0 112160 69 0 0 25 0 4 0 632884964 772485120 129158 33554432000 4194304 4580107 140735451607152 18446744073709551615 4406365 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4475.42
Current children cumulated vsize (KiB) 754380

[startup+1182.3 s]
/proc/loadavg: 8.17 8.12 8.03 9/362 17623
/proc/meminfo: memFree=23378548/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=661476 CPUtime=4714.7 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 641808 0 0 0 471232 238 0 0 25 0 4 0 632884964 677351424 131743 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 165369 131743 379 95 0 160351 0
[pid=17576/tid=17577] ppid=17574 vsize=661476 CPUtime=1181.61 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 193775 0 0 0 118092 69 0 0 25 0 4 0 632884964 677351424 131743 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=661476 CPUtime=1168.46 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 193130 0 0 0 116776 70 0 0 25 0 4 0 632884964 677351424 131743 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=661476 CPUtime=1182.28 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 187280 0 0 0 118157 71 0 0 25 0 4 0 632884964 677351424 131743 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4714.7
Current children cumulated vsize (KiB) 661476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.12 8.11 8.03 6/358 17625
/proc/meminfo: memFree=23721672/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=710012 CPUtime=4800.12 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 646898 0 0 0 479770 242 0 0 25 0 4 0 632884964 727052288 132656 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294445 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 177503 132656 379 95 0 172485 0
[pid=17576/tid=17577] ppid=17574 vsize=710012 CPUtime=1203.04 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 196647 0 0 0 120233 71 0 0 25 0 4 0 632884964 727052288 132657 33554432000 4194304 4580107 140735451607152 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=710012 CPUtime=1189.62 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 194281 0 0 0 118891 71 0 0 25 0 4 0 632884964 727052288 132657 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=710012 CPUtime=1203.7 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 187280 0 0 0 120299 71 0 0 25 0 4 0 632884964 727052288 132657 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 710012

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

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

[startup+1203.7 s]
/proc/loadavg: 8.12 8.11 8.03 6/358 17625
/proc/meminfo: memFree=23721672/32951124 swapFree=65980216/67111528
[pid=17576] ppid=17574 vsize=710012 CPUtime=4800.12 cores=0,2,4,6
/proc/17576/stat : 17576 (strangenight2-m) R 17574 17576 16886 0 -1 4202496 646898 0 0 0 479770 242 0 0 25 0 4 0 632884964 727052288 132656 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294445 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17576/statm: 177503 132656 379 95 0 172485 0
[pid=17576/tid=17577] ppid=17574 vsize=710012 CPUtime=1203.04 cores=0,2,4,6
/proc/17576/task/17577/stat : 17577 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 196647 0 0 0 120233 71 0 0 25 0 4 0 632884964 727052288 132657 33554432000 4194304 4580107 140735451607152 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17576/tid=17578] ppid=17574 vsize=710012 CPUtime=1189.62 cores=0,2,4,6
/proc/17576/task/17578/stat : 17578 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 194281 0 0 0 118891 71 0 0 25 0 4 0 632884964 727052288 132657 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17576/tid=17579] ppid=17574 vsize=710012 CPUtime=1203.7 cores=0,2,4,6
/proc/17576/task/17579/stat : 17579 (strangenight2-m) R 17574 17576 16886 0 -1 4202560 187280 0 0 0 120299 71 0 0 25 0 4 0 632884964 727052288 132657 33554432000 4194304 4580107 140735451607152 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 710012

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.76
CPU time (s): 4800.2
CPU user time (s): 4797.74
CPU system time (s): 2.45263
CPU usage (%): 398.767
Max. virtual memory (cumulated for all children) (KiB): 841392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.74
system time used= 2.45263
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 646901
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= 363
involuntary context switches= 24820

runsolver used 4.17037 second user time and 9.67053 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-14 22:24:55
IDJOB=3366465
IDBENCH=82874
IDSOLVER=1844
FILE ID=node142/3366465-1305404695
RUNJOBID= node142-1305404695-17561
PBS_JOBID= 13324456
Free space on /tmp= 73444 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1800377425-032.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366465-1305404695/watcher-3366465-1305404695 -o /tmp/evaluation-result-3366465-1305404695/solver-3366465-1305404695 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366465-1305404695.cnf

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

MD5SUM BENCH= d85bdfa4ee68fd1c7d18743407334b5d
RANDOM SEED=99860861

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.82
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24258212 kB
Buffers:        313956 kB
Cached:        3834928 kB
SwapCached:      11520 kB
Active:        6035640 kB
Inactive:      2325572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24258212 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           10984 kB
Writeback:           0 kB
AnonPages:     4208676 kB
Mapped:          19776 kB
Slab:           234312 kB
PageTables:      31796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77016468 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73440 MiB
End job on node142 at 2011-05-14 22:45:01