Trace number 3366550

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S1069233620-009.SATISFIABLE.cnf
MD5SUM31822745c6eca997ddfb1c68091841ad
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.945856
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
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-3366550-1305407561.cnf'
0.00/0.00	c -- header says num vars:            650
0.00/0.00	c -- header says num clauses:        2769
0.00/0.01	c -- clauses added:            0 learnts,         2769 normals,            0 xors
0.00/0.01	c -- vars added        650
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       650      2769         0         0      8307         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2769/2769 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:    650 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.04	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.00 s
0.00/0.04	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.04	c calculated reachability. Time: 0.00
0.00/0.04	c Calc default polars -  time:   0.00 s pos:     278 undec:      70 neg:     302
0.00/0.04	c =========================================================================================
0.00/0.04	c types(t): F = full restart, N = normal restart
0.00/0.04	c types(t): S = simplification begin/end, E = solution found
0.00/0.04	c restart types(rt): st = static, dy = dynamic
0.00/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.04	c  B st     0         0       639      2741         0         0      8295         0   no data   no data
0.00/0.08	c Decided on static restart strategy
0.37/0.18	c  N st     8      4917       639      2741         0      4849      8295    135609   no data   no data
1.57/0.46	c  N st    10     11299       639      2741         0      4511      8295     87186   no data   no data
2.77/0.74	c  N st    11     17043       639      2741         0     10158      8295    249678   no data   no data
4.75/1.22	c  F st    12     25002       639      2741         0     12469      8295    326937   no data   no data
4.75/1.22	c  N st    12     25002       639      2741         0     12469      8295    326937   no data   no data
5.56/1.48	c Decided on static restart strategy
5.56/1.48	c  N st    18     30000       639      2741         0     10691      8295    243025   no data   no data
5.56/1.48	c  S st    18     30000       639      2741         0     10691      8295    243025   no data   no data
5.96/1.51	c  S st    18     30504       639      2741         0     11194      8295    256616   no data   no data
5.96/1.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.96/1.51	c blocked clauses removed:        9 vars:      2 tried:         639 T: 0.00 s
5.96/1.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    637 time:  0.00 s
5.96/1.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.96/1.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.96/1.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.57	c lits-rem:        87  cl-subs:      341  v-elim:      0  v-fix:    0  time:  0.05 s
5.96/1.58	c asymm  cl-useful: 0/2732/2732 lits-rem:0 time: 0.01
5.96/1.58	c calculated reachability. Time: 0.00
5.96/1.58	c  N st    18     30504       637      2732         0     10853      8268    244589   no data   no data
7.95/2.00	c  N st    20     37614       637      2732         0     10095      8268    202376   no data   no data
9.54/2.47	c  N st    21     44014       637      2732         0     16401      8268    390805   no data   no data
9.94/2.59	c  S st    22     45757       637      2732         0      9321      8268    156881   no data   no data
10.34/2.61	c  S st    22     46262       637      2732         0      9825      8268    170622   no data   no data
10.34/2.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.34/2.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.34/2.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.34/2.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.34/2.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    637 time:  0.00 s
10.34/2.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.34/2.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.34/2.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.63	c lits-rem:        48  cl-subs:       46  v-elim:      0  v-fix:    0  time:  0.01 s
10.34/2.63	c vivif2 --  cl tried     2732 cl shrink        0 lits rem          0 time: 0.00
10.34/2.64	c vivif2 --  cl tried     9779 cl shrink        0 lits rem          0 time: 0.00
10.34/2.64	c asymm  cl-useful: 0/2732/2732 lits-rem:0 time: 0.00
10.34/2.64	c calculated reachability. Time: 0.00
10.34/2.64	c  N st    22     46262       637      2732         0      9779      8268    168985   no data   no data
14.33/3.65	c  N st    23     60660       637      2732         0     14141      8268    287702   no data   no data
17.15/4.36	c  N st    24     69393       637      2732         0     11904      8268    204213   no data   no data
17.15/4.36	c  S st    24     69393       637      2732         0     11904      8268    204213   no data   no data
17.15/4.39	c  S st    24     69895       637      2732         0     12405      8268    217751   no data   no data
17.15/4.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.15/4.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.15/4.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.15/4.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.15/4.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.15/4.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    637 time:  0.00 s
17.15/4.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.15/4.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.15/4.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.57/4.43	c lits-rem:        30  cl-subs:      127  v-elim:      0  v-fix:    0  time:  0.02 s
17.57/4.43	c vivif2 --  cl tried     2732 cl shrink        0 lits rem          0 time: 0.00
17.57/4.43	c vivif2 --  cl tried    12278 cl shrink        0 lits rem          0 time: 0.00
17.57/4.44	c asymm  cl-useful: 0/2732/2732 lits-rem:0 time: 0.01
17.57/4.44	c calculated reachability. Time: 0.00
17.57/4.44	c  N st    24     69895       637      2732         0     12278      8268    214112   no data   no data
22.70/5.73	c  F st    25     87501       637      2732         0     17778      8268    367304   no data   no data
22.70/5.73	c  N st    25     87501       637      2732         0     17778      8268    367304   no data   no data
24.30/6.17	c  N dy    32     93346       637      2732         0     23558      8268    529377     17.36     18.31
26.34/6.66	c  N dy    50     99663       637      2732         0     16955      8268    275557     17.42     18.40
27.88/7.07	c  S st    80    104842       637      2732         0     22085      8268    411147     17.61   no data
28.28/7.13	c  S st    80    105345       637      2732         0     22588      8268    424569     17.61   no data
28.28/7.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.28/7.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.28/7.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.28/7.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.28/7.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.28/7.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    637 time:  0.00 s
28.28/7.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
28.28/7.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.28/7.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.68/7.24	c lits-rem:       111  cl-subs:      423  v-elim:      0  v-fix:    0  time:  0.08 s
28.68/7.24	c vivif2 --  cl tried     2732 cl shrink        0 lits rem          0 time: 0.00
28.68/7.24	c vivif2 --  cl tried    22165 cl shrink        0 lits rem          0 time: 0.01
28.68/7.26	c asymm  cl-useful: 0/2732/2732 lits-rem:0 time: 0.01
28.68/7.26	c calculated reachability. Time: 0.00
28.68/7.26	c  N dy    80    105345       637      2732         0     22165      8268    413088     17.61   no data
31.08/7.89	c  N dy   112    112091       637      2732         0     15004      8268    190909     17.70     19.24
33.47/8.46	c  N dy   147    119411       637      2732         0     22278      8268    389466     17.89     18.87
37.46/9.43	c  N dy   182    128889       637      2732         0     16799      8268    208034     17.84     18.79
40.24/10.15	c  N dy   236    137182       637      2732         0     25024      8268    430748     18.08     19.92
43.88/11.02	c  N dy   271    145944       637      2732         0     17847      8268    210952     18.08     19.26
47.04/11.84	c  N dy   311    155282       637      2732         0     27110      8268    467682     18.07     19.11
48.28/12.15	c  S st   328    158018       637      2732         0     29835      8268    542609     18.10   no data
48.62/12.21	c  S st   328    158521       637      2732         0     30336      8268    554881     18.10   no data
48.62/12.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.62/12.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
48.62/12.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.62/12.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.62/12.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.62/12.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    637 time:  0.00 s
48.62/12.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
48.62/12.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
48.62/12.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.02/12.39	c lits-rem:       170  cl-subs:      415  v-elim:      0  v-fix:    0  time:  0.14 s
49.02/12.39	c vivif2 --  cl tried     2732 cl shrink        0 lits rem          0 time: 0.00
49.02/12.39	c vivif2 --  cl tried    29921 cl shrink        0 lits rem          0 time: 0.01
49.42/12.41	c asymm  cl-useful: 0/2732/2732 lits-rem:0 time: 0.02
49.42/12.41	c calculated reachability. Time: 0.00
49.42/12.41	c  N dy   328    158521       637      2732         0     29921      8268    542177     18.10   no data
53.40/13.42	c  N dy   366    168641       637      2732         0     23108      8268    330903     18.13     20.18
57.79/14.58	c  N dy   404    179468       637      2732         0     33807      8268    613159     18.10     19.09
62.58/15.75	c  N dy   463    191627       637      2732         0     28033      8268    446714     18.16     19.12
68.97/17.33	c  N dy   534    204410       637      2732         0     21878      8268    251212     18.26     19.29
74.59/18.78	c  N dy   619    217590       637      2732         0     34953      8268    615737     18.40     19.38
81.33/20.42	c  N dy   715    231517       637      2732         0     28956      8268    423827     18.52     23.92
84.52/21.25	c  S st   759    237784       637      2732         0     35175      8268    597196     18.57   no data
84.92/21.34	c  S st   759    238288       637      2732         0     35679      8268    611517     18.57   no data
84.92/21.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.92/21.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
84.92/21.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
84.92/21.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.92/21.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.92/21.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    637 time:  0.00 s
84.92/21.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
84.92/21.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
84.92/21.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.71/21.55	c lits-rem:       146  cl-subs:      303  v-elim:      0  v-fix:    0  time:  0.17 s
85.71/21.55	c vivif2 --  cl tried     2732 cl shrink        0 lits rem          0 time: 0.00
85.71/21.55	c vivif2 --  cl tried    35376 cl shrink        0 lits rem          0 time: 0.01
85.71/21.58	c asymm  cl-useful: 0/2732/2732 lits-rem:0 time: 0.02
85.71/21.58	c calculated reachability. Time: 0.00
85.71/21.58	c  N dy   759    238288       637      2732         0     35376      8268    601152     18.57   no data
93.28/23.46	c  N dy   831    254560       637      2732         0     30675      8268    447837     18.58     19.56
105.65/26.55	c  N dy   912    279819       637      2732         0     33793      8268    496563     18.50     19.52
114.82/28.89	c  N dy  1015    297693       637      2732         0     28771      8268    357528     18.57     23.40
119.21/29.92	c  F st  1044    306250       637      2732         0     37261      8268    588754     18.56     16.57
122.00/30.64	c Decided on static restart strategy
125.59/31.58	c  N st  1052    318557       637      2732         0     25698      8268    449182     18.56   no data
141.54/35.57	c  N st  1055    348953       637      2732         0     30922      8268    586714     18.56   no data
145.92/36.60	c  S st  1056    357432       637      2732         0     39259      8268    836869     18.56   no data
146.32/36.70	c  S st  1056    357938       637      2732         0     39765      8268    849965     18.56   no data
146.32/36.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
146.32/36.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
146.32/36.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
146.32/36.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.32/36.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.32/36.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    637 time:  0.00 s
146.32/36.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
146.32/36.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
146.32/36.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.17/37.48	c lits-rem:       359  cl-subs:     1459  v-elim:      0  v-fix:    0  time:  0.71 s
149.17/37.48	c vivif2 --  cl tried     2732 cl shrink        0 lits rem          0 time: 0.00
149.17/37.49	c vivif2 --  cl tried    38306 cl shrink        0 lits rem          0 time: 0.01
149.51/37.52	c asymm  cl-useful: 0/2732/2732 lits-rem:0 time: 0.03
149.51/37.52	c calculated reachability. Time: 0.00
149.51/37.52	c  N st  1056    357938       637      2732         0     38306      8268    800906     18.56   no data
168.26/42.23	c  N st  1057    390332       637      2732         0     44470      8268   1012728     18.56   no data
196.59/49.35	c  N st  1058    438921       637      2732         0     38270      8268    747129     18.56   no data
241.64/60.65	c  N st  1059    511805       637      2732         0     51882      8268   1102926     18.56   no data
259.59/65.14	c  N st  1060    536907       637      2732         0     46123      8268    871821     18.56   no data
259.59/65.14	c  S st  1060    536907       637      2732         0     46123      8268    871821     18.56   no data
259.99/65.27	c  S st  1060    537415       637      2732         0     46631      8268    884953     18.56   no data
259.99/65.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
259.99/65.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
260.39/65.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
260.39/65.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
260.39/65.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
260.39/65.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    637 time:  0.00 s
260.39/65.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
260.39/65.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
260.39/65.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
263.58/66.18	c lits-rem:       173  cl-subs:     1413  v-elim:      0  v-fix:    0  time:  0.83 s
263.58/66.18	c vivif2 --  cl tried     2732 cl shrink        0 lits rem          0 time: 0.00
263.58/66.19	c vivif2 --  cl tried    45218 cl shrink        0 lits rem          0 time: 0.01
263.98/66.22	c asymm  cl-useful: 0/2732/2732 lits-rem:0 time: 0.03
263.98/66.23	c calculated reachability. Time: 0.00
263.98/66.23	c  N st  1060    537415       637      2732         0     45218      8268    839295     18.56   no data
386.06/96.86	c  N st  1061    701400       637      2732         0     39219      8268    550907     18.56   no data
469.42/117.75	c  N st  1062    806122       637      2732         0     68648      8268   1488981     18.56   no data
469.42/117.75	c  S st  1062    806122       637      2732         0     68648      8268   1488981     18.56   no data
470.16/117.95	c  S st  1062    806624       637      2732         0     69150      8268   1502738     18.56   no data
470.16/117.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
470.16/117.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
470.16/117.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
470.16/117.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
470.16/117.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
470.16/117.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    637 time:  0.00 s
470.16/117.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
470.56/118.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
470.56/118.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
485.31/121.79	c lits-rem:      1156  cl-subs:     2155  v-elim:      0  v-fix:    0  time:  3.70 s
485.31/121.79	c vivif2 --  cl tried     2732 cl shrink        0 lits rem          0 time: 0.00
485.71/121.81	c vivif2 --  cl tried    66995 cl shrink        0 lits rem          0 time: 0.02
485.71/121.87	c asymm  cl-useful: 0/2732/2732 lits-rem:0 time: 0.06
485.71/121.88	c calculated reachability. Time: 0.00
485.71/121.88	c  N st  1062    806624       637      2732         0     66995      8268   1424613     18.56   no data
728.59/182.74	c  F st  1063   1071875       637      2732         0     82644      8268   1768325     18.56   no data
728.59/182.74	c  N st  1063   1071875       637      2732         0     82644      8268   1768325     18.56   no data
748.93/187.85	c  N dy  1137   1093748       637      2732         0     60116      8268    902283     18.58     19.58
771.27/193.47	c  N dy  1235   1113792       637      2732         0     80005      8268   1458665     18.61     19.64
794.80/199.31	c  N dy  1363   1133881       637      2732         0     54553      8268    695680     18.69     20.65
814.75/204.33	c  N dy  1449   1154004       637      2732         0     74478      8268   1250092     18.71     19.77
841.06/210.99	c  N dy  1517   1174095       637      2732         0     47876      8268    467915     18.68     19.67
860.20/215.79	c  N dy  1615   1195488       637      2732         0     69047      8268   1057586     18.71     19.76
878.94/220.45	c  S st  1700   1209936       637      2732         0     83368      8268   1458397     18.74     16.65
879.74/220.69	c  S st  1700   1210437       637      2732         0     83868      8268   1472592     18.74   no data
879.74/220.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
880.14/220.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
880.14/220.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
880.14/220.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
880.14/220.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
880.14/220.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    637 time:  0.00 s
880.14/220.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
880.14/220.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
880.54/220.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
885.33/222.07	c lits-rem:       294  cl-subs:     1169  v-elim:      0  v-fix:    0  time:  1.26 s
885.33/222.07	c vivif2 --  cl tried     2732 cl shrink        0 lits rem          0 time: 0.00
885.33/222.09	c vivif2 --  cl tried    82699 cl shrink        0 lits rem          0 time: 0.02
885.75/222.18	c asymm  cl-useful: 0/2732/2732 lits-rem:0 time: 0.08
885.75/222.18	c calculated reachability. Time: 0.00
885.75/222.18	c  N dy  1700   1210437       637      2732         0     82699      8268   1436221     18.74   no data
910.45/228.37	c  N dy  1795   1230452       637      2732         0     54992      8268    629998     18.76     19.83
931.19/233.58	c  N dy  1902   1250616       637      2732         0     74965      8268   1189162     18.80     19.85
959.91/240.79	c  N dy  1996   1270780       637      2732         0     94948      8268   1744505     18.82     19.90
979.04/245.53	c  N dy  2060   1290839       637      2732         0     66285      8268    915731     18.80     20.27
1002.58/251.46	c  N dy  2114   1310994       637      2732         0     86188      8268   1462356     18.76     19.82
1028.89/258.08	c  N dy  2220   1331080       637      2732         0     56630      8268    619596     18.78     22.17
1049.23/263.18	c  N dy  2296   1351158       637      2732         0     76511      8268   1170026     18.78     21.85
1082.34/271.43	c  N dy  2410   1374023       637      2732         0     99144      8268   1800255     18.80     19.84
1101.47/276.22	c  N dy  2486   1394054       637      2732         0     68487      8268    928167     18.80     21.03
1126.61/282.58	c  N dy  2578   1414066       637      2732         0     88282      8268   1470641     18.81     20.14
1154.92/289.63	c  N dy  2660   1434826       637      2732         0     57363      8268    587387     18.81     19.95
1175.71/294.83	c  N dy  2749   1455142       637      2732         0     77444      8268   1145902     18.82     19.98
1204.77/302.13	c  N dy  2842   1475278       637      2732         0     97389      8268   1703352     18.84     20.15
1227.92/307.94	c  N dy  2906   1495445       637      2732         0     64879      8268    764509     18.82     19.96
1251.03/313.70	c  N dy  3001   1515479       637      2732         0     84679      8268   1321434     18.83     21.06
1280.99/321.27	c  N dy  3068   1535579       637      2732         0    104565      8268   1867073     18.82     20.12
1302.50/326.68	c  N dy  3149   1555799       637      2732         0     71161      8268    918156     18.83     19.90
1329.25/333.31	c  N dy  3240   1576661       637      2732         0     91821      8268   1491902     18.84     20.17
1360.71/341.20	c  N dy  3351   1596755       637      2732         0     57302      8268    512812     18.86     22.57
1381.46/346.50	c  N dy  3453   1616848       637      2732         0     77182      8268   1070593     18.87     19.87
1410.16/353.68	c  N dy  3564   1636863       637      2732         0     97009      8268   1630797     18.89     21.22
1440.07/361.18	c  N dy  3674   1657011       637      2732         0     61533      8268    610994     18.90     19.90
1463.20/366.95	c  N dy  3778   1677565       637      2732         0     81862      8268   1177765     18.92     20.13
1493.12/374.41	c  N dy  3871   1697630       637      2732         0    101731      8268   1731149     18.92     22.24
1513.85/379.69	c  S st  3894   1710437       637      2732         0     57966      8268    481900     18.91     18.41
1514.65/379.85	c  S st  3894   1710942       637      2732         0     58471      8268    496567     18.91   no data
1514.65/379.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1514.65/379.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
1514.65/379.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1514.65/379.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1514.65/379.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1514.65/379.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    637 time:  0.00 s
1514.65/379.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1514.65/379.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1515.05/379.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1515.45/380.05	c lits-rem:        32  cl-subs:      127  v-elim:      0  v-fix:    0  time:  0.14 s
1515.45/380.05	c vivif2 --  cl tried     2732 cl shrink        0 lits rem          0 time: 0.00
1515.45/380.06	c vivif2 --  cl tried    58344 cl shrink        0 lits rem          0 time: 0.01
1515.85/380.10	c asymm  cl-useful: 0/2732/2732 lits-rem:0 time: 0.04
1515.85/380.10	c calculated reachability. Time: 0.00
1515.85/380.10	c  N dy  3894   1710942       637      2732         0     58344      8268    493098     18.91   no data
1541.37/386.51	c  N dy  4001   1731057       637      2732         0     78270      8268   1051068     18.93     20.07
1573.27/394.52	c  N dy  4084   1751068       637      2732         0     98053      8268   1598313     18.93     19.97
1613.97/404.76	c  N dy  4185   1779336       637      2732         0     68612      8268    746914     18.93     20.17
1654.23/414.89	c  N dy  4299   1810576       637      2732         0     99494      8268   1609352     18.92     19.99
1684.59/422.42	c  N dy  4353   1830588       637      2732         0     60937      8268    519637     18.91     20.11
1706.11/427.85	c  N dy  4433   1850817       637      2732         0     80924      8268   1069917     18.91     20.20
1734.79/435.02	c  N dy  4502   1871729       637      2732         0    101590      8268   1646911     18.91     19.94
1769.09/443.61	c  N dy  4602   1891791       637      2732         0     62136      8268    528272     18.92     21.58
1791.42/449.20	c  N dy  4677   1911845       637      2732         0     81935      8268   1072576     18.92     22.00
1822.13/456.98	c  N dy  4737   1933134       637      2732         0    102969      8268   1653956     18.90     20.05
1858.02/465.97	c  N dy  4842   1954138       637      2732         0     63440      8268    539409     18.91     19.91
1897.11/475.75	c  N dy  4910   1988577       637      2732         0     97376      8268   1471294     18.88     20.05
1939.77/486.49	c  N dy  5003   2012617       637      2732         0    121160      8268   2128110     18.87     20.06
1992.81/499.73	c  N dy  5045   2054912       637      2732         0    101537      8268   1570330     18.79     19.97
2031.15/509.33	c  N dy  5133   2075211       637      2732         0    121627      8268   2129774     18.79     19.95
2056.64/515.73	c  N dy  5215   2095754       637      2732         0     79769      8268    949955     18.80     19.90
2085.34/522.99	c  N dy  5321   2115828       637      2732         0     99636      8268   1503336     18.81     22.93
2124.82/532.88	c  N dy  5412   2137290       637      2732         0    120855      8268   2097472     18.81     19.93
2155.53/540.54	c  N dy  5507   2160567       637      2732         0     80636      8268    955275     18.81     19.82
2185.44/548.08	c  N dy  5621   2180648       637      2732         0    100522      8268   1511880     18.82     20.84
2226.92/558.46	c  N dy  5693   2202009       637      2732         0    121607      8268   2101198     18.82     19.92
2244.87/562.90	c  S st  5736   2210943       637      2732         0     66196      8268    531338     18.82     17.06
2245.27/563.08	c  S st  5736   2211449       637      2732         0     66702      8268    546142     18.82   no data
2245.27/563.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2245.68/563.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
2245.68/563.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2245.68/563.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2245.68/563.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2245.68/563.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    637 time:  0.00 s
2245.68/563.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2245.68/563.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2245.68/563.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2246.45/563.31	c lits-rem:        14  cl-subs:      138  v-elim:      0  v-fix:    0  time:  0.15 s
2246.45/563.31	c vivif2 --  cl tried     2732 cl shrink        0 lits rem          0 time: 0.00
2246.45/563.32	c vivif2 --  cl tried    66564 cl shrink        0 lits rem          0 time: 0.01
2246.45/563.38	c asymm  cl-useful: 0/2732/2732 lits-rem:0 time: 0.06
2246.45/563.38	c calculated reachability. Time: 0.00
2246.45/563.38	c  N dy  5736   2211449       637      2732         0     66564      8268    542531     18.82   no data
2289.98/574.25	c  N dy  5756   2245298       637      2732         0     99840      8268   1394877     18.76     19.91
2326.22/583.34	c  N dy  5865   2265379       637      2732         0    119710      8268   1951388     18.77     22.65
2358.92/591.54	c  N dy  5944   2286323       637      2732         0     75279      8268    766089     18.77     19.76
2384.85/598.05	c  N dy  6024   2306418       637      2732         0     95150      8268   1327338     18.77     21.62
2420.34/606.95	c  N dy  6133   2326484       637      2732         0    115001      8268   1882745     18.78     20.66
2459.42/616.77	c  N dy  6252   2346503       637      2732         0     68597      8268    560888     18.79     22.99
2484.94/623.14	c  N dy  6367   2366543       637      2732         0     88475      8268   1125857     18.81     23.59
2518.09/631.44	c  N dy  6484   2386987       637      2732         0    108716      8268   1697467     18.82     19.83
2558.72/641.64	c  N dy  6599   2407086       637      2732         0    128635      8268   2264780     18.83     23.76
2588.63/649.13	c  N dy  6673   2427986       637      2732         0     81992      8268    903503     18.83     19.91
2617.75/656.40	c  N dy  6756   2448011       637      2732         0    101798      8268   1454283     18.83     22.33
2694.32/675.68	c  N dy  6860   2493723       637      2732         0     78694      8268    782980     18.80     19.98
2722.64/682.74	c  N dy  6975   2513891       637      2732         0     98648      8268   1348757     18.81     19.85
2762.52/692.73	c  N dy  7092   2535854       637      2732         0    120375      8268   1955630     18.82     19.96
2803.58/703.08	c  N dy  7194   2556088       637      2732         0     71186      8268    562233     18.83     19.86
2830.70/709.89	c  N dy  7298   2576094       637      2732         0     90974      8268   1113959     18.84     21.84
2862.21/717.75	c  N dy  7363   2596325       637      2732         0    110977      8268   1674724     18.83     19.89
2898.91/726.92	c  N dy  7405   2616659       637      2732         0    130986      8268   2208905     18.81     19.98
2933.20/735.59	c  N dy  7528   2636685       637      2732         0     80675      8268    814857     18.83     20.56
2983.09/748.05	c  N dy  7649   2669767       637      2732         0    113303      8268   1726780     18.82     19.92
3024.93/758.58	c  N dy  7762   2689882       637      2732         0    133205      8268   2289056     18.83     19.86
3061.64/767.80	c  N dy  7887   2709961       637      2732         0     81926      8268    827090     18.85     20.27
3064.01/768.31	c  S st  7901   2711449       637      2732         0     83401      8268    869803     18.85   no data
3064.81/768.52	c  S st  7901   2711954       637      2732         0     83906      8268    884585     18.85   no data
3064.81/768.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3064.81/768.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3064.81/768.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3064.81/768.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3064.81/768.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3064.81/768.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    637 time:  0.00 s
3064.81/768.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3064.81/768.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3065.21/768.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3066.45/768.94	c lits-rem:        52  cl-subs:      368  v-elim:      0  v-fix:    0  time:  0.31 s
3066.45/768.94	c vivif2 --  cl tried     2732 cl shrink        0 lits rem          0 time: 0.00
3066.45/768.95	c vivif2 --  cl tried    83538 cl shrink        0 lits rem          0 time: 0.01
3066.80/769.03	c asymm  cl-useful: 0/2732/2732 lits-rem:0 time: 0.07
3066.80/769.03	c calculated reachability. Time: 0.00
3066.80/769.03	c  N dy  7901   2711954       637      2732         0     83538      8268    872539     18.85   no data
3097.91/776.85	c  N dy  8061   2732025       637      2732         0    103422      8268   1446766     18.87     20.69
3135.40/786.24	c  N dy  8171   2752049       637      2732         0    123220      8268   1999342     18.88     20.82
3177.67/796.86	c  N dy  8229   2772114       637      2732         0    143011      8268   2537775     18.87     26.10
3205.99/803.90	c  N dy  8365   2792153       637      2732         0     90661      8268   1050977     18.89     22.22
3237.11/811.78	c  N dy  8444   2812157       637      2732         0    110462      8268   1604289     18.89     21.17
3274.19/821.05	c  N dy  8470   2832640       637      2732         0    130573      8268   2125854     18.88     19.88
3313.27/830.86	c  N dy  8532   2853626       637      2732         0     78153      8268    665147     18.87     19.87
3341.19/837.83	c  N dy  8593   2873641       637      2732         0     97854      8268   1193083     18.86     19.95
3377.49/846.97	c  N dy  8727   2893940       637      2732         0    117933      8268   1767236     18.88     20.09
3420.54/857.73	c  N dy  8848   2913978       637      2732         0    137797      8268   2333721     18.89     19.98
3459.24/867.48	c  N dy  8956   2934044       637      2732         0     83530      8268    793701     18.90     22.51
3505.49/879.03	c  N dy  9057   2966266       637      2732         0    115364      8268   1691735     18.89     19.94
3546.97/889.48	c  N dy  9165   2986450       637      2732         0    135316      8268   2252885     18.90     20.00
3594.03/901.20	c  N dy  9194   3006730       637      2732         0     80290      8268    694672     18.89     20.14
3631.93/910.72	c  N dy  9286   3028216       637      2732         0    101512      8268   1285411     18.89     20.18
3671.01/920.52	c  N dy  9401   3048870       637      2732         0    121955      8268   1862828     18.90     20.04
3714.86/931.50	c  N dy  9507   3068872       637      2732         0    141756      8268   2422963     18.91     19.98
3751.55/940.70	c  N dy  9561   3089889       637      2732         0     86370      8268    829899     18.90     20.05
3783.06/948.66	c  N dy  9693   3109934       637      2732         0    106219      8268   1395595     18.91     20.02
3831.31/960.79	c  N dy  9722   3137880       637      2732         0    133703      8268   2139202     18.89     19.95
3879.97/972.91	c  N dy  9827   3157978       637      2732         0    153608      8268   2702852     18.90     19.90
3912.70/981.14	c  N dy  9947   3179763       637      2732         0     98121      8268   1147088     18.91     19.96
3947.37/989.87	c  N dy 10060   3199817       637      2732         0    117976      8268   1708023     18.92     23.01
3973.70/996.42	c  S st 10116   3211955       637      2732         0    129990      8268   2045829     18.92   no data
3975.29/996.81	c  S st 10116   3212457       637      2732         0    130491      8268   2061049     18.92   no data
3975.29/996.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3975.29/996.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3975.29/996.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3975.29/996.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3975.29/996.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3975.29/996.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    637 time:  0.00 s
3975.29/996.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3975.69/996.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3975.69/996.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3984.86/999.27	c lits-rem:       190  cl-subs:     2264  v-elim:      0  v-fix:    0  time:  2.26 s
3984.86/999.27	c vivif2 --  cl tried     2732 cl shrink        0 lits rem          0 time: 0.00
3985.26/999.30	c vivif2 --  cl tried   128227 cl shrink        0 lits rem          0 time: 0.03
3985.66/999.43	c asymm  cl-useful: 0/2732/2732 lits-rem:0 time: 0.13
3985.66/999.44	c calculated reachability. Time: 0.00
3985.66/999.44	c  N dy 10116   3212457       637      2732         0    128227      8268   1994558     18.92   no data
4033.91/1011.56	c  N dy 10243   3232550       637      2732         0    148130      8268   2564548     18.93     20.84
4070.20/1020.62	c  N dy 10336   3252613       637      2732         0     89876      8268    892836     18.94     20.13
4101.32/1028.46	c  N dy 10409   3272691       637      2732         0    109676      8268   1435586     18.94     21.85
4146.38/1039.73	c  N dy 10503   3296203       637      2732         0    132902      8268   2091154     18.94     20.23
4197.43/1052.52	c  N dy 10643   3316402       637      2732         0    152908      8268   2659187     18.95     20.21
4230.93/1060.92	c  N dy 10716   3336586       637      2732         0     93770      8268    977674     18.95     20.08
4264.07/1069.28	c  N dy 10795   3356708       637      2732         0    113672      8268   1538832     18.95     20.01
4308.29/1080.31	c  N dy 10948   3376782       637      2732         0    133568      8268   2106057     18.96     24.62
4353.76/1091.74	c  N dy 11003   3397555       637      2732         0    154064      8268   2679595     18.96     20.02
4389.26/1100.62	c  N dy 11095   3417632       637      2732         0     93808      8268    960764     18.96     19.99
4425.55/1109.76	c  N dy 11192   3437706       637      2732         0    113662      8268   1517490     18.96     19.99
4470.25/1120.95	c  N dy 11283   3458122       637      2732         0    133871      8268   2081133     18.97     20.01
4519.26/1133.24	c  N dy 11349   3478536       637      2732         0    154079      8268   2654969     18.97     20.15
4558.34/1143.09	c  N dy 11409   3498989       637      2732         0     93201      8268    912290     18.96     20.18
4592.25/1151.54	c  N dy 11533   3519028       637      2732         0    113036      8268   1477786     18.97     21.05
4632.56/1161.68	c  N dy 11578   3541102       637      2732         0    134845      8268   2083795     18.96     19.99
4679.59/1173.44	c  N dy 11654   3561195       637      2732         0    154673      8268   2632673     18.96     19.99
4723.06/1184.36	c  N dy 11792   3581400       637      2732         0     92618      8268    885455     18.97     20.04
4756.96/1192.81	c  N dy 11896   3601464       637      2732         0    112446      8268   1436991     18.98     20.74
4797.63/1203.03	c  N dy 12001   3621727       637      2732         0    132486      8268   2012515     18.98     20.13

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

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

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


