Trace number 3366118

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.42 1203.16

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S1103412232-098-UNKNOWN.cnf
MD5SUMd6a0b223b2c940add3196cb3c37e2d59
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark98.1881
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-3366118-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.01	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.00/0.01	c -- vars added       1250
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data
0.00/0.14	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.12
0.00/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.57/0.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.57/0.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.57/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.57/0.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.57/0.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.96/0.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1.96/0.58	c Finding binary XORs  T:     0.00 s  found:       0
1.96/0.58	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.96/0.58	c calculated reachability. Time: 0.00
1.96/0.58	c Calc default polars -  time:   0.00 s pos:     589 undec:      47 neg:     614
1.96/0.58	c =========================================================================================
1.96/0.58	c types(t): F = full restart, N = normal restart
1.96/0.58	c types(t): S = simplification begin/end, E = solution found
1.96/0.58	c restart types(rt): st = static, dy = dynamic
1.96/0.58	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.96/0.58	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data
1.96/0.58	c  N dy    22      4097      1250     25000         0      4094    125000    570668    105.67    112.73
3.15/0.83	c  N dy    49      8130      1250     25000         0      5630    125000    564069    106.33    113.79
4.37/1.19	c  N dy    78     12207      1250     25000         0      5458    125000    363177    107.92    114.22
5.95/1.54	c  N dy   105     16259      1250     25000         0      9509    125000    910096    108.21    114.75
7.55/1.92	c  N dy   132     20457      1250     25000         0      8082    125000    557176    108.29    116.17
8.76/2.31	c  N dy   157     24657      1250     25000         0     12281    125000   1127021    108.28    115.72
9.18/2.34	c  F st   159     25001      1250     25000         0     12624    125000   1174043    108.30   no data
11.13/2.81	c  N dy   165     30000      1250     25000         0     10809    125000    840080    108.30   no data
11.13/2.81	c  S st   165     30000      1250     25000         0     10809    125000    840080    108.30   no data
11.13/2.87	c  S st   165     30503      1250     25000         0     11312    125000    900364    108.30   no data
11.13/2.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.13/2.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.13/2.89	c blocked clauses removed:        0 vars:      0 tried:        1250 T: 0.00 s
11.13/2.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.13/2.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.13/2.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.13/2.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.53/2.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.53/2.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.15/3.37	c lits-rem:        33  cl-subs:       30  v-elim:      0  v-fix:    0  time:  0.43 s
13.92/3.52	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.15
13.92/3.52	c calculated reachability. Time: 0.00
13.92/3.52	c  N dy   165     30503      1250     25000         0     11282    125000    891255    108.30   no data
15.52/3.92	c  N dy   185     34527      1250     25000         0     15304    125000   1450239    108.55    120.34
17.13/4.33	c  N dy   212     38620      1250     25000         0     11496    125000    741121    108.47    114.88
18.71/4.77	c  N dy   234     42710      1250     25000         0     15585    125000   1297319    108.58    122.63
20.32/5.12	c  S st   253     45754      1250     25000         0      9674    125000    361565    108.57   no data
20.32/5.18	c  S st   253     46255      1250     25000         0     10175    125000    425514    108.57   no data
20.32/5.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.72/5.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.72/5.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.72/5.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.72/5.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.72/5.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
20.72/5.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.72/5.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.72/5.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.12/5.34	c lits-rem:         6  cl-subs:        7  v-elim:      0  v-fix:    0  time:  0.11 s
21.12/5.34	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
21.12/5.35	c vivif2 --  cl tried    10168 cl shrink        0 lits rem          0 time: 0.00
21.52/5.51	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
21.52/5.51	c calculated reachability. Time: 0.00
21.52/5.51	c  N dy   253     46255      1250     25000         0     10168    125000    423731    108.57   no data
23.50/5.92	c  N dy   280     50392      1250     25000         0     14303    125000    984213    108.75    117.57
25.10/6.38	c  N dy   308     54467      1250     25000         0     18375    125000   1542767    108.97    121.74
27.09/6.83	c  N dy   336     58546      1250     25000         0     12486    125000    619326    109.11    120.53
28.69/7.26	c  N dy   363     62583      1250     25000         0     16523    125000   1174010    109.26    116.53
30.70/7.73	c  N dy   384     66620      1250     25000         0     20555    125000   1725581    109.24    115.06
31.87/8.05	c  S st   399     69383      1250     25000         0     12335    125000    460511    109.13   no data
32.27/8.12	c  S st   399     69885      1250     25000         0     12837    125000    519183    109.13   no data
32.27/8.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.27/8.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
32.27/8.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.27/8.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.27/8.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.27/8.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
32.27/8.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.27/8.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.27/8.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.08/8.35	c lits-rem:        13  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.18 s
33.08/8.35	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
33.08/8.36	c vivif2 --  cl tried    12833 cl shrink        0 lits rem          0 time: 0.01
33.88/8.53	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.17
33.88/8.53	c calculated reachability. Time: 0.00
33.88/8.53	c  N dy   399     69885      1250     25000         0     12833    125000    518092    109.13   no data
35.87/9.01	c  N dy   423     74458      1250     25000         0     17401    125000   1148588    109.16    114.92
37.87/9.58	c  N dy   454     79225      1250     25000         0     22162    125000   1794064    109.22    127.03
40.25/10.16	c  N dy   485     84365      1250     25000         0     15312    125000    736269    109.29    116.77
41.86/10.52	c  F st   508     87501      1250     25000         0     18441    125000   1168931    109.43    101.30
43.46/10.91	c  N st   513     90799      1250     25000         0     21729    125000   1666403    109.43   no data
46.25/11.67	c  N dy   542     96949      1250     25000         0     14886    125000    570425    109.50    117.71
49.04/12.37	c  N dy   578    103157      1250     25000         0     21088    125000   1415954    109.48    121.87
49.83/12.56	c  S st   588    104828      1250     25000         0     22758    125000   1643047    109.44   no data
50.23/12.65	c  S st   588    105332      1250     25000         0     23262    125000   1705888    109.44   no data
50.23/12.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.23/12.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
50.23/12.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.23/12.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.23/12.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.23/12.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
50.23/12.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
50.23/12.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
50.63/12.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.80/16.01	c lits-rem:       184  cl-subs:       18  v-elim:      0  v-fix:    0  time:  3.25 s
63.80/16.01	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
63.80/16.03	c vivif2 --  cl tried    23244 cl shrink        0 lits rem          0 time: 0.02
65.00/16.33	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.30
65.00/16.33	c calculated reachability. Time: 0.00
65.00/16.33	c  N dy   588    105332      1250     25000         0     23244    125000   1700664    109.44   no data
68.59/17.23	c  N dy   633    112136      1250     25000         0     16062    125000    593335    109.52    117.53
71.78/18.09	c  N dy   676    119368      1250     25000         0     23283    125000   1590971    109.67    116.32
76.17/19.15	c  N dy   721    127473      1250     25000         0     16399    125000    503573    109.64    115.70
80.56/20.22	c  N dy   768    135899      1250     25000         0     24818    125000   1668201    109.65    116.84
85.35/21.45	c  N dy   820    144604      1250     25000         0     17528    125000    533835    109.64    115.57
90.14/22.64	c  N dy   871    154067      1250     25000         0     26978    125000   1816323    109.65    117.13
92.15/23.19	c  S st   897    157998      1250     25000         0     30906    125000   2357329    109.70   no data
92.57/23.30	c  S st   897    158502      1250     25000         0     31409    125000   2416991    109.70   no data
92.93/23.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
92.93/23.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
92.93/23.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
92.93/23.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.93/23.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.93/23.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
92.93/23.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
92.93/23.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
93.33/23.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
123.65/31.01	c lits-rem:       243  cl-subs:       26  v-elim:      0  v-fix:    0  time:  7.57 s
123.65/31.01	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
123.65/31.04	c vivif2 --  cl tried    31383 cl shrink        0 lits rem          0 time: 0.03
124.85/31.37	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.33
124.85/31.37	c calculated reachability. Time: 0.00
124.85/31.37	c  N dy   897    158502      1250     25000         0     31383    125000   2409307    109.70   no data
130.44/32.71	c  N dy   960    168632      1250     25000         0     24527    125000   1373076    109.78    120.07
136.82/34.33	c  N dy  1025    179402      1250     25000         0     35290    125000   2831305    109.73    121.95
143.20/35.92	c  N dy  1093    191493      1250     25000         0     29391    125000   1902821    109.80    116.19
149.98/37.69	c  N dy  1166    203788      1250     25000         0     22696    125000    851928    109.80    115.76
157.57/39.53	c  N dy  1245    216804      1250     25000         0     35707    125000   2636686    109.81    116.62
165.54/41.54	c  N dy  1328    230909      1250     25000         0     29815    125000   1718382    109.89    119.87
169.54/42.58	c  S st  1370    237753      1250     25000         0     36654    125000   2659405    109.92     98.28
169.94/42.69	c  S st  1370    238255      1250     25000         0     37156    125000   2719573    109.92   no data
170.34/42.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
170.34/42.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
170.34/42.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
170.34/42.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
170.34/42.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
170.34/42.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
170.34/42.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
170.34/42.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
170.74/42.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
215.46/54.07	c lits-rem:       258  cl-subs:       29  v-elim:      0  v-fix:    0  time: 11.23 s
215.46/54.07	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
215.82/54.11	c vivif2 --  cl tried    37127 cl shrink        0 lits rem          0 time: 0.03
217.02/54.45	c asymm  cl-useful: 0/22896/25000 lits-rem:0 time: 0.35
217.02/54.46	c calculated reachability. Time: 0.00
217.02/54.46	c  N dy  1370    238255      1250     25000         0     37127    125000   2711357    109.92   no data
225.80/56.65	c  N dy  1460    253767      1250     25000         0     31637    125000   1828980    109.91    117.72
235.38/59.07	c  N dy  1548    270071      1250     25000         0     25947    125000    913089    109.91    119.13
245.36/61.58	c  N dy  1633    287392      1250     25000         0     43254    125000   3278422    109.83    116.04
256.12/64.29	c  N dy  1744    305999      1250     25000         0     38856    125000   2548022    109.81    116.19
256.51/64.33	c  F st  1746    306250      1250     25000         0     39107    125000   2580512    109.80   no data
268.13/67.22	c  N dy  1831    325691      1250     25000         0     34554    125000   1843859    109.80    115.91
281.30/70.58	c  N dy  1968    346004      1250     25000         0     29874    125000   1078068    109.97    118.37
288.44/72.31	c  S st  2039    357382      1250     25000         0     41243    125000   2637603    110.00   no data
288.84/72.42	c  S st  2039    357886      1250     25000         0     41747    125000   2697540    110.00   no data
288.84/72.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
288.84/72.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
288.84/72.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
288.84/72.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
288.84/72.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
288.84/72.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
288.84/72.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
288.84/72.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
289.24/72.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
335.93/84.24	c lits-rem:       293  cl-subs:       39  v-elim:      0  v-fix:    0  time: 11.66 s
335.93/84.24	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
335.93/84.27	c vivif2 --  cl tried    41708 cl shrink        0 lits rem          0 time: 0.03
336.32/84.31	c asymm  cl-useful: 0/2104/25000 lits-rem:0 time: 0.04
336.32/84.32	c calculated reachability. Time: 0.00
336.32/84.32	c  N dy  2039    357886      1250     25000         0     41708    125000   2686484    110.00   no data
349.89/87.72	c  N dy  2165    378011      1250     25000         0     35829    125000   1761742    110.05    117.80
363.85/91.24	c  N dy  2284    398013      1250     25000         0     28840    125000    669447    110.10    116.20
377.02/94.50	c  N dy  2406    418124      1250     25000         0     48930    125000   3443951    110.16    116.78
390.60/97.93	c  N dy  2532    438474      1250     25000         0     41283    125000   2247262    110.18    118.05
404.95/101.55	c  N dy  2652    458480      1250     25000         0     32305    125000    889026    110.18    119.52
418.51/104.95	c  N dy  2768    478504      1250     25000         0     52310    125000   3657705    110.23    116.78
432.48/108.43	c  N dy  2886    498505      1250     25000         0     42315    125000   2140561    110.27    116.55
448.08/112.34	c  N dy  3004    518653      1250     25000         0     31486    125000    519643    110.27    117.94
460.00/115.35	c  S st  3117    536829      1250     25000         0     49641    125000   3031474    110.31   no data
460.40/115.48	c  S st  3117    537332      1250     25000         0     50144    125000   3088247    110.31   no data
460.40/115.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
460.82/115.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
460.82/115.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
460.82/115.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
460.82/115.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
460.82/115.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
460.82/115.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
460.82/115.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
461.24/115.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
505.13/126.63	c lits-rem:       272  cl-subs:       36  v-elim:      0  v-fix:    0  time: 10.98 s
505.13/126.64	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
505.13/126.68	c vivif2 --  cl tried    50108 cl shrink        0 lits rem          0 time: 0.04
506.70/127.09	c asymm  cl-useful: 0/19427/25000 lits-rem:0 time: 0.42
506.70/127.09	c calculated reachability. Time: 0.00
506.70/127.09	c  N dy  3117    537332      1250     25000         0     50108    125000   3077237    110.31   no data
523.05/131.17	c  N dy  3238    557415      1250     25000         0     38206    125000   1308000    110.33    118.71
539.42/135.25	c  N dy  3360    577689      1250     25000         0     58469    125000   4110287    110.36    117.93
555.77/139.34	c  N dy  3475    597833      1250     25000         0     45627    125000   2198046    110.36    119.32
572.93/143.64	c  N dy  3597    617899      1250     25000         0     65672    125000   4970224    110.40    116.83
588.10/147.43	c  N dy  3720    638357      1250     25000         0     52133    125000   2962396    110.41    116.71
605.67/151.85	c  N dy  3851    658435      1250     25000         0     37221    125000    791565    110.46    116.56
620.80/155.60	c  N dy  3981    678476      1250     25000         0     57238    125000   3564015    110.51    116.61
637.16/159.77	c  N dy  4101    698576      1250     25000         0     41352    125000   1232514    110.54    116.77
652.72/163.66	c  N dy  4220    718919      1250     25000         0     61679    125000   4021145    110.55    116.82
669.48/167.85	c  N dy  4334    738928      1250     25000         0     44707    125000   1553053    110.54    116.42
685.44/171.84	c  N dy  4447    759021      1250     25000         0     64785    125000   4304574    110.54    120.30
702.22/176.04	c  N dy  4562    779034      1250     25000         0     46816    125000   1732433    110.57    117.62
718.56/180.18	c  N dy  4676    799216      1250     25000         0     66981    125000   4496359    110.54    116.37
725.74/181.98	c  S st  4715    805999      1250     25000         0     73756    125000   5428918    110.54    114.68
726.54/182.19	c  S st  4715    806499      1250     25000         0     74256    125000   5490033    110.54   no data
726.93/182.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
726.93/182.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
726.93/182.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
726.93/182.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
726.93/182.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
726.93/182.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
726.93/182.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
727.33/182.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
727.73/182.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
841.05/210.85	c lits-rem:       568  cl-subs:       54  v-elim:      0  v-fix:    0  time: 28.34 s
841.05/210.85	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
841.45/210.92	c vivif2 --  cl tried    74202 cl shrink        0 lits rem          0 time: 0.07
842.25/211.10	c asymm  cl-useful: 0/5573/25000 lits-rem:0 time: 0.18
842.25/211.10	c calculated reachability. Time: 0.00
842.25/211.10	c  N dy  4715    806499      1250     25000         0     74202    125000   5474895    110.54   no data
857.81/215.07	c  N dy  4836    826517      1250     25000         0     55236    125000   2764365    110.57    116.53
876.16/219.63	c  N dy  4944    846542      1250     25000         0     75249    125000   5515206    110.56    121.39
892.11/223.63	c  N dy  5054    866597      1250     25000         0     55325    125000   2632547    110.55    116.88
910.07/228.17	c  N dy  5160    886722      1250     25000         0     75429    125000   5380717    110.52    120.13
927.23/232.40	c  N dy  5271    907001      1250     25000         0     54723    125000   2421190    110.52    116.38
945.58/237.00	c  N dy  5385    927384      1250     25000         0     75090    125000   5194002    110.51    116.50
963.54/241.50	c  N dy  5509    947574      1250     25000         0     53296    125000   2086060    110.52    119.67
980.70/245.89	c  N dy  5621    967619      1250     25000         0     73325    125000   4843924    110.51    118.70
999.85/250.60	c  N dy  5738    987702      1250     25000         0     50413    125000   1566425    110.50    117.27
1016.61/254.83	c  N dy  5859   1007752      1250     25000         0     70437    125000   4348089    110.55    117.33
1036.95/259.99	c  N dy  5979   1028187      1250     25000         0     46899    125000    953138    110.56    116.84
1054.91/264.49	c  N dy  6106   1048704      1250     25000         0     67404    125000   3769893    110.56    116.95
1078.06/270.22	c  N dy  6230   1068959      1250     25000         0     87646    125000   6554334    110.58    117.70
1081.64/271.18	c  F st  6249   1071875      1250     25000         0     45597    125000    648262    110.58   no data
1096.81/274.90	c  N dy  6330   1089039      1250     25000         0     62735    125000   3097815    110.60    116.69
1118.35/280.40	c  N dy  6450   1109148      1250     25000         0     82827    125000   5853030    110.60    117.33
1137.90/285.24	c  N dy  6565   1129197      1250     25000         0     56902    125000   2089586    110.60    116.48
1157.45/290.11	c  N dy  6683   1149644      1250     25000         0     77333    125000   4907974    110.61    117.56
1179.00/295.57	c  N dy  6801   1169668      1250     25000         0     50386    125000   1047825    110.61    120.35
1196.56/299.96	c  N dy  6909   1189710      1250     25000         0     70407    125000   3814751    110.60    118.45
1218.90/305.53	c  N dy  7032   1209748      1250     25000         0     90430    125000   6560971    110.61   no data
1218.90/305.53	c  S st  7032   1209748      1250     25000         0     90430    125000   6560971    110.61   no data
1219.70/305.77	c  S st  7032   1210248      1250     25000         0     90930    125000   6621959    110.61   no data
1219.70/305.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1220.11/305.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
1220.11/305.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1220.11/305.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1220.11/305.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1220.11/305.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1220.11/305.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1220.53/305.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1221.29/306.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1382.10/346.47	c lits-rem:       717  cl-subs:       85  v-elim:      0  v-fix:    0  time: 40.35 s
1382.10/346.48	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1382.52/346.56	c vivif2 --  cl tried    90845 cl shrink        0 lits rem          0 time: 0.08
1384.49/347.00	c asymm  cl-useful: 0/13037/25000 lits-rem:0 time: 0.44
1384.49/347.00	c calculated reachability. Time: 0.00
1384.49/347.00	c  N dy  7032   1210248      1250     25000         0     90845    125000   6597330    110.61   no data
1402.84/351.68	c  N dy  7163   1230255      1250     25000         0     62880    125000   2662576    110.65    116.76
1422.78/356.63	c  N dy  7274   1250388      1250     25000         0     82999    125000   5440787    110.65    118.94
1445.13/362.22	c  N dy  7404   1270478      1250     25000         0     54115    125000   1312225    110.68    119.28
1463.48/366.84	c  N dy  7524   1290949      1250     25000         0     74574    125000   4131781    110.68    117.45
1486.23/372.60	c  N dy  7638   1311750      1250     25000         0     95349    125000   7013824    110.70    119.03
1504.98/377.30	c  N dy  7758   1331849      1250     25000         0     65479    125000   2762959    110.71    117.52
1525.33/382.38	c  N dy  7870   1352115      1250     25000         0     85731    125000   5551599    110.71    117.86
1548.07/388.07	c  N dy  7990   1372119      1250     25000         0     54754    125000   1143623    110.73    133.46
1566.43/392.70	c  N dy  8111   1392414      1250     25000         0     75031    125000   3966456    110.74    118.70
1589.21/398.36	c  N dy  8236   1412515      1250     25000         0     95114    125000   6743953    110.76    116.84
1609.91/403.59	c  N dy  8359   1432602      1250     25000         0     63226    125000   2186757    110.77    116.81
1630.26/408.62	c  N dy  8482   1452705      1250     25000         0     83309    125000   4961991    110.79    117.99
1654.61/414.78	c  N dy  8605   1472918      1250     25000         0    103503    125000   7755080    110.80    116.95
1675.34/419.93	c  N dy  8735   1492970      1250     25000         0     70586    125000   3072643    110.82    126.63
1697.69/425.54	c  N dy  8865   1513029      1250     25000         0     90630    125000   5869687    110.84    117.01
1722.83/431.87	c  N dy  8992   1533040      1250     25000         0     56668    125000    998859    110.87    128.08
1741.18/436.49	c  N dy  9116   1553090      1250     25000         0     76698    125000   3787063    110.89    116.76
1764.34/442.27	c  N dy  9242   1573393      1250     25000         0     96980    125000   6595176    110.90    119.88
1788.66/448.34	c  N dy  9368   1593538      1250     25000         0     62155    125000   1635985    110.93    118.13
1808.65/453.32	c  N dy  9482   1613661      1250     25000         0     82265    125000   4427922    110.94    116.83
1832.55/459.37	c  N dy  9600   1633710      1250     25000         0    102294    125000   7205143    110.94    119.90
1855.29/465.05	c  N dy  9719   1653803      1250     25000         0     66421    125000   2096273    110.95    117.69
1878.04/470.73	c  N dy  9852   1673867      1250     25000         0     86461    125000   4900589    110.98    117.30
1904.79/477.48	c  N dy  9966   1693897      1250     25000         0    106469    125000   7654871    110.98    121.44
1924.72/482.49	c  S st 10069   1710248      1250     25000         0     65867    125000   1886360    110.98   no data
1925.52/482.67	c  S st 10069   1710751      1250     25000         0     66370    125000   1944975    110.98   no data
1925.52/482.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1925.92/482.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1925.92/482.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1925.92/482.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1925.92/482.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1925.92/482.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1925.92/482.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1925.92/482.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1926.32/482.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1957.45/490.63	c lits-rem:       160  cl-subs:       22  v-elim:      0  v-fix:    0  time:  7.81 s
1957.45/490.64	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1957.45/490.66	c vivif2 --  cl tried    66348 cl shrink        0 lits rem          0 time: 0.03
1959.02/491.00	c asymm  cl-useful: 0/11963/25000 lits-rem:0 time: 0.34
1959.02/491.00	c calculated reachability. Time: 0.00
1959.02/491.00	c  N dy 10069   1710751      1250     25000         0     66348    125000   1938079    110.98   no data
1979.82/496.22	c  N dy 10181   1730781      1250     25000         0     86362    125000   4726165    110.99    128.25
2005.32/502.68	c  N dy 10302   1750806      1250     25000         0    106358    125000   7495946    111.00    117.49
2028.85/508.53	c  N dy 10422   1770873      1250     25000         0     68466    125000   2120226    111.01    119.08
2050.40/513.93	c  N dy 10546   1790952      1250     25000         0     88521    125000   4907597    111.03    117.84
2076.38/520.49	c  N dy 10667   1810990      1250     25000         0    108543    125000   7675489    111.04    117.28
2099.88/526.33	c  N dy 10775   1831027      1250     25000         0     69609    125000   2138885    111.04    117.37
2121.02/531.64	c  N dy 10893   1851158      1250     25000         0     89723    125000   4935051    111.05    118.00
2146.60/538.07	c  N dy 11014   1871243      1250     25000         0    109783    125000   7717949    111.06    119.69
2170.50/544.05	c  N dy 11126   1891431      1250     25000         0     70012    125000   2087233    111.07    118.08
2192.05/549.45	c  N dy 11248   1911840      1250     25000         0     90403    125000   4909413    111.08    118.28
2218.78/556.10	c  N dy 11364   1932299      1250     25000         0    110839    125000   7745966    111.08    120.58
2243.91/562.45	c  N dy 11484   1952477      1250     25000         0     70061    125000   1955305    111.09    118.70
2265.10/567.76	c  N dy 11606   1972537      1250     25000         0     90102    125000   4725499    111.10    117.01
2291.01/574.28	c  N dy 11722   1992546      1250     25000         0    110088    125000   7478907    111.10    121.03
2317.77/580.93	c  N dy 11839   2012846      1250     25000         0     68435    125000   1600491    111.10    117.48
2338.88/586.28	c  N dy 11967   2033113      1250     25000         0     88683    125000   4421038    111.11    117.77
2366.05/593.07	c  N dy 12097   2053156      1250     25000         0    108709    125000   7221308    111.14    120.17
2394.74/600.26	c  N dy 12221   2073206      1250     25000         0     65800    125000   1100888    111.15    125.85
2415.48/605.49	c  N dy 12348   2093530      1250     25000         0     86106    125000   3895307    111.15    117.74
2440.66/611.76	c  N dy 12467   2113612      1250     25000         0    106165    125000   6674222    111.15    126.62
2470.55/619.22	c  N dy 12585   2133682      1250     25000         0    126214    125000   9464403    111.16    120.24
2491.29/624.48	c  N dy 12700   2153809      1250     25000         0     82382    125000   3290214    111.16    118.37
2515.28/630.45	c  N dy 12819   2174006      1250     25000         0    102568    125000   6096862    111.17    118.07
2543.97/637.65	c  N dy 12940   2194025      1250     25000         0    122573    125000   8885447    111.18    117.35
2564.71/642.87	c  S st 13039   2210751      1250     25000         0     74339    125000   2030455    111.18    116.42
2565.51/643.05	c  S st 13039   2211254      1250     25000         0     74842    125000   2092895    111.18   no data
2565.51/643.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2565.90/643.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2565.90/643.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2565.90/643.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2565.90/643.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2565.90/643.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
2565.90/643.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2565.90/643.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2566.30/643.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2594.28/650.23	c lits-rem:       158  cl-subs:       15  v-elim:      0  v-fix:    0  time:  7.02 s
2594.28/650.23	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
2594.28/650.26	c vivif2 --  cl tried    74827 cl shrink        0 lits rem          0 time: 0.03
2595.84/650.65	c asymm  cl-useful: 0/14884/25000 lits-rem:0 time: 0.39
2595.84/650.65	c calculated reachability. Time: 0.00
2595.84/650.65	c  N dy 13039   2211254      1250     25000         0     74827    125000   2088218    111.18   no data
2618.58/656.31	c  N dy 13164   2231350      1250     25000         0     94906    125000   4879200    111.19    117.69
2645.31/663.10	c  N dy 13288   2251392      1250     25000         0    114936    125000   7664131    111.19    119.34
2675.23/670.52	c  N dy 13416   2271539      1250     25000         0     69125    125000   1172760    111.21    119.15
2695.97/675.75	c  N dy 13539   2291587      1250     25000         0     89154    125000   3966443    111.22    117.76
2722.31/682.36	c  N dy 13663   2311731      1250     25000         0    109278    125000   6740829    111.22    120.39
2754.64/690.47	c  N dy 13771   2331951      1250     25000         0    129481    125000   9548960    111.22    117.35
2779.37/696.67	c  N dy 13891   2352037      1250     25000         0     82606    125000   2906164    111.22    117.83
2804.53/702.92	c  N dy 14015   2372211      1250     25000         0    102762    125000   5726496    111.23    118.14
2834.84/710.50	c  N dy 14145   2392292      1250     25000         0    122813    125000   8537178    111.25    119.55
2863.56/717.71	c  N dy 14275   2412326      1250     25000         0     74899    125000   1727504    111.27    117.45
2885.51/723.23	c  N dy 14391   2432391      1250     25000         0     94951    125000   4506188    111.27    117.60
2912.64/730.01	c  N dy 14520   2452416      1250     25000         0    114960    125000   7288358    111.28    118.78
2944.57/738.02	c  N dy 14642   2472558      1250     25000         0    135085    125000  10093301    111.29    118.99
2967.35/743.79	c  N dy 14763   2492827      1250     25000         0     86398    125000   3182526    111.29    118.79
2992.44/750.02	c  N dy 14880   2512849      1250     25000         0    106396    125000   5962276    111.29    117.90
3021.57/757.33	c  N dy 14997   2532961      1250     25000         0    126488    125000   8746147    111.30    118.28
3050.74/764.65	c  N dy 15115   2552989      1250     25000         0     76562    125000   1697169    111.30    132.92
3073.04/770.22	c  N dy 15219   2573108      1250     25000         0     96664    125000   4480328    111.30    118.39
3100.17/777.02	c  N dy 15334   2593207      1250     25000         0    116751    125000   7260078    111.30    118.35
3133.71/785.41	c  N dy 15443   2613219      1250     25000         0    136740    125000  10028595    111.30    117.30
3159.22/791.82	c  N dy 15547   2633374      1250     25000         0     85942    125000   2867757    111.29    117.99
3185.96/798.54	c  N dy 15671   2653563      1250     25000         0    106109    125000   5687520    111.31    119.22
3216.28/806.13	c  N dy 15794   2673626      1250     25000         0    126155    125000   8491814    111.32    118.16
3249.40/814.41	c  N dy 15911   2693674      1250     25000         0     74251    125000   1118749    111.32    121.42
3268.15/819.19	c  S st 16013   2711254      1250     25000         0     91809    125000   3555964    111.33    112.50
3269.35/819.43	c  S st 16013   2711758      1250     25000         0     92313    125000   3618785    111.33   no data
3269.35/819.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3269.35/819.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3269.35/819.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3269.35/819.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3269.35/819.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3269.35/819.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
3269.35/819.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3269.77/819.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3270.18/819.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3323.60/833.06	c lits-rem:       240  cl-subs:       27  v-elim:      0  v-fix:    0  time: 13.40 s
3323.60/833.06	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
3324.00/833.11	c vivif2 --  cl tried    92286 cl shrink        0 lits rem          0 time: 0.05
3325.60/833.50	c asymm  cl-useful: 0/10116/25000 lits-rem:0 time: 0.39
3325.60/833.50	c calculated reachability. Time: 0.00
3325.60/833.50	c  N dy 16013   2711758      1250     25000         0     92286    125000   3610859    111.33   no data
3351.54/840.06	c  N dy 16132   2731965      1250     25000         0    112472    125000   6425591    111.33    117.32
3383.06/847.91	c  N dy 16265   2752022      1250     25000         0    132511    125000   9217904    111.35    127.82
3413.78/855.67	c  N dy 16390   2772026      1250     25000         0     79565    125000   1732333    111.36    117.99
3437.32/861.54	c  N dy 16517   2792076      1250     25000         0     99598    125000   4515367    111.37    135.21
3465.25/868.56	c  N dy 16634   2812101      1250     25000         0    119603    125000   7294642    111.37    123.51
3497.58/876.66	c  N dy 16746   2832107      1250     25000         0    139588    125000  10069250    111.38    118.65
3525.50/883.65	c  N dy 16875   2852153      1250     25000         0     85690    125000   2458841    111.39    129.18
3550.66/889.99	c  N dy 17004   2872237      1250     25000         0    105755    125000   5259788    111.40    119.56
3582.56/897.98	c  N dy 17128   2892288      1250     25000         0    125791    125000   8081059    111.42    119.09
3618.47/906.97	c  N dy 17256   2912293      1250     25000         0    145777    125000  10859518    111.43    117.59
3646.40/913.90	c  N dy 17377   2933780      1250     25000         0     92313    125000   3227819    111.42    118.21
3673.13/920.61	c  N dy 17504   2954044      1250     25000         0    112561    125000   6066576    111.44    118.27
3704.27/928.43	c  N dy 17625   2974127      1250     25000         0    132630    125000   8859159    111.44    119.63
3739.39/937.26	c  N dy 17750   2994216      1250     25000         0     76763    125000    940323    111.45    117.33
3761.75/942.84	c  N dy 17866   3014252      1250     25000         0     96774    125000   3741551    111.46    121.87
3788.44/949.53	c  N dy 17981   3034318      1250     25000         0    116822    125000   6527096    111.46    118.69
3819.96/957.49	c  N dy 18102   3054344      1250     25000         0    136826    125000   9316913    111.46    125.14
3855.07/966.20	c  N dy 18226   3074349      1250     25000         0     79886    125000   1242504    111.47    118.71
3878.62/972.15	c  N dy 18350   3094523      1250     25000         0    100049    125000   4020983    111.48    117.56
3907.74/979.43	c  N dy 18481   3115377      1250     25000         0    120882    125000   6930300    111.48    117.43
3940.87/987.76	c  N dy 18605   3135417      1250     25000         0    140907    125000   9733516    111.50    119.74
3973.18/995.89	c  N dy 18708   3155435      1250     25000         0     82980    125000   1540770    111.49    118.79
4000.71/1002.72	c  N dy 18833   3175504      1250     25000         0    103025    125000   4356234    111.51    118.73
4033.46/1010.99	c  N dy 18953   3195586      1250     25000         0    123083    125000   7138696    111.51    148.68
4063.36/1018.44	c  S st 19045   3211759      1250     25000         0    139243    125000   9382348    111.51    100.82
4064.95/1018.84	c  S st 19045   3212263      1250     25000         0    139747    125000   9440386    111.51   no data
4064.95/1018.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4065.34/1018.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
4065.34/1018.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4065.34/1018.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4065.34/1018.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4065.34/1018.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
4065.34/1018.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4065.74/1019.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
4067.35/1019.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4338.27/1087.37	c lits-rem:       746  cl-subs:      102  v-elim:      0  v-fix:    0  time: 67.97 s
4338.27/1087.37	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
4338.67/1087.49	c vivif2 --  cl tried   139645 cl shrink        0 lits rem          0 time: 0.12
4340.69/1087.97	c asymm  cl-useful: 0/9574/25000 lits-rem:0 time: 0.48
4340.69/1087.97	c calculated reachability. Time: 0.00
4340.69/1087.97	c  N dy 19045   3212263      1250     25000         0    139645    125000   9409802    111.51   no data
4376.97/1097.09	c  N dy 19162   3232403      1250     25000         0     80839    125000   1112576    111.52    118.26
4400.51/1102.98	c  N dy 19282   3252408      1250     25000         0    100827    125000   3892403    111.52    118.16
4429.24/1110.11	c  N dy 19410   3272469      1250     25000         0    120872    125000   6678804    111.53    117.45
4462.76/1118.58	c  N dy 19532   3292711      1250     25000         0    141096    125000   9493032    111.54    117.60
4503.08/1128.70	c  N dy 19660   3312821      1250     25000         0     81263    125000   1047524    111.55    118.20
4528.59/1135.09	c  N dy 19787   3332916      1250     25000         0    101342    125000   3866006    111.56    117.49
4558.92/1142.62	c  N dy 19897   3353022      1250     25000         0    121421    125000   6649510    111.56    121.76
4594.83/1151.66	c  N dy 20019   3373050      1250     25000         0    141434    125000   9443663    111.56    126.16
4635.17/1161.71	c  N dy 20160   3393101      1250     25000         0    161468    125000  12253973    111.58    118.34
4659.87/1167.97	c  N dy 20278   3413371      1250     25000         0    100787    125000   3639609    111.58    119.00
4688.59/1175.13	c  N dy 20404   3433440      1250     25000         0    120832    125000   6449848    111.59    118.02
4721.31/1183.37	c  N dy 20520   3453647      1250     25000         0    141013    125000   9264851    111.59    117.69
4758.82/1192.72	c  N dy 20637   3473735      1250     25000         0    161079    125000  12050665    111.60    118.67
4785.54/1199.42	c  N dy 20769   3493997      1250     25000         0     99415    125000   3317812    111.61    117.93

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-3366118-1305395851/watcher-3366118-1305395851 -o /tmp/evaluation-result-3366118-1305395851/solver-3366118-1305395851 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366118-1305395851.cnf 

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

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


