Trace number 3173862

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.5 1201.88

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S43885340-006-UNKNOWN.cnf
MD5SUM745003317611baf9e79e91bc0ab8e275
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.2018
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173862-1304072070.cnf'
0.00/0.00	c -- header says num vars:          15000
0.00/0.00	c -- header says num clauses:       63000
0.00/0.06	c -- clauses added:            0 learnts,        63000 normals,            0 xors
0.00/0.06	c -- vars added      15000
0.00/0.06	c Parsing time:  0.04 s
0.00/0.06	c  N st     0         0     15000     63000         0         0    189000         0   no data   no data
0.00/0.14	c asymm  cl-useful: 0/63000/63000 lits-rem:0 time: 0.05
0.00/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
0.52/0.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.52/0.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.52/0.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.52/0.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15000 time:  0.00 s
0.52/0.23	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.01 s
0.52/0.30	c lits-rem:         0  cl-subs:        0  v-elim:    414  v-fix:    0  time:  0.09 s
0.52/0.30	c Finding binary XORs  T:     0.00 s  found:       0
0.52/0.30	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.52/0.30	c calculated reachability. Time: 0.00
0.52/0.91	c Calc default polars -  time:   0.00 s pos:    6539 undec:    1667 neg:    6794
0.52/0.91	c =========================================================================================
0.52/0.91	c types(t): F = full restart, N = normal restart
0.52/0.91	c types(t): S = simplification begin/end, E = solution found
0.52/0.91	c restart types(rt): st = static, dy = dynamic
0.52/0.91	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.52/0.91	c  B st     0         0     14586     62521         0         0    190149         0   no data   no data
4.41/1.18	c  N dy    21      4061     14586     62521         0      4061    190149    763487    107.11    113.24
8.33/2.10	c  N dy    49      8147     14586     62521         0      8147    190149   1449370    106.64    112.83
11.95/3.09	c  N dy    79     12436     14586     62521         0     12436    190149   2193338    108.02    115.34
15.93/4.07	c  N dy   106     16454     14586     62521         0     16453    190149   2901643    108.91    128.79
20.32/5.10	c  N dy   134     20492     14586     62521         0     10498    190149    581220    109.96    117.37
24.32/6.12	c  N dy   162     24745     14586     62521         0     14750    190149   1314464    109.82    118.54
24.32/6.18	c  F st   163     25003     14586     62521         0     15008    190149   1353180    109.58     96.16
29.93/7.53	c  N dy   169     30000     14586     62521         0     20005    190149   2540469    109.58   no data
29.93/7.53	c  S st   169     30000     14586     62521         0     20005    190149   2540469    109.58   no data
30.31/7.67	c  S st   169     30505     14586     62521         0     20510    190149   2608960    109.58   no data
30.31/7.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.71/7.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
30.71/7.75	c blocked clauses removed:      261 vars:     44 tried:       14586 T: 0.01 s
30.71/7.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.71/7.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.71/7.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14542 time:  0.00 s
30.71/7.77	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
31.11/7.84	c lits-rem:         0  cl-subs:        0  v-elim:     13  v-fix:    0  time:  0.07 s
31.90/8.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.32/8.69	c lits-rem:        28  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.63 s
34.70/8.76	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.07
34.70/8.77	c calculated reachability. Time: 0.00
34.70/8.77	c  N dy   169     30505     14529     62248         0     20158    189404   2492644    109.58   no data
39.09/9.88	c  N dy   196     34554     14529     62248         0     24207    189404   3196355    109.71    116.10
43.88/11.07	c  N dy   224     38645     14529     62248         0     28298    189404   3916489    110.09    116.80
48.68/12.22	c  N dy   253     42686     14529     62248         0     17012    189404    882051    110.44    116.67
51.90/13.01	c  S st   275     45759     14529     62248         0     20084    189404   1435174    110.77   no data
52.27/13.15	c  S st   275     46260     14529     62248         0     20585    189404   1504671    110.77   no data
52.27/13.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
52.67/13.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
52.67/13.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
52.67/13.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.67/13.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.67/13.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
52.67/13.25	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
53.07/13.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
53.47/13.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.25/13.64	c lits-rem:         4  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
54.25/13.64	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.01
54.25/13.67	c vivif2 --  cl tried    20585 cl shrink        0 lits rem          0 time: 0.02
54.66/13.74	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.07
54.66/13.75	c calculated reachability. Time: 0.00
54.66/13.75	c  N dy   275     46260     14529     62248         0     20585    189404   1504667    110.77   no data
59.05/14.82	c  N dy   304     50271     14529     62248         0     24596    189404   2214302    110.95    136.52
63.45/15.91	c  N dy   329     54320     14529     62248         0     28645    189404   2921354    110.89    134.71
67.85/17.06	c  N dy   362     58382     14529     62248         0     32707    189404   3646576    111.24    121.71
73.03/18.31	c  N dy   393     62542     14529     62248         0     36865    189404   4402113    111.50    117.81
77.43/19.45	c  N dy   423     66734     14529     62248         0     22400    189404   1272504    111.72    121.03
80.22/20.17	c  S st   442     69392     14529     62248         0     25058    189404   1734577    111.68   no data
81.02/20.32	c  S st   442     69896     14529     62248         0     25562    189404   1801156    111.68   no data
81.02/20.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
81.02/20.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
81.42/20.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.42/20.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.42/20.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.42/20.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
81.42/20.42	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
81.42/20.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
81.82/20.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.42/20.92	c lits-rem:         9  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.33 s
83.42/20.93	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.01
83.42/20.95	c vivif2 --  cl tried    25562 cl shrink        0 lits rem          0 time: 0.03
83.82/21.04	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.08
83.82/21.04	c calculated reachability. Time: 0.00
83.82/21.04	c  N dy   442     69896     14529     62248         0     25562    189404   1801147    111.68   no data
89.01/22.30	c  N dy   473     74378     14529     62248         0     30044    189404   2592762    111.81    119.71
94.61/23.71	c  N dy   508     79223     14529     62248         0     34889    189404   3455893    111.92    119.07
100.60/25.22	c  N dy   544     84279     14529     62248         0     39945    189404   4376735    112.07    123.99
104.21/26.19	c  F st   568     87501     14529     62248         0     22334    189404    826998    112.17   no data
108.19/27.17	c  N st   573     90797     14529     62248         0     25630    189404   1614499    112.17   no data
114.98/28.87	c  N dy   603     96709     14529     62248         0     31541    189404   2805899    112.34    118.91
122.56/30.71	c  N dy   643    102936     14529     62248         0     37767    189404   3909382    112.36    118.96
124.56/31.29	c  S st   657    104844     14529     62248         0     39675    189404   4248291    112.37   no data
125.36/31.46	c  S st   657    105351     14529     62248         0     40182    189404   4313444    112.37   no data
125.36/31.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
125.76/31.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.07
125.76/31.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
125.76/31.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
125.76/31.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
125.76/31.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.01 s
125.76/31.57	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
126.17/31.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
126.96/31.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.97/33.81	c lits-rem:       123  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.90 s
134.97/33.81	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.01
134.97/33.88	c vivif2 --  cl tried    40177 cl shrink        0 lits rem          0 time: 0.07
135.37/33.98	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.10
135.37/33.99	c calculated reachability. Time: 0.00
135.37/33.99	c  N dy   657    105351     14529     62248         0     40177    189404   4311178    112.37   no data
144.16/36.13	c  N dy   704    112083     14529     62248         0     24489    189404    929726    112.55    178.87
152.54/38.24	c  N dy   760    119297     14529     62248         0     31703    189404   2262842    112.98    119.06
161.73/40.55	c  N dy   811    127047     14529     62248         0     39452    189404   3686858    113.07    122.52
172.09/43.17	c  N dy   867    135415     14529     62248         0     24114    189404    575093    113.19    123.90
182.09/45.61	c  N dy   929    144078     14529     62248         0     32776    189404   2123259    113.29    127.43
193.26/48.42	c  N dy   993    153311     14529     62248         0     42009    189404   3807327    113.36    122.74
199.25/49.93	c  S st  1026    158027     14529     62248         0     46725    189404   4662565    113.41    109.97
200.05/50.10	c  S st  1026    158529     14529     62248         0     47227    189404   4725736    113.41   no data
200.05/50.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
200.05/50.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.08
200.45/50.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
200.45/50.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
200.45/50.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
200.45/50.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
200.45/50.22	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
200.87/50.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
201.65/50.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
213.64/53.51	c lits-rem:         5  cl-subs:        8  v-elim:      0  v-fix:    0  time:  2.94 s
213.64/53.52	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.01
213.64/53.59	c vivif2 --  cl tried    47219 cl shrink        0 lits rem          0 time: 0.07
214.46/53.70	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.11
214.46/53.71	c calculated reachability. Time: 0.00
214.46/53.71	c  N dy  1026    158529     14529     62248         0     47219    189404   4722451    113.41   no data
226.42/56.76	c  N dy  1088    168736     14529     62248         0     32574    189404   1873580    113.30    121.50
240.00/60.12	c  N dy  1165    179605     14529     62248         0     43442    189404   3869971    113.55    130.89
254.38/63.79	c  N dy  1244    191093     14529     62248         0     29007    189404   1032980    113.73    121.90
269.16/67.46	c  N dy  1333    203335     14529     62248         0     41246    189404   3288851    113.93    120.48
285.94/71.65	c  N dy  1413    216329     14529     62248         0     27278    189404    501181    113.80    119.80
302.71/75.82	c  N dy  1510    230229     14529     62248         0     41176    189404   3041015    113.96    123.43
312.29/78.21	c  S st  1560    237794     14529     62248         0     48740    189404   4407666    113.95   no data
312.69/78.39	c  S st  1560    238299     14529     62248         0     49245    189404   4478058    113.95   no data
313.09/78.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
313.09/78.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.08
313.50/78.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
313.50/78.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
313.50/78.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
313.50/78.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
313.50/78.52	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
313.90/78.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
314.70/78.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
326.68/81.85	c lits-rem:         9  cl-subs:        2  v-elim:      0  v-fix:    0  time:  3.03 s
326.68/81.85	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.01
327.09/81.92	c vivif2 --  cl tried    49243 cl shrink        0 lits rem          0 time: 0.07
327.49/82.04	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.12
327.49/82.05	c calculated reachability. Time: 0.00
327.49/82.05	c  N dy  1560    238299     14529     62248         0     49243    189404   4476970    113.95   no data
346.64/86.84	c  N dy  1665    253532     14529     62248         0     36502    189404   1991779    114.01    145.61
367.84/92.11	c  N dy  1772    269742     14529     62248         0     52710    189404   4938540    114.03    121.94
389.39/97.55	c  N dy  1886    287010     14529     62248         0     40986    189404   2635772    114.15    121.67
413.76/103.64	c  N dy  2009    305388     14529     62248         0     59362    189404   5975830    114.14    122.43
414.95/103.98	c  F st  2015    306251     14529     62248         0     30232    189404    463346    114.14    108.89
438.14/109.77	c  N dy  2112    324913     14529     62248         0     48894    189404   4059983    114.12    127.45
464.91/116.43	c  N dy  2249    345010     14529     62248         0     37995    189404   1712878    114.31    123.78
480.47/120.35	c  S st  2325    357448     14529     62248         0     50427    189404   3977267    114.29    115.44
481.27/120.53	c  S st  2325    357950     14529     62248         0     50929    189404   4042027    114.29   no data
481.27/120.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
481.67/120.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.08
481.67/120.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
481.67/120.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
481.67/120.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
481.67/120.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
481.67/120.66	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
482.08/120.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
482.86/120.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
494.05/123.70	c lits-rem:         4  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.76 s
494.05/123.71	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.01
494.05/123.77	c vivif2 --  cl tried    50926 cl shrink        0 lits rem          0 time: 0.06
494.45/123.89	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.12
494.85/123.90	c calculated reachability. Time: 0.00
494.85/123.90	c  N dy  2325    357950     14529     62248         0     50926    189404   4041123    114.29   no data
522.03/130.76	c  N dy  2461    377974     14529     62248         0     38950    189404   1716748    114.31    152.44
548.77/137.42	c  N dy  2601    398008     14529     62248         0     58982    189404   5391838    114.43    120.49
575.14/144.01	c  N dy  2728    418219     14529     62248         0     46198    189404   2829949    114.40    125.40
602.70/150.99	c  N dy  2867    438333     14529     62248         0     66311    189404   6532863    114.52    122.13
629.06/157.52	c  N dy  3005    458466     14529     62248         0     52448    189404   3835607    114.61    122.29
657.43/164.63	c  N dy  3143    478573     14529     62248         0     37559    189404    889244    114.66    121.78
683.38/171.19	c  N dy  3279    498718     14529     62248         0     57704    189404   4563691    114.68    123.50
711.75/178.25	c  N dy  3413    518730     14529     62248         0     41717    189404   1478392    114.76    124.04
735.72/184.22	c  S st  3527    536926     14529     62248         0     59912    189404   4771673    114.73   no data
736.52/184.42	c  S st  3527    537436     14529     62248         0     60422    189404   4839467    114.73   no data
736.52/184.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
736.93/184.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.09
736.93/184.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
736.93/184.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
736.93/184.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
736.93/184.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
736.93/184.55	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
737.33/184.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
738.11/184.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
748.90/187.55	c lits-rem:        11  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.67 s
748.90/187.55	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.01
749.30/187.63	c vivif2 --  cl tried    60417 cl shrink        0 lits rem          0 time: 0.07
749.70/187.76	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.13
749.70/187.77	c calculated reachability. Time: 0.00
749.70/187.77	c  N dy  3527    537436     14529     62248         0     60417    189404   4837964    114.73   no data
777.65/194.70	c  N dy  3653    557484     14529     62248         0     43462    189404   1544455    114.71    121.61
804.42/201.42	c  N dy  3769    577515     14529     62248         0     63493    189404   5239895    114.68    123.48
833.19/208.63	c  N dy  3901    597909     14529     62248         0     45890    189404   1872149    114.70    120.78
861.14/215.60	c  N dy  4033    618057     14529     62248         0     66038    189404   5602195    114.75    121.68
889.50/222.75	c  N dy  4173    638142     14529     62248         0     47122    189404   1946844    114.80    127.66
917.49/229.73	c  N dy  4309    658185     14529     62248         0     67165    189404   5661355    114.85    126.61
947.84/237.33	c  N dy  4440    678227     14529     62248         0     47207    189404   1743328    114.88    120.93
975.78/244.37	c  N dy  4577    698295     14529     62248         0     67274    189404   5413267    114.90    122.71
1005.74/251.89	c  N dy  4721    718323     14529     62248         0     46299    189404   1420309    114.98    122.79
1033.30/258.76	c  N dy  4848    738388     14529     62248         0     66362    189404   5105559    114.99    121.16
1063.66/266.39	c  N dy  4979    758451     14529     62248         0     44432    189404    888091    115.02    125.13
1091.22/273.26	c  N dy  5121    778553     14529     62248         0     64534    189404   4604182    115.10    121.93
1121.98/280.96	c  N dy  5250    798569     14529     62248         0     84549    189404   8271302    115.12    133.75
1132.38/283.60	c  S st  5303    806155     14529     62248         0     49136    189404   1575226    115.12   no data
1133.16/283.78	c  S st  5303    806658     14529     62248         0     49639    189404   1638621    115.12   no data
1133.16/283.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1133.56/283.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.08
1133.56/283.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1133.56/283.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1133.56/283.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1133.56/283.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
1133.96/283.90	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
1133.96/283.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1134.36/284.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1136.78/284.70	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.64 s
1137.18/284.71	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.01
1137.18/284.73	c vivif2 --  cl tried    49637 cl shrink        0 lits rem          0 time: 0.03
1137.55/284.85	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.11
1137.55/284.85	c calculated reachability. Time: 0.00
1137.55/284.85	c  N dy  5303    806658     14529     62248         0     49637    189404   1638142    115.12   no data
1165.93/291.99	c  N dy  5436    826906     14529     62248         0     69882    189404   5437222    115.13    122.16
1197.88/300.00	c  N dy  5565    846996     14529     62248         0     45972    189404    787475    115.11    122.47
1225.44/306.89	c  N dy  5699    867028     14529     62248         0     66004    189404   4452975    115.11    129.81
1256.99/314.71	c  N dy  5828    887201     14529     62248         0     86176    189404   8123147    115.11    126.22
1285.36/321.84	c  N dy  5959    907230     14529     62248         0     61208    189404   3438934    115.12    124.31
1315.31/329.38	c  N dy  6089    927277     14529     62248         0     81252    189404   7098836    115.12    121.46
1346.47/337.12	c  N dy  6230    947365     14529     62248         0     55341    189404   2167963    115.19    125.77
1375.23/344.39	c  N dy  6364    967435     14529     62248         0     75410    189404   5825529    115.20    122.94
1408.38/352.65	c  N dy  6501    987543     14529     62248         0     48517    189404    730987    115.24    123.63
1436.74/359.75	c  N dy  6643   1007632     14529     62248         0     68604    189404   4478366    115.29    131.75
1468.30/367.66	c  N dy  6774   1027633     14529     62248         0     88603    189404   8165849    115.30    148.98
1498.25/375.19	c  N dy  6903   1047777     14529     62248         0     60751    189404   2822071    115.29    121.80
1529.01/382.81	c  N dy  7043   1067788     14529     62248         0     80757    189404   6624926    115.38    145.89
1535.40/384.49	c  F st  7072   1071877     14529     62248         0     84846    189404   7378279    115.39   no data
1561.76/391.06	c  N dy  7148   1087810     14529     62248         0     51784    189404   1000462    115.40    123.46
1590.92/398.30	c  N dy  7278   1108125     14529     62248         0     72098    189404   4722550    115.41    123.49
1623.28/406.41	c  N dy  7419   1128179     14529     62248         0     92148    189404   8431752    115.45    122.98
1654.04/414.10	c  N dy  7549   1148196     14529     62248         0     62170    189404   2666696    115.46    125.89
1684.79/421.82	c  N dy  7691   1168306     14529     62248         0     82279    189404   6427667    115.50    122.72
1720.75/430.89	c  N dy  7838   1188328     14529     62248         0     51301    189404    535290    115.56    122.93
1749.90/438.15	c  N dy  7975   1208459     14529     62248         0     71431    189404   4249512    115.57    122.26
1752.32/438.71	c  S st  7983   1209987     14529     62248         0     72959    189404   4534146    115.57   no data
1753.10/438.92	c  S st  7983   1210487     14529     62248         0     73459    189404   4609076    115.57   no data
1753.10/438.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1753.49/439.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
1753.49/439.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1753.49/439.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1753.49/439.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1753.49/439.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.01 s
1753.49/439.07	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
1753.89/439.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
1754.69/439.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1767.88/442.61	c lits-rem:         1  cl-subs:        7  v-elim:      0  v-fix:    0  time:  3.22 s
1767.88/442.61	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.01
1767.88/442.68	c vivif2 --  cl tried    73452 cl shrink        0 lits rem          0 time: 0.07
1768.68/442.83	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.15
1768.68/442.84	c calculated reachability. Time: 0.00
1768.68/442.84	c  N dy  7983   1210487     14529     62248         0     73452    189404   4607603    115.57   no data
1800.65/450.89	c  N dy  8121   1230501     14529     62248         0     93463    189404   8291009    115.61    122.89
1833.39/459.03	c  N dy  8260   1250563     14529     62248         0     61541    189404   2245812    115.63    133.06
1863.75/466.62	c  N dy  8401   1270626     14529     62248         0     81603    189404   5966382    115.65    125.91
1897.70/475.12	c  N dy  8536   1290694     14529     62248         0    101670    189404   9688538    115.66    125.76
1928.45/482.83	c  N dy  8667   1310872     14529     62248         0     68854    189404   3389189    115.67    121.91
1960.42/490.82	c  N dy  8803   1330967     14529     62248         0     88949    189404   7110382    115.70    123.14
1995.96/499.76	c  N dy  8926   1351097     14529     62248         0     55078    189404    669779    115.69    122.44
2025.92/507.21	c  N dy  9067   1371243     14529     62248         0     75221    189404   4393395    115.71    123.58
2058.28/515.36	c  N dy  9198   1391326     14529     62248         0     95303    189404   8106796    115.73    140.20
2092.23/523.89	c  N dy  9326   1411468     14529     62248         0     60444    189404   1495845    115.72    129.11
2122.59/531.45	c  N dy  9465   1431482     14529     62248         0     80452    189404   5248392    115.76    123.62
2156.16/539.85	c  N dy  9602   1451564     14529     62248         0    100531    189404   8930092    115.77    125.24
2190.10/548.37	c  N dy  9739   1471640     14529     62248         0     64613    189404   2085754    115.79    122.05
2221.25/556.19	c  N dy  9877   1491870     14529     62248         0     84841    189404   5856544    115.80    123.30
2256.00/564.88	c  N dy 10011   1511927     14529     62248         0    104897    189404   9584953    115.81    122.95
2289.55/573.26	c  N dy 10146   1532012     14529     62248         0     67987    189404   2485966    115.82    127.64
2321.10/581.11	c  N dy 10279   1552063     14529     62248         0     88035    189404   6172237    115.83    122.17
2356.26/589.96	c  N dy 10415   1572126     14529     62248         0    108097    189404   9847831    115.83    126.49
2389.03/598.17	c  N dy 10548   1592196     14529     62248         0     70166    189404   2759022    115.83    124.16
2420.56/606.08	c  N dy 10679   1612213     14529     62248         0     90180    189404   6478287    115.86    141.40
2456.12/614.90	c  N dy 10803   1632387     14529     62248         0    110353    189404  10170031    115.85    122.14
2488.87/623.18	c  N dy 10936   1652458     14529     62248         0     71429    189404   2800475    115.86    122.22
2521.62/631.38	c  N dy 11062   1672708     14529     62248         0     91677    189404   6516198    115.84    124.61
2556.77/640.16	c  N dy 11182   1692714     14529     62248         0    111683    189404  10222496    115.84    122.06
2586.33/647.56	c  S st 11292   1710490     14529     62248         0     69461    189404   2254742    115.83    102.25
2587.16/647.77	c  S st 11292   1710994     14529     62248         0     69965    189404   2318913    115.83   no data
2587.16/647.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2587.53/647.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
2587.53/647.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2587.53/647.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2587.93/647.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2587.93/647.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.01 s
2587.93/647.91	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
2587.93/647.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
2588.33/648.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2594.32/649.55	c lits-rem:        11  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.45 s
2594.32/649.56	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.01
2594.73/649.60	c vivif2 --  cl tried    69964 cl shrink        0 lits rem          0 time: 0.04
2595.13/649.74	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.14
2595.13/649.75	c calculated reachability. Time: 0.00
2595.13/649.75	c  N dy 11292   1710994     14529     62248         0     69964    189404   2318814    115.83   no data
2627.07/657.70	c  N dy 11433   1731070     14529     62248         0     90040    189404   6086473    115.86    129.28
2661.85/666.43	c  N dy 11564   1751151     14529     62248         0    110121    189404   9812326    115.86    130.57
2697.00/675.25	c  N dy 11704   1771251     14529     62248         0     69221    189404   2053684    115.88    136.74
2728.93/683.21	c  N dy 11837   1791395     14529     62248         0     89365    189404   5813045    115.91    123.38
2764.48/692.16	c  N dy 11983   1811584     14529     62248         0    109553    189404   9648618    115.95    122.40
2800.83/701.25	c  N dy 12112   1831748     14529     62248         0     67718    189404   1566497    115.95    125.88
2833.98/709.54	c  N dy 12250   1851826     14529     62248         0     87794    189404   5268294    115.96    122.51
2869.13/718.34	c  N dy 12385   1871874     14529     62248         0    107839    189404   9016677    115.98    141.73
2907.08/727.87	c  N dy 12520   1891979     14529     62248         0     64943    189404    893839    115.98    125.86
2938.26/735.65	c  N dy 12654   1912126     14529     62248         0     85090    189404   4564652    115.98    122.43
2972.59/744.22	c  N dy 12789   1932236     14529     62248         0    105198    189404   8325129    116.00    123.80
3010.93/753.85	c  N dy 12929   1952329     14529     62248         0    125289    189404  12082054    116.03    126.25
3043.70/762.02	c  N dy 13070   1972508     14529     62248         0     81478    189404   3840255    116.06    122.65
3077.23/770.40	c  N dy 13203   1992590     14529     62248         0    101559    189404   7549676    116.07    127.12
3114.79/779.88	c  N dy 13340   2012682     14529     62248         0    121651    189404  11326668    116.10    125.34
3149.92/788.60	c  N dy 13476   2032819     14529     62248         0     76793    189404   2776698    116.12    125.16
3182.69/796.82	c  N dy 13611   2052864     14529     62248         0     96836    189404   6512141    116.13    131.55
3219.04/805.99	c  N dy 13741   2072944     14529     62248         0    116916    189404  10205099    116.13    122.54
3256.58/815.37	c  N dy 13870   2093081     14529     62248         0     71057    189404   1496452    116.12    123.82
3288.53/823.34	c  N dy 13997   2113092     14529     62248         0     91066    189404   5223406    116.12    122.54
3324.09/832.22	c  N dy 14126   2133132     14529     62248         0    111105    189404   8939064    116.14    123.50
3363.23/842.01	c  N dy 14257   2153215     14529     62248         0    131187    189404  12677312    116.14    122.88
3399.19/851.05	c  N dy 14394   2173290     14529     62248         0     84257    189404   3791029    116.17    122.87
3435.15/860.09	c  N dy 14527   2193508     14529     62248         0    104474    189404   7512595    116.17    124.52
3468.28/868.34	c  S st 14643   2210996     14529     62248         0    121960    189404  10787700    116.18   no data
3469.49/868.64	c  S st 14643   2211502     14529     62248         0    122466    189404  10861220    116.18   no data
3469.49/868.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3470.31/868.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.14
3470.31/868.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3470.31/868.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3470.31/868.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3470.31/868.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.01 s
3470.31/868.84	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
3471.08/869.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
3473.48/869.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3499.85/876.29	c lits-rem:         1  cl-subs:       12  v-elim:      0  v-fix:    0  time:  6.67 s
3499.85/876.29	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.01
3500.66/876.47	c vivif2 --  cl tried   122454 cl shrink        0 lits rem          0 time: 0.17
3501.44/876.70	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.23
3501.84/876.70	c calculated reachability. Time: 0.00
3501.84/876.70	c  N dy 14643   2211502     14529     62248         0    122454    189404  10857832    116.18   no data
3539.79/886.25	c  N dy 14780   2231537     14529     62248         0     74493    189404   1795514    116.20    124.87
3572.94/894.52	c  N dy 14923   2251641     14529     62248         0     94595    189404   5554184    116.21    125.32
3610.09/903.81	c  N dy 15061   2272115     14529     62248         0    115068    189404   9328879    116.21    124.25
3649.63/913.70	c  N dy 15185   2292117     14529     62248         0    135070    189404  13015269    116.21    122.80
3682.78/922.03	c  N dy 15312   2312164     14529     62248         0     86121    189404   3767207    116.22    124.95
3717.53/930.70	c  N dy 15443   2332355     14529     62248         0    106309    189404   7518654    116.22    127.90
3755.89/940.36	c  N dy 15579   2352423     14529     62248         0    126373    189404  11263725    116.24    128.79
3794.62/950.07	c  N dy 15714   2372610     14529     62248         0     76569    189404   1796009    116.24    125.20
3827.77/958.30	c  N dy 15841   2392716     14529     62248         0     96674    189404   5527587    116.25    127.50
3864.52/967.55	c  N dy 15980   2412750     14529     62248         0    116706    189404   9243912    116.26    129.59
3904.88/977.66	c  N dy 16113   2432905     14529     62248         0    136861    189404  12947326    116.25    128.45
3940.03/986.48	c  N dy 16249   2452934     14529     62248         0     85898    189404   3360502    116.26    123.76
3974.76/995.12	c  N dy 16381   2473090     14529     62248         0    106053    189404   7078249    116.27    123.24
4013.11/1004.78	c  N dy 16514   2493118     14529     62248         0    126080    189404  10798570    116.27    124.40
4054.28/1015.05	c  N dy 16647   2513202     14529     62248         0     74167    189404    991034    116.27    126.40
4086.21/1023.05	c  N dy 16772   2533206     14529     62248         0     94170    189404   4693405    116.27    125.67
4122.16/1032.06	c  N dy 16903   2553256     14529     62248         0    114217    189404   8400181    116.27    124.44
4162.10/1042.06	c  N dy 17031   2573286     14529     62248         0    134243    189404  12161876    116.27    122.85
4200.84/1051.74	c  N dy 17166   2593438     14529     62248         0     81396    189404   2145576    116.27    122.42
4234.82/1060.20	c  N dy 17302   2613519     14529     62248         0    101476    189404   5917697    116.29    125.81
4272.74/1069.74	c  N dy 17439   2633755     14529     62248         0    121710    189404   9745813    116.31    124.11
4315.88/1080.55	c  N dy 17571   2653946     14529     62248         0    141898    189404  13505647    116.32    123.76
4354.23/1090.19	c  N dy 17699   2674081     14529     62248         0     88035    189404   3225992    116.32    124.55
4389.77/1099.07	c  N dy 17832   2694137     14529     62248         0    108090    189404   6971463    116.33    123.97
4423.34/1107.46	c  S st 17947   2711502     14529     62248         0    125454    189404  10204988    116.34   no data
4424.52/1107.76	c  S st 17947   2712005     14529     62248         0    125957    189404  10276247    116.34   no data
4424.52/1107.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4425.32/1107.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.14
4425.32/1107.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4425.32/1107.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4425.32/1107.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4425.32/1107.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.01 s
4425.32/1107.96	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
4426.11/1108.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
4428.13/1108.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4454.10/1115.19	c lits-rem:         9  cl-subs:        8  v-elim:      0  v-fix:    0  time:  6.56 s
4454.10/1115.20	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.01
4454.88/1115.36	c vivif2 --  cl tried   125949 cl shrink        0 lits rem          0 time: 0.16
4455.68/1115.60	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.23
4456.08/1115.60	c calculated reachability. Time: 0.00
4456.08/1115.60	c  N dy 17947   2712005     14529     62248         0    125949    189404  10274476    116.34   no data
4498.82/1126.35	c  N dy 18091   2732167     14529     62248         0    146110    189404  14011271    116.35    123.09
4534.36/1135.29	c  N dy 18223   2752497     14529     62248         0     91440    189404   3739641    116.36    123.95
4569.91/1144.18	c  N dy 18355   2772504     14529     62248         0    111445    189404   7453426    116.36    169.78
4610.25/1154.21	c  N dy 18492   2792825     14529     62248         0    131760    189404  11240734    116.37    126.67
4653.80/1165.16	c  N dy 18628   2812892     14529     62248         0    151827    189404  14976949    116.38    125.34
4687.36/1173.54	c  N dy 18759   2833011     14529     62248         0     95949    189404   4356069    116.39    125.21
4726.09/1183.30	c  N dy 18905   2853188     14529     62248         0    116126    189404   8125897    116.41    125.01
4766.45/1193.31	c  N dy 19037   2873277     14529     62248         0    136214    189404  11873026    116.42    146.65

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-3173862-1304072070/watcher-3173862-1304072070 -o /tmp/evaluation-result-3173862-1304072070/solver-3173862-1304072070 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173862-1304072070.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: 1.44 3.91 5.45 2/172 18832
/proc/meminfo: memFree=18413584/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=117852 CPUtime=0 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 1550 0 0 0 0 0 0 0 18 0 4 0 597437631 120680448 1462 33554432000 4194304 4627427 140733979045056 18446744073709551615 224284969143 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 29463 1471 336 106 0 24434 0
[pid=18832/tid=18833] ppid=18830 vsize=117984 CPUtime=0 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) S 18830 18832 18381 0 -1 4202560 276 0 0 0 0 0 0 0 24 0 4 0 597437631 120815616 1571 33554432000 4194304 4627427 140733979045056 18446744073709551615 224285030894 0 0 4096 2 18446604471117024064 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=117984 CPUtime=0 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 282 0 0 0 0 0 0 0 24 0 4 0 597437631 120815616 1578 33554432000 4194304 4627427 140733979045056 18446744073709551615 224284622603 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=117984 CPUtime=0 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) D 18830 18832 18381 0 -1 4202560 350 0 0 0 0 0 0 0 18 0 4 0 597437631 120815616 1589 33554432000 4194304 4627427 140733979045056 18446744073709551615 224284622603 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.141013 s]
/proc/loadavg: 1.44 3.91 5.45 2/172 18832
/proc/meminfo: memFree=18413584/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=369160 CPUtime=0.52 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 13495 0 0 0 47 5 0 0 18 0 4 0 597437631 378019840 12623 33554432000 4194304 4627427 140733979045056 18446744073709551615 224284587041 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 92451 13112 371 106 0 87422 0
[pid=18832/tid=18833] ppid=18830 vsize=369804 CPUtime=0.12 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 3859 0 0 0 11 1 0 0 18 0 4 0 597437631 378679296 13178 33554432000 4194304 4627427 140733979045056 18446744073709551615 224284983722 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=369804 CPUtime=0.12 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) D 18830 18832 18381 0 -1 4202560 3577 0 0 0 11 1 0 0 18 0 4 0 597437631 378679296 13178 33554432000 4194304 4627427 140733979045056 18446744073709551615 4415675 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=369804 CPUtime=0.13 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 2601 0 0 0 12 1 0 0 18 0 4 0 597437631 378679296 13178 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 369160

