Trace number 3366407

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S628307658-028.SATISFIABLE.cnf
MD5SUM0b3e0de9aa59dd098eea77ce3aaba6c9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.031995
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.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-3366407-1305403485.cnf'
0.00/0.00	c -- header says num vars:            700
0.00/0.00	c -- header says num clauses:        2982
0.00/0.01	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.01	c -- vars added        700
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       700      2982         0         0      8946         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2982/2982 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:    700 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.01	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     329 undec:      68 neg:     303
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       686      2968         0         0      9002         0   no data   no data
0.27/0.07	c Decided on static restart strategy
0.37/0.18	c  N st     8      4916       686      2968         0      4861      9002    142436   no data   no data
1.56/0.48	c  N st    10     11298       686      2968         0      4491      9002     92534   no data   no data
2.76/0.79	c  N st    11     17041       686      2968         0     10184      9002    274809   no data   no data
4.76/1.23	c  F st    12     25000       686      2968         0     12497      9002    351579   no data   no data
4.76/1.24	c  N st    12     25000       686      2968         0     12497      9002    351579   no data   no data
5.96/1.50	c Decided on static restart strategy
5.96/1.50	c  N st    18     30001       686      2968         0     10766      9002    264191   no data   no data
5.96/1.50	c  S st    18     30001       686      2968         0     10766      9002    264191   no data   no data
5.96/1.53	c  S st    18     30508       686      2968         0     11273      9002    277908   no data   no data
5.96/1.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.96/1.54	c blocked clauses removed:       22 vars:      4 tried:         686 T: 0.00 s
5.96/1.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
5.96/1.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.96/1.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.96/1.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.59	c lits-rem:        87  cl-subs:      181  v-elim:      0  v-fix:    0  time:  0.04 s
6.35/1.60	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.01
6.35/1.60	c calculated reachability. Time: 0.00
6.35/1.60	c  N st    18     30508       682      2946         0     11065      8936    269931   no data   no data
7.95/2.03	c  N st    20     37619       682      2946         0     10308      8936    221828   no data   no data
9.54/2.47	c  N st    21     44019       682      2946         0     16659      8936    424255   no data   no data
9.94/2.59	c  S st    22     45764       682      2946         0      9536      8936    173351   no data   no data
10.34/2.62	c  S st    22     46266       682      2946         0     10038      8936    186906   no data   no data
10.34/2.62	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:    682 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.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.64	c lits-rem:        10  cl-subs:       45  v-elim:      0  v-fix:    0  time:  0.01 s
10.34/2.64	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
10.34/2.64	c vivif2 --  cl tried     9993 cl shrink        0 lits rem          0 time: 0.00
10.34/2.65	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.01
10.34/2.65	c calculated reachability. Time: 0.00
10.34/2.65	c  N st    22     46266       682      2946         0      9993      8936    185175   no data   no data
14.32/3.67	c  N st    23     60663       682      2946         0     14355      8936    311569   no data   no data
17.14/4.37	c  N st    24     69399       682      2946         0     12126      8936    228938   no data   no data
17.14/4.37	c  S st    24     69399       682      2946         0     12126      8936    228938   no data   no data
17.14/4.40	c  S st    24     69899       682      2946         0     12626      8936    242207   no data   no data
17.14/4.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.14/4.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.14/4.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.14/4.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.14/4.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.14/4.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
17.14/4.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.14/4.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.57/4.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.57/4.44	c lits-rem:        29  cl-subs:      103  v-elim:      0  v-fix:    0  time:  0.02 s
17.57/4.44	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
17.57/4.44	c vivif2 --  cl tried    12523 cl shrink        0 lits rem          0 time: 0.00
17.57/4.45	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.01
17.57/4.45	c calculated reachability. Time: 0.00
17.57/4.45	c  N st    24     69899       682      2946         0     12523      8936    238358   no data   no data
23.10/5.84	c  F st    25     87502       682      2946         0     18047      8936    403503   no data   no data
23.10/5.84	c  N st    25     87502       682      2946         0     18047      8936    403503   no data   no data
25.10/6.33	c  N dy    33     93579       682      2946         0     24053      8936    587754     20.76     21.86
27.09/6.84	c  N dy    56    100277       682      2946         0     17812      8936    310782     19.13     20.19
28.69/7.21	c  S st    82    104848       682      2946         0     22335      8936    438608     19.37   no data
28.69/7.27	c  S st    82    105354       682      2946         0     22841      8936    452292     19.37   no data
28.69/7.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.69/7.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.69/7.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.69/7.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.69/7.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.69/7.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
28.69/7.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
28.69/7.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.09/7.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.09/7.37	c lits-rem:       211  cl-subs:      270  v-elim:      0  v-fix:    0  time:  0.08 s
29.09/7.37	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
29.09/7.38	c vivif2 --  cl tried    22571 cl shrink        0 lits rem          0 time: 0.00
29.09/7.39	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.01
29.09/7.39	c calculated reachability. Time: 0.00
29.09/7.39	c  N dy    82    105354       682      2946         0     22571      8936    443298     19.37   no data
31.87/8.01	c  N dy   111    112092       682      2946         0     15368      8936    200378     19.37     20.40
33.87/8.59	c  N dy   150    119251       682      2946         0     22471      8936    405131     19.57     20.61
37.46/9.42	c  N dy   191    127314       682      2946         0     15596      8936    178004     19.73     20.89
39.85/10.07	c  N dy   215    135532       682      2946         0     23758      8936    407852     19.58     20.67
43.46/11.00	c  N dy   251    144367       682      2946         0     16650      8936    179718     19.51     20.56
46.64/11.77	c  N dy   310    153635       682      2946         0     25861      8936    453631     19.68     24.77
48.62/12.22	c  S st   332    158031       682      2946         0     30223      8936    581731     19.69     16.83
48.62/12.29	c  S st   332    158534       682      2946         0     30725      8936    595650     19.69   no data
48.62/12.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.02/12.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.02/12.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.02/12.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.02/12.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.02/12.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
49.02/12.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
49.02/12.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.02/12.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.43/12.48	c lits-rem:       143  cl-subs:      321  v-elim:      0  v-fix:    0  time:  0.15 s
49.43/12.48	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
49.43/12.49	c vivif2 --  cl tried    30404 cl shrink        0 lits rem          0 time: 0.01
49.83/12.51	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.02
49.83/12.51	c calculated reachability. Time: 0.00
49.83/12.51	c  N dy   332    158534       682      2946         0     30404      8936    584290     19.69   no data
53.41/13.48	c  N dy   384    168661       682      2946         0     23594      8936    357619     19.77     21.07
58.20/14.65	c  N dy   438    179476       682      2946         0     34340      8936    672713     19.84     21.93
62.59/15.78	c  N dy   493    191012       682      2946         0     27910      8936    453978     19.83     22.82
68.58/17.27	c  N dy   551    203594       682      2946         0     21528      8936    246693     19.86     21.04
74.18/18.68	c  N dy   587    216873       682      2946         0     34713      8936    630139     19.78     21.02
80.14/20.19	c  N dy   629    230766       682      2946         0     28635      8936    425352     19.73     20.85
84.13/21.18	c  S st   657    237804       682      2946         0     35598      8936    621903     19.72     18.35
84.53/21.28	c  S st   657    238305       682      2946         0     36099      8936    636407     19.72   no data
84.53/21.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.93/21.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
84.93/21.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
84.93/21.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.93/21.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.93/21.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
84.93/21.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
84.93/21.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
84.93/21.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.13/21.62	c lits-rem:       147  cl-subs:      736  v-elim:      0  v-fix:    0  time:  0.28 s
86.13/21.62	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
86.13/21.63	c vivif2 --  cl tried    35363 cl shrink        0 lits rem          0 time: 0.01
86.13/21.66	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.04
86.13/21.66	c calculated reachability. Time: 0.00
86.13/21.66	c  N dy   657    238305       682      2946         0     35363      8936    614730     19.72   no data
93.31/23.47	c  N dy   717    253983       682      2946         0     30088      8936    445714     19.72     21.02
101.68/25.56	c  N dy   792    270214       682      2946         0     24385      8936    258486     19.73     23.72
110.06/27.63	c  N dy   870    287562       682      2946         0     41575      8936    762089     19.75     21.03
119.23/29.93	c  F st   952    306252       682      2946         0     37296      8936    615278     19.75     18.55
119.23/29.93	c  N st   952    306252       682      2946         0     37296      8936    615278     19.75     18.55
122.03/30.67	c Decided on static restart strategy
133.59/33.57	c  N st   962    334555       682      2946         0     41449      8936    960713     19.75   no data
145.96/36.68	c  N st   964    357458       682      2946         0     39288      8936    911663     19.75   no data
145.96/36.68	c  S st   964    357458       682      2946         0     39288      8936    911663     19.75   no data
146.36/36.78	c  S st   964    357961       682      2946         0     39791      8936    925777     19.75   no data
146.36/36.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
146.76/36.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
146.76/36.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
146.76/36.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.76/36.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.76/36.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
146.76/36.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
146.76/36.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
146.76/36.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.94/37.69	c lits-rem:       334  cl-subs:     1503  v-elim:      0  v-fix:    0  time:  0.85 s
149.94/37.69	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
150.34/37.70	c vivif2 --  cl tried    38288 cl shrink        0 lits rem          0 time: 0.01
150.34/37.73	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.03
150.34/37.73	c calculated reachability. Time: 0.00
150.34/37.73	c  N st   964    357961       682      2946         0     38288      8936    868551     19.75   no data
168.69/42.34	c  N st   965    390354       682      2946         0     44524      8936   1083425     19.75   no data
199.81/50.18	c  N st   966    438944       682      2946         0     38253      8936    729279     19.75   no data
243.69/61.10	c  N st   967    511827       682      2946         0     51808      8936   1110172     19.75   no data
258.89/64.99	c  N st   968    536941       682      2946         0     46118      8936    946630     19.75   no data
258.89/64.99	c  S st   968    536941       682      2946         0     46118      8936    946630     19.75   no data
259.65/65.12	c  S st   968    537446       682      2946         0     46622      8936    960862     19.75   no data
259.65/65.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
259.65/65.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
259.65/65.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
259.65/65.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
259.65/65.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
259.65/65.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
259.65/65.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
259.65/65.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
259.65/65.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
263.63/66.13	c lits-rem:       212  cl-subs:     1198  v-elim:      0  v-fix:    0  time:  0.95 s
263.63/66.13	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
263.63/66.15	c vivif2 --  cl tried    45424 cl shrink        0 lits rem          0 time: 0.01
263.63/66.19	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.04
263.63/66.19	c calculated reachability. Time: 0.00
263.63/66.19	c  N st   968    537446       682      2946         0     45424      8936    916724     19.75   no data
384.49/96.40	c  N st   969    701432       682      2946         0     39536      8936    609545     19.75   no data
475.44/119.29	c  N st   970    806169       682      2946         0     69018      8936   1573309     19.75   no data
475.44/119.29	c  S st   970    806169       682      2946         0     69018      8936   1573309     19.75   no data
476.23/119.49	c  S st   970    806675       682      2946         0     69524      8936   1587784     19.75   no data
476.64/119.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
476.64/119.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
476.64/119.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
476.64/119.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
476.64/119.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
476.64/119.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
476.64/119.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
476.64/119.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
477.04/119.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
494.58/124.06	c lits-rem:       466  cl-subs:     2445  v-elim:      0  v-fix:    0  time:  4.46 s
494.58/124.06	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
494.58/124.08	c vivif2 --  cl tried    67079 cl shrink        0 lits rem          0 time: 0.02
494.98/124.14	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.06
494.98/124.14	c calculated reachability. Time: 0.00
494.98/124.14	c  N st   970    806675       682      2946         0     67079      8936   1499720     19.75   no data
748.68/187.76	c  F st   971   1071875       682      2946         0     82459      8936   1896432     19.75   no data
748.68/187.76	c  N st   971   1071875       682      2946         0     82459      8936   1896432     19.75   no data
767.03/192.38	c  N dy  1062   1091903       682      2946         0     58162      8936    891816     19.80     22.67
789.39/197.96	c  N dy  1159   1112380       682      2946         0     78453      8936   1480823     19.82     20.90
811.75/203.57	c  N dy  1234   1132457       682      2946         0     52999      8936    677493     19.80     22.14
831.64/208.57	c  N dy  1294   1152877       682      2946         0     73258      8936   1279594     19.74     20.82
859.57/215.55	c  N dy  1397   1173113       682      2946         0     46834      8936    455404     19.77     20.94
878.30/220.27	c  N dy  1511   1193209       682      2946         0     66784      8936   1043721     19.82     20.88
899.07/225.43	c  S st  1587   1210013       682      2946         0     83446      8936   1530210     19.84     18.81
899.84/225.67	c  S st  1587   1210518       682      2946         0     83950      8936   1545078     19.84   no data
899.84/225.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
900.24/225.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
900.24/225.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
900.24/225.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
900.24/225.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
900.24/225.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
900.24/225.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
900.24/225.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
900.24/225.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
905.83/227.14	c lits-rem:       236  cl-subs:     1024  v-elim:      0  v-fix:    0  time:  1.36 s
905.83/227.14	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
905.83/227.16	c vivif2 --  cl tried    82926 cl shrink        0 lits rem          0 time: 0.02
906.23/227.25	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.09
906.23/227.25	c calculated reachability. Time: 0.00
906.23/227.25	c  N dy  1587   1210518       682      2946         0     82926      8936   1511356     19.84   no data
931.75/233.64	c  N dy  1668   1232007       682      2946         0     56658      8936    696634     19.84     20.94
952.48/238.82	c  N dy  1750   1252849       682      2946         0     77304      8936   1310449     19.82     21.00
981.22/246.06	c  N dy  1851   1273308       682      2946         0     49058      8936    449571     19.84     21.22
999.17/250.55	c  N dy  1927   1293358       682      2946         0     68920      8936   1026249     19.83     22.94
1023.89/256.74	c  N dy  2027   1313408       682      2946         0     88825      8936   1614174     19.84     21.18
1047.42/262.62	c  N dy  2110   1333437       682      2946         0     59125      8936    709918     19.85     23.06
1069.36/268.11	c  N dy  2171   1354344       682      2946         0     79788      8936   1308781     19.83     21.15
1098.08/275.37	c  N dy  2259   1374481       682      2946         0     99743      8936   1892091     19.84     21.25
1118.04/280.41	c  N dy  2361   1395028       682      2946         0     69594      8936    987357     19.86     21.22
1142.76/286.55	c  N dy  2424   1415209       682      2946         0     89603      8936   1574205     19.84     20.94
1168.29/292.99	c  N dy  2497   1435460       682      2946         0     58137      8936    630326     19.83     20.88
1188.66/298.06	c  N dy  2573   1455689       682      2946         0     78194      8936   1222226     19.83     21.04
1217.35/305.29	c  N dy  2695   1475708       682      2946         0     98077      8936   1813494     19.86     22.64
1240.89/311.10	c  N dy  2815   1495721       682      2946         0     65391      8936    816601     19.89     21.71
1264.41/317.02	c  N dy  2901   1516255       682      2946         0     85712      8936   1416414     19.89     21.01
1294.73/324.63	c  N dy  2996   1536375       682      2946         0    105674      8936   2007929     19.91     21.10
1314.68/329.64	c  N dy  3095   1556447       682      2946         0     72052      8936    983621     19.92     20.98
1341.41/336.34	c  N dy  3211   1576745       682      2946         0     92191      8936   1581319     19.95     21.03
1372.51/344.10	c  N dy  3286   1597966       682      2946         0     58670      8936    555024     19.94     21.05
1394.45/349.71	c  N dy  3371   1619676       682      2946         0     80174      8936   1185582     19.94     21.04
1425.15/357.33	c  N dy  3498   1640456       682      2946         0    100796      8936   1798426     19.96     21.12
1453.46/364.42	c  N dy  3598   1660693       682      2946         0     65313      8936    723443     19.98     21.09
1477.00/370.34	c  N dy  3667   1681114       682      2946         0     85497      8936   1308273     19.97     21.13
1507.72/378.02	c  N dy  3758   1701137       682      2946         0    105339      8936   1895738     19.98     21.21
1522.87/381.87	c  S st  3800   1710520       682      2946         0     58155      8936    494630     19.98   no data
1523.67/382.00	c  S st  3800   1711020       682      2946         0     58655      8936    510013     19.98   no data
1523.67/382.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1523.67/382.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
1523.67/382.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1523.67/382.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1523.67/382.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1523.67/382.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
1523.67/382.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1523.67/382.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1523.67/382.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1524.47/382.21	c lits-rem:        19  cl-subs:       78  v-elim:      0  v-fix:    0  time:  0.16 s
1524.47/382.21	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
1524.47/382.22	c vivif2 --  cl tried    58577 cl shrink        0 lits rem          0 time: 0.01
1524.47/382.26	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.04
1524.47/382.27	c calculated reachability. Time: 0.00
1524.47/382.27	c  N dy  3800   1711020       682      2946         0     58577      8936    507745     19.98   no data
1544.81/387.33	c  N dy  3881   1731149       682      2946         0     78549      8936   1103512     19.98     21.26
1573.12/394.48	c  N dy  4000   1751344       682      2946         0     98603      8936   1708062     20.00     21.12
1605.04/402.50	c  N dy  4104   1771373       682      2946         0     60957      8936    556782     20.01     22.72
1632.95/409.49	c  N dy  4193   1791653       682      2946         0     81069      8936   1155428     20.02     21.29
1675.24/420.01	c  N dy  4242   1819074       682      2946         0    108142      8936   1944877     19.97     21.04
1702.40/426.81	c  N dy  4325   1839896       682      2946         0     70332      8936    804471     19.97     21.11
1727.49/433.19	c  N dy  4389   1861172       682      2946         0     91345      8936   1417850     19.96     21.10
1759.43/441.12	c  N dy  4464   1881178       682      2946         0    111172      8936   2003278     19.96     22.86
1784.92/447.60	c  N dy  4544   1901270       682      2946         0     71671      8936    819803     19.96     23.35
1811.24/454.13	c  N dy  4642   1921359       682      2946         0     91594      8936   1409871     19.97     24.31
1844.35/462.41	c  N dy  4727   1941477       682      2946         0    111536      8936   1995141     19.97     21.09
1873.09/469.63	c  N dy  4807   1962402       682      2946         0     71812      8936    779449     19.97     21.05
1897.41/475.76	c  N dy  4876   1982538       682      2946         0     91726      8936   1364935     19.97     21.04
1930.56/484.09	c  N dy  4991   2002596       682      2946         0    111639      8936   1954380     19.98     21.25
1960.43/491.54	c  N dy  5081   2022610       682      2946         0     70067      8936    717421     19.99     21.10
1984.36/497.59	c  N dy  5170   2042624       682      2946         0     89897      8936   1309428     19.99     21.28
2016.67/505.67	c  N dy  5258   2062635       682      2946         0    109693      8936   1893123     20.00     21.85
2050.57/514.16	c  N dy  5346   2082712       682      2946         0     67193      8936    608619     20.00     22.47
2074.51/520.10	c  N dy  5457   2102776       682      2946         0     87056      8936   1199872     20.02     22.67
2106.06/528.06	c  N dy  5565   2122828       682      2946         0    106882      8936   1783956     20.03     21.15
2146.68/538.27	c  N dy  5693   2143562       682      2946         0     64059      8936    490400     20.05     21.11
2169.42/543.96	c  N dy  5802   2163738       682      2946         0     84050      8936   1080719     20.06     21.18
2198.94/551.35	c  N dy  5880   2184005       682      2946         0    104149      8936   1675880     20.06     21.19
2236.84/560.85	c  N dy  5991   2204138       682      2946         0    124124      8936   2278071     20.07     21.35
2249.61/564.03	c  S st  6027   2211020       682      2946         0     66524      8936    538907     20.08     18.69
2250.01/564.18	c  S st  6027   2211525       682      2946         0     67028      8936    553263     20.08   no data
2250.01/564.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2250.42/564.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
2250.42/564.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2250.42/564.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2250.42/564.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2250.42/564.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
2250.42/564.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2250.42/564.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2250.42/564.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2250.84/564.36	c lits-rem:         4  cl-subs:       77  v-elim:      0  v-fix:    0  time:  0.12 s
2250.84/564.36	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
2250.84/564.37	c vivif2 --  cl tried    66951 cl shrink        0 lits rem          0 time: 0.01
2251.19/564.43	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.05
2251.19/564.43	c calculated reachability. Time: 0.00
2251.19/564.43	c  N dy  6027   2211525       682      2946         0     66951      8936    550968     20.08   no data
2275.92/570.66	c  N dy  6110   2231867       682      2946         0     87135      8936   1155149     20.08     21.18
2310.61/579.36	c  N dy  6186   2252239       682      2946         0    107314      8936   1756833     20.07     21.19
2350.11/589.21	c  N dy  6277   2273059       682      2946         0    127944      8936   2373960     20.08     21.14
2374.84/595.47	c  N dy  6347   2293144       682      2946         0     82449      8936    988683     20.07     21.35
2403.56/602.62	c  N dy  6421   2313197       682      2946         0    102290      8936   1571462     20.07     21.77
2438.27/611.35	c  N dy  6482   2333338       682      2946         0    122191      8936   2153165     20.07     21.34
2472.16/619.83	c  N dy  6595   2354161       682      2946         0     76454      8936    786331     20.08     21.14
2499.29/626.62	c  N dy  6705   2374198       682      2946         0     96314      8936   1374611     20.09     23.43
2533.19/635.10	c  N dy  6796   2394206       682      2946         0    116114      8936   1964794     20.10     22.08
2574.28/645.42	c  N dy  6905   2414233       682      2946         0     68613      8936    532314     20.11     21.19
2642.47/662.54	c  N dy  7023   2463894       682      2946         0    117736      8936   2042988     20.08     21.36
2684.36/673.00	c  N dy  7105   2484139       682      2946         0     69467      8936    536660     20.07     21.16
2708.70/679.11	c  N dy  7192   2504809       682      2946         0     89949      8936   1141879     20.08     21.29
2740.21/687.03	c  N dy  7273   2525509       682      2946         0    110415      8936   1742878     20.08     21.18
2780.09/697.10	c  N dy  7304   2545547       682      2946         0    130227      8936   2339978     20.06     21.74
2811.60/704.99	c  N dy  7387   2565788       682      2946         0     80979      8936    848806     20.06     21.39
2849.89/714.56	c  N dy  7463   2593386       682      2946         0    108248      8936   1633034     20.05     21.25
2902.53/727.73	c  N dy  7482   2621580       682      2946         0    135968      8936   2413246     20.00     21.10
2932.04/735.13	c  N dy  7614   2641632       682      2946         0     85678      8936    979601     20.02     23.63
2961.60/742.59	c  N dy  7719   2661669       682      2946         0    105540      8936   1568283     20.02     21.19
3000.65/752.41	c  N dy  7813   2681721       682      2946         0    125410      8936   2156804     20.03     22.84
3043.72/763.11	c  N dy  7926   2701815       682      2946         0     74081      8936    603657     20.04     23.78
3055.28/766.03	c  S st  7984   2711527       682      2946         0     83724      8936    891725     20.04   no data
3056.08/766.25	c  S st  7984   2712030       682      2946         0     84227      8936    907073     20.04   no data
3056.08/766.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3056.08/766.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3056.08/766.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3056.08/766.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3056.08/766.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3056.08/766.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
3056.08/766.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3056.48/766.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3056.48/766.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3057.69/766.66	c lits-rem:        48  cl-subs:      375  v-elim:      0  v-fix:    0  time:  0.32 s
3057.69/766.66	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
3057.69/766.67	c vivif2 --  cl tried    83852 cl shrink        0 lits rem          0 time: 0.01
3058.12/766.75	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.07
3058.12/766.75	c calculated reachability. Time: 0.00
3058.12/766.75	c  N dy  7984   2712030       682      2946         0     83852      8936    894426     20.04   no data
3087.99/774.23	c  N dy  8101   2732329       682      2946         0    103969      8936   1495840     20.05     21.14
3125.88/783.76	c  N dy  8180   2753693       682      2946         0    125111      8936   2122875     20.05     21.20
3174.14/795.86	c  N dy  8267   2778272       682      2946         0     77158      8936    672076     20.05     21.35
3204.45/803.46	c  N dy  8378   2801937       682      2946         0    100623      8936   1374199     20.05     21.19
3235.97/811.40	c  N dy  8408   2822013       682      2946         0    120395      8936   1945500     20.04     21.22
3278.25/821.97	c  N dy  8508   2842040       682      2946         0    140247      8936   2536647     20.04     22.09
3309.76/829.87	c  N dy  8596   2862336       682      2946         0     87065      8936    933897     20.05     21.29
3339.67/837.37	c  N dy  8694   2882352       682      2946         0    106893      8936   1527195     20.05     22.11
3375.17/846.20	c  N dy  8760   2902462       682      2946         0    126766      8936   2122830     20.05     21.26
3429.82/859.98	c  N dy  8870   2929560       682      2946         0     79396      8936    692332     20.05     21.13
3456.55/866.60	c  N dy  8961   2949746       682      2946         0     99384      8936   1298953     20.06     21.23
3499.23/877.34	c  N dy  9079   2969749       682      2946         0    119213      8936   1892715     20.07     21.16
3620.07/907.70	c  N dy  9180   3030601       682      2946         0    104033      8936   1374805     19.99     21.12
3656.37/916.73	c  N dy  9304   3050608       682      2946         0    123897      8936   1974859     20.01     21.11
3699.05/927.49	c  N dy  9421   3070702       682      2946         0    143837      8936   2575362     20.01     21.15
3734.94/936.46	c  N dy  9538   3090747       682      2946         0     87511      8936    888160     20.02     23.11
3773.63/946.13	c  N dy  9666   3110829       682      2946         0    107408      8936   1486239     20.04     24.11
3826.28/959.39	c  N dy  9793   3135436       682      2946         0    131743      8936   2217353     20.04     21.29
3874.94/971.59	c  N dy  9901   3155488       682      2946         0    151597      8936   2809563     20.05     21.25
3905.65/979.23	c  N dy 10007   3175505       682      2946         0     94229      8936   1059264     20.06     24.26
3935.97/986.85	c  N dy 10074   3195601       682      2946         0    114131      8936   1663694     20.06     24.57
3967.08/994.67	c  S st 10149   3212031       682      2946         0    130399      8936   2142608     20.06     18.01
3968.68/995.06	c  S st 10149   3212533       682      2946         0    130900      8936   2157736     20.06   no data
3968.68/995.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3969.08/995.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3969.08/995.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3969.08/995.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3969.08/995.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3969.08/995.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    682 time:  0.00 s
3969.08/995.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3969.08/995.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3969.48/995.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3978.65/997.56	c lits-rem:       209  cl-subs:     2081  v-elim:      0  v-fix:    0  time:  2.33 s
3978.65/997.56	c vivif2 --  cl tried     2946 cl shrink        0 lits rem          0 time: 0.00
3978.65/997.59	c vivif2 --  cl tried   128819 cl shrink        0 lits rem          0 time: 0.03
3979.49/997.73	c asymm  cl-useful: 0/2946/2946 lits-rem:0 time: 0.14
3979.49/997.74	c calculated reachability. Time: 0.00
3979.49/997.74	c  N dy 10149   3212533       682      2946         0    128819      8936   2093276     20.06   no data
4024.12/1008.96	c  N dy 10238   3232632       682      2946         0    148680      8936   2669670     20.06     26.20
4062.02/1018.40	c  N dy 10350   3253454       682      2946         0     91097      8936    939701     20.07     21.38
4094.31/1026.55	c  N dy 10461   3273617       682      2946         0    111079      8936   1531205     20.07     21.16
4134.61/1036.60	c  N dy 10574   3293677       682      2946         0    130974      8936   2122532     20.08     25.15
4182.08/1048.54	c  N dy 10700   3313758       682      2946         0    150879      8936   2729951     20.09     22.01
4218.37/1057.67	c  N dy 10771   3335661       682      2946         0     93285      8936    972917     20.09     21.18
4254.27/1066.66	c  N dy 10885   3358164       682      2946         0    115615      8936   1651094     20.09     21.38
4296.55/1077.25	c  N dy 11002   3378621       682      2946         0    135933      8936   2259442     20.10     21.21
4346.41/1089.74	c  N dy 11114   3398677       682      2946         0    155761      8936   2855467     20.11     24.77
4383.90/1099.10	c  N dy 11231   3421220       682      2946         0     97860      8936   1104056     20.11     21.26
4425.38/1109.52	c  N dy 11286   3441295       682      2946         0    117682      8936   1676282     20.11     21.18
4478.03/1122.75	c  N dy 11359   3461695       682      2946         0    137867      8936   2271150     20.11     21.20
4524.70/1134.48	c  N dy 11429   3481736       682      2946         0    157685      8936   2862225     20.11     21.52
4560.60/1143.41	c  N dy 11544   3502579       682      2946         0     97203      8936   1063990     20.11     21.22
4599.69/1153.27	c  N dy 11629   3523257       682      2946         0    117662      8936   1675781     20.11     21.19
4637.20/1162.66	c  N dy 11657   3543840       682      2946         0    137925      8936   2256319     20.11     21.28
4686.23/1174.94	c  N dy 11733   3564430       682      2946         0    158331      8936   2862822     20.11     21.19
4717.34/1182.76	c  N dy 11757   3584488       682      2946         0     95972      8936    980872     20.09     23.21
4750.86/1191.12	c  N dy 11888   3604576       682      2946         0    115902      8936   1588605     20.10     22.63
4791.92/1201.47	c  N dy 11995   3624669       682      2946         0    135820      8936   2184379     20.11     21.21

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366407-1305403485/watcher-3366407-1305403485 -o /tmp/evaluation-result-3366407-1305403485/solver-3366407-1305403485 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366407-1305403485.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: 4.39 6.82 7.62 2/351 17480
/proc/meminfo: memFree=24262124/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 411 0 0 0 0 0 0 0 23 0 4 0 632763993 52396032 351 33554432000 4194304 4580107 140733397678512 18446744073709551615 228095451067 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 12792 351 302 95 0 7774 0
[pid=17480/tid=17481] ppid=17478 vsize=216772 CPUtime=0 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 128 0 0 0 0 0 0 0 25 0 4 0 632763993 221974528 995 33554432000 4194304 4580107 140733397678512 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=216772 CPUtime=0 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 250 0 0 0 0 0 0 0 25 0 4 0 632763993 221974528 995 33554432000 4194304 4580107 140733397678512 18446744073709551615 228095475607 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=216772 CPUtime=0 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 141 0 0 0 0 0 0 0 25 0 4 0 632763993 221974528 995 33554432000 4194304 4580107 140733397678512 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.07619 s]
/proc/loadavg: 4.39 6.82 7.62 2/351 17480
/proc/meminfo: memFree=24262124/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=217516 CPUtime=0.27 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 1730 0 0 0 27 0 0 0 24 0 4 0 632763993 222736384 1637 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 54379 1637 377 95 0 49361 0
[pid=17480/tid=17481] ppid=17478 vsize=217516 CPUtime=0.06 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 344 0 0 0 6 0 0 0 25 0 4 0 632763993 222736384 1637 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=217516 CPUtime=0.06 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 445 0 0 0 6 0 0 0 25 0 4 0 632763993 222736384 1638 33554432000 4194304 4580107 140733397678512 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=217516 CPUtime=0.06 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 225 0 0 0 6 0 0 0 25 0 4 0 632763993 222736384 1638 33554432000 4194304 4580107 140733397678512 18446744073709551615 4293131 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 217516

