Trace number 3366278

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.43 1204.27

General information on the benchmark

Namerandom/large/
unif-k5-r20-v750-c15000-S976181807-056-UNKNOWN.cnf
MD5SUM3d45813e0b955709c303b5b4ba4955d9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.204
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses15000
Sum of the clauses size75000
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 515000
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-3366278-1305400641.cnf'
0.00/0.00	c -- header says num vars:            750
0.00/0.00	c -- header says num clauses:       15000
0.00/0.01	c -- clauses added:            0 learnts,        15000 normals,            0 xors
0.00/0.01	c -- vars added        750
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       750     15000         0         0     75000         0   no data   no data
0.15/0.08	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.07
0.15/0.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.15/0.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.15/0.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.15/0.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.15/0.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.15/0.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.37/0.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.37/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.37/0.11	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.37/0.11	c calculated reachability. Time: 0.00
0.37/0.11	c Calc default polars -  time:   0.00 s pos:     373 undec:      28 neg:     349
0.37/0.11	c =========================================================================================
0.37/0.11	c types(t): F = full restart, N = normal restart
0.37/0.11	c types(t): S = simplification begin/end, E = solution found
0.37/0.11	c restart types(rt): st = static, dy = dynamic
0.37/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.37/0.11	c  B st     0         0       750     15000         0         0     75000         0   no data   no data
0.77/0.21	c Decided on static restart strategy
1.17/0.39	c  N st     8      4914       750     15000         0      4871     75000    524736   no data   no data
3.16/0.87	c  N st    10     11299       750     15000         0      4513     75000    310728   no data   no data
5.15/1.37	c  N st    11     17042       750     15000         0     10208     75000    941594   no data   no data
7.94/2.11	c  F st    12     25003       750     15000         0     12496     75000   1191315   no data   no data
7.94/2.11	c  N st    12     25003       750     15000         0     12496     75000   1191315   no data   no data
9.53/2.47	c  N dy    18     30000       750     15000         0     10713     75000    897348   no data   no data
9.53/2.47	c  S st    18     30000       750     15000         0     10713     75000    897348   no data   no data
9.93/2.52	c  S st    18     30512       750     15000         0     11225     75000    943740   no data   no data
9.93/2.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.93/2.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.93/2.54	c blocked clauses removed:        0 vars:      0 tried:         750 T: 0.00 s
9.93/2.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.93/2.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.93/2.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
9.93/2.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.93/2.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.93/2.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.52/3.47	c lits-rem:       201  cl-subs:      189  v-elim:      0  v-fix:    0  time:  0.89 s
13.92/3.59	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.11
13.92/3.59	c calculated reachability. Time: 0.00
13.92/3.59	c  N dy    18     30512       750     15000         0     11036     75000    909343   no data   no data
15.51/3.93	c  N dy    44     34589       750     15000         0     15100     75000   1296082     77.08     81.94
16.72/4.25	c  N dy    69     38689       750     15000         0     11343     75000    643453     77.71     82.93
17.90/4.58	c  N dy    96     42726       750     15000         0     15366     75000   1036031     78.52     82.84
19.10/4.85	c  S st   114     45770       750     15000         0      9491     75000    336062     78.60   no data
19.50/4.90	c  S st   114     46273       750     15000         0      9993     75000    379150     78.60   no data
19.50/4.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.50/4.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
19.50/4.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.50/4.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.50/4.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.50/4.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
19.50/4.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.50/4.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
19.50/4.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.90/5.03	c lits-rem:        29  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.11 s
19.90/5.03	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
19.90/5.04	c vivif2 --  cl tried     9991 cl shrink        0 lits rem          0 time: 0.00
20.30/5.14	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.10
20.30/5.14	c calculated reachability. Time: 0.00
20.30/5.14	c  N dy   114     46273       750     15000         0      9991     75000    378758     78.60   no data
21.52/5.44	c  N dy   134     50294       750     15000         0     14002     75000    767306     78.51     83.13
23.08/5.80	c  N dy   155     54518       750     15000         0     18213     75000   1170097     78.27     82.97
24.29/6.15	c  N dy   184     58733       750     15000         0     12477     75000    519803     78.57     83.36
25.48/6.51	c  N dy   210     62998       750     15000         0     16731     75000    933591     78.71     83.17
27.47/6.94	c  N dy   233     67526       750     15000         0     21247     75000   1371222     78.65     82.96
28.27/7.10	c  S st   245     69410       750     15000         0     12170     75000    389762     78.68   no data
28.27/7.15	c  S st   245     69915       750     15000         0     12675     75000    431971     78.68   no data
28.27/7.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.27/7.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.27/7.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.27/7.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.27/7.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.27/7.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
28.27/7.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.27/7.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.27/7.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.07/7.33	c lits-rem:         2  cl-subs:        9  v-elim:      0  v-fix:    0  time:  0.14 s
29.07/7.33	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
29.07/7.34	c vivif2 --  cl tried    12666 cl shrink        0 lits rem          0 time: 0.01
29.47/7.45	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.11
29.47/7.45	c calculated reachability. Time: 0.00
29.47/7.45	c  N dy   245     69915       750     15000         0     12666     75000    430294     78.68   no data
31.05/7.83	c  N dy   276     74380       750     15000         0     17114     75000    861906     78.88     93.60
32.66/8.29	c  N dy   305     79208       750     15000         0     21920     75000   1323559     78.85     83.15
34.67/8.75	c  N dy   331     84336       750     15000         0     15084     75000    577948     78.83     84.87
35.84/9.03	c  F st   355     87502       750     15000         0     18235     75000    885766     78.99   no data
37.04/9.33	c  N st   360     90800       750     15000         0     21520     75000   1207968     78.99   no data
39.49/9.92	c  N dy   387     96836       750     15000         0     14586     75000    443333     79.07     85.20
41.42/10.48	c  N dy   428    103090       750     15000         0     20817     75000   1054507     79.25     84.36
42.22/10.66	c  S st   441    104873       750     15000         0     22591     75000   1231068     79.33   no data
42.62/10.74	c  S st   441    105380       750     15000         0     23098     75000   1274849     79.33   no data
42.62/10.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.62/10.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
42.62/10.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.62/10.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.62/10.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.62/10.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
42.62/10.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.62/10.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
43.02/10.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.98/13.38	c lits-rem:       233  cl-subs:       54  v-elim:      0  v-fix:    0  time:  2.57 s
52.98/13.38	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
53.38/13.40	c vivif2 --  cl tried    23044 cl shrink        0 lits rem          0 time: 0.02
53.77/13.59	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.20
53.77/13.59	c calculated reachability. Time: 0.00
53.77/13.59	c  N dy   441    105380       750     15000         0     23044     75000   1264798     79.33   no data
57.02/14.34	c  N dy   479    112280       750     15000         0     15973     75000    483770     79.42     83.79
59.76/15.02	c  N dy   516    119459       750     15000         0     23126     75000   1181044     79.34     84.35
63.35/15.95	c  N dy   564    127161       750     15000         0     15859     75000    383877     79.43     84.23
66.53/16.76	c  N dy   610    135446       750     15000         0     24122     75000   1184358     79.48     84.93
70.52/17.79	c  N dy   650    144365       750     15000         0     17056     75000    406894     79.39     83.86
74.56/18.75	c  N dy   712    153762       750     15000         0     26418     75000   1325617     79.48     85.26
76.50/19.25	c  S st   738    158070       750     15000         0     30719     75000   1744182     79.50   no data
76.90/19.33	c  S st   738    158573       750     15000         0     31222     75000   1786819     79.50   no data
76.90/19.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.90/19.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
76.90/19.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.90/19.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.90/19.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.90/19.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
76.90/19.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.90/19.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
77.30/19.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
101.60/25.51	c lits-rem:       341  cl-subs:       71  v-elim:      0  v-fix:    0  time:  6.08 s
101.60/25.51	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
101.60/25.53	c vivif2 --  cl tried    31151 cl shrink        0 lits rem          0 time: 0.02
102.40/25.77	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.24
102.40/25.77	c calculated reachability. Time: 0.00
102.40/25.77	c  N dy   738    158573       750     15000         0     31151     75000   1774059     79.50   no data
107.19/26.92	c  N dy   799    168949       750     15000         0     24557     75000   1048018     79.52     83.84
112.37/28.28	c  N dy   856    179802       750     15000         0     35376     75000   2121923     79.51     85.65
117.17/29.49	c  N dy   905    191445       750     15000         0     29048     75000   1389994     79.40     83.67
123.53/31.04	c  N dy   980    203821       750     15000         0     22431     75000    660051     79.49     83.89
129.52/32.59	c  N dy  1040    217081       750     15000         0     35647     75000   1938210     79.41     83.96
136.29/34.20	c  N dy  1101    231019       750     15000         0     29608     75000   1279360     79.38     84.17
139.49/35.10	c  S st  1146    237861       750     15000         0     36437     75000   1948087     79.41   no data
139.91/35.20	c  S st  1146    238361       750     15000         0     36937     75000   1991526     79.41   no data
139.91/35.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
140.34/35.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
140.34/35.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
140.34/35.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
140.34/35.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.34/35.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
140.34/35.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
140.34/35.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
140.68/35.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
172.57/43.36	c lits-rem:       206  cl-subs:      139  v-elim:      0  v-fix:    0  time:  8.06 s
172.57/43.36	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
172.57/43.39	c vivif2 --  cl tried    36798 cl shrink        0 lits rem          0 time: 0.02
173.77/43.67	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.28
173.77/43.67	c calculated reachability. Time: 0.00
173.77/43.67	c  N dy  1146    238361       750     15000         0     36798     75000   1967007     79.41   no data
181.33/45.53	c  N dy  1230    253830       750     15000         0     31272     75000   1348427     79.43     83.71
189.71/47.64	c  N dy  1316    270059       750     15000         0     25527     75000    699731     79.47     84.31
198.47/49.86	c  N dy  1417    287309       750     15000         0     42694     75000   2382302     79.54     87.20
207.64/52.18	c  N dy  1517    305771       750     15000         0     38190     75000   1847492     79.55     84.25
208.04/52.25	c  F st  1521    306251       750     15000         0     38668     75000   1895565     79.56   no data
218.01/54.75	c  N dy  1609    325324       750     15000         0     33749     75000   1330215     79.62     84.21
229.97/57.76	c  N dy  1729    346263       750     15000         0     29703     75000    841757     79.66     85.12
235.96/59.23	c  S st  1783    357542       750     15000         0     40952     75000   1944692     79.66   no data
236.37/59.34	c  S st  1783    358046       750     15000         0     41456     75000   1987708     79.66   no data
236.37/59.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
236.37/59.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
236.37/59.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
236.37/59.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
236.37/59.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
236.37/59.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
236.37/59.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
236.37/59.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
236.80/59.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
267.50/67.18	c lits-rem:       424  cl-subs:      112  v-elim:      0  v-fix:    0  time:  7.74 s
267.50/67.18	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
267.84/67.21	c vivif2 --  cl tried    41344 cl shrink        0 lits rem          0 time: 0.02
269.04/67.57	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.36
269.04/67.57	c calculated reachability. Time: 0.00
269.04/67.57	c  N dy  1783    358046       750     15000         0     41344     75000   1967086     79.66   no data
281.39/70.60	c  N dy  1896    378066       750     15000         0     35383     75000   1302913     79.68     85.75
293.80/73.78	c  N dy  2008    398087       750     15000         0     28426     75000    535694     79.69     84.48
305.32/76.65	c  N dy  2114    418260       750     15000         0     48531     75000   2501626     79.70     84.73
317.67/79.72	c  N dy  2219    438507       750     15000         0     40815     75000   1648987     79.72     84.74
330.83/83.06	c  N dy  2330    458673       750     15000         0     32010     75000    704783     79.76     84.06
342.77/86.05	c  N dy  2439    478752       750     15000         0     52027     75000   2666802     79.76     95.52
355.19/89.12	c  N dy  2544    498784       750     15000         0     42095     75000   1605343     79.75     85.01
369.09/92.67	c  N dy  2640    519020       750     15000         0     31356     75000    459542     79.70     84.47
379.86/95.30	c  S st  2745    537069       750     15000         0     49342     75000   2228641     79.73     77.57
380.26/95.42	c  S st  2745    537571       750     15000         0     49844     75000   2271301     79.73   no data
380.26/95.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
380.26/95.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
380.26/95.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
380.26/95.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
380.26/95.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
380.26/95.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
380.26/95.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
380.26/95.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
380.66/95.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
432.08/108.47	c lits-rem:       519  cl-subs:      103  v-elim:      0  v-fix:    0  time: 12.93 s
432.08/108.47	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
432.48/108.50	c vivif2 --  cl tried    49741 cl shrink        0 lits rem          0 time: 0.03
433.70/108.89	c asymm  cl-useful: 0/13356/15000 lits-rem:0 time: 0.38
433.70/108.89	c calculated reachability. Time: 0.00
433.70/108.89	c  N dy  2745    537571       750     15000         0     49741     75000   2252571     79.73   no data
449.21/112.77	c  N dy  2870    557649       750     15000         0     37860     75000   1007695     79.79     87.76
463.57/116.38	c  N dy  2973    577685       750     15000         0     57827     75000   2962551     79.78     84.19
478.31/120.03	c  N dy  3092    598257       750     15000         0     45431     75000   1661356     79.80     84.35
493.87/123.96	c  N dy  3203    618335       750     15000         0     65447     75000   3628391     79.82     85.31
507.42/127.30	c  N dy  3321    638413       750     15000         0     51570     75000   2179702     79.86     84.06
522.96/131.29	c  N dy  3428    658429       750     15000         0     36634     75000    620273     79.86     84.11
536.12/134.56	c  N dy  3533    678751       750     15000         0     56874     75000   2607195     79.87     84.87
551.68/138.49	c  N dy  3635    698756       750     15000         0     40933     75000    947965     79.85     86.93
566.01/142.08	c  N dy  3750    719193       750     15000         0     61306     75000   2954106     79.87     84.63
581.96/146.06	c  N dy  3867    739282       750     15000         0     44454     75000   1214871     79.90     90.65
597.11/149.88	c  N dy  3985    759564       750     15000         0     64673     75000   3211280     79.93     84.16
613.48/154.01	c  N dy  4114    780250       750     15000         0     47417     75000   1413171     79.96     85.22
629.40/157.95	c  N dy  4238    800600       750     15000         0     67711     75000   3430886     79.99     84.46
634.59/159.27	c  S st  4271    806356       750     15000         0     73446     75000   3999008     80.00     78.58
635.40/159.46	c  S st  4271    806862       750     15000         0     73952     75000   4043207     80.00   no data
635.40/159.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
635.84/159.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
635.84/159.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
635.84/159.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
635.84/159.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
635.84/159.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
635.84/159.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
635.84/159.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
636.17/159.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
735.85/184.69	c lits-rem:       867  cl-subs:      218  v-elim:      0  v-fix:    0  time: 25.01 s
735.85/184.69	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
736.26/184.75	c vivif2 --  cl tried    73734 cl shrink        0 lits rem          0 time: 0.05
736.69/184.83	c asymm  cl-useful: 0/1644/15000 lits-rem:0 time: 0.09
736.69/184.83	c calculated reachability. Time: 0.00
736.69/184.83	c  N dy  4271    806862       750     15000         0     73734     75000   4002842     80.00   no data
751.38/188.51	c  N dy  4369    827184       750     15000         0     55116     75000   2070508     79.99     84.49
768.52/192.89	c  N dy  4495    847331       750     15000         0     75187     75000   4054862     80.02     84.24
783.28/196.59	c  N dy  4617    867355       750     15000         0     55286     75000   2002212     80.04     84.82
800.81/200.96	c  N dy  4744    887412       750     15000         0     75270     75000   3980485     80.08     85.59
816.75/204.94	c  N dy  4860    907769       750     15000         0     54703     75000   1863589     80.10     84.65
833.90/209.26	c  N dy  4968    927823       750     15000         0     74703     75000   3821167     80.10     85.22
850.69/213.48	c  N dy  5081    947902       750     15000         0     52842     75000   1582050     80.11     84.43
867.39/217.71	c  N dy  5194    968211       750     15000         0     73084     75000   3568687     80.12     84.82
885.78/222.22	c  N dy  5300    988306       750     15000         0     50261     75000   1238647     80.12     87.45
901.67/226.26	c  N dy  5412   1008339       750     15000         0     70231     75000   3202158     80.13     85.81
921.99/231.31	c  N dy  5526   1028454       750     15000         0     46416     75000    769728     80.14     86.47
938.39/235.43	c  N dy  5648   1048550       750     15000         0     66433     75000   2761827     80.17     92.56
959.89/240.86	c  N dy  5749   1068653       750     15000         0     86471     75000   4747120     80.17     84.98
963.86/241.86	c  F st  5766   1071878       750     15000         0     89685     75000   5056453     80.17     79.39
977.01/245.15	c  N dy  5836   1088784       750     15000         0     61675     75000   2209451     80.17     84.72
997.34/250.22	c  N dy  5947   1109232       750     15000         0     82058     75000   4226601     80.19     84.70
1016.08/254.94	c  N dy  6065   1129313       750     15000         0     56234     75000   1552553     80.21     85.31
1033.62/259.37	c  N dy  6166   1149475       750     15000         0     76332     75000   3531869     80.20     85.55
1055.15/264.76	c  N dy  6264   1169494       750     15000         0     49437     75000    791331     80.19     85.83
1071.09/268.77	c  N dy  6375   1189568       750     15000         0     69434     75000   2752823     80.19     86.11
1091.87/273.96	c  N dy  6475   1209671       750     15000         0     89474     75000   4732570     80.19     84.85
1092.61/274.16	c  S st  6481   1210293       750     15000         0     90092     75000   4794764     80.19   no data
1093.81/274.40	c  S st  6481   1210798       750     15000         0     90596     75000   4840796     80.19   no data
1093.81/274.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1093.81/274.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1093.81/274.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1093.81/274.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1093.81/274.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1093.81/274.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1093.81/274.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1094.21/274.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1094.61/274.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1230.94/308.80	c lits-rem:       849  cl-subs:      323  v-elim:      0  v-fix:    0  time: 34.14 s
1230.94/308.80	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1230.94/308.86	c vivif2 --  cl tried    90273 cl shrink        0 lits rem          0 time: 0.06
1232.53/309.28	c asymm  cl-useful: 0/8635/15000 lits-rem:0 time: 0.41
1232.53/309.28	c calculated reachability. Time: 0.00
1232.53/309.28	c  N dy  6481   1210798       750     15000         0     90273     75000   4782204     80.19   no data
1250.47/313.78	c  N dy  6610   1230859       750     15000         0     62421     75000   1976422     80.21     85.41
1269.61/318.58	c  N dy  6721   1250921       750     15000         0     82416     75000   3952436     80.22     85.03
1291.53/324.02	c  N dy  6833   1271171       750     15000         0     53768     75000   1040285     80.23     85.57
1307.87/328.16	c  N dy  6930   1291244       750     15000         0     73770     75000   3011928     80.22     84.72
1329.80/333.69	c  N dy  7046   1311303       750     15000         0     93753     75000   4979198     80.22     85.20
1348.54/338.38	c  N dy  7167   1331315       750     15000         0     63883     75000   1959735     80.25     84.53
1368.12/343.26	c  N dy  7270   1351771       750     15000         0     84282     75000   3977437     80.25     86.06
1391.19/349.07	c  N dy  7379   1371861       750     15000         0     53470     75000    837050     80.26     85.01
1408.33/353.33	c  N dy  7495   1392309       750     15000         0     73853     75000   2846074     80.26     85.21
1430.25/358.80	c  N dy  7606   1412554       750     15000         0     94025     75000   4838660     80.27     84.62
1450.59/363.98	c  N dy  7717   1432595       750     15000         0     62176     75000   1608872     80.28     84.67
1469.72/368.73	c  N dy  7813   1452679       750     15000         0     82178     75000   3599202     80.28     84.72
1494.44/374.90	c  N dy  7932   1472777       750     15000         0    102223     75000   5593470     80.29     84.66
1513.17/379.68	c  N dy  8034   1492801       750     15000         0     69364     75000   2216862     80.29     84.76
1534.75/385.03	c  N dy  8159   1512829       750     15000         0     89325     75000   4201910     80.31     92.64
1559.82/391.30	c  N dy  8251   1533019       750     15000         0     55626     75000    776654     80.30     85.23
1576.96/395.68	c  N dy  8352   1553239       750     15000         0     75774     75000   2770523     80.30     84.77
1598.88/401.18	c  N dy  8451   1573397       750     15000         0     95861     75000   4755354     80.29     84.58
1622.45/407.05	c  N dy  8553   1593631       750     15000         0     61213     75000   1239598     80.29     85.32
1641.13/411.79	c  N dy  8664   1613720       750     15000         0     81232     75000   3214080     80.29     84.66
1664.25/417.51	c  N dy  8753   1633803       750     15000         0    101253     75000   5183365     80.28     94.35
1686.57/423.14	c  N dy  8862   1653831       750     15000         0     65396     75000   1565667     80.29     85.90
1706.10/428.03	c  N dy  8975   1673896       750     15000         0     85402     75000   3552369     80.30     92.09
1730.83/434.25	c  N dy  9089   1693903       750     15000         0    105347     75000   5521913     80.31     84.87
1749.18/438.89	c  S st  9181   1710800       750     15000         0     65376     75000   1463590     80.32   no data
1749.95/439.04	c  S st  9181   1711302       750     15000         0     65877     75000   1509299     80.32   no data
1749.95/439.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1749.95/439.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1749.95/439.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1749.95/439.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1749.95/439.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1749.95/439.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1749.95/439.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1750.35/439.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1750.35/439.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1769.89/444.01	c lits-rem:       181  cl-subs:       71  v-elim:      0  v-fix:    0  time:  4.85 s
1769.89/444.01	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1769.89/444.03	c vivif2 --  cl tried    65806 cl shrink        0 lits rem          0 time: 0.02
1770.69/444.28	c asymm  cl-useful: 0/6365/15000 lits-rem:0 time: 0.24
1770.69/444.28	c calculated reachability. Time: 0.00
1770.69/444.28	c  N dy  9181   1711302       750     15000         0     65806     75000   1496520     80.32   no data
1791.02/449.39	c  N dy  9306   1731336       750     15000         0     85768     75000   3479002     80.34     84.72
1817.73/456.03	c  N dy  9414   1751757       750     15000         0    106118     75000   5487223     80.34     84.68
1842.03/462.19	c  N dy  9535   1771819       750     15000         0     68311     75000   1664379     80.35     84.79
1864.75/467.87	c  N dy  9652   1791988       750     15000         0     88385     75000   3662098     80.36     86.15
1891.06/474.42	c  N dy  9767   1812208       750     15000         0    108526     75000   5663472     80.37     85.12
1913.79/480.15	c  N dy  9861   1832553       750     15000         0     70020     75000   1740700     80.37     85.12
1934.92/485.42	c  N dy  9978   1852646       750     15000         0     90033     75000   3733321     80.38     94.91
1960.43/491.87	c  N dy 10083   1872779       750     15000         0    110099     75000   5719124     80.38     85.16
1984.36/497.86	c  N dy 10180   1893703       750     15000         0     71162     75000   1772203     80.38     85.28
2005.88/503.22	c  N dy 10300   1913796       750     15000         0     91175     75000   3755648     80.39     85.40
2031.39/509.66	c  N dy 10400   1933804       750     15000         0    111102     75000   5723248     80.39     84.78
2054.91/515.57	c  N dy 10495   1953877       750     15000         0     70346     75000   1604547     80.38     85.00
2076.04/520.88	c  N dy 10608   1974102       750     15000         0     90500     75000   3606530     80.39     84.83
2103.14/527.62	c  N dy 10725   1994915       750     15000         0    111229     75000   5664483     80.40     84.67
2128.26/533.92	c  N dy 10827   2014949       750     15000         0     69405     75000   1416147     80.40     85.69
2148.65/539.08	c  N dy 10943   2035041       750     15000         0     89429     75000   3415428     80.40     85.96
2173.71/545.30	c  N dy 11038   2055256       750     15000         0    109578     75000   5394272     80.40     87.64
2202.00/552.47	c  N dy 11142   2075273       750     15000         0     66751     75000   1069257     80.39     85.22
2222.34/557.51	c  N dy 11254   2095286       750     15000         0     86702     75000   3039760     80.40     85.12
2248.65/564.15	c  N dy 11384   2115502       750     15000         0    106855     75000   5063711     80.42     85.23
2280.20/572.03	c  N dy 11488   2136270       750     15000         0    127549     75000   7109752     80.42     84.87
2299.27/576.86	c  N dy 11600   2156334       750     15000         0     83760     75000   2651725     80.42     85.27
2324.38/583.15	c  N dy 11718   2176938       750     15000         0    104306     75000   4694450     80.42     85.76
2353.49/590.49	c  N dy 11832   2197029       750     15000         0    124333     75000   6678903     80.43     85.89
2370.23/594.62	c  S st 11903   2211303       750     15000         0     73778     75000   1586163     80.42     80.26
2371.03/594.81	c  S st 11903   2211809       750     15000         0     74284     75000   1631655     80.42   no data
2371.03/594.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2371.03/594.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2371.03/594.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2371.03/594.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2371.03/594.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2371.03/594.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
2371.03/594.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2371.03/594.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2371.43/594.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2391.35/599.97	c lits-rem:       149  cl-subs:       86  v-elim:      0  v-fix:    0  time:  5.03 s
2391.35/599.97	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
2391.35/599.99	c vivif2 --  cl tried    74198 cl shrink        0 lits rem          0 time: 0.02
2392.96/600.36	c asymm  cl-useful: 0/9979/15000 lits-rem:0 time: 0.36
2392.96/600.36	c calculated reachability. Time: 0.00
2392.96/600.36	c  N dy 11903   2211809       750     15000         0     74198     75000   1616406     80.42   no data
2414.88/605.80	c  N dy 12017   2231873       750     15000         0     94199     75000   3601906     80.43     85.14
2442.01/612.66	c  N dy 12135   2251895       750     15000         0    114152     75000   5582978     80.44     84.71
2472.28/620.23	c  N dy 12245   2271968       750     15000         0     68377     75000    958887     80.45     85.09
2492.61/625.30	c  N dy 12361   2292163       750     15000         0     88505     75000   2957758     80.46     85.27
2517.72/631.65	c  N dy 12470   2312356       750     15000         0    108621     75000   4944389     80.46     86.11
2551.63/640.11	c  N dy 12560   2334994       750     15000         0    131181     75000   7183833     80.45     84.83
2573.14/645.59	c  N dy 12662   2355076       750     15000         0     84420     75000   2462166     80.45     85.14
2598.24/651.81	c  N dy 12773   2375161       750     15000         0    104432     75000   4441349     80.46     84.73
2629.74/659.76	c  N dy 12895   2395276       750     15000         0    124476     75000   6436274     80.47     86.13
2659.24/667.15	c  N dy 12991   2416466       750     15000         0     77824     75000   1726322     80.47     85.65
2681.95/672.85	c  N dy 13093   2436543       750     15000         0     97831     75000   3703657     80.47     85.55
2710.65/680.03	c  N dy 13216   2456591       750     15000         0    117823     75000   5686726     80.48     85.52
2744.99/688.63	c  N dy 13345   2476672       750     15000         0     69073     75000    758591     80.49     85.37
2765.67/693.80	c  N dy 13459   2496709       750     15000         0     89048     75000   2738667     80.50     84.99
2790.79/700.13	c  N dy 13568   2516711       750     15000         0    108990     75000   4728610     80.51     89.98
2821.47/707.88	c  N dy 13677   2536725       750     15000         0    128928     75000   6715758     80.51     85.63
2850.97/715.24	c  N dy 13786   2558090       750     15000         0     80455     75000   1792735     80.51     85.40
2874.90/721.23	c  N dy 13901   2578281       750     15000         0    100584     75000   3795100     80.52     84.78
2904.40/728.69	c  N dy 14016   2598974       750     15000         0    121206     75000   5843469     80.52     85.06
2940.67/737.74	c  N dy 14133   2619033       750     15000         0    141179     75000   7836956     80.53     84.84
2963.82/743.58	c  N dy 14241   2639171       750     15000         0     90476     75000   2700998     80.53     85.05
2990.56/750.27	c  N dy 14350   2659197       750     15000         0    110419     75000   4678000     80.54     85.04
3022.39/758.29	c  N dy 14472   2679207       750     15000         0    130360     75000   6670931     80.55     85.03
3053.49/766.06	c  N dy 14589   2699211       750     15000         0     78561     75000   1436726     80.56     84.97
3067.44/769.55	c  S st 14663   2711811       750     15000         0     91112     75000   2689197     80.57   no data
3068.24/769.78	c  S st 14663   2712315       750     15000         0     91616     75000   2731920     80.57   no data
3068.24/769.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3068.64/769.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
3068.64/769.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3068.64/769.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3068.64/769.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3068.64/769.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3068.64/769.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3068.64/769.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3069.05/769.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3134.02/786.25	c lits-rem:       424  cl-subs:      130  v-elim:      0  v-fix:    0  time: 16.07 s
3134.02/786.25	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
3134.02/786.29	c vivif2 --  cl tried    91486 cl shrink        0 lits rem          0 time: 0.04
3135.26/786.60	c asymm  cl-useful: 0/5021/15000 lits-rem:0 time: 0.29
3135.60/786.60	c calculated reachability. Time: 0.00
3135.60/786.60	c  N dy 14663   2712315       750     15000         0     91486     75000   2707991     80.57   no data
3162.30/793.37	c  N dy 14778   2732373       750     15000         0    111483     75000   4687148     80.57     84.99
3193.40/801.18	c  N dy 14886   2752391       750     15000         0    131437     75000   6673071     80.58     85.97
3224.90/809.02	c  N dy 14988   2772486       750     15000         0     78717     75000   1346851     80.58     85.51
3248.02/814.86	c  N dy 15105   2792562       750     15000         0     98744     75000   3328266     80.58     84.99
3277.11/822.16	c  N dy 15225   2812705       750     15000         0    118825     75000   5323860     80.59     85.03
3310.65/830.56	c  N dy 15336   2832723       750     15000         0    138774     75000   7301134     80.59     89.73
3338.51/837.59	c  N dy 15436   2852786       750     15000         0     85025     75000   1888805     80.59     85.31
3363.28/843.73	c  N dy 15542   2872789       750     15000         0    104957     75000   3878783     80.60     85.33
3393.13/851.24	c  N dy 15641   2892947       750     15000         0    125052     75000   5878428     80.60     85.27
3429.39/860.31	c  N dy 15758   2913058       750     15000         0    145109     75000   7874347     80.60     84.90
3456.09/867.07	c  N dy 15854   2933135       750     15000         0     90354     75000   2324157     80.60     86.20
3482.41/873.66	c  N dy 15973   2953137       750     15000         0    110268     75000   4312886     80.61     91.41
3514.30/881.60	c  N dy 16085   2973229       750     15000         0    130301     75000   6307495     80.61     91.13
3550.18/890.66	c  N dy 16185   2993231       750     15000         0    150235     75000   8289925     80.61     86.25
3574.09/896.67	c  N dy 16303   3013244       750     15000         0     94421     75000   2656294     80.62     85.36
3600.81/903.38	c  N dy 16411   3033315       750     15000         0    114403     75000   4644905     80.62     85.29
3633.89/911.66	c  N dy 16518   3053498       750     15000         0    134518     75000   6632532     80.63     85.45
3671.37/921.08	c  N dy 16632   3073540       750     15000         0     77770     75000    899737     80.63     85.67
3694.48/926.84	c  N dy 16739   3093579       750     15000         0     97725     75000   2884033     80.63     98.22
3722.42/933.81	c  N dy 16840   3113911       750     15000         0    117988     75000   4894526     80.63     85.97
3757.07/942.57	c  N dy 16952   3134081       750     15000         0    138084     75000   6895910     80.64     86.68
3796.96/952.54	c  N dy 17056   3154164       750     15000         0     80379     75000   1075264     80.64     85.41
3822.85/959.03	c  N dy 17175   3174384       750     15000         0    100529     75000   3101215     80.65     86.35
3855.14/967.11	c  N dy 17286   3194576       750     15000         0    120661     75000   5103604     80.66     85.52
3889.05/975.61	c  S st 17385   3212315       750     15000         0    138343     75000   6871678     80.66     82.31
3890.62/976.00	c  S st 17385   3212823       750     15000         0    138851     75000   6916684     80.66   no data
3890.62/976.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3891.01/976.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.09
3891.01/976.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3891.01/976.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3891.01/976.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3891.01/976.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3891.01/976.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3891.01/976.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
3891.81/976.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4121.03/1033.89	c lits-rem:      1075  cl-subs:      451  v-elim:      0  v-fix:    0  time: 56.71 s
4121.03/1033.89	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
4121.44/1034.00	c vivif2 --  cl tried   138400 cl shrink        0 lits rem          0 time: 0.09
4123.42/1034.46	c asymm  cl-useful: 0/6045/15000 lits-rem:0 time: 0.46
4123.42/1034.47	c calculated reachability. Time: 0.00
4123.42/1034.47	c  N dy 17385   3212823       750     15000         0    138400     75000   6835187     80.66   no data
4162.88/1044.33	c  N dy 17492   3233823       750     15000         0     80590     75000   1003532     80.67     84.99
4186.80/1050.36	c  N dy 17613   3253832       750     15000         0    100521     75000   2992225     80.68    100.91
4216.30/1057.71	c  N dy 17738   3273851       750     15000         0    120472     75000   4972986     80.68     85.40
4250.18/1066.21	c  N dy 17848   3293966       750     15000         0    140512     75000   6972270     80.69     85.12
4288.08/1075.75	c  N dy 17942   3314148       750     15000         0     80910     75000    945537     80.69     85.04
4311.97/1081.78	c  N dy 18058   3334245       750     15000         0    100936     75000   2942152     80.70     93.16
4343.87/1089.71	c  N dy 18178   3354641       750     15000         0    121265     75000   4961625     80.70     85.72
4379.35/1098.64	c  N dy 18290   3374719       750     15000         0    141272     75000   6957548     80.71    107.16
4421.20/1109.12	c  N dy 18390   3394836       750     15000         0    161303     75000   8951976     80.71     85.09
4446.37/1115.48	c  N dy 18513   3414889       750     15000         0    100577     75000   2815373     80.72     92.61
4475.02/1122.69	c  N dy 18622   3435065       750     15000         0    120686     75000   4812900     80.72     86.54
4509.30/1131.24	c  N dy 18745   3455173       750     15000         0    140729     75000   6806585     80.72     85.32
4549.17/1141.20	c  N dy 18854   3475224       750     15000         0    160714     75000   8792912     80.73     85.59
4575.87/1147.99	c  N dy 18978   3495346       750     15000         0     99060     75000   2577672     80.73     85.46
4603.80/1155.00	c  N dy 19088   3515364       750     15000         0    119009     75000   4562714     80.74     87.44
4637.66/1163.47	c  N dy 19202   3535378       750     15000         0    138932     75000   6550511     80.74     85.07
4677.13/1173.30	c  N dy 19316   3555428       750     15000         0    158922     75000   8538478     80.74     88.97
4707.82/1181.00	c  N dy 19423   3575743       750     15000         0     96453     75000   2222850     80.74     86.64
4735.77/1188.03	c  N dy 19544   3595821       750     15000         0    116468     75000   4227118     80.75     85.31
4768.02/1196.15	c  N dy 19651   3615945       750     15000         0    136518     75000   6219221     80.75     85.54

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-3366278-1305400641/watcher-3366278-1305400641 -o /tmp/evaluation-result-3366278-1305400641/solver-3366278-1305400641 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366278-1305400641.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: 8.18 8.11 8.03 3/408 7933
/proc/meminfo: memFree=21345756/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 730294834 52396032 352 33554432000 4194304 4580107 140735527396896 18446744073709551615 215988592571 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7933/statm: 12792 352 302 95 0 7774 0
[pid=7933/tid=7934] ppid=7931 vsize=283000 CPUtime=0 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 448 0 0 0 0 0 0 0 25 0 4 0 730294834 289792000 1860 33554432000 4194304 4580107 140735527396896 18446744073709551615 215988252993 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=283000 CPUtime=0 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 176 0 0 0 0 0 0 0 25 0 4 0 730294834 289792000 1860 33554432000 4194304 4580107 140735527396896 18446744073709551615 215988697582 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=283000 CPUtime=0 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 456 0 0 0 0 0 0 0 25 0 4 0 730294834 289792000 1860 33554432000 4194304 4580107 140735527396896 18446744073709551615 4306048 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0489101 s]
/proc/loadavg: 8.18 8.11 8.03 3/408 7933
/proc/meminfo: memFree=21345756/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=283720 CPUtime=0.15 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 2374 0 0 0 15 0 0 0 25 0 4 0 730294834 290529280 2284 33554432000 4194304 4580107 140735527396896 18446744073709551615 4295676 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7933/statm: 70930 2284 357 95 0 65912 0
[pid=7933/tid=7934] ppid=7931 vsize=283720 CPUtime=0.03 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 476 0 0 0 3 0 0 0 25 0 4 0 730294834 290529280 2284 33554432000 4194304 4580107 140735527396896 18446744073709551615 215988697631 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=283720 CPUtime=0.03 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 446 0 0 0 3 0 0 0 25 0 4 0 730294834 290529280 2284 33554432000 4194304 4580107 140735527396896 18446744073709551615 215988697582 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=283720 CPUtime=0.04 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 554 0 0 0 4 0 0 0 25 0 4 0 730294834 290529280 2285 33554432000 4194304 4580107 140735527396896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 283720

