Trace number 3368557

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-1-mt (fixed)? (TO) 4800.47 1203.16

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v5000-c21000-S425619685-036-UNKNOWN.cnf
MD5SUMe54dff8ae8b71ab472786a7e95ae7d20
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.55861
Satisfiable
(Un)Satisfiability was proved
Number of variables5000
Number of clauses21000
Sum of the clauses size63000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 321000
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368557-1305397286.cnf'
0.00/0.01	c -- header says num vars:           5000
0.00/0.01	c -- header says num clauses:       21000
0.00/0.02	c -- clauses added:            0 learnts,        21000 normals,            0 xors
0.00/0.02	c -- vars added       5000
0.00/0.02	c Parsing time:  0.04 s
0.00/0.02	c  N st     0         0      5000     21000         0         0     63000         0   no data   no data  --
0.00/0.03	c asymm  cl-useful: 0/21000/21000 lits-rem:0 time: 0.05
0.00/0.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.02
0.12/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.12/0.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.12/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   5000 time:  0.00 s
0.12/0.05	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.12/0.08	c lits-rem:         0  cl-subs:        0  v-elim:    169  v-fix:    0  time:  0.13 s
0.12/0.08	c Finding binary XORs  T:     0.00 s  found:       0
0.12/0.09	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.12/0.09	c calculated reachability. Time: 0.00
0.12/0.09	c Calc default polars -  time:   0.00 s pos:    2199 undec:     586 neg:    2215
0.12/0.09	c =========================================================================================
0.12/0.09	c types(t): F = full restart, N = normal restart
0.12/0.09	c types(t): S = simplification begin/end, E = solution found
0.12/0.09	c restart types(rt): st = static, dy = dynamic
0.12/0.09	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.12/0.09	c  B st     0         0      4831     20818         0         0     63411         0   no data   no data  --
1.56/0.47	c  N dy    19      4071      4831     20818         0      4070     63411    446289     65.95     90.47  --
3.15/0.85	c  N dy    37      8181      4831     20818         0      5685     63411    424589     64.35     69.14  --
4.75/1.26	c  N dy    67     12330      4831     20818         0      5584     63411    254443     64.39     69.85  --
6.34/1.65	c  N dy    95     16335      4831     20818         0      9589     63411    682164     65.69     69.66  --
7.94/2.07	c  N dy   120     20392      4831     20818         0      8028     63411    389257     65.99     70.19  --
9.54/2.49	c  N dy   145     24409      4831     20818         0     12044     63411    804012     65.91     69.91  --
9.93/2.55	c  F st   149     25004      4831     20818         0     12639     63411    864255     65.84   no data  --
12.33/3.12	c  N dy   155     30002      4831     20818         0     10822     63411    615610     65.84   no data  --
12.33/3.12	c  S st   155     30002      4831     20818         0     10822     63411    615610     65.84   no data  --
12.33/3.17	c  S st   155     30503      4831     20818         0     11323     63411    656288     65.84   no data  --
12.33/3.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.33/3.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.33/3.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.05
12.75/3.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.75/3.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.75/3.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4831 time:  0.00 s
12.75/3.23	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
22.70/5.70	c lits-rem:       235  cl-subs:        2  v-elim:      0  v-fix:    0  time:  9.83 s
22.70/5.73	c asymm  cl-useful: 0/20818/20818 lits-rem:0 time: 0.11
22.70/5.73	c calculated reachability. Time: 0.00
22.70/5.73	c  N dy   155     30503      4831     20818         0     11321     63411    655684     65.84   no data  --
24.70/6.23	c  N dy   177     34833      4831     20818         0     15651     63411   1098348     65.71     71.76  --
26.33/6.69	c  N dy   206     39054      4831     20818         0     11962     63411    580043     65.98     69.99  --
28.29/7.18	c  N dy   238     43331      4831     20818         0     16239     63411   1035679     66.23     70.11  --
29.48/7.46	c  S st   252     45754      4831     20818         0      9710     63411    235304     66.10   no data  --
29.88/7.51	c  S st   252     46260      4831     20818         0     10216     63411    277379     66.10   no data  --
29.88/7.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.88/7.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.88/7.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.05
29.88/7.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.88/7.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.88/7.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4831 time:  0.00 s
29.88/7.55	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
32.27/8.19	c lits-rem:         5  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.55 s
32.27/8.19	c vivif2 --  cl tried    20818 cl shrink        0 lits rem          0 time: 0.01
32.27/8.19	c vivif2 --  cl tried    10216 cl shrink        0 lits rem          0 time: 0.01
32.67/8.22	c asymm  cl-useful: 0/20818/20818 lits-rem:0 time: 0.09
32.67/8.22	c calculated reachability. Time: 0.00
32.67/8.22	c  N dy   252     46260      4831     20818         0     10216     63411    277374     66.10   no data  --
34.27/8.66	c  N dy   274     50384      4831     20818         0     14340     63411    693164     65.89     69.41  --
36.27/9.15	c  N dy   298     54535      4831     20818         0     18491     63411   1112161     65.83     69.87  --
38.26/9.63	c  N dy   326     58582      4831     20818         0     12562     63411    435472     65.86     73.32  --
40.25/10.11	c  N dy   352     62661      4831     20818         0     16641     63411    855580     65.87     71.80  --
42.26/10.63	c  N dy   381     66707      4831     20818         0     20686     63411   1276797     65.99     69.91  --
43.47/10.95	c  S st   396     69392      4831     20818         0     12381     63411    307424     65.94   no data  --
43.47/11.00	c  S st   396     69895      4831     20818         0     12884     63411    350755     65.94   no data  --
43.88/11.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
43.88/11.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.88/11.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.06
43.88/11.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.88/11.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.88/11.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4831 time:  0.00 s
43.88/11.04	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
47.86/12.07	c lits-rem:        15  cl-subs:        1  v-elim:      0  v-fix:    0  time:  4.09 s
47.86/12.07	c vivif2 --  cl tried    20818 cl shrink        0 lits rem          0 time: 0.01
47.86/12.08	c vivif2 --  cl tried    12883 cl shrink        0 lits rem          0 time: 0.02
47.86/12.10	c asymm  cl-useful: 0/20818/20818 lits-rem:0 time: 0.10
47.86/12.10	c calculated reachability. Time: 0.00
47.86/12.10	c  N dy   396     69895      4831     20818         0     12883     63411    350708     65.94   no data  --
50.23/12.61	c  N dy   425     74366      4831     20818         0     17352     63411    819652     66.11     70.24  --
52.66/13.22	c  N dy   455     79228      4831     20818         0     22214     63411   1322996     66.11     70.11  --
55.02/13.85	c  N dy   486     84413      4831     20818         0     15406     63411    527082     66.16     71.88  --
56.64/14.22	c  F st   505     87502      4831     20818         0     18495     63411    844816     66.19     57.94  --
58.21/14.66	c  N st   510     90799      4831     20818         0     21790     63411   1226588     66.19   no data  --
61.44/15.44	c  N dy   536     96612      4831     20818         0     14609     63411    355335     66.22     70.05  --
64.59/16.21	c  N dy   583    102872      4831     20818         0     20868     63411   1022691     66.47     87.40  --
65.42/16.46	c  S st   594    104843      4831     20818         0     22839     63411   1224968     66.46     64.54  --
65.83/16.54	c  S st   594    105344      4831     20818         0     23340     63411   1265801     66.46   no data  --
65.83/16.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
65.83/16.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
65.83/16.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.09
66.18/16.63	c bin-w-bin subsume rem            0 bins  time:  0.01 s
66.18/16.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.18/16.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4831 time:  0.00 s
66.18/16.63	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
74.97/18.89	c lits-rem:        20  cl-subs:        5  v-elim:      0  v-fix:    0  time:  8.99 s
74.97/18.89	c vivif2 --  cl tried    20818 cl shrink        0 lits rem          0 time: 0.00
75.36/18.91	c vivif2 --  cl tried    23335 cl shrink        0 lits rem          0 time: 0.06
75.36/18.95	c asymm  cl-useful: 0/20818/20818 lits-rem:0 time: 0.16
75.36/18.95	c calculated reachability. Time: 0.00
75.36/18.95	c  N dy   594    105344      4831     20818         0     23335     63411   1264497     66.46   no data  --
79.35/19.91	c  N dy   640    112360      4831     20818         0     16358     63411    430949     66.51     70.23  --
82.97/20.87	c  N dy   685    119802      4831     20818         0     23800     63411   1217770     66.55     70.82  --
86.94/21.90	c  N dy   727    127547      4831     20818         0     16550     63411    348619     66.47     70.31  --
91.33/22.95	c  N dy   785    135686      4831     20818         0     24688     63411   1207707     66.66     87.95  --
96.13/24.16	c  N dy   830    144430      4831     20818         0     17429     63411    342447     66.62     89.08  --
100.94/25.37	c  N dy   892    153745      4831     20818         0     26742     63411   1323439     66.72     76.75  --
103.29/25.97	c  S st   920    158017      4831     20818         0     31014     63411   1775443     66.77     68.30  --
103.69/26.05	c  S st   920    158518      4831     20818         0     31515     63411   1813434     66.77   no data  --
103.69/26.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
103.69/26.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
103.69/26.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.10
104.09/26.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.09/26.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.09/26.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4831 time:  0.00 s
104.09/26.16	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
118.08/29.62	c lits-rem:        17  cl-subs:        7  v-elim:      0  v-fix:    0  time: 13.76 s
118.08/29.62	c vivif2 --  cl tried    20818 cl shrink        0 lits rem          0 time: 0.01
118.08/29.64	c vivif2 --  cl tried    31508 cl shrink        0 lits rem          0 time: 0.08
118.08/29.70	c asymm  cl-useful: 0/20818/20818 lits-rem:0 time: 0.21
118.08/29.70	c calculated reachability. Time: 0.00
118.08/29.70	c  N dy   920    158518      4831     20818         0     31508     63411   1812019     66.77   no data  --
124.04/31.10	c  N dy   983    168722      4831     20818         0     24712     63411   1027650     66.88     71.19  --
130.43/32.77	c  N dy  1047    179643      4831     20818         0     35629     63411   2166948     66.85     70.83  --
136.81/34.33	c  N dy  1119    191144      4831     20818         0     29131     63411   1378208     66.87     70.53  --
143.99/36.13	c  N dy  1196    203437      4831     20818         0     22427     63411    588283     66.95     70.57  --
151.57/38.00	c  N dy  1285    216519      4831     20818         0     35508     63411   1957840     67.02     71.68  --
159.55/40.01	c  N dy  1374    230467      4831     20818         0     29459     63411   1211354     67.06     71.55  --
163.95/41.12	c  S st  1420    237780      4831     20818         0     36772     63411   1974484     67.04     65.42  --
164.35/41.21	c  S st  1420    238284      4831     20818         0     37276     63411   2010049     67.04   no data  --
164.35/41.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
164.35/41.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
164.35/41.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.11
164.75/41.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
164.75/41.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
164.75/41.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4831 time:  0.00 s
164.75/41.33	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
180.69/45.30	c lits-rem:        39  cl-subs:        9  v-elim:      0  v-fix:    0  time: 15.81 s
180.69/45.30	c vivif2 --  cl tried    20818 cl shrink        0 lits rem          0 time: 0.00
180.69/45.32	c vivif2 --  cl tried    37267 cl shrink        0 lits rem          0 time: 0.10
180.69/45.38	c asymm  cl-useful: 0/20818/20818 lits-rem:0 time: 0.24
180.69/45.39	c calculated reachability. Time: 0.00
180.69/45.39	c  N dy  1420    238284      4831     20818         0     37267     63411   2009024     67.04   no data  --
189.88/47.61	c  N dy  1517    253530      4831     20818         0     31511     63411   1334457     67.03     72.00  --
199.86/50.14	c  N dy  1615    270014      4831     20818         0     25996     63411    639324     67.00     70.57  --
210.67/52.85	c  N dy  1729    287398      4831     20818         0     43380     63411   2461785     67.05     70.72  --
221.80/55.67	c  N dy  1843    305794      4831     20818         0     38774     63411   1920393     67.11     71.02  --
222.20/55.74	c  F st  1847    306252      4831     20818         0     39232     63411   1966783     67.11     55.70  --
234.16/58.77	c  N dy  1945    325373      4831     20818         0     34350     63411   1348011     67.20     71.15  --
247.33/62.07	c  N dy  2072    345439      4831     20818         0     29415     63411    710821     67.22     94.76  --
254.91/63.97	c  S st  2155    357426      4831     20818         0     41401     63411   1996333     67.29   no data  --
255.31/64.07	c  S st  2155    357928      4831     20818         0     41903     63411   2041561     67.29   no data  --
255.31/64.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
255.31/64.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
255.71/64.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.12
255.71/64.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
255.71/64.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
255.71/64.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4831 time:  0.00 s
255.71/64.19	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
272.46/68.38	c lits-rem:        41  cl-subs:        4  v-elim:      0  v-fix:    0  time: 16.69 s
272.46/68.38	c vivif2 --  cl tried    20818 cl shrink        0 lits rem          0 time: 0.01
272.86/68.40	c vivif2 --  cl tried    41899 cl shrink        0 lits rem          0 time: 0.10
272.86/68.47	c asymm  cl-useful: 0/20818/20818 lits-rem:0 time: 0.27
272.86/68.47	c calculated reachability. Time: 0.00
272.86/68.47	c  N dy  2155    357928      4831     20818         0     41899     63411   2040535     67.29   no data  --
286.43/71.89	c  N dy  2286    378013      4831     20818         0     35989     63411   1304867     67.34     75.95  --
300.80/75.45	c  N dy  2409    398046      4831     20818         0     29021     63411    462859     67.37     71.77  --
313.96/78.75	c  N dy  2541    418141      4831     20818         0     49115     63411   2610025     67.48     72.84  --
327.53/82.16	c  N dy  2671    438165      4831     20818         0     41138     63411   1667675     67.55     76.54  --
342.34/85.82	c  N dy  2794    458268      4831     20818         0     32248     63411    616945     67.56     71.67  --
355.86/89.23	c  N dy  2920    478326      4831     20818         0     52302     63411   2725786     67.59     73.18  --
369.82/92.73	c  N dy  3041    498399      4831     20818         0     42374     63411   1580802     67.59     72.63  --
385.38/96.64	c  N dy  3159    518629      4831     20818         0     31604     63411    348075     67.59     72.79  --
397.36/99.69	c  S st  3273    536892      4831     20818         0     49867     63411   2295525     67.63   no data  --
398.16/99.80	c  S st  3273    537395      4831     20818         0     50370     63411   2332634     67.63   no data  --
398.16/99.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
398.16/99.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
398.16/99.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.14
398.56/99.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
398.56/99.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
398.56/99.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4831 time:  0.00 s
398.56/99.94	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
421.33/105.68	c lits-rem:        17  cl-subs:        5  v-elim:      0  v-fix:    0  time: 22.87 s
421.33/105.68	c vivif2 --  cl tried    20818 cl shrink        0 lits rem          0 time: 0.01
421.69/105.71	c vivif2 --  cl tried    50365 cl shrink        0 lits rem          0 time: 0.11
421.69/105.79	c asymm  cl-useful: 0/20818/20818 lits-rem:0 time: 0.33
421.69/105.79	c calculated reachability. Time: 0.00
421.69/105.79	c  N dy  3273    537395      4831     20818         0     50365     63411   2331781     67.63   no data  --
437.26/109.60	c  N dy  3409    557459      4831     20818         0     38428     63411    984110     67.70     71.80  --
452.05/113.34	c  N dy  3543    577641      4831     20818         0     58606     63411   3123801     67.75     71.54  --
466.78/117.05	c  N dy  3663    597914      4831     20818         0     45882     63411   1644668     67.75     72.32  --
483.14/121.13	c  N dy  3790    618079      4831     20818         0     66045     63411   3799902     67.77     72.70  --
497.90/124.84	c  N dy  3913    638099      4831     20818         0     52064     63411   2211929     67.77     73.74  --
515.06/129.16	c  N dy  4041    658132      4831     20818         0     37101     63411    531863     67.78     74.46  --
530.23/132.93	c  N dy  4165    678161      4831     20818         0     57129     63411   2655551     67.80     71.43  --
547.78/137.35	c  N dy  4301    698239      4831     20818         0     41208     63411    871934     67.84     79.91  --
563.74/141.32	c  N dy  4416    718447      4831     20818         0     61415     63411   3008747     67.84     71.80  --
581.29/145.70	c  N dy  4544    738498      4831     20818         0     44471     63411   1120351     67.85     72.76  --
597.65/149.88	c  N dy  4673    758655      4831     20818         0     64628     63411   3253665     67.86     73.47  --
615.20/154.27	c  N dy  4805    778713      4831     20818         0     46685     63411   1250079     67.89     72.19  --
632.36/158.54	c  N dy  4939    798801      4831     20818         0     66769     63411   3387768     67.91     71.52  --
639.15/160.24	c  S st  4985    806093      4831     20818         0     74060     63411   4156447     67.92   no data  --
639.96/160.40	c  S st  4985    806599      4831     20818         0     74566     63411   4193950     67.92   no data  --
639.96/160.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
639.96/160.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
639.96/160.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.21
640.79/160.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
640.79/160.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
640.79/160.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4831 time:  0.00 s
640.79/160.64	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
893.72/224.02	c lits-rem:         2  cl-subs:       10  v-elim:      0  v-fix:    0  time: 252.39 s
893.72/224.03	c vivif2 --  cl tried    20818 cl shrink        0 lits rem          0 time: 0.01
893.72/224.08	c vivif2 --  cl tried    74556 cl shrink        0 lits rem          0 time: 0.20
894.52/224.21	c asymm  cl-useful: 0/20818/20818 lits-rem:0 time: 0.52
894.52/224.21	c calculated reachability. Time: 0.00
894.52/224.21	c  N dy  4985    806599      4831     20818         0     74556     63411   4192006     67.92   no data  --
910.07/228.16	c  N dy  5114    826662      4831     20818         0     55618     63411   2084807     67.93     72.14  --
928.43/232.72	c  N dy  5246    846742      4831     20818         0     75691     63411   4228963     67.96     73.07  --
944.38/236.72	c  N dy  5370    866887      4831     20818         0     55841     63411   2026316     67.97     73.27  --
962.75/241.39	c  N dy  5509    887015      4831     20818         0     75962     63411   4177394     68.02     77.09  --
980.70/245.80	c  N dy  5630    907176      4831     20818         0     55129     63411   1850954     68.03     71.79  --
999.45/250.51	c  N dy  5748    927263      4831     20818         0     75211     63411   3970894     68.03     72.28  --
1017.83/255.12	c  N dy  5874    947268      4831     20818         0     53219     63411   1541497     68.05     73.52  --
1036.15/259.78	c  N dy  6000    967496      4831     20818         0     73442     63411   3706464     68.07     71.80  --
1055.71/264.67	c  N dy  6132    987586      4831     20818         0     50537     63411   1162280     68.09     79.22  --
1073.67/269.19	c  N dy  6257   1007723      4831     20818         0     70672     63411   3296565     68.10     73.20  --
1094.82/274.42	c  N dy  6379   1027775      4831     20818         0     46732     63411    648219     68.12     71.81  --
1111.97/278.75	c  N dy  6494   1047969      4831     20818         0     66923     63411   2811220     68.12     72.50  --
1133.52/284.12	c  N dy  6622   1068045      4831     20818         0     86997     63411   4958165     68.14     74.05  --
1137.91/285.21	c  F st  6642   1071876      4831     20818         0     45833     63411    454809     68.13     57.00  --
1150.67/288.47	c  N dy  6704   1088211      4831     20818         0     62165     63411   2266984     68.12     72.19  --
1171.03/293.52	c  N dy  6828   1108295      4831     20818         0     82246     63411   4407862     68.13     72.18  --
1190.18/298.37	c  N dy  6931   1128311      4831     20818         0     56269     63411   1480442     68.12     72.02  --
1208.93/303.09	c  N dy  7051   1148316      4831     20818         0     76274     63411   3613470     68.12     71.96  --
1230.88/308.59	c  N dy  7168   1168322      4831     20818         0     49282     63411    625921     68.12     83.14  --
1248.43/312.99	c  N dy  7297   1188404      4831     20818         0     69362     63411   2761715     68.14     73.33  --
1270.38/318.43	c  N dy  7420   1208765      4831     20818         0     89717     63411   4937619     68.15     73.01  --
1271.57/318.77	c  S st  7428   1209901      4831     20818         0     90852     63411   5053212     68.15     56.97  --
1272.39/318.96	c  S st  7428   1210406      4831     20818         0     91356     63411   5094447     68.15   no data  --
1272.39/318.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1272.39/318.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1272.81/319.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.27
1273.56/319.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1273.56/319.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1273.56/319.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4831 time:  0.01 s
1273.56/319.26	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1688.93/423.37	c lits-rem:         0  cl-subs:       22  v-elim:      0  v-fix:    0  time: 414.51 s
1688.93/423.37	c vivif2 --  cl tried    20818 cl shrink        0 lits rem          0 time: 0.00
1689.35/423.43	c vivif2 --  cl tried    91334 cl shrink        0 lits rem          0 time: 0.23
1689.77/423.59	c asymm  cl-useful: 0/20818/20818 lits-rem:0 time: 0.64
1689.77/423.60	c calculated reachability. Time: 0.00
1689.77/423.60	c  N dy  7428   1210406      4831     20818         0     91334     63411   5090395     68.15   no data  --
1708.08/428.13	c  N dy  7555   1230692      4831     20818         0     63636     63411   2076773     68.18     72.44  --
1727.63/433.09	c  N dy  7687   1250820      4831     20818         0     83762     63411   4224353     68.19     74.24  --
1748.78/438.38	c  N dy  7821   1270851      4831     20818         0     54798     63411   1019343     68.21     72.69  --
1766.34/442.77	c  N dy  7945   1290856      4831     20818         0     74800     63411   3146275     68.21     75.08  --
1788.69/448.39	c  N dy  8079   1311011      4831     20818         0     94953     63411   5281285     68.23     72.57  --
1808.27/453.28	c  N dy  8193   1331085      4831     20818         0     65021     63411   1994026     68.23     75.90  --
1829.39/458.54	c  N dy  8327   1351184      4831     20818         0     85117     63411   4155678     68.25     73.71  --
1852.52/464.37	c  N dy  8447   1371276      4831     20818         0     54210     63411    736786     68.26     73.71  --
1871.68/469.12	c  N dy  8565   1391765      4831     20818         0     74699     63411   2933660     68.27     73.01  --
1894.82/474.93	c  N dy  8691   1412067      4831     20818         0     94998     63411   5093302     68.28     73.43  --
1916.76/480.47	c  N dy  8820   1432749      4831     20818         0     63680     63411   1657379     68.30     72.12  --
1937.51/485.60	c  N dy  8951   1452845      4831     20818         0     83774     63411   3783510     68.31     73.22  --
1962.24/491.81	c  N dy  9070   1472930      4831     20818         0    103858     63411   5941849     68.32     72.26  --
1981.40/496.60	c  N dy  9186   1492961      4831     20818         0     70893     63411   2344009     68.33     97.81  --
2003.35/502.17	c  N dy  9323   1513022      4831     20818         0     90951     63411   4512251     68.36     75.44  --
2028.49/508.43	c  N dy  9444   1533379      4831     20818         0     57317     63411    778115     68.36     72.04  --
2047.24/513.13	c  N dy  9550   1553417      4831     20818         0     77353     63411   2906042     68.35     78.10  --
2070.79/519.00	c  N dy  9677   1573507      4831     20818         0     97441     63411   5055556     68.36     76.80  --
2094.32/524.99	c  N dy  9799   1593555      4831     20818         0     62491     63411   1232855     68.37     73.54  --
2114.68/530.00	c  N dy  9917   1613677      4831     20818         0     82609     63411   3392417     68.37     73.66  --
2138.61/536.10	c  N dy 10037   1633703      4831     20818         0    102632     63411   5527030     68.38     93.74  --
2161.35/541.78	c  N dy 10156   1653754      4831     20818         0     66686     63411   1583244     68.38     72.19  --
2182.50/547.02	c  N dy 10284   1673848      4831     20818         0     86779     63411   3711972     68.39     72.22  --
2207.67/553.37	c  N dy 10406   1693928      4831     20818         0    106856     63411   5860460     68.40     73.96  --
2226.38/558.04	c  S st 10509   1710408      4831     20818         0     66342     63411   1453349     68.40   no data  --
2226.80/558.18	c  S st 10509   1710911      4831     20818         0     66845     63411   1494418     68.40   no data  --
2226.80/558.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2226.80/558.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2227.19/558.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.19
2227.59/558.31	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2227.59/558.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2227.59/558.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4831 time:  0.00 s
2227.59/558.31	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2243.14/562.22	c lits-rem:        24  cl-subs:        2  v-elim:      0  v-fix:    0  time: 15.58 s
2243.14/562.22	c vivif2 --  cl tried    20818 cl shrink        0 lits rem          0 time: 0.01
2243.14/562.25	c vivif2 --  cl tried    66843 cl shrink        0 lits rem          0 time: 0.08
2243.54/562.36	c asymm  cl-useful: 0/20818/20818 lits-rem:0 time: 0.46
2243.54/562.36	c calculated reachability. Time: 0.00
2243.54/562.36	c  N dy 10509   1710911      4831     20818         0     66843     63411   1493823     68.40   no data  --
2264.32/567.59	c  N dy 10642   1731021      4831     20818         0     86951     63411   3635105     68.42     72.15  --
2290.24/574.01	c  N dy 10782   1751109      4831     20818         0    107037     63411   5816803     68.45     72.99  --
2313.77/579.95	c  N dy 10907   1771232      4831     20818         0     69161     63411   1631800     68.46     72.25  --
2335.72/585.49	c  N dy 11031   1791315      4831     20818         0     89244     63411   3768569     68.46     72.12  --
2362.85/592.22	c  N dy 11160   1811505      4831     20818         0    109434     63411   5911442     68.47     72.75  --
2386.40/598.19	c  N dy 11279   1831796      4831     20818         0     70730     63411   1704216     68.47     72.93  --
2408.74/603.73	c  N dy 11400   1851881      4831     20818         0     90813     63411   3864506     68.48     74.46  --
2435.49/610.41	c  N dy 11533   1872017      4831     20818         0    110948     63411   6015488     68.48     72.26  --
2458.61/616.29	c  N dy 11659   1892035      4831     20818         0     70966     63411   1646708     68.50    100.00  --
2479.38/621.41	c  N dy 11773   1912092      4831     20818         0     91020     63411   3793924     68.51     77.15  --
2504.50/627.71	c  N dy 11899   1932237      4831     20818         0    111162     63411   5963213     68.52     72.68  --
2528.43/633.77	c  N dy 12036   1952289      4831     20818         0     70218     63411   1454525     68.54     73.74  --
2549.19/639.00	c  N dy 12159   1972483      4831     20818         0     90410     63411   3611706     68.54     72.40  --
2574.32/645.25	c  N dy 12292   1992591      4831     20818         0    110516     63411   5766739     68.56     73.56  --
2599.46/651.56	c  N dy 12423   2012600      4831     20818         0     68529     63411   1163570     68.57     74.32  --
2619.83/656.67	c  N dy 12562   2032713      4831     20818         0     88640     63411   3326596     68.58     73.39  --
2644.15/662.70	c  N dy 12688   2052803      4831     20818         0    108729     63411   5486977     68.60     73.14  --
2670.88/669.45	c  N dy 12812   2072968      4831     20818         0     65903     63411    792447     68.60     72.69  --
2690.83/674.43	c  N dy 12943   2093081      4831     20818         0     86013     63411   2939473     68.61     72.33  --
2714.37/680.39	c  N dy 13077   2113185      4831     20818         0    106116     63411   5109477     68.63     72.90  --
2742.31/687.31	c  N dy 13198   2133224      4831     20818         0    126153     63411   7280822     68.64     73.26  --
2762.65/692.43	c  N dy 13326   2153394      4831     20818         0     82327     63411   2475133     68.66     73.55  --
2785.79/698.24	c  N dy 13456   2173581      4831     20818         0    102508     63411   4643781     68.67     72.59  --
2812.94/705.02	c  N dy 13579   2193614      4831     20818         0    122539     63411   6803267     68.68     73.93  --
2833.27/710.17	c  S st 13693   2210912      4831     20818         0     74848     63411   1548545     68.69   no data  --
2834.07/710.31	c  S st 13693   2211417      4831     20818         0     75353     63411   1588239     68.69   no data  --
2834.07/710.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2834.07/710.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2834.07/710.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.20
2834.47/710.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2834.47/710.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2834.47/710.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4831 time:  0.00 s
2834.47/710.44	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2852.03/714.82	c lits-rem:        28  cl-subs:        2  v-elim:      0  v-fix:    0  time: 17.44 s
2852.03/714.82	c vivif2 --  cl tried    20818 cl shrink        0 lits rem          0 time: 0.00
2852.03/714.84	c vivif2 --  cl tried    75351 cl shrink        0 lits rem          0 time: 0.09
2852.44/714.96	c asymm  cl-useful: 0/20818/20818 lits-rem:0 time: 0.47
2852.44/714.97	c calculated reachability. Time: 0.00
2852.44/714.97	c  N dy 13693   2211417      4831     20818         0     75351     63411   1587887     68.69   no data  --
2873.57/720.25	c  N dy 13811   2231485      4831     20818         0     95417     63411   3746020     68.70     73.73  --
2899.11/726.62	c  N dy 13934   2251568      4831     20818         0    115496     63411   5928050     68.70     75.68  --
2926.64/733.51	c  N dy 14058   2271750      4831     20818         0     69679     63411    896367     68.71     77.54  --
2946.58/738.55	c  N dy 14177   2291925      4831     20818         0     89851     63411   3042334     68.71     72.57  --
2970.94/744.65	c  N dy 14303   2311947      4831     20818         0    109870     63411   5182234     68.72     73.68  --
2999.65/751.81	c  N dy 14424   2332007      4831     20818         0    129927     63411   7326599     68.72     72.67  --
3021.20/757.24	c  N dy 14546   2352079      4831     20818         0     83011     63411   2221206     68.72     74.10  --
3044.35/763.02	c  N dy 14671   2372102      4831     20818         0    103032     63411   4363698     68.73     72.62  --
3073.87/770.45	c  N dy 14795   2392140      4831     20818         0    123069     63411   6510698     68.73     73.38  --
3103.03/777.78	c  N dy 14923   2412472      4831     20818         0     75401     63411   1306249     68.74     73.03  --
3126.54/783.64	c  N dy 15042   2432724      4831     20818         0     95651     63411   3472340     68.74     73.36  --
3154.47/790.67	c  N dy 15178   2452775      4831     20818         0    115699     63411   5625624     68.75     88.10  --
3187.18/798.89	c  N dy 15305   2472865      4831     20818         0    135787     63411   7784934     68.76     80.65  --
3211.53/804.93	c  N dy 15426   2492900      4831     20818         0     86827     63411   2430449     68.76     73.09  --
3238.26/811.64	c  N dy 15554   2512971      4831     20818         0    106895     63411   4582006     68.77     73.59  --
3269.82/819.55	c  N dy 15685   2533032      4831     20818         0    126951     63411   6732988     68.78     73.46  --
3300.90/827.32	c  N dy 15813   2553307      4831     20818         0     77232     63411   1298939     68.80     73.43  --
3325.24/833.45	c  N dy 15940   2573433      4831     20818         0     97354     63411   3460848     68.81     73.05  --
3353.21/840.47	c  N dy 16066   2593464      4831     20818         0    117383     63411   5609750     68.82     73.71  --
3385.10/848.40	c  N dy 16186   2613607      4831     20818         0    137522     63411   7759788     68.82     72.85  --
3409.04/854.48	c  N dy 16309   2633719      4831     20818         0     86645     63411   2210600     68.82     72.50  --
3434.18/860.76	c  N dy 16443   2653798      4831     20818         0    106722     63411   4387271     68.84     72.78  --
3461.71/867.63	c  N dy 16563   2673839      4831     20818         0    126762     63411   6528872     68.84     75.30  --
3492.03/875.22	c  N dy 16691   2693855      4831     20818         0     74788     63411    830450     68.85     84.83  --
3510.38/879.81	c  S st 16803   2711417      4831     20818         0     92349     63411   2732015     68.86     64.30  --
3510.80/879.99	c  S st 16803   2711924      4831     20818         0     92856     63411   2770634     68.86   no data  --
3510.80/880.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3510.80/880.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3511.22/880.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.25
3511.57/880.18	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3511.57/880.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3511.57/880.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4831 time:  0.00 s
3511.57/880.18	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3559.85/892.25	c lits-rem:        34  cl-subs:        8  v-elim:      0  v-fix:    0  time: 48.10 s
3559.85/892.25	c vivif2 --  cl tried    20818 cl shrink        0 lits rem          0 time: 0.00
3559.85/892.29	c vivif2 --  cl tried    92848 cl shrink        0 lits rem          0 time: 0.14
3560.65/892.45	c asymm  cl-useful: 0/20818/20818 lits-rem:0 time: 0.63
3560.65/892.45	c calculated reachability. Time: 0.00
3560.65/892.45	c  N dy 16803   2711924      4831     20818         0     92848     63411   2769437     68.86   no data  --
3585.82/898.76	c  N dy 16936   2732262      4831     20818         0    113184     63411   4957323     68.87     73.58  --
3614.92/906.05	c  N dy 17063   2752276      4831     20818         0    133197     63411   7121930     68.88     74.66  --
3642.89/913.06	c  N dy 17186   2772389      4831     20818         0     80313     63411   1326903     68.89     74.66  --
3665.19/918.69	c  N dy 17315   2792443      4831     20818         0    100363     63411   3505768     68.90     74.85  --
3691.92/925.31	c  N dy 17435   2812486      4831     20818         0    120403     63411   5652741     68.90     72.70  --
3722.24/932.99	c  N dy 17558   2832535      4831     20818         0    140451     63411   7834023     68.91     73.03  --
3748.22/939.44	c  N dy 17689   2852660      4831     20818         0     86583     63411   1910592     68.92     73.59  --
3771.32/945.24	c  N dy 17808   2872700      4831     20818         0    106621     63411   4049538     68.92     72.74  --
3799.66/952.35	c  N dy 17942   2892851      4831     20818         0    126767     63411   6227756     68.93     72.57  --
3831.61/960.35	c  N dy 18056   2913221      4831     20818         0    147136     63411   8414772     68.93     74.15  --
3854.71/966.15	c  N dy 18178   2933296      4831     20818         0     92220     63411   2394657     68.94     75.16  --
3879.05/972.27	c  N dy 18299   2953313      4831     20818         0    112236     63411   4556913     68.94     74.85  --
3908.58/979.65	c  N dy 18436   2973345      4831     20818         0    132264     63411   6732111     68.95     72.61  --
3941.69/987.99	c  N dy 18550   2993408      4831     20818         0     76335     63411    592440     68.95     77.29  --
3962.87/993.29	c  N dy 18675   3013480      4831     20818         0     96405     63411   2743625     68.95     76.13  --
3988.78/999.73	c  N dy 18788   3033687      4831     20818         0    116612     63411   4931793     68.95     72.61  --
4019.10/1007.32	c  N dy 18910   3053786      4831     20818         0    136708     63411   7092470     68.96     74.46  --
4054.22/1016.19	c  N dy 19047   3073791      4831     20818         0     79716     63411    853930     68.98     73.51  --
4079.35/1022.46	c  N dy 19176   3094012      4831     20818         0     99934     63411   3034588     68.98     72.88  --
4109.28/1029.92	c  N dy 19307   3114117      4831     20818         0    120037     63411   5187265     68.99     72.84  --
4144.79/1038.82	c  N dy 19429   3134339      4831     20818         0    140254     63411   7364864     68.99     72.64  --
4181.50/1048.07	c  N dy 19564   3154367      4831     20818         0     82285     63411   1023273     69.01     72.91  --
4207.84/1054.69	c  N dy 19692   3174398      4831     20818         0    102314     63411   3181815     69.02     72.71  --
4239.80/1062.65	c  N dy 19834   3194446      4831     20818         0    122362     63411   5364063     69.03     72.84  --
4270.88/1070.46	c  S st 19938   3211924      4831     20818         0    139840     63411   7265082     69.03   no data  --
4272.08/1070.77	c  S st 19938   3212426      4831     20818         0    140342     63411   7304527     69.03   no data  --
4272.08/1070.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
4272.08/1070.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4272.87/1070.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.44
4274.07/1071.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4274.07/1071.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4274.07/1071.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4831 time:  0.01 s
4274.07/1071.25	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.01 s

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-3368557-1305397286/watcher-3368557-1305397286 -o /tmp/evaluation-result-3368557-1305397286/solver-3368557-1305397286 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368557-1305397286.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: 7.41 7.94 7.83 2/304 18547
/proc/meminfo: memFree=18248380/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 412 0 0 0 0 0 0 0 24 0 4 0 651328261 52465664 353 33554432000 4194304 4650419 140734814684304 18446744073709551615 47685736785840 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 12809 353 303 112 0 7774 0
[pid=18547/tid=18548] ppid=18545 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651328261 52465664 353 33554432000 4194304 4650419 140734814684304 18446744073709551615 47685736785846 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651328262 52465664 353 33554432000 4194304 4650419 140734814684304 18446744073709551615 274474023921 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651328262 52465664 353 33554432000 4194304 4650419 140734814684304 18446744073709551615 47685736785846 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.043728 s]
/proc/loadavg: 7.41 7.94 7.83 2/304 18547
/proc/meminfo: memFree=18248380/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=289352 CPUtime=0.12 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) D 18545 18547 17640 0 -1 4202496 5102 0 0 0 12 0 0 0 25 0 4 0 651328261 296296448 4230 33554432000 4194304 4650419 140734814684304 18446744073709551615 4427009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 72338 4230 376 112 0 67303 0
[pid=18547/tid=18548] ppid=18545 vsize=289352 CPUtime=0.03 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) D 18545 18547 17640 0 -1 4202560 1245 0 0 0 3 0 0 0 25 0 4 0 651328261 296296448 4230 33554432000 4194304 4650419 140734814684304 18446744073709551615 274473627969 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=289352 CPUtime=0.02 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 1234 0 0 0 2 0 0 0 25 0 4 0 651328262 296296448 4230 33554432000 4194304 4650419 140734814684304 18446744073709551615 274474010807 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=289352 CPUtime=0.03 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 989 0 0 0 3 0 0 0 25 0 4 0 651328262 296296448 4230 33554432000 4194304 4650419 140734814684304 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 289352

