Trace number 3174282

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.08 1201.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-3174282-1304116989.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.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.00/0.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.19	c lits-rem:         0  cl-subs:        0  v-elim:     12  v-fix:    0  time:  0.00 s
0.00/0.19	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.19	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.19	c calculated reachability. Time: 0.00
0.00/0.19	c Calc default polars -  time:   0.00 s pos:     334 undec:      90 neg:     326
0.00/0.19	c =========================================================================================
0.00/0.19	c types(t): F = full restart, N = normal restart
0.00/0.19	c types(t): S = simplification begin/end, E = solution found
0.00/0.19	c restart types(rt): st = static, dy = dynamic
0.00/0.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.19	c  B st     0         0       738      3184         0         0      9629         0   no data   no data
0.00/0.19	c Decided on static restart strategy
0.00/0.19	c  N st     8      4919       738      3184         0      4863      9629    153357   no data   no data
0.00/0.48	c  N st    10     11301       738      3184         0      4528      9629     96086   no data   no data
0.00/0.80	c  N st    11     17044       738      3184         0     10181      9629    277055   no data   no data
4.81/1.28	c  F st    12     25000       738      3184         0     12459      9629    336558   no data   no data
4.81/1.28	c  N st    12     25000       738      3184         0     12459      9629    336558   no data   no data
5.97/1.54	c  N dy    18     30001       738      3184         0     10757      9629    262796   no data   no data
5.97/1.54	c  S st    18     30001       738      3184         0     10757      9629    262796   no data   no data
5.97/1.57	c  S st    18     30505       738      3184         0     11260      9629    276236   no data   no data
5.97/1.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.97/1.57	c blocked clauses removed:       14 vars:      2 tried:         738 T: 0.00 s
5.97/1.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
5.97/1.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.97/1.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.97/1.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.36/1.63	c lits-rem:       164  cl-subs:      274  v-elim:      0  v-fix:    0  time:  0.04 s
6.36/1.64	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.01
6.36/1.64	c calculated reachability. Time: 0.00
6.36/1.64	c  N dy    18     30505       736      3170         0     10961      9587    265197   no data   no data
7.59/1.91	c  N dy    32     34873       736      3170         0     15291      9587    395196     19.75     20.81
8.36/2.14	c  N dy    52     38932       736      3170         0     11485      9587    223932     19.84     21.64
9.57/2.44	c  N dy    74     43583       736      3170         0     16107      9587    358763     19.90     20.96
9.96/2.59	c  S st    81     45757       736      3170         0      9377      9587    125401     19.80     20.10
10.36/2.62	c  S st    81     46261       736      3170         0      9881      9587    139954     19.80   no data
10.36/2.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.36/2.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.36/2.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.36/2.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
10.36/2.63	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.36/2.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.36/2.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.65	c lits-rem:         7  cl-subs:       16  v-elim:      0  v-fix:    0  time:  0.01 s
10.36/2.65	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
10.36/2.65	c vivif2 --  cl tried     9865 cl shrink        0 lits rem          0 time: 0.00
10.36/2.65	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.01
10.36/2.65	c calculated reachability. Time: 0.00
10.36/2.65	c  N dy    81     46261       736      3170         0      9865      9587    139362     19.80   no data
11.58/2.91	c  N dy    97     50662       736      3170         0     14235      9587    267418     19.78     20.95
12.75/3.26	c  N dy   121     55485       736      3170         0     19035      9587    409230     19.88     21.07
13.96/3.56	c  N dy   145     60356       736      3170         0     13973      9587    233557     19.91     20.97
15.16/3.85	c  N dy   165     64457       736      3170         0     18045      9587    356705     20.00     21.44
16.75/4.24	c  N dy   188     69393       736      3170         0     12025      9587    148932     19.91     16.28
16.75/4.24	c  S st   188     69393       736      3170         0     12025      9587    148932     19.91     16.28
16.75/4.28	c  S st   188     69895       736      3170         0     12527      9587    162288     19.91   no data
16.75/4.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.75/4.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.75/4.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.75/4.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.75/4.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.75/4.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
16.75/4.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.75/4.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.75/4.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.15/4.30	c lits-rem:         6  cl-subs:       25  v-elim:      0  v-fix:    0  time:  0.01 s
17.15/4.30	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
17.15/4.30	c vivif2 --  cl tried    12502 cl shrink        0 lits rem          0 time: 0.00
17.15/4.31	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.01
17.15/4.31	c calculated reachability. Time: 0.00
17.15/4.31	c  N dy   188     69895       736      3170         0     12502      9587    161582     19.91   no data
18.35/4.61	c  N dy   214     74393       736      3170         0     16981      9587    294868     19.97     22.05
19.55/4.99	c  N dy   240     79183       736      3170         0     21738      9587    436741     20.04     21.50
21.14/5.37	c  N dy   254     84241       736      3170         0     14847      9587    206485     19.93     21.95
21.94/5.59	c  F st   269     87502       736      3170         0     18086      9587    302218     19.95   no data
23.14/5.85	c  N st   274     90804       736      3170         0     21355      9587    401601     19.95   no data
23.94/6.01	c Decided on static restart strategy
25.94/6.55	c  N st   277     99811       736      3170         0     17350      9587    405100     19.95   no data
27.54/6.96	c  S st   278    104845       736      3170         0     22338      9587    574692     19.95   no data
27.94/7.02	c  S st   278    105350       736      3170         0     22843      9587    589327     19.95   no data
27.94/7.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.94/7.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.94/7.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.94/7.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.94/7.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.94/7.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
27.94/7.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
27.94/7.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.94/7.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.74/7.30	c lits-rem:       334  cl-subs:      761  v-elim:      0  v-fix:    0  time:  0.24 s
28.74/7.30	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
29.15/7.31	c vivif2 --  cl tried    22082 cl shrink        0 lits rem          0 time: 0.01
29.15/7.32	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.01
29.15/7.32	c calculated reachability. Time: 0.00
29.15/7.32	c  N st   278    105350       736      3170         0     22082      9587    560344     19.95   no data
32.73/8.20	c  N st   279    114948       736      3170         0     17755      9587    363082     19.95   no data
38.34/9.65	c  N st   280    129345       736      3170         0     17144      9587    357157     19.95   no data
46.73/11.78	c  N st   281    150940       736      3170         0     22695      9587    481297     19.95   no data
49.91/12.52	c  S st   282    158026       736      3170         0     29650      9587    704692     19.95   no data
49.91/12.59	c  S st   282    158528       736      3170         0     30151      9587    719526     19.95   no data
50.31/12.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.31/12.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
50.31/12.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.31/12.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.31/12.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.31/12.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
50.31/12.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
50.31/12.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.31/12.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.91/13.09	c lits-rem:       140  cl-subs:     1013  v-elim:      0  v-fix:    0  time:  0.45 s
51.91/13.09	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
52.31/13.10	c vivif2 --  cl tried    29138 cl shrink        0 lits rem          0 time: 0.01
52.31/13.12	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.02
52.31/13.12	c calculated reachability. Time: 0.00
52.31/13.12	c  N st   282    158528       736      3170         0     29138      9587    682899     19.95   no data
75.48/18.96	c  N st   283    207117       736      3170         0     23842      9587    483461     19.95   no data
90.26/22.69	c  N st   284    237794       736      3170         0     34393      9587    803021     19.95   no data
90.26/22.69	c  S st   284    237794       736      3170         0     34393      9587    803021     19.95   no data
90.68/22.78	c  S st   284    238296       736      3170         0     34895      9587    817099     19.95   no data
90.68/22.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
90.68/22.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
90.68/22.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
90.68/22.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.68/22.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.68/22.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
90.68/22.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
91.08/22.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
91.08/22.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.46/23.47	c lits-rem:       508  cl-subs:      956  v-elim:      0  v-fix:    0  time:  0.63 s
93.46/23.47	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
93.46/23.48	c vivif2 --  cl tried    33939 cl shrink        0 lits rem          0 time: 0.01
93.86/23.50	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.03
93.86/23.50	c calculated reachability. Time: 0.00
93.86/23.50	c  N st   284    238296       736      3170         0     33939      9587    783055     19.95   no data
130.23/32.62	c  F st   285    306251       736      3170         0     35777      9587    777110     19.95   no data
130.23/32.63	c  N st   285    306251       736      3170         0     35777      9587    777110     19.95   no data
133.00/33.39	c Decided on static restart strategy
144.99/36.33	c  N st   295    334553       736      3170         0     40186      9587    884336     19.95   no data
157.77/39.55	c  N st   297    357444       736      3170         0     38089      9587    779089     19.95   no data
157.77/39.55	c  S st   297    357444       736      3170         0     38089      9587    779089     19.95   no data
158.17/39.64	c  S st   297    357949       736      3170         0     38593      9587    793674     19.95   no data
158.17/39.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
158.17/39.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
158.17/39.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
158.17/39.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
158.17/39.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
158.17/39.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
158.17/39.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
158.17/39.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
158.17/39.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.17/40.14	c lits-rem:       258  cl-subs:      874  v-elim:      0  v-fix:    0  time:  0.45 s
160.17/40.14	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
160.17/40.15	c vivif2 --  cl tried    37719 cl shrink        0 lits rem          0 time: 0.01
160.17/40.18	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.03
160.17/40.18	c calculated reachability. Time: 0.00
160.17/40.18	c  N st   297    357949       736      3170         0     37719      9587    760171     19.95   no data
179.34/44.96	c  N st   298    390341       736      3170         0     44096      9587    998798     19.95   no data
208.51/52.21	c  N st   299    438931       736      3170         0     37600      9587    709037     19.95   no data
254.05/63.67	c  N st   300    511813       736      3170         0     51191      9587   1085514     19.95   no data
269.64/67.55	c  N st   301    536923       736      3170         0     45464      9587    915258     19.95   no data
269.64/67.55	c  S st   301    536923       736      3170         0     45464      9587    915258     19.95   no data
270.04/67.68	c  S st   301    537427       736      3170         0     45968      9587    930105     19.95   no data
270.04/67.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
270.44/67.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
270.44/67.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
270.44/67.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
270.44/67.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
270.44/67.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
270.44/67.70	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
270.44/67.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
270.44/67.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
273.63/68.54	c lits-rem:       237  cl-subs:     1081  v-elim:      0  v-fix:    0  time:  0.79 s
273.63/68.54	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
273.63/68.55	c vivif2 --  cl tried    44887 cl shrink        0 lits rem          0 time: 0.01
273.63/68.58	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.03
273.63/68.58	c calculated reachability. Time: 0.00
273.63/68.58	c  N st   301    537427       736      3170         0     44887      9587    887941     19.95   no data
393.07/98.44	c  N st   302    701411       736      3170         0     38923      9587    558007     19.95   no data
476.97/119.43	c  N st   303    806144       736      3170         0     68048      9587   1495467     19.95   no data
476.97/119.43	c  S st   303    806144       736      3170         0     68048      9587   1495467     19.95   no data
477.78/119.62	c  S st   303    806649       736      3170         0     68553      9587   1509646     19.95   no data
477.78/119.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
477.78/119.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
477.78/119.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
477.78/119.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
477.78/119.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
477.78/119.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
477.78/119.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
477.78/119.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
478.16/119.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
497.74/124.68	c lits-rem:      1345  cl-subs:     3247  v-elim:      0  v-fix:    0  time:  4.95 s
497.74/124.68	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
498.14/124.70	c vivif2 --  cl tried    65306 cl shrink        0 lits rem          0 time: 0.02
498.14/124.76	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.06
498.14/124.76	c calculated reachability. Time: 0.00
498.14/124.76	c  N st   303    806649       736      3170         0     65306      9587   1399621     19.95   no data
729.44/182.60	c  F st   304   1071876       736      3170         0     81237      9587   1757501     19.95   no data
729.44/182.60	c  N st   304   1071876       736      3170         0     81237      9587   1757501     19.95   no data
749.01/187.53	c  N dy   373   1092232       736      3170         0     57156      9587    862456     19.97     21.11
769.39/192.65	c  N dy   451   1112299       736      3170         0     77074      9587   1467798     19.93     22.41
793.36/198.67	c  N dy   558   1132358       736      3170         0     51522      9587    637299     20.06     21.41
812.53/203.45	c  N dy   644   1152380       736      3170         0     71408      9587   1232683     20.08     25.07
839.30/210.11	c  N dy   744   1172446       736      3170         0     91317      9587   1830344     20.16     22.54
857.68/214.77	c  N dy   861   1192494       736      3170         0     64685      9587    988294     20.28     21.36
878.44/219.92	c  S st   965   1209973       736      3170         0     82055      9587   1517014     20.35   no data
879.25/220.15	c  S st   965   1210477       736      3170         0     82559      9587   1531051     20.35   no data
879.25/220.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
879.25/220.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
879.25/220.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
879.25/220.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
879.25/220.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
879.25/220.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
879.25/220.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
879.65/220.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
879.65/220.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
886.46/221.94	c lits-rem:       335  cl-subs:      755  v-elim:      0  v-fix:    0  time:  1.67 s
886.46/221.94	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
886.46/221.96	c vivif2 --  cl tried    81804 cl shrink        0 lits rem          0 time: 0.02
886.84/222.07	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.11
886.84/222.07	c calculated reachability. Time: 0.00
886.84/222.07	c  N dy   965   1210477       736      3170         0     81804      9587   1503482     20.35   no data
917.21/229.65	c  N dy  1050   1230519       736      3170         0     54074      9587    624083     20.36     21.49
936.76/234.50	c  N dy  1135   1250701       736      3170         0     74100      9587   1230716     20.36     21.46
963.93/241.31	c  N dy  1229   1271027       736      3170         0     94273      9587   1833994     20.38     21.48
983.50/246.21	c  N dy  1334   1291118       736      3170         0     65622      9587    940691     20.40     21.66
1007.48/252.21	c  N dy  1418   1311832       736      3170         0     86154      9587   1554897     20.41     21.50
1033.04/258.64	c  N dy  1511   1332728       736      3170         0     57292      9587    653936     20.43     21.57
1052.22/263.43	c  N dy  1587   1352787       736      3170         0     77201      9587   1271111     20.40     23.46
1079.79/270.31	c  N dy  1683   1372801       736      3170         0     97095      9587   1880040     20.43     23.01
1100.56/275.52	c  N dy  1769   1392868       736      3170         0     66387      9587    912653     20.43     23.42
1123.34/281.25	c  N dy  1825   1412889       736      3170         0     86229      9587   1506291     20.39     21.99
1151.69/288.36	c  N dy  1884   1433098       736      3170         0     54662      9587    522160     20.35     21.44
1171.68/293.31	c  N dy  1998   1453332       736      3170         0     74738      9587   1124940     20.38     21.47
1197.23/299.71	c  N dy  2083   1473605       736      3170         0     94836      9587   1735766     20.39     21.65
1222.79/306.19	c  N dy  2211   1493641       736      3170         0     62160      9587    720970     20.43     23.42
1246.38/312.09	c  N dy  2329   1514365       736      3170         0     82736      9587   1342413     20.47     21.70
1275.92/319.45	c  N dy  2427   1534457       736      3170         0    102673      9587   1947893     20.49     21.77
1298.69/325.17	c  N dy  2495   1555273       736      3170         0     69701      9587    907422     20.48     21.56
1323.46/331.36	c  N dy  2601   1575275       736      3170         0     89580      9587   1515057     20.50     28.06
1356.23/339.58	c  N dy  2729   1595325       736      3170         0     54923      9587    442911     20.54     22.03
1376.59/344.67	c  N dy  2840   1615368       736      3170         0     74804      9587   1046179     20.56     21.68
1403.35/351.37	c  N dy  2953   1635394       736      3170         0     94693      9587   1650169     20.59     22.33
1442.91/361.29	c  N dy  3018   1666925       736      3170         0     70345      9587    886707     20.49     21.64
1468.46/367.61	c  N dy  3123   1687408       736      3170         0     90686      9587   1505859     20.51     21.61
1502.02/376.03	c  N dy  3251   1707452       736      3170         0    110576      9587   2113929     20.54     22.63
1508.01/377.50	c  S st  3277   1710477       736      3170         0     57032      9587    458396     20.55   no data
1508.42/377.63	c  S st  3277   1710977       736      3170         0     57531      9587    472851     20.55   no data
1508.42/377.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1508.42/377.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
1508.42/377.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1508.42/377.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1508.42/377.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1508.42/377.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
1508.42/377.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1508.42/377.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1508.42/377.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1509.22/377.80	c lits-rem:        13  cl-subs:       20  v-elim:      0  v-fix:    0  time:  0.12 s
1509.22/377.80	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
1509.22/377.81	c vivif2 --  cl tried    57511 cl shrink        0 lits rem          0 time: 0.01
1509.22/377.85	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.04
1509.22/377.85	c calculated reachability. Time: 0.00
1509.22/377.85	c  N dy  3277   1710977       736      3170         0     57511      9587    472342     20.55   no data
1529.18/382.87	c  N dy  3378   1731075       736      3170         0     77466      9587   1084542     20.56     21.74
1555.95/389.54	c  N dy  3457   1751419       736      3170         0     97580      9587   1686026     20.56     21.72
1595.10/399.35	c  N dy  3524   1772217       736      3170         0     60686      9587    543865     20.54     21.75
1619.47/405.46	c  N dy  3602   1793210       736      3170         0     81492      9587   1179513     20.53     21.91
1649.42/412.90	c  N dy  3728   1813234       736      3170         0    101391      9587   1791453     20.56     28.16
1684.98/421.84	c  N dy  3824   1836810       736      3170         0     66222      9587    672846     20.55     21.66
1707.76/427.57	c  N dy  3905   1856910       736      3170         0     86139      9587   1279903     20.55     23.98
1738.53/435.23	c  N dy  4026   1876989       736      3170         0    106091      9587   1899115     20.58     22.13
1769.28/442.93	c  N dy  4120   1897315       736      3170         0     66751      9587    672744     20.58     21.80
1792.43/448.73	c  N dy  4226   1917351       736      3170         0     86637      9587   1286547     20.60     22.47
1820.79/455.84	c  N dy  4269   1937449       736      3170         0    106502      9587   1882255     20.57     24.45
1853.95/464.14	c  N dy  4382   1957527       736      3170         0     65944      9587    622661     20.60     24.64
1877.12/469.91	c  N dy  4466   1977671       736      3170         0     85952      9587   1227109     20.60     21.71
1908.28/477.73	c  N dy  4565   1997821       736      3170         0    105956      9587   1836732     20.61     21.73
1944.64/486.85	c  N dy  4669   2018500       736      3170         0     64968      9587    569068     20.62     21.72
1968.20/492.74	c  N dy  4751   2039561       736      3170         0     85846      9587   1209564     20.62     21.85
1997.78/500.17	c  N dy  4831   2059731       736      3170         0    105814      9587   1806336     20.62     21.83
2034.51/509.38	c  N dy  4897   2080156       736      3170         0     63583      9587    500219     20.61     22.06
2055.30/514.58	c  N dy  4973   2100275       736      3170         0     83561      9587   1113769     20.60     22.24
2084.45/521.87	c  N dy  5044   2120732       736      3170         0    103828      9587   1722255     20.60     21.95
2120.00/530.74	c  N dy  5108   2141234       736      3170         0    124093      9587   2337385     20.59     21.78
2144.77/536.95	c  N dy  5192   2161290       736      3170         0     80540      9587    981948     20.59     23.17
2173.55/544.13	c  N dy  5279   2182460       736      3170         0    101517      9587   1625356     20.60     21.75
2210.68/553.43	c  N dy  5388   2202597       736      3170         0    121463      9587   2238409     20.61     21.74
2227.85/557.79	c  S st  5444   2210977       736      3170         0     65369      9587    506138     20.62   no data
2228.65/557.94	c  S st  5444   2211480       736      3170         0     65872      9587    521194     20.62   no data
2228.65/557.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2228.65/557.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
2228.65/557.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2228.65/557.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2228.65/557.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2228.65/557.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
2228.65/557.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2228.65/557.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2229.05/558.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2229.45/558.11	c lits-rem:         3  cl-subs:       25  v-elim:      0  v-fix:    0  time:  0.10 s
2229.45/558.11	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
2229.45/558.12	c vivif2 --  cl tried    65847 cl shrink        0 lits rem          0 time: 0.01
2229.45/558.18	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.05
2229.45/558.18	c calculated reachability. Time: 0.00
2229.45/558.18	c  N dy  5444   2211480       736      3170         0     65847      9587    520362     20.62   no data
2252.64/563.93	c  N dy  5558   2231526       736      3170         0     85718      9587   1126463     20.63     21.82
2284.17/571.89	c  N dy  5664   2251609       736      3170         0    105632      9587   1738893     20.64     21.80
2324.52/581.97	c  N dy  5784   2271740       736      3170         0    125627      9587   2356507     20.66     21.93
2351.69/588.70	c  N dy  5857   2291776       736      3170         0     80063      9587    932662     20.66     22.08
2379.66/595.80	c  N dy  5946   2312845       736      3170         0    100963      9587   1571888     20.66     21.81
2426.39/607.49	c  N dy  6031   2340292       736      3170         0    128098      9587   2404681     20.64     21.78
2454.77/614.53	c  N dy  6145   2360296       736      3170         0     81515      9587    952962     20.65     23.94
2482.71/621.52	c  N dy  6227   2380928       736      3170         0    101968      9587   1574698     20.65     21.87
2522.66/631.54	c  N dy  6294   2403273       736      3170         0    124079      9587   2241541     20.64     21.75
2553.82/639.34	c  N dy  6363   2423311       736      3170         0     76554      9587    777300     20.63     23.88
2578.99/645.69	c  N dy  6449   2443317       736      3170         0     96371      9587   1379435     20.64     22.41
2612.54/654.04	c  N dy  6556   2463355       736      3170         0    116270      9587   1990973     20.65     23.45
2654.89/664.64	c  N dy  6655   2483368       736      3170         0    136141      9587   2595893     20.65     22.28
2679.28/670.72	c  N dy  6749   2503436       736      3170         0     87640      9587   1090065     20.66     21.86
2714.03/679.49	c  N dy  6837   2525122       736      3170         0    109127      9587   1738579     20.66     21.81
2752.35/689.08	c  N dy  6950   2545187       736      3170         0    129063      9587   2355804     20.67     21.93
2786.31/697.57	c  N dy  6985   2566241       736      3170         0     80486      9587    845105     20.65     21.75
2813.48/704.36	c  N dy  7057   2586319       736      3170         0    100378      9587   1450987     20.65     21.92
2848.63/713.18	c  N dy  7159   2606410       736      3170         0    120309      9587   2069331     20.66     21.89
2892.57/724.19	c  N dy  7270   2626477       736      3170         0    140234      9587   2685854     20.67     22.20
2917.73/730.44	c  N dy  7380   2646500       736      3170         0     89714      9587   1108139     20.68     21.79
2950.89/738.78	c  N dy  7507   2667486       736      3170         0    110545      9587   1751699     20.69     22.09
2995.25/749.82	c  N dy  7609   2690351       736      3170         0    133206      9587   2445319     20.69     21.86
3032.79/759.26	c  N dy  7729   2710623       736      3170         0     81902      9587    840993     20.71     22.09
3033.98/759.53	c  S st  7733   2711481       736      3170         0     82743      9587    864688     20.71     17.23
3034.80/759.74	c  S st  7733   2711984       736      3170         0     83246      9587    878906     20.71   no data
3034.80/759.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3034.80/759.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3034.80/759.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3034.80/759.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3034.80/759.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3034.80/759.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
3034.80/759.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3035.20/759.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3035.20/759.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3036.38/760.13	c lits-rem:        33  cl-subs:      415  v-elim:      0  v-fix:    0  time:  0.29 s
3036.38/760.13	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
3036.38/760.14	c vivif2 --  cl tried    82831 cl shrink        0 lits rem          0 time: 0.01
3036.78/760.22	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.07
3036.78/760.22	c calculated reachability. Time: 0.00
3036.78/760.22	c  N dy  7733   2711984       736      3170         0     82831      9587    864931     20.71   no data
3065.14/767.35	c  N dy  7837   2732043       736      3170         0    102723      9587   1469620     20.71     22.65
3116.27/780.15	c  N dy  7902   2762237       736      3170         0    132631      9587   2382909     20.69     22.02
3152.22/789.13	c  N dy  7970   2782393       736      3170         0     80234      9587    761537     20.69     21.83
3180.20/796.16	c  N dy  8067   2802677       736      3170         0    100348      9587   1375139     20.70     21.97
3215.73/805.01	c  N dy  8147   2822705       736      3170         0    120189      9587   1981124     20.70     22.02
3258.90/815.87	c  N dy  8276   2842721       736      3170         0    140038      9587   2594094     20.71     22.39
3292.44/824.25	c  N dy  8406   2863092       736      3170         0     86890      9587    947161     20.72     21.91
3323.59/832.05	c  N dy  8504   2884077       736      3170         0    107711      9587   1589723     20.73     22.19
3361.14/841.45	c  N dy  8594   2904226       736      3170         0    127677      9587   2202632     20.73     21.92
3406.68/852.84	c  N dy  8696   2924237       736      3170         0    147518      9587   2812729     20.74     24.25
3432.64/859.33	c  N dy  8741   2944576       736      3170         0     93209      9587   1095430     20.73     21.97
3470.22/868.76	c  N dy  8875   2967855       736      3170         0    116255      9587   1799520     20.74     21.86
3510.95/878.99	c  N dy  8970   2987885       736      3170         0    136093      9587   2401660     20.74     22.78
3569.26/893.55	c  N dy  9062   3008137       736      3170         0     80876      9587    696218     20.74     22.01
3613.21/904.52	c  N dy  9159   3028426       736      3170         0    100975      9587   1310665     20.74     22.20
3663.15/917.08	c  N dy  9271   3048506       736      3170         0    120900      9587   1922073     20.75     21.91
3711.49/929.11	c  N dy  9363   3070451       736      3170         0    142599      9587   2580773     20.75     21.89
3748.22/938.39	c  N dy  9469   3090635       736      3170         0     86346      9587    853729     20.76     22.12
3779.78/946.20	c  N dy  9537   3112236       736      3170         0    107762      9587   1498647     20.75     22.02
3816.13/955.35	c  N dy  9614   3132269       736      3170         0    127600      9587   2102595     20.75     21.85
3870.85/969.09	c  N dy  9702   3152275       736      3170         0    147439      9587   2702376     20.76     25.72
3910.00/978.81	c  N dy  9734   3172367       736      3170         0     90034      9587    935138     20.74     25.32
3942.37/986.91	c  N dy  9844   3193114       736      3170         0    110617      9587   1571253     20.75     21.84
3978.71/996.02	c  S st  9934   3211985       736      3170         0    129317      9587   2141575     20.75     18.63
3979.93/996.39	c  S st  9934   3212487       736      3170         0    129819      9587   2156998     20.75   no data
3980.31/996.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3980.31/996.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3980.31/996.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3980.31/996.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3980.31/996.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3980.31/996.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    736 time:  0.00 s
3980.31/996.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3980.71/996.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3980.71/996.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3989.50/998.72	c lits-rem:       148  cl-subs:     2111  v-elim:      0  v-fix:    0  time:  2.15 s
3989.50/998.72	c vivif2 --  cl tried     3170 cl shrink        0 lits rem          0 time: 0.00
3989.50/998.76	c vivif2 --  cl tried   127708 cl shrink        0 lits rem          0 time: 0.03
3989.90/998.89	c asymm  cl-useful: 0/3170/3170 lits-rem:0 time: 0.14
3990.30/998.90	c calculated reachability. Time: 0.00
3990.30/998.90	c  N dy  9934   3212487       736      3170         0    127708      9587   2090366     20.75   no data
4036.24/1010.43	c  N dy 10035   3232849       736      3170         0    147911      9587   2713604     20.76     21.87
4074.18/1019.99	c  N dy 10123   3253197       736      3170         0     89774      9587    900090     20.76     21.91
4104.54/1027.57	c  N dy 10241   3273234       736      3170         0    109668      9587   1516601     20.77     22.84
4141.69/1036.88	c  N dy 10327   3293536       736      3170         0    129781      9587   2135672     20.77     21.95
4187.23/1048.26	c  N dy 10422   3313556       736      3170         0    149617      9587   2747992     20.77     21.94
4223.98/1057.48	c  N dy 10488   3333664       736      3170         0     90213      9587    880745     20.77     21.89
4254.74/1065.16	c  N dy 10603   3353695       736      3170         0    110061      9587   1495530     20.78     22.34
4293.08/1074.78	c  N dy 10721   3373755       736      3170         0    129964      9587   2116256     20.79     22.47
4335.45/1085.40	c  N dy 10788   3393848       736      3170         0    149867      9587   2733283     20.78     22.05
4377.37/1095.89	c  N dy 10872   3415677       736      3170         0     91243      9587    903997     20.79     22.15
4407.33/1103.36	c  N dy 10956   3435694       736      3170         0    111079      9587   1507678     20.79     24.73
4443.69/1112.40	c  N dy 11026   3455740       736      3170         0    130901      9587   2107889     20.78     21.89
4492.82/1124.74	c  N dy 11086   3475851       736      3170         0    150755      9587   2688985     20.78     22.04
4542.75/1137.23	c  N dy 11142   3495951       736      3170         0     89477      9587    827333     20.78     21.94
4594.70/1150.21	c  N dy 11270   3517428       736      3170         0    110776      9587   1483175     20.78     21.95
4643.03/1162.39	c  N dy 11383   3537471       736      3170         0    130667      9587   2100914     20.79     22.16
4694.15/1175.10	c  N dy 11448   3559638       736      3170         0    152558      9587   2755847     20.78     21.89
4737.29/1185.99	c  N dy 11560   3579646       736      3170         0     90203      9587    830327     20.79     22.01
4774.85/1195.35	c  N dy 11676   3599690       736      3170         0    110081      9587   1443611     20.80     23.76

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174282-1304116989/watcher-3174282-1304116989 -o /tmp/evaluation-result-3174282-1304116989/solver-3174282-1304116989 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174282-1304116989.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.16 8.10 8.01 2/174 21968
/proc/meminfo: memFree=17894472/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 414 0 0 0 0 0 0 0 25 0 4 0 523301493 52441088 354 33554432000 4194304 4627427 140736611271104 18446744073709551615 47786602395570 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 12803 354 303 106 0 7774 0
[pid=21968/tid=21972] ppid=21966 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 523301493 52441088 354 33554432000 4194304 4627427 140736611271104 18446744073709551615 47786602395570 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 4 0 523301493 52441088 354 33554432000 4194304 4627427 140736611271104 18446744073709551615 216634515387 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 523301493 52441088 354 33554432000 4194304 4627427 140736611271104 18446744073709551615 216629562454 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.192551 s]
/proc/loadavg: 8.16 8.10 8.01 2/174 21968
/proc/meminfo: memFree=17894472/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=285016 CPUtime=3.2 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 5306 0 0 0 320 0 0 0 25 0 4 0 523301493 291856384 3281 33554432000 4194304 4627427 140736611271104 18446744073709551615 4332067 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 71254 3281 385 106 0 66225 0
[pid=21968/tid=21972] ppid=21966 vsize=285016 CPUtime=0.79 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 1226 0 0 0 79 0 0 0 19 0 4 0 523301493 291856384 3281 33554432000 4194304 4627427 140736611271104 18446744073709551615 4310577 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=285016 CPUtime=0.8 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 1233 0 0 0 80 0 0 0 19 0 4 0 523301493 291856384 3281 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=285016 CPUtime=0.8 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 1139 0 0 0 80 0 0 0 19 0 4 0 523301493 291856384 3281 33554432000 4194304 4627427 140736611271104 18446744073709551615 4308326 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 285016

