Trace number 3174973

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? (TO) 4800.25 1201.95

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v5000-c21000-S72547786-008-UNKNOWN.cnf
MD5SUM811f95ba5a9b338808c76dfc6ace0a83
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.1901
Satisfiable
(Un)Satisfiability was proved
Number of variables4999
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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174973-1304064037.cnf'
0.00/0.00	c -- header says num vars:           4999
0.00/0.00	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       4999
0.00/0.02	c Parsing time:  0.04 s
0.00/0.02	c  N st     0         0      4999     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.00/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4999 time:  0.00 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.00/0.08	c lits-rem:         0  cl-subs:        0  v-elim:    166  v-fix:    0  time:  0.13 s
0.00/0.08	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.09	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.00/0.09	c calculated reachability. Time: 0.00
0.00/0.09	c Calc default polars -  time:   0.00 s pos:    2213 undec:     585 neg:    2201
0.00/0.09	c =========================================================================================
0.00/0.09	c types(t): F = full restart, N = normal restart
0.00/0.09	c types(t): S = simplification begin/end, E = solution found
0.00/0.09	c restart types(rt): st = static, dy = dynamic
0.00/0.09	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.09	c  B st     0         0      4833     20799         0         0     63293         0   no data   no data  --
1.56/0.47	c  N dy    15      4195      4833     20799         0      4194     63293    444981     68.02     72.62  --
3.17/0.85	c  N dy    38      8209      4833     20799         0      5713     63293    419312     67.79     71.44  --
4.76/1.25	c  N dy    60     12276      4833     20799         0      5532     63293    252467     67.74     71.38  --
6.36/1.67	c  N dy    81     16412      4833     20799         0      9668     63293    681229     67.37     71.63  --
7.97/2.09	c  N dy   106     20485      4833     20799         0      8113     63293    401893     67.52     71.22  --
9.96/2.52	c  N dy   128     24534      4833     20799         0     12162     63293    829103     67.57     72.90  --
9.96/2.57	c  F st   131     25000      4833     20799         0     12628     63293    878903     67.63     69.56  --
12.36/3.13	c  N dy   137     30001      4833     20799         0     10822     63293    621885     67.63   no data  --
12.36/3.13	c  S st   137     30001      4833     20799         0     10822     63293    621885     67.63   no data  --
12.36/3.18	c  S st   137     30502      4833     20799         0     11323     63293    660163     67.63   no data  --
12.36/3.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.36/3.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.36/3.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.05
12.77/3.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.77/3.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.77/3.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4833 time:  0.00 s
12.77/3.24	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
22.74/5.79	c lits-rem:        19  cl-subs:        2  v-elim:      0  v-fix:    0  time: 10.14 s
23.14/5.82	c asymm  cl-useful: 0/20799/20799 lits-rem:0 time: 0.10
23.14/5.82	c calculated reachability. Time: 0.00
23.14/5.82	c  N dy   137     30502      4833     20799         0     11321     63293    659564     67.63   no data  --
25.13/6.30	c  N dy   163     34544      4833     20799         0     15363     63293   1088361     67.88     75.36  --
26.72/6.75	c  N dy   185     38707      4833     20799         0     11617     63293    546104     67.69     71.59  --
28.73/7.20	c  N dy   208     42713      4833     20799         0     15623     63293    969147     67.72     76.57  --
29.93/7.56	c  S st   224     45753      4833     20799         0      9708     63293    237554     67.50   no data  --
30.34/7.61	c  S st   224     46255      4833     20799         0     10210     63293    274917     67.50   no data  --
30.34/7.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.34/7.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.34/7.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.06
30.34/7.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.34/7.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.34/7.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4833 time:  0.00 s
30.34/7.64	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
32.72/8.26	c lits-rem:        30  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.49 s
32.72/8.27	c vivif2 --  cl tried    20799 cl shrink        0 lits rem          0 time: 0.01
32.72/8.27	c vivif2 --  cl tried    10210 cl shrink        0 lits rem          0 time: 0.01
32.72/8.29	c asymm  cl-useful: 0/20799/20799 lits-rem:0 time: 0.09
32.72/8.29	c calculated reachability. Time: 0.00
32.72/8.29	c  N dy   224     46255      4833     20799         0     10210     63293    274887     67.50   no data  --
34.74/8.74	c  N dy   254     50295      4833     20799         0     14250     63293    704066     67.70     71.50  --
36.72/9.23	c  N dy   279     54392      4833     20799         0     18345     63293   1127764     67.64     71.34  --
38.71/9.71	c  N dy   297     58469      4833     20799         0     12447     63293    423372     67.48     77.71  --
40.31/10.18	c  N dy   324     62498      4833     20799         0     16476     63293    837529     67.49     74.32  --
42.70/10.73	c  N dy   349     66872      4833     20799         0     20850     63293   1294160     67.41     71.06  --
43.93/11.06	c  S st   368     69382      4833     20799         0     12371     63293    324596     67.53     70.87  --
44.30/11.11	c  S st   368     69887      4833     20799         0     12876     63293    362761     67.53   no data  --
44.30/11.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
44.30/11.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.30/11.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.06
44.30/11.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.30/11.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.30/11.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4833 time:  0.00 s
44.30/11.15	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
49.09/12.34	c lits-rem:        19  cl-subs:        1  v-elim:      0  v-fix:    0  time:  4.73 s
49.09/12.34	c vivif2 --  cl tried    20799 cl shrink        0 lits rem          0 time: 0.01
49.09/12.34	c vivif2 --  cl tried    12875 cl shrink        0 lits rem          0 time: 0.02
49.09/12.37	c asymm  cl-useful: 0/20799/20799 lits-rem:0 time: 0.10
49.09/12.37	c calculated reachability. Time: 0.00
49.09/12.37	c  N dy   368     69887      4833     20799         0     12875     63293    362506     67.53   no data  --
51.50/12.91	c  N dy   395     74484      4833     20799         0     17472     63293    842329     67.53     71.67  --
53.89/13.50	c  N dy   415     79240      4833     20799         0     22228     63293   1344977     67.31     73.40  --
56.29/14.13	c  N dy   448     84325      4833     20799         0     15320     63293    519994     67.36     72.36  --
57.88/14.53	c  F st   464     87500      4833     20799         0     18493     63293    855293     67.29     64.65  --
59.49/14.96	c  N st   469     90798      4833     20799         0     21791     63293   1245546     67.29   no data  --
62.68/15.75	c  N dy   496     96691      4833     20799         0     14687     63293    356970     67.24     72.30  --
65.90/16.53	c  N dy   536    102911      4833     20799         0     20907     63293   1010183     67.29     71.22  --
66.67/16.78	c  S st   549    104830      4833     20799         0     22825     63293   1209091     67.29   no data  --
67.07/16.86	c  S st   549    105334      4833     20799         0     23329     63293   1253067     67.29   no data  --
67.07/16.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
67.07/16.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
67.07/16.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.09
67.47/16.95	c bin-w-bin subsume rem            0 bins  time:  0.01 s
67.47/16.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.47/16.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4833 time:  0.00 s
67.47/16.96	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
76.66/19.23	c lits-rem:        55  cl-subs:        4  v-elim:      0  v-fix:    0  time:  9.05 s
76.66/19.23	c vivif2 --  cl tried    20799 cl shrink        0 lits rem          0 time: 0.01
76.66/19.24	c vivif2 --  cl tried    23325 cl shrink        0 lits rem          0 time: 0.06
76.66/19.28	c asymm  cl-useful: 0/20799/20799 lits-rem:0 time: 0.17
76.66/19.28	c calculated reachability. Time: 0.00
76.66/19.28	c  N dy   549    105334      4833     20799         0     23325     63293   1252069     67.29   no data  --
80.66/20.21	c  N dy   593    112079      4833     20799         0     16074     63293    404791     67.30     77.93  --
84.24/21.11	c  N dy   630    119299      4833     20799         0     23292     63293   1159846     67.20     71.35  --
88.24/22.15	c  N dy   673    126933      4833     20799         0     15930     63293    293593     67.11     71.44  --
92.26/23.17	c  N dy   718    135041      4833     20799         0     24036     63293   1142760     67.06     70.64  --
97.01/24.38	c  N dy   770    143666      4833     20799         0     16661     63293    272166     67.01     73.91  --
101.81/25.55	c  N dy   817    152936      4833     20799         0     25931     63293   1236113     66.94     70.74  --
104.60/26.28	c  S st   852    158003      4833     20799         0     30997     63293   1775740     67.01   no data  --
105.03/26.37	c  S st   852    158506      4833     20799         0     31500     63293   1817875     67.01   no data  --
105.03/26.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
105.03/26.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
105.03/26.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.10
105.43/26.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.43/26.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.43/26.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4833 time:  0.00 s
105.43/26.48	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
119.38/29.98	c lits-rem:        25  cl-subs:        5  v-elim:      0  v-fix:    0  time: 13.93 s
119.38/29.98	c vivif2 --  cl tried    20799 cl shrink        0 lits rem          0 time: 0.01
119.78/30.00	c vivif2 --  cl tried    31495 cl shrink        0 lits rem          0 time: 0.08
119.78/30.06	c asymm  cl-useful: 0/20799/20799 lits-rem:0 time: 0.22
119.78/30.06	c calculated reachability. Time: 0.00
119.78/30.06	c  N dy   852    158506      4833     20799         0     31495     63293   1816497     67.01   no data  --
125.37/31.48	c  N dy   914    168707      4833     20799         0     24696     63293   1016885     67.02     70.55  --
132.16/33.16	c  N dy   980    179774      4833     20799         0     35760     63293   2168280     67.00     72.44  --
138.55/34.72	c  N dy  1054    191320      4833     20799         0     29310     63293   1392236     67.00     71.62  --
145.74/36.53	c  N dy  1132    203568      4833     20799         0     22562     63293    591879     67.09     72.84  --
153.35/38.46	c  N dy  1216    216799      4833     20799         0     35792     63293   1987012     67.15     71.12  --
161.73/40.51	c  N dy  1303    230871      4833     20799         0     29861     63293   1255329     67.22     71.06  --
165.73/41.58	c  S st  1351    237760      4833     20799         0     36750     63293   1988157     67.28   no data  --
166.13/41.67	c  S st  1351    238262      4833     20799         0     37252     63293   2029790     67.28   no data  --
166.13/41.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
166.13/41.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
166.13/41.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.11
166.54/41.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
166.54/41.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
166.54/41.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4833 time:  0.00 s
166.54/41.79	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
182.89/45.82	c lits-rem:        15  cl-subs:        8  v-elim:      0  v-fix:    0  time: 16.11 s
182.89/45.82	c vivif2 --  cl tried    20799 cl shrink        0 lits rem          0 time: 0.01
182.89/45.85	c vivif2 --  cl tried    37244 cl shrink        0 lits rem          0 time: 0.09
183.30/45.91	c asymm  cl-useful: 0/20799/20799 lits-rem:0 time: 0.25
183.30/45.91	c calculated reachability. Time: 0.00
183.30/45.91	c  N dy  1351    238262      4833     20799         0     37244     63293   2028121     67.28   no data  --
192.08/48.16	c  N dy  1447    253532      4833     20799         0     31516     63293   1346234     67.33     77.43  --
202.47/50.73	c  N dy  1554    269858      4833     20799         0     25847     63293    641870     67.39     71.50  --
213.26/53.45	c  N dy  1670    287222      4833     20799         0     43207     63293   2487706     67.45     71.04  --
224.83/56.33	c  N dy  1782    305978      4833     20799         0     38963     63293   1930279     67.49     71.91  --
224.83/56.38	c  F st  1785    306250      4833     20799         0     39235     63293   1960888     67.50   no data  --
237.24/59.43	c  N dy  1873    325572      4833     20799         0     34553     63293   1356898     67.50     75.43  --
250.42/62.78	c  N dy  2000    345793      4833     20799         0     29775     63293    756880     67.51     71.65  --
258.00/64.63	c  S st  2082    357395      4833     20799         0     41377     63293   1995055     67.59     60.63  --
258.40/64.74	c  S st  2082    357901      4833     20799         0     41883     63293   2034542     67.59   no data  --
258.40/64.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
258.40/64.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
258.40/64.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.13
258.81/64.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
258.81/64.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
258.81/64.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4833 time:  0.01 s
258.81/64.86	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
275.97/69.20	c lits-rem:         8  cl-subs:        7  v-elim:      0  v-fix:    0  time: 17.32 s
276.38/69.20	c vivif2 --  cl tried    20799 cl shrink        0 lits rem          0 time: 0.00
276.38/69.23	c vivif2 --  cl tried    41876 cl shrink        0 lits rem          0 time: 0.10
276.38/69.30	c asymm  cl-useful: 0/20799/20799 lits-rem:0 time: 0.29
276.78/69.30	c calculated reachability. Time: 0.00
276.78/69.30	c  N dy  2082    357901      4833     20799         0     41876     63293   2032821     67.59   no data  --
290.34/72.78	c  N dy  2205    377992      4833     20799         0     35966     63293   1312967     67.57     72.18  --
304.73/76.31	c  N dy  2332    398018      4833     20799         0     28996     63293    476852     67.62     71.61  --
317.91/79.63	c  N dy  2453    418115      4833     20799         0     49091     63293   2597102     67.63     72.13  --
331.49/83.04	c  N dy  2564    438317      4833     20799         0     41291     63293   1698823     67.62     72.17  --
346.26/86.75	c  N dy  2691    458523      4833     20799         0     32498     63293    647729     67.66     73.40  --
360.27/90.25	c  N dy  2802    479016      4833     20799         0     52991     63293   2790827     67.59     71.65  --
374.63/93.81	c  N dy  2936    499198      4833     20799         0     43174     63293   1667248     67.64     71.40  --
389.81/97.68	c  N dy  3053    519276      4833     20799         0     32255     63293    420353     67.67     71.41  --
401.79/100.61	c  S st  3155    536853      4833     20799         0     49830     63293   2287823     67.69     57.74  --
402.19/100.72	c  S st  3155    537358      4833     20799         0     50335     63293   2328459     67.69   no data  --
402.19/100.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
402.19/100.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
402.19/100.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.15
402.59/100.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
402.59/100.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
402.59/100.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4833 time:  0.01 s
402.59/100.86	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
424.96/106.40	c lits-rem:        11  cl-subs:        9  v-elim:      0  v-fix:    0  time: 22.08 s
424.96/106.40	c vivif2 --  cl tried    20799 cl shrink        0 lits rem          0 time: 0.01
424.96/106.43	c vivif2 --  cl tried    50326 cl shrink        0 lits rem          0 time: 0.11
425.36/106.51	c asymm  cl-useful: 0/20799/20799 lits-rem:0 time: 0.33
425.36/106.51	c calculated reachability. Time: 0.00
425.36/106.51	c  N dy  3155    537358      4833     20799         0     50326     63293   2327254     67.69   no data  --
440.53/110.34	c  N dy  3283    557469      4833     20799         0     38438     63293    982935     67.73     71.81  --
455.31/114.04	c  N dy  3405    577543      4833     20799         0     58507     63293   3093221     67.71     71.81  --
470.12/117.79	c  N dy  3533    597612      4833     20799         0     45574     63293   1625830     67.74     88.50  --
486.48/121.85	c  N dy  3658    617713      4833     20799         0     65674     63293   3753608     67.79     71.92  --
501.65/125.62	c  N dy  3790    637745      4833     20799         0     51704     63293   2210248     67.84     82.75  --
518.82/129.92	c  N dy  3913    657790      4833     20799         0     36755     63293    494941     67.84     79.03  --
534.01/133.72	c  N dy  4035    677886      4833     20799         0     56846     63293   2624271     67.84     90.81  --
551.58/138.16	c  N dy  4160    697962      4833     20799         0     40926     63293    845966     67.86     78.91  --
567.56/142.15	c  N dy  4276    718032      4833     20799         0     60994     63293   2955087     67.85     73.05  --
585.14/146.56	c  N dy  4413    738043      4833     20799         0     44007     63293   1068993     67.90     72.30  --
601.94/150.70	c  N dy  4530    758079      4833     20799         0     64040     63293   3197527     67.89     75.27  --
619.89/155.20	c  N dy  4659    778476      4833     20799         0     46442     63293   1216309     67.92     72.26  --
636.69/159.48	c  N dy  4787    798528      4833     20799         0     66493     63293   3338833     67.94     77.57  --
644.26/161.31	c  S st  4832    806037      4833     20799         0     74002     63293   4121681     67.93   no data  --
644.66/161.48	c  S st  4832    806539      4833     20799         0     74504     63293   4159857     67.93   no data  --
644.66/161.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
644.66/161.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
645.06/161.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.22
645.88/161.72	c bin-w-bin subsume rem            0 bins  time:  0.01 s
645.88/161.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
645.88/161.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4833 time:  0.00 s
645.88/161.72	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
893.59/223.80	c lits-rem:         1  cl-subs:       12  v-elim:      0  v-fix:    0  time: 247.21 s
893.59/223.80	c vivif2 --  cl tried    20799 cl shrink        0 lits rem          0 time: 0.01
893.59/223.85	c vivif2 --  cl tried    74492 cl shrink        0 lits rem          0 time: 0.19
893.99/223.98	c asymm  cl-useful: 0/20799/20799 lits-rem:0 time: 0.50
893.99/223.98	c calculated reachability. Time: 0.00
893.99/223.98	c  N dy  4832    806539      4833     20799         0     74492     63293   4157850     67.93   no data  --
909.78/227.90	c  N dy  4947    826543      4833     20799         0     55500     63293   2093239     67.94     81.38  --
927.93/232.51	c  N dy  5070    846817      4833     20799         0     75773     63293   4259753     67.94     72.95  --
943.44/236.48	c  N dy  5195    866905      4833     20799         0     55855     63293   2027360     67.95     75.51  --
961.79/241.02	c  N dy  5312    886952      4833     20799         0     75901     63293   4166487     67.95     75.31  --
978.99/245.33	c  N dy  5441    907081      4833     20799         0     55042     63293   1846616     67.98     71.56  --
998.15/250.11	c  N dy  5578    927083      4833     20799         0     75042     63293   3987580     68.03     72.07  --
1016.52/254.74	c  N dy  5703    947210      4833     20799         0     53165     63293   1561817     68.05     74.04  --
1035.29/259.43	c  N dy  5823    967447      4833     20799         0     73401     63293   3692887     68.05     72.29  --
1054.47/264.29	c  N dy  5942    987475      4833     20799         0     50431     63293   1136354     68.06     72.83  --
1072.84/268.82	c  N dy  6070   1007548      4833     20799         0     70503     63293   3283169     68.07     72.30  --
1094.01/274.11	c  N dy  6193   1027576      4833     20799         0     46531     63293    631375     68.07     72.10  --
1111.19/278.41	c  N dy  6321   1047612      4833     20799         0     66564     63293   2768166     68.10     72.05  --
1131.96/283.68	c  N dy  6439   1067667      4833     20799         0     86619     63293   4918820     68.11     73.69  --
1137.18/284.91	c  F st  6465   1071875      4833     20799         0     45830     63293    455456     68.10   no data  --
1149.54/288.08	c  N dy  6529   1087685      4833     20799         0     61637     63293   2228233     68.11     71.73  --
1169.91/293.13	c  N dy  6649   1107709      4833     20799         0     81661     63293   4341293     68.10     76.89  --
1189.91/298.15	c  N dy  6772   1127762      4833     20799         0     55719     63293   1393727     68.11     72.15  --
1209.06/302.93	c  N dy  6901   1147822      4833     20799         0     75773     63293   3526877     68.12     72.72  --
1231.43/308.59	c  N dy  7027   1167826      4833     20799         0     48786     63293    576478     68.13     72.16  --
1249.40/313.05	c  N dy  7152   1188172      4833     20799         0     69131     63293   2776975     68.15     73.09  --
1271.77/318.66	c  N dy  7277   1208752      4833     20799         0     89711     63293   4961877     68.15     72.00  --
1272.99/318.99	c  S st  7285   1209808      4833     20799         0     90767     63293   5069539     68.15   no data  --
1273.77/319.18	c  S st  7285   1210309      4833     20799         0     91268     63293   5109095     68.15   no data  --
1273.77/319.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1273.77/319.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1274.17/319.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.27
1274.97/319.47	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1274.97/319.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1274.97/319.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4833 time:  0.00 s
1274.97/319.48	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1689.21/423.19	c lits-rem:         6  cl-subs:       15  v-elim:      0  v-fix:    0  time: 413.57 s
1689.21/423.19	c vivif2 --  cl tried    20799 cl shrink        0 lits rem          0 time: 0.00
1689.61/423.25	c vivif2 --  cl tried    91253 cl shrink        0 lits rem          0 time: 0.24
1690.42/423.41	c asymm  cl-useful: 0/20799/20799 lits-rem:0 time: 0.64
1690.42/423.42	c calculated reachability. Time: 0.00
1690.42/423.42	c  N dy  7285   1210309      4833     20799         0     91253     63293   5106087     68.15   no data  --
1709.18/428.13	c  N dy  7412   1230387      4833     20799         0     63331     63293   2013838     68.17     71.93  --
1729.14/433.19	c  N dy  7534   1250416      4833     20799         0     83359     63293   4131531     68.17     79.27  --
1750.71/438.52	c  N dy  7649   1270734      4833     20799         0     54675     63293    999987     68.17     72.98  --
1768.30/442.99	c  N dy  7775   1290746      4833     20799         0     74684     63293   3151960     68.19     72.15  --
1791.07/448.63	c  N dy  7898   1310803      4833     20799         0     94739     63293   5295873     68.20     72.35  --
1810.64/453.59	c  N dy  8024   1330901      4833     20799         0     64844     63293   2002403     68.22     73.52  --
1832.20/458.90	c  N dy  8142   1351251      4833     20799         0     85192     63293   4160414     68.23     72.43  --
1855.78/464.83	c  N dy  8260   1371302      4833     20799         0     54240     63293    741164     68.22     77.32  --
1874.55/469.50	c  N dy  8384   1391423      4833     20799         0     74357     63293   2872313     68.23     73.78  --
1897.35/475.21	c  N dy  8503   1411458      4833     20799         0     94390     63293   4988270     68.23     81.76  --
1919.31/480.76	c  N dy  8630   1431556      4833     20799         0     62495     63293   1549938     68.23     71.84  --
1939.66/485.87	c  N dy  8758   1451662      4833     20799         0     82600     63293   3684261     68.24     72.77  --
1964.42/492.04	c  N dy  8880   1471701      4833     20799         0    102636     63293   5812212     68.25     72.98  --
1983.61/496.86	c  N dy  8985   1491758      4833     20799         0     69697     63293   2179950     68.23     72.95  --
2005.57/502.38	c  N dy  9099   1512267      4833     20799         0     90204     63293   4371070     68.23     72.07  --
2031.14/508.70	c  N dy  9229   1532286      4833     20799         0     56229     63293    659607     68.25     76.94  --
2049.91/513.42	c  N dy  9346   1552347      4833     20799         0     76290     63293   2790295     68.25     75.25  --
2073.10/519.29	c  N dy  9468   1572476      4833     20799         0     96417     63293   4952861     68.27     72.10  --
2097.45/525.33	c  N dy  9591   1592597      4833     20799         0     61541     63293   1111160     68.27     72.74  --
2117.42/530.38	c  N dy  9721   1612697      4833     20799         0     81639     63293   3268008     68.29     72.29  --
2141.78/536.40	c  N dy  9839   1632720      4833     20799         0    101660     63293   5398387     68.29     71.96  --
2164.55/542.18	c  N dy  9963   1652763      4833     20799         0     65699     63293   1472458     68.30     87.08  --
2185.72/547.46	c  N dy 10091   1672766      4833     20799         0     85701     63293   3606690     68.32     72.45  --
2210.90/553.76	c  N dy 10219   1692784      4833     20799         0    105716     63293   5743584     68.33     72.18  --
2231.29/558.88	c  S st 10336   1710310      4833     20799         0     66248     63293   1440721     68.35     61.67  --
2232.06/559.02	c  S st 10336   1710813      4833     20799         0     66751     63293   1484332     68.35   no data  --
2232.06/559.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2232.06/559.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2232.06/559.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.19
2232.46/559.14	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2232.46/559.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2232.46/559.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4833 time:  0.00 s
2232.46/559.14	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2248.04/563.06	c lits-rem:        39  cl-subs:        0  v-elim:      0  v-fix:    0  time: 15.65 s
2248.04/563.06	c vivif2 --  cl tried    20799 cl shrink        0 lits rem          0 time: 0.01
2248.04/563.08	c vivif2 --  cl tried    66751 cl shrink        0 lits rem          0 time: 0.08
2248.46/563.20	c asymm  cl-useful: 0/20799/20799 lits-rem:0 time: 0.44
2248.46/563.20	c calculated reachability. Time: 0.00
2248.46/563.20	c  N dy 10336   1710813      4833     20799         0     66751     63293   1484293     68.35   no data  --
2269.21/568.39	c  N dy 10456   1730833      4833     20799         0     86769     63293   3612415     68.36     73.45  --
2294.78/574.76	c  N dy 10593   1750903      4833     20799         0    106838     63293   5764001     68.37     72.81  --
2317.95/580.52	c  N dy 10708   1770926      4833     20799         0     68860     63293   1608039     68.37     73.80  --
2339.92/586.00	c  N dy 10842   1791001      4833     20799         0     88934     63293   3751329     68.39     73.61  --
2366.69/592.78	c  N dy 10971   1811022      4833     20799         0    108953     63293   5905925     68.40     72.74  --
2391.05/598.81	c  N dy 11087   1831097      4833     20799         0     70032     63293   1628909     68.40     74.48  --
2413.42/604.47	c  N dy 11214   1851295      4833     20799         0     90230     63293   3758588     68.40     72.11  --
2440.18/611.15	c  N dy 11329   1871416      4833     20799         0    110349     63293   5922631     68.41     72.23  --
2463.35/616.99	c  N dy 11445   1891448      4833     20799         0     70385     63293   1564059     68.41     72.73  --
2484.53/622.25	c  N dy 11571   1911487      4833     20799         0     90421     63293   3718349     68.42     73.23  --
2509.29/628.43	c  N dy 11693   1931560      4833     20799         0    110490     63293   5873854     68.43     72.27  --
2532.86/634.35	c  N dy 11811   1951601      4833     20799         0     69533     63293   1381825     68.43     72.60  --
2554.03/639.60	c  N dy 11941   1971681      4833     20799         0     89612     63293   3541930     68.44     72.27  --
2578.79/645.81	c  N dy 12062   1991743      4833     20799         0    109674     63293   5685020     68.44     72.91  --
2603.96/652.12	c  N dy 12172   2011794      4833     20799         0     67738     63293   1101409     68.44     72.25  --
2624.34/657.20	c  N dy 12303   2031886      4833     20799         0     87823     63293   3254273     68.46     82.10  --
2648.32/663.29	c  N dy 12431   2051961      4833     20799         0    107896     63293   5400117     68.46     72.16  --
2676.26/670.27	c  N dy 12556   2072330      4833     20799         0     65270     63293    720101     68.47     72.83  --
2695.83/675.18	c  N dy 12676   2092417      4833     20799         0     85352     63293   2870096     68.47     72.12  --
2719.40/681.09	c  N dy 12798   2112552      4833     20799         0    105485     63293   5017475     68.48     73.10  --
2747.36/688.08	c  N dy 12918   2132745      4833     20799         0    125672     63293   7183448     68.49     72.45  --
2768.13/693.25	c  N dy 13047   2152791      4833     20799         0     81722     63293   2401774     68.50     72.21  --
2791.30/699.06	c  N dy 13180   2172876      4833     20799         0    101806     63293   4559876     68.51     77.30  --
2818.46/705.87	c  N dy 13317   2192955      4833     20799         0    121884     63293   6723319     68.52     72.85  --
2840.04/711.24	c  S st 13431   2210814      4833     20799         0     74747     63293   1561566     68.53     67.21  --
2840.44/711.39	c  S st 13431   2211320      4833     20799         0     75253     63293   1602703     68.53   no data  --
2840.44/711.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2840.44/711.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2840.84/711.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.21
2841.24/711.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2841.24/711.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2841.24/711.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4833 time:  0.00 s
2841.24/711.52	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2858.41/715.86	c lits-rem:        35  cl-subs:        4  v-elim:      0  v-fix:    0  time: 17.30 s
2858.41/715.86	c vivif2 --  cl tried    20799 cl shrink        0 lits rem          0 time: 0.01
2858.41/715.88	c vivif2 --  cl tried    75249 cl shrink        0 lits rem          0 time: 0.09
2858.81/716.00	c asymm  cl-useful: 0/20799/20799 lits-rem:0 time: 0.48
2859.23/716.00	c calculated reachability. Time: 0.00
2859.23/716.00	c  N dy 13431   2211320      4833     20799         0     75249     63293   1601947     68.53   no data  --
2880.78/721.40	c  N dy 13554   2231396      4833     20799         0     95322     63293   3726478     68.53     72.21  --
2905.95/727.75	c  N dy 13677   2251420      4833     20799         0    115344     63293   5885740     68.54     74.20  --
2933.51/734.68	c  N dy 13805   2271447      4833     20799         0     69377     63293    870003     68.56     86.94  --
2954.28/739.87	c  N dy 13936   2291516      4833     20799         0     89443     63293   3020611     68.57     72.79  --
2978.64/745.93	c  N dy 14053   2311605      4833     20799         0    109529     63293   5161132     68.57     72.95  --
3007.41/753.13	c  N dy 14180   2331823      4833     20799         0    129744     63293   7322423     68.59     74.80  --
3029.78/758.70	c  N dy 14301   2351835      4833     20799         0     82768     63293   2183727     68.59     72.69  --
3053.74/764.72	c  N dy 14438   2371964      4833     20799         0    102895     63293   4350059     68.60     72.35  --
3082.11/771.82	c  N dy 14559   2392016      4833     20799         0    122947     63293   6473088     68.61     72.69  --
3110.46/778.98	c  N dy 14685   2412522      4833     20799         0     75459     63293   1300848     68.61     74.05  --
3134.03/784.88	c  N dy 14799   2432541      4833     20799         0     95476     63293   3438979     68.61     72.41  --
3161.99/791.89	c  N dy 14917   2452576      4833     20799         0    115508     63293   5555831     68.61     74.79  --
3194.34/799.94	c  N dy 15029   2472799      4833     20799         0    135729     63293   7731794     68.61     74.39  --
3218.72/806.07	c  N dy 15154   2492834      4833     20799         0     86764     63293   2410231     68.61     72.90  --
3246.30/812.90	c  N dy 15282   2512921      4833     20799         0    106848     63293   4551560     68.62     72.29  --
3278.23/820.91	c  N dy 15403   2533014      4833     20799         0    126937     63293   6719125     68.63     72.32  --
3309.39/828.72	c  N dy 15522   2553168      4833     20799         0     77096     63293   1283225     68.63     74.19  --
3334.56/835.05	c  N dy 15652   2573304      4833     20799         0     97231     63293   3456354     68.64     72.76  --
3363.72/842.34	c  N dy 15785   2593376      4833     20799         0    117300     63293   5596103     68.65     76.11  --
3396.48/850.55	c  N dy 15905   2613430      4833     20799         0    137354     63293   7771301     68.66     74.90  --
3422.06/856.97	c  N dy 16039   2633479      4833     20799         0     86409     63293   2191178     68.68     72.39  --
3446.41/863.01	c  N dy 16162   2653606      4833     20799         0    106533     63293   4349867     68.68     74.87  --
3474.79/870.11	c  N dy 16299   2673629      4833     20799         0    126555     63293   6500428     68.69     74.42  --
3505.15/877.75	c  N dy 16423   2693690      4833     20799         0     74625     63293    832538     68.70     80.76  --
3523.50/882.38	c  S st 16532   2711320      4833     20799         0     92254     63293   2731024     68.70   no data  --
3524.30/882.56	c  S st 16532   2711823      4833     20799         0     92757     63293   2774785     68.70   no data  --
3524.30/882.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3524.30/882.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3524.70/882.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.26
3525.10/882.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3525.10/882.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
3525.10/882.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4833 time:  0.00 s
3525.10/882.75	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3574.23/895.01	c lits-rem:        31  cl-subs:        9  v-elim:      0  v-fix:    0  time: 48.88 s
3574.23/895.01	c vivif2 --  cl tried    20799 cl shrink        0 lits rem          0 time: 0.01
3574.23/895.05	c vivif2 --  cl tried    92748 cl shrink        0 lits rem          0 time: 0.14
3575.03/895.20	c asymm  cl-useful: 0/20799/20799 lits-rem:0 time: 0.62
3575.03/895.20	c calculated reachability. Time: 0.00
3575.03/895.20	c  N dy 16532   2711823      4833     20799         0     92748     63293   2773329     68.70   no data  --
3599.79/901.46	c  N dy 16663   2731866      4833     20799         0    112788     63293   4932297     68.71     73.94  --
3628.96/908.73	c  N dy 16784   2751994      4833     20799         0    132914     63293   7072046     68.72     74.45  --
3657.32/915.85	c  N dy 16915   2772096      4833     20799         0     80018     63293   1294924     68.72     74.53  --
3679.29/921.38	c  N dy 17024   2792119      4833     20799         0    100041     63293   3445360     68.72     72.63  --
3706.05/928.04	c  N dy 17151   2812203      4833     20799         0    120120     63293   5619408     68.73     90.47  --
3737.61/935.91	c  N dy 17280   2832275      4833     20799         0    140189     63293   7761518     68.73     74.40  --
3763.57/942.49	c  N dy 17409   2852817      4833     20799         0     86735     63293   1913065     68.74     72.52  --
3787.94/948.50	c  N dy 17537   2872907      4833     20799         0    106820     63293   4073720     68.75     77.01  --
3815.10/955.39	c  N dy 17652   2893039      4833     20799         0    126951     63293   6215390     68.75     72.75  --
3847.47/963.46	c  N dy 17776   2913071      4833     20799         0    146978     63293   8354486     68.76     85.99  --
3871.03/969.32	c  N dy 17900   2933116      4833     20799         0     92032     63293   2384036     68.76     73.35  --
3895.39/975.49	c  N dy 18025   2953120      4833     20799         0    112034     63293   4543287     68.77     72.96  --
3924.95/982.81	c  N dy 18149   2973198      4833     20799         0    132110     63293   6696860     68.77     75.02  --
3958.91/991.32	c  N dy 18275   2993341      4833     20799         0     76261     63293    585253     68.78     72.71  --
3980.10/996.63	c  N dy 18389   3013357      4833     20799         0     96274     63293   2703982     68.77     75.28  --
4006.05/1003.15	c  N dy 18519   3033454      4833     20799         0    116366     63293   4865749     68.78     72.70  --
4036.41/1010.73	c  N dy 18647   3053561      4833     20799         0    136473     63293   7005137     68.79     72.92  --
4069.15/1018.99	c  N dy 18767   3073690      4833     20799         0     79615     63293    852302     68.80     74.40  --
4092.32/1024.78	c  N dy 18879   3093740      4833     20799         0     99662     63293   2980334     68.79     81.85  --
4121.88/1032.18	c  N dy 19016   3113771      4833     20799         0    119691     63293   5140673     68.81     73.73  --
4157.84/1041.10	c  N dy 19133   3133814      4833     20799         0    139730     63293   7292595     68.81     72.91  --
4196.18/1050.70	c  N dy 19264   3153879      4833     20799         0     81804     63293    982493     68.82     76.86  --
4223.34/1057.53	c  N dy 19395   3174364      4833     20799         0    102287     63293   3187993     68.83     73.36  --
4255.30/1065.56	c  N dy 19521   3194497      4833     20799         0    122417     63293   5355689     68.83     74.03  --
4287.28/1073.51	c  S st 19636   3211823      4833     20799         0    139742     63293   7222275     68.84     68.24  --
4288.46/1073.84	c  S st 19636   3212324      4833     20799         0    140243     63293   7262163     68.84   no data  --
4288.46/1073.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
4288.46/1073.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4288.85/1073.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.45
4290.45/1074.31	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4290.45/1074.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4290.45/1074.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4833 time:  0.00 s
4290.45/1074.32	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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174973-1304064037/watcher-3174973-1304064037 -o /tmp/evaluation-result-3174973-1304064037/solver-3174973-1304064037 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174973-1304064037.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.45 7.96 7.92 2/172 30395
/proc/meminfo: memFree=31535760/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 413 0 0 0 0 0 0 0 22 0 4 0 518002509 52465664 352 33554432000 4194304 4650419 140733719679584 18446744073709551615 47744003065776 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 12809 352 303 112 0 7774 0
[pid=30395/tid=30396] ppid=30393 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 518002510 52465664 352 33554432000 4194304 4650419 140733719679584 18446744073709551615 47744003065772 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 518002510 52465664 352 33554432000 4194304 4650419 140733719679584 18446744073709551615 47744003059832 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 518002510 52465664 352 33554432000 4194304 4650419 140733719679584 18446744073709551615 235606664246 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.00749092 s]
/proc/loadavg: 7.45 7.96 7.92 2/172 30395
/proc/meminfo: memFree=31535760/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=249960 CPUtime=0 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) D 30393 30395 30065 0 -1 4202496 1436 0 0 0 0 0 0 0 24 0 4 0 518002509 255959040 1347 33554432000 4194304 4650419 140733719679584 18446744073709551615 235594563339 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 62490 1347 340 112 0 57455 0
[pid=30395/tid=30396] ppid=30393 vsize=249960 CPUtime=0 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) D 30393 30395 30065 0 -1 4202560 279 0 0 0 0 0 0 0 24 0 4 0 518002510 255959040 1347 33554432000 4194304 4650419 140733719679584 18446744073709551615 235594909786 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=249960 CPUtime=0 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 284 0 0 0 0 0 0 0 25 0 4 0 518002510 255959040 1347 33554432000 4194304 4650419 140733719679584 18446744073709551615 4317116 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=249960 CPUtime=0 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) D 30393 30395 30065 0 -1 4202560 210 0 0 0 0 0 0 0 25 0 4 0 518002510 255959040 1347 33554432000 4194304 4650419 140733719679584 18446744073709551615 4319147 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 249960