[startup+0.101185 s]
/proc/loadavg: 4.39 6.82 7.62 2/351 17480
/proc/meminfo: memFree=24262124/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=217648 CPUtime=0.37 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 1851 0 0 0 37 0 0 0 24 0 4 0 632763993 222871552 1758 33554432000 4194304 4580107 140733397678512 18446744073709551615 4293179 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 54412 1758 377 95 0 49394 0
[pid=17480/tid=17481] ppid=17478 vsize=217648 CPUtime=0.09 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 366 0 0 0 9 0 0 0 25 0 4 0 632763993 222871552 1758 33554432000 4194304 4580107 140733397678512 18446744073709551615 4293204 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=217648 CPUtime=0.09 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 480 0 0 0 9 0 0 0 25 0 4 0 632763993 222871552 1758 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294442 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=217648 CPUtime=0.09 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 264 0 0 0 9 0 0 0 25 0 4 0 632763993 222871552 1759 33554432000 4194304 4580107 140733397678512 18446744073709551615 4293134 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 217648

[startup+0.300149 s]
/proc/loadavg: 4.39 6.82 7.62 2/351 17480
/proc/meminfo: memFree=24262124/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=219516 CPUtime=1.16 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 2984 0 0 0 116 0 0 0 24 0 4 0 632763993 224784384 2172 33554432000 4194304 4580107 140733397678512 18446744073709551615 4321871 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 54879 2172 377 95 0 49861 0
[pid=17480/tid=17481] ppid=17478 vsize=219516 CPUtime=0.29 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 643 0 0 0 29 0 0 0 25 0 4 0 632763993 224784384 2172 33554432000 4194304 4580107 140733397678512 18446744073709551615 4321348 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=219516 CPUtime=0.29 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 761 0 0 0 29 0 0 0 25 0 4 0 632763993 224784384 2172 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=219516 CPUtime=0.28 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 569 0 0 0 28 0 0 0 25 0 4 0 632763993 224784384 2172 33554432000 4194304 4580107 140733397678512 18446744073709551615 4321036 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 219516

