Trace number 3366155

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.1 1203.55

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S1348818483-020-UNKNOWN.cnf
MD5SUM112b17aaf1cede32f350e11f6333fc88
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark339.4
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

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-3366155-1305397329.cnf'
0.00/0.01	c -- header says num vars:            200
0.00/0.01	c -- header says num clauses:       17000
1.16/0.38	c -- clauses added:            0 learnts,        17000 normals,            0 xors
1.16/0.38	c -- vars added        200
1.16/0.38	c Parsing time:  0.01 s
1.16/0.38	c  N st     0         0       200     17000         0         0    119000         0   no data   no data
1.16/0.38	c asymm  cl-useful: 0/14546/17000 lits-rem:0 time: 0.35
1.16/0.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.97/1.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.97/1.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.97/1.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.97/1.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
3.97/1.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.97/1.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3.97/1.05	c Finding binary XORs  T:     0.00 s  found:       0
3.97/1.05	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
3.97/1.05	c calculated reachability. Time: 0.00
3.97/1.05	c Calc default polars -  time:   0.00 s pos:      96 undec:       3 neg:     101
3.97/1.05	c =========================================================================================
3.97/1.05	c types(t): F = full restart, N = normal restart
3.97/1.05	c types(t): S = simplification begin/end, E = solution found
3.97/1.05	c restart types(rt): st = static, dy = dynamic
3.97/1.05	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.97/1.10	c  B st     0         0       200     17000         0         0    119000         0   no data   no data
3.97/1.10	c  N dy    11      4527       200     17000         0      4393    119000    251065     49.66     52.67
3.97/1.10	c  N dy    22     10229       200     17000         0      7483    119000    375773     48.38     50.95
4.75/1.26	c  N dy    40     14507       200     17000         0      7525    119000    330153     48.58     51.42
5.95/1.53	c  N dy    59     18740       200     17000         0      6184    119000    205080     48.75     51.73
7.14/1.82	c  N dy    76     23272       200     17000         0     10587    119000    450507     48.87     51.91
7.54/1.94	c  F st    80     25000       200     17000         0     12258    119000    543738     48.82     48.05
8.37/2.16	c  N st    85     28301       200     17000         0      8859    119000    309996     48.82   no data
8.79/2.27	c  S st    86     30000       200     17000         0     10501    119000    401537     48.82   no data
9.14/2.31	c  S st    86     30502       200     17000         0     10996    119000    428202     48.82   no data
9.14/2.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.14/2.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.14/2.33	c blocked clauses removed:        0 vars:      0 tried:         200 T: 0.00 s
9.14/2.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.14/2.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.14/2.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
9.14/2.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.14/2.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.14/2.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.74/2.73	c lits-rem:       112  cl-subs:      366  v-elim:      0  v-fix:    0  time:  0.39 s
11.14/2.82	c asymm  cl-useful: 0/2454/17000 lits-rem:0 time: 0.09
11.14/2.82	c calculated reachability. Time: 0.00
11.14/2.82	c  N dy    86     30502       200     17000         0     10630    119000    401513     48.82   no data
12.33/3.12	c  N dy   105     34605       200     17000         0     14624    119000    626175     48.99     51.60
13.52/3.42	c  N dy   117     38912       200     17000         0     11120    119000    388600     48.94     51.63
15.12/3.81	c  N dy   118     43220       200     17000         0     15291    119000    617425     48.53     51.40
15.92/4.05	c  S st   133     45754       200     17000         0      9080    119000    233296     48.65     49.74
15.92/4.09	c  S st   133     46259       200     17000         0      9576    119000    260347     48.65   no data
16.32/4.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.32/4.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
16.32/4.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.32/4.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.32/4.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.32/4.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
16.32/4.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.32/4.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.32/4.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.72/4.20	c lits-rem:         6  cl-subs:       45  v-elim:      0  v-fix:    0  time:  0.08 s
16.72/4.20	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
16.72/4.21	c vivif2 --  cl tried     9531 cl shrink        0 lits rem          0 time: 0.00
18.31/4.63	c asymm  cl-useful: 0/13595/17000 lits-rem:0 time: 0.43
18.31/4.64	c calculated reachability. Time: 0.00
18.31/4.64	c  N dy   133     46259       200     17000         0      9531    119000    256820     48.65   no data
21.11/5.40	c  N dy   149     56237       200     17000         0     19150    119000    790895     48.27     50.89
22.69/5.72	c  N dy   159     60526       200     17000         0     13656    119000    447820     48.21     50.77
23.89/6.08	c  N dy   182     64709       200     17000         0     17715    119000    673993     48.30     51.39
25.49/6.50	c  N dy   197     69130       200     17000         0     11347    119000    276745     48.30     51.17
25.91/6.52	c  S st   199     69389       200     17000         0     11597    119000    290458     48.30     46.19
25.91/6.57	c  S st   199     69892       200     17000         0     12091    119000    316378     48.30   no data
25.91/6.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.91/6.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
25.91/6.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.91/6.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.91/6.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.91/6.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
25.91/6.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.91/6.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
25.91/6.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.68/6.71	c lits-rem:        25  cl-subs:       93  v-elim:      0  v-fix:    0  time:  0.12 s
26.68/6.72	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
26.68/6.72	c vivif2 --  cl tried    11998 cl shrink        0 lits rem          0 time: 0.00
27.09/6.85	c asymm  cl-useful: 0/3405/17000 lits-rem:0 time: 0.13
27.09/6.85	c calculated reachability. Time: 0.00
27.09/6.85	c  N dy   199     69892       200     17000         0     11998    119000    309753     48.30   no data
28.69/7.20	c  N dy   223     74403       200     17000         0     16392    119000    556486     48.40     52.40
29.88/7.60	c  N dy   243     79160       200     17000         0     21023    119000    814322     48.46     51.32
31.87/8.05	c  N dy   262     84524       200     17000         0     14589    119000    413806     48.51     51.22
32.67/8.29	c  F st   274     87502       200     17000         0     17467    119000    573753     48.54     48.92
33.87/8.56	c  N st   279     90798       200     17000         0     20672    119000    755446     48.54   no data
36.26/9.12	c  N dy   293     96611       200     17000         0     13698    119000    320389     48.52     51.25
38.26/9.66	c  N dy   316    102888       200     17000         0     19796    119000    660183     48.56     51.22
39.07/9.85	c  S st   325    104838       200     17000         0     21690    119000    764697     48.55   no data
39.50/9.92	c  S st   325    105341       200     17000         0     22186    119000    791196     48.55   no data
39.50/9.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.50/9.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
39.50/9.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.50/9.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.50/9.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.50/9.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
39.50/9.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.50/9.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
39.50/9.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.63/11.23	c lits-rem:       237  cl-subs:      724  v-elim:      0  v-fix:    0  time:  1.25 s
44.63/11.23	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
44.63/11.24	c vivif2 --  cl tried    21462 cl shrink        0 lits rem          0 time: 0.01
45.83/11.51	c asymm  cl-useful: 0/4996/17000 lits-rem:0 time: 0.27
45.83/11.52	c calculated reachability. Time: 0.00
45.83/11.52	c  N dy   325    105341       200     17000         0     21462    119000    738276     48.55   no data
48.62/12.25	c  N dy   356    112467       200     17000         0     14798    119000    336931     48.58     51.36
51.42/12.93	c  N dy   374    119648       200     17000         0     21765    119000    724873     48.55     53.19
54.60/13.79	c  N dy   402    127338       200     17000         0     14672    119000    287666     48.59     51.71
62.58/15.70	c  N dy   425    147045       200     17000         0     18262    119000    451840     48.27     50.91
66.56/16.72	c  N dy   458    158011       200     17000         0     28902    119000   1041387     48.25     44.97
66.56/16.72	c  S st   458    158011       200     17000         0     28902    119000   1041387     48.25     44.97
66.96/16.80	c  S st   458    158514       200     17000         0     29397    119000   1068662     48.25   no data
66.96/16.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
66.96/16.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
66.96/16.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
66.96/16.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
66.96/16.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.96/16.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
66.96/16.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
66.96/16.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
66.96/16.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.54/19.20	c lits-rem:       279  cl-subs:     1167  v-elim:      0  v-fix:    0  time:  2.34 s
76.54/19.20	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
76.54/19.21	c vivif2 --  cl tried    28230 cl shrink        0 lits rem          0 time: 0.01
77.34/19.46	c asymm  cl-useful: 0/3830/17000 lits-rem:0 time: 0.25
77.34/19.47	c calculated reachability. Time: 0.00
77.34/19.47	c  N dy   458    158514       200     17000         0     28230    119000    987016     48.25   no data
81.73/20.54	c  N dy   497    169132       200     17000         0     22035    119000    614438     48.28     50.84
86.51/21.73	c  N dy   533    180042       200     17000         0     32606    119000   1206174     48.26     50.88
91.30/22.96	c  N dy   574    191559       200     17000         0     26352    119000    809736     48.24     51.12
96.88/24.32	c  N dy   606    203829       200     17000         0     19834    119000    406512     48.23     51.98
102.46/25.70	c  N dy   644    216866       200     17000         0     32422    119000   1108837     48.22     50.95
109.68/27.54	c  N dy   709    230930       200     17000         0     26689    119000    745798     48.29     51.56
112.84/28.30	c  S st   727    237772       200     17000         0     33307    119000   1109531     48.27     47.20
113.24/28.40	c  S st   727    238273       200     17000         0     33798    119000   1136741     48.27   no data
113.24/28.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
113.24/28.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
113.24/28.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
113.24/28.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
113.24/28.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
113.24/28.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
113.24/28.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
113.24/28.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
113.24/28.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
125.60/31.55	c lits-rem:       230  cl-subs:     1108  v-elim:      0  v-fix:    0  time:  3.08 s
125.60/31.56	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
125.60/31.57	c vivif2 --  cl tried    32690 cl shrink        0 lits rem          0 time: 0.01
126.81/31.86	c asymm  cl-useful: 0/3368/17000 lits-rem:0 time: 0.29
126.81/31.86	c calculated reachability. Time: 0.00
126.81/31.86	c  N dy   727    238273       200     17000         0     32690    119000   1056906     48.27   no data
133.57/33.59	c  N dy   784    253592       200     17000         0     27221    119000    726389     48.30     51.00
143.94/36.11	c  N dy   830    275329       200     17000         0     26944    119000    670712     48.24     50.86
153.56/38.55	c  N dy   865    297144       200     17000         0     25790    119000    568153     48.14     50.85
157.53/39.58	c  F st   902    306250       200     17000         0     34636    119000   1060036     48.16   no data
162.68/40.88	c  N dy   928    316187       200     17000         0     44276    119000   1603741     48.18     50.83
173.06/43.41	c  N dy  1008    336860       200     17000         0     41066    119000   1367604     48.20     50.74
183.03/45.92	c  N dy  1083    356926       200     17000         0     36310    119000   1071306     48.24     50.98
183.03/45.99	c  S st  1086    357410       200     17000         0     36780    119000   1097437     48.24   no data
183.43/46.09	c  S st  1086    357911       200     17000         0     37274    119000   1124956     48.24   no data
183.43/46.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
183.84/46.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
183.84/46.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
183.84/46.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
183.84/46.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
183.84/46.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
183.84/46.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
183.84/46.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
183.84/46.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
196.19/49.24	c lits-rem:       350  cl-subs:      942  v-elim:      0  v-fix:    0  time:  3.08 s
196.19/49.24	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
196.19/49.25	c vivif2 --  cl tried    36332 cl shrink        0 lits rem          0 time: 0.01
197.43/49.54	c asymm  cl-useful: 0/3088/17000 lits-rem:0 time: 0.28
197.43/49.54	c calculated reachability. Time: 0.00
197.43/49.54	c  N dy  1086    357911       200     17000         0     36332    119000   1055116     48.24   no data
208.56/52.38	c  N dy  1184    378127       200     17000         0     30726    119000    704977     48.30     50.99
220.92/55.43	c  N dy  1267    398352       200     17000         0     50340    119000   1795073     48.32     51.05
231.69/58.14	c  N dy  1339    418537       200     17000         0     43713    119000   1383468     48.33     51.22
242.86/60.93	c  N dy  1403    438632       200     17000         0     36085    119000    918442     48.33     51.00
254.46/63.90	c  N dy  1482    458664       200     17000         0     55522    119000   2003695     48.35     51.84
265.19/66.52	c  N dy  1545    478720       200     17000         0     46850    119000   1470674     48.35     51.46
277.15/69.54	c  N dy  1621    499068       200     17000         0     37519    119000    909478     48.37     51.01
289.14/72.60	c  N dy  1695    519304       200     17000         0     57160    119000   2004960     48.37     51.32
299.50/75.10	c  S st  1761    536866       200     17000         0     44122    119000   1227999     48.38     47.47
299.90/75.22	c  S st  1761    537368       200     17000         0     44611    119000   1254794     48.38   no data
299.90/75.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
299.90/75.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
299.90/75.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
299.90/75.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
299.90/75.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
299.90/75.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
299.90/75.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
299.90/75.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
300.29/75.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
318.23/79.88	c lits-rem:       329  cl-subs:     1140  v-elim:      0  v-fix:    0  time:  4.58 s
318.23/79.89	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
318.63/79.90	c vivif2 --  cl tried    43471 cl shrink        0 lits rem          0 time: 0.01
319.03/80.09	c asymm  cl-useful: 0/1718/17000 lits-rem:0 time: 0.19
319.03/80.09	c calculated reachability. Time: 0.00
319.03/80.09	c  N dy  1761    537368       200     17000         0     43471    119000   1173044     48.38   no data
333.01/83.56	c  N dy  1855    557862       200     17000         0     32310    119000    527437     48.40     50.97
344.16/86.34	c  N dy  1928    577919       200     17000         0     51763    119000   1614158     48.41     51.16
357.33/89.65	c  N dy  2009    598071       200     17000         0     39310    119000    876650     48.43     51.24
370.09/92.84	c  N dy  2056    618791       200     17000         0     59351    119000   1988898     48.40     51.25
382.45/95.91	c  N dy  2105    638989       200     17000         0     45979    119000   1204219     48.39     51.39
410.77/103.02	c  N dy  2156    680714       200     17000         0     52350    119000   1520101     48.25     50.98
427.13/107.11	c  N dy  2237    700856       200     17000         0     37019    119000    621369     48.27     50.87
440.69/110.56	c  N dy  2331    720885       200     17000         0     56456    119000   1706631     48.29     50.91
456.28/114.47	c  N dy  2407    741185       200     17000         0     40298    119000    757282     48.31     51.62
470.19/117.96	c  N dy  2485    761231       200     17000         0     59760    119000   1839811     48.32     51.25
485.36/121.74	c  N dy  2573    781264       200     17000         0     42397    119000    828997     48.34     51.03
498.51/125.08	c  N dy  2627    801875       200     17000         0     62363    119000   1941942     48.34     51.08
501.70/125.89	c  S st  2643    806052       200     17000         0     66437    119000   2169224     48.34   no data
502.50/126.07	c  S st  2643    806559       200     17000         0     66933    119000   2195051     48.34   no data
502.50/126.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
502.90/126.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
502.90/126.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
502.90/126.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
502.90/126.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
502.90/126.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
502.90/126.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
502.90/126.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
502.90/126.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
567.91/142.47	c lits-rem:       591  cl-subs:     2369  v-elim:      0  v-fix:    0  time: 16.27 s
567.91/142.47	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
568.31/142.50	c vivif2 --  cl tried    64564 cl shrink        0 lits rem          0 time: 0.03
569.51/142.86	c asymm  cl-useful: 0/2526/17000 lits-rem:0 time: 0.36
569.51/142.86	c calculated reachability. Time: 0.00
569.51/142.86	c  N dy  2643    806559       200     17000         0     64564    119000   2024636     48.34   no data
585.06/146.70	c  N dy  2721    826949       200     17000         0     46541    119000   1021043     48.36     51.30
599.03/150.21	c  N dy  2785    847159       200     17000         0     66180    119000   2114314     48.36     51.17
614.22/154.02	c  N dy  2843    867795       200     17000         0     47392    119000   1019572     48.35     50.91
628.93/157.78	c  N dy  2939    887859       200     17000         0     66858    119000   2109907     48.37     51.37
644.93/161.76	c  N dy  3017    908363       200     17000         0     47009    119000    949969     48.38     51.09
658.44/165.16	c  N dy  3086    928365       200     17000         0     66371    119000   2027718     48.38     51.70
673.60/168.99	c  N dy  3118    948418       200     17000         0     45059    119000    797904     48.35     51.93
687.16/172.34	c  N dy  3180    968426       200     17000         0     64498    119000   1882325     48.35     51.08
705.51/176.91	c  N dy  3250    989059       200     17000         0     42796    119000    625959     48.35     51.05
719.52/180.48	c  N dy  3350   1009704       200     17000         0     62801    119000   1743001     48.37     51.17
739.02/185.31	c  N dy  3433   1031569       200     17000         0     83999    119000   2926871     48.38     50.97
753.78/189.08	c  N dy  3525   1052619       200     17000         0     61741    119000   1639477     48.39     50.97
770.53/193.27	c  F st  3597   1071876       200     17000         0     80392    119000   2677646     48.40     46.92
771.74/193.56	c  N st  3600   1073064       200     17000         0     81543    119000   2741788     48.40   no data
787.28/197.40	c  N dy  3661   1093132       200     17000         0     57399    119000   1350912     48.40     50.97
802.88/201.31	c  N dy  3719   1113140       200     17000         0     76842    119000   2440495     48.40     51.54
821.18/205.93	c  N dy  3781   1133433       200     17000         0     51894    119000    999935     48.40     50.97
839.53/210.58	c  N dy  3847   1156047       200     17000         0     73818    119000   2219817     48.40     51.01
863.89/216.65	c  N dy  3926   1176068       200     17000         0     47679    119000    723802     48.41     51.04
880.21/220.75	c  N dy  4010   1196296       200     17000         0     67337    119000   1819089     48.42     51.13
892.98/223.93	c  S st  4068   1209839       200     17000         0     80481    119000   2549933     48.42     45.18
893.78/224.16	c  S st  4068   1210342       200     17000         0     80979    119000   2577313     48.42   no data
893.78/224.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
894.18/224.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
894.18/224.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
894.18/224.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
894.18/224.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
894.18/224.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
894.18/224.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
894.18/224.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
894.59/224.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
989.49/248.12	c lits-rem:       821  cl-subs:     2574  v-elim:      0  v-fix:    0  time: 23.80 s
989.49/248.12	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
989.49/248.15	c vivif2 --  cl tried    78405 cl shrink        0 lits rem          0 time: 0.03
991.11/248.52	c asymm  cl-useful: 0/1848/17000 lits-rem:0 time: 0.37
991.11/248.52	c calculated reachability. Time: 0.00
991.11/248.52	c  N dy  4068   1210342       200     17000         0     78405    119000   2388638     48.42   no data
1013.05/254.04	c  N dy  4144   1235096       200     17000         0     55816    119000   1129480     48.42     51.03
1028.58/257.99	c  N dy  4203   1255267       200     17000         0     75342    119000   2215713     48.42     51.55
1048.57/262.95	c  N dy  4259   1275365       200     17000         0     94841    119000   3299684     48.42     51.04
1063.28/266.67	c  N dy  4324   1295793       200     17000         0     67143    119000   1716237     48.42     51.02
1082.83/271.52	c  N dy  4396   1316647       200     17000         0     87387    119000   2843905     48.42     51.17
1101.23/276.15	c  N dy  4475   1336697       200     17000         0     58358    119000   1178805     48.43     51.17
1117.94/280.41	c  N dy  4562   1356765       200     17000         0     77864    119000   2266615     48.43     52.03
1139.06/285.67	c  N dy  4635   1376770       200     17000         0     97264    119000   3351156     48.44     51.04
1155.42/289.79	c  N dy  4715   1396892       200     17000         0     67306    119000   1633891     48.45     51.23
1173.77/294.39	c  N dy  4778   1416936       200     17000         0     86771    119000   2718887     48.45     51.00
1194.50/299.53	c  N dy  4847   1436945       200     17000         0     55691    119000    943393     48.45     51.94
1210.48/303.59	c  N dy  4924   1456983       200     17000         0     75138    119000   2028793     48.46     51.54
1231.60/308.80	c  N dy  5006   1477245       200     17000         0     94782    119000   3127804     48.47     51.09
1250.39/313.57	c  N dy  5096   1497585       200     17000         0     63111    119000   1315251     48.47     51.24
1268.29/318.02	c  N dy  5177   1517640       200     17000         0     82557    119000   2402284     48.48     51.05
1290.62/323.63	c  N dy  5249   1537836       200     17000         0    102194    119000   3496417     48.48     51.18
1307.00/327.74	c  N dy  5307   1557914       200     17000         0     69265    119000   1612758     48.48     51.33
1326.12/332.57	c  N dy  5383   1578014       200     17000         0     88785    119000   2707277     48.49     51.32
1347.65/337.99	c  N dy  5434   1598039       200     17000         0     54828    119000    763581     48.48     51.08
1364.81/342.20	c  N dy  5494   1618058       200     17000         0     74246    119000   1848179     48.47     51.08
1384.75/347.29	c  N dy  5548   1638168       200     17000         0     93770    119000   2934938     48.47     51.05
1407.49/352.99	c  N dy  5608   1659459       200     17000         0     60087    119000   1012569     48.47     51.05
1426.23/357.65	c  N dy  5688   1679481       200     17000         0     79535    119000   2096789     48.47     51.34
1445.38/362.40	c  N dy  5725   1699516       200     17000         0     98909    119000   3183810     48.45     52.55
1458.54/365.75	c  S st  5771   1710343       200     17000         0    109436    119000   3768211     48.46     44.01
1459.74/366.04	c  S st  5771   1710845       200     17000         0    109928    119000   3794819     48.46   no data
1459.74/366.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1460.14/366.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1460.14/366.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1460.14/366.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1460.14/366.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1460.14/366.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
1460.14/366.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1460.14/366.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1460.56/366.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1620.87/406.48	c lits-rem:       724  cl-subs:     4363  v-elim:      0  v-fix:    0  time: 40.22 s
1620.87/406.48	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
1621.27/406.53	c vivif2 --  cl tried   105565 cl shrink        0 lits rem          0 time: 0.05
1622.89/406.95	c asymm  cl-useful: 0/1411/17000 lits-rem:0 time: 0.42
1622.89/406.95	c calculated reachability. Time: 0.00
1622.89/406.95	c  N dy  5771   1710845       200     17000         0    105565    119000   3487626     48.46   no data
1642.81/411.91	c  N dy  5847   1731188       200     17000         0     70064    119000   1522131     48.46     51.14
1661.95/416.81	c  N dy  5913   1752134       200     17000         0     90340    119000   2656083     48.46     51.36
1685.88/422.73	c  N dy  5993   1772189       200     17000         0    109838    119000   3743493     48.46     51.05
1704.23/427.39	c  N dy  6080   1792477       200     17000         0     73297    119000   1661273     48.47     51.10
1725.37/432.63	c  N dy  6173   1812511       200     17000         0     92741    119000   2748460     48.48     51.49
1748.90/438.59	c  N dy  6232   1832529       200     17000         0    112181    119000   3834123     48.48     52.65
1767.67/443.22	c  N dy  6316   1852956       200     17000         0     74737    119000   1693181     48.49     51.14
1787.59/448.27	c  N dy  6388   1873166       200     17000         0     94338    119000   2788068     48.49     51.18
1813.51/454.71	c  N dy  6444   1894927       200     17000         0    115487    119000   3969494     48.48     51.18
1831.06/459.14	c  N dy  6507   1915193       200     17000         0     76913    119000   1765364     48.48     51.36
1852.20/464.44	c  N dy  6584   1935278       200     17000         0     96428    119000   2851963     48.48     51.16
1878.12/470.93	c  N dy  6657   1955640       200     17000         0    116167    119000   3947563     48.48     51.08
1896.48/475.50	c  N dy  6726   1975646       200     17000         0     76388    119000   1693350     48.48     51.11
1917.61/480.82	c  N dy  6807   1995656       200     17000         0     95828    119000   2781318     48.49     51.05
1942.35/487.04	c  N dy  6877   2015703       200     17000         0    115244    119000   3863865     48.49     51.19
1964.69/492.65	c  N dy  6963   2035732       200     17000         0     74527    119000   1547639     48.49     52.09
1987.46/498.38	c  N dy  7044   2057157       200     17000         0     95268    119000   2700690     48.49     51.07
2014.54/505.11	c  N dy  7122   2077170       200     17000         0    114646    119000   3780491     48.50     51.26
2036.07/510.53	c  N dy  7213   2097280       200     17000         0     73081    119000   1419378     48.50     51.69
2055.62/515.44	c  N dy  7288   2117290       200     17000         0     92501    119000   2505915     48.51     55.54
2079.59/521.45	c  N dy  7360   2137469       200     17000         0    112096    119000   3603864     48.51     51.11
2104.68/527.76	c  N dy  7442   2157835       200     17000         0     69766    119000   1188601     48.52     51.10
2125.02/532.85	c  N dy  7536   2178161       200     17000         0     89472    119000   2293108     48.53     51.21
2148.16/538.64	c  N dy  7595   2198547       200     17000         0    109219    119000   3395581     48.53     51.25
2165.31/542.90	c  S st  7639   2210846       200     17000         0    121142    119000   4060747     48.53     47.96
2166.51/543.24	c  S st  7639   2211354       200     17000         0    121641    119000   4087406     48.53   no data
2166.51/543.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2166.92/543.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
2166.92/543.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2166.92/543.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2166.92/543.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2166.92/543.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
2166.92/543.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2166.92/543.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2167.34/543.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2347.96/588.76	c lits-rem:       887  cl-subs:     4708  v-elim:      0  v-fix:    0  time: 45.29 s
2347.96/588.76	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
2348.36/588.81	c vivif2 --  cl tried   116933 cl shrink        0 lits rem          0 time: 0.05
2349.96/589.23	c asymm  cl-useful: 0/1269/17000 lits-rem:0 time: 0.42
2349.96/589.23	c calculated reachability. Time: 0.00
2349.96/589.23	c  N dy  7639   2211354       200     17000         0    116933    119000   3749310     48.53   no data
2375.09/595.52	c  N dy  7730   2232545       200     17000         0     74557    119000   1414224     48.53     51.14
2395.83/600.75	c  N dy  7814   2252819       200     17000         0     94237    119000   2515284     48.54     51.31
2420.96/607.08	c  N dy  7896   2273418       200     17000         0    114229    119000   3637430     48.54     51.43
2447.28/613.68	c  N dy  7983   2293550       200     17000         0     69785    119000   1102834     48.55     51.17
2467.21/618.60	c  N dy  8066   2313864       200     17000         0     89460    119000   2199661     48.56     51.21
2489.95/624.30	c  N dy  8111   2334764       200     17000         0    109676    119000   3327906     48.55     51.38
2520.27/631.95	c  N dy  8176   2357548       200     17000         0     66824    119000    891577     48.55     51.36
2540.26/636.92	c  N dy  8257   2378649       200     17000         0     87306    119000   2034554     48.56     51.31
2562.54/642.55	c  N dy  8317   2398672       200     17000         0    106737    119000   3122198     48.56     51.49
2592.90/650.13	c  N dy  8421   2419477       200     17000         0    126920    119000   4254392     48.56     51.30
2618.80/656.63	c  N dy  8493   2442111       200     17000         0     82920    119000   1744437     48.56     51.12
2642.31/662.57	c  N dy  8574   2462175       200     17000         0    102364    119000   2835967     48.57     51.53
2672.22/670.01	c  N dy  8639   2482377       200     17000         0    121917    119000   3925787     48.57     51.29
2698.54/676.64	c  N dy  8709   2502420       200     17000         0     74469    119000   1227202     48.57     51.57
2718.89/681.70	c  N dy  8786   2522465       200     17000         0     93913    119000   2313639     48.57     51.55
2744.41/688.15	c  N dy  8866   2543184       200     17000         0    114005    119000   3436954     48.58     51.41
2775.53/695.97	c  N dy  8953   2563550       200     17000         0    133781    119000   4542339     48.58     51.61
2796.26/701.18	c  N dy  9027   2583557       200     17000         0     85280    119000   1791652     48.59     51.70
2819.80/707.08	c  N dy  9106   2603965       200     17000         0    105092    119000   2901205     48.59     51.26
2848.51/714.29	c  N dy  9197   2624036       200     17000         0    124527    119000   3985490     48.59     51.51
2876.43/721.29	c  N dy  9284   2644082       200     17000         0     75129    119000   1176182     48.60     51.16
2896.77/726.33	c  N dy  9344   2664180       200     17000         0     94654    119000   2267538     48.60     54.06
2922.70/732.89	c  N dy  9399   2686413       200     17000         0    116189    119000   3469305     48.60     51.37
2958.18/741.77	c  N dy  9421   2711354       200     17000         0     70549    119000    873912     48.57     41.13
2958.18/741.77	c  S st  9421   2711354       200     17000         0     70549    119000    873912     48.57     41.13
2958.99/741.96	c  S st  9421   2711857       200     17000         0     71042    119000    900928     48.57   no data
2958.99/741.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2959.39/742.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2959.39/742.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2959.39/742.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2959.39/742.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2959.39/742.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
2959.39/742.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2959.39/742.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2959.39/742.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2964.57/743.34	c lits-rem:         9  cl-subs:       80  v-elim:      0  v-fix:    0  time:  1.28 s
2964.57/743.35	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
2964.57/743.36	c vivif2 --  cl tried    70962 cl shrink        0 lits rem          0 time: 0.01
2966.16/743.72	c asymm  cl-useful: 0/1901/17000 lits-rem:0 time: 0.36
2966.16/743.72	c calculated reachability. Time: 0.00
2966.16/743.72	c  N dy  9421   2711857       200     17000         0     70962    119000    895610     48.57   no data
2986.91/748.93	c  N dy  9491   2731860       200     17000         0     90378    119000   1977487     48.57     51.15
3011.24/755.02	c  N dy  9582   2751900       200     17000         0    109811    119000   3066802     48.58     51.21
3039.56/762.15	c  N dy  9650   2771925       200     17000         0    129247    119000   4154124     48.58     51.57
3065.88/768.72	c  N dy  9693   2792043       200     17000         0     77953    119000   1237726     48.58     51.20
3085.02/773.58	c  N dy  9727   2812366       200     17000         0     97577    119000   2337946     48.57     51.16
3111.34/780.14	c  N dy  9812   2832744       200     17000         0    117352    119000   3452033     48.57     51.45
3141.66/787.79	c  N dy  9869   2854059       200     17000         0    137988    119000   4607591     48.57     51.18
3165.59/793.73	c  N dy  9926   2874360       200     17000         0     85921    119000   1639987     48.57     51.35
3188.73/799.51	c  N dy  9990   2895329       200     17000         0    106255    119000   2777394     48.57     51.33
3219.44/807.26	c  N dy 10045   2919371       200     17000         0    129614    119000   4085384     48.56     51.59
3250.57/815.09	c  N dy 10123   2939397       200     17000         0     76328    119000   1058456     48.56     56.32
3270.89/820.17	c  N dy 10190   2959449       200     17000         0     95774    119000   2148078     48.57     51.50
3296.41/826.53	c  N dy 10279   2979590       200     17000         0    115332    119000   3241984     48.57     51.13
3326.33/834.09	c  N dy 10346   3000477       200     17000         0    135598    119000   4376620     48.57     51.56
3357.83/841.99	c  N dy 10437   3020561       200     17000         0     81399    119000   1294626     48.58     55.34
3387.00/849.27	c  N dy 10510   3042376       200     17000         0    102527    119000   2470522     48.58     51.57
3424.04/858.52	c  N dy 10573   3062400       200     17000         0    121918    119000   3550602     48.58     51.90
3471.10/870.32	c  N dy 10667   3083136       200     17000         0    142033    119000   4675062     48.58     51.38
3500.64/877.71	c  N dy 10748   3104249       200     17000         0     87829    119000   1611872     48.58     51.47
3525.74/884.05	c  N dy 10823   3124812       200     17000         0    107780    119000   2732119     48.59     51.70
3556.86/891.82	c  N dy 10918   3144950       200     17000         0    127339    119000   3830169     48.59     51.56
3590.35/900.29	c  N dy 11006   3165028       200     17000         0    146853    119000   4918855     48.60     53.09
3614.28/906.30	c  N dy 11074   3185038       200     17000         0     90620    119000   1718711     48.60     52.23
3638.21/912.22	c  N dy 11132   3205057       200     17000         0    110032    119000   2802137     48.60     51.30
3647.39/914.51	c  S st 11159   3211857       200     17000         0    116623    119000   3169811     48.60   no data
3648.59/914.84	c  S st 11159   3212363       200     17000         0    117121    119000   3197005     48.60   no data
3648.59/914.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3648.99/914.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3648.99/914.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3648.99/914.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3648.99/914.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3648.99/914.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
3648.99/914.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3648.99/914.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3649.39/915.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3748.69/940.00	c lits-rem:       939  cl-subs:     3273  v-elim:      0  v-fix:    0  time: 24.96 s
3749.09/940.00	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
3749.09/940.04	c vivif2 --  cl tried   113848 cl shrink        0 lits rem          0 time: 0.04
3751.12/940.56	c asymm  cl-useful: 0/1280/17000 lits-rem:0 time: 0.52
3751.12/940.56	c calculated reachability. Time: 0.00
3751.12/940.56	c  N dy 11159   3212363       200     17000         0    113848    119000   2960593     48.60   no data
3788.57/949.91	c  N dy 11223   3233140       200     17000         0    133995    119000   4080316     48.60     51.28
3826.45/959.46	c  N dy 11316   3253178       200     17000         0     76833    119000    902964     48.60     51.38
3848.39/964.98	c  N dy 11403   3273337       200     17000         0     96387    119000   1997718     48.61     51.68
3875.51/971.73	c  N dy 11494   3293365       200     17000         0    115807    119000   3081768     48.61     52.54
3905.03/979.12	c  N dy 11560   3313535       200     17000         0    135346    119000   4170821     48.61     51.48
3938.54/987.57	c  N dy 11625   3333574       200     17000         0    154745    119000   5263252     48.61     52.76
3960.87/993.18	c  N dy 11699   3353953       200     17000         0     96966    119000   1989356     48.62     51.73
3996.81/1002.15	c  N dy 11782   3382939       200     17000         0    124931    119000   3554906     48.62     51.21
4029.06/1010.23	c  N dy 11860   3402968       200     17000         0    144320    119000   4639880     48.62     52.08
4059.38/1017.87	c  N dy 11941   3423294       200     17000         0     85595    119000   1307468     48.62     51.41
4084.13/1024.03	c  N dy 12024   3444430       200     17000         0    106108    119000   2462599     48.63     51.58
4112.02/1031.08	c  N dy 12105   3464599       200     17000         0    125681    119000   3563172     48.63     51.22
4148.72/1040.25	c  N dy 12177   3488042       200     17000         0    148408    119000   4841153     48.63     51.22
4178.64/1047.70	c  N dy 12251   3508180       200     17000         0     88437    119000   1416679     48.63     51.65
4203.01/1053.83	c  N dy 12306   3530996       200     17000         0    110573    119000   2655547     48.63     51.26
4229.68/1060.53	c  N dy 12353   3551415       200     17000         0    130381    119000   3762217     48.63     51.60
4264.43/1069.29	c  N dy 12436   3571932       200     17000         0    150276    119000   4876043     48.63     51.42
4298.29/1077.75	c  N dy 12521   3592312       200     17000         0     89532    119000   1436588     48.63     51.30
4327.40/1085.09	c  N dy 12592   3613080       200     17000         0    109661    119000   2555594     48.63     51.33
4380.85/1098.49	c  N dy 12611   3642427       200     17000         0    137915    119000   4140027     48.61     51.30
4425.51/1109.64	c  N dy 12668   3663802       200     17000         0    158637    119000   5299622     48.61     51.43
4452.66/1116.41	c  N dy 12738   3683854       200     17000         0     96773    119000   1790707     48.61     53.01
4478.56/1122.95	c  N dy 12800   3704095       200     17000         0    116393    119000   2888676     48.61     51.40
4491.73/1126.27	c  S st 12843   3712364       200     17000         0    124413    119000   3339877     48.61     49.62
4493.31/1126.62	c  S st 12843   3712871       200     17000         0    124910    119000   3366978     48.61   no data
4493.31/1126.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4493.71/1126.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
4493.71/1126.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4493.71/1126.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4493.71/1126.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4493.71/1126.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
4493.71/1126.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4493.71/1126.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4494.11/1126.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4598.60/1153.03	c lits-rem:       825  cl-subs:     3241  v-elim:      0  v-fix:    0  time: 26.19 s
4598.60/1153.03	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
4598.60/1153.07	c vivif2 --  cl tried   121669 cl shrink        0 lits rem          0 time: 0.04
4600.20/1153.48	c asymm  cl-useful: 0/1168/17000 lits-rem:0 time: 0.41
4600.20/1153.49	c calculated reachability. Time: 0.00
4600.20/1153.49	c  N dy 12843   3712871       200     17000         0    121669    119000   3132824     48.61   no data
4636.09/1162.46	c  N dy 12943   3733061       200     17000         0    141252    119000   4228116     48.62     51.28
4674.38/1172.01	c  F st 13017   3751562       200     17000         0    159210    119000   5238767     48.62   no data
4677.97/1172.99	c  N st 13021   3753594       200     17000         0    161174    119000   5351826     48.62   no data
4704.29/1179.50	c  N dy 13088   3774098       200     17000         0     98750    119000   1867365     48.62     51.31
4731.01/1186.28	c  N dy 13175   3794231       200     17000         0    118316    119000   2967553     48.63     51.39
4761.72/1193.93	c  N dy 13238   3814693       200     17000         0    138132    119000   4073731     48.63     51.22
4798.82/1203.23	c  N dy 13318   3835425       200     17000         0    158226    119000   5202702     48.63     51.21

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-3366155-1305397329/watcher-3366155-1305397329 -o /tmp/evaluation-result-3366155-1305397329/solver-3366155-1305397329 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366155-1305397329.cnf 

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

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: 6.83 7.80 7.92 2/338 12387
/proc/meminfo: memFree=18170656/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 407 0 0 0 0 0 0 0 18 0 4 0 651330880 52396032 347 33554432000 4194304 4580107 140735875736608 18446744073709551615 47444938463144 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 12792 347 299 95 0 7774 0
[pid=12387/tid=12391] ppid=12383 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 651330880 52396032 347 33554432000 4194304 4580107 140735875736608 18446744073709551615 47444938463152 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 651330880 52396032 347 33554432000 4194304 4580107 140735875736608 18446744073709551615 47444938463154 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 651330880 52396032 347 33554432000 4194304 4580107 140735875736608 18446744073709551615 228244405233 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.083281 s]
/proc/loadavg: 6.83 7.80 7.92 2/338 12387
/proc/meminfo: memFree=18170656/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=282716 CPUtime=0.3 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 2621 0 0 0 30 0 0 0 18 0 4 0 651330880 289501184 2526 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 70679 2526 357 95 0 65661 0
[pid=12387/tid=12391] ppid=12383 vsize=282716 CPUtime=0.07 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 521 0 0 0 7 0 0 0 18 0 4 0 651330880 289501184 2526 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=282716 CPUtime=0.07 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 531 0 0 0 7 0 0 0 18 0 4 0 651330880 289501184 2526 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=282716 CPUtime=0.06 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 630 0 0 0 6 0 0 0 21 0 4 0 651330880 289501184 2526 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 282716