[startup+0.910412 s]
/proc/loadavg: 8.16 8.10 8.01 2/174 21968
/proc/meminfo: memFree=17894472/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=285904 CPUtime=3.6 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 6254 0 0 0 360 0 0 0 25 0 4 0 523301493 292765696 2816 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 71476 2816 385 106 0 66447 0
[pid=21968/tid=21972] ppid=21966 vsize=285904 CPUtime=0.89 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 1467 0 0 0 89 0 0 0 19 0 4 0 523301493 292765696 2816 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=285904 CPUtime=0.9 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 1471 0 0 0 90 0 0 0 19 0 4 0 523301493 292765696 2816 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=285904 CPUtime=0.9 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 1371 0 0 0 90 0 0 0 19 0 4 0 523301493 292765696 2816 33554432000 4194304 4627427 140736611271104 18446744073709551615 4308712 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 285904

[startup+1.01039 s]
/proc/loadavg: 8.16 8.10 8.01 2/174 21968
/proc/meminfo: memFree=17894472/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=285904 CPUtime=4 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 6534 0 0 0 400 0 0 0 25 0 4 0 523301493 292765696 3096 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 71476 3096 385 106 0 66447 0
[pid=21968/tid=21972] ppid=21966 vsize=285904 CPUtime=0.99 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 1546 0 0 0 99 0 0 0 19 0 4 0 523301493 292765696 3096 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=285904 CPUtime=1 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 1539 0 0 0 100 0 0 0 19 0 4 0 523301493 292765696 3096 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309103 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=285904 CPUtime=1 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 1441 0 0 0 100 0 0 0 19 0 4 0 523301493 292765696 3096 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 285904