[startup+0 s]
/proc/loadavg: 5.70 7.51 7.72 3/316 13748
/proc/meminfo: memFree=28023392/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) D 13744 13746 12865 0 -1 4202496 434 0 0 0 0 0 0 0 18 0 4 0 651183939 52396032 363 33554432000 4194304 4580107 140735823414736 18446744073709551615 268272349893 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 12792 363 309 95 0 7774 0
[pid=13746/tid=13750] ppid=13744 vsize=274544 CPUtime=0 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 467 0 0 0 0 0 0 0 19 0 4 0 651183939 281133056 1712 33554432000 4194304 4580107 140735823414736 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=274544 CPUtime=0 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 459 0 0 0 0 0 0 0 20 0 4 0 651183939 281133056 1714 33554432000 4194304 4580107 140735823414736 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=274544 CPUtime=0 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 4 0 651183939 281133056 1716 33554432000 4194304 4580107 140735823414736 18446744073709551615 268272732250 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.151237 s]
/proc/loadavg: 5.70 7.51 7.72 3/316 13748
/proc/meminfo: memFree=28023392/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=288084 CPUtime=0.57 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) D 13744 13746 12865 0 -1 4202496 5091 0 0 0 56 1 0 0 20 0 4 0 651183939 294998016 4999 33554432000 4194304 4580107 140735823414736 18446744073709551615 268272386256 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 72021 4999 363 95 0 67003 0
[pid=13746/tid=13750] ppid=13744 vsize=288084 CPUtime=0.14 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) D 13744 13746 12865 0 -1 4202560 1459 0 0 0 14 0 0 0 20 0 4 0 651183939 294998016 4999 33554432000 4194304 4580107 140735823414736 18446744073709551615 268272349893 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=288084 CPUtime=0.14 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) D 13744 13746 12865 0 -1 4202560 1044 0 0 0 14 0 0 0 20 0 4 0 651183939 294998016 4999 33554432000 4194304 4580107 140735823414736 18446744073709551615 268272732343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=288084 CPUtime=0.13 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 1026 0 0 0 13 0 0 0 21 0 4 0 651183939 294998016 4999 33554432000 4194304 4580107 140735823414736 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 288084