[startup+0.231117 s]
/proc/loadavg: 1.44 3.91 5.45 2/172 18832
/proc/meminfo: memFree=18413584/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=374324 CPUtime=1 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 20827 0 0 0 93 7 0 0 18 0 4 0 597437631 383307776 16461 33554432000 4194304 4627427 140733979045056 18446744073709551615 224284580945 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 93581 16488 381 106 0 88552 0
[pid=18832/tid=18833] ppid=18830 vsize=374324 CPUtime=1 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 6921 0 0 0 98 2 0 0 19 0 4 0 597437631 383307776 19275 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=374324 CPUtime=0.99 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 7142 0 0 0 97 2 0 0 19 0 4 0 597437631 383307776 19275 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=374324 CPUtime=1 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 3337 0 0 0 99 1 0 0 19 0 4 0 597437631 383307776 19275 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 374324

[startup+1.11961 s]
/proc/loadavg: 1.44 3.91 5.45 2/172 18832
/proc/meminfo: memFree=18413584/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=374324 CPUtime=4.41 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 25055 0 0 0 434 7 0 0 19 0 4 0 597437631 383307776 19606 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 93581 19606 385 106 0 88552 0
[pid=18832/tid=18833] ppid=18830 vsize=374324 CPUtime=1.1 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 7000 0 0 0 108 2 0 0 19 0 4 0 597437631 383307776 19606 33554432000 4194304 4627427 140733979045056 18446744073709551615 4327603 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=374324 CPUtime=1.09 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 7231 0 0 0 107 2 0 0 19 0 4 0 597437631 383307776 19606 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=374324 CPUtime=1.1 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 3422 0 0 0 109 1 0 0 19 0 4 0 597437631 383307776 19606 33554432000 4194304 4627427 140733979045056 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 374324