[startup+0.163332 s]
/proc/loadavg: 7.41 7.94 7.83 2/304 18547
/proc/meminfo: memFree=18248380/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=292136 CPUtime=0.61 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 7974 0 0 0 60 1 0 0 25 0 4 0 651328261 299147264 6793 33554432000 4194304 4650419 140734814684304 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 73034 6794 390 112 0 67999 0
[pid=18547/tid=18548] ppid=18545 vsize=292136 CPUtime=0.15 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 2105 0 0 0 15 0 0 0 25 0 4 0 651328261 299147264 6794 33554432000 4194304 4650419 140734814684304 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=292136 CPUtime=0.14 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 2077 0 0 0 14 0 0 0 25 0 4 0 651328262 299147264 6794 33554432000 4194304 4650419 140734814684304 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=292136 CPUtime=0.14 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 1140 0 0 0 14 0 0 0 25 0 4 0 651328262 299147264 6794 33554432000 4194304 4650419 140734814684304 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 292136

[startup+0.30031 s]
/proc/loadavg: 7.41 7.94 7.83 2/304 18547
/proc/meminfo: memFree=18248380/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=292136 CPUtime=1.16 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 8666 0 0 0 115 1 0 0 25 0 4 0 651328261 299147264 7485 33554432000 4194304 4650419 140734814684304 18446744073709551615 4520322 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 73034 7485 390 112 0 67999 0
[pid=18547/tid=18548] ppid=18545 vsize=292136 CPUtime=0.29 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 2271 0 0 0 29 0 0 0 25 0 4 0 651328261 299147264 7485 33554432000 4194304 4650419 140734814684304 18446744073709551615 4333952 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=292136 CPUtime=0.27 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 2246 0 0 0 27 0 0 0 25 0 4 0 651328262 299147264 7485 33554432000 4194304 4650419 140734814684304 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=292136 CPUtime=0.28 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 1326 0 0 0 28 0 0 0 25 0 4 0 651328262 299147264 7485 33554432000 4194304 4650419 140734814684304 18446744073709551615 4364336 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) 292136