[startup+0.701075 s]
/proc/loadavg: 4.39 6.82 7.62 2/351 17480
/proc/meminfo: memFree=24262124/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=220644 CPUtime=2.76 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 4799 0 0 0 276 0 0 0 25 0 4 0 632763993 225939456 2869 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 55161 2870 377 95 0 50143 0
[pid=17480/tid=17481] ppid=17478 vsize=220644 CPUtime=0.69 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 1129 0 0 0 69 0 0 0 25 0 4 0 632763993 225939456 2870 33554432000 4194304 4580107 140733397678512 18446744073709551615 4293131 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=220644 CPUtime=0.69 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 1222 0 0 0 69 0 0 0 25 0 4 0 632763993 225939456 2870 33554432000 4194304 4580107 140733397678512 18446744073709551615 228095111877 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=220644 CPUtime=0.68 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 997 0 0 0 68 0 0 0 25 0 4 0 632763993 225939456 2870 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 220644

[startup+1.50093 s]
/proc/loadavg: 4.39 6.82 7.62 9/362 17492
/proc/meminfo: memFree=24232648/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=222604 CPUtime=5.96 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 8476 0 0 0 595 1 0 0 25 0 4 0 632763993 227946496 3438 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 55651 3438 378 95 0 50633 0
[pid=17480/tid=17481] ppid=17478 vsize=222604 CPUtime=1.47 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 2029 0 0 0 147 0 0 0 25 0 4 0 632763993 227946496 3438 33554432000 4194304 4580107 140733397678512 18446744073709551615 4293182 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=222604 CPUtime=1.48 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 2124 0 0 0 148 0 0 0 25 0 4 0 632763993 227946496 3438 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=222604 CPUtime=1.48 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 1933 0 0 0 148 0 0 0 25 0 4 0 632763993 227946496 3438 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 222604