[startup+1.2196 s]
/proc/loadavg: 1.44 3.91 5.45 2/172 18832
/proc/meminfo: memFree=18413584/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=374324 CPUtime=4.81 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 25400 0 0 0 474 7 0 0 19 0 4 0 597437631 383307776 19951 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308280 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 93581 19952 385 106 0 88552 0
[pid=18832/tid=18833] ppid=18830 vsize=374324 CPUtime=1.2 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 7083 0 0 0 118 2 0 0 19 0 4 0 597437631 383307776 19952 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=374324 CPUtime=1.19 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 7320 0 0 0 117 2 0 0 19 0 4 0 597437631 383307776 19952 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=374324 CPUtime=1.2 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 3507 0 0 0 119 1 0 0 19 0 4 0 597437631 383307776 19952 33554432000 4194304 4627427 140733979045056 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 374324

[startup+1.50055 s]
/proc/loadavg: 1.44 3.91 5.45 2/172 18832
/proc/meminfo: memFree=18413584/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=374324 CPUtime=5.94 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 26526 0 0 0 586 8 0 0 20 0 4 0 597437631 383307776 21077 33554432000 4194304 4627427 140733979045056 18446744073709551615 4310392 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 93581 21077 385 106 0 88552 0
[pid=18832/tid=18833] ppid=18830 vsize=374324 CPUtime=1.48 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 7325 0 0 0 146 2 0 0 19 0 4 0 597437631 383307776 21077 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=374324 CPUtime=1.47 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 7562 0 0 0 145 2 0 0 19 0 4 0 597437631 383307776 21077 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308323 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=374324 CPUtime=1.48 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 3911 0 0 0 147 1 0 0 19 0 4 0 597437631 383307776 21077 33554432000 4194304 4627427 140733979045056 18446744073709551615 4324721 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 374324