[startup+0.70024 s]
/proc/loadavg: 7.41 7.94 7.83 2/304 18547
/proc/meminfo: memFree=18248380/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=294600 CPUtime=2.75 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 11668 0 0 0 274 1 0 0 25 0 4 0 651328261 301670400 7772 33554432000 4194304 4650419 140734814684304 18446744073709551615 4363566 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 73650 7772 392 112 0 68615 0
[pid=18547/tid=18548] ppid=18545 vsize=294600 CPUtime=0.69 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 2942 0 0 0 69 0 0 0 25 0 4 0 651328261 301670400 7772 33554432000 4194304 4650419 140734814684304 18446744073709551615 4334543 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=294600 CPUtime=0.67 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 2946 0 0 0 67 0 0 0 25 0 4 0 651328262 301670400 7772 33554432000 4194304 4650419 140734814684304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=294600 CPUtime=0.68 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 2172 0 0 0 68 0 0 0 25 0 4 0 651328262 301670400 7772 33554432000 4194304 4650419 140734814684304 18446744073709551615 4315094 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 294600

[startup+1.5011 s]
/proc/loadavg: 7.70 7.99 7.85 9/314 18560
/proc/meminfo: memFree=18031556/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=295572 CPUtime=5.94 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 16471 0 0 0 592 2 0 0 25 0 4 0 651328261 302665728 9125 33554432000 4194304 4650419 140734814684304 18446744073709551615 4363506 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 73893 9125 392 112 0 68858 0
[pid=18547/tid=18548] ppid=18545 vsize=295572 CPUtime=1.48 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 4134 0 0 0 148 0 0 0 25 0 4 0 651328261 302665728 9125 33554432000 4194304 4650419 140734814684304 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=295572 CPUtime=1.46 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 4084 0 0 0 146 0 0 0 25 0 4 0 651328262 302665728 9125 33554432000 4194304 4650419 140734814684304 18446744073709551615 4367284 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=295572 CPUtime=1.48 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 3419 0 0 0 148 0 0 0 25 0 4 0 651328262 302665728 9125 33554432000 4194304 4650419 140734814684304 18446744073709551615 4364521 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 295572