[startup+1.11038 s]
/proc/loadavg: 8.16 8.10 8.01 2/174 21968
/proc/meminfo: memFree=17894472/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=285904 CPUtime=4.4 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 6785 0 0 0 440 0 0 0 25 0 4 0 523301493 292765696 3347 33554432000 4194304 4627427 140736611271104 18446744073709551615 4332294 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 71476 3347 385 106 0 66447 0
[pid=21968/tid=21972] ppid=21966 vsize=285904 CPUtime=1.09 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 1613 0 0 0 109 0 0 0 19 0 4 0 523301493 292765696 3347 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=285904 CPUtime=1.1 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 1609 0 0 0 110 0 0 0 19 0 4 0 523301493 292765696 3347 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=285904 CPUtime=1.1 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 1498 0 0 0 110 0 0 0 19 0 4 0 523301493 292765696 3347 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 285904

[startup+1.50031 s]
/proc/loadavg: 8.16 8.10 8.01 2/174 21968
/proc/meminfo: memFree=17894472/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=286552 CPUtime=5.97 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 8657 0 0 0 596 1 0 0 25 0 4 0 523301493 293429248 3505 33554432000 4194304 4627427 140736611271104 18446744073709551615 4308323 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 71638 3505 386 106 0 66609 0
[pid=21968/tid=21972] ppid=21966 vsize=286552 CPUtime=1.48 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 2081 0 0 0 148 0 0 0 20 0 4 0 523301493 293429248 3505 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=286552 CPUtime=1.48 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 2097 0 0 0 148 0 0 0 20 0 4 0 523301493 293429248 3505 33554432000 4194304 4627427 140736611271104 18446744073709551615 4308712 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=286552 CPUtime=1.49 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 1950 0 0 0 149 0 0 0 20 0 4 0 523301493 293429248 3505 33554432000 4194304 4627427 140736611271104 18446744073709551615 4299705 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286552

