Trace number 3366691

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.29 1203.64

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v750-c3195-S1115406553-014.SATISFIABLE.cnf
MD5SUM986ca0416a6ea10fb33d16d3e5ba2568
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses3195
Sum of the clauses size9585
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33195
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366691-1305412058.cnf'
0.00/0.00	c -- header says num vars:            750
0.00/0.00	c -- header says num clauses:        3195
0.00/0.01	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.01	c -- vars added        750
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       750      3195         0         0      9585         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.16/0.80	c lits-rem:         0  cl-subs:        0  v-elim:     12  v-fix:    0  time:  0.00 s
3.16/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.16/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.16/0.80	c calculated reachability. Time: 0.00
3.16/0.80	c Calc default polars -  time:   0.00 s pos:     334 undec:      90 neg:     326
3.16/0.80	c =========================================================================================
3.16/0.80	c types(t): F = full restart, N = normal restart
3.16/0.80	c types(t): S = simplification begin/end, E = solution found
3.16/0.80	c restart types(rt): st = static, dy = dynamic
3.16/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.16/0.80	c  B st     0         0       738      3184         0         0      9629         0   no data   no data
3.16/0.80	c Decided on static restart strategy
3.16/0.80	c  N st     8      4919       738      3184         0      4863      9629    153357   no data   no data
3.16/0.80	c  N st    10     11301       738      3184         0      4528      9629     96086   no data   no data
3.16/0.80	c  N st    11     17044       738      3184         0     10181      9629    277055   no data   no data
4.75/1.27	c  F st    12     25000       738      3184         0     12459      9629    336558   no data   no data
4.75/1.27	c  N st    12     25000       738      3184         0     12459      9629    336558   no data   no data
5.95/1.52	c  N dy    18     30001       738      3184         0     10757      9629    262796   no data   no data
5.95/1.52	c  S st    18     30001       738      3184         0     10757      9629    262796   no data   no data
5.95/1.55	c  S st    18     30505       738      3184         0     11260      9629    276236   no data   no data
5.95/1.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.95/1.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.95/1.56	c blocked clauses removed:       14 vars:      2 tried:         738 T: 0.00 s
5.95/1.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.95/1.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.95/1.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
5.95/1.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.95/1.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.95/1.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.35/1.62	c lits-rem:       164  cl-subs:      274  v-elim:      0  v-fix:    0  time:  0.04 s
6.35/1.62	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.01
6.35/1.63	c calculated reachability. Time: 0.00
6.35/1.63	c  N dy    18     30505       736      3170         0     10961      9587    265197   no data   no data
7.15/1.89	c  N dy    32     34873       736      3170         0     15291      9587    395196     19.75     20.81
8.38/2.12	c  N dy    52     38932       736      3170         0     11485      9587    223932     19.84     21.64
9.53/2.41	c  N dy    74     43583       736      3170         0     16107      9587    358763     19.90     20.96
9.93/2.57	c  S st    81     45757       736      3170         0      9377      9587    125401     19.80     20.10
10.34/2.60	c  S st    81     46261       736      3170         0      9881      9587    139954     19.80   no data
10.34/2.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.34/2.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.34/2.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.34/2.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.34/2.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
10.34/2.60	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.34/2.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.34/2.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.62	c lits-rem:         7  cl-subs:       16  v-elim:      0  v-fix:    0  time:  0.01 s
10.34/2.62	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
10.34/2.62	c vivif2 --  cl tried     9865 cl shrink        0 lits rem          0 time: 0.00
10.34/2.63	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.01
10.34/2.63	c calculated reachability. Time: 0.00
10.34/2.63	c  N dy    81     46261       736      3170         0      9865      9587    139362     19.80   no data
11.14/2.88	c  N dy    97     50662       736      3170         0     14235      9587    267418     19.78     20.95
12.78/3.22	c  N dy   121     55485       736      3170         0     19035      9587    409230     19.88     21.07
13.92/3.53	c  N dy   145     60356       736      3170         0     13973      9587    233557     19.91     20.97
15.12/3.81	c  N dy   165     64457       736      3170         0     18045      9587    356705     20.00     21.44
16.72/4.20	c  N dy   188     69393       736      3170         0     12025      9587    148932     19.91     16.28
16.72/4.20	c  S st   188     69393       736      3170         0     12025      9587    148932     19.91     16.28
16.72/4.23	c  S st   188     69895       736      3170         0     12527      9587    162288     19.91   no data
16.72/4.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.72/4.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.72/4.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.72/4.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.72/4.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.72/4.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
16.72/4.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.72/4.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.72/4.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.72/4.26	c lits-rem:         6  cl-subs:       25  v-elim:      0  v-fix:    0  time:  0.01 s
16.72/4.26	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
16.72/4.26	c vivif2 --  cl tried    12502 cl shrink        0 lits rem          0 time: 0.00
16.72/4.27	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.01
16.72/4.27	c calculated reachability. Time: 0.00
16.72/4.27	c  N dy   188     69895       736      3170         0     12502      9587    161582     19.91   no data
17.91/4.56	c  N dy   214     74393       736      3170         0     16981      9587    294868     19.97     22.05
19.51/4.94	c  N dy   240     79183       736      3170         0     21738      9587    436741     20.04     21.50
21.11/5.31	c  N dy   254     84241       736      3170         0     14847      9587    206485     19.93     21.95
21.96/5.53	c  F st   269     87502       736      3170         0     18086      9587    302218     19.95   no data
22.70/5.78	c  N st   274     90804       736      3170         0     21355      9587    401601     19.95   no data
23.50/5.95	c Decided on static restart strategy
25.50/6.48	c  N st   277     99811       736      3170         0     17350      9587    405100     19.95   no data
27.09/6.89	c  S st   278    104845       736      3170         0     22338      9587    574692     19.95   no data
27.49/6.94	c  S st   278    105350       736      3170         0     22843      9587    589327     19.95   no data
27.49/6.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.49/6.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.49/6.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.49/6.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.49/6.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.49/6.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
27.49/6.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
27.49/6.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.49/6.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.68/7.22	c lits-rem:       334  cl-subs:      761  v-elim:      0  v-fix:    0  time:  0.24 s
28.68/7.22	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
28.68/7.23	c vivif2 --  cl tried    22082 cl shrink        0 lits rem          0 time: 0.01
28.68/7.24	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.01
28.68/7.24	c calculated reachability. Time: 0.00
28.68/7.24	c  N st   278    105350       736      3170         0     22082      9587    560344     19.95   no data
32.27/8.11	c  N st   279    114948       736      3170         0     17755      9587    363082     19.95   no data
37.85/9.55	c  N st   280    129345       736      3170         0     17144      9587    357157     19.95   no data
46.23/11.66	c  N st   281    150940       736      3170         0     22695      9587    481297     19.95   no data
49.02/12.39	c  S st   282    158026       736      3170         0     29650      9587    704692     19.95   no data
49.42/12.47	c  S st   282    158528       736      3170         0     30151      9587    719526     19.95   no data
49.42/12.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.42/12.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.42/12.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.42/12.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.42/12.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.42/12.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
49.42/12.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
49.42/12.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.82/12.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.41/12.97	c lits-rem:       140  cl-subs:     1013  v-elim:      0  v-fix:    0  time:  0.46 s
51.41/12.97	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
51.41/12.98	c vivif2 --  cl tried    29138 cl shrink        0 lits rem          0 time: 0.01
51.81/13.00	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.02
51.81/13.00	c calculated reachability. Time: 0.00
51.81/13.00	c  N st   282    158528       736      3170         0     29138      9587    682899     19.95   no data
74.59/18.77	c  N st   283    207117       736      3170         0     23842      9587    483461     19.95   no data
89.30/22.47	c  N st   284    237794       736      3170         0     34393      9587    803021     19.95   no data
89.30/22.47	c  S st   284    237794       736      3170         0     34393      9587    803021     19.95   no data
89.70/22.56	c  S st   284    238296       736      3170         0     34895      9587    817099     19.95   no data
89.70/22.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
89.70/22.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
89.70/22.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
89.70/22.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
89.70/22.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.70/22.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
89.70/22.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
89.70/22.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
90.10/22.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.48/23.24	c lits-rem:       508  cl-subs:      956  v-elim:      0  v-fix:    0  time:  0.63 s
92.48/23.24	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
92.48/23.25	c vivif2 --  cl tried    33939 cl shrink        0 lits rem          0 time: 0.01
92.48/23.28	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.02
92.48/23.28	c calculated reachability. Time: 0.00
92.48/23.28	c  N st   284    238296       736      3170         0     33939      9587    783055     19.95   no data
128.78/32.34	c  F st   285    306251       736      3170         0     35777      9587    777110     19.95   no data
128.78/32.34	c  N st   285    306251       736      3170         0     35777      9587    777110     19.95   no data
131.63/33.10	c Decided on static restart strategy
143.55/36.02	c  N st   295    334553       736      3170         0     40186      9587    884336     19.95   no data
156.31/39.23	c  N st   297    357444       736      3170         0     38089      9587    779089     19.95   no data
156.31/39.23	c  S st   297    357444       736      3170         0     38089      9587    779089     19.95   no data
156.71/39.32	c  S st   297    357949       736      3170         0     38593      9587    793674     19.95   no data
156.71/39.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
156.71/39.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
156.71/39.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
156.71/39.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
156.71/39.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
156.71/39.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
156.71/39.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
156.71/39.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
156.71/39.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
158.69/39.82	c lits-rem:       258  cl-subs:      874  v-elim:      0  v-fix:    0  time:  0.45 s
158.69/39.82	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
158.69/39.83	c vivif2 --  cl tried    37719 cl shrink        0 lits rem          0 time: 0.01
158.69/39.86	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.03
158.69/39.86	c calculated reachability. Time: 0.00
158.69/39.86	c  N st   297    357949       736      3170         0     37719      9587    760171     19.95   no data
177.44/44.59	c  N st   298    390341       736      3170         0     44096      9587    998798     19.95   no data
206.20/51.78	c  N st   299    438931       736      3170         0     37600      9587    709037     19.95   no data
252.02/63.20	c  N st   300    511813       736      3170         0     51191      9587   1085514     19.95   no data
267.22/67.05	c  N st   301    536923       736      3170         0     45464      9587    915258     19.95   no data
267.22/67.05	c  S st   301    536923       736      3170         0     45464      9587    915258     19.95   no data
267.62/67.18	c  S st   301    537427       736      3170         0     45968      9587    930105     19.95   no data
267.62/67.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
267.97/67.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
267.97/67.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
267.97/67.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
267.97/67.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
267.97/67.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
267.97/67.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
267.97/67.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
267.97/67.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
271.17/68.02	c lits-rem:       237  cl-subs:     1081  v-elim:      0  v-fix:    0  time:  0.78 s
271.17/68.02	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
271.17/68.03	c vivif2 --  cl tried    44887 cl shrink        0 lits rem          0 time: 0.01
271.17/68.07	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.04
271.17/68.07	c calculated reachability. Time: 0.00
271.17/68.07	c  N st   301    537427       736      3170         0     44887      9587    887941     19.95   no data
390.06/97.82	c  N st   302    701411       736      3170         0     38923      9587    558007     19.95   no data
473.42/118.76	c  N st   303    806144       736      3170         0     68048      9587   1495467     19.95   no data
473.42/118.76	c  S st   303    806144       736      3170         0     68048      9587   1495467     19.95   no data
474.16/118.95	c  S st   303    806649       736      3170         0     68553      9587   1509646     19.95   no data
474.16/118.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
474.16/118.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
474.16/118.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
474.16/118.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
474.16/118.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
474.16/118.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
474.16/118.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
474.56/119.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
474.56/119.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
494.50/124.00	c lits-rem:      1345  cl-subs:     3247  v-elim:      0  v-fix:    0  time:  4.95 s
494.50/124.00	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
494.50/124.02	c vivif2 --  cl tried    65306 cl shrink        0 lits rem          0 time: 0.02
494.50/124.08	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.06
494.50/124.09	c calculated reachability. Time: 0.00
494.50/124.09	c  N st   303    806649       736      3170         0     65306      9587   1399621     19.95   no data
724.23/181.60	c  F st   304   1071876       736      3170         0     81237      9587   1757501     19.95   no data
724.23/181.60	c  N st   304   1071876       736      3170         0     81237      9587   1757501     19.95   no data
743.38/186.48	c  N dy   373   1092232       736      3170         0     57156      9587    862456     19.97     21.11
763.71/191.60	c  N dy   451   1112299       736      3170         0     77074      9587   1467798     19.93     22.41
787.65/197.58	c  N dy   558   1132358       736      3170         0     51522      9587    637299     20.06     21.41
806.83/202.33	c  N dy   644   1152380       736      3170         0     71408      9587   1232683     20.08     25.07
833.15/208.95	c  N dy   744   1172446       736      3170         0     91317      9587   1830344     20.16     22.54
851.45/213.58	c  N dy   861   1192494       736      3170         0     64685      9587    988294     20.28     21.36
872.20/218.70	c  S st   965   1209973       736      3170         0     82055      9587   1517014     20.35   no data
873.04/218.93	c  S st   965   1210477       736      3170         0     82559      9587   1531051     20.35   no data
873.04/218.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
873.04/218.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
873.04/218.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
873.04/218.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
873.04/218.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
873.04/218.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
873.04/218.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
873.04/218.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
873.39/219.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
878.57/220.35	c lits-rem:       335  cl-subs:      755  v-elim:      0  v-fix:    0  time:  1.31 s
878.57/220.35	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
878.57/220.37	c vivif2 --  cl tried    81804 cl shrink        0 lits rem          0 time: 0.02
878.97/220.46	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.08
878.97/220.46	c calculated reachability. Time: 0.00
878.97/220.46	c  N dy   965   1210477       736      3170         0     81804      9587   1503482     20.35   no data
910.08/228.24	c  N dy  1050   1230519       736      3170         0     54074      9587    624083     20.36     21.49
929.67/233.15	c  N dy  1135   1250701       736      3170         0     74100      9587   1230716     20.36     21.46
956.74/239.93	c  N dy  1229   1271027       736      3170         0     94273      9587   1833994     20.38     21.48
976.28/244.82	c  N dy  1334   1291118       736      3170         0     65622      9587    940691     20.40     21.66
999.86/250.77	c  N dy  1418   1311832       736      3170         0     86154      9587   1554897     20.41     21.50
1025.74/257.20	c  N dy  1511   1332728       736      3170         0     57292      9587    653936     20.43     21.57
1044.48/261.96	c  N dy  1587   1352787       736      3170         0     77201      9587   1271111     20.40     23.46
1072.00/268.86	c  N dy  1683   1372801       736      3170         0     97095      9587   1880040     20.43     23.01
1092.40/273.99	c  N dy  1769   1392868       736      3170         0     66387      9587    912653     20.43     23.42
1115.47/279.70	c  N dy  1825   1412889       736      3170         0     86229      9587   1506291     20.39     21.99
1143.40/286.75	c  N dy  1884   1433098       736      3170         0     54662      9587    522160     20.35     21.44
1163.34/291.72	c  N dy  1998   1453332       736      3170         0     74738      9587   1124940     20.38     21.47
1188.51/298.10	c  N dy  2083   1473605       736      3170         0     94836      9587   1735766     20.39     21.65
1214.39/304.51	c  N dy  2211   1493641       736      3170         0     62160      9587    720970     20.43     23.42
1237.91/310.41	c  N dy  2329   1514365       736      3170         0     82736      9587   1342413     20.47     21.70
1267.04/317.72	c  N dy  2427   1534457       736      3170         0    102673      9587   1947893     20.49     21.77
1289.81/323.43	c  N dy  2495   1555273       736      3170         0     69701      9587    907422     20.48     21.56
1314.49/329.63	c  N dy  2601   1575275       736      3170         0     89580      9587   1515057     20.50     28.06
1346.84/337.77	c  N dy  2729   1595325       736      3170         0     54923      9587    442911     20.54     22.03
1366.33/342.69	c  N dy  2840   1615368       736      3170         0     74804      9587   1046179     20.56     21.68
1393.85/349.55	c  N dy  2953   1635394       736      3170         0     94693      9587   1650169     20.59     22.33
1433.33/359.45	c  N dy  3018   1666925       736      3170         0     70345      9587    886707     20.49     21.64
1458.45/365.74	c  N dy  3123   1687408       736      3170         0     90686      9587   1505859     20.51     21.61
1491.61/374.09	c  N dy  3251   1707452       736      3170         0    110576      9587   2113929     20.54     22.63
1497.53/375.52	c  S st  3277   1710477       736      3170         0     57032      9587    458396     20.55   no data
1497.93/375.64	c  S st  3277   1710977       736      3170         0     57531      9587    472851     20.55   no data
1497.93/375.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1497.93/375.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
1497.93/375.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1497.93/375.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1497.93/375.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1497.93/375.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
1497.93/375.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1497.93/375.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1498.33/375.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1498.74/375.81	c lits-rem:        13  cl-subs:       20  v-elim:      0  v-fix:    0  time:  0.12 s
1498.74/375.82	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
1498.74/375.82	c vivif2 --  cl tried    57511 cl shrink        0 lits rem          0 time: 0.01
1498.74/375.87	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.04
1498.74/375.87	c calculated reachability. Time: 0.00
1498.74/375.87	c  N dy  3277   1710977       736      3170         0     57511      9587    472342     20.55   no data
1518.67/380.88	c  N dy  3378   1731075       736      3170         0     77466      9587   1084542     20.56     21.74
1545.40/387.52	c  N dy  3457   1751419       736      3170         0     97580      9587   1686026     20.56     21.72
1582.89/397.01	c  N dy  3524   1772217       736      3170         0     60686      9587    543865     20.54     21.75
1608.81/403.43	c  N dy  3602   1793210       736      3170         0     81492      9587   1179513     20.53     21.91
1638.72/410.91	c  N dy  3728   1813234       736      3170         0    101391      9587   1791453     20.56     28.16
1673.82/419.74	c  N dy  3824   1836810       736      3170         0     66222      9587    672846     20.55     21.66
1696.55/425.43	c  N dy  3905   1856910       736      3170         0     86139      9587   1279903     20.55     23.98
1726.86/433.09	c  N dy  4026   1876989       736      3170         0    106091      9587   1899115     20.58     22.13
1757.57/440.72	c  N dy  4120   1897315       736      3170         0     66751      9587    672744     20.58     21.80
1780.31/446.50	c  N dy  4226   1917351       736      3170         0     86637      9587   1286547     20.60     22.47
1809.02/453.64	c  N dy  4269   1937449       736      3170         0    106502      9587   1882255     20.57     24.45
1841.74/461.86	c  N dy  4382   1957527       736      3170         0     65944      9587    622661     20.60     24.64
1864.50/467.58	c  N dy  4466   1977671       736      3170         0     85952      9587   1227109     20.60     21.71
1895.56/475.39	c  N dy  4565   1997821       736      3170         0    105956      9587   1836732     20.61     21.73
1931.85/484.41	c  N dy  4669   2018500       736      3170         0     64968      9587    569068     20.62     21.72
1955.00/490.27	c  N dy  4751   2039561       736      3170         0     85846      9587   1209564     20.62     21.85
1984.10/497.51	c  N dy  4831   2059731       736      3170         0    105814      9587   1806336     20.62     21.83
2021.21/506.85	c  N dy  4897   2080156       736      3170         0     63583      9587    500219     20.61     22.06
2041.94/512.05	c  N dy  4973   2100275       736      3170         0     83561      9587   1113769     20.60     22.24
2071.44/519.40	c  N dy  5044   2120732       736      3170         0    103828      9587   1722255     20.60     21.95
2106.53/528.23	c  N dy  5108   2141234       736      3170         0    124093      9587   2337385     20.59     21.78
2130.87/534.37	c  N dy  5192   2161290       736      3170         0     80540      9587    981948     20.59     23.17
2159.58/541.57	c  N dy  5279   2182460       736      3170         0    101517      9587   1625356     20.60     21.75
2196.28/550.76	c  N dy  5388   2202597       736      3170         0    121463      9587   2238409     20.61     21.74
2213.43/555.06	c  S st  5444   2210977       736      3170         0     65369      9587    506138     20.62   no data
2214.23/555.21	c  S st  5444   2211480       736      3170         0     65872      9587    521194     20.62   no data
2214.23/555.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2214.23/555.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
2214.23/555.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2214.23/555.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2214.23/555.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2214.23/555.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
2214.23/555.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2214.23/555.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2214.23/555.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2214.63/555.38	c lits-rem:         3  cl-subs:       25  v-elim:      0  v-fix:    0  time:  0.10 s
2214.63/555.38	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
2214.63/555.38	c vivif2 --  cl tried    65847 cl shrink        0 lits rem          0 time: 0.01
2215.07/555.44	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.05
2215.07/555.44	c calculated reachability. Time: 0.00
2215.07/555.44	c  N dy  5444   2211480       736      3170         0     65847      9587    520362     20.62   no data
2238.15/561.22	c  N dy  5558   2231526       736      3170         0     85718      9587   1126463     20.63     21.82
2268.11/568.76	c  N dy  5664   2251609       736      3170         0    105632      9587   1738893     20.64     21.80
2309.54/579.19	c  N dy  5784   2271740       736      3170         0    125627      9587   2356507     20.66     21.93
2336.27/585.88	c  N dy  5857   2291776       736      3170         0     80063      9587    932662     20.66     22.08
2364.63/592.97	c  N dy  5946   2312845       736      3170         0    100963      9587   1571888     20.66     21.81
2410.84/604.55	c  N dy  6031   2340292       736      3170         0    128098      9587   2404681     20.64     21.78
2438.80/611.53	c  N dy  6145   2360296       736      3170         0     81515      9587    952962     20.65     23.94
2466.67/618.51	c  N dy  6227   2380928       736      3170         0    101968      9587   1574698     20.65     21.87
2506.16/628.45	c  N dy  6294   2403273       736      3170         0    124079      9587   2241541     20.64     21.75
2537.27/636.21	c  N dy  6363   2423311       736      3170         0     76554      9587    777300     20.63     23.88
2562.79/642.62	c  N dy  6449   2443317       736      3170         0     96371      9587   1379435     20.64     22.41
2595.90/650.90	c  N dy  6556   2463355       736      3170         0    116270      9587   1990973     20.65     23.45
2637.77/661.49	c  N dy  6655   2483368       736      3170         0    136141      9587   2595893     20.65     22.28
2662.11/667.58	c  N dy  6749   2503436       736      3170         0     87640      9587   1090065     20.66     21.86
2694.41/675.61	c  N dy  6837   2525122       736      3170         0    109127      9587   1738579     20.66     21.81
2734.68/685.77	c  N dy  6950   2545187       736      3170         0    129063      9587   2355804     20.67     21.93
2768.58/694.26	c  N dy  6985   2566241       736      3170         0     80486      9587    845105     20.65     21.75
2795.71/701.07	c  N dy  7057   2586319       736      3170         0    100378      9587   1450987     20.65     21.92
2830.80/709.85	c  N dy  7159   2606410       736      3170         0    120309      9587   2069331     20.66     21.89
2874.66/720.85	c  N dy  7270   2626477       736      3170         0    140234      9587   2685854     20.67     22.20
2899.44/727.08	c  N dy  7380   2646500       736      3170         0     89714      9587   1108139     20.68     21.79
2932.49/735.39	c  N dy  7507   2667486       736      3170         0    110545      9587   1751699     20.69     22.09
2976.77/746.44	c  N dy  7609   2690351       736      3170         0    133206      9587   2445319     20.69     21.86
3014.25/755.89	c  N dy  7729   2710623       736      3170         0     81902      9587    840993     20.71     22.09
3015.45/756.16	c  S st  7733   2711481       736      3170         0     82743      9587    864688     20.71     17.23
3016.25/756.38	c  S st  7733   2711984       736      3170         0     83246      9587    878906     20.71   no data
3016.25/756.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3016.65/756.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3016.65/756.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3016.65/756.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3016.65/756.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3016.65/756.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
3016.65/756.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3016.65/756.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3016.65/756.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3017.89/756.76	c lits-rem:        33  cl-subs:      415  v-elim:      0  v-fix:    0  time:  0.29 s
3017.89/756.76	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
3017.89/756.77	c vivif2 --  cl tried    82831 cl shrink        0 lits rem          0 time: 0.01
3018.29/756.85	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.07
3018.29/756.85	c calculated reachability. Time: 0.00
3018.29/756.85	c  N dy  7733   2711984       736      3170         0     82831      9587    864931     20.71   no data
3046.56/763.96	c  N dy  7837   2732043       736      3170         0    102723      9587   1469620     20.71     22.65
3097.60/776.74	c  N dy  7902   2762237       736      3170         0    132631      9587   2382909     20.69     22.02
3133.10/785.63	c  N dy  7970   2782393       736      3170         0     80234      9587    761537     20.69     21.83
3161.02/792.62	c  N dy  8067   2802677       736      3170         0    100348      9587   1375139     20.70     21.97
3196.12/801.42	c  N dy  8147   2822705       736      3170         0    120189      9587   1981124     20.70     22.02
3239.19/812.21	c  N dy  8276   2842721       736      3170         0    140038      9587   2594094     20.71     22.39
3272.33/820.55	c  N dy  8406   2863092       736      3170         0     86890      9587    947161     20.72     21.91
3303.05/828.30	c  N dy  8504   2884077       736      3170         0    107711      9587   1589723     20.73     22.19
3340.49/837.69	c  N dy  8594   2904226       736      3170         0    127677      9587   2202632     20.73     21.92
3385.96/849.04	c  N dy  8696   2924237       736      3170         0    147518      9587   2812729     20.74     24.25
3411.89/855.51	c  N dy  8741   2944576       736      3170         0     93209      9587   1095430     20.73     21.97
3449.37/864.92	c  N dy  8875   2967855       736      3170         0    116255      9587   1799520     20.74     21.86
3489.66/875.05	c  N dy  8970   2987885       736      3170         0    136093      9587   2401660     20.74     22.78
3533.12/885.99	c  N dy  9062   3008137       736      3170         0     80876      9587    696218     20.74     22.01
3576.99/896.90	c  N dy  9159   3028426       736      3170         0    100975      9587   1310665     20.74     22.20
3630.84/910.47	c  N dy  9271   3048506       736      3170         0    120900      9587   1922073     20.75     21.91
3689.51/925.12	c  N dy  9363   3070451       736      3170         0    142599      9587   2580773     20.75     21.89
3726.56/934.40	c  N dy  9469   3090635       736      3170         0     86346      9587    853729     20.76     22.12
3757.26/942.15	c  N dy  9537   3112236       736      3170         0    107762      9587   1498647     20.75     22.02
3793.56/951.21	c  N dy  9614   3132269       736      3170         0    127600      9587   2102595     20.75     21.85
3845.00/964.12	c  N dy  9702   3152275       736      3170         0    147439      9587   2702376     20.76     25.72
3886.09/974.49	c  N dy  9734   3172367       736      3170         0     90034      9587    935138     20.74     25.32
3919.18/982.74	c  N dy  9844   3193114       736      3170         0    110617      9587   1571253     20.75     21.84
3955.48/991.84	c  S st  9934   3211985       736      3170         0    129317      9587   2141575     20.75     18.63
3956.72/992.20	c  S st  9934   3212487       736      3170         0    129819      9587   2156998     20.75   no data
3957.12/992.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3957.12/992.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3957.12/992.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3957.12/992.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3957.12/992.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3957.12/992.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
3957.12/992.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3957.47/992.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3957.47/992.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3966.25/994.55	c lits-rem:       148  cl-subs:     2111  v-elim:      0  v-fix:    0  time:  2.17 s
3966.25/994.56	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
3966.25/994.59	c vivif2 --  cl tried   127708 cl shrink        0 lits rem          0 time: 0.03
3967.04/994.73	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.14
3967.04/994.73	c calculated reachability. Time: 0.00
3967.04/994.73	c  N dy  9934   3212487       736      3170         0    127708      9587   2090366     20.75   no data
4012.92/1006.25	c  N dy 10035   3232849       736      3170         0    147911      9587   2713604     20.76     21.87
4050.40/1015.67	c  N dy 10123   3253197       736      3170         0     89774      9587    900090     20.76     21.91
4080.71/1023.26	c  N dy 10241   3273234       736      3170         0    109668      9587   1516601     20.77     22.84
4117.80/1032.56	c  N dy 10327   3293536       736      3170         0    129781      9587   2135672     20.77     21.95
4163.31/1043.91	c  N dy 10422   3313556       736      3170         0    149617      9587   2747992     20.77     21.94
4199.56/1053.00	c  N dy 10488   3333664       736      3170         0     90213      9587    880745     20.77     21.89
4230.27/1060.73	c  N dy 10603   3353695       736      3170         0    110061      9587   1495530     20.78     22.34
4268.20/1070.29	c  N dy 10721   3373755       736      3170         0    129964      9587   2116256     20.79     22.47
4310.43/1080.89	c  N dy 10788   3393848       736      3170         0    149867      9587   2733283     20.78     22.05
4352.30/1091.34	c  N dy 10872   3415677       736      3170         0     91243      9587    903997     20.79     22.15
4381.83/1098.72	c  N dy 10956   3435694       736      3170         0    111079      9587   1507678     20.79     24.73
4417.76/1107.73	c  N dy 11026   3455740       736      3170         0    130901      9587   2107889     20.78     21.89
4461.64/1118.71	c  N dy 11086   3475851       736      3170         0    150755      9587   2688985     20.78     22.04
4506.66/1130.02	c  N dy 11142   3495951       736      3170         0     89477      9587    827333     20.78     21.94
4550.52/1141.08	c  N dy 11270   3517428       736      3170         0    110776      9587   1483175     20.78     21.95
4605.17/1154.80	c  N dy 11383   3537471       736      3170         0    130667      9587   2100914     20.79     22.16
4664.99/1169.75	c  N dy 11448   3559638       736      3170         0    152558      9587   2755847     20.78     21.89
4708.46/1180.65	c  N dy 11560   3579646       736      3170         0     90203      9587    830327     20.79     22.01
4742.76/1189.28	c  N dy 11676   3599690       736      3170         0    110081      9587   1443611     20.80     23.76
4786.29/1200.13	c  N dy 11785   3620179       736      3170         0    130397      9587   2066398     20.80     21.90

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-3366691-1305412058/watcher-3366691-1305412058 -o /tmp/evaluation-result-3366691-1305412058/solver-3366691-1305412058 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366691-1305412058.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: 8.10 7.96 5.89 2/353 29012
/proc/meminfo: memFree=24022492/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=282148 CPUtime=0.02 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 1046 0 0 0 2 0 0 0 23 0 4 0 652806229 288919552 973 33554432000 4194304 4580107 140733518995744 18446744073709551615 253640520389 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 70537 975 362 95 0 65519 0
[pid=29012/tid=29013] ppid=29010 vsize=282148 CPUtime=0 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 173 0 0 0 0 0 0 0 24 0 4 0 652806229 288919552 984 33554432000 4194304 4580107 140733518995744 18446744073709551615 253640518032 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=282148 CPUtime=0 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) D 29010 29012 28888 0 -1 4202560 104 0 0 0 0 0 0 0 23 0 4 0 652806229 288919552 985 33554432000 4194304 4580107 140733518995744 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=282148 CPUtime=0 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 150 0 0 0 0 0 0 0 24 0 4 0 652806229 288919552 986 33554432000 4194304 4580107 140733518995744 18446744073709551615 4319487 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0911251 s]
/proc/loadavg: 8.10 7.96 5.89 2/353 29012
/proc/meminfo: memFree=24022492/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=282996 CPUtime=0.33 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 1930 0 0 0 33 0 0 0 18 0 4 0 652806229 289787904 1799 33554432000 4194304 4580107 140733518995744 18446744073709551615 4293222 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 70749 1799 377 95 0 65731 0
[pid=29012/tid=29013] ppid=29010 vsize=282996 CPUtime=0.08 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 388 0 0 0 8 0 0 0 24 0 4 0 652806229 289787904 1799 33554432000 4194304 4580107 140733518995744 18446744073709551615 4320802 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=282996 CPUtime=0.07 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 378 0 0 0 7 0 0 0 24 0 4 0 652806229 289787904 1799 33554432000 4194304 4580107 140733518995744 18446744073709551615 4292966 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=282996 CPUtime=0.08 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 271 0 0 0 8 0 0 0 24 0 4 0 652806229 289787904 1799 33554432000 4194304 4580107 140733518995744 18446744073709551615 4317459 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 282996