[startup+3.10082 s]
/proc/loadavg: 7.70 7.99 7.85 9/314 18560
/proc/meminfo: memFree=18022136/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=296732 CPUtime=12.33 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 25998 0 0 0 1229 4 0 0 25 0 4 0 651328261 303853568 9909 33554432000 4194304 4650419 140734814684304 18446744073709551615 4330626 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 74183 9909 393 112 0 69148 0
[pid=18547/tid=18548] ppid=18545 vsize=296732 CPUtime=3.08 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 6496 0 0 0 308 0 0 0 25 0 4 0 651328261 303853568 9909 33554432000 4194304 4650419 140734814684304 18446744073709551615 4363660 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=296732 CPUtime=3.05 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 6425 0 0 0 304 1 0 0 25 0 4 0 651328262 303853568 9909 33554432000 4194304 4650419 140734814684304 18446744073709551615 4363455 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=296732 CPUtime=3.08 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 5829 0 0 0 307 1 0 0 25 0 4 0 651328262 303853568 9909 33554432000 4194304 4650419 140734814684304 18446744073709551615 4360531 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 296732

[startup+6.30025 s]
/proc/loadavg: 7.70 7.99 7.85 9/314 18560
/proc/meminfo: memFree=17929604/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=295572 CPUtime=25.1 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 50614 0 0 0 2502 8 0 0 25 0 4 0 651328261 302665728 26005 33554432000 4194304 4650419 140734814684304 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 73893 26006 394 112 0 68858 0
[pid=18547/tid=18548] ppid=18545 vsize=295572 CPUtime=6.29 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 10890 0 0 0 627 2 0 0 25 0 4 0 651328261 302665728 26006 33554432000 4194304 4650419 140734814684304 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=295572 CPUtime=6.22 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 14157 0 0 0 620 2 0 0 25 0 4 0 651328262 302665728 26006 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476293 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=295572 CPUtime=6.28 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 13749 0 0 0 626 2 0 0 25 0 4 0 651328262 302665728 26006 33554432000 4194304 4650419 140734814684304 18446744073709551615 4520364 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) 295572