[startup+3.10063 s]
/proc/loadavg: 4.68 6.84 7.62 9/362 17492
/proc/meminfo: memFree=24206856/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=229124 CPUtime=12.34 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 19551 0 0 0 1231 3 0 0 25 0 4 0 632763993 234622976 10680 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 57281 10680 379 95 0 52263 0
[pid=17480/tid=17481] ppid=17478 vsize=229124 CPUtime=3.06 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 3862 0 0 0 306 0 0 0 25 0 4 0 632763993 234622976 10680 33554432000 4194304 4580107 140733397678512 18446744073709551615 4321914 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=229124 CPUtime=3.08 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 5800 0 0 0 307 1 0 0 25 0 4 0 632763993 234622976 10680 33554432000 4194304 4580107 140733397678512 18446744073709551615 4322598 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=229124 CPUtime=3.08 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 4544 0 0 0 308 0 0 0 25 0 4 0 632763993 234622976 10680 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 229124

[startup+6.30104 s]
/proc/loadavg: 4.68 6.84 7.62 9/362 17492
/proc/meminfo: memFree=24153908/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=256688 CPUtime=25.1 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 28561 0 0 0 2504 6 0 0 25 0 4 0 632763993 262848512 14906 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 64172 14906 379 95 0 59154 0
[pid=17480/tid=17481] ppid=17478 vsize=256688 CPUtime=6.22 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 6822 0 0 0 622 0 0 0 25 0 4 0 632763993 262848512 14906 33554432000 4194304 4580107 140733397678512 18446744073709551615 4324374 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=256688 CPUtime=6.28 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 7957 0 0 0 626 2 0 0 25 0 4 0 632763993 262848512 14906 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=256688 CPUtime=6.28 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 6093 0 0 0 627 1 0 0 25 0 4 0 632763993 262848512 14906 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 256688