[startup+0.101123 s]
/proc/loadavg: 8.10 7.96 5.89 2/353 29012
/proc/meminfo: memFree=24022492/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=282996 CPUtime=0.37 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 1975 0 0 0 37 0 0 0 18 0 4 0 652806229 289787904 1844 33554432000 4194304 4580107 140733518995744 18446744073709551615 4321036 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 70749 1844 377 95 0 65731 0
[pid=29012/tid=29013] ppid=29010 vsize=282996 CPUtime=0.09 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 397 0 0 0 9 0 0 0 24 0 4 0 652806229 289787904 1844 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=282996 CPUtime=0.08 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 394 0 0 0 8 0 0 0 24 0 4 0 652806229 289787904 1844 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=282996 CPUtime=0.09 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 281 0 0 0 9 0 0 0 24 0 4 0 652806229 289787904 1844 33554432000 4194304 4580107 140733518995744 18446744073709551615 4316629 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282996

[startup+0.301087 s]
/proc/loadavg: 8.10 7.96 5.89 2/353 29012
/proc/meminfo: memFree=24022492/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=284948 CPUtime=1.17 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 3150 0 0 0 117 0 0 0 18 0 4 0 652806229 291786752 2265 33554432000 4194304 4580107 140733518995744 18446744073709551615 4320729 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 71237 2265 377 95 0 66219 0
[pid=29012/tid=29013] ppid=29010 vsize=284948 CPUtime=0.29 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 692 0 0 0 29 0 0 0 25 0 4 0 652806229 291786752 2265 33554432000 4194304 4580107 140733518995744 18446744073709551615 4321030 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=284948 CPUtime=0.28 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 684 0 0 0 28 0 0 0 24 0 4 0 652806229 291786752 2265 33554432000 4194304 4580107 140733518995744 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=284948 CPUtime=0.29 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 582 0 0 0 29 0 0 0 24 0 4 0 652806229 291786752 2265 33554432000 4194304 4580107 140733518995744 18446744073709551615 4321612 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284948