[startup+0.200693 s]
/proc/loadavg: 5.70 7.51 7.72 3/316 13748
/proc/meminfo: memFree=28023392/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=290524 CPUtime=0.76 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 8525 0 0 0 74 2 0 0 20 0 4 0 651183939 297496576 7208 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 72631 7209 376 95 0 67613 0
[pid=13746/tid=13750] ppid=13744 vsize=290524 CPUtime=0.18 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 2339 0 0 0 18 0 0 0 20 0 4 0 651183939 297496576 7209 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=290524 CPUtime=0.18 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 2312 0 0 0 18 0 0 0 18 0 4 0 651183939 297496576 7209 33554432000 4194304 4580107 140735823414736 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=290524 CPUtime=0.18 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 1116 0 0 0 18 0 0 0 21 0 4 0 651183939 297496576 7209 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 290524

[startup+0.300676 s]
/proc/loadavg: 5.70 7.51 7.72 3/316 13748
/proc/meminfo: memFree=28023392/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=290524 CPUtime=1.16 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 9352 0 0 0 114 2 0 0 20 0 4 0 651183939 297496576 8035 33554432000 4194304 4580107 140735823414736 18446744073709551615 4320891 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 72631 8035 376 95 0 67613 0
[pid=13746/tid=13750] ppid=13744 vsize=290524 CPUtime=0.28 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 2545 0 0 0 28 0 0 0 20 0 4 0 651183939 297496576 8035 33554432000 4194304 4580107 140735823414736 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=290524 CPUtime=0.28 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 2515 0 0 0 28 0 0 0 18 0 4 0 651183939 297496576 8035 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=290524 CPUtime=0.28 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 1334 0 0 0 28 0 0 0 21 0 4 0 651183939 297496576 8035 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 290524