[startup+0.100465 s]
/proc/loadavg: 7.45 7.96 7.92 2/172 30395
/proc/meminfo: memFree=31535760/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=357908 CPUtime=0.37 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 8009 0 0 0 34 3 0 0 24 0 4 0 518002509 366497792 6533 33554432000 4194304 4650419 140733719679584 18446744073709551615 4334543 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 89477 6533 390 112 0 84442 0
[pid=30395/tid=30396] ppid=30393 vsize=357908 CPUtime=0.08 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 2175 0 0 0 8 0 0 0 24 0 4 0 518002510 366497792 6533 33554432000 4194304 4650419 140733719679584 18446744073709551615 4328270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=357908 CPUtime=0.08 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 2303 0 0 0 8 0 0 0 25 0 4 0 518002510 366497792 6533 33554432000 4194304 4650419 140733719679584 18446744073709551615 4363613 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=357908 CPUtime=0.08 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 974 0 0 0 8 0 0 0 25 0 4 0 518002510 366497792 6533 33554432000 4194304 4650419 140733719679584 18446744073709551615 4363541 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 357908

[startup+0.300432 s]
/proc/loadavg: 7.45 7.96 7.92 2/172 30395
/proc/meminfo: memFree=31535760/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=357908 CPUtime=1.17 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 8979 0 0 0 114 3 0 0 25 0 4 0 518002509 366497792 7503 33554432000 4194304 4650419 140733719679584 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 89477 7503 390 112 0 84442 0
[pid=30395/tid=30396] ppid=30393 vsize=357908 CPUtime=0.28 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 2421 0 0 0 28 0 0 0 24 0 4 0 518002510 366497792 7503 33554432000 4194304 4650419 140733719679584 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=357908 CPUtime=0.28 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 2551 0 0 0 28 0 0 0 25 0 4 0 518002510 366497792 7503 33554432000 4194304 4650419 140733719679584 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=357908 CPUtime=0.28 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 1209 0 0 0 28 0 0 0 25 0 4 0 518002510 366497792 7503 33554432000 4194304 4650419 140733719679584 18446744073709551615 4333400 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 357908