[startup+3.10628 s]
/proc/loadavg: 1.44 3.91 5.45 9/184 18844
/proc/meminfo: memFree=18255504/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=505956 CPUtime=12.35 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 31806 0 0 0 1226 9 0 0 25 0 4 0 597437631 518098944 26357 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 126489 26357 385 106 0 121460 0
[pid=18832/tid=18833] ppid=18830 vsize=505956 CPUtime=3.08 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 8660 0 0 0 306 2 0 0 25 0 4 0 597437631 518098944 26357 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=505956 CPUtime=3.07 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 8873 0 0 0 305 2 0 0 25 0 4 0 597437631 518098944 26357 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=505956 CPUtime=3.09 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 5210 0 0 0 307 2 0 0 25 0 4 0 597437631 518098944 26357 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 505956

[startup+6.30075 s]
/proc/loadavg: 1.96 3.98 5.46 9/184 18844
/proc/meminfo: memFree=18232080/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=392472 CPUtime=25.13 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 45203 0 0 0 2501 12 0 0 25 0 4 0 597437631 401891328 23798 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308376 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 98118 23798 387 106 0 93089 0
[pid=18832/tid=18833] ppid=18830 vsize=392472 CPUtime=6.28 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 11990 0 0 0 625 3 0 0 25 0 4 0 597437631 401891328 23798 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308408 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=392472 CPUtime=6.25 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 12262 0 0 0 623 2 0 0 25 0 4 0 597437631 401891328 23798 33554432000 4194304 4627427 140733979045056 18446744073709551615 4324648 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=392472 CPUtime=6.28 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 8557 0 0 0 626 2 0 0 25 0 4 0 597437631 401891328 23798 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309145 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) 392472