[startup+0.100276 s]
/proc/loadavg: 6.83 7.80 7.92 2/338 12387
/proc/meminfo: memFree=18170656/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=282848 CPUtime=0.37 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 2672 0 0 0 37 0 0 0 18 0 4 0 651330880 289636352 2577 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294449 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 70712 2577 357 95 0 65694 0
[pid=12387/tid=12391] ppid=12383 vsize=282848 CPUtime=0.09 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 525 0 0 0 9 0 0 0 18 0 4 0 651330880 289636352 2577 33554432000 4194304 4580107 140735875736608 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=282848 CPUtime=0.09 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 535 0 0 0 9 0 0 0 18 0 4 0 651330880 289636352 2577 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=282848 CPUtime=0.08 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 669 0 0 0 8 0 0 0 21 0 4 0 651330880 289636352 2577 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282848

[startup+0.300244 s]
/proc/loadavg: 6.83 7.80 7.92 2/338 12387
/proc/meminfo: memFree=18170656/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=284256 CPUtime=1.16 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 3324 0 0 0 116 0 0 0 18 0 4 0 651330880 291078144 2782 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294479 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 71064 2782 358 95 0 66046 0
[pid=12387/tid=12391] ppid=12383 vsize=284256 CPUtime=0.29 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 559 0 0 0 29 0 0 0 18 0 4 0 651330880 291078144 2782 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=284256 CPUtime=0.29 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 570 0 0 0 29 0 0 0 18 0 4 0 651330880 291078144 2782 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=284256 CPUtime=0.28 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 1218 0 0 0 28 0 0 0 21 0 4 0 651330880 291078144 2782 33554432000 4194304 4580107 140735875736608 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284256