[startup+12.7011 s]
/proc/loadavg: 7.75 7.99 7.85 9/314 18560
/proc/meminfo: memFree=17900240/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=330012 CPUtime=50.63 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 84728 0 0 0 5047 16 0 0 25 0 4 0 651328261 337932288 37549 33554432000 4194304 4650419 140734814684304 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 82503 37549 394 112 0 77468 0
[pid=18547/tid=18548] ppid=18545 vsize=330012 CPUtime=12.69 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 21530 0 0 0 1265 4 0 0 25 0 4 0 651328261 337932288 37549 33554432000 4194304 4650419 140734814684304 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=330012 CPUtime=12.55 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 24638 0 0 0 1251 4 0 0 25 0 4 0 651328262 337932288 37549 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=330012 CPUtime=12.68 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 20929 0 0 0 1264 4 0 0 25 0 4 0 651328262 337932288 37550 33554432000 4194304 4650419 140734814684304 18446744073709551615 4520364 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) 330012

[startup+25.5009 s]
/proc/loadavg: 7.78 7.99 7.85 9/314 18561
/proc/meminfo: memFree=17534076/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=342468 CPUtime=101.7 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 137859 0 0 0 10144 26 0 0 25 0 4 0 651328261 350687232 51706 33554432000 4194304 4650419 140734814684304 18446744073709551615 4333674 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 85617 51707 394 112 0 80582 0
[pid=18547/tid=18548] ppid=18545 vsize=342468 CPUtime=25.48 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 34138 0 0 0 2542 6 0 0 25 0 4 0 651328261 350687232 51707 33554432000 4194304 4650419 140734814684304 18446744073709551615 4313443 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=342468 CPUtime=25.22 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 35229 0 0 0 2516 6 0 0 25 0 4 0 651328262 350687232 51707 33554432000 4194304 4650419 140734814684304 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=342468 CPUtime=25.48 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 35690 0 0 0 2541 7 0 0 25 0 4 0 651328262 350687232 51707 33554432000 4194304 4650419 140734814684304 18446744073709551615 4334078 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 342468