[startup+12.7009 s]
/proc/loadavg: 5.19 6.88 7.62 9/362 17493
/proc/meminfo: memFree=24094652/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=233476 CPUtime=50.63 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 43539 0 0 0 5055 8 0 0 25 0 4 0 632763993 239079424 25219 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 58369 25219 379 95 0 53351 0
[pid=17480/tid=17481] ppid=17478 vsize=233476 CPUtime=12.56 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 9696 0 0 0 1255 1 0 0 25 0 4 0 632763993 239079424 25219 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=233476 CPUtime=12.68 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 12478 0 0 0 1265 3 0 0 25 0 4 0 632763993 239079424 25219 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=233476 CPUtime=12.68 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 9625 0 0 0 1266 2 0 0 25 0 4 0 632763993 239079424 25219 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 233476

[startup+25.5005 s]
/proc/loadavg: 5.70 6.93 7.63 9/362 17493
/proc/meminfo: memFree=24043316/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=289340 CPUtime=101.68 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 62499 0 0 0 10154 14 0 0 25 0 4 0 632763993 296284160 32910 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 72335 32910 379 95 0 67317 0
[pid=17480/tid=17481] ppid=17478 vsize=289340 CPUtime=25.21 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 16568 0 0 0 2519 2 0 0 25 0 4 0 632763993 296284160 32910 33554432000 4194304 4580107 140733397678512 18446744073709551615 4320689 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=289340 CPUtime=25.48 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 18197 0 0 0 2543 5 0 0 25 0 4 0 632763993 296284160 32910 33554432000 4194304 4580107 140733397678512 18446744073709551615 4293789 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=289340 CPUtime=25.48 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 12461 0 0 0 2545 3 0 0 25 0 4 0 632763993 296284160 32910 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 289340

