Trace number 3366119

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S1688530456-019-UNKNOWN.cnf
MD5SUM79bb5af0297560cf515e2461b267e196
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark235.781
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 525000
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-3366119-1305395851.cnf'
0.00/0.00	c -- header says num vars:           1250
0.00/0.00	c -- header says num clauses:       25000
0.00/0.02	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.00/0.02	c -- vars added       1250
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data
0.37/0.14	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.12
0.37/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.37/0.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.37/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.37/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.37/0.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.37/0.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.37/0.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.37/0.18	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.91	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
3.57/0.91	c calculated reachability. Time: 0.00
3.57/0.91	c Calc default polars -  time:   0.00 s pos:     568 undec:      43 neg:     639
3.57/0.91	c =========================================================================================
3.57/0.91	c types(t): F = full restart, N = normal restart
3.57/0.91	c types(t): S = simplification begin/end, E = solution found
3.57/0.91	c restart types(rt): st = static, dy = dynamic
3.57/0.91	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.91	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data
3.57/0.91	c  N dy    14      4063      1250     25000         0      4061    125000    575373    110.95    117.18
3.57/0.91	c  N dy    41      8327      1250     25000         0      5823    125000    597825    109.14    115.15
4.40/1.19	c  N dy    67     12389      1250     25000         0      5638    125000    383090    109.00    116.13
5.95/1.56	c  N dy    92     16661      1250     25000         0      9905    125000    964858    109.01    115.18
7.55/1.94	c  N dy   118     20897      1250     25000         0      8517    125000    614009    109.42    115.49
9.14/2.32	c  N dy   147     24907      1250     25000         0     12524    125000   1168792    109.86    116.12
9.14/2.33	c  F st   148     25001      1250     25000         0     12618    125000   1181207    109.88   no data
11.14/2.82	c  N dy   154     30001      1250     25000         0     10799    125000    839298    109.88   no data
11.14/2.82	c  S st   154     30001      1250     25000         0     10799    125000    839298    109.88   no data
11.14/2.88	c  S st   154     30501      1250     25000         0     11299    125000    898265    109.88   no data
11.14/2.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.55/2.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.55/2.90	c blocked clauses removed:        0 vars:      0 tried:        1250 T: 0.00 s
11.55/2.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.55/2.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.55/2.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.55/2.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.55/2.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.55/2.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.53/3.42	c lits-rem:        64  cl-subs:       32  v-elim:      0  v-fix:    0  time:  0.46 s
13.93/3.57	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
13.93/3.57	c calculated reachability. Time: 0.00
13.93/3.57	c  N dy   154     30501      1250     25000         0     11267    125000    889060    109.88   no data
15.53/3.99	c  N dy   180     34615      1250     25000         0     15379    125000   1444002    109.84    116.94
17.15/4.40	c  N dy   211     38661      1250     25000         0     11527    125000    754254    110.24    116.39
19.12/4.85	c  N dy   234     42783      1250     25000         0     15643    125000   1326836    110.38    116.23
20.31/5.19	c  S st   254     45751      1250     25000         0      9668    125000    360906    110.49   no data
20.71/5.26	c  S st   254     46251      1250     25000         0     10168    125000    422481    110.49   no data
20.71/5.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.71/5.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.71/5.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.71/5.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.71/5.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.71/5.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
20.71/5.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.71/5.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.71/5.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.12/5.41	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.11 s
21.53/5.41	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
21.53/5.41	c vivif2 --  cl tried    10166 cl shrink        0 lits rem          0 time: 0.00
21.95/5.57	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
21.95/5.57	c calculated reachability. Time: 0.00
21.95/5.57	c  N dy   254     46251      1250     25000         0     10166    125000    422025    110.49   no data
23.51/5.98	c  N dy   275     50279      1250     25000         0     14191    125000    972687    110.28    117.72
25.50/6.45	c  N dy   296     54508      1250     25000         0     18417    125000   1547401    110.16    116.09
27.08/6.89	c  N dy   317     58604      1250     25000         0     12549    125000    632166    110.16    116.14
29.08/7.34	c  N dy   345     62888      1250     25000         0     16829    125000   1223141    110.36    116.62
31.48/7.90	c  N dy   369     67648      1250     25000         0     21589    125000   1873159    110.23    117.59
32.28/8.11	c  S st   381     69377      1250     25000         0     12332    125000    471587    110.29   no data
32.28/8.18	c  S st   381     69877      1250     25000         0     12832    125000    533152    110.29   no data
32.28/8.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.67/8.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
32.67/8.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.67/8.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.67/8.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.67/8.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
32.67/8.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.67/8.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.67/8.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.48/8.43	c lits-rem:        27  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.20 s
33.48/8.43	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
33.48/8.44	c vivif2 --  cl tried    12831 cl shrink        0 lits rem          0 time: 0.01
34.28/8.61	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.18
34.28/8.62	c calculated reachability. Time: 0.00
34.28/8.62	c  N dy   381     69877      1250     25000         0     12831    125000    532802    110.29   no data
36.27/9.12	c  N dy   406     74504      1250     25000         0     17454    125000   1171399    110.32    117.76
38.66/9.70	c  N dy   433     79443      1250     25000         0     22388    125000   1853296    110.33    116.41
40.65/10.29	c  N dy   462     84591      1250     25000         0     15547    125000    786454    110.35    117.35
42.26/10.61	c  F st   480     87500      1250     25000         0     18454    125000   1187241    110.34     98.09
43.47/11.00	c  N st   485     90796      1250     25000         0     21742    125000   1668232    110.34   no data
46.64/11.72	c  N dy   509     96594      1250     25000         0     14551    125000    517302    110.30    123.35
49.03/12.39	c  N dy   547    102801      1250     25000         0     20752    125000   1370939    110.38    116.42
50.23/12.62	c  S st   559    104815      1250     25000         0     22762    125000   1640071    110.37   no data
50.63/12.71	c  S st   559    105320      1250     25000         0     23267    125000   1698475    110.37   no data
50.63/12.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.63/12.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
50.63/12.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.63/12.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.63/12.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.63/12.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
50.63/12.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
50.63/12.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
51.03/12.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.99/16.35	c lits-rem:       169  cl-subs:       26  v-elim:      0  v-fix:    0  time:  3.53 s
64.99/16.35	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
64.99/16.37	c vivif2 --  cl tried    23241 cl shrink        0 lits rem          0 time: 0.02
66.18/16.64	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.27
66.18/16.64	c calculated reachability. Time: 0.00
66.18/16.64	c  N dy   559    105320      1250     25000         0     23241    125000   1690513    110.37   no data
69.80/17.53	c  N dy   598    112052      1250     25000         0     15980    125000    583141    110.33    117.32
73.37/18.40	c  N dy   643    119268      1250     25000         0     23188    125000   1584454    110.40    117.41
77.37/19.47	c  N dy   692    126969      1250     25000         0     15902    125000    445747    110.46    117.61
81.36/20.47	c  N dy   740    135133      1250     25000         0     24062    125000   1563540    110.49    117.98
86.54/21.74	c  N dy   795    144080      1250     25000         0     17011    125000    469060    110.54    116.96
91.33/22.91	c  N dy   841    153540      1250     25000         0     26461    125000   1746694    110.37    116.70
93.72/23.53	c  S st   868    157982      1250     25000         0     30901    125000   2354033    110.33    104.04
94.12/23.64	c  S st   868    158485      1250     25000         0     31404    125000   2420630    110.33   no data
94.12/23.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.12/23.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
94.12/23.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
94.12/23.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.12/23.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.12/23.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
94.12/23.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
94.51/23.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
94.51/23.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
129.23/32.43	c lits-rem:       273  cl-subs:       35  v-elim:      0  v-fix:    0  time:  8.66 s
129.23/32.44	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
129.23/32.47	c vivif2 --  cl tried    31369 cl shrink        0 lits rem          0 time: 0.03
130.83/32.85	c asymm  cl-useful: 0/24947/25000 lits-rem:0 time: 0.38
130.83/32.85	c calculated reachability. Time: 0.00
130.83/32.85	c  N dy   868    158485      1250     25000         0     31369    125000   2410558    110.33   no data
136.40/34.25	c  N dy   930    168692      1250     25000         0     24583    125000   1367557    110.35    117.09
142.39/35.78	c  N dy   991    179510      1250     25000         0     35392    125000   2848744    110.38    139.51
148.80/37.31	c  N dy  1057    191162      1250     25000         0     29053    125000   1870382    110.36    116.63
155.56/39.07	c  N dy  1123    203414      1250     25000         0     22307    125000    797528    110.29    116.24
162.74/40.89	c  N dy  1200    216489      1250     25000         0     35373    125000   2592446    110.31    116.87
170.74/42.86	c  N dy  1283    230366      1250     25000         0     29254    125000   1640086    110.36    116.56
175.13/43.99	c  S st  1332    237729      1250     25000         0     36613    125000   2655761    110.40   no data
175.91/44.10	c  S st  1332    238232      1250     25000         0     37116    125000   2714987    110.40   no data
175.91/44.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
175.91/44.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
175.91/44.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
175.91/44.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
175.91/44.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
175.91/44.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
175.91/44.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
175.91/44.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
176.31/44.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
223.40/56.02	c lits-rem:       229  cl-subs:       33  v-elim:      0  v-fix:    0  time: 11.77 s
223.40/56.02	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
223.40/56.05	c vivif2 --  cl tried    37083 cl shrink        0 lits rem          0 time: 0.03
224.98/56.40	c asymm  cl-useful: 0/22992/25000 lits-rem:0 time: 0.35
224.98/56.40	c calculated reachability. Time: 0.00
224.98/56.40	c  N dy  1332    238232      1250     25000         0     37083    125000   2705149    110.40   no data
233.35/58.54	c  N dy  1412    253483      1250     25000         0     31339    125000   1779944    110.34    120.85
242.93/60.99	c  N dy  1507    269738      1250     25000         0     25593    125000    879071    110.36    137.98
253.30/63.57	c  N dy  1606    287070      1250     25000         0     42910    125000   3276327    110.41    116.97
264.08/66.27	c  N dy  1712    305450      1250     25000         0     38297    125000   2500034    110.48    119.71
264.87/66.41	c  F st  1719    306250      1250     25000         0     39096    125000   2611757    110.49   no data
276.06/69.29	c  N dy  1810    325050      1250     25000         0     33889    125000   1764088    110.52    116.93
289.23/72.59	c  N dy  1935    345264      1250     25000         0     29113    125000    968272    110.58    116.53
296.79/74.42	c  S st  2007    357348      1250     25000         0     41180    125000   2630890    110.61    112.20
297.19/74.54	c  S st  2007    357850      1250     25000         0     41682    125000   2686433    110.61   no data
297.19/74.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
297.19/74.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
297.19/74.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
297.19/74.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
297.19/74.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
297.19/74.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
297.19/74.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
297.59/74.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
297.59/74.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
348.66/87.49	c lits-rem:       279  cl-subs:       30  v-elim:      0  v-fix:    0  time: 12.80 s
348.66/87.49	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
349.06/87.53	c vivif2 --  cl tried    41652 cl shrink        0 lits rem          0 time: 0.03
349.06/87.57	c asymm  cl-useful: 0/2008/25000 lits-rem:0 time: 0.04
349.06/87.57	c calculated reachability. Time: 0.00
349.06/87.57	c  N dy  2007    357850      1250     25000         0     41652    125000   2677477    110.61   no data
362.62/90.95	c  N dy  2132    377979      1250     25000         0     35793    125000   1758207    110.62    117.36
376.60/94.42	c  N dy  2242    398009      1250     25000         0     28829    125000    671346    110.59    125.90
389.35/97.60	c  N dy  2361    418059      1250     25000         0     48859    125000   3432239    110.61    117.34
402.52/100.94	c  N dy  2476    438111      1250     25000         0     40919    125000   2201052    110.58    118.07
416.92/104.53	c  N dy  2596    458138      1250     25000         0     31953    125000    849737    110.60    116.94
430.45/107.91	c  N dy  2708    478362      1250     25000         0     52166    125000   3628449    110.59    117.51
444.41/111.43	c  N dy  2824    498592      1250     25000         0     42408    125000   2173219    110.60    116.61
459.58/115.28	c  N dy  2934    518649      1250     25000         0     31470    125000    522097    110.60    125.02
471.54/118.28	c  S st  3040    536776      1250     25000         0     49583    125000   3030617    110.62   no data
472.34/118.41	c  S st  3040    537280      1250     25000         0     50087    125000   3094742    110.62   no data
472.34/118.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
472.34/118.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
472.34/118.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
472.34/118.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
472.34/118.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
472.34/118.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
472.34/118.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
472.34/118.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
472.74/118.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
519.82/130.38	c lits-rem:       257  cl-subs:       34  v-elim:      0  v-fix:    0  time: 11.80 s
519.82/130.39	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
520.22/130.43	c vivif2 --  cl tried    50053 cl shrink        0 lits rem          0 time: 0.04
521.83/130.85	c asymm  cl-useful: 0/19200/25000 lits-rem:0 time: 0.43
521.83/130.86	c calculated reachability. Time: 0.00
521.83/130.86	c  N dy  3040    537280      1250     25000         0     50053    125000   3084530    110.62   no data
538.98/135.14	c  N dy  3157    557675      1250     25000         0     38465    125000   1338972    110.61    116.82
554.94/139.11	c  N dy  3269    577744      1250     25000         0     58523    125000   4109538    110.61    125.16
570.53/143.06	c  N dy  3392    597925      1250     25000         0     45710    125000   2224275    110.65    116.53
587.67/147.38	c  N dy  3503    618051      1250     25000         0     65818    125000   4995226    110.64    116.84
602.80/151.17	c  N dy  3631    638272      1250     25000         0     52040    125000   2979859    110.70    120.36
619.96/155.48	c  N dy  3754    658304      1250     25000         0     37081    125000    771746    110.72    116.77
634.33/159.06	c  N dy  3862    678416      1250     25000         0     57172    125000   3532314    110.69    117.74
651.49/163.33	c  N dy  3982    698716      1250     25000         0     41496    125000   1258336    110.70    116.80
666.67/167.15	c  N dy  4095    718747      1250     25000         0     61508    125000   3998864    110.68    117.88
683.40/171.34	c  N dy  4201    738765      1250     25000         0     44544    125000   1537218    110.66    117.19
699.36/175.34	c  N dy  4318    758923      1250     25000         0     64681    125000   4315204    110.67    119.73
716.12/179.57	c  N dy  4428    779085      1250     25000         0     46861    125000   1720781    110.66    117.55
733.28/183.81	c  N dy  4555    799138      1250     25000         0     66900    125000   4502211    110.70    117.02
740.06/185.54	c  S st  4591    805920      1250     25000         0     73680    125000   5423912    110.69   no data
740.86/185.75	c  S st  4591    806421      1250     25000         0     74181    125000   5486295    110.69   no data
740.86/185.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
741.28/185.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
741.28/185.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
741.28/185.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
741.28/185.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
741.28/185.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
741.28/185.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
741.28/185.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
742.05/186.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
866.12/217.10	c lits-rem:       554  cl-subs:       63  v-elim:      0  v-fix:    0  time: 31.02 s
866.12/217.10	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
866.12/217.17	c vivif2 --  cl tried    74118 cl shrink        0 lits rem          0 time: 0.07
866.91/217.37	c asymm  cl-useful: 0/5800/25000 lits-rem:0 time: 0.20
866.91/217.37	c calculated reachability. Time: 0.00
866.91/217.37	c  N dy  4591    806421      1250     25000         0     74118    125000   5467234    110.69   no data
883.27/221.42	c  N dy  4719    826602      1250     25000         0     55311    125000   2763754    110.71    116.68
901.22/225.96	c  N dy  4834    846611      1250     25000         0     75306    125000   5524812    110.72    123.58
917.22/229.99	c  N dy  4947    866651      1250     25000         0     55364    125000   2635397    110.72    116.64
935.53/234.56	c  N dy  5059    886758      1250     25000         0     75459    125000   5407734    110.71    117.91
952.69/238.87	c  N dy  5173    907515      1250     25000         0     55230    125000   2497392    110.70    120.52
971.04/243.41	c  N dy  5280    927532      1250     25000         0     75234    125000   5252884    110.70    117.17
988.99/247.91	c  N dy  5404    947565      1250     25000         0     53274    125000   2092399    110.72    143.94
1006.95/252.46	c  N dy  5531    967683      1250     25000         0     73375    125000   4880352    110.75    118.55
1026.11/257.30	c  N dy  5663    987773      1250     25000         0     50481    125000   1587649    110.77    119.74
1044.07/261.71	c  N dy  5785   1007971      1250     25000         0     70657    125000   4376359    110.79    116.79
1066.03/267.25	c  N dy  5900   1027972      1250     25000         0     46686    125000    928218    110.80    117.55
1084.35/271.83	c  N dy  6028   1047976      1250     25000         0     66679    125000   3698055    110.82    119.40
1107.08/277.50	c  N dy  6148   1068048      1250     25000         0     86738    125000   6469853    110.83    123.18
1111.88/278.71	c  F st  6171   1071875      1250     25000         0     45592    125000    648121    110.82    102.62
1125.84/282.25	c  N dy  6245   1088286      1250     25000         0     61976    125000   2959382    110.83    117.56
1146.19/287.30	c  N dy  6359   1108315      1250     25000         0     81989    125000   5745106    110.84    117.24
1166.15/292.31	c  N dy  6482   1128391      1250     25000         0     56093    125000   1957928    110.85    117.08
1184.94/297.09	c  N dy  6601   1148525      1250     25000         0     76204    125000   4730710    110.86    117.98
1207.24/302.66	c  N dy  6720   1168603      1250     25000         0     49308    125000    903025    110.87    117.65
1224.79/307.06	c  N dy  6839   1188670      1250     25000         0     69355    125000   3681860    110.88    117.66
1245.97/312.38	c  N dy  6939   1208798      1250     25000         0     89465    125000   6435338    110.86    117.04
1247.15/312.62	c  S st  6944   1209633      1250     25000         0     90300    125000   6546289    110.86   no data
1247.94/312.84	c  S st  6944   1210137      1250     25000         0     90804    125000   6605577    110.86   no data
1247.94/312.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1248.34/312.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1248.34/312.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1248.34/312.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1248.34/312.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1248.34/312.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1248.34/312.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1248.34/312.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1249.14/313.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1412.74/354.12	c lits-rem:       667  cl-subs:       72  v-elim:      0  v-fix:    0  time: 40.94 s
1412.74/354.12	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1412.74/354.20	c vivif2 --  cl tried    90732 cl shrink        0 lits rem          0 time: 0.08
1414.72/354.64	c asymm  cl-useful: 0/13121/25000 lits-rem:0 time: 0.44
1414.72/354.64	c calculated reachability. Time: 0.00
1414.72/354.64	c  N dy  6944   1210137      1250     25000         0     90732    125000   6584161    110.86   no data
1433.47/359.38	c  N dy  7077   1230171      1250     25000         0     62794    125000   2639996    110.89    125.44
1453.42/364.38	c  N dy  7190   1250335      1250     25000         0     82946    125000   5421600    110.88    116.77
1475.35/369.86	c  N dy  7299   1270397      1250     25000         0     54029    125000   1292066    110.87    116.90
1493.71/374.41	c  N dy  7423   1290573      1250     25000         0     74183    125000   4076948    110.89    117.35
1516.46/380.11	c  N dy  7544   1310758      1250     25000         0     94360    125000   6861337    110.89    116.88
1535.63/384.94	c  N dy  7662   1330834      1250     25000         0     64459    125000   2599763    110.89    118.52
1555.95/390.04	c  N dy  7784   1350907      1250     25000         0     84514    125000   5390399    110.91    134.13
1579.52/395.97	c  N dy  7897   1370997      1250     25000         0     53636    125000    986478    110.90    117.03
1597.48/400.47	c  N dy  8023   1391133      1250     25000         0     73749    125000   3776838    110.92    117.70
1620.04/406.11	c  N dy  8148   1411222      1250     25000         0     93819    125000   6547830    110.94    116.95
1642.19/411.72	c  N dy  8285   1431236      1250     25000         0     61866    125000   1992346    110.97    119.70
1663.09/417.03	c  N dy  8405   1451574      1250     25000         0     82189    125000   4794586    110.97    117.90
1688.00/423.31	c  N dy  8527   1471629      1250     25000         0    102231    125000   7565231    110.98    117.04
1707.55/428.26	c  N dy  8643   1491848      1250     25000         0     69469    125000   2912155    110.99    117.84
1729.09/433.62	c  N dy  8771   1511879      1250     25000         0     89479    125000   5690650    111.00    117.49
1753.83/439.84	c  N dy  8889   1531889      1250     25000         0     55519    125000    847208    111.02    116.89
1772.22/444.43	c  N dy  9010   1551959      1250     25000         0     75573    125000   3619145    111.03    118.84
1795.72/450.31	c  N dy  9140   1571999      1250     25000         0     95591    125000   6375591    111.04    117.79
1820.07/456.48	c  N dy  9267   1592096      1250     25000         0     60730    125000   1459366    111.06    117.37
1840.00/461.41	c  N dy  9381   1612359      1250     25000         0     80974    125000   4242116    111.06    118.28
1863.96/467.44	c  N dy  9506   1632532      1250     25000         0    101134    125000   7042955    111.07    117.66
1887.88/473.45	c  N dy  9633   1652632      1250     25000         0     65263    125000   1937615    111.08    118.06
1910.22/479.02	c  N dy  9756   1672683      1250     25000         0     85295    125000   4722916    111.09    118.66
1937.36/485.85	c  N dy  9876   1692784      1250     25000         0    105383    125000   7509982    111.10    118.21
1958.91/491.25	c  S st  9976   1710140      1250     25000         0     65767    125000   1876830    111.10    104.83
1959.70/491.44	c  S st  9976   1710643      1250     25000         0     66270    125000   1937192    111.10   no data
1959.70/491.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1960.10/491.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1960.10/491.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1960.10/491.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1960.10/491.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1960.10/491.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1960.10/491.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1960.10/491.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1960.10/491.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1993.22/499.87	c lits-rem:       157  cl-subs:       12  v-elim:      0  v-fix:    0  time:  8.28 s
1993.22/499.87	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1993.62/499.90	c vivif2 --  cl tried    66258 cl shrink        0 lits rem          0 time: 0.03
1994.82/500.24	c asymm  cl-useful: 0/11879/25000 lits-rem:0 time: 0.34
1994.82/500.24	c calculated reachability. Time: 0.00
1994.82/500.24	c  N dy  9976   1710643      1250     25000         0     66258    125000   1933540    111.10   no data
2015.96/505.53	c  N dy 10098   1730700      1250     25000         0     86297    125000   4706199    111.11    142.09
2041.89/512.02	c  N dy 10219   1750804      1250     25000         0    106384    125000   7502911    111.12    117.68
2065.43/517.92	c  N dy 10339   1770883      1250     25000         0     68498    125000   2145489    111.13    124.64
2086.98/523.36	c  N dy 10457   1791119      1250     25000         0     88710    125000   4937097    111.12    117.56
2113.31/529.93	c  N dy 10572   1811147      1250     25000         0    108725    125000   7699645    111.12    117.25
2136.50/535.74	c  N dy 10687   1831380      1250     25000         0     69995    125000   2213228    111.13    117.56
2158.02/541.13	c  N dy 10806   1851579      1250     25000         0     90175    125000   5009379    111.14    117.48
2184.34/547.73	c  N dy 10930   1871592      1250     25000         0    110174    125000   7785665    111.15    118.03
2208.27/553.72	c  N dy 11051   1891617      1250     25000         0     70229    125000   2105185    111.17    118.11
2229.80/559.16	c  N dy 11169   1911919      1250     25000         0     90510    125000   4913646    111.17    117.49
2255.74/565.64	c  N dy 11281   1931994      1250     25000         0    110565    125000   7687295    111.18    117.91
2280.49/571.83	c  N dy 11390   1952055      1250     25000         0     69667    125000   1886832    111.17    118.84
2301.63/577.12	c  N dy 11509   1972092      1250     25000         0     89683    125000   4682802    111.19    121.34
2327.96/583.71	c  N dy 11624   1992122      1250     25000         0    109696    125000   7459424    111.20    118.41
2355.52/590.63	c  N dy 11730   2012247      1250     25000         0     67866    125000   1514786    111.19    121.18
2377.04/596.00	c  N dy 11858   2032285      1250     25000         0     87884    125000   4299434    111.20    118.83
2402.57/602.49	c  N dy 11980   2052425      1250     25000         0    108006    125000   7100660    111.21    117.71
2431.69/609.73	c  N dy 12098   2072494      1250     25000         0     65111    125000   1004845    111.22    119.83
2452.06/614.90	c  N dy 12218   2092674      1250     25000         0     85276    125000   3786423    111.22    117.13
2477.98/621.30	c  N dy 12337   2112819      1250     25000         0    105399    125000   6568812    111.23    119.35
2507.51/628.79	c  N dy 12458   2132823      1250     25000         0    125390    125000   9346646    111.23    117.19
2529.05/634.11	c  N dy 12572   2152887      1250     25000         0     81486    125000   3145878    111.23    133.20
2552.59/640.00	c  N dy 12690   2172942      1250     25000         0    101519    125000   5930776    111.24    133.18
2580.51/647.05	c  N dy 12806   2192970      1250     25000         0    121533    125000   8713841    111.24    117.45
2602.85/652.63	c  S st 12913   2210644      1250     25000         0     74247    125000   2032871    111.25   no data
2603.65/652.82	c  S st 12913   2211149      1250     25000         0     74752    125000   2092457    111.25   no data
2603.65/652.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2603.65/652.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2603.65/652.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2603.65/652.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2603.65/652.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2603.65/652.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
2603.65/652.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2604.05/652.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2604.05/652.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2635.97/660.90	c lits-rem:       135  cl-subs:       14  v-elim:      0  v-fix:    0  time:  7.92 s
2635.97/660.90	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
2635.97/660.93	c vivif2 --  cl tried    74738 cl shrink        0 lits rem          0 time: 0.03
2637.57/661.33	c asymm  cl-useful: 0/15090/25000 lits-rem:0 time: 0.40
2637.57/661.33	c calculated reachability. Time: 0.00
2637.57/661.33	c  N dy 12913   2211149      1250     25000         0     74738    125000   2088138    111.25   no data
2659.51/666.84	c  N dy 13029   2231165      1250     25000         0     94730    125000   4872792    111.26    130.21
2686.64/673.66	c  N dy 13151   2251264      1250     25000         0    114814    125000   7654344    111.26    119.28
2716.56/681.15	c  N dy 13277   2271316      1250     25000         0     68911    125000   1146661    111.27    117.81
2737.74/686.44	c  N dy 13401   2291504      1250     25000         0     89082    125000   3966376    111.29    118.30
2764.43/693.19	c  N dy 13516   2311517      1250     25000         0    109078    125000   6751226    111.29    117.47
2798.36/701.64	c  N dy 13642   2331691      1250     25000         0    129233    125000   9575884    111.30    122.63
2822.29/707.63	c  N dy 13769   2351818      1250     25000         0     82399    125000   2900529    111.31    117.95
2847.05/713.89	c  N dy 13891   2372081      1250     25000         0    102645    125000   5727882    111.32    117.31
2876.55/721.23	c  N dy 14014   2392116      1250     25000         0    122659    125000   8476677    111.32    118.94
2905.27/728.44	c  N dy 14131   2412333      1250     25000         0     74915    125000   1725670    111.32    118.74
2927.22/733.99	c  N dy 14251   2432381      1250     25000         0     94940    125000   4514145    111.33    118.27
2954.36/740.79	c  N dy 14369   2452463      1250     25000         0    115007    125000   7293718    111.34    118.95
2986.28/748.70	c  N dy 14490   2472526      1250     25000         0    135049    125000  10092332    111.35    117.22
3009.01/754.42	c  N dy 14604   2492654      1250     25000         0     86226    125000   3171867    111.35    118.34
3033.75/760.68	c  N dy 14722   2512751      1250     25000         0    106308    125000   5965941    111.36    133.71
3063.67/768.14	c  N dy 14852   2532771      1250     25000         0    126307    125000   8774931    111.37    137.88
3094.78/775.99	c  N dy 14967   2553113      1250     25000         0     76688    125000   1720668    111.38    118.46
3119.15/782.10	c  N dy 15084   2573281      1250     25000         0     96833    125000   4503046    111.38    119.31
3147.06/789.07	c  N dy 15202   2593362      1250     25000         0    116892    125000   7290367    111.39    117.73
3179.78/797.25	c  N dy 15315   2613382      1250     25000         0    136899    125000  10066864    111.39    117.54
3205.31/803.66	c  N dy 15438   2633424      1250     25000         0     85995    125000   2894527    111.40    127.23
3231.64/810.29	c  N dy 15566   2653469      1250     25000         0    106013    125000   5671418    111.40    120.83
3262.76/818.02	c  N dy 15691   2674061      1250     25000         0    126591    125000   8529055    111.41    117.28
3295.47/826.24	c  N dy 15820   2694223      1250     25000         0     74810    125000   1190184    111.43    117.35
3314.23/830.94	c  S st 15923   2711150      1250     25000         0     91720    125000   3528328    111.43     90.74
3315.03/831.17	c  S st 15923   2711653      1250     25000         0     92223    125000   3592112    111.43   no data
3315.03/831.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3315.43/831.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3315.43/831.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3315.43/831.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3315.43/831.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3315.43/831.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
3315.43/831.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3315.43/831.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3316.23/831.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3372.88/845.68	c lits-rem:       358  cl-subs:       40  v-elim:      0  v-fix:    0  time: 14.27 s
3372.88/845.68	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
3373.28/845.73	c vivif2 --  cl tried    92183 cl shrink        0 lits rem          0 time: 0.05
3374.88/846.11	c asymm  cl-useful: 0/9910/25000 lits-rem:0 time: 0.38
3374.88/846.12	c calculated reachability. Time: 0.00
3374.88/846.12	c  N dy 15923   2711653      1250     25000         0     92183    125000   3580787    111.43   no data
3400.81/852.65	c  N dy 16039   2731676      1250     25000         0    112190    125000   6348249    111.43    117.42
3432.33/860.53	c  N dy 16165   2751810      1250     25000         0    132312    125000   9167947    111.44    121.76
3462.64/868.17	c  N dy 16285   2771915      1250     25000         0     79465    125000   1704874    111.44    121.84
3486.59/874.12	c  N dy 16416   2791943      1250     25000         0     99469    125000   4494816    111.45    118.23
3514.13/881.11	c  N dy 16536   2812081      1250     25000         0    119584    125000   7283070    111.46    120.03
3546.43/889.16	c  N dy 16656   2832122      1250     25000         0    139601    125000  10061648    111.46    140.17
3573.96/896.05	c  N dy 16769   2852274      1250     25000         0     85802    125000   2453951    111.46    119.61
3599.09/902.37	c  N dy 16890   2872493      1250     25000         0    106005    125000   5271581    111.47    118.62
3631.41/910.43	c  N dy 17022   2892541      1250     25000         0    126039    125000   8066235    111.48    118.10
3666.13/919.13	c  N dy 17130   2912708      1250     25000         0    146191    125000  10852821    111.48    118.21
3691.66/925.52	c  N dy 17251   2932714      1250     25000         0     91244    125000   3084908    111.48    117.57
3717.99/932.11	c  N dy 17368   2952740      1250     25000         0    111247    125000   5866683    111.49    117.97
3748.72/939.81	c  N dy 17489   2972840      1250     25000         0    131334    125000   8666741    111.49    118.04
3783.03/948.49	c  N dy 17587   2993163      1250     25000         0    151643    125000  11474288    111.49    119.14
3806.16/954.23	c  N dy 17708   3013330      1250     25000         0     95864    125000   3582708    111.49    117.94
3833.29/961.07	c  N dy 17832   3033371      1250     25000         0    115889    125000   6363435    111.49    126.78
3864.42/968.89	c  N dy 17949   3053390      1250     25000         0    135894    125000   9147705    111.50    117.44
3899.53/977.68	c  N dy 18072   3073476      1250     25000         0     79023    125000   1121979    111.50    118.28
3922.70/983.47	c  N dy 18192   3093488      1250     25000         0     99014    125000   3894041    111.51    117.69
3952.19/990.89	c  N dy 18310   3113557      1250     25000         0    119069    125000   6678746    111.51    117.91
3988.12/999.82	c  N dy 18447   3133636      1250     25000         0    139131    125000   9476009    111.52    117.62
4025.99/1009.33	c  N dy 18568   3153767      1250     25000         0     81311    125000   1305605    111.52    119.90
4053.14/1016.12	c  N dy 18694   3173878      1250     25000         0    101397    125000   4096995    111.53    118.46
4085.45/1024.24	c  N dy 18812   3194003      1250     25000         0    121504    125000   6887395    111.53    118.41
4119.78/1032.82	c  S st 18918   3211654      1250     25000         0    139135    125000   9319953    111.54    111.56
4121.35/1033.21	c  S st 18918   3212159      1250     25000         0    139639    125000   9381957    111.54   no data
4121.35/1033.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4121.75/1033.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
4121.75/1033.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4121.75/1033.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4121.75/1033.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4121.75/1033.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
4121.75/1033.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4122.15/1033.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
4123.36/1033.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4399.85/1103.07	c lits-rem:       727  cl-subs:      107  v-elim:      0  v-fix:    0  time: 69.32 s
4399.85/1103.07	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
4400.25/1103.19	c vivif2 --  cl tried   139532 cl shrink        0 lits rem          0 time: 0.11
4402.24/1103.67	c asymm  cl-useful: 0/9542/25000 lits-rem:0 time: 0.48
4402.24/1103.67	c calculated reachability. Time: 0.00
4402.24/1103.67	c  N dy 18918   3212159      1250     25000         0    139532    125000   9349857    111.54   no data
4438.95/1112.86	c  N dy 19041   3232555      1250     25000         0     80981    125000   1141326    111.54    118.63
4462.53/1118.74	c  N dy 19157   3252586      1250     25000         0    100988    125000   3932976    111.55    118.34
4490.82/1125.82	c  N dy 19273   3272588      1250     25000         0    120974    125000   6714457    111.55    117.44
4524.32/1134.28	c  N dy 19399   3292629      1250     25000         0    141002    125000   9521641    111.56    138.17
4565.82/1144.66	c  N dy 19526   3313289      1250     25000         0     81717    125000   1105772    111.57    118.07
4592.16/1151.21	c  N dy 19659   3333557      1250     25000         0    101969    125000   3935214    111.58    119.29
4622.88/1158.95	c  N dy 19779   3353581      1250     25000         0    121981    125000   6719535    111.59    117.83
4659.20/1168.02	c  N dy 19895   3373746      1250     25000         0    142115    125000   9495956    111.59    117.59
4697.49/1177.69	c  N dy 20008   3393833      1250     25000         0     81257    125000    913739    111.59    120.89
4721.46/1183.61	c  N dy 20115   3413858      1250     25000         0    101260    125000   3694944    111.59    122.34
4750.55/1190.95	c  N dy 20235   3434131      1250     25000         0    121516    125000   6526973    111.60    120.33
4784.47/1199.47	c  N dy 20363   3454159      1250     25000         0    141531    125000   9347868    111.61    117.92

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 5.70 7.51 7.72 3/316 13748
/proc/meminfo: memFree=28023392/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 407 0 0 0 0 0 0 0 20 0 4 0 651183939 52396032 348 33554432000 4194304 4580107 140735236103984 18446744073709551615 47221154510770 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 12792 348 299 95 0 7774 0
[pid=13748/tid=13749] ppid=13743 vsize=217140 CPUtime=0 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 412 0 0 0 0 0 0 0 22 0 4 0 651183939 222351360 1752 33554432000 4194304 4580107 140735236103984 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=217140 CPUtime=0 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 236 0 0 0 0 0 0 0 22 0 4 0 651183939 222351360 1759 33554432000 4194304 4580107 140735236103984 18446744073709551615 268272794143 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=217272 CPUtime=0 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 380 0 0 0 0 0 0 0 23 0 4 0 651183939 222486528 1774 33554432000 4194304 4580107 140735236103984 18446744073709551615 268272386096 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.090622 s]
/proc/loadavg: 5.70 7.51 7.72 3/316 13748
/proc/meminfo: memFree=28023392/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=284968 CPUtime=0.33 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 3662 0 0 0 32 1 0 0 22 0 4 0 651183939 291807232 3584 33554432000 4194304 4580107 140735236103984 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 71242 3584 358 95 0 66224 0
[pid=13748/tid=13749] ppid=13743 vsize=284968 CPUtime=0.08 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 761 0 0 0 8 0 0 0 22 0 4 0 651183939 291807232 3584 33554432000 4194304 4580107 140735236103984 18446744073709551615 268272349893 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=284968 CPUtime=0.07 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 773 0 0 0 7 0 0 0 18 0 4 0 651183939 291807232 3585 33554432000 4194304 4580107 140735236103984 18446744073709551615 268272350241 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=284968 CPUtime=0.07 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 910 0 0 0 7 0 0 0 23 0 4 0 651183939 291807232 3585 33554432000 4194304 4580107 140735236103984 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 284968