[startup+0 s]
/proc/loadavg: 8.03 8.10 8.03 8/367 15640
/proc/meminfo: memFree=23301572/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=183212 CPUtime=0 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 549 0 0 0 0 0 0 0 25 0 4 0 730986762 187609088 477 33554432000 4194304 4580107 140735124740976 18446744073709551615 260905054917 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15640/statm: 45803 485 333 95 0 40785 0
[pid=15640/tid=15641] ppid=15638 vsize=216472 CPUtime=0 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 275 0 0 0 0 0 0 0 25 0 4 0 730986763 221667328 1115 33554432000 4194304 4580107 140735124740976 18446744073709551615 260905499167 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=216472 CPUtime=0 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 303 0 0 0 0 0 0 0 25 0 4 0 730986763 221667328 1115 33554432000 4194304 4580107 140735124740976 18446744073709551615 260905499167 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=216472 CPUtime=0 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 131 0 0 0 0 0 0 0 25 0 4 0 730986763 221667328 1116 33554432000 4194304 4580107 140735124740976 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.09162 s]
/proc/loadavg: 8.03 8.10 8.03 8/367 15640
/proc/meminfo: memFree=23301572/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=216952 CPUtime=0.34 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 1798 0 0 0 34 0 0 0 25 0 4 0 730986762 222158848 1662 33554432000 4194304 4580107 140735124740976 18446744073709551615 4318731 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 54238 1662 377 95 0 49220 0
[pid=15640/tid=15641] ppid=15638 vsize=216952 CPUtime=0.08 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 391 0 0 0 8 0 0 0 25 0 4 0 730986763 222158848 1662 33554432000 4194304 4580107 140735124740976 18446744073709551615 4322703 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=216952 CPUtime=0.08 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 410 0 0 0 8 0 0 0 25 0 4 0 730986763 222158848 1662 33554432000 4194304 4580107 140735124740976 18446744073709551615 4293920 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=216952 CPUtime=0.08 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 238 0 0 0 8 0 0 0 25 0 4 0 730986763 222158848 1662 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 216952