[startup+0.701015 s]
/proc/loadavg: 8.10 7.96 5.89 2/353 29012
/proc/meminfo: memFree=24022492/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=286000 CPUtime=2.76 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 4923 0 0 0 276 0 0 0 18 0 4 0 652806229 292864000 2928 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 71500 2928 377 95 0 66482 0
[pid=29012/tid=29013] ppid=29010 vsize=286000 CPUtime=0.69 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 1156 0 0 0 69 0 0 0 25 0 4 0 652806229 292864000 2928 33554432000 4194304 4580107 140733518995744 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=286000 CPUtime=0.68 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 1118 0 0 0 68 0 0 0 25 0 4 0 652806229 292864000 2928 33554432000 4194304 4580107 140733518995744 18446744073709551615 4293076 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=286000 CPUtime=0.69 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 1018 0 0 0 69 0 0 0 25 0 4 0 652806229 292864000 2928 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 286000

[startup+1.50087 s]
/proc/loadavg: 8.10 7.96 5.89 9/365 29027
/proc/meminfo: memFree=23989640/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=288044 CPUtime=5.95 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 8649 0 0 0 594 1 0 0 19 0 4 0 652806229 294957056 3527 33554432000 4194304 4580107 140733518995744 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 72011 3527 378 95 0 66993 0
[pid=29012/tid=29013] ppid=29010 vsize=288044 CPUtime=1.47 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 2078 0 0 0 147 0 0 0 25 0 4 0 652806229 294957056 3527 33554432000 4194304 4580107 140733518995744 18446744073709551615 4293198 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=288044 CPUtime=1.48 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 2074 0 0 0 148 0 0 0 25 0 4 0 652806229 294957056 3527 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=288044 CPUtime=1.49 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 1955 0 0 0 149 0 0 0 25 0 4 0 652806229 294957056 3527 33554432000 4194304 4580107 140733518995744 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 288044