[startup+0.101555 s]
/proc/loadavg: 8.18 8.11 8.03 3/408 7933
/proc/meminfo: memFree=21345756/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=289340 CPUtime=0.37 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) D 7931 7933 7703 0 -1 4202496 5127 0 0 0 36 1 0 0 25 0 4 0 730294834 296284160 4928 33554432000 4194304 4580107 140735527396896 18446744073709551615 215988635783 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7933/statm: 72335 4928 370 95 0 67317 0
[pid=7933/tid=7934] ppid=7931 vsize=289340 CPUtime=0.09 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 1375 0 0 0 9 0 0 0 25 0 4 0 730294834 296284160 4928 33554432000 4194304 4580107 140735527396896 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=289340 CPUtime=0.08 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 1305 0 0 0 8 0 0 0 25 0 4 0 730294834 296284160 4928 33554432000 4194304 4580107 140735527396896 18446744073709551615 4421446 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=289340 CPUtime=0.09 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) D 7931 7933 7703 0 -1 4202560 668 0 0 0 9 0 0 0 18 0 4 0 730294834 296284160 4928 33554432000 4194304 4580107 140735527396896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 289340

[startup+0.301159 s]
/proc/loadavg: 8.18 8.11 8.03 3/408 7933
/proc/meminfo: memFree=21345756/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=287900 CPUtime=1.17 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 6691 0 0 0 116 1 0 0 25 0 4 0 730294834 294809600 5993 33554432000 4194304 4580107 140735527396896 18446744073709551615 4316849 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7933/statm: 71975 5993 377 95 0 66957 0
[pid=7933/tid=7934] ppid=7931 vsize=287900 CPUtime=0.29 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 1745 0 0 0 29 0 0 0 25 0 4 0 730294834 294809600 5993 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=287900 CPUtime=0.28 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 1692 0 0 0 28 0 0 0 25 0 4 0 730294834 294809600 5993 33554432000 4194304 4580107 140735527396896 18446744073709551615 4321096 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=287900 CPUtime=0.29 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 1070 0 0 0 29 0 0 0 18 0 4 0 730294834 294809600 5993 33554432000 4194304 4580107 140735527396896 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 287900