[startup+51.1007 s]
/proc/loadavg: 6.48 7.02 7.64 9/362 17494
/proc/meminfo: memFree=23987204/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=354580 CPUtime=203.8 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 90710 0 0 0 20358 22 0 0 25 0 4 0 632763993 363089920 42091 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 88645 42091 379 95 0 83627 0
[pid=17480/tid=17481] ppid=17478 vsize=354580 CPUtime=50.52 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 24033 0 0 0 5048 4 0 0 25 0 4 0 632763993 363089920 42091 33554432000 4194304 4580107 140733397678512 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=354580 CPUtime=51.07 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 23789 0 0 0 5101 6 0 0 25 0 4 0 632763993 363089920 42091 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=354580 CPUtime=51.08 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 18352 0 0 0 5103 5 0 0 25 0 4 0 632763993 363089920 42091 33554432000 4194304 4580107 140733397678512 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 354580

[startup+102.313 s]
/proc/loadavg: 7.39 7.18 7.66 9/362 17495
/proc/meminfo: memFree=23942924/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=310404 CPUtime=408.07 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 125332 0 0 0 40773 34 0 0 25 0 4 0 632763993 317853696 48763 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294445 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 77601 48763 379 95 0 72583 0
[pid=17480/tid=17481] ppid=17478 vsize=310404 CPUtime=101.16 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 31107 0 0 0 10109 7 0 0 25 0 4 0 632763993 317853696 48763 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=310404 CPUtime=102.29 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 27362 0 0 0 10222 7 0 0 25 0 4 0 632763993 317853696 48763 33554432000 4194304 4580107 140733397678512 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=310404 CPUtime=102.29 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 30790 0 0 0 10219 10 0 0 25 0 4 0 632763993 317853696 48763 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.07
Current children cumulated vsize (KiB) 310404