[startup+3.10058 s]
/proc/loadavg: 8.10 7.96 5.89 9/365 29027
/proc/meminfo: memFree=23963616/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=289228 CPUtime=12.34 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 19566 0 0 0 1232 2 0 0 25 0 4 0 652806229 296169472 11048 33554432000 4194304 4580107 140733518995744 18446744073709551615 4295695 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 72307 11048 379 95 0 67289 0
[pid=29012/tid=29013] ppid=29010 vsize=289228 CPUtime=3.06 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 4379 0 0 0 306 0 0 0 25 0 4 0 652806229 296169472 11048 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=289228 CPUtime=3.08 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 5761 0 0 0 308 0 0 0 25 0 4 0 652806229 296169472 11048 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=289228 CPUtime=3.08 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 3930 0 0 0 308 0 0 0 25 0 4 0 652806229 296169472 11048 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 289228

[startup+6.301 s]
/proc/loadavg: 8.17 7.97 5.91 9/365 29027
/proc/meminfo: memFree=23904716/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=298684 CPUtime=25.1 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 27192 0 0 0 2507 3 0 0 25 0 4 0 652806229 305852416 14796 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 74671 14796 379 95 0 69653 0
[pid=29012/tid=29013] ppid=29010 vsize=298684 CPUtime=6.22 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 7247 0 0 0 622 0 0 0 25 0 4 0 652806229 305852416 14796 33554432000 4194304 4580107 140733518995744 18446744073709551615 4340717 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=298684 CPUtime=6.28 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 7287 0 0 0 628 0 0 0 25 0 4 0 652806229 305852416 14796 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=298684 CPUtime=6.28 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 5286 0 0 0 628 0 0 0 25 0 4 0 652806229 305852416 14796 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 298684