[startup+0.100618 s]
/proc/loadavg: 5.70 7.51 7.72 3/316 13748
/proc/meminfo: memFree=28023392/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=284968 CPUtime=0.37 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 3709 0 0 0 36 1 0 0 22 0 4 0 651183939 291807232 3631 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 71242 3631 358 95 0 66224 0
[pid=13748/tid=13749] ppid=13743 vsize=284968 CPUtime=0.09 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 766 0 0 0 9 0 0 0 22 0 4 0 651183939 291807232 3631 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=284968 CPUtime=0.08 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 783 0 0 0 8 0 0 0 18 0 4 0 651183939 291807232 3631 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=284968 CPUtime=0.08 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 932 0 0 0 8 0 0 0 23 0 4 0 651183939 291807232 3631 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 284968

[startup+0.300586 s]
/proc/loadavg: 5.70 7.51 7.72 3/316 13748
/proc/meminfo: memFree=28023392/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=291360 CPUtime=1.16 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 9327 0 0 0 115 1 0 0 18 0 4 0 651183939 298352640 7996 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 72840 7997 376 95 0 67822 0
[pid=13748/tid=13749] ppid=13743 vsize=291360 CPUtime=0.28 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 2521 0 0 0 28 0 0 0 22 0 4 0 651183939 298352640 7997 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=291360 CPUtime=0.28 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 2465 0 0 0 28 0 0 0 18 0 4 0 651183939 298352640 7997 33554432000 4194304 4580107 140735236103984 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=291360 CPUtime=0.28 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 1363 0 0 0 28 0 0 0 23 0 4 0 651183939 298352640 7997 33554432000 4194304 4580107 140735236103984 18446744073709551615 4325710 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 291360