[startup+0.701173 s]
/proc/loadavg: 6.83 7.80 7.92 2/338 12387
/proc/meminfo: memFree=18170656/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=289072 CPUtime=2.76 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 8474 0 0 0 274 2 0 0 18 0 4 0 651330880 296009728 6680 33554432000 4194304 4580107 140735875736608 18446744073709551615 4293232 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 72268 6681 376 95 0 67250 0
[pid=12387/tid=12391] ppid=12383 vsize=289072 CPUtime=0.68 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 2009 0 0 0 68 0 0 0 18 0 4 0 651330880 296009728 6681 33554432000 4194304 4580107 140735875736608 18446744073709551615 4324067 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=289072 CPUtime=0.68 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 1999 0 0 0 68 0 0 0 18 0 4 0 651330880 296009728 6681 33554432000 4194304 4580107 140735875736608 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=289072 CPUtime=0.68 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 2021 0 0 0 68 0 0 0 22 0 4 0 651330880 296009728 6681 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 289072

[startup+1.50103 s]
/proc/loadavg: 7.08 7.83 7.93 13/346 12395
/proc/meminfo: memFree=18109584/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=302788 CPUtime=5.95 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 14544 0 0 0 592 3 0 0 19 0 4 0 651330880 310054912 7433 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 75697 7433 376 95 0 70679 0
[pid=12387/tid=12391] ppid=12383 vsize=302788 CPUtime=1.49 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 3790 0 0 0 148 1 0 0 19 0 4 0 651330880 310054912 7433 33554432000 4194304 4580107 140735875736608 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=302788 CPUtime=1.48 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 3465 0 0 0 148 0 0 0 19 0 4 0 651330880 310054912 7433 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=302788 CPUtime=1.46 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 3139 0 0 0 146 0 0 0 25 0 4 0 651330880 310054912 7433 33554432000 4194304 4580107 140735875736608 18446744073709551615 4316435 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 302788