[startup+3.10103 s]
/proc/loadavg: 8.39 8.14 8.03 9/184 21993
/proc/meminfo: memFree=17808692/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=286800 CPUtime=12.35 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 19878 0 0 0 1232 3 0 0 25 0 4 0 523301493 293683200 11566 33554432000 4194304 4627427 140736611271104 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 71700 11566 389 106 0 66671 0
[pid=21968/tid=21972] ppid=21966 vsize=286800 CPUtime=3.08 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 4415 0 0 0 307 1 0 0 25 0 4 0 523301493 293683200 11566 33554432000 4194304 4627427 140736611271104 18446744073709551615 4308326 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=286800 CPUtime=3.09 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 5708 0 0 0 308 1 0 0 25 0 4 0 523301493 293683200 11566 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=286800 CPUtime=3.09 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 4321 0 0 0 309 0 0 0 25 0 4 0 523301493 293683200 11566 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 286800

[startup+6.30647 s]
/proc/loadavg: 8.36 8.14 8.03 9/184 21993
/proc/meminfo: memFree=17774220/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=296832 CPUtime=25.16 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 27777 0 0 0 2511 5 0 0 25 0 4 0 523301493 303955968 14684 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 74208 14684 389 106 0 69179 0
[pid=21968/tid=21972] ppid=21966 vsize=296832 CPUtime=6.26 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 6651 0 0 0 625 1 0 0 25 0 4 0 523301493 303955968 14684 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=296832 CPUtime=6.29 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 7829 0 0 0 628 1 0 0 25 0 4 0 523301493 303955968 14684 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=296832 CPUtime=6.29 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 5413 0 0 0 629 0 0 0 25 0 4 0 523301493 303955968 14684 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 296832