[startup+0.700361 s]
/proc/loadavg: 7.45 7.96 7.92 2/172 30395
/proc/meminfo: memFree=31535760/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=360316 CPUtime=2.77 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 11999 0 0 0 273 4 0 0 25 0 4 0 518002509 368963584 7812 33554432000 4194304 4650419 140733719679584 18446744073709551615 4333838 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 90079 7813 392 112 0 85044 0
[pid=30395/tid=30396] ppid=30393 vsize=360316 CPUtime=0.68 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 3191 0 0 0 68 0 0 0 25 0 4 0 518002510 368963584 7813 33554432000 4194304 4650419 140733719679584 18446744073709551615 4315137 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=360316 CPUtime=0.69 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 3212 0 0 0 68 1 0 0 25 0 4 0 518002510 368963584 7813 33554432000 4194304 4650419 140733719679584 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=360316 CPUtime=0.68 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 2060 0 0 0 68 0 0 0 25 0 4 0 518002510 368963584 7813 33554432000 4194304 4650419 140733719679584 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 360316

[startup+1.50022 s]
/proc/loadavg: 7.45 7.96 7.92 11/184 30407
/proc/meminfo: memFree=31471556/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=360992 CPUtime=5.96 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 16758 0 0 0 591 5 0 0 25 0 4 0 518002509 369655808 9105 33554432000 4194304 4650419 140733719679584 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 90248 9105 392 112 0 85213 0
[pid=30395/tid=30396] ppid=30393 vsize=360992 CPUtime=1.49 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 4390 0 0 0 148 1 0 0 25 0 4 0 518002510 369655808 9105 33554432000 4194304 4650419 140733719679584 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=360992 CPUtime=1.48 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 4332 0 0 0 147 1 0 0 25 0 4 0 518002510 369655808 9105 33554432000 4194304 4650419 140733719679584 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=360992 CPUtime=1.48 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 3273 0 0 0 147 1 0 0 25 0 4 0 518002510 369655808 9105 33554432000 4194304 4650419 140733719679584 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 360992