[startup+3.10075 s]
/proc/loadavg: 7.08 7.83 7.93 10/346 12395
/proc/meminfo: memFree=18096572/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=303556 CPUtime=12.33 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 26750 0 0 0 1228 5 0 0 23 0 4 0 651330880 310841344 12537 33554432000 4194304 4580107 140735875736608 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 75889 12537 378 95 0 70871 0
[pid=12387/tid=12391] ppid=12383 vsize=303556 CPUtime=3.08 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 7607 0 0 0 307 1 0 0 23 0 4 0 651330880 310841344 12537 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=303556 CPUtime=3.08 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 5506 0 0 0 308 0 0 0 23 0 4 0 651330880 310841344 12537 33554432000 4194304 4580107 140735875736608 18446744073709551615 4320987 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=303556 CPUtime=3.05 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 5697 0 0 0 304 1 0 0 25 0 4 0 651330880 310841344 12537 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 303556

[startup+6.3012 s]
/proc/loadavg: 7.15 7.83 7.93 10/346 12395
/proc/meminfo: memFree=17987840/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=320096 CPUtime=25.1 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 46987 0 0 0 2501 9 0 0 25 0 4 0 651330880 327778304 24434 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 80024 24434 378 95 0 75006 0
[pid=12387/tid=12391] ppid=12383 vsize=320096 CPUtime=6.29 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 13532 0 0 0 626 3 0 0 25 0 4 0 651330880 327778304 24434 33554432000 4194304 4580107 140735875736608 18446744073709551615 4416700 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=320096 CPUtime=6.28 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 10642 0 0 0 627 1 0 0 25 0 4 0 651330880 327778304 24435 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=320096 CPUtime=6.21 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 11855 0 0 0 619 2 0 0 25 0 4 0 651330880 327778304 24435 33554432000 4194304 4580107 140735875736608 18446744073709551615 4321874 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 320096