[startup+12.7003 s]
/proc/loadavg: 8.33 8.14 8.03 9/184 21993
/proc/meminfo: memFree=17700924/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=278432 CPUtime=50.71 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 47098 0 0 0 5062 9 0 0 25 0 4 0 523301493 285114368 24791 33554432000 4194304 4627427 140736611271104 18446744073709551615 4420232 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 69608 24792 389 106 0 64579 0
[pid=21968/tid=21972] ppid=21966 vsize=278432 CPUtime=12.62 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 12184 0 0 0 1261 1 0 0 25 0 4 0 523301493 285114368 24792 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=278432 CPUtime=12.68 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 11848 0 0 0 1266 2 0 0 25 0 4 0 523301493 285114368 24792 33554432000 4194304 4627427 140736611271104 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=278432 CPUtime=12.68 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 8964 0 0 0 1267 1 0 0 25 0 4 0 523301493 285114368 24792 33554432000 4194304 4627427 140736611271104 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 278432

[startup+25.5011 s]
/proc/loadavg: 8.28 8.14 8.03 9/184 21993
/proc/meminfo: memFree=17629248/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=298336 CPUtime=101.85 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 65652 0 0 0 10170 15 0 0 25 0 4 0 523301493 305496064 31100 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 74584 31100 389 106 0 69555 0
[pid=21968/tid=21972] ppid=21966 vsize=298336 CPUtime=25.36 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 16630 0 0 0 2534 2 0 0 25 0 4 0 523301493 305496064 31100 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=298336 CPUtime=25.48 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 15310 0 0 0 2545 3 0 0 25 0 4 0 523301493 305496064 31100 33554432000 4194304 4627427 140736611271104 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=298336 CPUtime=25.49 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 13718 0 0 0 2546 3 0 0 25 0 4 0 523301493 305496064 31100 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 298336