[startup+0.700606 s]
/proc/loadavg: 5.70 7.51 7.72 3/316 13748
/proc/meminfo: memFree=28023392/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=297188 CPUtime=2.76 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 13611 0 0 0 273 3 0 0 21 0 4 0 651183939 304320512 8722 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 74297 8722 377 95 0 69279 0
[pid=13746/tid=13750] ppid=13744 vsize=297188 CPUtime=0.68 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 3568 0 0 0 68 0 0 0 21 0 4 0 651183939 304320512 8722 33554432000 4194304 4580107 140735823414736 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=297188 CPUtime=0.68 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 3614 0 0 0 68 0 0 0 18 0 4 0 651183939 304320512 8723 33554432000 4194304 4580107 140735823414736 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=297188 CPUtime=0.68 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 2449 0 0 0 68 0 0 0 22 0 4 0 651183939 304320512 8723 33554432000 4194304 4580107 140735823414736 18446744073709551615 4339077 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 297188

[startup+1.50046 s]
/proc/loadavg: 5.70 7.51 7.72 9/324 13756
/proc/meminfo: memFree=27952896/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=298252 CPUtime=5.95 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 20478 0 0 0 591 4 0 0 23 0 4 0 651183939 305410048 10936 33554432000 4194304 4580107 140735823414736 18446744073709551615 4296088 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 74563 10936 377 95 0 69545 0
[pid=13746/tid=13750] ppid=13744 vsize=298252 CPUtime=1.48 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 5243 0 0 0 148 0 0 0 23 0 4 0 651183939 305410048 10936 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=298252 CPUtime=1.48 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 5352 0 0 0 148 0 0 0 19 0 4 0 651183939 305410048 10936 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=298252 CPUtime=1.46 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 4206 0 0 0 146 0 0 0 25 0 4 0 651183939 305410048 10936 33554432000 4194304 4580107 140735823414736 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 298252