[startup+12.7011 s]
/proc/loadavg: 7.22 7.84 7.93 10/346 12395
/proc/meminfo: memFree=17885804/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=331520 CPUtime=50.62 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 74784 0 0 0 5047 15 0 0 25 0 4 0 651330880 339476480 34699 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 82880 34699 378 95 0 77862 0
[pid=12387/tid=12391] ppid=12383 vsize=331520 CPUtime=12.69 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 20211 0 0 0 1264 5 0 0 25 0 4 0 651330880 339476480 34699 33554432000 4194304 4580107 140735875736608 18446744073709551615 4406395 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=331520 CPUtime=12.68 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 16623 0 0 0 1266 2 0 0 25 0 4 0 651330880 339476480 34699 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=331520 CPUtime=12.54 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 19371 0 0 0 1250 4 0 0 25 0 4 0 651330880 339476480 34699 33554432000 4194304 4580107 140735875736608 18446744073709551615 4416041 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 331520

[startup+25.5008 s]
/proc/loadavg: 7.49 7.87 7.94 10/346 12395
/proc/meminfo: memFree=17820720/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=333080 CPUtime=101.66 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 113572 0 0 0 10140 26 0 0 25 0 4 0 651330880 341073920 42092 33554432000 4194304 4580107 140735875736608 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 83270 42093 378 95 0 78252 0
[pid=12387/tid=12391] ppid=12383 vsize=333080 CPUtime=25.48 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 31408 0 0 0 2541 7 0 0 25 0 4 0 651330880 341073920 42093 33554432000 4194304 4580107 140735875736608 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=333080 CPUtime=25.48 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 24305 0 0 0 2544 4 0 0 25 0 4 0 651330880 341073920 42093 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=333080 CPUtime=25.18 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 28460 0 0 0 2511 7 0 0 25 0 4 0 651330880 341073920 42093 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 333080