[startup+51.1006 s]
/proc/loadavg: 8.24 8.14 8.03 9/184 21994
/proc/meminfo: memFree=17582884/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=355084 CPUtime=204.12 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 101599 0 0 0 20388 24 0 0 25 0 4 0 523301493 363606016 38312 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 88771 38312 389 106 0 83742 0
[pid=21968/tid=21972] ppid=21966 vsize=355084 CPUtime=50.83 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 23925 0 0 0 5078 5 0 0 25 0 4 0 523301493 363606016 38312 33554432000 4194304 4627427 140736611271104 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=355084 CPUtime=51.09 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 26254 0 0 0 5103 6 0 0 25 0 4 0 523301493 363606016 38312 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=355084 CPUtime=51.08 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 22033 0 0 0 5103 5 0 0 25 0 4 0 523301493 363606016 38312 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 355084

[startup+102.301 s]
/proc/loadavg: 8.15 8.13 8.03 9/184 21995
/proc/meminfo: memFree=17438532/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=442824 CPUtime=408.66 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 148589 0 0 0 40825 41 0 0 25 0 4 0 523301493 453451776 60370 33554432000 4194304 4627427 140736611271104 18446744073709551615 4327381 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 110706 60371 389 106 0 105677 0
[pid=21968/tid=21972] ppid=21966 vsize=442824 CPUtime=101.77 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 37079 0 0 0 10168 9 0 0 25 0 4 0 523301493 453451776 60371 33554432000 4194304 4627427 140736611271104 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=442824 CPUtime=102.29 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 36279 0 0 0 10219 10 0 0 25 0 4 0 523301493 453451776 60371 33554432000 4194304 4627427 140736611271104 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=442824 CPUtime=102.29 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 37950 0 0 0 10218 11 0 0 25 0 4 0 523301493 453451776 60371 33554432000 4194304 4627427 140736611271104 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 442824