[startup+0.100618 s]
/proc/loadavg: 8.03 8.10 8.03 8/367 15640
/proc/meminfo: memFree=23301572/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=216952 CPUtime=0.37 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 1840 0 0 0 37 0 0 0 25 0 4 0 730986762 222158848 1704 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294088 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 54238 1704 377 95 0 49220 0
[pid=15640/tid=15641] ppid=15638 vsize=216952 CPUtime=0.09 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 401 0 0 0 9 0 0 0 25 0 4 0 730986763 222158848 1704 33554432000 4194304 4580107 140735124740976 18446744073709551615 4298629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=216952 CPUtime=0.09 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 420 0 0 0 9 0 0 0 25 0 4 0 730986763 222158848 1704 33554432000 4194304 4580107 140735124740976 18446744073709551615 4321592 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=216952 CPUtime=0.09 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 247 0 0 0 9 0 0 0 25 0 4 0 730986763 222158848 1704 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 216952

[startup+0.300582 s]
/proc/loadavg: 8.03 8.10 8.03 8/367 15640
/proc/meminfo: memFree=23301572/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=218588 CPUtime=1.17 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 2987 0 0 0 117 0 0 0 25 0 4 0 730986762 223834112 2174 33554432000 4194304 4580107 140735124740976 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 54647 2174 377 95 0 49629 0
[pid=15640/tid=15641] ppid=15638 vsize=218588 CPUtime=0.29 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 677 0 0 0 29 0 0 0 25 0 4 0 730986763 223834112 2174 33554432000 4194304 4580107 140735124740976 18446744073709551615 4293110 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=218588 CPUtime=0.29 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 711 0 0 0 29 0 0 0 25 0 4 0 730986763 223834112 2174 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=218588 CPUtime=0.29 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 553 0 0 0 29 0 0 0 25 0 4 0 730986763 223834112 2174 33554432000 4194304 4580107 140735124740976 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 218588