[startup+51.1003 s]
/proc/loadavg: 7.69 7.89 7.94 10/346 12396
/proc/meminfo: memFree=17734912/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=322432 CPUtime=203.77 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 166925 0 0 0 20335 42 0 0 25 0 4 0 651330880 330170368 47722 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 80608 47722 378 95 0 75590 0
[pid=12387/tid=12391] ppid=12383 vsize=322432 CPUtime=51.08 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 41754 0 0 0 5097 11 0 0 25 0 4 0 651330880 330170368 47722 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=322432 CPUtime=51.09 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 38173 0 0 0 5099 10 0 0 25 0 4 0 651330880 330170368 47722 33554432000 4194304 4580107 140735875736608 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=322432 CPUtime=50.48 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 43536 0 0 0 5038 10 0 0 25 0 4 0 651330880 330170368 47722 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 322432

[startup+102.313 s]
/proc/loadavg: 7.96 7.93 7.95 10/346 12397
/proc/meminfo: memFree=17607536/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=420528 CPUtime=408.03 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 248449 0 0 0 40737 66 0 0 25 0 4 0 651330880 430620672 64532 33554432000 4194304 4580107 140735875736608 18446744073709551615 4295702 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 105132 64532 378 95 0 100114 0
[pid=12387/tid=12391] ppid=12383 vsize=420528 CPUtime=102.3 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 64355 0 0 0 10212 18 0 0 25 0 4 0 651330880 430620672 64533 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=420528 CPUtime=102.29 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 50570 0 0 0 10217 12 0 0 25 0 4 0 651330880 430620672 64533 33554432000 4194304 4580107 140735875736608 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=420528 CPUtime=101.1 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 70291 0 0 0 10091 19 0 0 25 0 4 0 651330880 430620672 64533 33554432000 4194304 4580107 140735875736608 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.03
Current children cumulated vsize (KiB) 420528