[startup+51.1004 s]
/proc/loadavg: 7.94 8.01 7.85 9/314 18561
/proc/meminfo: memFree=17399100/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=533408 CPUtime=203.84 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 215877 0 0 0 20340 44 0 0 25 0 4 0 651328261 546209792 71364 33554432000 4194304 4650419 140734814684304 18446744073709551615 4364400 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 133352 71364 394 112 0 128317 0
[pid=18547/tid=18548] ppid=18545 vsize=533408 CPUtime=51.08 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 54686 0 0 0 5097 11 0 0 25 0 4 0 651328261 546209792 71364 33554432000 4194304 4650419 140734814684304 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=533408 CPUtime=50.56 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 57278 0 0 0 5045 11 0 0 25 0 4 0 651328262 546209792 71364 33554432000 4194304 4650419 140734814684304 18446744073709551615 4361049 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=533408 CPUtime=51.08 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 54527 0 0 0 5096 12 0 0 25 0 4 0 651328262 546209792 71364 33554432000 4194304 4650419 140734814684304 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 533408

[startup+102.311 s]
/proc/loadavg: 7.97 8.00 7.86 9/314 18563
/proc/meminfo: memFree=17170992/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=567948 CPUtime=408.16 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 330344 0 0 0 40736 80 0 0 25 0 4 0 651328261 581578752 78495 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 141987 78495 394 112 0 136952 0
[pid=18547/tid=18548] ppid=18545 vsize=567948 CPUtime=102.29 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 75521 0 0 0 10211 18 0 0 25 0 4 0 651328261 581578752 78495 33554432000 4194304 4650419 140734814684304 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=567948 CPUtime=101.26 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 90416 0 0 0 10105 21 0 0 25 0 4 0 651328262 581578752 78495 33554432000 4194304 4650419 140734814684304 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=567948 CPUtime=102.29 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 90301 0 0 0 10205 24 0 0 25 0 4 0 651328262 581578752 78495 33554432000 4194304 4650419 140734814684304 18446744073709551615 4364631 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.16
Current children cumulated vsize (KiB) 567948