[startup+0.700509 s]
/proc/loadavg: 8.03 8.10 8.03 8/367 15640
/proc/meminfo: memFree=23301572/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=219576 CPUtime=2.77 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 4674 0 0 0 277 0 0 0 25 0 4 0 730986762 224845824 2841 33554432000 4194304 4580107 140735124740976 18446744073709551615 4318708 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 54894 2841 377 95 0 49876 0
[pid=15640/tid=15641] ppid=15638 vsize=219576 CPUtime=0.69 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 1107 0 0 0 69 0 0 0 25 0 4 0 730986763 224845824 2841 33554432000 4194304 4580107 140735124740976 18446744073709551615 4306073 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=219576 CPUtime=0.69 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 1121 0 0 0 69 0 0 0 25 0 4 0 730986763 224845824 2841 33554432000 4194304 4580107 140735124740976 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=219576 CPUtime=0.69 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 981 0 0 0 69 0 0 0 25 0 4 0 730986763 224845824 2841 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 219576

[startup+1.50036 s]
/proc/loadavg: 8.03 8.10 8.03 9/371 15644
/proc/meminfo: memFree=23284056/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=221172 CPUtime=5.96 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 8006 0 0 0 595 1 0 0 25 0 4 0 730986762 226480128 3404 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294449 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 55293 3404 378 95 0 50275 0
[pid=15640/tid=15641] ppid=15638 vsize=221172 CPUtime=1.49 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 1994 0 0 0 149 0 0 0 25 0 4 0 730986763 226480128 3404 33554432000 4194304 4580107 140735124740976 18446744073709551615 4293108 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=221172 CPUtime=1.49 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 1880 0 0 0 149 0 0 0 25 0 4 0 730986763 226480128 3405 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=221172 CPUtime=1.49 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 1806 0 0 0 149 0 0 0 25 0 4 0 730986763 226480128 3405 33554432000 4194304 4580107 140735124740976 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 221172