[startup+0.700516 s]
/proc/loadavg: 5.70 7.51 7.72 3/316 13748
/proc/meminfo: memFree=28023392/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=298044 CPUtime=2.76 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 13597 0 0 0 274 2 0 0 18 0 4 0 651183939 305197056 8641 33554432000 4194304 4580107 140735236103984 18446744073709551615 4322703 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 74511 8641 377 95 0 69493 0
[pid=13748/tid=13749] ppid=13743 vsize=298044 CPUtime=0.68 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 3586 0 0 0 68 0 0 0 24 0 4 0 651183939 305197056 8641 33554432000 4194304 4580107 140735236103984 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=298044 CPUtime=0.68 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 3509 0 0 0 68 0 0 0 18 0 4 0 651183939 305197056 8641 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=298044 CPUtime=0.68 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 2487 0 0 0 68 0 0 0 25 0 4 0 651183939 305197056 8641 33554432000 4194304 4580107 140735236103984 18446744073709551615 4324288 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 298044

[startup+1.50037 s]
/proc/loadavg: 5.70 7.51 7.72 11/324 13756
/proc/meminfo: memFree=27946076/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=299088 CPUtime=5.95 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 20479 0 0 0 592 3 0 0 19 0 4 0 651183939 306266112 10850 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 74772 10850 377 95 0 69754 0
[pid=13748/tid=13749] ppid=13743 vsize=299088 CPUtime=1.49 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 5286 0 0 0 148 1 0 0 25 0 4 0 651183939 306266112 10850 33554432000 4194304 4580107 140735236103984 18446744073709551615 4322544 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=299088 CPUtime=1.48 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 5187 0 0 0 148 0 0 0 20 0 4 0 651183939 306266112 10851 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=299088 CPUtime=1.47 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 4250 0 0 0 147 0 0 0 25 0 4 0 651183939 306266112 10851 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 299088