[startup+162.301 s]

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

[pid=21968] ppid=21966 vsize=615904 CPUtime=2565.8 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 466075 0 0 0 256397 183 0 0 25 0 4 0 523301493 630685696 98706 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 153976 98706 389 106 0 148947 0
[pid=21968/tid=21972] ppid=21966 vsize=615904 CPUtime=638.89 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 107828 0 0 0 63844 45 0 0 25 0 4 0 523301493 630685696 98706 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=615904 CPUtime=642.3 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 133202 0 0 0 64181 49 0 0 25 0 4 0 523301493 630685696 98706 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=615904 CPUtime=642.3 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 137573 0 0 0 64175 55 0 0 25 0 4 0 523301493 630685696 98706 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2565.8
Current children cumulated vsize (KiB) 615904

[startup+702.301 s]
/proc/loadavg: 8.11 8.09 8.03 9/184 22011
/proc/meminfo: memFree=17032272/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=616316 CPUtime=2805.49 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 496909 0 0 0 280353 196 0 0 25 0 4 0 523301493 631107584 105630 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 154079 105630 389 106 0 149050 0
[pid=21968/tid=21972] ppid=21966 vsize=616316 CPUtime=698.57 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 118834 0 0 0 69808 49 0 0 25 0 4 0 523301493 631107584 105630 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=616316 CPUtime=702.3 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 141622 0 0 0 70177 53 0 0 25 0 4 0 523301493 631107584 105630 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=616316 CPUtime=702.3 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 146957 0 0 0 70173 57 0 0 25 0 4 0 523301493 631107584 105630 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.49
Current children cumulated vsize (KiB) 616316

[startup+762.301 s]
/proc/loadavg: 8.04 8.07 8.02 9/184 22013
/proc/meminfo: memFree=16977312/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=616588 CPUtime=3045.17 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 524983 0 0 0 304307 210 0 0 25 0 4 0 523301493 631386112 111043 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 154147 111043 389 106 0 149118 0
[pid=21968/tid=21972] ppid=21966 vsize=616588 CPUtime=758.24 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 126639 0 0 0 75770 54 0 0 25 0 4 0 523301493 631386112 111043 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=616588 CPUtime=762.3 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 149558 0 0 0 76174 56 0 0 25 0 4 0 523301493 631386112 111043 33554432000 4194304 4627427 140736611271104 18446744073709551615 4308588 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=616588 CPUtime=762.3 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 154461 0 0 0 76169 61 0 0 25 0 4 0 523301493 631386112 111043 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.17
Current children cumulated vsize (KiB) 616588

[startup+822.301 s]
/proc/loadavg: 8.05 8.07 8.02 9/184 22014
/proc/meminfo: memFree=17017228/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=603832 CPUtime=3284.84 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 549572 0 0 0 328262 222 0 0 25 0 4 0 523301493 618323968 109729 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 150958 109729 389 106 0 145929 0
[pid=21968/tid=21972] ppid=21966 vsize=603832 CPUtime=817.92 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 132896 0 0 0 81734 58 0 0 25 0 4 0 523301493 618323968 109729 33554432000 4194304 4627427 140736611271104 18446744073709551615 4310544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=603832 CPUtime=822.31 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 157206 0 0 0 82170 61 0 0 25 0 4 0 523301493 618323968 109729 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=603832 CPUtime=822.31 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 161952 0 0 0 82166 65 0 0 25 0 4 0 523301493 618323968 109729 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.84
Current children cumulated vsize (KiB) 603832

[startup+882.3 s]
/proc/loadavg: 8.19 8.10 8.03 9/184 22016
/proc/meminfo: memFree=16927668/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=670056 CPUtime=3524.52 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 579503 0 0 0 352219 233 0 0 25 0 4 0 523301493 686137344 120280 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 167514 120280 389 106 0 162485 0
[pid=21968/tid=21972] ppid=21966 vsize=670056 CPUtime=877.59 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 145244 0 0 0 87699 60 0 0 25 0 4 0 523301493 686137344 120280 33554432000 4194304 4627427 140736611271104 18446744073709551615 4420275 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=670056 CPUtime=882.3 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 164841 0 0 0 88166 64 0 0 25 0 4 0 523301493 686137344 120280 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=670056 CPUtime=882.3 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 169650 0 0 0 88162 68 0 0 25 0 4 0 523301493 686137344 120280 33554432000 4194304 4627427 140736611271104 18446744073709551615 4308624 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.52
Current children cumulated vsize (KiB) 670056

[startup+942.301 s]
/proc/loadavg: 8.21 8.11 8.04 9/184 22018
/proc/meminfo: memFree=16907800/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=628952 CPUtime=3764.22 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 599668 0 0 0 376180 242 0 0 25 0 4 0 523301493 644046848 122465 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 157238 122465 389 106 0 152209 0
[pid=21968/tid=21972] ppid=21966 vsize=628952 CPUtime=937.27 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 148248 0 0 0 93666 61 0 0 25 0 4 0 523301493 644046848 122465 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=628952 CPUtime=942.31 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 171641 0 0 0 94163 68 0 0 25 0 4 0 523301493 644046848 122465 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=628952 CPUtime=942.31 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 177940 0 0 0 94159 72 0 0 25 0 4 0 523301493 644046848 122465 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.22
Current children cumulated vsize (KiB) 628952