[startup+0.701092 s]
/proc/loadavg: 8.18 8.11 8.03 3/408 7933
/proc/meminfo: memFree=21345756/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=293400 CPUtime=2.76 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 10451 0 0 0 274 2 0 0 25 0 4 0 730294834 300441600 7202 33554432000 4194304 4580107 140735527396896 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7933/statm: 73350 7202 378 95 0 68332 0
[pid=7933/tid=7934] ppid=7931 vsize=293400 CPUtime=0.68 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 2694 0 0 0 68 0 0 0 25 0 4 0 730294834 300441600 7202 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=293400 CPUtime=0.68 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 2613 0 0 0 67 1 0 0 25 0 4 0 730294834 300441600 7202 33554432000 4194304 4580107 140735527396896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=293400 CPUtime=0.69 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 2006 0 0 0 69 0 0 0 18 0 4 0 730294834 300441600 7202 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 293400

[startup+1.50095 s]
/proc/loadavg: 8.18 8.11 8.03 9/420 7950
/proc/meminfo: memFree=21280400/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=297672 CPUtime=5.95 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 18525 0 0 0 591 4 0 0 25 0 4 0 730294834 304816128 7141 33554432000 4194304 4580107 140735527396896 18446744073709551615 4316555 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7933/statm: 74418 7141 378 95 0 69400 0
[pid=7933/tid=7934] ppid=7931 vsize=297672 CPUtime=1.48 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 4721 0 0 0 148 0 0 0 25 0 4 0 730294834 304816128 7141 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=297672 CPUtime=1.46 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 4502 0 0 0 145 1 0 0 25 0 4 0 730294834 304816128 7141 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=297672 CPUtime=1.48 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 4102 0 0 0 148 0 0 0 19 0 4 0 730294834 304816128 7141 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 297672