[startup+3.10109 s]
/proc/loadavg: 5.70 7.51 7.72 10/324 13756
/proc/meminfo: memFree=27936256/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=300896 CPUtime=12.34 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 38330 0 0 0 1227 7 0 0 24 0 4 0 651183939 308117504 17131 33554432000 4194304 4580107 140735236103984 18446744073709551615 4416727 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 75224 17131 379 95 0 70206 0
[pid=13748/tid=13749] ppid=13743 vsize=300896 CPUtime=3.09 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 8692 0 0 0 307 2 0 0 25 0 4 0 651183939 308117504 17131 33554432000 4194304 4580107 140735236103984 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=300896 CPUtime=3.08 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 8512 0 0 0 307 1 0 0 25 0 4 0 651183939 308117504 17131 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=300896 CPUtime=3.06 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 7644 0 0 0 305 1 0 0 25 0 4 0 651183939 308117504 17131 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 300896

[startup+6.30052 s]
/proc/loadavg: 5.88 7.52 7.72 10/324 13756
/proc/meminfo: memFree=27759400/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=314156 CPUtime=25.1 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 69776 0 0 0 2496 14 0 0 25 0 4 0 651183939 321695744 33388 33554432000 4194304 4580107 140735236103984 18446744073709551615 4321069 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 78539 33389 379 95 0 73521 0
[pid=13748/tid=13749] ppid=13743 vsize=314156 CPUtime=6.29 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 16469 0 0 0 625 4 0 0 25 0 4 0 651183939 321695744 33389 33554432000 4194304 4580107 140735236103984 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=314156 CPUtime=6.28 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 18082 0 0 0 625 3 0 0 25 0 4 0 651183939 321695744 33389 33554432000 4194304 4580107 140735236103984 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=314156 CPUtime=6.22 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 17219 0 0 0 620 2 0 0 25 0 4 0 651183939 321695744 33389 33554432000 4194304 4580107 140735236103984 18446744073709551615 4417027 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 314156