[startup+1002.3 s]
/proc/loadavg: 8.20 8.12 8.04 9/184 22019
/proc/meminfo: memFree=16870464/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=672448 CPUtime=4003.87 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 627898 0 0 0 400135 252 0 0 25 0 4 0 523301493 688586752 126732 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309111 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 168112 126732 389 106 0 163083 0
[pid=21968/tid=21972] ppid=21966 vsize=672448 CPUtime=996.94 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 152006 0 0 0 99631 63 0 0 25 0 4 0 523301493 688586752 126732 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309130 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=672448 CPUtime=1002.3 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 181702 0 0 0 100160 70 0 0 25 0 4 0 523301493 688586752 126732 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=672448 CPUtime=1002.31 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 185321 0 0 0 100157 74 0 0 25 0 4 0 523301493 688586752 126732 33554432000 4194304 4627427 140736611271104 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.87
Current children cumulated vsize (KiB) 672448

[startup+1062.31 s]
/proc/loadavg: 8.12 8.11 8.04 9/184 22021
/proc/meminfo: memFree=16784272/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=726296 CPUtime=4243.58 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 650897 0 0 0 424092 266 0 0 25 0 4 0 523301493 743727104 131297 33554432000 4194304 4627427 140736611271104 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 181574 131297 389 106 0 176545 0
[pid=21968/tid=21972] ppid=21966 vsize=726296 CPUtime=1056.63 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 158397 0 0 0 105597 66 0 0 25 0 4 0 523301493 743727104 131297 33554432000 4194304 4627427 140736611271104 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=726296 CPUtime=1062.31 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 189540 0 0 0 106156 75 0 0 25 0 4 0 523301493 743727104 131297 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=726296 CPUtime=1062.32 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 191347 0 0 0 106154 78 0 0 25 0 4 0 523301493 743727104 131297 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.58
Current children cumulated vsize (KiB) 726296

[startup+1122.3 s]
/proc/loadavg: 8.09 8.10 8.04 9/184 22031
/proc/meminfo: memFree=16756648/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=792788 CPUtime=4483.23 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 676897 0 0 0 448046 277 0 0 25 0 4 0 523301493 811814912 143704 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 198197 143704 389 106 0 193168 0
[pid=21968/tid=21972] ppid=21966 vsize=792788 CPUtime=1116.3 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 163178 0 0 0 111562 68 0 0 25 0 4 0 523301493 811814912 143704 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=792788 CPUtime=1122.31 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 196209 0 0 0 112151 80 0 0 25 0 4 0 523301493 811814912 143704 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=792788 CPUtime=1122.3 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 200759 0 0 0 112150 80 0 0 25 0 4 0 523301493 811814912 143704 33554432000 4194304 4627427 140736611271104 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.23
Current children cumulated vsize (KiB) 792788

[startup+1182.3 s]
/proc/loadavg: 8.08 8.10 8.04 9/184 22033
/proc/meminfo: memFree=16772248/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=852356 CPUtime=4722.91 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 693711 0 0 0 472006 285 0 0 25 0 4 0 523301493 872812544 147746 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 213089 147746 389 106 0 208060 0
[pid=21968/tid=21972] ppid=21966 vsize=852356 CPUtime=1175.96 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 168860 0 0 0 117527 69 0 0 25 0 4 0 523301493 872812544 147746 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=852356 CPUtime=1182.31 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 202864 0 0 0 118148 83 0 0 25 0 4 0 523301493 872812544 147746 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=852356 CPUtime=1182.3 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 204278 0 0 0 118148 82 0 0 25 0 4 0 523301493 872812544 147746 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.91
Current children cumulated vsize (KiB) 852356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.13 8.11 8.05 9/184 22034
/proc/meminfo: memFree=16733800/32951124 swapFree=67111528/67111528
[pid=21968] ppid=21966 vsize=912744 CPUtime=4800.02 cores=1,3,5,7
/proc/21968/stat : 21968 (strangenight2-m) R 21966 21968 21853 0 -1 4202496 699582 0 0 0 479715 287 0 0 25 0 4 0 523301493 934649856 152207 33554432000 4194304 4627427 140736611271104 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21968/statm: 228186 152207 389 106 0 223157 0
[pid=21968/tid=21972] ppid=21966 vsize=912744 CPUtime=1195.16 cores=1,3,5,7
/proc/21968/task/21972/stat : 21972 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 168927 0 0 0 119447 69 0 0 25 0 4 0 523301493 934649856 152207 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21968/tid=21973] ppid=21966 vsize=912744 CPUtime=1201.62 cores=1,3,5,7
/proc/21968/task/21973/stat : 21973 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 205123 0 0 0 120078 84 0 0 25 0 4 0 523301493 934649856 152207 33554432000 4194304 4627427 140736611271104 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=21968/tid=21974] ppid=21966 vsize=912744 CPUtime=1201.61 cores=1,3,5,7
/proc/21968/task/21974/stat : 21974 (strangenight2-m) R 21966 21968 21853 0 -1 4202560 205633 0 0 0 120078 83 0 0 25 0 4 0 523301493 934649856 152207 33554432000 4194304 4627427 140736611271104 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 912744

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): 1201.64
CPU time (s): 4800.08
CPU user time (s): 4797.18
CPU system time (s): 2.90356
CPU usage (%): 399.461
Max. virtual memory (cumulated for all children) (KiB): 966916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.18
system time used= 2.90356
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 699582
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= 531
involuntary context switches= 31629

runsolver used 1.87071 second user time and 4.6063 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-30 00:43:09
IDJOB=3174282
IDBENCH=83100
IDSOLVER=1586
FILE ID=node103/3174282-1304116989
RUNJOBID= node103-1304115785-21872
PBS_JOBID= 13170711
Free space on /tmp= 71512 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
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-3174282-1304116989/watcher-3174282-1304116989 -o /tmp/evaluation-result-3174282-1304116989/solver-3174282-1304116989 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174282-1304116989.cnf

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

MD5SUM BENCH= 986ca0416a6ea10fb33d16d3e5ba2568
RANDOM SEED=1627482558

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17894744 kB
Buffers:       2149532 kB
Cached:       12259532 kB
SwapCached:          0 kB
Active:        5601304 kB
Inactive:      8872232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17894744 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5464 kB
Writeback:           0 kB
AnonPages:       63568 kB
Mapped:          14680 kB
Slab:           519944 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193432 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= 71508 MiB
End job on node103 at 2011-04-30 01:03:12