[startup+12.7008 s]
/proc/loadavg: 8.15 7.97 5.92 9/365 29027
/proc/meminfo: memFree=23844060/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=325836 CPUtime=50.62 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 43357 0 0 0 5057 5 0 0 25 0 4 0 652806229 333656064 26949 33554432000 4194304 4580107 140733518995744 18446744073709551615 4406451 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 81459 26949 379 95 0 76441 0
[pid=29012/tid=29013] ppid=29010 vsize=325836 CPUtime=12.54 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 12725 0 0 0 1253 1 0 0 25 0 4 0 652806229 333656064 26949 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=325836 CPUtime=12.68 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 9841 0 0 0 1267 1 0 0 25 0 4 0 652806229 333656064 26949 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=325836 CPUtime=12.68 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 8000 0 0 0 1268 0 0 0 25 0 4 0 652806229 333656064 26949 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 325836

[startup+25.5005 s]
/proc/loadavg: 8.12 7.97 5.95 9/365 29028
/proc/meminfo: memFree=23799560/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=335268 CPUtime=101.66 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 63284 0 0 0 10154 12 0 0 25 0 4 0 652806229 343314432 32057 33554432000 4194304 4580107 140733518995744 18446744073709551615 4321122 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 83817 32057 379 95 0 78799 0
[pid=29012/tid=29013] ppid=29010 vsize=335268 CPUtime=25.19 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 18106 0 0 0 2516 3 0 0 25 0 4 0 652806229 343314432 32057 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=335268 CPUtime=25.48 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 14884 0 0 0 2545 3 0 0 25 0 4 0 652806229 343314432 32057 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=335268 CPUtime=25.48 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 10260 0 0 0 2547 1 0 0 25 0 4 0 652806229 343314432 32057 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 335268