[startup+3.10118 s]
/proc/loadavg: 5.70 7.51 7.72 9/324 13756
/proc/meminfo: memFree=27931420/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=299912 CPUtime=12.34 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 38444 0 0 0 1227 7 0 0 25 0 4 0 651183939 307109888 17345 33554432000 4194304 4580107 140735823414736 18446744073709551615 4415779 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 74978 17346 379 95 0 69960 0
[pid=13746/tid=13750] ppid=13744 vsize=299912 CPUtime=3.09 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 8635 0 0 0 308 1 0 0 25 0 4 0 651183939 307109888 17346 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=299912 CPUtime=3.08 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 8718 0 0 0 307 1 0 0 25 0 4 0 651183939 307109888 17346 33554432000 4194304 4580107 140735823414736 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=299912 CPUtime=3.06 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 7614 0 0 0 305 1 0 0 25 0 4 0 651183939 307109888 17346 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 299912

[startup+6.30061 s]
/proc/loadavg: 5.88 7.52 7.72 10/324 13756
/proc/meminfo: memFree=27758532/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=312724 CPUtime=25.1 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 70008 0 0 0 2498 12 0 0 25 0 4 0 651183939 320229376 33726 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 78181 33726 379 95 0 73163 0
[pid=13746/tid=13750] ppid=13744 vsize=312724 CPUtime=6.28 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 16302 0 0 0 626 2 0 0 25 0 4 0 651183939 320229376 33726 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=312724 CPUtime=6.28 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 18236 0 0 0 626 2 0 0 25 0 4 0 651183939 320229376 33726 33554432000 4194304 4580107 140735823414736 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=312724 CPUtime=6.22 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 17329 0 0 0 620 2 0 0 25 0 4 0 651183939 320229376 33726 33554432000 4194304 4580107 140735823414736 18446744073709551615 4416709 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 312724