[startup+162.301 s]

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

[pid=17480] ppid=17478 vsize=612728 CPUtime=2801.23 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 395027 0 0 0 279978 145 0 0 25 0 4 0 632763993 627433472 105111 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 153182 105111 379 95 0 148164 0
[pid=17480/tid=17481] ppid=17478 vsize=612728 CPUtime=694.39 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 111230 0 0 0 69399 40 0 0 25 0 4 0 632763993 627433472 105111 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=612728 CPUtime=702.3 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 108389 0 0 0 70191 39 0 0 25 0 4 0 632763993 627433472 105111 33554432000 4194304 4580107 140733397678512 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=612728 CPUtime=702.27 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 80919 0 0 0 70196 31 0 0 25 0 4 0 632763993 627433472 105111 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2801.23
Current children cumulated vsize (KiB) 612728

[startup+762.313 s]
/proc/loadavg: 8.14 8.00 7.87 9/362 17513
/proc/meminfo: memFree=23536232/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=646196 CPUtime=3040.56 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 414806 0 0 0 303901 155 0 0 25 0 4 0 632763993 661704704 107939 33554432000 4194304 4580107 140733397678512 18446744073709551615 4331917 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 161549 107939 379 95 0 156531 0
[pid=17480/tid=17481] ppid=17478 vsize=646196 CPUtime=753.71 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 119028 0 0 0 75327 44 0 0 25 0 4 0 632763993 661704704 107939 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=646196 CPUtime=762.32 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 116087 0 0 0 76189 43 0 0 25 0 4 0 632763993 661704704 107939 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=646196 CPUtime=762.29 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 82946 0 0 0 76196 33 0 0 25 0 4 0 632763993 661704704 107939 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3040.56
Current children cumulated vsize (KiB) 646196

[startup+822.301 s]
/proc/loadavg: 8.09 8.01 7.88 9/362 17514
/proc/meminfo: memFree=23502852/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=605016 CPUtime=3279.85 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 432051 0 0 0 327822 163 0 0 25 0 4 0 632763993 619536384 112954 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 151254 112954 379 95 0 146236 0
[pid=17480/tid=17481] ppid=17478 vsize=605016 CPUtime=813.04 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 123306 0 0 0 81258 46 0 0 25 0 4 0 632763993 619536384 112954 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=605016 CPUtime=822.3 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 120250 0 0 0 82185 45 0 0 25 0 4 0 632763993 619536384 112954 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=605016 CPUtime=822.28 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 86043 0 0 0 82194 34 0 0 25 0 4 0 632763993 619536384 112954 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3279.85
Current children cumulated vsize (KiB) 605016

[startup+882.301 s]
/proc/loadavg: 8.12 8.04 7.90 9/362 17516
/proc/meminfo: memFree=23487960/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=625908 CPUtime=3519.16 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 447229 0 0 0 351746 170 0 0 25 0 4 0 632763993 640929792 113437 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 156477 113437 379 95 0 151459 0
[pid=17480/tid=17481] ppid=17478 vsize=625908 CPUtime=872.35 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 127488 0 0 0 87188 47 0 0 25 0 4 0 632763993 640929792 113437 33554432000 4194304 4580107 140733397678512 18446744073709551615 4406395 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=625908 CPUtime=882.31 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 127690 0 0 0 88182 49 0 0 25 0 4 0 632763993 640929792 113437 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=625908 CPUtime=882.28 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 86788 0 0 0 88193 35 0 0 25 0 4 0 632763993 640929792 113437 33554432000 4194304 4580107 140733397678512 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3519.16
Current children cumulated vsize (KiB) 625908

[startup+942.301 s]
/proc/loadavg: 8.17 8.07 7.91 9/362 17517
/proc/meminfo: memFree=23502332/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=573100 CPUtime=3758.48 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 462945 0 0 0 375672 176 0 0 25 0 4 0 632763993 586854400 107014 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 143275 107014 379 95 0 138257 0
[pid=17480/tid=17481] ppid=17478 vsize=573100 CPUtime=931.68 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 133483 0 0 0 93119 49 0 0 25 0 4 0 632763993 586854400 107014 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=573100 CPUtime=942.31 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 131415 0 0 0 94180 51 0 0 25 0 4 0 632763993 586854400 107014 33554432000 4194304 4580107 140733397678512 18446744073709551615 4406451 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=573100 CPUtime=942.28 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 90264 0 0 0 94192 36 0 0 25 0 4 0 632763993 586854400 107014 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3758.48
Current children cumulated vsize (KiB) 573100

[startup+1002.3 s]
/proc/loadavg: 8.14 8.09 7.93 9/362 17519
/proc/meminfo: memFree=23466108/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=627024 CPUtime=3997.8 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 483618 0 0 0 399594 186 0 0 25 0 4 0 632763993 642072576 115299 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 156756 115299 379 95 0 151738 0
[pid=17480/tid=17481] ppid=17478 vsize=627024 CPUtime=991 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 139600 0 0 0 99048 52 0 0 25 0 4 0 632763993 642072576 115299 33554432000 4194304 4580107 140733397678512 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=627024 CPUtime=1002.31 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 138086 0 0 0 100177 54 0 0 25 0 4 0 632763993 642072576 115299 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=627024 CPUtime=1002.27 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 93468 0 0 0 100190 37 0 0 25 0 4 0 632763993 642072576 115299 33554432000 4194304 4580107 140733397678512 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3997.8
Current children cumulated vsize (KiB) 627024