[startup+3.10107 s]
/proc/loadavg: 8.03 8.10 8.03 9/371 15644
/proc/meminfo: memFree=23253332/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=209184 CPUtime=12.34 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 19045 0 0 0 1231 3 0 0 25 0 4 0 730986762 214204416 10482 33554432000 4194304 4580107 140735124740976 18446744073709551615 4321718 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 52296 10482 380 95 0 47278 0
[pid=15640/tid=15641] ppid=15638 vsize=209184 CPUtime=3.09 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 4448 0 0 0 309 0 0 0 25 0 4 0 730986763 214204416 10482 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=209184 CPUtime=3.09 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 5116 0 0 0 308 1 0 0 25 0 4 0 730986763 214204416 10482 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=209184 CPUtime=3.08 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 4418 0 0 0 308 0 0 0 25 0 4 0 730986763 214204416 10482 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 209184

[startup+6.30049 s]
/proc/loadavg: 8.02 8.10 8.03 9/371 15644
/proc/meminfo: memFree=23208020/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=239736 CPUtime=25.1 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 29247 0 0 0 2504 6 0 0 25 0 4 0 730986762 245489664 15034 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 59934 15034 379 95 0 54916 0
[pid=15640/tid=15641] ppid=15638 vsize=239736 CPUtime=6.29 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 7665 0 0 0 628 1 0 0 25 0 4 0 730986763 245489664 15034 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=239736 CPUtime=6.28 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 7706 0 0 0 627 1 0 0 25 0 4 0 730986763 245489664 15034 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=239736 CPUtime=6.29 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 6499 0 0 0 628 1 0 0 25 0 4 0 730986763 245489664 15034 33554432000 4194304 4580107 140735124740976 18446744073709551615 4293170 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 239736