[startup+12.7005 s]
/proc/loadavg: 6.13 7.54 7.72 9/324 13756
/proc/meminfo: memFree=27685960/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=343172 CPUtime=50.63 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 107417 0 0 0 5044 19 0 0 25 0 4 0 651183939 351408128 44162 33554432000 4194304 4580107 140735823414736 18446744073709551615 4401345 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 85793 44162 379 95 0 80775 0
[pid=13746/tid=13750] ppid=13744 vsize=343172 CPUtime=12.68 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 25881 0 0 0 1265 3 0 0 25 0 4 0 651183939 351408128 44162 33554432000 4194304 4580107 140735823414736 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=343172 CPUtime=12.68 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 26741 0 0 0 1264 4 0 0 25 0 4 0 651183939 351408128 44162 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=343172 CPUtime=12.56 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 26678 0 0 0 1251 5 0 0 25 0 4 0 651183939 351408128 44162 33554432000 4194304 4580107 140735823414736 18446744073709551615 4321452 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 343172

[startup+25.5012 s]
/proc/loadavg: 6.54 7.56 7.73 10/324 13756
/proc/meminfo: memFree=27444024/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=431144 CPUtime=101.71 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 160863 0 0 0 10139 32 0 0 25 0 4 0 651183939 441491456 72042 33554432000 4194304 4580107 140735823414736 18446744073709551615 4416317 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 107786 72042 379 95 0 102768 0
[pid=13746/tid=13750] ppid=13744 vsize=431144 CPUtime=25.48 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 32435 0 0 0 2543 5 0 0 25 0 4 0 651183939 441491456 72042 33554432000 4194304 4580107 140735823414736 18446744073709551615 4416320 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=431144 CPUtime=25.48 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 40037 0 0 0 2540 8 0 0 25 0 4 0 651183939 441491456 72043 33554432000 4194304 4580107 140735823414736 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=431144 CPUtime=25.23 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 41134 0 0 0 2515 8 0 0 25 0 4 0 651183939 441491456 72043 33554432000 4194304 4580107 140735823414736 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 431144