[startup+12.7007 s]
/proc/loadavg: 2.45 4.05 5.47 9/184 18844
/proc/meminfo: memFree=17999984/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=510504 CPUtime=50.68 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 100765 0 0 0 5042 26 0 0 25 0 4 0 597437631 522756096 63010 33554432000 4194304 4627427 140733979045056 18446744073709551615 4299612 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 127626 63010 390 106 0 122597 0
[pid=18832/tid=18833] ppid=18830 vsize=510504 CPUtime=12.68 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 33168 0 0 0 1260 8 0 0 25 0 4 0 597437631 522756096 63010 33554432000 4194304 4627427 140733979045056 18446744073709551615 4321761 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=510504 CPUtime=12.61 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 22881 0 0 0 1256 5 0 0 25 0 4 0 597437631 522756096 63010 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=510504 CPUtime=12.67 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 14164 0 0 0 1264 3 0 0 25 0 4 0 597437631 522756096 63010 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 510504

[startup+25.5005 s]
/proc/loadavg: 3.68 4.24 5.51 9/184 18844
/proc/meminfo: memFree=17825896/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=605240 CPUtime=101.79 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 151267 0 0 0 10138 41 0 0 25 0 4 0 597437631 619765760 84198 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 151310 84198 390 106 0 146281 0
[pid=18832/tid=18833] ppid=18830 vsize=605240 CPUtime=25.48 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 43974 0 0 0 2538 10 0 0 25 0 4 0 597437631 619765760 84198 33554432000 4194304 4627427 140733979045056 18446744073709551615 4332689 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=605240 CPUtime=25.34 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 33228 0 0 0 2526 8 0 0 25 0 4 0 597437631 619765760 84198 33554432000 4194304 4627427 140733979045056 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=605240 CPUtime=25.47 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 30831 0 0 0 2538 9 0 0 25 0 4 0 597437631 619765760 84198 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 605240