[startup+3.10067 s]
/proc/loadavg: 8.18 8.11 8.03 9/420 7950
/proc/meminfo: memFree=21264156/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=300000 CPUtime=12.33 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 35815 0 0 0 1226 7 0 0 25 0 4 0 730294834 307200000 16101 33554432000 4194304 4580107 140735527396896 18446744073709551615 4416997 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7933/statm: 75000 16101 380 95 0 69982 0
[pid=7933/tid=7934] ppid=7931 vsize=300000 CPUtime=3.08 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 9285 0 0 0 307 1 0 0 25 0 4 0 730294834 307200000 16101 33554432000 4194304 4580107 140735527396896 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=300000 CPUtime=3.05 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 7333 0 0 0 303 2 0 0 25 0 4 0 730294834 307200000 16101 33554432000 4194304 4580107 140735527396896 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=300000 CPUtime=3.09 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 7268 0 0 0 308 1 0 0 24 0 4 0 730294834 307200000 16101 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 300000

[startup+6.30111 s]
/proc/loadavg: 8.25 8.12 8.03 9/420 7950
/proc/meminfo: memFree=21097548/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=310516 CPUtime=25.08 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 58283 0 0 0 2498 10 0 0 25 0 4 0 730294834 317968384 36217 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294701 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7933/statm: 77629 36217 380 95 0 72611 0
[pid=7933/tid=7934] ppid=7931 vsize=310516 CPUtime=6.28 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 15417 0 0 0 626 2 0 0 25 0 4 0 730294834 317968384 36218 33554432000 4194304 4580107 140735527396896 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=310516 CPUtime=6.2 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 13317 0 0 0 618 2 0 0 25 0 4 0 730294834 317968384 36218 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=310516 CPUtime=6.29 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 13423 0 0 0 627 2 0 0 25 0 4 0 730294834 317968384 36218 33554432000 4194304 4580107 140735527396896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 310516