[startup+51.1007 s]
/proc/loadavg: 7.04 7.60 7.73 9/324 13757
/proc/meminfo: memFree=27340560/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=556672 CPUtime=203.85 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 224746 0 0 0 20336 49 0 0 25 0 4 0 651183939 570032128 82000 33554432000 4194304 4580107 140735823414736 18446744073709551615 4416036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 139168 82000 379 95 0 134150 0
[pid=13746/tid=13750] ppid=13744 vsize=556672 CPUtime=51.09 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 44516 0 0 0 5101 8 0 0 25 0 4 0 651183939 570032128 82001 33554432000 4194304 4580107 140735823414736 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=556672 CPUtime=51.08 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 56924 0 0 0 5096 12 0 0 25 0 4 0 651183939 570032128 82001 33554432000 4194304 4580107 140735823414736 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=556672 CPUtime=50.57 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 67178 0 0 0 5041 16 0 0 25 0 4 0 651183939 570032128 82001 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 556672

[startup+102.301 s]
/proc/loadavg: 7.63 7.67 7.75 9/324 13758
/proc/meminfo: memFree=27244564/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=574192 CPUtime=408.15 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 374646 0 0 0 40728 87 0 0 25 0 4 0 651183939 587972608 92513 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 143548 92513 379 95 0 138530 0
[pid=13746/tid=13750] ppid=13744 vsize=574192 CPUtime=102.29 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 87721 0 0 0 10209 20 0 0 25 0 4 0 651183939 587972608 92522 33554432000 4194304 4580107 140735823414736 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=574192 CPUtime=102.29 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 88232 0 0 0 10210 19 0 0 25 0 4 0 651183939 587972608 92522 33554432000 4194304 4580107 140735823414736 18446744073709551615 4304870 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=574192 CPUtime=101.26 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 114153 0 0 0 10098 28 0 0 25 0 4 0 651183939 587972608 92522 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.15
Current children cumulated vsize (KiB) 574192

[startup+162.301 s]

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

[pid=13746] ppid=13744 vsize=1053120 CPUtime=2562.72 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 1421816 0 0 0 255840 432 0 0 25 0 4 0 651183939 1078394880 202460 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 263280 202460 391 95 0 258262 0
[pid=13746/tid=13750] ppid=13744 vsize=1053120 CPUtime=639.48 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 335329 0 0 0 63842 106 0 0 25 0 4 0 651183939 1078394880 202460 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=1053120 CPUtime=642.27 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 368203 0 0 0 64113 114 0 0 25 0 4 0 651183939 1078394880 202460 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=1053120 CPUtime=638.66 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 403794 0 0 0 63746 120 0 0 25 0 4 0 651183939 1078394880 202460 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2562.72
Current children cumulated vsize (KiB) 1053120

[startup+702.301 s]
/proc/loadavg: 8.02 8.04 7.91 9/324 13786
/proc/meminfo: memFree=26386680/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=1124072 CPUtime=2802.12 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 1512916 0 0 0 279745 467 0 0 25 0 4 0 651183939 1151049728 198428 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 281018 198428 391 95 0 276000 0
[pid=13746/tid=13750] ppid=13744 vsize=1124072 CPUtime=698.87 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 356736 0 0 0 69772 115 0 0 25 0 4 0 651183939 1151049728 198428 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=1124072 CPUtime=702.27 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 388785 0 0 0 70106 121 0 0 25 0 4 0 651183939 1151049728 198429 33554432000 4194304 4580107 140735823414736 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=1124072 CPUtime=698.65 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 431630 0 0 0 69735 130 0 0 25 0 4 0 651183939 1151049728 198429 33554432000 4194304 4580107 140735823414736 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.12
Current children cumulated vsize (KiB) 1124072

[startup+762.301 s]
/proc/loadavg: 8.07 8.05 7.91 9/324 13788
/proc/meminfo: memFree=26423488/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=1057956 CPUtime=3041.55 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 1612127 0 0 0 303651 504 0 0 25 0 4 0 651183939 1083346944 202186 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 264489 202186 391 95 0 259471 0
[pid=13746/tid=13750] ppid=13744 vsize=1057956 CPUtime=758.28 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 382722 0 0 0 75703 125 0 0 25 0 4 0 651183939 1083346944 202193 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=1057956 CPUtime=762.29 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 410699 0 0 0 76101 128 0 0 25 0 4 0 651183939 1083346944 202193 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294733 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=1057956 CPUtime=758.67 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 459907 0 0 0 75725 142 0 0 25 0 4 0 651183939 1083346944 202193 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3041.55
Current children cumulated vsize (KiB) 1057956

[startup+822.3 s]
/proc/loadavg: 8.15 8.07 7.93 9/324 13790
/proc/meminfo: memFree=26261264/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=1154676 CPUtime=3280.91 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 1697458 0 0 0 327554 537 0 0 25 0 4 0 651183939 1182388224 222669 33554432000 4194304 4580107 140735823414736 18446744073709551615 4451766 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 288669 222669 380 95 0 283651 0
[pid=13746/tid=13750] ppid=13744 vsize=1154676 CPUtime=817.68 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 397376 0 0 0 81637 131 0 0 25 0 4 0 651183939 1182388224 222669 33554432000 4194304 4580107 140735823414736 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=1154676 CPUtime=822.27 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 436596 0 0 0 82088 139 0 0 25 0 4 0 651183939 1182388224 222669 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=1154676 CPUtime=818.66 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 478068 0 0 0 81717 149 0 0 25 0 4 0 651183939 1182388224 222669 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3280.91
Current children cumulated vsize (KiB) 1154676

[startup+882.312 s]
/proc/loadavg: 8.11 8.07 7.93 9/324 13791
/proc/meminfo: memFree=26356600/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=1031060 CPUtime=3520.36 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 1785947 0 0 0 351464 572 0 0 25 0 4 0 651183939 1055805440 199314 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 257765 199314 380 95 0 252747 0
[pid=13746/tid=13750] ppid=13744 vsize=1031060 CPUtime=877.09 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 418502 0 0 0 87568 141 0 0 25 0 4 0 651183939 1055805440 199314 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=1031060 CPUtime=882.28 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 457117 0 0 0 88081 147 0 0 25 0 4 0 651183939 1055805440 199314 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=1031060 CPUtime=878.67 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 503686 0 0 0 87708 159 0 0 25 0 4 0 651183939 1055805440 199314 33554432000 4194304 4580107 140735823414736 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3520.36
Current children cumulated vsize (KiB) 1031060