[startup+3.10094 s]
/proc/loadavg: 7.49 7.96 7.92 9/184 30407
/proc/meminfo: memFree=31465108/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=361996 CPUtime=12.36 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 26069 0 0 0 1229 7 0 0 25 0 4 0 518002509 370683904 9812 33554432000 4194304 4650419 140733719679584 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 90499 9812 393 112 0 85464 0
[pid=30395/tid=30396] ppid=30393 vsize=361996 CPUtime=3.08 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 6717 0 0 0 307 1 0 0 25 0 4 0 518002510 370683904 9812 33554432000 4194304 4650419 140733719679584 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=361996 CPUtime=3.07 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 6553 0 0 0 306 1 0 0 25 0 4 0 518002510 370683904 9812 33554432000 4194304 4650419 140733719679584 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=361996 CPUtime=3.08 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 5626 0 0 0 307 1 0 0 25 0 4 0 518002510 370683904 9813 33554432000 4194304 4650419 140733719679584 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 361996

[startup+6.30038 s]
/proc/loadavg: 7.49 7.96 7.92 9/184 30407
/proc/meminfo: memFree=31365220/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=386928 CPUtime=25.13 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 50540 0 0 0 2501 12 0 0 25 0 4 0 518002509 396214272 26921 33554432000 4194304 4650419 140733719679584 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 96732 26921 394 112 0 91697 0
[pid=30395/tid=30396] ppid=30393 vsize=386928 CPUtime=6.28 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 11329 0 0 0 626 2 0 0 25 0 4 0 518002510 396214272 26921 33554432000 4194304 4650419 140733719679584 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=386928 CPUtime=6.25 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 14357 0 0 0 623 2 0 0 25 0 4 0 518002510 396214272 26921 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=386928 CPUtime=6.28 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 13419 0 0 0 625 3 0 0 25 0 4 0 518002510 396214272 26921 33554432000 4194304 4650419 140733719679584 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 386928