[startup+12.701 s]
/proc/loadavg: 8.23 8.12 8.03 9/420 7950
/proc/meminfo: memFree=20948864/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=351484 CPUtime=50.59 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 82295 0 0 0 5044 15 0 0 25 0 4 0 730294834 359919616 53986 33554432000 4194304 4580107 140735527396896 18446744073709551615 4416018 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7933/statm: 87871 53986 380 95 0 82853 0
[pid=7933/tid=7934] ppid=7931 vsize=351484 CPUtime=12.69 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 17409 0 0 0 1266 3 0 0 25 0 4 0 730294834 359919616 53986 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=351484 CPUtime=12.51 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 21756 0 0 0 1248 3 0 0 25 0 4 0 730294834 359919616 53986 33554432000 4194304 4580107 140735527396896 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=351484 CPUtime=12.69 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 21301 0 0 0 1265 4 0 0 25 0 4 0 730294834 359919616 53986 33554432000 4194304 4580107 140735527396896 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 351484

[startup+25.5008 s]
/proc/loadavg: 8.17 8.11 8.03 9/420 7950
/proc/meminfo: memFree=20811836/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=397912 CPUtime=101.6 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 101044 0 0 0 10139 21 0 0 25 0 4 0 730294834 407461888 60053 33554432000 4194304 4580107 140735527396896 18446744073709551615 4507875 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7933/statm: 99478 60053 380 95 0 94460 0
[pid=7933/tid=7934] ppid=7931 vsize=397912 CPUtime=25.48 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 21064 0 0 0 2544 4 0 0 25 0 4 0 730294834 407461888 60053 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=397912 CPUtime=25.13 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 24422 0 0 0 2509 4 0 0 25 0 4 0 730294834 407461888 60053 33554432000 4194304 4580107 140735527396896 18446744073709551615 4320971 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=397912 CPUtime=25.48 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 27721 0 0 0 2543 5 0 0 25 0 4 0 730294834 407461888 60053 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 397912