[startup+12.7004 s]
/proc/loadavg: 6.13 7.54 7.72 10/324 13756
/proc/meminfo: memFree=27682488/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=345212 CPUtime=50.63 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 107477 0 0 0 5041 22 0 0 25 0 4 0 651183939 353497088 42140 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 86303 42140 379 95 0 81285 0
[pid=13748/tid=13749] ppid=13743 vsize=345212 CPUtime=12.68 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 26701 0 0 0 1262 6 0 0 25 0 4 0 651183939 353497088 42140 33554432000 4194304 4580107 140735236103984 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=345212 CPUtime=12.67 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 25976 0 0 0 1263 4 0 0 25 0 4 0 651183939 353497088 42140 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294721 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=345212 CPUtime=12.55 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 26839 0 0 0 1251 4 0 0 25 0 4 0 651183939 353497088 42140 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 345212

[startup+25.5011 s]
/proc/loadavg: 6.54 7.56 7.73 9/324 13756
/proc/meminfo: memFree=27445636/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=476532 CPUtime=101.7 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 162022 0 0 0 10137 33 0 0 25 0 4 0 651183939 487968768 73934 33554432000 4194304 4580107 140735236103984 18446744073709551615 4416018 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 119133 73934 379 95 0 114115 0
[pid=13748/tid=13749] ppid=13743 vsize=476532 CPUtime=25.48 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 33195 0 0 0 2541 7 0 0 25 0 4 0 651183939 487968768 73934 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=476532 CPUtime=25.47 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 41711 0 0 0 2540 7 0 0 25 0 4 0 651183939 487968768 73934 33554432000 4194304 4580107 140735236103984 18446744073709551615 4316555 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=476532 CPUtime=25.23 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 39766 0 0 0 2516 7 0 0 25 0 4 0 651183939 487968768 73934 33554432000 4194304 4580107 140735236103984 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 476532