[startup+12.7003 s]
/proc/loadavg: 7.57 7.96 7.92 9/184 30407
/proc/meminfo: memFree=31286276/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=390440 CPUtime=50.69 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 82524 0 0 0 5049 20 0 0 25 0 4 0 518002509 399810560 37600 33554432000 4194304 4650419 140733719679584 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 97610 37600 394 112 0 92575 0
[pid=30395/tid=30396] ppid=30393 vsize=390440 CPUtime=12.69 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 21748 0 0 0 1263 6 0 0 25 0 4 0 518002510 399810560 37600 33554432000 4194304 4650419 140733719679584 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=390440 CPUtime=12.61 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 23015 0 0 0 1257 4 0 0 25 0 4 0 518002510 399810560 37600 33554432000 4194304 4650419 140733719679584 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=390440 CPUtime=12.67 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 20537 0 0 0 1263 4 0 0 25 0 4 0 518002510 399810560 37600 33554432000 4194304 4650419 140733719679584 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 390440

[startup+25.501 s]
/proc/loadavg: 7.64 7.96 7.92 9/184 30416
/proc/meminfo: memFree=31159920/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=476056 CPUtime=101.81 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 130521 0 0 0 10150 31 0 0 25 0 4 0 518002509 487481344 56258 33554432000 4194304 4650419 140733719679584 18446744073709551615 4303950 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 119014 56258 394 112 0 113979 0
[pid=30395/tid=30396] ppid=30393 vsize=476056 CPUtime=25.47 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 32020 0 0 0 2539 8 0 0 25 0 4 0 518002510 487481344 56258 33554432000 4194304 4650419 140733719679584 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=476056 CPUtime=25.34 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 31202 0 0 0 2528 6 0 0 25 0 4 0 518002510 487481344 56258 33554432000 4194304 4650419 140733719679584 18446744073709551615 4367284 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=476056 CPUtime=25.48 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 34581 0 0 0 2540 8 0 0 25 0 4 0 518002510 487481344 56258 33554432000 4194304 4650419 140733719679584 18446744073709551615 4328357 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 476056