[startup+162.301 s]

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

[pid=18547] ppid=18545 vsize=962680 CPUtime=2802.15 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 2054390 0 0 0 279719 496 0 0 25 0 4 0 651328261 985784320 169210 33554432000 4194304 4650419 140734814684304 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 240670 169210 394 112 0 235635 0
[pid=18547/tid=18548] ppid=18545 vsize=962680 CPUtime=702.29 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 243152 0 0 0 70145 84 0 0 25 0 4 0 651328261 985784320 169210 33554432000 4194304 4650419 140734814684304 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=962680 CPUtime=696.85 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 641536 0 0 0 69542 143 0 0 25 0 4 0 651328262 985784320 169210 33554432000 4194304 4650419 140734814684304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=962680 CPUtime=700.71 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 552806 0 0 0 69926 145 0 0 25 0 4 0 651328262 985784320 169210 33554432000 4194304 4650419 140734814684304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2802.15
Current children cumulated vsize (KiB) 962680

[startup+762.311 s]
/proc/loadavg: 8.07 8.09 7.97 9/314 18580
/proc/meminfo: memFree=16206724/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=964468 CPUtime=3041.58 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 2126662 0 0 0 303632 526 0 0 25 0 4 0 651328261 987615232 172281 33554432000 4194304 4650419 140734814684304 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 241117 172281 394 112 0 236082 0
[pid=18547/tid=18548] ppid=18545 vsize=964468 CPUtime=762.3 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 256768 0 0 0 76140 90 0 0 25 0 4 0 651328261 987615232 172281 33554432000 4194304 4650419 140734814684304 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=964468 CPUtime=756.85 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 661873 0 0 0 75533 152 0 0 25 0 4 0 651328262 987615232 172281 33554432000 4194304 4650419 140734814684304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=964468 CPUtime=760.11 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 574462 0 0 0 75858 153 0 0 25 0 4 0 651328262 987615232 172281 33554432000 4194304 4650419 140734814684304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3041.58
Current children cumulated vsize (KiB) 964468

[startup+822.301 s]
/proc/loadavg: 8.02 8.07 7.97 9/314 18582
/proc/meminfo: memFree=16227764/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=965188 CPUtime=3280.96 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 2154627 0 0 0 327554 542 0 0 25 0 4 0 651328261 988352512 171919 33554432000 4194304 4650419 140734814684304 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 241297 171919 394 112 0 236262 0
[pid=18547/tid=18548] ppid=18545 vsize=965188 CPUtime=822.29 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 256768 0 0 0 82139 90 0 0 25 0 4 0 651328261 988352512 171919 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=965188 CPUtime=816.85 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 662476 0 0 0 81533 152 0 0 25 0 4 0 651328262 988352512 171919 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=965188 CPUtime=819.5 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 587817 0 0 0 81792 158 0 0 25 0 4 0 651328262 988352512 171919 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3280.96
Current children cumulated vsize (KiB) 965188

[startup+882.3 s]
/proc/loadavg: 8.08 8.08 7.98 9/314 18583
/proc/meminfo: memFree=16169472/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=994992 CPUtime=3520.35 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 2204686 0 0 0 351472 563 0 0 25 0 4 0 651328261 1018871808 170130 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 248748 170130 394 112 0 243713 0
[pid=18547/tid=18548] ppid=18545 vsize=994992 CPUtime=882.3 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 270381 0 0 0 88134 96 0 0 25 0 4 0 651328261 1018871808 170130 33554432000 4194304 4650419 140734814684304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=994992 CPUtime=876.84 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 670475 0 0 0 87529 155 0 0 25 0 4 0 651328262 1018871808 170130 33554432000 4194304 4650419 140734814684304 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=994992 CPUtime=878.89 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 603785 0 0 0 87724 165 0 0 25 0 4 0 651328262 1018871808 170130 33554432000 4194304 4650419 140734814684304 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3520.35
Current children cumulated vsize (KiB) 994992

[startup+942.301 s]
/proc/loadavg: 8.11 8.08 7.98 9/314 18585
/proc/meminfo: memFree=16244448/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=931636 CPUtime=3759.75 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 2279878 0 0 0 375384 591 0 0 25 0 4 0 651328261 953995264 175791 33554432000 4194304 4650419 140734814684304 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 232909 175791 394 112 0 227874 0
[pid=18547/tid=18548] ppid=18545 vsize=931636 CPUtime=942.3 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 288396 0 0 0 94127 103 0 0 25 0 4 0 651328261 953995264 175791 33554432000 4194304 4650419 140734814684304 18446744073709551615 4363568 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=931636 CPUtime=936.84 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 688455 0 0 0 93522 162 0 0 25 0 4 0 651328262 953995264 175791 33554432000 4194304 4650419 140734814684304 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=931636 CPUtime=938.3 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 624933 0 0 0 93657 173 0 0 25 0 4 0 651328262 953995264 175791 33554432000 4194304 4650419 140734814684304 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3759.75
Current children cumulated vsize (KiB) 931636