[startup+51.1003 s]
/proc/loadavg: 5.15 4.54 5.58 9/184 18844
/proc/meminfo: memFree=17660524/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=787212 CPUtime=204.05 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 236343 0 0 0 20341 64 0 0 25 0 4 0 597437631 806105088 122424 33554432000 4194304 4627427 140733979045056 18446744073709551615 4427421 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 196803 122425 390 106 0 191774 0
[pid=18832/tid=18833] ppid=18830 vsize=787212 CPUtime=51.08 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 63360 0 0 0 5093 15 0 0 25 0 4 0 597437631 806105088 122425 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=787212 CPUtime=50.8 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 50786 0 0 0 5067 13 0 0 25 0 4 0 597437631 806105088 122425 33554432000 4194304 4627427 140733979045056 18446744073709551615 4332830 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=787212 CPUtime=51.06 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 53757 0 0 0 5092 14 0 0 25 0 4 0 597437631 806105088 122425 33554432000 4194304 4627427 140733979045056 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 787212

[startup+102.301 s]
/proc/loadavg: 6.76 5.07 5.70 9/184 18846
/proc/meminfo: memFree=17461852/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=975144 CPUtime=408.56 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 347113 0 0 0 40757 99 0 0 25 0 4 0 597437631 998547456 150193 33554432000 4194304 4627427 140733979045056 18446744073709551615 4305848 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 243786 150193 390 106 0 238757 0
[pid=18832/tid=18833] ppid=18830 vsize=975144 CPUtime=102.28 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 88674 0 0 0 10205 23 0 0 25 0 4 0 597437631 998547456 150193 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=975144 CPUtime=101.72 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 79032 0 0 0 10149 23 0 0 25 0 4 0 597437631 998547456 150193 33554432000 4194304 4627427 140733979045056 18446744073709551615 4327643 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=975144 CPUtime=102.27 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 83282 0 0 0 10203 24 0 0 25 0 4 0 597437631 998547456 150193 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.56
Current children cumulated vsize (KiB) 975144