[startup+162.301 s]

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

[pid=12387] ppid=12383 vsize=723040 CPUtime=2801.05 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 796729 0 0 0 279822 283 0 0 25 0 4 0 651330880 740392960 117490 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 180760 117490 378 95 0 175742 0
[pid=12387/tid=12391] ppid=12383 vsize=723040 CPUtime=702.3 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 225654 0 0 0 70150 80 0 0 25 0 4 0 651330880 740392960 117490 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=723040 CPUtime=702.29 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 158833 0 0 0 70172 57 0 0 25 0 4 0 651330880 740392960 117490 33554432000 4194304 4580107 140735875736608 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=723040 CPUtime=694.13 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 235744 0 0 0 69325 88 0 0 25 0 4 0 651330880 740392960 117490 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2801.05
Current children cumulated vsize (KiB) 723040

[startup+762.314 s]
/proc/loadavg: 8.14 8.11 8.02 10/346 12415
/proc/meminfo: memFree=17132824/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=891548 CPUtime=3040.4 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 839753 0 0 0 303737 303 0 0 25 0 4 0 651330880 912945152 122841 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 222887 122841 378 95 0 217869 0
[pid=12387/tid=12391] ppid=12383 vsize=891548 CPUtime=762.31 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 237890 0 0 0 76146 85 0 0 25 0 4 0 651330880 912945152 122841 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=891548 CPUtime=762.31 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 167675 0 0 0 76169 62 0 0 25 0 4 0 651330880 912945152 122841 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294487 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=891548 CPUtime=753.44 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 248223 0 0 0 75250 94 0 0 25 0 4 0 651330880 912945152 122841 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.4
Current children cumulated vsize (KiB) 891548

[startup+822.3 s]
/proc/loadavg: 8.11 8.10 8.02 10/346 12416
/proc/meminfo: memFree=17135856/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=724416 CPUtime=3279.65 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 889594 0 0 0 327640 325 0 0 25 0 4 0 651330880 741801984 118941 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 181104 118941 378 95 0 176086 0
[pid=12387/tid=12391] ppid=12383 vsize=724416 CPUtime=822.3 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 252304 0 0 0 82139 91 0 0 25 0 4 0 651330880 741801984 118941 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=724416 CPUtime=822.29 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 179486 0 0 0 82163 66 0 0 25 0 4 0 651330880 741801984 118941 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=724416 CPUtime=812.74 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 260303 0 0 0 81173 101 0 0 25 0 4 0 651330880 741801984 118941 33554432000 4194304 4580107 140735875736608 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.65
Current children cumulated vsize (KiB) 724416

[startup+882.301 s]
/proc/loadavg: 8.10 8.09 8.02 10/346 12418
/proc/meminfo: memFree=16980904/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=918168 CPUtime=3518.96 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 937100 0 0 0 351554 342 0 0 25 0 4 0 651330880 940204032 154621 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 229542 154621 378 95 0 224524 0
[pid=12387/tid=12391] ppid=12383 vsize=918168 CPUtime=882.3 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 267662 0 0 0 88137 93 0 0 25 0 4 0 651330880 940204032 154621 33554432000 4194304 4580107 140735875736608 18446744073709551615 4416310 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=918168 CPUtime=882.29 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 187328 0 0 0 88158 71 0 0 25 0 4 0 651330880 940204032 154621 33554432000 4194304 4580107 140735875736608 18446744073709551615 4304874 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=918168 CPUtime=872.02 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 274194 0 0 0 87098 104 0 0 25 0 4 0 651330880 940204032 154621 33554432000 4194304 4580107 140735875736608 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.96
Current children cumulated vsize (KiB) 918168

[startup+942.3 s]
/proc/loadavg: 8.03 8.07 8.01 10/346 12420
/proc/meminfo: memFree=16921948/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=853764 CPUtime=3758.26 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 971869 0 0 0 375467 359 0 0 25 0 4 0 651330880 874254336 142933 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 213441 142933 378 95 0 208423 0
[pid=12387/tid=12391] ppid=12383 vsize=853764 CPUtime=942.3 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 278464 0 0 0 94131 99 0 0 25 0 4 0 651330880 874254336 142933 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=853764 CPUtime=942.29 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 197776 0 0 0 94153 76 0 0 25 0 4 0 651330880 874254336 142933 33554432000 4194304 4580107 140735875736608 18446744073709551615 4406395 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=853764 CPUtime=931.33 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 284553 0 0 0 93024 109 0 0 25 0 4 0 651330880 874254336 142933 33554432000 4194304 4580107 140735875736608 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.26
Current children cumulated vsize (KiB) 853764