[startup+1002.3 s]
/proc/loadavg: 8.14 8.10 8.00 9/314 18587
/proc/meminfo: memFree=16126016/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=1047796 CPUtime=3999.15 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 2353130 0 0 0 399295 620 0 0 25 0 4 0 651328261 1072943104 187525 33554432000 4194304 4650419 140734814684304 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 261949 187525 394 112 0 256914 0
[pid=18547/tid=18548] ppid=18545 vsize=1047796 CPUtime=1002.29 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 305768 0 0 0 100119 110 0 0 25 0 4 0 651328261 1072943104 187525 33554432000 4194304 4650419 140734814684304 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=1047796 CPUtime=996.84 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 705858 0 0 0 99517 167 0 0 25 0 4 0 651328262 1072943104 187525 33554432000 4194304 4650419 140734814684304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=1047796 CPUtime=997.7 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 645503 0 0 0 99588 182 0 0 25 0 4 0 651328262 1072943104 187525 33554432000 4194304 4650419 140734814684304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3999.15
Current children cumulated vsize (KiB) 1047796

[startup+1062.3 s]
/proc/loadavg: 8.19 8.11 8.01 9/314 18588
/proc/meminfo: memFree=16016852/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=1151956 CPUtime=4238.56 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 2538338 0 0 0 423203 653 0 0 25 0 4 0 651328261 1179602944 210747 33554432000 4194304 4650419 140734814684304 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 287989 210747 394 112 0 282954 0
[pid=18547/tid=18548] ppid=18545 vsize=1151956 CPUtime=1062.3 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 315136 0 0 0 106118 112 0 0 25 0 4 0 651328261 1179602944 210747 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=1151956 CPUtime=1056.84 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 779935 0 0 0 105506 178 0 0 25 0 4 0 651328262 1179602944 210747 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=1151956 CPUtime=1057.11 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 732040 0 0 0 105516 195 0 0 25 0 4 0 651328262 1179602944 210747 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4238.56
Current children cumulated vsize (KiB) 1151956

[startup+1122.3 s]
/proc/loadavg: 8.07 8.09 8.00 9/314 18590
/proc/meminfo: memFree=15875080/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=1151956 CPUtime=4477.96 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 2865672 0 0 0 447097 699 0 0 25 0 4 0 651328261 1179602944 214868 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 287989 214868 394 112 0 282954 0
[pid=18547/tid=18548] ppid=18545 vsize=1151956 CPUtime=1122.3 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 315145 0 0 0 112118 112 0 0 25 0 4 0 651328261 1179602944 214868 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=1151956 CPUtime=1116.85 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 938394 0 0 0 111484 201 0 0 25 0 4 0 651328262 1179602944 214868 33554432000 4194304 4650419 140734814684304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=1151956 CPUtime=1116.5 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 822001 0 0 0 111444 206 0 0 25 0 4 0 651328262 1179602944 214868 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4477.96
Current children cumulated vsize (KiB) 1151956

[startup+1182.3 s]
/proc/loadavg: 8.15 8.10 8.01 9/314 18591
/proc/meminfo: memFree=15948712/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=1218024 CPUtime=4717.37 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 3076937 0 0 0 471001 736 0 0 25 0 4 0 651328261 1247256576 218484 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 304506 218484 394 112 0 299471 0
[pid=18547/tid=18548] ppid=18545 vsize=1218024 CPUtime=1182.3 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 315164 0 0 0 118118 112 0 0 25 0 4 0 651328261 1247256576 218484 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=1218024 CPUtime=1176.84 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 954251 0 0 0 117473 211 0 0 25 0 4 0 651328262 1247256576 218484 33554432000 4194304 4650419 140734814684304 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=1218024 CPUtime=1175.91 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 920549 0 0 0 117371 220 0 0 25 0 4 0 651328262 1247256576 218484 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4717.37
Current children cumulated vsize (KiB) 1218024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.10 8.09 8.01 9/314 18592
/proc/meminfo: memFree=15887576/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=1102572 CPUtime=4800.38 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 3154435 0 0 0 479288 750 0 0 25 0 4 0 651328261 1129033728 216285 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 275643 216285 394 112 0 270608 0
[pid=18547/tid=18548] ppid=18545 vsize=1102572 CPUtime=1203.11 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 315164 0 0 0 120199 112 0 0 25 0 4 0 651328261 1129033728 216285 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=1102572 CPUtime=1197.66 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 958795 0 0 0 119551 215 0 0 25 0 4 0 651328262 1129033728 216285 33554432000 4194304 4650419 140734814684304 18446744073709551615 4333054 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=1102572 CPUtime=1196.5 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 958060 0 0 0 119424 226 0 0 25 0 4 0 651328262 1129033728 216285 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1102572

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

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

[startup+1203.1 s]
/proc/loadavg: 8.10 8.09 8.01 9/314 18592
/proc/meminfo: memFree=15887576/32950928 swapFree=67111348/67111528
[pid=18547] ppid=18545 vsize=1102572 CPUtime=4800.38 cores=0,2,4,6
/proc/18547/stat : 18547 (strangenight1-m) R 18545 18547 17640 0 -1 4202496 3154435 0 0 0 479288 750 0 0 25 0 4 0 651328261 1129033728 216285 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18547/statm: 275643 216285 394 112 0 270608 0
[pid=18547/tid=18548] ppid=18545 vsize=1102572 CPUtime=1203.11 cores=0,2,4,6
/proc/18547/task/18548/stat : 18548 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 315164 0 0 0 120199 112 0 0 25 0 4 0 651328261 1129033728 216285 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18547/tid=18549] ppid=18545 vsize=1102572 CPUtime=1197.66 cores=0,2,4,6
/proc/18547/task/18549/stat : 18549 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 958795 0 0 0 119551 215 0 0 25 0 4 0 651328262 1129033728 216285 33554432000 4194304 4650419 140734814684304 18446744073709551615 4333054 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=18547/tid=18550] ppid=18545 vsize=1102572 CPUtime=1196.5 cores=0,2,4,6
/proc/18547/task/18550/stat : 18550 (strangenight1-m) R 18545 18547 17640 0 -1 4202560 958060 0 0 0 119424 226 0 0 25 0 4 0 651328262 1129033728 216285 33554432000 4194304 4650419 140734814684304 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1102572

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.16
CPU time (s): 4800.47
CPU user time (s): 4792.92
CPU system time (s): 7.55285
CPU usage (%): 398.988
Max. virtual memory (cumulated for all children) (KiB): 1218024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.92
system time used= 7.55285
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3154435
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= 998
involuntary context switches= 22753

runsolver used 3.40748 second user time and 8.65068 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-14 20:21:26
IDJOB=3368557
IDBENCH=82566
IDSOLVER=1846
FILE ID=node125/3368557-1305397286
RUNJOBID= node125-1305397286-18533
PBS_JOBID= 13324445
Free space on /tmp= 73196 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v5000-c21000-S425619685-036-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368557-1305397286/watcher-3368557-1305397286 -o /tmp/evaluation-result-3368557-1305397286/solver-3368557-1305397286 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368557-1305397286.cnf

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

MD5SUM BENCH= e54dff8ae8b71ab472786a7e95ae7d20
RANDOM SEED=1735716019

node125.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.828
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.74
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.828
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.828
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:      18248412 kB
Buffers:        250184 kB
Cached:        4019548 kB
SwapCached:          0 kB
Active:       11117340 kB
Inactive:      3211064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18248412 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            7496 kB
Writeback:           0 kB
AnonPages:    10059056 kB
Mapped:          28996 kB
Slab:           274328 kB
PageTables:      35792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 50991196 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= 73184 MiB
End job on node125 at 2011-05-14 20:41:31