[startup+51.1008 s]
/proc/loadavg: 8.08 7.97 6.00 9/365 29028
/proc/meminfo: memFree=23750468/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=351104 CPUtime=203.76 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 96441 0 0 0 20355 21 0 0 25 0 4 0 652806229 359530496 41451 33554432000 4194304 4580107 140733518995744 18446744073709551615 4322746 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 87776 41451 379 95 0 82758 0
[pid=29012/tid=29013] ppid=29010 vsize=351104 CPUtime=50.49 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 27421 0 0 0 5044 5 0 0 25 0 4 0 652806229 359530496 41451 33554432000 4194304 4580107 140733518995744 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=351104 CPUtime=51.08 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 22141 0 0 0 5103 5 0 0 25 0 4 0 652806229 359530496 41451 33554432000 4194304 4580107 140733518995744 18446744073709551615 4293151 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=351104 CPUtime=51.08 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 15995 0 0 0 5105 3 0 0 25 0 4 0 652806229 359530496 41451 33554432000 4194304 4580107 140733518995744 18446744073709551615 4318432 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 351104

[startup+102.314 s]
/proc/loadavg: 8.11 8.00 6.13 9/365 29030
/proc/meminfo: memFree=23648244/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=432584 CPUtime=408.01 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 142754 0 0 0 40763 38 0 0 25 0 4 0 652806229 442966016 56826 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 108146 56826 379 95 0 103128 0
[pid=29012/tid=29013] ppid=29010 vsize=432584 CPUtime=101.1 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 39645 0 0 0 10101 9 0 0 25 0 4 0 652806229 442966016 56826 33554432000 4194304 4580107 140733518995744 18446744073709551615 4406340 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=432584 CPUtime=102.3 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 32076 0 0 0 10222 8 0 0 25 0 4 0 652806229 442966016 56826 33554432000 4194304 4580107 140733518995744 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=432584 CPUtime=102.3 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 26186 0 0 0 10223 7 0 0 25 0 4 0 652806229 442966016 56826 33554432000 4194304 4580107 140733518995744 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (KiB) 432584