[startup+51.1005 s]
/proc/loadavg: 7.83 7.98 7.93 9/184 30417
/proc/meminfo: memFree=31067476/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=589068 CPUtime=204.07 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 205138 0 0 0 20355 52 0 0 25 0 4 0 518002509 603205632 67125 33554432000 4194304 4650419 140733719679584 18446744073709551615 4363452 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 147267 67125 394 112 0 142232 0
[pid=30395/tid=30396] ppid=30393 vsize=589068 CPUtime=51.07 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 48063 0 0 0 5095 12 0 0 25 0 4 0 518002510 603205632 67126 33554432000 4194304 4650419 140733719679584 18446744073709551615 4334509 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=589068 CPUtime=50.8 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 48243 0 0 0 5069 11 0 0 25 0 4 0 518002510 603205632 67126 33554432000 4194304 4650419 140733719679584 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=589068 CPUtime=51.08 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 54316 0 0 0 5094 14 0 0 25 0 4 0 518002510 603205632 67126 33554432000 4194304 4650419 140733719679584 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 589068

[startup+102.307 s]
/proc/loadavg: 8.06 8.01 7.94 9/184 30418
/proc/meminfo: memFree=30964604/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=647628 CPUtime=408.6 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 329240 0 0 0 40771 89 0 0 25 0 4 0 518002509 663171072 79118 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 161907 79118 394 112 0 156872 0
[pid=30395/tid=30396] ppid=30393 vsize=647628 CPUtime=102.27 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 80501 0 0 0 10206 21 0 0 25 0 4 0 518002510 663171072 79118 33554432000 4194304 4650419 140733719679584 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=647628 CPUtime=101.72 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 76513 0 0 0 10152 20 0 0 25 0 4 0 518002510 663171072 79118 33554432000 4194304 4650419 140733719679584 18446744073709551615 4333024 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=647628 CPUtime=102.28 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 89692 0 0 0 10203 25 0 0 25 0 4 0 518002510 663171072 79118 33554432000 4194304 4650419 140733719679584 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 647628