[startup+51.1006 s]
/proc/loadavg: 7.04 7.60 7.73 10/324 13757
/proc/meminfo: memFree=27342296/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=547600 CPUtime=203.83 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 232091 0 0 0 20335 48 0 0 25 0 4 0 651183939 560742400 84075 33554432000 4194304 4580107 140735236103984 18446744073709551615 4416113 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 136900 84075 381 95 0 131882 0
[pid=13748/tid=13749] ppid=13743 vsize=547600 CPUtime=51.08 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 55172 0 0 0 5095 13 0 0 25 0 4 0 651183939 560742400 84075 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=547600 CPUtime=51.07 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 53477 0 0 0 5098 9 0 0 25 0 4 0 651183939 560742400 84075 33554432000 4194304 4580107 140735236103984 18446744073709551615 4324513 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=547600 CPUtime=50.57 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 67201 0 0 0 5043 14 0 0 25 0 4 0 651183939 560742400 84075 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 547600

[startup+102.311 s]
/proc/loadavg: 7.63 7.67 7.75 10/324 13758
/proc/meminfo: memFree=27246920/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=643580 CPUtime=408.14 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 366257 0 0 0 40731 83 0 0 25 0 4 0 651183939 659025920 101977 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 160895 101977 381 95 0 155877 0
[pid=13748/tid=13749] ppid=13743 vsize=643580 CPUtime=102.29 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 79424 0 0 0 10210 19 0 0 25 0 4 0 651183939 659025920 101977 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=643580 CPUtime=102.28 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 87720 0 0 0 10210 18 0 0 25 0 4 0 651183939 659025920 101977 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=643580 CPUtime=101.25 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 114599 0 0 0 10100 25 0 0 25 0 4 0 651183939 659025920 101977 33554432000 4194304 4580107 140735236103984 18446744073709551615 4292985 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.14
Current children cumulated vsize (KiB) 643580