[startup+162.301 s]

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

[pid=29012] ppid=29010 vsize=639804 CPUtime=2561.64 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 468346 0 0 0 255982 182 0 0 25 0 4 0 652806229 655159296 93129 33554432000 4194304 4580107 140733518995744 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 159951 93129 379 95 0 154933 0
[pid=29012/tid=29013] ppid=29010 vsize=639804 CPUtime=634.7 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 130118 0 0 0 63421 49 0 0 25 0 4 0 652806229 655159296 93129 33554432000 4194304 4580107 140733518995744 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=639804 CPUtime=642.3 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 111884 0 0 0 64184 46 0 0 25 0 4 0 652806229 655159296 93129 33554432000 4194304 4580107 140733518995744 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=639804 CPUtime=642.31 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 112328 0 0 0 64188 43 0 0 25 0 4 0 652806229 655159296 93129 33554432000 4194304 4580107 140733518995744 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2561.64
Current children cumulated vsize (KiB) 639804

[startup+702.3 s]
/proc/loadavg: 8.14 8.11 7.06 9/365 29046
/proc/meminfo: memFree=23306556/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=603076 CPUtime=2800.89 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 503857 0 0 0 279893 196 0 0 25 0 4 0 652806229 617549824 96567 33554432000 4194304 4580107 140733518995744 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 150769 96567 379 95 0 145751 0
[pid=29012/tid=29013] ppid=29010 vsize=603076 CPUtime=693.98 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 142308 0 0 0 69345 53 0 0 25 0 4 0 652806229 617549824 96567 33554432000 4194304 4580107 140733518995744 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=603076 CPUtime=702.3 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 120599 0 0 0 70179 51 0 0 25 0 4 0 652806229 617549824 96567 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=603076 CPUtime=702.3 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 122561 0 0 0 70184 46 0 0 25 0 4 0 652806229 617549824 96567 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2800.89
Current children cumulated vsize (KiB) 603076

[startup+762.314 s]
/proc/loadavg: 8.10 8.10 7.12 9/365 29047
/proc/meminfo: memFree=23274220/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=609224 CPUtime=3040.23 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 533123 0 0 0 303810 213 0 0 25 0 4 0 652806229 623845376 103306 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 152306 103306 379 95 0 147288 0
[pid=29012/tid=29013] ppid=29010 vsize=609224 CPUtime=753.28 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 150108 0 0 0 75271 57 0 0 25 0 4 0 652806229 623845376 103306 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=609224 CPUtime=762.31 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 129777 0 0 0 76175 56 0 0 25 0 4 0 652806229 623845376 103306 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=609224 CPUtime=762.32 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 129936 0 0 0 76182 50 0 0 25 0 4 0 652806229 623845376 103306 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3040.23
Current children cumulated vsize (KiB) 609224

[startup+822.3 s]
/proc/loadavg: 8.09 8.10 7.18 9/365 29049
/proc/meminfo: memFree=23257516/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=661728 CPUtime=3279.47 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 558043 0 0 0 327721 226 0 0 25 0 4 0 652806229 677609472 103299 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 165432 103299 379 95 0 160414 0
[pid=29012/tid=29013] ppid=29010 vsize=661728 CPUtime=812.57 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 156928 0 0 0 81196 61 0 0 25 0 4 0 652806229 677609472 103299 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=661728 CPUtime=822.3 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 137450 0 0 0 82170 60 0 0 25 0 4 0 652806229 677609472 103299 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=661728 CPUtime=822.31 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 137277 0 0 0 82177 54 0 0 25 0 4 0 652806229 677609472 103299 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3279.47
Current children cumulated vsize (KiB) 661728

[startup+882.301 s]
/proc/loadavg: 8.12 8.10 7.24 9/365 29051
/proc/meminfo: memFree=23251952/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=710060 CPUtime=3518.76 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 586400 0 0 0 351637 239 0 0 25 0 4 0 652806229 727101440 102406 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 177515 102406 379 95 0 172497 0
[pid=29012/tid=29013] ppid=29010 vsize=710060 CPUtime=871.85 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 164648 0 0 0 87120 65 0 0 25 0 4 0 652806229 727101440 102406 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=710060 CPUtime=882.3 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 145205 0 0 0 88166 64 0 0 25 0 4 0 652806229 727101440 102406 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=710060 CPUtime=882.3 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 145016 0 0 0 88173 57 0 0 25 0 4 0 652806229 727101440 102406 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3518.76
Current children cumulated vsize (KiB) 710060

[startup+942.301 s]
/proc/loadavg: 8.13 8.11 7.29 9/365 29052
/proc/meminfo: memFree=23205988/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=638720 CPUtime=3758.06 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 619797 0 0 0 375554 252 0 0 25 0 4 0 652806229 654049280 112269 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 159680 112269 379 95 0 154662 0
[pid=29012/tid=29013] ppid=29010 vsize=638720 CPUtime=931.15 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 174889 0 0 0 93048 67 0 0 25 0 4 0 652806229 654049280 112269 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=638720 CPUtime=942.3 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 151979 0 0 0 94162 68 0 0 25 0 4 0 652806229 654049280 112269 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=638720 CPUtime=942.31 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 156259 0 0 0 94170 61 0 0 25 0 4 0 652806229 654049280 112269 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3758.06
Current children cumulated vsize (KiB) 638720