[startup+162.301 s]

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

[pid=30395] ppid=30393 vsize=940760 CPUtime=2804.48 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 1458804 0 0 0 279976 472 0 0 25 0 4 0 518002509 963338240 165303 33554432000 4194304 4650419 140733719679584 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 235190 165303 394 112 0 230155 0
[pid=30395/tid=30396] ppid=30393 vsize=940760 CPUtime=701.45 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 388208 0 0 0 70015 130 0 0 25 0 4 0 518002510 963338240 165303 33554432000 4194304 4650419 140733719679584 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=940760 CPUtime=698.44 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 285741 0 0 0 69741 103 0 0 25 0 4 0 518002510 963338240 165303 33554432000 4194304 4650419 140733719679584 18446744073709551615 4303950 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=940760 CPUtime=702.27 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 367873 0 0 0 70107 120 0 0 25 0 4 0 518002510 963338240 165303 33554432000 4194304 4650419 140733719679584 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2804.48
Current children cumulated vsize (KiB) 940760

[startup+762.307 s]
/proc/loadavg: 8.12 8.10 8.01 9/184 30439
/proc/meminfo: memFree=30366068/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=1063712 CPUtime=3044.17 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 1534187 0 0 0 303914 503 0 0 25 0 4 0 518002509 1089241088 176868 33554432000 4194304 4650419 140733719679584 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 265928 176868 394 112 0 260893 0
[pid=30395/tid=30396] ppid=30393 vsize=1063712 CPUtime=761.45 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 406806 0 0 0 76008 137 0 0 25 0 4 0 518002510 1089241088 176868 33554432000 4194304 4650419 140733719679584 18446744073709551615 4363576 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=1063712 CPUtime=758.11 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 305792 0 0 0 75701 110 0 0 25 0 4 0 518002510 1089241088 176868 33554432000 4194304 4650419 140733719679584 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=1063712 CPUtime=762.28 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 385712 0 0 0 76100 128 0 0 25 0 4 0 518002510 1089241088 176868 33554432000 4194304 4650419 140733719679584 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.17
Current children cumulated vsize (KiB) 1063712

[startup+822.301 s]
/proc/loadavg: 8.14 8.11 8.01 9/184 30441
/proc/meminfo: memFree=30401600/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=1040820 CPUtime=3283.83 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 1661940 0 0 0 327844 539 0 0 25 0 4 0 518002509 1065799680 167980 33554432000 4194304 4650419 140733719679584 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 260205 167980 394 112 0 255170 0
[pid=30395/tid=30396] ppid=30393 vsize=1040820 CPUtime=821.45 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 506998 0 0 0 81991 154 0 0 25 0 4 0 518002510 1065799680 167980 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=1040820 CPUtime=817.78 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 305792 0 0 0 81668 110 0 0 25 0 4 0 518002510 1065799680 167980 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=1040820 CPUtime=822.28 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 396234 0 0 0 82092 136 0 0 25 0 4 0 518002510 1065799680 167980 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3283.83
Current children cumulated vsize (KiB) 1040820

[startup+882.3 s]
/proc/loadavg: 8.20 8.13 8.02 9/184 30442
/proc/meminfo: memFree=30375008/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=1017124 CPUtime=3523.5 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 1823695 0 0 0 351770 580 0 0 25 0 4 0 518002509 1041534976 176338 33554432000 4194304 4650419 140733719679584 18446744073709551615 4333632 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 254281 176338 394 112 0 249246 0
[pid=30395/tid=30396] ppid=30393 vsize=1017124 CPUtime=881.45 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 627555 0 0 0 87971 174 0 0 25 0 4 0 518002510 1041534976 176338 33554432000 4194304 4650419 140733719679584 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=1017124 CPUtime=877.44 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 314781 0 0 0 87630 114 0 0 25 0 4 0 518002510 1041534976 176338 33554432000 4194304 4650419 140733719679584 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=1017124 CPUtime=882.27 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 410069 0 0 0 88085 142 0 0 25 0 4 0 518002510 1041534976 176338 33554432000 4194304 4650419 140733719679584 18446744073709551615 4365477 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.5
Current children cumulated vsize (KiB) 1017124

[startup+942.301 s]
/proc/loadavg: 8.08 8.11 8.02 9/184 30444
/proc/meminfo: memFree=30368252/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=919752 CPUtime=3763.17 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 1899503 0 0 0 375705 612 0 0 25 0 4 0 518002509 941826048 172363 33554432000 4194304 4650419 140733719679584 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 229938 172363 394 112 0 224903 0
[pid=30395/tid=30396] ppid=30393 vsize=919752 CPUtime=941.45 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 648378 0 0 0 93963 182 0 0 25 0 4 0 518002510 941826048 172363 33554432000 4194304 4650419 140733719679584 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=919752 CPUtime=937.13 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 334024 0 0 0 93590 123 0 0 25 0 4 0 518002510 941826048 172363 33554432000 4194304 4650419 140733719679584 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=919752 CPUtime=942.27 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 432003 0 0 0 94075 152 0 0 25 0 4 0 518002510 941826048 172363 33554432000 4194304 4650419 140733719679584 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.17
Current children cumulated vsize (KiB) 919752