[startup+162.301 s]

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

[pid=13748] ppid=13743 vsize=1204960 CPUtime=2801.14 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 1516826 0 0 0 279700 414 0 0 25 0 4 0 651183939 1233879040 211158 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 301240 211158 382 95 0 296222 0
[pid=13748/tid=13749] ppid=13743 vsize=1204960 CPUtime=700.53 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 362472 0 0 0 69953 100 0 0 25 0 4 0 651183939 1233879040 211158 33554432000 4194304 4580107 140735236103984 18446744073709551615 4324249 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=1204960 CPUtime=702.16 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 388716 0 0 0 70105 111 0 0 25 0 4 0 651183939 1233879040 211158 33554432000 4194304 4580107 140735236103984 18446744073709551615 4417015 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=1204960 CPUtime=696.17 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 421008 0 0 0 69514 103 0 0 25 0 4 0 651183939 1233879040 211158 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2801.14
Current children cumulated vsize (KiB) 1204960

[startup+762.312 s]
/proc/loadavg: 8.07 8.05 7.91 10/324 13788
/proc/meminfo: memFree=26424356/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=1031832 CPUtime=3040.57 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 1601779 0 0 0 303613 444 0 0 25 0 4 0 651183939 1056595968 196813 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 257958 196813 382 95 0 252940 0
[pid=13748/tid=13749] ppid=13743 vsize=1031832 CPUtime=759.93 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 379972 0 0 0 75886 107 0 0 25 0 4 0 651183939 1056595968 196813 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=1031832 CPUtime=762.18 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 403731 0 0 0 76102 116 0 0 25 0 4 0 651183939 1056595968 196813 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=1031832 CPUtime=756.18 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 447957 0 0 0 75506 112 0 0 25 0 4 0 651183939 1056595968 196813 33554432000 4194304 4580107 140735236103984 18446744073709551615 4320939 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3040.57
Current children cumulated vsize (KiB) 1031832

[startup+822.3 s]
/proc/loadavg: 8.15 8.07 7.93 10/324 13790
/proc/meminfo: memFree=26262132/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=1228232 CPUtime=3279.92 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 1687663 0 0 0 327517 475 0 0 25 0 4 0 651183939 1257709568 217720 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 307058 217720 382 95 0 302040 0
[pid=13748/tid=13749] ppid=13743 vsize=1228232 CPUtime=819.79 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 396093 0 0 0 81868 111 0 0 25 0 4 0 651183939 1257709568 217720 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=1228232 CPUtime=822.16 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 429203 0 0 0 82091 125 0 0 25 0 4 0 651183939 1257709568 217720 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=1228232 CPUtime=815.69 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 466482 0 0 0 81449 120 0 0 25 0 4 0 651183939 1257709568 217720 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.92
Current children cumulated vsize (KiB) 1228232

[startup+882.301 s]
/proc/loadavg: 8.11 8.07 7.93 10/324 13791
/proc/meminfo: memFree=26357344/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=1192576 CPUtime=3519.3 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 1778613 0 0 0 351427 503 0 0 25 0 4 0 651183939 1221197824 216680 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 298144 216680 382 95 0 293126 0
[pid=13748/tid=13749] ppid=13743 vsize=1192576 CPUtime=879.79 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 418386 0 0 0 87862 117 0 0 25 0 4 0 651183939 1221197824 216680 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=1192576 CPUtime=882.16 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 451536 0 0 0 88083 133 0 0 25 0 4 0 651183939 1221197824 216680 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=1192576 CPUtime=875.07 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 492073 0 0 0 87379 128 0 0 25 0 4 0 651183939 1221197824 216680 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3519.3
Current children cumulated vsize (KiB) 1192576

[startup+942.301 s]
/proc/loadavg: 8.18 8.10 7.95 9/324 13793
/proc/meminfo: memFree=26315776/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=1194272 CPUtime=3758.69 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 1862762 0 0 0 375335 534 0 0 25 0 4 0 651183939 1222934528 221253 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 298568 221253 382 95 0 293550 0
[pid=13748/tid=13749] ppid=13743 vsize=1194272 CPUtime=939.79 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 439807 0 0 0 93854 125 0 0 25 0 4 0 651183939 1222934528 221253 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=1194272 CPUtime=942.16 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 464309 0 0 0 94080 136 0 0 25 0 4 0 651183939 1222934528 221253 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=1194272 CPUtime=934.47 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 516879 0 0 0 93310 137 0 0 25 0 4 0 651183939 1222934528 221253 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.69
Current children cumulated vsize (KiB) 1194272