[startup+1002.3 s]
/proc/loadavg: 8.16 8.13 7.35 9/365 29054
/proc/meminfo: memFree=23145736/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=727896 CPUtime=3997.35 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 648261 0 0 0 399471 264 0 0 25 0 4 0 652806229 745365504 127267 33554432000 4194304 4580107 140733518995744 18446744073709551615 4293920 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 181974 127267 379 95 0 176956 0
[pid=29012/tid=29013] ppid=29010 vsize=727896 CPUtime=990.44 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 180852 0 0 0 98973 71 0 0 25 0 4 0 652806229 745365504 127267 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=727896 CPUtime=1002.31 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 162493 0 0 0 100159 72 0 0 25 0 4 0 652806229 745365504 127267 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=727896 CPUtime=1002.31 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 163362 0 0 0 100168 63 0 0 25 0 4 0 652806229 745365504 127267 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3997.35
Current children cumulated vsize (KiB) 727896

[startup+1062.3 s]
/proc/loadavg: 8.06 8.11 7.38 9/365 29055
/proc/meminfo: memFree=23117012/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=674688 CPUtime=4236.66 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 668780 0 0 0 423388 278 0 0 25 0 4 0 652806229 690880512 128823 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 168672 128823 379 95 0 163654 0
[pid=29012/tid=29013] ppid=29010 vsize=674688 CPUtime=1049.73 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 188648 0 0 0 104899 74 0 0 25 0 4 0 652806229 690880512 128823 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=674688 CPUtime=1062.31 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 165096 0 0 0 106157 74 0 0 25 0 4 0 652806229 690880512 128823 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=674688 CPUtime=1062.31 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 169579 0 0 0 106164 67 0 0 25 0 4 0 652806229 690880512 128823 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4236.66
Current children cumulated vsize (KiB) 674688

[startup+1122.3 s]
/proc/loadavg: 8.06 8.10 7.42 9/365 29057
/proc/meminfo: memFree=23103288/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=791164 CPUtime=4475.95 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 682981 0 0 0 447308 287 0 0 25 0 4 0 652806229 810151936 135604 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 197791 135604 379 95 0 192773 0
[pid=29012/tid=29013] ppid=29010 vsize=791164 CPUtime=1109.02 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 196486 0 0 0 110822 80 0 0 25 0 4 0 652806229 810151936 135604 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=791164 CPUtime=1122.31 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 166869 0 0 0 112156 75 0 0 25 0 4 0 652806229 810151936 135604 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=791164 CPUtime=1122.31 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 170468 0 0 0 112163 68 0 0 25 0 4 0 652806229 810151936 135604 33554432000 4194304 4580107 140733518995744 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4475.95
Current children cumulated vsize (KiB) 791164

[startup+1182.3 s]
/proc/loadavg: 8.13 8.11 7.47 9/365 29059
/proc/meminfo: memFree=23090196/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=740224 CPUtime=4715.25 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 700685 0 0 0 471228 297 0 0 25 0 4 0 652806229 757989376 134574 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 185056 134574 379 95 0 180038 0
[pid=29012/tid=29013] ppid=29010 vsize=740224 CPUtime=1168.32 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 205063 0 0 0 116749 83 0 0 25 0 4 0 652806229 757989376 134574 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=740224 CPUtime=1182.31 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 171197 0 0 0 118153 78 0 0 25 0 4 0 652806229 757989376 134574 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=740224 CPUtime=1182.32 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 171512 0 0 0 118163 69 0 0 25 0 4 0 652806229 757989376 134574 33554432000 4194304 4580107 140733518995744 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4715.25
Current children cumulated vsize (KiB) 740224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.08 8.10 7.48 9/365 29059
/proc/meminfo: memFree=23095960/32951124 swapFree=56449224/67111528
[pid=29012] ppid=29010 vsize=801852 CPUtime=4800.23 cores=1,3,5,7
/proc/29012/stat : 29012 (strangenight2-m) R 29010 29012 28888 0 -1 4202496 704979 0 0 0 479724 299 0 0 25 0 4 0 652806229 821096448 138868 33554432000 4194304 4580107 140733518995744 18446744073709551615 4293216 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29012/statm: 200463 138868 379 95 0 195445 0
[pid=29012/tid=29013] ppid=29010 vsize=801852 CPUtime=1189.36 cores=1,3,5,7
/proc/29012/task/29013/stat : 29013 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 207108 0 0 0 118852 84 0 0 25 0 4 0 652806229 821096448 138868 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29012/tid=29014] ppid=29010 vsize=801852 CPUtime=1203.63 cores=1,3,5,7
/proc/29012/task/29014/stat : 29014 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 172629 0 0 0 120284 79 0 0 25 0 4 0 652806229 821096448 138868 33554432000 4194304 4580107 140733518995744 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29012/tid=29015] ppid=29010 vsize=801852 CPUtime=1203.63 cores=1,3,5,7
/proc/29012/task/29015/stat : 29015 (strangenight2-m) R 29010 29012 28888 0 -1 4202560 172191 0 0 0 120294 69 0 0 25 0 4 0 652806229 821096448 138868 33554432000 4194304 4580107 140733518995744 18446744073709551615 4295888 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 801852

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.64
CPU time (s): 4800.29
CPU user time (s): 4797.27
CPU system time (s): 3.01354
CPU usage (%): 398.813
Max. virtual memory (cumulated for all children) (KiB): 979096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.27
system time used= 3.01354
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 704980
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= 296
involuntary context switches= 22997

runsolver used 3.9444 second user time and 10.3564 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-15 00:27:38
IDJOB=3366691
IDBENCH=83100
IDSOLVER=1844
FILE ID=node106/3366691-1305412058
RUNJOBID= node106-1305410851-28907
PBS_JOBID= 13324537
Free space on /tmp= 73360 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v750-c3195-S1115406553-014.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366691-1305412058/watcher-3366691-1305412058 -o /tmp/evaluation-result-3366691-1305412058/solver-3366691-1305412058 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366691-1305412058.cnf

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

MD5SUM BENCH= 986ca0416a6ea10fb33d16d3e5ba2568
RANDOM SEED=174817425

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24022648 kB
Buffers:        270420 kB
Cached:        5679900 kB
SwapCached:      27544 kB
Active:         726732 kB
Inactive:      7974956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24022648 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:            5456 kB
Writeback:           0 kB
AnonPages:     2732720 kB
Mapped:           9812 kB
Slab:           113516 kB
PageTables:      48160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74992072 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= 73352 MiB
End job on node106 at 2011-05-15 00:47:44