[startup+51.1003 s]
/proc/loadavg: 8.11 8.10 8.03 9/420 7951
/proc/meminfo: memFree=20726184/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=451760 CPUtime=203.66 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 136895 0 0 0 20333 33 0 0 25 0 4 0 730294834 462602240 69517 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7933/statm: 112940 69517 380 95 0 107922 0
[pid=7933/tid=7934] ppid=7931 vsize=451760 CPUtime=51.09 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 30942 0 0 0 5102 7 0 0 25 0 4 0 730294834 462602240 69517 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=451760 CPUtime=50.39 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 31245 0 0 0 5033 6 0 0 25 0 4 0 730294834 462602240 69517 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=451760 CPUtime=51.08 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 40860 0 0 0 5098 10 0 0 25 0 4 0 730294834 462602240 69517 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.66
Current children cumulated vsize (KiB) 451760

[startup+102.316 s]
/proc/loadavg: 8.20 8.13 8.04 9/420 7952
/proc/meminfo: memFree=20635872/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=545348 CPUtime=407.82 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 210900 0 0 0 40723 59 0 0 25 0 4 0 730294834 558436352 84007 33554432000 4194304 4580107 140735527396896 18446744073709551615 4416709 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7933/statm: 136337 84007 380 95 0 131319 0
[pid=7933/tid=7934] ppid=7931 vsize=545348 CPUtime=102.3 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 42805 0 0 0 10218 12 0 0 25 0 4 0 730294834 558436352 84007 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=545348 CPUtime=100.9 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 42059 0 0 0 10081 9 0 0 25 0 4 0 730294834 558436352 84007 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=545348 CPUtime=102.3 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 72191 0 0 0 10208 22 0 0 25 0 4 0 730294834 558436352 84007 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.82
Current children cumulated vsize (KiB) 545348