[startup+1002.3 s]
/proc/loadavg: 8.16 8.11 7.96 10/324 13794
/proc/meminfo: memFree=25928736/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=1303632 CPUtime=3998.06 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 1977062 0 0 0 399236 570 0 0 25 0 4 0 651183939 1334919168 251520 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 325908 251520 382 95 0 320890 0
[pid=13748/tid=13749] ppid=13743 vsize=1303632 CPUtime=999.79 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 480348 0 0 0 99847 132 0 0 25 0 4 0 651183939 1334919168 251520 33554432000 4194304 4580107 140735236103984 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=1303632 CPUtime=1002.16 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 489108 0 0 0 100070 146 0 0 25 0 4 0 651183939 1334919168 251520 33554432000 4194304 4580107 140735236103984 18446744073709551615 4321131 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=1303632 CPUtime=993.85 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 541282 0 0 0 99238 147 0 0 25 0 4 0 651183939 1334919168 251520 33554432000 4194304 4580107 140735236103984 18446744073709551615 4316555 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3998.06
Current children cumulated vsize (KiB) 1303632

[startup+1062.3 s]
/proc/loadavg: 8.15 8.11 7.97 10/324 13796
/proc/meminfo: memFree=25748920/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=1473764 CPUtime=4237.46 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 2049447 0 0 0 423153 593 0 0 25 0 4 0 651183939 1509134336 285622 33554432000 4194304 4580107 140735236103984 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 368441 285622 382 95 0 363423 0
[pid=13748/tid=13749] ppid=13743 vsize=1473764 CPUtime=1059.79 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 480887 0 0 0 105847 132 0 0 25 0 4 0 651183939 1509134336 285622 33554432000 4194304 4580107 140735236103984 18446744073709551615 4321069 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=1473764 CPUtime=1062.16 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 511512 0 0 0 106059 157 0 0 25 0 4 0 651183939 1509134336 285622 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=1473764 CPUtime=1053.25 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 564611 0 0 0 105173 152 0 0 25 0 4 0 651183939 1509134336 285622 33554432000 4194304 4580107 140735236103984 18446744073709551615 4416330 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4237.46
Current children cumulated vsize (KiB) 1473764

[startup+1122.3 s]
/proc/loadavg: 8.13 8.12 7.98 10/324 13798
/proc/meminfo: memFree=25686272/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=1546572 CPUtime=4476.85 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 2123512 0 0 0 447068 617 0 0 25 0 4 0 651183939 1583689728 287045 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 386643 287045 382 95 0 381625 0
[pid=13748/tid=13749] ppid=13743 vsize=1546572 CPUtime=1119.79 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 502327 0 0 0 111840 139 0 0 25 0 4 0 651183939 1583689728 287045 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=1546572 CPUtime=1122.15 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 535550 0 0 0 112050 165 0 0 25 0 4 0 651183939 1583689728 287045 33554432000 4194304 4580107 140735236103984 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=1546572 CPUtime=1112.63 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 584768 0 0 0 111105 158 0 0 25 0 4 0 651183939 1583689728 287045 33554432000 4194304 4580107 140735236103984 18446744073709551615 4296101 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4476.85
Current children cumulated vsize (KiB) 1546572

[startup+1182.3 s]
/proc/loadavg: 8.29 8.17 8.01 10/324 13799
/proc/meminfo: memFree=25722580/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=1433804 CPUtime=4716.25 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 2205504 0 0 0 470978 647 0 0 25 0 4 0 651183939 1468215296 296266 33554432000 4194304 4580107 140735236103984 18446744073709551615 4295687 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 358451 296266 382 95 0 353433 0
[pid=13748/tid=13749] ppid=13743 vsize=1433804 CPUtime=1179.8 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 522303 0 0 0 117832 148 0 0 25 0 4 0 651183939 1468215296 296266 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=1433804 CPUtime=1182.16 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 551843 0 0 0 118048 168 0 0 25 0 4 0 651183939 1468215296 296266 33554432000 4194304 4580107 140735236103984 18446744073709551615 4416315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=1433804 CPUtime=1172.03 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 607483 0 0 0 117035 168 0 0 25 0 4 0 651183939 1468215296 296266 33554432000 4194304 4580107 140735236103984 18446744073709551615 4321207 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4716.25
Current children cumulated vsize (KiB) 1433804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.21 8.16 8.00 5/319 13801
/proc/meminfo: memFree=26842204/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=1473176 CPUtime=4800.08 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 2229886 0 0 0 479351 657 0 0 25 0 4 0 651183939 1508532224 294067 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 368294 294067 382 95 0 363276 0
[pid=13748/tid=13749] ppid=13743 vsize=1473176 CPUtime=1200.82 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 527674 0 0 0 119932 150 0 0 25 0 4 0 651183939 1508532224 294073 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=1473176 CPUtime=1203.18 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 555977 0 0 0 120148 170 0 0 25 0 4 0 651183939 1508532224 294073 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=1473176 CPUtime=1192.82 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 614951 0 0 0 119110 172 0 0 25 0 4 0 651183939 1508532224 294073 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 1473176

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

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

[startup+1203.3 s]
/proc/loadavg: 8.21 8.16 8.00 5/319 13801
/proc/meminfo: memFree=26842204/32950928 swapFree=60199044/67111528
[pid=13748] ppid=13743 vsize=1473176 CPUtime=4800.08 cores=0,2,4,6
/proc/13748/stat : 13748 (strangenight2-m) R 13743 13748 12865 0 -1 4202496 2229886 0 0 0 479351 657 0 0 25 0 4 0 651183939 1508532224 294067 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/13748/statm: 368294 294067 382 95 0 363276 0
[pid=13748/tid=13749] ppid=13743 vsize=1473176 CPUtime=1200.82 cores=0,2,4,6
/proc/13748/task/13749/stat : 13749 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 527674 0 0 0 119932 150 0 0 25 0 4 0 651183939 1508532224 294073 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13748/tid=13751] ppid=13743 vsize=1473176 CPUtime=1203.18 cores=0,2,4,6
/proc/13748/task/13751/stat : 13751 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 555977 0 0 0 120148 170 0 0 25 0 4 0 651183939 1508532224 294073 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13748/tid=13754] ppid=13743 vsize=1473176 CPUtime=1192.82 cores=0,2,4,6
/proc/13748/task/13754/stat : 13754 (strangenight2-m) R 13743 13748 12865 0 -1 4202560 614951 0 0 0 119110 172 0 0 25 0 4 0 651183939 1508532224 294073 33554432000 4194304 4580107 140735236103984 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 1473176

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.38
CPU time (s): 4800.18
CPU user time (s): 4793.55
CPU system time (s): 6.62499
CPU usage (%): 398.893
Max. virtual memory (cumulated for all children) (KiB): 1548868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.55
system time used= 6.62499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2229899
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= 1606
involuntary context switches= 30860

runsolver used 3.35849 second user time and 8.71567 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-14 19:57:31
IDJOB=3366119
IDBENCH=82528
IDSOLVER=1844
FILE ID=node122/3366119-1305395851
RUNJOBID= node122-1305395851-13729
PBS_JOBID= 13324424
Free space on /tmp= 73436 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S1688530456-019-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366119-1305395851/watcher-3366119-1305395851 -o /tmp/evaluation-result-3366119-1305395851/solver-3366119-1305395851 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366119-1305395851.cnf

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

MD5SUM BENCH= 79bb5af0297560cf515e2461b267e196
RANDOM SEED=74158943

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28023844 kB
Buffers:        269172 kB
Cached:        3346672 kB
SwapCached:      50104 kB
Active:         866212 kB
Inactive:      3851768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28023844 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:           11784 kB
Writeback:           0 kB
AnonPages:     1063192 kB
Mapped:          13356 kB
Slab:           113152 kB
PageTables:      32052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52523240 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73432 MiB
End job on node122 at 2011-05-14 20:17:37