[startup+1062.3 s]
/proc/loadavg: 8.17 8.10 7.94 9/362 17520
/proc/meminfo: memFree=23468812/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=635240 CPUtime=4237.12 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 505456 0 0 0 423516 196 0 0 25 0 4 0 632763993 650485760 112281 33554432000 4194304 4580107 140733397678512 18446744073709551615 4320876 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 158810 112282 379 95 0 153792 0
[pid=17480/tid=17481] ppid=17478 vsize=635240 CPUtime=1050.34 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 147142 0 0 0 104979 55 0 0 25 0 4 0 632763993 650485760 112282 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=635240 CPUtime=1062.31 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 144184 0 0 0 106174 57 0 0 25 0 4 0 632763993 650485760 112282 33554432000 4194304 4580107 140733397678512 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=635240 CPUtime=1062.27 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 97720 0 0 0 106188 39 0 0 25 0 4 0 632763993 650485760 112282 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4237.12
Current children cumulated vsize (KiB) 635240

[startup+1122.3 s]
/proc/loadavg: 8.06 8.08 7.94 9/362 17522
/proc/meminfo: memFree=23442384/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=587452 CPUtime=4476.43 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 526106 0 0 0 447435 208 0 0 25 0 4 0 632763993 601550848 116743 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 146863 116743 379 95 0 141845 0
[pid=17480/tid=17481] ppid=17478 vsize=587452 CPUtime=1109.67 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 152337 0 0 0 110909 58 0 0 25 0 4 0 632763993 601550848 116743 33554432000 4194304 4580107 140733397678512 18446744073709551615 4406350 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=587452 CPUtime=1122.31 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 151884 0 0 0 112170 61 0 0 25 0 4 0 632763993 601550848 116743 33554432000 4194304 4580107 140733397678512 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=587452 CPUtime=1122.27 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 102426 0 0 0 112185 42 0 0 25 0 4 0 632763993 601550848 116743 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4476.43
Current children cumulated vsize (KiB) 587452

[startup+1182.3 s]
/proc/loadavg: 8.02 8.06 7.94 9/362 17524
/proc/meminfo: memFree=23396120/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=711232 CPUtime=4715.75 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 549344 0 0 0 471359 216 0 0 25 0 4 0 632763993 728301568 121936 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 177808 121936 379 95 0 172790 0
[pid=17480/tid=17481] ppid=17478 vsize=711232 CPUtime=1168.98 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 157392 0 0 0 116839 59 0 0 25 0 4 0 632763993 728301568 121936 33554432000 4194304 4580107 140733397678512 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=711232 CPUtime=1182.31 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 160868 0 0 0 118167 64 0 0 25 0 4 0 632763993 728301568 121936 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=711232 CPUtime=1182.27 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 105906 0 0 0 118183 44 0 0 25 0 4 0 632763993 728301568 121936 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4715.75
Current children cumulated vsize (KiB) 711232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.09 8.07 7.94 9/362 17524
/proc/meminfo: memFree=23368336/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=620104 CPUtime=4800.31 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 557922 0 0 0 479811 220 0 0 25 0 4 0 632763993 634986496 126069 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 155026 126069 379 95 0 150008 0
[pid=17480/tid=17481] ppid=17478 vsize=620104 CPUtime=1189.93 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 160529 0 0 0 118933 60 0 0 25 0 4 0 632763993 634986496 126070 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=620104 CPUtime=1203.53 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 162475 0 0 0 120287 66 0 0 25 0 4 0 632763993 634986496 126070 33554432000 4194304 4580107 140733397678512 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=620104 CPUtime=1203.49 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 108290 0 0 0 120304 45 0 0 25 0 4 0 632763993 634986496 126070 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 620104

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

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

[startup+1203.5 s]
/proc/loadavg: 8.09 8.07 7.94 9/362 17524
/proc/meminfo: memFree=23368336/32951124 swapFree=65980216/67111528
[pid=17480] ppid=17478 vsize=620104 CPUtime=4800.31 cores=0,2,4,6
/proc/17480/stat : 17480 (strangenight2-m) R 17478 17480 16886 0 -1 4202496 557922 0 0 0 479811 220 0 0 25 0 4 0 632763993 634986496 126069 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17480/statm: 155026 126069 379 95 0 150008 0
[pid=17480/tid=17481] ppid=17478 vsize=620104 CPUtime=1189.93 cores=0,2,4,6
/proc/17480/task/17481/stat : 17481 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 160529 0 0 0 118933 60 0 0 25 0 4 0 632763993 634986496 126070 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17480/tid=17482] ppid=17478 vsize=620104 CPUtime=1203.53 cores=0,2,4,6
/proc/17480/task/17482/stat : 17482 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 162475 0 0 0 120287 66 0 0 25 0 4 0 632763993 634986496 126070 33554432000 4194304 4580107 140733397678512 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17480/tid=17483] ppid=17478 vsize=620104 CPUtime=1203.49 cores=0,2,4,6
/proc/17480/task/17483/stat : 17483 (strangenight2-m) R 17478 17480 16886 0 -1 4202560 108290 0 0 0 120304 45 0 0 25 0 4 0 632763993 634986496 126070 33554432000 4194304 4580107 140733397678512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 620104

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.55
CPU time (s): 4800.39
CPU user time (s): 4798.16
CPU system time (s): 2.23466
CPU usage (%): 398.854
Max. virtual memory (cumulated for all children) (KiB): 802168

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

runsolver used 3.78043 second user time and 9.80351 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-14 22:04:45
IDJOB=3366407
IDBENCH=82816
IDSOLVER=1844
FILE ID=node142/3366407-1305403485
RUNJOBID= node142-1305403485-17465
PBS_JOBID= 13324456
Free space on /tmp= 73444 MiB

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

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

MD5SUM BENCH= 0b3e0de9aa59dd098eea77ce3aaba6c9
RANDOM SEED=863831994

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24263776 kB
Buffers:        313552 kB
Cached:        3830144 kB
SwapCached:      11520 kB
Active:        6034024 kB
Inactive:      2321912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24263776 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            6316 kB
Writeback:           0 kB
AnonPages:     4209304 kB
Mapped:          19748 kB
Slab:           234064 kB
PageTables:      31936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77016740 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= 73432 MiB
End job on node142 at 2011-05-14 22:24:51