[startup+162.301 s]

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

[pid=7933] ppid=7931 vsize=861124 CPUtime=2560.4 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 945638 0 0 0 255694 346 0 0 25 0 4 0 730294834 881790976 149423 33554432000 4194304 4580107 140735527396896 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7933/statm: 215281 149423 383 95 0 210263 0
[pid=7933/tid=7934] ppid=7931 vsize=861124 CPUtime=639.4 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 213146 0 0 0 63860 80 0 0 25 0 4 0 730294834 881790976 149429 33554432000 4194304 4580107 140735527396896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=861124 CPUtime=636.56 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 212423 0 0 0 63582 74 0 0 25 0 4 0 730294834 881790976 149429 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=861124 CPUtime=642.3 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 288788 0 0 0 64123 107 0 0 25 0 4 0 730294834 881790976 149429 33554432000 4194304 4580107 140735527396896 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2560.4
Current children cumulated vsize (KiB) 861124

[startup+702.3 s]
/proc/loadavg: 8.15 8.13 8.08 9/420 7968
/proc/meminfo: memFree=19949808/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=1032676 CPUtime=2799.55 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 1003596 0 0 0 279583 372 0 0 25 0 4 0 730294834 1057460224 152485 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7933/statm: 258169 152485 383 95 0 253151 0
[pid=7933/tid=7934] ppid=7931 vsize=1032676 CPUtime=699.38 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 227379 0 0 0 69851 87 0 0 25 0 4 0 730294834 1057460224 152485 33554432000 4194304 4580107 140735527396896 18446744073709551615 4322582 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=1032676 CPUtime=696.55 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 219917 0 0 0 69578 77 0 0 25 0 4 0 730294834 1057460224 152485 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=1032676 CPUtime=702.28 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 308300 0 0 0 70113 115 0 0 25 0 4 0 730294834 1057460224 152485 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2799.55
Current children cumulated vsize (KiB) 1032676

[startup+762.316 s]
/proc/loadavg: 8.12 8.13 8.08 9/420 7970
/proc/meminfo: memFree=19865212/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=1047868 CPUtime=3038.79 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 1062626 0 0 0 303481 398 0 0 25 0 4 0 730294834 1073016832 170358 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7933/statm: 261967 170358 383 95 0 256949 0
[pid=7933/tid=7934] ppid=7931 vsize=1047868 CPUtime=759.39 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 238751 0 0 0 75848 91 0 0 25 0 4 0 730294834 1073016832 170358 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=1047868 CPUtime=756.57 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 232775 0 0 0 75574 83 0 0 25 0 4 0 730294834 1073016832 170359 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=1047868 CPUtime=762.3 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 324245 0 0 0 76109 121 0 0 25 0 4 0 730294834 1073016832 170359 33554432000 4194304 4580107 140735527396896 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3038.79
Current children cumulated vsize (KiB) 1047868

[startup+822.3 s]
/proc/loadavg: 8.12 8.12 8.08 9/420 7972
/proc/meminfo: memFree=19922580/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=1006944 CPUtime=3277.92 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 1124303 0 0 0 327367 425 0 0 25 0 4 0 730294834 1031110656 165971 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7933/statm: 251736 165971 383 95 0 246718 0
[pid=7933/tid=7934] ppid=7931 vsize=1006944 CPUtime=819.38 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 254026 0 0 0 81839 99 0 0 25 0 4 0 730294834 1031110656 165971 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=1006944 CPUtime=816.55 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 249023 0 0 0 81566 89 0 0 25 0 4 0 730294834 1031110656 165971 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=1006944 CPUtime=822.28 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 342838 0 0 0 82099 129 0 0 25 0 4 0 730294834 1031110656 165971 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3277.92
Current children cumulated vsize (KiB) 1006944

[startup+882.301 s]
/proc/loadavg: 8.10 8.11 8.08 9/420 7973
/proc/meminfo: memFree=19966324/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=995384 CPUtime=3517.09 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 1179388 0 0 0 351259 450 0 0 25 0 4 0 730294834 1019273216 158466 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7933/statm: 248846 158466 383 95 0 243828 0
[pid=7933/tid=7934] ppid=7931 vsize=995384 CPUtime=879.37 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 266797 0 0 0 87832 105 0 0 25 0 4 0 730294834 1019273216 158467 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=995384 CPUtime=876.55 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 258105 0 0 0 87563 92 0 0 25 0 4 0 730294834 1019273216 158467 33554432000 4194304 4580107 140735527396896 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=995384 CPUtime=882.28 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 361093 0 0 0 88091 137 0 0 25 0 4 0 730294834 1019273216 158467 33554432000 4194304 4580107 140735527396896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3517.09
Current children cumulated vsize (KiB) 995384