[startup+1002.3 s]
/proc/loadavg: 8.11 8.09 8.02 10/346 12421
/proc/meminfo: memFree=16868692/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=855108 CPUtime=3997.56 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 1014665 0 0 0 399374 382 0 0 25 0 4 0 651330880 875630592 151229 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294524 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 213777 151229 378 95 0 208759 0
[pid=12387/tid=12391] ppid=12383 vsize=855108 CPUtime=1002.3 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 290667 0 0 0 100126 104 0 0 25 0 4 0 651330880 875630592 151229 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=855108 CPUtime=1002.29 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 204571 0 0 0 100150 79 0 0 25 0 4 0 651330880 875630592 151229 33554432000 4194304 4580107 140735875736608 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=855108 CPUtime=990.62 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 296516 0 0 0 98945 117 0 0 25 0 4 0 651330880 875630592 151229 33554432000 4194304 4580107 140735875736608 18446744073709551615 4295695 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.56
Current children cumulated vsize (KiB) 855108

[startup+1062.3 s]
/proc/loadavg: 8.04 8.07 8.01 10/346 12423
/proc/meminfo: memFree=16852000/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=856796 CPUtime=4236.86 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 1059846 0 0 0 423285 401 0 0 25 0 4 0 651330880 877359104 148418 33554432000 4194304 4580107 140735875736608 18446744073709551615 4293222 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 214199 148418 378 95 0 209181 0
[pid=12387/tid=12391] ppid=12383 vsize=856796 CPUtime=1062.31 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 302939 0 0 0 106121 110 0 0 25 0 4 0 651330880 877359104 148418 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=856796 CPUtime=1062.29 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 216631 0 0 0 106145 84 0 0 25 0 4 0 651330880 877359104 148418 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=856796 CPUtime=1049.93 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 308749 0 0 0 104871 122 0 0 25 0 4 0 651330880 877359104 148418 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.86
Current children cumulated vsize (KiB) 856796

[startup+1122.3 s]
/proc/loadavg: 8.09 8.08 8.01 10/346 12424
/proc/meminfo: memFree=16843868/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=988912 CPUtime=4476.17 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 1090731 0 0 0 447200 417 0 0 25 0 4 0 651330880 1012645888 155152 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 247228 155152 378 95 0 242210 0
[pid=12387/tid=12391] ppid=12383 vsize=988912 CPUtime=1122.31 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 309607 0 0 0 112120 111 0 0 25 0 4 0 651330880 1012645888 155152 33554432000 4194304 4580107 140735875736608 18446744073709551615 4416866 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=988912 CPUtime=1122.3 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 227472 0 0 0 112139 91 0 0 25 0 4 0 651330880 1012645888 155152 33554432000 4194304 4580107 140735875736608 18446744073709551615 4295702 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=988912 CPUtime=1109.23 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 314561 0 0 0 110798 125 0 0 25 0 4 0 651330880 1012645888 155152 33554432000 4194304 4580107 140735875736608 18446744073709551615 4415773 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.17
Current children cumulated vsize (KiB) 988912

[startup+1182.3 s]
/proc/loadavg: 8.11 8.09 8.02 10/346 12426
/proc/meminfo: memFree=16838332/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=890664 CPUtime=4715.46 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 1124128 0 0 0 471111 435 0 0 25 0 4 0 651330880 912039936 149136 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 222666 149136 378 95 0 217648 0
[pid=12387/tid=12391] ppid=12383 vsize=890664 CPUtime=1182.31 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 319983 0 0 0 118115 116 0 0 25 0 4 0 651330880 912039936 149136 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=890664 CPUtime=1182.29 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 234465 0 0 0 118135 94 0 0 25 0 4 0 651330880 912039936 149136 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=890664 CPUtime=1168.52 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 325054 0 0 0 116721 131 0 0 25 0 4 0 651330880 912039936 149136 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.46
Current children cumulated vsize (KiB) 890664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.35 8.15 8.04 9/346 12427
/proc/meminfo: memFree=16775424/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=1007748 CPUtime=4800.02 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 1137268 0 0 0 479559 443 0 0 25 0 4 0 651330880 1031933952 155613 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 251937 155613 378 95 0 246919 0
[pid=12387/tid=12391] ppid=12383 vsize=1007748 CPUtime=1203.52 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 323046 0 0 0 120234 118 0 0 25 0 4 0 651330880 1031933952 155615 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=1007748 CPUtime=1203.51 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 238594 0 0 0 120254 97 0 0 25 0 4 0 651330880 1031933952 155615 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=1007748 CPUtime=1189.46 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 328013 0 0 0 118814 132 0 0 25 0 4 0 651330880 1031933952 155615 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 1007748

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

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

[startup+1203.5 s]
/proc/loadavg: 8.35 8.15 8.04 9/346 12427
/proc/meminfo: memFree=16775424/32951124 swapFree=67082152/67111528
[pid=12387] ppid=12383 vsize=1007748 CPUtime=4800.02 cores=1,3,5,7
/proc/12387/stat : 12387 (strangenight2-m) R 12383 12387 12350 0 -1 4202496 1137268 0 0 0 479559 443 0 0 25 0 4 0 651330880 1031933952 155613 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12387/statm: 251937 155613 378 95 0 246919 0
[pid=12387/tid=12391] ppid=12383 vsize=1007748 CPUtime=1203.52 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 323046 0 0 0 120234 118 0 0 25 0 4 0 651330880 1031933952 155615 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12387/tid=12392] ppid=12383 vsize=1007748 CPUtime=1203.51 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 238594 0 0 0 120254 97 0 0 25 0 4 0 651330880 1031933952 155615 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12387/tid=12393] ppid=12383 vsize=1007748 CPUtime=1189.46 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (strangenight2-m) R 12383 12387 12350 0 -1 4202560 328013 0 0 0 118814 132 0 0 25 0 4 0 651330880 1031933952 155615 33554432000 4194304 4580107 140735875736608 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 1007748

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.55
CPU time (s): 4800.1
CPU user time (s): 4795.64
CPU system time (s): 4.46432
CPU usage (%): 398.829
Max. virtual memory (cumulated for all children) (KiB): 1066360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.64
system time used= 4.46432
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1137272
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= 1654
involuntary context switches= 52500

runsolver used 3.87341 second user time and 10.1994 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-14 20:22:09
IDJOB=3366155
IDBENCH=82564
IDSOLVER=1844
FILE ID=node136/3366155-1305397329
RUNJOBID= node136-1305397329-12369
PBS_JOBID= 13324455
Free space on /tmp= 72992 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S1348818483-020-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366155-1305397329/watcher-3366155-1305397329 -o /tmp/evaluation-result-3366155-1305397329/solver-3366155-1305397329 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366155-1305397329.cnf

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

MD5SUM BENCH= 112b17aaf1cede32f350e11f6333fc88
RANDOM SEED=1544574262

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18171084 kB
Buffers:        291780 kB
Cached:        5030380 kB
SwapCached:       2740 kB
Active:       10550632 kB
Inactive:      3885556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18171084 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:           12208 kB
Writeback:          20 kB
AnonPages:     9112364 kB
Mapped:          27444 kB
Slab:           237424 kB
PageTables:      39492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69856808 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= 72984 MiB
End job on node136 at 2011-05-14 20:42:15