[startup+162.301 s]

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

[pid=18832] ppid=18830 vsize=1189360 CPUtime=2805.23 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 1523943 0 0 0 280027 496 0 0 25 0 4 0 597437631 1217904640 235756 33554432000 4194304 4627427 140733979045056 18446744073709551615 4327427 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 297340 235757 390 106 0 292311 0
[pid=18832/tid=18833] ppid=18830 vsize=1189360 CPUtime=702.26 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 406336 0 0 0 70101 125 0 0 25 0 4 0 597437631 1217904640 235757 33554432000 4194304 4627427 140733979045056 18446744073709551615 4333052 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=1189360 CPUtime=698.44 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 386623 0 0 0 69715 129 0 0 25 0 4 0 597437631 1217904640 235757 33554432000 4194304 4627427 140733979045056 18446744073709551615 4333117 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=1189360 CPUtime=702.25 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 363425 0 0 0 70110 115 0 0 25 0 4 0 597437631 1217904640 235757 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.23
Current children cumulated vsize (KiB) 1189360

[startup+762.301 s]
/proc/loadavg: 8.11 7.77 6.90 9/184 18864
/proc/meminfo: memFree=16694668/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=1203020 CPUtime=3044.88 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 1653792 0 0 0 303948 540 0 0 25 0 4 0 597437631 1231892480 234624 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308640 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 300755 234624 390 106 0 295726 0
[pid=18832/tid=18833] ppid=18830 vsize=1203020 CPUtime=762.26 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 435963 0 0 0 76089 137 0 0 25 0 4 0 597437631 1231892480 234624 33554432000 4194304 4627427 140733979045056 18446744073709551615 4310105 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=1203020 CPUtime=758.11 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 429627 0 0 0 75670 141 0 0 25 0 4 0 597437631 1231892480 234624 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=1203020 CPUtime=762.24 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 392912 0 0 0 76099 125 0 0 25 0 4 0 597437631 1231892480 234624 33554432000 4194304 4627427 140733979045056 18446744073709551615 4310392 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.88
Current children cumulated vsize (KiB) 1203020

[startup+822.301 s]
/proc/loadavg: 8.26 7.87 6.99 9/184 18866
/proc/meminfo: memFree=16650368/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=1312328 CPUtime=3284.54 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 1765015 0 0 0 327877 577 0 0 25 0 4 0 597437631 1343823872 238438 33554432000 4194304 4627427 140733979045056 18446744073709551615 4332689 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 328082 238438 390 106 0 323053 0
[pid=18832/tid=18833] ppid=18830 vsize=1312328 CPUtime=822.25 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 464146 0 0 0 82079 146 0 0 25 0 4 0 597437631 1343823872 238438 33554432000 4194304 4627427 140733979045056 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=1312328 CPUtime=817.78 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 457219 0 0 0 81628 150 0 0 25 0 4 0 597437631 1343823872 238438 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=1312328 CPUtime=822.24 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 420841 0 0 0 82090 134 0 0 25 0 4 0 597437631 1343823872 238438 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.54
Current children cumulated vsize (KiB) 1312328

[startup+882.301 s]
/proc/loadavg: 8.24 7.92 7.06 9/184 18866
/proc/meminfo: memFree=16218084/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=1577056 CPUtime=3524.21 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 1925008 0 0 0 351794 627 0 0 25 0 4 0 597437631 1614905344 327090 33554432000 4194304 4627427 140733979045056 18446744073709551615 4299569 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 394264 327090 390 106 0 389235 0
[pid=18832/tid=18833] ppid=18830 vsize=1577056 CPUtime=882.26 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 514728 0 0 0 88068 158 0 0 25 0 4 0 597437631 1614905344 327090 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=1577056 CPUtime=877.45 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 483917 0 0 0 87582 163 0 0 25 0 4 0 597437631 1614905344 327090 33554432000 4194304 4627427 140733979045056 18446744073709551615 4327410 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=1577056 CPUtime=882.24 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 461470 0 0 0 88079 145 0 0 25 0 4 0 597437631 1614905344 327090 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.21
Current children cumulated vsize (KiB) 1577056

[startup+942.301 s]
/proc/loadavg: 8.25 7.98 7.13 9/184 18868
/proc/meminfo: memFree=16240016/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=1578904 CPUtime=3763.87 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 2033630 0 0 0 375719 668 0 0 25 0 4 0 597437631 1616797696 322186 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 394726 322186 390 106 0 389697 0
[pid=18832/tid=18833] ppid=18830 vsize=1578904 CPUtime=942.26 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 542214 0 0 0 94057 169 0 0 25 0 4 0 597437631 1616797696 322186 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=1578904 CPUtime=937.13 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 510486 0 0 0 93538 175 0 0 25 0 4 0 597437631 1616797696 322186 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=1578904 CPUtime=942.23 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 488906 0 0 0 94070 153 0 0 25 0 4 0 597437631 1616797696 322186 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.87
Current children cumulated vsize (KiB) 1578904

[startup+1002.3 s]
/proc/loadavg: 8.29 8.03 7.20 9/184 18870
/proc/meminfo: memFree=16267768/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=1525784 CPUtime=4003.52 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 2140844 0 0 0 399646 706 0 0 25 0 4 0 597437631 1562402816 313972 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309312 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 381446 313972 390 106 0 376417 0
[pid=18832/tid=18833] ppid=18830 vsize=1525784 CPUtime=1002.25 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 569488 0 0 0 100047 178 0 0 25 0 4 0 597437631 1562402816 313972 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308717 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=1525784 CPUtime=996.79 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 536568 0 0 0 99495 184 0 0 25 0 4 0 597437631 1562402816 313972 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308326 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=1525784 CPUtime=1002.24 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 516205 0 0 0 100060 164 0 0 25 0 4 0 597437631 1562402816 313972 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.52
Current children cumulated vsize (KiB) 1525784