[startup+1002.3 s]
/proc/loadavg: 8.02 8.08 8.01 9/184 30445
/proc/meminfo: memFree=30362236/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=1110168 CPUtime=4002.84 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 1977380 0 0 0 399636 648 0 0 25 0 4 0 518002509 1136812032 179673 33554432000 4194304 4650419 140733719679584 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 277542 179673 394 112 0 272507 0
[pid=30395/tid=30396] ppid=30393 vsize=1110168 CPUtime=1001.45 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 669898 0 0 0 99953 192 0 0 25 0 4 0 518002510 1136812032 179673 33554432000 4194304 4650419 140733719679584 18446744073709551615 4363444 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=1110168 CPUtime=996.79 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 352004 0 0 0 99549 130 0 0 25 0 4 0 518002510 1136812032 179673 33554432000 4194304 4650419 140733719679584 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=1110168 CPUtime=1002.28 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 449368 0 0 0 100067 161 0 0 25 0 4 0 518002510 1136812032 179673 33554432000 4194304 4650419 140733719679584 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4002.84
Current children cumulated vsize (KiB) 1110168

[startup+1062.3 s]
/proc/loadavg: 8.01 8.07 8.01 9/184 30447
/proc/meminfo: memFree=30154988/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=1292104 CPUtime=4242.52 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 2138738 0 0 0 423565 687 0 0 25 0 4 0 518002509 1323114496 219242 33554432000 4194304 4650419 140733719679584 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 323026 219242 394 112 0 317991 0
[pid=30395/tid=30396] ppid=30393 vsize=1292104 CPUtime=1061.45 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 734338 0 0 0 105938 207 0 0 25 0 4 0 518002510 1323114496 219243 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=1292104 CPUtime=1056.47 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 356360 0 0 0 105515 132 0 0 25 0 4 0 518002510 1323114496 219243 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=1292104 CPUtime=1062.28 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 526476 0 0 0 106055 173 0 0 25 0 4 0 518002510 1323114496 219243 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.52
Current children cumulated vsize (KiB) 1292104

[startup+1122.3 s]
/proc/loadavg: 8.05 8.07 8.01 9/184 30449
/proc/meminfo: memFree=30156672/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=1292104 CPUtime=4482.2 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 2346782 0 0 0 447498 722 0 0 25 0 4 0 518002509 1323114496 223930 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 323026 223930 394 112 0 317991 0
[pid=30395/tid=30396] ppid=30393 vsize=1292104 CPUtime=1121.45 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 812705 0 0 0 111926 219 0 0 25 0 4 0 518002510 1323114496 223930 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=1292104 CPUtime=1116.14 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 357888 0 0 0 111481 133 0 0 25 0 4 0 518002510 1323114496 223930 33554432000 4194304 4650419 140733719679584 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=1292104 CPUtime=1122.27 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 618183 0 0 0 112040 187 0 0 25 0 4 0 518002510 1323114496 223930 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.2
Current children cumulated vsize (KiB) 1292104

[startup+1182.3 s]
/proc/loadavg: 8.06 8.07 8.01 9/184 30450
/proc/meminfo: memFree=30156992/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=1292812 CPUtime=4721.87 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 2580963 0 0 0 471425 762 0 0 25 0 4 0 518002509 1323839488 223547 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476432 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 323203 223547 394 112 0 318168 0
[pid=30395/tid=30396] ppid=30393 vsize=1292812 CPUtime=1181.45 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 897251 0 0 0 117913 232 0 0 25 0 4 0 518002510 1323839488 223547 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=1292812 CPUtime=1175.82 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 369421 0 0 0 117441 141 0 0 25 0 4 0 518002510 1323839488 223547 33554432000 4194304 4650419 140733719679584 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=1292812 CPUtime=1182.28 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 715824 0 0 0 118026 202 0 0 25 0 4 0 518002510 1323839488 223547 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4721.87
Current children cumulated vsize (KiB) 1292812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.11 8.08 8.01 5/179 30452
/proc/meminfo: memFree=30648792/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=1242916 CPUtime=4800.19 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 2662193 0 0 0 479243 776 0 0 25 0 4 0 518002509 1272745984 220724 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 310729 220724 394 112 0 305694 0
[pid=30395/tid=30396] ppid=30393 vsize=1242916 CPUtime=1201.06 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 926338 0 0 0 119870 236 0 0 25 0 4 0 518002510 1272745984 220724 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=1242916 CPUtime=1195.31 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 372819 0 0 0 119388 143 0 0 25 0 4 0 518002510 1272745984 220724 33554432000 4194304 4650419 140733719679584 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=1242916 CPUtime=1201.89 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 751108 0 0 0 119981 208 0 0 25 0 4 0 518002510 1272745984 220724 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1242916

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

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

[startup+1201.9 s]
/proc/loadavg: 8.11 8.08 8.01 5/179 30452
/proc/meminfo: memFree=30648792/32950928 swapFree=67111404/67111528
[pid=30395] ppid=30393 vsize=1242916 CPUtime=4800.19 cores=1,3,5,7
/proc/30395/stat : 30395 (strangenight1-m) R 30393 30395 30065 0 -1 4202496 2662193 0 0 0 479243 776 0 0 25 0 4 0 518002509 1272745984 220724 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30395/statm: 310729 220724 394 112 0 305694 0
[pid=30395/tid=30396] ppid=30393 vsize=1242916 CPUtime=1201.06 cores=1,3,5,7
/proc/30395/task/30396/stat : 30396 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 926338 0 0 0 119870 236 0 0 25 0 4 0 518002510 1272745984 220724 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30395/tid=30397] ppid=30393 vsize=1242916 CPUtime=1195.31 cores=1,3,5,7
/proc/30395/task/30397/stat : 30397 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 372819 0 0 0 119388 143 0 0 25 0 4 0 518002510 1272745984 220724 33554432000 4194304 4650419 140733719679584 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=30395/tid=30398] ppid=30393 vsize=1242916 CPUtime=1201.89 cores=1,3,5,7
/proc/30395/task/30398/stat : 30398 (strangenight1-m) R 30393 30395 30065 0 -1 4202560 751108 0 0 0 119981 208 0 0 25 0 4 0 518002510 1272745984 220724 33554432000 4194304 4650419 140733719679584 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1242916

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.95
CPU time (s): 4800.25
CPU user time (s): 4792.45
CPU system time (s): 7.79981
CPU usage (%): 399.373
Max. virtual memory (cumulated for all children) (KiB): 1292812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.45
system time used= 7.79981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2662193
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= 1781
involuntary context switches= 23183

runsolver used 1.75873 second user time and 4.82827 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 10:00:37
IDJOB=3174973
IDBENCH=82591
IDSOLVER=1588
FILE ID=node120/3174973-1304064037
RUNJOBID= node120-1304064037-30381
PBS_JOBID= 13170450
Free space on /tmp= 72076 MiB

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

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

MD5SUM BENCH= 811f95ba5a9b338808c76dfc6ace0a83
RANDOM SEED=1979122371

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.78
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.809
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.809
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.809
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:      31535792 kB
Buffers:        440580 kB
Cached:         551056 kB
SwapCached:          8 kB
Active:         367464 kB
Inactive:       687764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31535792 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           13292 kB
Writeback:           0 kB
AnonPages:       63468 kB
Mapped:          14692 kB
Slab:           295236 kB
PageTables:       4852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188436 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= 72068 MiB
End job on node120 at 2011-04-29 10:20:41