[startup+12.7003 s]
/proc/loadavg: 8.02 8.10 8.03 9/371 15644
/proc/meminfo: memFree=23152276/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=240020 CPUtime=50.62 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 44657 0 0 0 5052 10 0 0 25 0 4 0 730986762 245780480 22939 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 60005 22939 379 95 0 54987 0
[pid=15640/tid=15641] ppid=15638 vsize=240020 CPUtime=12.69 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 10853 0 0 0 1267 2 0 0 25 0 4 0 730986763 245780480 22939 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=240020 CPUtime=12.69 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 10839 0 0 0 1267 2 0 0 25 0 4 0 730986763 245780480 22939 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=240020 CPUtime=12.68 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 11175 0 0 0 1265 3 0 0 25 0 4 0 730986763 245780480 22939 33554432000 4194304 4580107 140735124740976 18446744073709551615 4296274 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 240020

[startup+25.501 s]
/proc/loadavg: 8.02 8.09 8.03 9/371 15645
/proc/meminfo: memFree=23097884/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=250736 CPUtime=101.67 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 64017 0 0 0 10153 14 0 0 25 0 4 0 730986762 256753664 30940 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294410 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 62684 30940 379 95 0 57666 0
[pid=15640/tid=15641] ppid=15638 vsize=250736 CPUtime=25.49 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 15205 0 0 0 2547 2 0 0 25 0 4 0 730986763 256753664 30940 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=250736 CPUtime=25.49 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 17897 0 0 0 2546 3 0 0 25 0 4 0 730986763 256753664 30940 33554432000 4194304 4580107 140735124740976 18446744073709551615 4318305 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=250736 CPUtime=25.48 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 15805 0 0 0 2544 4 0 0 25 0 4 0 730986763 256753664 30940 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 250736