[startup+942.3 s]
/proc/loadavg: 8.21 8.14 8.09 9/420 7975
/proc/meminfo: memFree=19742108/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=1202000 CPUtime=3756.28 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 1276855 0 0 0 375147 481 0 0 25 0 4 0 730294834 1230848000 203379 33554432000 4194304 4580107 140735527396896 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7933/statm: 300500 203379 383 95 0 295482 0
[pid=7933/tid=7934] ppid=7931 vsize=1202000 CPUtime=939.37 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 298307 0 0 0 93823 114 0 0 25 0 4 0 730294834 1230848000 203379 33554432000 4194304 4580107 140735527396896 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=1202000 CPUtime=936.55 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 275887 0 0 0 93556 99 0 0 25 0 4 0 730294834 1230848000 203379 33554432000 4194304 4580107 140735527396896 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=1202000 CPUtime=942.28 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 394653 0 0 0 94082 146 0 0 25 0 4 0 730294834 1230848000 203379 33554432000 4194304 4580107 140735527396896 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3756.28
Current children cumulated vsize (KiB) 1202000

[startup+1002.3 s]
/proc/loadavg: 8.12 8.12 8.09 9/420 7976
/proc/meminfo: memFree=19508448/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=1296700 CPUtime=3995.45 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 1310609 0 0 0 399048 497 0 0 25 0 4 0 730294834 1327820800 217031 33554432000 4194304 4580107 140735527396896 18446744073709551615 4451895 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7933/statm: 324175 217031 383 95 0 319157 0
[pid=7933/tid=7934] ppid=7931 vsize=1296700 CPUtime=999.37 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 298307 0 0 0 99823 114 0 0 25 0 4 0 730294834 1327820800 217031 33554432000 4194304 4580107 140735527396896 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=1296700 CPUtime=996.55 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 292531 0 0 0 99546 109 0 0 25 0 4 0 730294834 1327820800 217031 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=1296700 CPUtime=1002.28 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 394653 0 0 0 100082 146 0 0 25 0 4 0 730294834 1327820800 217031 33554432000 4194304 4580107 140735527396896 18446744073709551615 4416737 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3995.45
Current children cumulated vsize (KiB) 1296700

[startup+1062.3 s]
/proc/loadavg: 8.08 8.11 8.09 9/420 7978
/proc/meminfo: memFree=19556652/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=1243560 CPUtime=4234.64 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 1360124 0 0 0 422942 522 0 0 25 0 4 0 730294834 1273405440 207186 33554432000 4194304 4580107 140735527396896 18446744073709551615 4324244 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7933/statm: 310890 207186 383 95 0 305872 0
[pid=7933/tid=7934] ppid=7931 vsize=1243560 CPUtime=1059.37 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 308261 0 0 0 105819 118 0 0 25 0 4 0 730294834 1273405440 207186 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=1243560 CPUtime=1056.55 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 307130 0 0 0 105538 117 0 0 25 0 4 0 730294834 1273405440 207186 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=1243560 CPUtime=1062.28 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 411159 0 0 0 106073 155 0 0 25 0 4 0 730294834 1273405440 207186 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294400 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4234.64
Current children cumulated vsize (KiB) 1243560

[startup+1122.3 s]
/proc/loadavg: 8.06 8.10 8.09 9/420 7980
/proc/meminfo: memFree=19451864/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=1245324 CPUtime=4473.82 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 1421991 0 0 0 446831 551 0 0 25 0 4 0 730294834 1275211776 216124 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7933/statm: 311331 216124 383 95 0 306313 0
[pid=7933/tid=7934] ppid=7931 vsize=1245324 CPUtime=1119.37 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 324948 0 0 0 111810 127 0 0 25 0 4 0 730294834 1275211776 216124 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=1245324 CPUtime=1116.55 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 321115 0 0 0 111535 120 0 0 25 0 4 0 730294834 1275211776 216124 33554432000 4194304 4580107 140735527396896 18446744073709551615 4416310 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=1245324 CPUtime=1122.29 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 428505 0 0 0 112065 164 0 0 25 0 4 0 730294834 1275211776 216124 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4473.82
Current children cumulated vsize (KiB) 1245324

[startup+1182.3 s]
/proc/loadavg: 8.13 8.11 8.09 9/420 7981
/proc/meminfo: memFree=19409668/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=1200416 CPUtime=4713 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 1478615 0 0 0 470724 576 0 0 25 0 4 0 730294834 1229225984 221152 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7933/statm: 300104 221152 383 95 0 295086 0
[pid=7933/tid=7934] ppid=7931 vsize=1200416 CPUtime=1179.36 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 341496 0 0 0 117802 134 0 0 25 0 4 0 730294834 1229225984 221152 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=1200416 CPUtime=1176.55 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 330355 0 0 0 117531 124 0 0 25 0 4 0 730294834 1229225984 221152 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=1200416 CPUtime=1182.28 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 445790 0 0 0 118056 172 0 0 25 0 4 0 730294834 1229225984 221152 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4713
Current children cumulated vsize (KiB) 1200416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.2 s]
/proc/loadavg: 8.09 8.10 8.09 9/420 7982
/proc/meminfo: memFree=19406804/32950940 swapFree=67111356/67111528
[pid=7933] ppid=7931 vsize=1298648 CPUtime=4800.32 cores=1,3,5,7
/proc/7933/stat : 7933 (strangenight2-m) R 7931 7933 7703 0 -1 4202496 1496666 0 0 0 479447 585 0 0 25 0 4 0 730294834 1329815552 223549 33554432000 4194304 4580107 140735527396896 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7933/statm: 324662 223549 383 95 0 319644 0
[pid=7933/tid=7934] ppid=7931 vsize=1298648 CPUtime=1201.28 cores=1,3,5,7
/proc/7933/task/7934/stat : 7934 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 344951 0 0 0 119993 135 0 0 25 0 4 0 730294834 1329815552 223555 33554432000 4194304 4580107 140735527396896 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7933/tid=7935] ppid=7931 vsize=1298648 CPUtime=1198.47 cores=1,3,5,7
/proc/7933/task/7935/stat : 7935 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 334056 0 0 0 119720 127 0 0 25 0 4 0 730294834 1329815552 223555 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7933/tid=7936] ppid=7931 vsize=1298648 CPUtime=1204.2 cores=1,3,5,7
/proc/7933/task/7936/stat : 7936 (strangenight2-m) R 7931 7933 7703 0 -1 4202560 451387 0 0 0 120246 174 0 0 25 0 4 0 730294834 1329815552 223555 33554432000 4194304 4580107 140735527396896 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 1298648

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): 1204.27
CPU time (s): 4800.43
CPU user time (s): 4794.53
CPU system time (s): 5.8971
CPU usage (%): 398.619
Max. virtual memory (cumulated for all children) (KiB): 1312140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.53
system time used= 5.8971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1496678
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= 734
involuntary context switches= 32685

runsolver used 4.49032 second user time and 11.9662 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-14 21:17:21
IDJOB=3366278
IDBENCH=82687
IDSOLVER=1844
FILE ID=node117/3366278-1305400641
RUNJOBID= node117-1305398227-7722
PBS_JOBID= 13324483
Free space on /tmp= 73408 MiB

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

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

MD5SUM BENCH= 3d45813e0b955709c303b5b4ba4955d9
RANDOM SEED=1460391494

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      21344184 kB
Buffers:        297160 kB
Cached:        3076324 kB
SwapCached:          0 kB
Active:        9377636 kB
Inactive:      1874708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      21344184 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            5840 kB
Writeback:           0 kB
AnonPages:     7878700 kB
Mapped:          31788 kB
Slab:           243456 kB
PageTables:      44280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100411016 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= 73404 MiB
End job on node117 at 2011-05-14 21:37:27