[startup+1062.3 s]
/proc/loadavg: 8.23 8.05 7.26 9/184 18872
/proc/meminfo: memFree=16283124/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=1581960 CPUtime=4243.19 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 2246032 0 0 0 423573 746 0 0 25 0 4 0 597437631 1619927040 315356 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308291 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 395490 315356 390 106 0 390461 0
[pid=18832/tid=18833] ppid=18830 vsize=1581960 CPUtime=1062.26 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 596262 0 0 0 106037 189 0 0 25 0 4 0 597437631 1619927040 315357 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=1581960 CPUtime=1056.46 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 561918 0 0 0 105452 194 0 0 25 0 4 0 597437631 1619927040 315357 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=1581960 CPUtime=1062.24 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 542869 0 0 0 106051 173 0 0 25 0 4 0 597437631 1619927040 315357 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.19
Current children cumulated vsize (KiB) 1581960

[startup+1122.3 s]
/proc/loadavg: 8.15 8.06 7.31 9/184 18874
/proc/meminfo: memFree=16006828/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=1648572 CPUtime=4482.84 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 2357927 0 0 0 447501 783 0 0 25 0 4 0 597437631 1688137728 348789 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 412143 348789 391 106 0 407114 0
[pid=18832/tid=18833] ppid=18830 vsize=1648572 CPUtime=1122.25 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 625343 0 0 0 112027 198 0 0 25 0 4 0 597437631 1688137728 348789 33554432000 4194304 4627427 140733979045056 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=1648572 CPUtime=1116.13 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 587589 0 0 0 111410 203 0 0 25 0 4 0 597437631 1688137728 348789 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=1648572 CPUtime=1122.22 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 571747 0 0 0 112040 182 0 0 25 0 4 0 597437631 1688137728 348789 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.84
Current children cumulated vsize (KiB) 1648572

[startup+1182.31 s]
/proc/loadavg: 8.11 8.06 7.35 9/184 18874
/proc/meminfo: memFree=15905880/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=1715808 CPUtime=4722.51 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 2476741 0 0 0 471425 826 0 0 25 0 4 0 597437631 1756987392 358990 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309287 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 428952 358990 391 106 0 423923 0
[pid=18832/tid=18833] ppid=18830 vsize=1715808 CPUtime=1182.26 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 651635 0 0 0 118017 209 0 0 25 0 4 0 597437631 1756987392 358990 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=1715808 CPUtime=1175.8 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 627674 0 0 0 117363 217 0 0 25 0 4 0 597437631 1756987392 358990 33554432000 4194304 4627427 140733979045056 18446744073709551615 4427670 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=1715808 CPUtime=1182.22 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 598106 0 0 0 118031 191 0 0 25 0 4 0 597437631 1756987392 358990 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308588 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.51
Current children cumulated vsize (KiB) 1715808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.08 8.05 7.37 9/184 18876
/proc/meminfo: memFree=15840036/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=1716016 CPUtime=4800.4 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 2506861 0 0 0 479202 838 0 0 25 0 4 0 597437631 1757200384 372565 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 429004 372565 391 106 0 423975 0
[pid=18832/tid=18833] ppid=18830 vsize=1716016 CPUtime=1201.75 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 658981 0 0 0 119964 211 0 0 25 0 4 0 597437631 1757200384 372565 33554432000 4194304 4627427 140733979045056 18446744073709551615 4327552 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=1716016 CPUtime=1195.2 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 636307 0 0 0 119299 221 0 0 25 0 4 0 597437631 1757200384 372565 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=1716016 CPUtime=1201.73 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 605165 0 0 0 119978 195 0 0 25 0 4 0 597437631 1757200384 372565 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 1716016

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

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

[startup+1201.8 s]
/proc/loadavg: 8.08 8.05 7.37 9/184 18876
/proc/meminfo: memFree=15840036/32951124 swapFree=67110396/67111528
[pid=18832] ppid=18830 vsize=1716016 CPUtime=4800.4 cores=1,3,5,7
/proc/18832/stat : 18832 (strangenight2-m) R 18830 18832 18381 0 -1 4202496 2506861 0 0 0 479202 838 0 0 25 0 4 0 597437631 1757200384 372565 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18832/statm: 429004 372565 391 106 0 423975 0
[pid=18832/tid=18833] ppid=18830 vsize=1716016 CPUtime=1201.75 cores=1,3,5,7
/proc/18832/task/18833/stat : 18833 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 658981 0 0 0 119964 211 0 0 25 0 4 0 597437631 1757200384 372565 33554432000 4194304 4627427 140733979045056 18446744073709551615 4327552 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18832/tid=18834] ppid=18830 vsize=1716016 CPUtime=1195.2 cores=1,3,5,7
/proc/18832/task/18834/stat : 18834 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 636307 0 0 0 119299 221 0 0 25 0 4 0 597437631 1757200384 372565 33554432000 4194304 4627427 140733979045056 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18832/tid=18835] ppid=18830 vsize=1716016 CPUtime=1201.73 cores=1,3,5,7
/proc/18832/task/18835/stat : 18835 (strangenight2-m) R 18830 18832 18381 0 -1 4202560 605165 0 0 0 119978 195 0 0 25 0 4 0 597437631 1757200384 372565 33554432000 4194304 4627427 140733979045056 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 1716016

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.88
CPU time (s): 4800.5
CPU user time (s): 4792.05
CPU system time (s): 8.45271
CPU usage (%): 399.417
Max. virtual memory (cumulated for all children) (KiB): 1716016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.05
system time used= 8.45271
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2506866
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= 10433
involuntary context switches= 32460

runsolver used 1.87771 second user time and 4.69429 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 12:14:30
IDJOB=3173862
IDBENCH=82680
IDSOLVER=1586
FILE ID=node118/3173862-1304072070
RUNJOBID= node118-1304072069-18818
PBS_JOBID= 13170468
Free space on /tmp= 71616 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v15000-c63000-S43885340-006-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173862-1304072070/watcher-3173862-1304072070 -o /tmp/evaluation-result-3173862-1304072070/solver-3173862-1304072070 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173862-1304072070.cnf

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

MD5SUM BENCH= 745003317611baf9e79e91bc0ab8e275
RANDOM SEED=1984221854

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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.74
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18413988 kB
Buffers:       1901180 kB
Cached:       12035704 kB
SwapCached:        600 kB
Active:        9487936 kB
Inactive:      4513568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18413988 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:           12956 kB
Writeback:           0 kB
AnonPages:       64296 kB
Mapped:          14576 kB
Slab:           472000 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188232 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= 71604 MiB
End job on node118 at 2011-04-29 12:34:34