[startup+51.1003 s]
/proc/loadavg: 8.01 8.08 8.03 9/371 15645
/proc/meminfo: memFree=23047200/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=362472 CPUtime=203.76 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 93541 0 0 0 20354 22 0 0 25 0 4 0 730986762 371171328 39926 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 90618 39926 379 95 0 85600 0
[pid=15640/tid=15641] ppid=15638 vsize=362472 CPUtime=51.08 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 19864 0 0 0 5105 3 0 0 25 0 4 0 730986763 371171328 39926 33554432000 4194304 4580107 140735124740976 18446744073709551615 4293680 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=362472 CPUtime=51.08 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 27265 0 0 0 5102 6 0 0 25 0 4 0 730986763 371171328 39926 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=362472 CPUtime=51.07 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 24160 0 0 0 5101 6 0 0 25 0 4 0 730986763 371171328 39926 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 362472

[startup+102.314 s]
/proc/loadavg: 8.08 8.10 8.03 9/371 15647
/proc/meminfo: memFree=22970904/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=384208 CPUtime=408 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 128531 0 0 0 40766 34 0 0 25 0 4 0 730986762 393428992 49306 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 96052 49306 379 95 0 91034 0
[pid=15640/tid=15641] ppid=15638 vsize=384208 CPUtime=102.3 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 21941 0 0 0 10225 5 0 0 25 0 4 0 730986763 393428992 49306 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=384208 CPUtime=102.3 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 36726 0 0 0 10221 9 0 0 25 0 4 0 730986763 393428992 49306 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=384208 CPUtime=102.27 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 34281 0 0 0 10218 9 0 0 25 0 4 0 730986763 393428992 49306 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408
Current children cumulated vsize (KiB) 384208

[startup+162.301 s]

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

[pid=15640] ppid=15638 vsize=498112 CPUtime=2561.53 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 346506 0 0 0 256034 119 0 0 25 0 4 0 730986762 510066688 89617 33554432000 4194304 4580107 140735124740976 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 124528 89617 379 95 0 119510 0
[pid=15640/tid=15641] ppid=15638 vsize=498112 CPUtime=642.32 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 69643 0 0 0 64208 24 0 0 25 0 4 0 730986763 510066688 89619 33554432000 4194304 4580107 140735124740976 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=498112 CPUtime=642.32 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 123824 0 0 0 64188 44 0 0 25 0 4 0 730986763 510066688 89619 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=498112 CPUtime=642.19 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 71913 0 0 0 64196 23 0 0 25 0 4 0 730986763 510066688 89619 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2561.53
Current children cumulated vsize (KiB) 498112

[startup+702.301 s]
/proc/loadavg: 8.13 8.10 8.05 9/371 15693
/proc/meminfo: memFree=22589036/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=498268 CPUtime=2800.8 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 365224 0 0 0 279953 127 0 0 25 0 4 0 730986762 510226432 90012 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294389 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 124567 90012 379 95 0 119549 0
[pid=15640/tid=15641] ppid=15638 vsize=498268 CPUtime=702.31 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 71301 0 0 0 70205 26 0 0 25 0 4 0 730986763 510226432 90012 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=498268 CPUtime=702.3 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 132651 0 0 0 70184 46 0 0 25 0 4 0 730986763 510226432 90012 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=498268 CPUtime=702.16 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 77178 0 0 0 70191 25 0 0 25 0 4 0 730986763 510226432 90012 33554432000 4194304 4580107 140735124740976 18446744073709551615 4293179 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2800.8
Current children cumulated vsize (KiB) 498268

[startup+762.314 s]
/proc/loadavg: 8.13 8.11 8.05 9/371 15694
/proc/meminfo: memFree=22596416/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=563948 CPUtime=3040.12 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 385448 0 0 0 303876 136 0 0 25 0 4 0 730986762 577482752 95953 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 140987 95953 379 95 0 135969 0
[pid=15640/tid=15641] ppid=15638 vsize=563948 CPUtime=762.33 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 75998 0 0 0 76205 28 0 0 25 0 4 0 730986763 577482752 95953 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=563948 CPUtime=762.32 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 141683 0 0 0 76182 50 0 0 25 0 4 0 730986763 577482752 95953 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=563948 CPUtime=762.16 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 80479 0 0 0 76189 27 0 0 25 0 4 0 730986763 577482752 95953 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3040.12
Current children cumulated vsize (KiB) 563948

[startup+822.301 s]
/proc/loadavg: 8.09 8.10 8.05 9/371 15696
/proc/meminfo: memFree=22596744/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=498516 CPUtime=3279.37 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 404122 0 0 0 327792 145 0 0 25 0 4 0 730986762 510480384 89517 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 124629 89517 379 95 0 119611 0
[pid=15640/tid=15641] ppid=15638 vsize=498516 CPUtime=822.32 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 78680 0 0 0 82203 29 0 0 25 0 4 0 730986763 510480384 89517 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=498516 CPUtime=822.31 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 149814 0 0 0 82177 54 0 0 25 0 4 0 730986763 510480384 89517 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=498516 CPUtime=822.15 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 85688 0 0 0 82185 30 0 0 25 0 4 0 730986763 510480384 89517 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3279.37
Current children cumulated vsize (KiB) 498516

[startup+882.301 s]
/proc/loadavg: 8.03 8.08 8.05 9/371 15697
/proc/meminfo: memFree=22531960/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=498632 CPUtime=3518.65 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 425551 0 0 0 351713 152 0 0 25 0 4 0 730986762 510599168 97061 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 124658 97061 379 95 0 119640 0
[pid=15640/tid=15641] ppid=15638 vsize=498632 CPUtime=882.32 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 83715 0 0 0 88201 31 0 0 25 0 4 0 730986763 510599168 97061 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=498632 CPUtime=882.31 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 157164 0 0 0 88174 57 0 0 25 0 4 0 730986763 510599168 97061 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=498632 CPUtime=882.13 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 91204 0 0 0 88182 31 0 0 25 0 4 0 730986763 510599168 97061 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3518.65
Current children cumulated vsize (KiB) 498632