[startup+942.301 s]
/proc/loadavg: 8.18 8.10 7.95 9/324 13793
/proc/meminfo: memFree=26314660/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=1045992 CPUtime=3759.72 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 1871642 0 0 0 375366 606 0 0 25 0 4 0 651183939 1071095808 196126 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294455 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 261498 196126 380 95 0 256480 0
[pid=13746/tid=13750] ppid=13744 vsize=1045992 CPUtime=936.48 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 438939 0 0 0 93500 148 0 0 25 0 4 0 651183939 1071095808 196126 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=1045992 CPUtime=942.27 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 470556 0 0 0 94075 152 0 0 25 0 4 0 651183939 1071095808 196126 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=1045992 CPUtime=938.66 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 530072 0 0 0 93696 170 0 0 25 0 4 0 651183939 1071095808 196126 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3759.72
Current children cumulated vsize (KiB) 1045992

[startup+1002.3 s]
/proc/loadavg: 8.16 8.11 7.96 9/324 13794
/proc/meminfo: memFree=25927992/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=1407268 CPUtime=3999.11 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 2012871 0 0 0 399265 646 0 0 25 0 4 0 651183939 1441042432 271599 33554432000 4194304 4580107 140735823414736 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 351817 271599 380 95 0 346799 0
[pid=13746/tid=13750] ppid=13744 vsize=1407268 CPUtime=995.87 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 486287 0 0 0 99428 159 0 0 25 0 4 0 651183939 1441042432 271599 33554432000 4194304 4580107 140735823414736 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=1407268 CPUtime=1002.27 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 495905 0 0 0 100066 161 0 0 25 0 4 0 651183939 1441042432 271599 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=1407268 CPUtime=998.66 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 573646 0 0 0 99686 180 0 0 25 0 4 0 651183939 1441042432 271599 33554432000 4194304 4580107 140735823414736 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.11
Current children cumulated vsize (KiB) 1407268

[startup+1062.3 s]
/proc/loadavg: 8.15 8.11 7.97 9/324 13796
/proc/meminfo: memFree=25748424/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=1431716 CPUtime=4238.52 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 2049651 0 0 0 423189 663 0 0 25 0 4 0 651183939 1466077184 282666 33554432000 4194304 4580107 140735823414736 18446744073709551615 4416727 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 357929 282666 380 95 0 352911 0
[pid=13746/tid=13750] ppid=13744 vsize=1431716 CPUtime=1055.28 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 486287 0 0 0 105369 159 0 0 25 0 4 0 651183939 1466077184 282666 33554432000 4194304 4580107 140735823414736 18446744073709551615 4416046 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=1431716 CPUtime=1062.27 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 513853 0 0 0 106054 173 0 0 25 0 4 0 651183939 1466077184 282666 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=1431716 CPUtime=1058.66 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 574417 0 0 0 105686 180 0 0 25 0 4 0 651183939 1466077184 282666 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4238.52
Current children cumulated vsize (KiB) 1431716

[startup+1122.3 s]
/proc/loadavg: 8.13 8.12 7.98 9/324 13798
/proc/meminfo: memFree=25685280/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=1542128 CPUtime=4477.92 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 2139414 0 0 0 447099 693 0 0 25 0 4 0 651183939 1579139072 297028 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 385532 297028 380 95 0 380514 0
[pid=13746/tid=13750] ppid=13744 vsize=1542128 CPUtime=1114.68 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 507263 0 0 0 111300 168 0 0 25 0 4 0 651183939 1579139072 297028 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=1542128 CPUtime=1122.27 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 544373 0 0 0 112045 182 0 0 25 0 4 0 651183939 1579139072 297028 33554432000 4194304 4580107 140735823414736 18446744073709551615 4451903 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=1542128 CPUtime=1118.66 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 599063 0 0 0 111678 188 0 0 25 0 4 0 651183939 1579139072 297028 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4477.92
Current children cumulated vsize (KiB) 1542128

[startup+1182.3 s]
/proc/loadavg: 8.29 8.17 8.01 9/324 13799
/proc/meminfo: memFree=25721464/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=1484080 CPUtime=4717.33 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 2209636 0 0 0 471010 723 0 0 25 0 4 0 651183939 1519697920 280583 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 371020 280583 380 95 0 366002 0
[pid=13746/tid=13750] ppid=13744 vsize=1484080 CPUtime=1174.08 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 526831 0 0 0 117230 178 0 0 25 0 4 0 651183939 1519697920 280583 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=1484080 CPUtime=1182.27 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 548528 0 0 0 118044 183 0 0 25 0 4 0 651183939 1519697920 280583 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=1484080 CPUtime=1178.66 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 622848 0 0 0 117669 197 0 0 25 0 4 0 651183939 1519697920 280583 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294496 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4717.33
Current children cumulated vsize (KiB) 1484080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.21 8.16 8.00 9/324 13800
/proc/meminfo: memFree=25695040/32950928 swapFree=60199044/67111528
[pid=13746] ppid=13744 vsize=1556120 CPUtime=4800.33 cores=1,3,5,7
/proc/13746/stat : 13746 (strangenight2-m) R 13744 13746 12865 0 -1 4202496 2242133 0 0 0 479301 732 0 0 25 0 4 0 651183939 1593466880 287142 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13746/statm: 389030 287142 380 95 0 384012 0
[pid=13746/tid=13750] ppid=13744 vsize=1556120 CPUtime=1194.67 cores=1,3,5,7
/proc/13746/task/13750/stat : 13750 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 533585 0 0 0 119287 180 0 0 25 0 4 0 651183939 1593466880 287149 33554432000 4194304 4580107 140735823414736 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13746/tid=13752] ppid=13744 vsize=1556120 CPUtime=1203.08 cores=1,3,5,7
/proc/13746/task/13752/stat : 13752 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 556537 0 0 0 120122 186 0 0 25 0 4 0 651183939 1593466880 287149 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13746/tid=13753] ppid=13744 vsize=1556120 CPUtime=1199.47 cores=1,3,5,7
/proc/13746/task/13753/stat : 13753 (strangenight2-m) R 13744 13746 12865 0 -1 4202560 631793 0 0 0 119748 199 0 0 25 0 4 0 651183939 1593466880 287149 33554432000 4194304 4580107 140735823414736 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 1556120

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.16
CPU time (s): 4800.42
CPU user time (s): 4793.05
CPU system time (s): 7.37488
CPU usage (%): 398.983
Max. virtual memory (cumulated for all children) (KiB): 1556120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.05
system time used= 7.37488
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2242147
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= 2059
involuntary context switches= 37151

runsolver used 3.17952 second user time and 8.88265 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-14 19:57:31
IDJOB=3366118
IDBENCH=82527
IDSOLVER=1844
FILE ID=node122/3366118-1305395851
RUNJOBID= node122-1305395851-13730
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-S1103412232-098-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366118-1305395851/watcher-3366118-1305395851 -o /tmp/evaluation-result-3366118-1305395851/solver-3366118-1305395851 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366118-1305395851.cnf

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

MD5SUM BENCH= d6a0b223b2c940add3196cb3c37e2d59
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= 73424 MiB
End job on node122 at 2011-05-14 20:17:37