[startup+942.301 s]
/proc/loadavg: 8.09 8.09 8.05 9/371 15699
/proc/meminfo: memFree=22480952/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=565336 CPUtime=3757.94 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 442386 0 0 0 375634 160 0 0 25 0 4 0 730986762 578904064 102234 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 141334 102234 379 95 0 136316 0
[pid=15640/tid=15641] ppid=15638 vsize=565336 CPUtime=942.32 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 86396 0 0 0 94200 32 0 0 25 0 4 0 730986763 578904064 102234 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=565336 CPUtime=942.32 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 167661 0 0 0 94171 61 0 0 25 0 4 0 730986763 578904064 102234 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=565336 CPUtime=942.12 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 92857 0 0 0 94179 33 0 0 25 0 4 0 730986763 578904064 102234 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3757.94
Current children cumulated vsize (KiB) 565336

[startup+1002.3 s]
/proc/loadavg: 8.03 8.07 8.05 9/371 15701
/proc/meminfo: memFree=22467136/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=613020 CPUtime=3997.22 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 458243 0 0 0 399556 166 0 0 25 0 4 0 730986762 627732480 106662 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 153255 106662 379 95 0 148237 0
[pid=15640/tid=15641] ppid=15638 vsize=613020 CPUtime=1002.32 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 87587 0 0 0 100200 32 0 0 25 0 4 0 730986763 627732480 106662 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=613020 CPUtime=1002.32 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 174837 0 0 0 100168 64 0 0 25 0 4 0 730986763 627732480 106662 33554432000 4194304 4580107 140735124740976 18446744073709551615 4316768 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=613020 CPUtime=1002.12 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 98087 0 0 0 100177 35 0 0 25 0 4 0 730986763 627732480 106662 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3997.22
Current children cumulated vsize (KiB) 613020

[startup+1062.3 s]
/proc/loadavg: 8.08 8.08 8.05 9/371 15702
/proc/meminfo: memFree=22413524/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=565552 CPUtime=4236.51 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 474357 0 0 0 423476 175 0 0 25 0 4 0 730986762 579125248 107286 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 141388 107286 379 95 0 136370 0
[pid=15640/tid=15641] ppid=15638 vsize=565552 CPUtime=1062.32 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 90140 0 0 0 106198 34 0 0 25 0 4 0 730986763 579125248 107286 33554432000 4194304 4580107 140735124740976 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=565552 CPUtime=1062.31 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 182008 0 0 0 106164 67 0 0 25 0 4 0 730986763 579125248 107286 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=565552 CPUtime=1062.11 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 99677 0 0 0 106175 36 0 0 25 0 4 0 730986763 579125248 107286 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4236.51
Current children cumulated vsize (KiB) 565552

[startup+1122.3 s]
/proc/loadavg: 8.18 8.10 8.06 9/371 15704
/proc/meminfo: memFree=22411116/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=614188 CPUtime=4475.79 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 490364 0 0 0 447398 181 0 0 25 0 4 0 730986762 628928512 105449 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294555 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 153547 105449 379 95 0 148529 0
[pid=15640/tid=15641] ppid=15638 vsize=614188 CPUtime=1122.33 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 91373 0 0 0 112198 35 0 0 25 0 4 0 730986763 628928512 105449 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=614188 CPUtime=1122.32 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 188666 0 0 0 112163 69 0 0 25 0 4 0 730986763 628928512 105449 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=614188 CPUtime=1122.09 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 103257 0 0 0 112172 37 0 0 25 0 4 0 730986763 628928512 105449 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4475.79
Current children cumulated vsize (KiB) 614188

[startup+1182.3 s]
/proc/loadavg: 8.21 8.11 8.06 9/371 15705
/proc/meminfo: memFree=22334804/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=602528 CPUtime=4715.08 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 509744 0 0 0 471318 190 0 0 25 0 4 0 730986762 616988672 114982 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 150632 114982 379 95 0 145614 0
[pid=15640/tid=15641] ppid=15638 vsize=602528 CPUtime=1182.32 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 96763 0 0 0 118196 36 0 0 25 0 4 0 730986763 616988672 114982 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=602528 CPUtime=1182.32 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 195433 0 0 0 118159 73 0 0 25 0 4 0 730986763 616988672 114982 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=602528 CPUtime=1182.08 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 106341 0 0 0 118170 38 0 0 25 0 4 0 730986763 616988672 114982 33554432000 4194304 4580107 140735124740976 18446744073709551615 4322556 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4715.08
Current children cumulated vsize (KiB) 602528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.15 8.10 8.06 9/371 15706
/proc/meminfo: memFree=22389716/32950928 swapFree=65730864/67111528
[pid=15640] ppid=15638 vsize=656840 CPUtime=4800.04 cores=0,2,4,6
/proc/15640/stat : 15640 (strangenight2-m) R 15638 15640 15496 0 -1 4202496 514592 0 0 0 479812 192 0 0 25 0 4 0 730986762 672604160 107472 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15640/statm: 164210 107472 379 95 0 159192 0
[pid=15640/tid=15641] ppid=15638 vsize=656840 CPUtime=1203.64 cores=0,2,4,6
/proc/15640/task/15641/stat : 15641 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 97853 0 0 0 120327 37 0 0 25 0 4 0 730986763 672604160 107473 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15640/tid=15642] ppid=15638 vsize=656840 CPUtime=1203.64 cores=0,2,4,6
/proc/15640/task/15642/stat : 15642 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 197129 0 0 0 120290 74 0 0 25 0 4 0 730986763 672604160 107473 33554432000 4194304 4580107 140735124740976 18446744073709551615 4321083 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=15640/tid=15643] ppid=15638 vsize=656840 CPUtime=1203.39 cores=0,2,4,6
/proc/15640/task/15643/stat : 15643 (strangenight2-m) R 15638 15640 15496 0 -1 4202560 108404 0 0 0 120300 39 0 0 25 0 4 0 730986763 672604160 107473 33554432000 4194304 4580107 140735124740976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 656840

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.1
CPU user time (s): 4798.16
CPU system time (s): 1.9417
CPU usage (%): 398.799
Max. virtual memory (cumulated for all children) (KiB): 704964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.16
system time used= 1.9417
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 514593
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= 442
involuntary context switches= 34523

runsolver used 4.05338 second user time and 10.2254 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-14 23:12:41
IDJOB=3366550
IDBENCH=82959
IDSOLVER=1844
FILE ID=node116/3366550-1305407561
RUNJOBID= node116-1305406355-15514
PBS_JOBID= 13324511
Free space on /tmp= 73132 MiB

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

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

MD5SUM BENCH= 31822745c6eca997ddfb1c68091841ad
RANDOM SEED=1921593718

node116.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.826
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.65
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.826
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.15
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.826
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.826
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.75
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.826
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.77
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.826
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.826
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.826
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:     32950928 kB
MemFree:      23301852 kB
Buffers:         35600 kB
Cached:         111164 kB
SwapCached:      12356 kB
Active:        9390260 kB
Inactive:        52920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23301852 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:           10912 kB
Writeback:           0 kB
AnonPages:     9294828 kB
Mapped:          15984 kB
Slab:            96432 kB
PageTables:      44088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82834008 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= 73124 MiB
End job on node116 at 2011-05-14 23:32:46