Trace number 3369256

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.42 1203.14

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-14_186.cnf
MD5SUM642fce7e30a701c3223fa5771c2e57dc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables186
Number of clauses9795
Sum of the clauses size43014
Maximum clause length14
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 38556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51239

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3369256-1305414478.cnf'
0.00/0.00	c -- header says num vars:            186
0.00/0.00	c -- header says num clauses:        9795
0.00/0.01	c -- clauses added:            0 learnts,         9795 normals,            0 xors
0.00/0.01	c -- vars added        186
0.00/0.04	c Parsing time:  0.01 s
0.00/0.04	c  N st     0         0       186      9795         0         0     43014         0   no data   no data  --
0.00/0.04	c asymm  cl-useful: 0/9795/9795 lits-rem:0 time: 0.12
0.00/0.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.14/0.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.14/0.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.14/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
0.14/0.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:     186 undec:       0 neg:       0
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0       186      9795         0         0     43014         0   no data   no data  --
3.17/0.80	c  N dy    11      5391       186      9795         0      2793     43014     57050     14.77     15.57  --
3.17/0.80	c  N dy    21      9433       186      9795         0      6681     43014    141914     14.39     17.09  --
3.17/0.80	c  N dy    34     13508       186      9795         0      6468     43014    130453     14.13     15.20  --
3.57/0.90	c  N dy    42     18860       186      9795         0      6170     43014    111784     13.65     14.37  --
4.40/1.16	c  N dy    60     24016       186      9795         0     11099     43014    219970     13.64     14.39  --
4.76/1.21	c  F st    68     25001       186      9795         0     12032     43014    241142     13.72   no data  --
5.16/1.39	c  N st    73     28298       186      9795         0      8681     43014    165066     13.72   no data  --
5.56/1.47	c  S st    74     30001       186      9795         0     10325     43014    200798     13.72   no data  --
5.96/1.50	c  S st    74     30506       186      9795         0     10826     43014    212668     13.72   no data  --
5.96/1.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.96/1.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
5.96/1.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
5.96/1.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.35/2.68	c lits-rem:       151  cl-subs:      726  v-elim:      0  v-fix:    0  time:  4.66 s
10.75/2.79	c asymm  cl-useful: 0/9795/9795 lits-rem:0 time: 0.43
10.75/2.79	c calculated reachability. Time: 0.00
10.75/2.79	c  N dy    74     30506       186      9795         0     10100     43014    202077     13.72   no data  --
11.95/3.00	c  N dy    91     34826       186      9795         0     14244     43014    292399     13.73     14.73  --
12.77/3.21	c  N dy   118     38863       186      9795         0     10549     43014    199721     13.88     20.34  --
13.54/3.46	c  N dy   138     43544       186      9795         0     15012     43014    296484     13.89     14.73  --
13.94/3.59	c  S st   139     45759       186      9795         0      8554     43014    145086     13.75     11.17  --
14.34/3.61	c  S st   139     46262       186      9795         0      9047     43014    157377     13.75   no data  --
14.34/3.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.34/3.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.34/3.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
14.34/3.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.34/3.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.34/3.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
14.34/3.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.73/4.30	c lits-rem:        17  cl-subs:      227  v-elim:      0  v-fix:    0  time:  2.70 s
16.73/4.30	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
16.73/4.30	c vivif2 --  cl tried     8820 cl shrink        0 lits rem          0 time: 0.01
17.15/4.40	c asymm  cl-useful: 0/9795/9795 lits-rem:0 time: 0.37
17.15/4.40	c calculated reachability. Time: 0.00
17.15/4.40	c  N dy   139     46262       186      9795         0      8820     43014    154761     13.75   no data  --
19.52/4.98	c  N dy   158     56870       186      9795         0     18905     43014    361589     13.51     14.49  --
20.72/5.22	c  N dy   170     61334       186      9795         0     13643     43014    246914     13.49     14.24  --
21.54/5.46	c  N dy   192     65395       186      9795         0     17507     43014    330448     13.54     15.06  --
22.72/5.71	c  S st   199     69393       186      9795         0     10867     43014    178762     13.46     12.39  --
22.72/5.74	c  S st   199     69895       186      9795         0     11364     43014    190981     13.46   no data  --
22.72/5.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.72/5.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.72/5.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
22.72/5.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.72/5.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.72/5.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
22.72/5.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
26.70/6.70	c lits-rem:        41  cl-subs:      173  v-elim:      0  v-fix:    0  time:  3.79 s
26.70/6.70	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
26.70/6.70	c vivif2 --  cl tried    11191 cl shrink        0 lits rem          0 time: 0.01
27.10/6.81	c asymm  cl-useful: 0/9795/9795 lits-rem:0 time: 0.44
27.10/6.81	c calculated reachability. Time: 0.00
27.10/6.81	c  N dy   199     69895       186      9795         0     11191     43014    188845     13.46   no data  --
28.30/7.16	c  N dy   223     76499       186      9795         0     17426     43014    322421     13.47     14.29  --
29.50/7.49	c  N dy   254     81423       186      9795         0     22111     43014    424642     13.55     17.22  --
31.10/7.82	c  N dy   276     86667       186      9795         0     15734     43014    277722     13.57     16.88  --
31.10/7.87	c  F st   281     87500       186      9795         0     16545     43014    296620     13.59   no data  --
32.70/8.20	c  N dy   287     92696       186      9795         0     21524     43014    405124     13.59   no data  --
34.29/8.68	c  N dy   299    100363       186      9795         0     16404     43014    282099     13.50     14.22  --
35.48/8.96	c  S st   318    104842       186      9795         0     20692     43014    373321     13.52     11.96  --
35.48/8.99	c  S st   318    105343       186      9795         0     21188     43014    384985     13.52   no data  --
35.48/8.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.48/8.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.88/9.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
35.88/9.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.88/9.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.88/9.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
35.88/9.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
40.66/10.27	c lits-rem:       204  cl-subs:     1044  v-elim:      0  v-fix:    0  time:  5.01 s
40.66/10.27	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
40.66/10.27	c vivif2 --  cl tried    20144 cl shrink        0 lits rem          0 time: 0.02
41.46/10.46	c asymm  cl-useful: 0/9795/9795 lits-rem:0 time: 0.74
41.46/10.46	c calculated reachability. Time: 0.00
41.46/10.46	c  N dy   318    105343       186      9795         0     20144     43014    368974     13.52   no data  --
43.48/10.95	c  N dy   356    112520       186      9795         0     13668     43014    223957     13.59     14.33  --
45.06/11.36	c  N dy   383    119774       186      9795         0     20557     43014    375095     13.61     14.36  --
47.87/12.05	c  N dy   413    129922       186      9795         0     15979     43014    266391     13.58     14.33  --
49.84/12.57	c  N dy   438    138387       186      9795         0     24045     43014    436633     13.57     14.30  --
52.68/13.26	c  N dy   465    148216       186      9795         0     18122     43014    297597     13.54     14.28  --
55.03/13.89	c  N dy   513    157716       186      9795         0     27184     43014    494879     13.58     14.41  --
55.43/13.92	c  S st   516    158016       186      9795         0     27475     43014    501656     13.59   no data  --
55.43/13.96	c  S st   516    158519       186      9795         0     27978     43014    513682     13.59   no data  --
55.43/13.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.43/13.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.43/13.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
55.43/13.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.43/13.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.43/13.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
55.43/13.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
60.62/15.25	c lits-rem:       181  cl-subs:     1549  v-elim:      0  v-fix:    0  time:  5.05 s
60.62/15.25	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
60.62/15.26	c vivif2 --  cl tried    26429 cl shrink        0 lits rem          0 time: 0.02
61.45/15.45	c asymm  cl-useful: 0/7791/9795 lits-rem:0 time: 0.73
61.45/15.45	c calculated reachability. Time: 0.00
61.45/15.45	c  N dy   516    158519       186      9795         0     26429     43014    489467     13.59   no data  --
64.21/16.12	c  N dy   537    168671       186      9795         0     19930     43014    327379     13.53     16.48  --
67.40/16.93	c  N dy   594    179762       186      9795         0     30526     43014    557322     13.57     14.29  --
70.59/17.78	c  N dy   650    191240       186      9795         0     24344     43014    411763     13.60     17.52  --
74.21/18.70	c  N dy   672    203635       186      9795         0     36015     43014    649267     13.53     14.26  --
80.17/20.18	c  N dy   676    223598       186      9795         0     36526     43014    611363     13.28     13.99  --
84.56/21.22	c  S st   714    237779       186      9795         0     31188     43014    546175     13.26   no data  --
84.56/21.27	c  S st   714    238282       186      9795         0     31687     43014    558111     13.26   no data  --
84.56/21.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
84.56/21.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
84.56/21.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
84.96/21.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.96/21.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.96/21.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
84.96/21.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
91.76/23.05	c lits-rem:       233  cl-subs:     3072  v-elim:      0  v-fix:    0  time:  6.98 s
91.76/23.05	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
91.76/23.06	c vivif2 --  cl tried    28615 cl shrink        0 lits rem          0 time: 0.02
92.19/23.11	c asymm  cl-useful: 0/2004/9795 lits-rem:0 time: 0.22
92.19/23.11	c calculated reachability. Time: 0.00
92.19/23.11	c  N dy   714    238282       186      9795         0     28615     43014    519050     13.26   no data  --
96.92/24.37	c  N dy   792    254378       186      9795         0     24143     43014    400496     13.30     14.09  --
102.52/25.77	c  N dy   839    272558       186      9795         0     41328     43014    742993     13.24     13.97  --
108.10/27.20	c  N dy   904    290761       186      9795         0     37916     43014    673609     13.25     13.97  --
113.29/28.48	c  F st   975    306250       186      9795         0     30859     43014    523568     13.27     12.72  --
114.48/28.74	c  N st   980    309544       186      9795         0     34011     43014    591559     13.27   no data  --
121.26/30.45	c  N dy  1050    329515       186      9795         0     30177     43014    496042     13.27     13.99  --
128.04/32.13	c  N dy  1095    349565       186      9795         0     25450     43014    388554     13.23     17.94  --
130.44/32.72	c  S st  1122    357423       186      9795         0     32898     43014    539708     13.22     11.79  --
130.44/32.77	c  S st  1122    357925       186      9795         0     33396     43014    551808     13.22   no data  --
130.44/32.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
130.44/32.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
130.44/32.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
130.44/32.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
130.44/32.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.44/32.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
130.44/32.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
136.83/34.31	c lits-rem:       229  cl-subs:     1491  v-elim:      0  v-fix:    0  time:  6.05 s
136.83/34.31	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
136.83/34.32	c vivif2 --  cl tried    31905 cl shrink        0 lits rem          0 time: 0.02
137.63/34.51	c asymm  cl-useful: 0/6635/9795 lits-rem:0 time: 0.76
137.63/34.51	c calculated reachability. Time: 0.00
137.63/34.51	c  N dy  1122    357925       186      9795         0     31905     43014    530369     13.22   no data  --
145.20/36.48	c  N dy  1224    377931       186      9795         0     26312     43014    400634     13.26     15.07  --
152.39/38.28	c  N dy  1288    397992       186      9795         0     45345     43014    789110     13.25     17.40  --
159.97/40.11	c  N dy  1327    419918       186      9795         0     40422     43014    670924     13.20     13.97  --
167.15/41.95	c  N dy  1394    440080       186      9795         0     33000     43014    519909     13.19     14.04  --
174.74/43.83	c  N dy  1476    460552       186      9795         0     52514     43014    927158     13.19     14.00  --
181.92/45.64	c  N dy  1539    480900       186      9795         0     44289     43014    741209     13.18     13.90  --
189.90/47.63	c  N dy  1628    501321       186      9795         0     35229     43014    557029     13.20     13.92  --
197.10/49.47	c  N dy  1694    521444       186      9795         0     54293     43014    948245     13.18     13.97  --
203.46/51.01	c  S st  1750    536889       186      9795         0     39609     43014    637731     13.18      9.97  --
203.46/51.06	c  S st  1750    537392       186      9795         0     40108     43014    649710     13.18   no data  --
203.46/51.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
203.46/51.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
203.46/51.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
203.46/51.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
203.46/51.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
203.46/51.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
203.46/51.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
210.26/52.79	c lits-rem:       174  cl-subs:     1331  v-elim:      0  v-fix:    0  time:  6.76 s
210.26/52.79	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
210.26/52.80	c vivif2 --  cl tried    38777 cl shrink        0 lits rem          0 time: 0.03
211.03/52.91	c asymm  cl-useful: 0/3160/9795 lits-rem:0 time: 0.45
211.03/52.92	c calculated reachability. Time: 0.00
211.03/52.92	c  N dy  1750    537392       186      9795         0     38777     43014    629841     13.18   no data  --
218.62/54.80	c  N dy  1824    557812       186      9795         0     58241     43014   1031811     13.18     13.93  --
227.00/56.98	c  N dy  1924    580152       186      9795         0     49137     43014    830233     13.19     13.94  --
236.18/59.23	c  N dy  2030    600198       186      9795         0     36813     43014    569126     13.23     13.99  --
243.76/61.12	c  N dy  2096    620235       186      9795         0     55840     43014    956853     13.22     16.64  --
252.14/63.29	c  N dy  2171    640792       186      9795         0     43094     43014    695115     13.22     13.93  --
262.12/65.77	c  N dy  2244    663858       186      9795         0     64996     43014   1140021     13.21     13.91  --
269.70/67.66	c  N dy  2290    684112       186      9795         0     50847     43014    830656     13.18     13.88  --
279.67/70.17	c  N dy  2356    704306       186      9795         0     35848     43014    530751     13.18     13.98  --
288.05/72.20	c  N dy  2427    724350       186      9795         0     54943     43014    916934     13.17     13.94  --
297.23/74.51	c  N dy  2471    745330       186      9795         0     39678     43014    604060     13.16     13.87  --
306.01/76.75	c  N dy  2518    768243       186      9795         0     61190     43014   1022148     13.13     13.83  --
316.02/79.23	c  N dy  2587    790079       186      9795         0     45988     43014    728199     13.12     13.88  --
323.16/81.04	c  S st  2660    806089       186      9795         0     61263     43014   1045461     13.13     13.69  --
323.56/81.11	c  S st  2660    806589       186      9795         0     61759     43014   1057241     13.13   no data  --
323.56/81.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
323.56/81.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
323.56/81.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
323.56/81.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
323.56/81.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
323.56/81.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
323.56/81.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
338.32/84.81	c lits-rem:       186  cl-subs:     3245  v-elim:      0  v-fix:    0  time: 14.51 s
338.32/84.81	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
338.32/84.83	c vivif2 --  cl tried    58514 cl shrink        0 lits rem          0 time: 0.04
339.12/85.05	c asymm  cl-useful: 0/3617/9795 lits-rem:0 time: 0.90
339.12/85.05	c calculated reachability. Time: 0.00
339.12/85.05	c  N dy  2660    806589       186      9795         0     58514     43014   1008544     13.13   no data  --
348.70/87.46	c  N dy  2728    826622       186      9795         0     40608     43014    621123     13.13     14.32  --
356.67/89.45	c  N dy  2767    846694       186      9795         0     59536     43014    991201     13.11     13.85  --
365.85/91.78	c  N dy  2800    866745       186      9795         0     40611     43014    609026     13.09     13.86  --
373.83/93.75	c  N dy  2845    886835       186      9795         0     59676     43014    984574     13.08     13.83  --
383.41/96.18	c  N dy  2883    907119       186      9795         0     40072     43014    585899     13.06     13.80  --
391.78/98.24	c  N dy  2966    927126       186      9795         0     59160     43014    975298     13.06     15.54  --
400.57/100.49	c  N dy  3004    947135       186      9795         0     78044     43014   1344167     13.04     14.44  --
409.34/102.62	c  N dy  3060    967172       186      9795         0     57134     43014    914232     13.03     16.03  --
420.94/105.58	c  N dy  3145    991498       186      9795         0     80423     43014   1379536     13.03     13.73  --
429.72/107.73	c  N dy  3202   1011895       186      9795         0     59018     43014    945231     13.02     13.76  --
439.66/110.21	c  N dy  3286   1031966       186      9795         0     78135     43014   1339742     13.03     16.97  --
448.84/112.55	c  N dy  3342   1052027       186      9795         0     55410     43014    868901     13.02     17.31  --
458.02/114.81	c  F st  3409   1071877       186      9795         0     74251     43014   1244824     13.02     10.71  --
458.02/114.85	c  N st  3410   1072127       186      9795         0     74490     43014   1249317     13.02   no data  --
468.00/117.34	c  N dy  3466   1092321       186      9795         0     50874     43014    767419     13.02     13.74  --
476.78/119.55	c  N dy  3533   1112482       186      9795         0     69950     43014   1148908     13.01     13.79  --
487.94/122.38	c  N dy  3587   1134288       186      9795         0     46982     43014    681307     13.01     13.71  --
497.52/124.79	c  N dy  3653   1156032       186      9795         0     67630     43014   1090756     13.00     13.71  --
509.14/127.66	c  N dy  3721   1176492       186      9795         0     87074     43014   1480296     13.00     13.70  --
519.07/130.16	c  N dy  3777   1196681       186      9795         0     61573     43014    958647     12.99     13.70  --
525.86/131.87	c  S st  3819   1209884       186      9795         0     74074     43014   1206645     12.98     10.84  --
526.27/131.97	c  S st  3819   1210391       186      9795         0     74576     43014   1218056     12.98   no data  --
526.27/131.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
526.27/131.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
526.27/132.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
526.69/132.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
526.69/132.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
526.69/132.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
526.69/132.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
555.37/139.24	c lits-rem:       137  cl-subs:     5095  v-elim:      0  v-fix:    0  time: 28.67 s
555.37/139.24	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
555.37/139.25	c vivif2 --  cl tried    69481 cl shrink        0 lits rem          0 time: 0.06
557.00/139.63	c asymm  cl-useful: 0/2153/9795 lits-rem:0 time: 1.49
557.00/139.63	c calculated reachability. Time: 0.00
557.00/139.63	c  N dy  3819   1210391       186      9795         0     69481     43014   1147008     12.98   no data  --
567.34/142.26	c  N dy  3888   1230452       186      9795         0     88528     43014   1524675     12.98     15.62  --
576.92/144.64	c  N dy  3962   1250523       186      9795         0     62224     43014    978041     12.98     17.74  --
588.49/147.56	c  N dy  4031   1274432       186      9795         0     84779     43014   1426584     12.98     13.66  --
598.47/150.09	c  N dy  4076   1294507       186      9795         0     57414     43014    866507     12.96     14.35  --
609.25/152.80	c  N dy  4173   1314540       186      9795         0     76559     43014   1257030     12.97     14.92  --
622.83/156.12	c  N dy  4244   1334616       186      9795         0     48116     43014    680673     12.97     16.74  --
632.38/158.57	c  N dy  4311   1354971       186      9795         0     67480     43014   1066029     12.97     13.72  --
643.96/161.49	c  N dy  4379   1375613       186      9795         0     87088     43014   1456039     12.96     13.67  --
654.33/164.10	c  N dy  4432   1395847       186      9795         0     57765     43014    862835     12.95     13.65  --
665.10/166.74	c  N dy  4506   1417933       186      9795         0     78698     43014   1271138     12.95     13.64  --
677.07/169.70	c  N dy  4580   1438742       186      9795         0     98496     43014   1662618     12.95     13.64  --
687.45/172.37	c  N dy  4646   1460684       186      9795         0     70053     43014   1095273     12.94     13.64  --
699.03/175.27	c  N dy  4710   1482035       186      9795         0     90311     43014   1493876     12.94     13.78  --
709.79/177.90	c  N dy  4748   1502147       186      9795         0     59085     43014    872770     12.93     13.63  --
719.81/180.48	c  N dy  4842   1522202       186      9795         0     78215     43014   1258858     12.93     17.69  --
732.14/183.58	c  N dy  4913   1543847       186      9795         0     98797     43014   1661419     12.93     13.66  --
742.51/186.17	c  N dy  4971   1563946       186      9795         0     66493     43014   1014074     12.92     14.58  --
753.28/188.86	c  N dy  5038   1584027       186      9795         0     85648     43014   1395006     12.92     13.68  --
766.86/192.20	c  N dy  5102   1604641       186      9795         0     52970     43014    743126     12.92     13.62  --
776.03/194.51	c  N dy  5155   1625103       186      9795         0     72338     43014   1112289     12.91     13.65  --
786.40/197.18	c  N dy  5210   1645181       186      9795         0     91281     43014   1481203     12.90     14.16  --
799.97/200.52	c  N dy  5264   1665920       186      9795         0     57831     43014    833549     12.90     13.60  --
809.95/203.09	c  N dy  5357   1686007       186      9795         0     76962     43014   1218175     12.90     15.35  --
823.12/206.35	c  N dy  5442   1708196       186      9795         0     98025     43014   1638020     12.91     13.60  --
824.74/206.76	c  S st  5456   1710391       186      9795         0    100102     43014   1679894     12.91     12.58  --
825.15/206.86	c  S st  5456   1710893       186      9795         0    100600     43014   1691359     12.91   no data  --
825.15/206.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
825.15/206.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
825.50/206.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.17
825.50/206.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
825.50/206.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
825.50/206.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
825.50/206.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
875.38/219.48	c lits-rem:       281  cl-subs:     6358  v-elim:      0  v-fix:    0  time: 49.89 s
875.38/219.48	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
875.78/219.50	c vivif2 --  cl tried    94242 cl shrink        0 lits rem          0 time: 0.08
876.98/219.82	c asymm  cl-useful: 0/1846/9795 lits-rem:0 time: 1.29
876.98/219.83	c calculated reachability. Time: 0.00
876.98/219.83	c  N dy  5456   1710893       186      9795         0     94242     43014   1595849     12.91   no data  --
888.94/222.81	c  N dy  5530   1731098       186      9795         0     59503     43014    862176     12.91     13.67  --
899.76/225.54	c  N dy  5613   1753234       186      9795         0     80536     43014   1272818     12.90     13.60  --
911.70/228.57	c  N dy  5711   1773340       186      9795         0     99753     43014   1660581     12.91     13.71  --
924.47/231.78	c  N dy  5789   1795157       186      9795         0     65405     43014    967932     12.91     13.59  --
936.42/234.70	c  N dy  5843   1816152       186      9795         0     85296     43014   1357893     12.91     13.64  --
949.59/238.10	c  N dy  5894   1836227       186      9795         0    104290     43014   1726627     12.90     14.96  --
963.16/241.48	c  N dy  5977   1856465       186      9795         0     67584     43014   1010339     12.90     13.64  --
975.93/244.69	c  N dy  6044   1878897       186      9795         0     88773     43014   1424334     12.90     13.68  --
988.30/247.71	c  N dy  6076   1899245       186      9795         0    107964     43014   1793113     12.89     13.63  --
1002.27/251.28	c  N dy  6139   1924957       186      9795         0     75234     43014   1135383     12.87     13.66  --
1013.46/254.06	c  N dy  6201   1945051       186      9795         0     94303     43014   1506593     12.87     15.65  --
1027.04/257.44	c  N dy  6293   1965212       186      9795         0    113522     43014   1892499     12.88     13.59  --
1037.38/260.09	c  N dy  6332   1985612       186      9795         0     75172     43014   1135032     12.87     13.58  --
1049.35/263.04	c  N dy  6370   2007312       186      9795         0     95637     43014   1524825     12.86     13.55  --
1064.11/266.75	c  N dy  6458   2029171       186      9795         0    116360     43014   1936012     12.86     13.69  --
1075.67/269.65	c  N dy  6524   2049176       186      9795         0     76618     43014   1165516     12.86     14.53  --
1087.26/272.54	c  N dy  6574   2069231       186      9795         0     95490     43014   1514687     12.85     14.58  --
1100.42/275.87	c  N dy  6650   2089245       186      9795         0    114473     43014   1890154     12.85     13.72  --
1112.80/278.99	c  N dy  6719   2109674       186      9795         0     74218     43014   1104822     12.85     13.53  --
1124.36/281.88	c  N dy  6758   2130170       186      9795         0     93562     43014   1474851     12.84     13.53  --
1137.52/285.19	c  N dy  6820   2150225       186      9795         0    112643     43014   1847400     12.84     13.57  --
1150.30/288.34	c  N dy  6889   2170276       186      9795         0     71083     43014   1046111     12.84     13.57  --
1163.11/291.55	c  N dy  6971   2191157       186      9795         0     90855     43014   1439423     12.84     13.52  --
1176.63/294.95	c  S st  7052   2210893       186      9795         0    109570     43014   1807042     12.84     12.69  --
1177.03/295.07	c  S st  7052   2211394       186      9795         0    110067     43014   1818453     12.84   no data  --
1177.03/295.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1177.03/295.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1177.43/295.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1177.43/295.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1177.43/295.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1177.43/295.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
1177.43/295.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1227.71/307.78	c lits-rem:       262  cl-subs:     6913  v-elim:      0  v-fix:    0  time: 50.25 s
1227.71/307.78	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
1228.11/307.80	c vivif2 --  cl tried   103154 cl shrink        0 lits rem          0 time: 0.08
1229.30/308.10	c asymm  cl-useful: 0/2179/9795 lits-rem:0 time: 1.19
1229.30/308.11	c calculated reachability. Time: 0.00
1229.30/308.11	c  N dy  7052   2211394       186      9795         0    103154     43014   1717937     12.84   no data  --
1240.87/311.06	c  N dy  7085   2231773       186      9795         0    122327     43014   2083695     12.83     13.51  --
1252.44/313.95	c  N dy  7154   2251935       186      9795         0     80061     43014   1216158     12.83     13.51  --
1264.41/316.98	c  N dy  7236   2272539       186      9795         0     99635     43014   1606931     12.83     13.53  --
1278.77/320.52	c  N dy  7321   2293052       186      9795         0    119182     43014   1997382     12.84     13.55  --
1292.35/323.90	c  N dy  7411   2313065       186      9795         0     75759     43014   1129744     12.84     14.92  --
1305.11/327.20	c  N dy  7473   2334189       186      9795         0     95729     43014   1523074     12.84     13.58  --
1319.08/330.68	c  N dy  7534   2354198       186      9795         0    114679     43014   1892075     12.84     15.61  --
1332.64/334.07	c  N dy  7585   2374225       186      9795         0     70138     43014   1010774     12.83     14.26  --
1343.81/336.87	c  N dy  7649   2394246       186      9795         0     89151     43014   1380734     12.83     14.05  --
1356.99/340.14	c  N dy  7731   2414546       186      9795         0    108450     43014   1761333     12.83     13.59  --
1371.35/343.73	c  N dy  7783   2435126       186      9795         0    127996     43014   2135872     12.83     13.67  --
1383.72/346.82	c  N dy  7836   2455531       186      9795         0     82797     43014   1242429     12.82     13.55  --
1395.73/349.85	c  N dy  7891   2475666       186      9795         0    101889     43014   1611003     12.82     13.54  --
1410.05/353.44	c  N dy  7973   2495690       186      9795         0    120866     43014   1982701     12.82     15.71  --
1424.02/356.99	c  N dy  8028   2516162       186      9795         0     74902     43014   1091133     12.82     13.53  --
1436.78/360.12	c  N dy  8079   2538447       186      9795         0     95994     43014   1502309     12.81     13.51  --
1450.35/363.53	c  N dy  8149   2559014       186      9795         0    115579     43014   1889279     12.81     13.49  --
1468.31/368.08	c  N dy  8240   2580772       186      9795         0     69793     43014    983758     12.81     13.52  --
1480.27/371.02	c  N dy  8292   2601091       186      9795         0     89003     43014   1350119     12.81     13.54  --
1493.44/374.34	c  N dy  8379   2621119       186      9795         0    108087     43014   1724846     12.81     13.49  --
1509.42/378.32	c  N dy  8451   2641273       186      9795         0    127193     43014   2098635     12.81     13.53  --
1524.16/382.06	c  N dy  8505   2661348       186      9795         0     78765     43014   1148695     12.81     14.79  --
1536.94/385.27	c  N dy  8616   2681438       186      9795         0     97855     43014   1533371     12.81     13.95  --
1550.50/388.63	c  N dy  8684   2701451       186      9795         0    116730     43014   1898022     12.81     16.77  --
1557.29/390.32	c  S st  8710   2711394       186      9795         0    126131     43014   2078922     12.81     12.74  --
1557.71/390.45	c  S st  8710   2711897       186      9795         0    126631     43014   2090068     12.81   no data  --
1557.71/390.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1557.71/390.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1558.12/390.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.23
1558.12/390.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1558.12/390.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1558.12/390.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
1558.12/390.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1637.13/410.36	c lits-rem:       399  cl-subs:    10222  v-elim:      0  v-fix:    0  time: 78.85 s
1637.13/410.36	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
1637.13/410.38	c vivif2 --  cl tried   116409 cl shrink        0 lits rem          0 time: 0.10
1638.28/410.69	c asymm  cl-useful: 0/2016/9795 lits-rem:0 time: 1.20
1638.28/410.69	c calculated reachability. Time: 0.00
1638.28/410.69	c  N dy  8710   2711897       186      9795         0    116409     43014   1944456     12.81   no data  --
1653.45/414.44	c  N dy  8804   2731964       186      9795         0    135491     43014   2329197     12.81     16.48  --
1667.02/417.88	c  N dy  8885   2752057       186      9795         0     86612     43014   1305867     12.81     15.20  --
1681.38/421.44	c  N dy  8970   2772150       186      9795         0    105679     43014   1681144     12.81     13.61  --
1694.94/424.87	c  N dy  9028   2792185       186      9795         0    124694     43014   2053779     12.81     13.57  --
1709.31/428.47	c  N dy  9060   2812280       186      9795         0     74554     43014   1058033     12.80     15.22  --
1720.11/431.20	c  N dy  9108   2832429       186      9795         0     93562     43014   1419833     12.80     13.54  --
1733.27/434.45	c  N dy  9161   2852504       186      9795         0    112422     43014   1777578     12.80     13.52  --
1748.41/438.24	c  N dy  9235   2872604       186      9795         0    131391     43014   2145399     12.80     14.63  --
1763.58/442.00	c  N dy  9311   2892619       186      9795         0     80536     43014   1175619     12.80     13.76  --
1775.15/444.95	c  N dy  9371   2912677       186      9795         0     99467     43014   1542342     12.79     13.94  --
1788.71/448.38	c  N dy  9427   2932925       186      9795         0    118660     43014   1909285     12.79     13.52  --
1804.67/452.32	c  N dy  9478   2954322       186      9795         0    138930     43014   2295484     12.79     13.50  --
1817.84/455.65	c  N dy  9544   2974338       186      9795         0     87015     43014   1296445     12.78     16.88  --
1831.80/459.10	c  N dy  9644   2994452       186      9795         0    106073     43014   1669092     12.79     13.63  --
1846.57/462.80	c  N dy  9702   3014588       186      9795         0    125192     43014   2034463     12.78     13.59  --
1864.95/467.45	c  N dy  9745   3034746       186      9795         0     72303     43014   1003964     12.78     13.51  --
1877.69/470.69	c  N dy  9821   3055088       186      9795         0     91524     43014   1377228     12.78     13.46  --
1894.44/474.85	c  N dy  9906   3075204       186      9795         0    110644     43014   1754477     12.78     13.54  --
1913.64/479.62	c  N dy  9963   3095314       186      9795         0    129619     43014   2118236     12.78     13.53  --
1934.75/484.97	c  N dy 10034   3116291       186      9795         0     76558     43014   1079032     12.78     13.46  --
1951.10/489.00	c  N dy 10123   3139683       186      9795         0     98727     43014   1512414     12.78     13.48  --
1966.31/492.85	c  N dy 10196   3159797       186      9795         0    117766     43014   1884345     12.78     13.46  --
1985.02/497.50	c  N dy 10261   3183648       186      9795         0    140354     43014   2317998     12.77     13.73  --
2001.77/501.73	c  N dy 10315   3207105       186      9795         0     88723     43014   1308677     12.77     13.48  --
2004.57/502.48	c  S st 10333   3211897       186      9795         0     93315     43014   1397136     12.77   no data  --
2004.97/502.59	c  S st 10333   3212399       186      9795         0     93808     43014   1408663     12.77   no data  --
2004.97/502.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2004.97/502.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2005.39/502.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.15
2005.39/502.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2005.39/502.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2005.39/502.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
2005.39/502.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2045.66/512.74	c lits-rem:       285  cl-subs:     3955  v-elim:      0  v-fix:    0  time: 40.09 s
2045.66/512.74	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
2045.66/512.75	c vivif2 --  cl tried    89853 cl shrink        0 lits rem          0 time: 0.07
2046.86/513.06	c asymm  cl-useful: 0/2150/9795 lits-rem:0 time: 1.21
2046.86/513.06	c calculated reachability. Time: 0.00
2046.86/513.06	c  N dy 10333   3212399       186      9795         0     89853     43014   1353274     12.77   no data  --
2058.83/516.07	c  N dy 10406   3232485       186      9795         0    108939     43014   1730022     12.77     15.75  --
2075.20/520.16	c  N dy 10467   3252525       186      9795         0    127954     43014   2093430     12.77     15.95  --
2093.94/524.85	c  N dy 10511   3273492       186      9795         0    147821     43014   2472192     12.76     13.51  --
2109.51/528.76	c  N dy 10581   3293658       186      9795         0     92103     43014   1376586     12.76     13.50  --
2124.67/532.55	c  N dy 10639   3313675       186      9795         0    111062     43014   1737192     12.76     13.44  --
2140.23/536.49	c  N dy 10713   3333933       186      9795         0    130380     43014   2116928     12.76     13.62  --
2157.39/540.72	c  N dy 10790   3353977       186      9795         0    149376     43014   2482944     12.76     13.48  --
2171.36/544.23	c  N dy 10818   3373990       186      9795         0     92374     43014   1367757     12.76     14.00  --
2184.52/547.51	c  N dy 10882   3394022       186      9795         0    111413     43014   1736950     12.75     16.12  --
2198.93/551.11	c  N dy 10929   3414224       186      9795         0    130575     43014   2096545     12.75     13.43  --
2214.85/555.16	c  N dy 10986   3434626       186      9795         0    149884     43014   2465646     12.75     13.45  --
2230.40/559.00	c  N dy 11068   3454704       186      9795         0     92217     43014   1374087     12.75     15.03  --
2243.97/562.43	c  N dy 11157   3474710       186      9795         0    111312     43014   1748654     12.75     16.81  --
2259.54/566.39	c  N dy 11249   3494807       186      9795         0    130404     43014   2119598     12.75     15.56  --
2277.09/570.77	c  N dy 11316   3515348       186      9795         0    149868     43014   2497947     12.75     13.44  --
2293.45/574.82	c  N dy 11389   3535950       186      9795         0     91635     43014   1348569     12.75     13.56  --
2307.82/578.42	c  N dy 11462   3556264       186      9795         0    110903     43014   1717545     12.75     13.49  --
2324.58/582.68	c  N dy 11520   3576352       186      9795         0    129908     43014   2077612     12.75     14.63  --
2343.35/587.34	c  N dy 11608   3596369       186      9795         0    149005     43014   2456128     12.75     13.43  --
2363.68/592.40	c  N dy 11684   3617003       186      9795         0     89770     43014   1308459     12.75     13.48  --
2380.43/596.69	c  N dy 11756   3638383       186      9795         0    110038     43014   1696543     12.75     13.43  --
2401.18/601.85	c  N dy 11820   3663463       186      9795         0    133658     43014   2138069     12.74     13.42  --
2420.73/606.71	c  N dy 11878   3683558       186      9795         0    152637     43014   2500060     12.74     13.42  --
2438.28/611.12	c  N dy 11931   3703605       186      9795         0     92063     43014   1347273     12.74     15.84  --
2444.71/612.74	c  S st 11952   3712400       186      9795         0    100426     43014   1506525     12.74   no data  --
2445.06/612.87	c  S st 11952   3712901       186      9795         0    100920     43014   1517952     12.74   no data  --
2445.06/612.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2445.06/612.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2445.46/612.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
2445.46/612.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2445.46/612.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2445.46/612.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
2445.46/612.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2495.74/625.54	c lits-rem:       198  cl-subs:     3992  v-elim:      0  v-fix:    0  time: 50.05 s
2495.74/625.54	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
2495.74/625.56	c vivif2 --  cl tried    96928 cl shrink        0 lits rem          0 time: 0.08
2496.96/625.88	c asymm  cl-useful: 0/1474/9795 lits-rem:0 time: 1.25
2496.96/625.88	c calculated reachability. Time: 0.00
2496.96/625.88	c  N dy 11952   3712901       186      9795         0     96928     43014   1462994     12.74   no data  --
2509.70/629.08	c  N dy 12007   3733004       186      9795         0    116012     43014   1827659     12.74     13.53  --
2524.07/632.64	c  F st 12089   3751563       186      9795         0    133661     43014   2170933     12.74   no data  --
2525.66/633.07	c  N st 12093   3753596       186      9795         0    135593     43014   2210645     12.74   no data  --
2542.82/637.30	c  N dy 12142   3774822       186      9795         0    155585     43014   2600184     12.73     13.41  --
2560.38/641.74	c  N dy 12188   3795022       186      9795         0     94284     43014   1388962     12.73     13.54  --
2577.13/645.97	c  N dy 12243   3818211       186      9795         0    116147     43014   1804885     12.73     13.49  --
2593.52/650.02	c  N dy 12274   3838614       186      9795         0    135245     43014   2156159     12.72     13.43  --
2611.84/654.61	c  N dy 12336   3859024       186      9795         0    154639     43014   2531925     12.72     13.45  --
2627.82/658.64	c  N dy 12405   3879094       186      9795         0     92486     43014   1350458     12.72     13.45  --
2641.38/662.01	c  N dy 12452   3899235       186      9795         0    111524     43014   1702148     12.72     13.41  --
2656.94/665.90	c  N dy 12520   3919379       186      9795         0    130634     43014   2072041     12.72     13.39  --
2673.30/670.06	c  N dy 12583   3940233       186      9795         0    150294     43014   2451936     12.72     13.41  --
2692.05/674.79	c  N dy 12644   3960322       186      9795         0     86992     43014   1229240     12.71     15.00  --
2706.82/678.47	c  N dy 12701   3982714       186      9795         0    108084     43014   1625671     12.71     13.41  --
2721.21/682.02	c  N dy 12745   4002757       186      9795         0    127024     43014   1984821     12.71     13.75  --
2737.94/686.29	c  N dy 12813   4024480       186      9795         0    147615     43014   2380302     12.71     13.42  --
2757.09/691.08	c  N dy 12846   4044506       186      9795         0     83279     43014   1151957     12.70     15.90  --
2770.25/694.40	c  N dy 12911   4065986       186      9795         0    103610     43014   1540578     12.70     13.37  --
2785.02/698.03	c  N dy 12974   4086264       186      9795         0    122770     43014   1902114     12.70     13.47  --
2802.58/702.40	c  N dy 13045   4106886       186      9795         0    142300     43014   2271302     12.70     13.37  --
2821.75/707.29	c  N dy 13111   4126958       186      9795         0    161304     43014   2630962     12.70     14.39  --
2837.69/711.29	c  N dy 13163   4146987       186      9795         0     96089     43014   1388970     12.69     13.74  --
2852.06/714.89	c  N dy 13197   4169563       186      9795         0    117269     43014   1780194     12.69     13.43  --
2868.81/719.04	c  N dy 13264   4189662       186      9795         0    136272     43014   2144745     12.69     15.32  --
2888.36/723.97	c  N dy 13304   4212901       186      9795         0    158220     43014   2549792     12.68     11.11  --
2888.36/723.97	c  S st 13304   4212901       186      9795         0    158220     43014   2549792     12.68     11.11  --
2889.16/724.18	c  S st 13304   4213403       186      9795         0    158719     43014   2560858     12.68   no data  --
2889.56/724.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
2889.56/724.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2889.56/724.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.35
2889.95/724.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2889.95/724.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2889.95/724.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
2889.95/724.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3023.64/757.85	c lits-rem:       629  cl-subs:    17079  v-elim:      0  v-fix:    0  time: 133.47 s
3023.64/757.85	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
3023.64/757.88	c vivif2 --  cl tried   141640 cl shrink        0 lits rem          0 time: 0.12
3025.21/758.26	c asymm  cl-useful: 0/1156/9795 lits-rem:0 time: 1.50
3025.21/758.26	c calculated reachability. Time: 0.00
3025.21/758.26	c  N dy 13304   4213403       186      9795         0    141640     43014   2329788     12.68   no data  --
3042.37/762.51	c  N dy 13361   4233804       186      9795         0    160891     43014   2699082     12.68     13.35  --
3061.52/767.30	c  N dy 13444   4253854       186      9795         0     95327     43014   1370055     12.68     14.40  --
3077.88/771.46	c  N dy 13531   4274176       186      9795         0    114675     43014   1744426     12.68     13.40  --
3095.43/775.88	c  N dy 13579   4295369       186      9795         0    134666     43014   2122982     12.68     13.43  --
3115.39/780.88	c  N dy 13657   4315534       186      9795         0    153788     43014   2489862     12.68     13.41  --
3139.32/786.87	c  N dy 13702   4338104       186      9795         0     89233     43014   1237373     12.68     13.35  --
3153.69/790.46	c  N dy 13744   4358398       186      9795         0    108358     43014   1588377     12.67     13.35  --
3172.05/795.02	c  N dy 13823   4379635       186      9795         0    128417     43014   1971423     12.67     13.48  --
3191.99/800.02	c  N dy 13906   4400004       186      9795         0    147715     43014   2343040     12.67     13.34  --
3212.36/805.20	c  N dy 13970   4420151       186      9795         0    166827     43014   2709562     12.67     13.36  --
3231.90/810.05	c  N dy 14024   4440693       186      9795         0     99422     43014   1423821     12.67     13.42  --
3248.25/814.15	c  N dy 14096   4460742       186      9795         0    118497     43014   1791882     12.67     14.18  --
3265.81/818.58	c  N dy 14136   4481081       186      9795         0    137490     43014   2138924     12.66     13.39  --
3286.56/823.70	c  N dy 14200   4501664       186      9795         0    156969     43014   2507427     12.66     13.34  --
3311.29/829.94	c  N dy 14249   4521970       186      9795         0     88377     43014   1208793     12.66     13.39  --
3329.25/834.47	c  N dy 14318   4545384       186      9795         0    110434     43014   1626254     12.66     13.33  --
3348.00/839.12	c  N dy 14407   4566548       186      9795         0    130513     43014   2016681     12.66     13.34  --
3365.16/843.45	c  N dy 14478   4586759       186      9795         0    149708     43014   2380760     12.66     13.40  --
3385.10/848.48	c  N dy 14541   4606943       186      9795         0    168766     43014   2739303     12.66     13.39  --
3406.24/853.72	c  N dy 14612   4626965       186      9795         0     98853     43014   1402414     12.66     14.86  --
3422.61/857.84	c  N dy 14694   4646999       186      9795         0    117902     43014   1769865     12.66     13.34  --
3441.35/862.51	c  N dy 14777   4667478       186      9795         0    137385     43014   2144566     12.66     13.33  --
3460.11/867.23	c  N dy 14857   4688683       186      9795         0    157489     43014   2531723     12.66     13.39  --
3479.67/872.12	c  N dy 14916   4709443       186      9795         0    177125     43014   2902936     12.66     13.44  --
3486.05/873.72	c  S st 14938   4713403       186      9795         0     90893     43014   1244215     12.66     11.41  --
3486.45/873.82	c  S st 14938   4713904       186      9795         0     91391     43014   1254920     12.66   no data  --
3486.45/873.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3486.45/873.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3486.45/873.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.15
3486.84/873.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3486.84/873.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3486.84/873.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
3486.84/873.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3523.16/883.04	c lits-rem:        13  cl-subs:      196  v-elim:      0  v-fix:    0  time: 36.42 s
3523.16/883.04	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
3523.16/883.06	c vivif2 --  cl tried    91195 cl shrink        0 lits rem          0 time: 0.06
3524.40/883.36	c asymm  cl-useful: 0/2488/9795 lits-rem:0 time: 1.20
3524.40/883.36	c calculated reachability. Time: 0.00
3524.40/883.36	c  N dy 14938   4713904       186      9795         0     91195     43014   1252366     12.66   no data  --
3536.32/886.37	c  N dy 14994   4733960       186      9795         0    110050     43014   1605137     12.65     13.47  --
3553.08/890.52	c  N dy 15064   4755991       186      9795         0    130952     43014   2007200     12.65     13.34  --
3570.24/894.80	c  N dy 15139   4776033       186      9795         0    149975     43014   2373056     12.65     13.35  --
3592.59/900.41	c  N dy 15232   4800460       186      9795         0    173217     43014   2821121     12.65     13.32  --
3610.94/905.09	c  N dy 15292   4820532       186      9795         0    101277     43014   1435600     12.65     14.58  --
3626.10/908.81	c  N dy 15358   4840581       186      9795         0    120173     43014   1789890     12.65     15.54  --
3642.48/912.94	c  N dy 15432   4860690       186      9795         0    139210     43014   2153489     12.65     13.40  --
3661.61/917.75	c  N dy 15493   4882189       186      9795         0    159581     43014   2536116     12.65     13.34  --
3681.17/922.60	c  N dy 15560   4902231       186      9795         0    178517     43014   2894749     12.65     13.34  --
3698.73/927.01	c  N dy 15600   4923502       186      9795         0    106737     43014   1524510     12.64     13.32  --
3713.48/930.76	c  N dy 15665   4943826       186      9795         0    125919     43014   1885974     12.64     13.31  --
3731.03/935.11	c  N dy 15737   4964744       186      9795         0    145724     43014   2261249     12.64     13.33  --
3749.79/939.81	c  N dy 15814   4984837       186      9795         0    164756     43014   2625355     12.64     18.04  --
3770.94/945.14	c  N dy 15865   5005052       186      9795         0    183852     43014   2984612     12.64     13.32  --
3789.70/949.88	c  N dy 15910   5025892       186      9795         0    110859     43014   1603285     12.64     13.40  --
3809.69/954.87	c  N dy 15981   5047556       186      9795         0    131356     43014   1989666     12.64     13.33  --
3831.99/960.41	c  N dy 16045   5067560       186      9795         0    150259     43014   2345586     12.64     13.88  --
3855.13/966.28	c  N dy 16091   5088517       186      9795         0    170061     43014   2716303     12.63     13.37  --
3885.45/973.85	c  N dy 16174   5110182       186      9795         0     96951     43014   1336417     12.63     13.45  --
3901.43/977.90	c  N dy 16246   5130318       186      9795         0    116024     43014   1694947     12.63     13.35  --
3920.56/982.69	c  N dy 16307   5150405       186      9795         0    135072     43014   2056623     12.63     13.45  --
3944.50/988.63	c  N dy 16403   5170745       186      9795         0    154377     43014   2429720     12.63     13.40  --
3968.03/994.50	c  N dy 16456   5190829       186      9795         0    173375     43014   2786964     12.63     13.40  --
3997.16/1001.82	c  N dy 16559   5211137       186      9795         0     98034     43014   1353592     12.63     13.32  --
3999.15/1002.39	c  S st 16570   5213905       186      9795         0    100673     43014   1406139     12.63   no data  --
3999.94/1002.54	c  S st 16570   5214413       186      9795         0    101174     43014   1417797     12.63   no data  --
3999.94/1002.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
3999.94/1002.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4000.34/1002.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.26
4000.34/1002.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4000.34/1002.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4000.34/1002.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
4000.34/1002.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4068.19/1019.66	c lits-rem:        27  cl-subs:      778  v-elim:      0  v-fix:    0  time: 67.75 s
4068.19/1019.66	c vivif2 --  cl tried     9795 cl shrink        0 lits rem          0 time: 0.00
4068.19/1019.68	c vivif2 --  cl tried   100396 cl shrink        0 lits rem          0 time: 0.08
4068.61/1019.78	c asymm  cl-useful: 0/511/9795 lits-rem:0 time: 0.39
4068.61/1019.78	c calculated reachability. Time: 0.00
4068.61/1019.78	c  N dy 16570   5214413       186      9795         0    100396     43014   1405825     12.63   no data  --
4085.75/1024.09	c  N dy 16620   5237934       186      9795         0    122573     43014   1819907     12.63     13.41  --
4104.87/1028.86	c  N dy 16691   5259295       186      9795         0    142842     43014   2205400     12.63     13.34  --
4127.62/1034.53	c  N dy 16735   5281618       186      9795         0    163808     43014   2588520     12.63     13.38  --
4148.37/1039.71	c  N dy 16767   5301765       186      9795         0    182692     43014   2934604     12.62     13.36  --
4172.71/1045.83	c  N dy 16828   5324203       186      9795         0    108481     43014   1541759     12.62     13.29  --
4189.06/1049.97	c  N dy 16888   5344268       186      9795         0    127430     43014   1897289     12.62     13.34  --
4207.02/1054.43	c  N dy 16926   5364352       186      9795         0    146402     43014   2247694     12.62     14.03  --
4226.97/1059.45	c  N dy 16985   5384404       186      9795         0    165409     43014   2607455     12.62     13.34  --
4250.11/1065.24	c  N dy 17046   5404811       186      9795         0    184677     43014   2975118     12.62     13.47  --
4270.50/1070.37	c  N dy 17105   5425761       186      9795         0    108140     43014   1526354     12.61     13.39  --
4285.63/1074.17	c  N dy 17173   5445762       186      9795         0    127017     43014   1877687     12.61     14.67  --
4303.58/1078.60	c  N dy 17272   5465800       186      9795         0    146039     43014   2242655     12.61     14.74  --
4320.34/1082.88	c  N dy 17328   5485805       186      9795         0    164905     43014   2600627     12.61     13.48  --
4342.68/1088.46	c  N dy 17391   5508766       186      9795         0    186574     43014   3008035     12.61     13.29  --
4363.42/1093.60	c  N dy 17476   5529071       186      9795         0    108473     43014   1533858     12.61     13.34  --
4378.59/1097.48	c  N dy 17519   5550887       186      9795         0    129020     43014   1911688     12.61     13.32  --
4395.75/1101.75	c  N dy 17601   5570964       186      9795         0    148058     43014   2275098     12.61     13.36  --
4414.11/1106.35	c  N dy 17653   5590976       186      9795         0    166964     43014   2624991     12.61     14.82  --
4437.64/1112.22	c  N dy 17734   5612269       186      9795         0    187118     43014   3006665     12.61     13.29  --
4459.23/1117.61	c  N dy 17797   5632310       186      9795         0    107749     43014   1515677     12.61     13.87  --
4474.36/1121.42	c  N dy 17848   5653461       186      9795         0    127690     43014   1886717     12.61     13.34  --
4493.51/1126.24	c  N dy 17914   5676021       186      9795         0    149006     43014   2281212     12.60     13.27  --
4511.07/1130.67	c  N dy 17958   5696059       186      9795         0    167898     43014   2633003     12.60     14.03  --
4532.21/1135.92	c  S st 18005   5714413       186      9795         0    185254     43014   2956825     12.60     10.58  --
4533.01/1136.14	c  S st 18005   5714917       186      9795         0    185751     43014   2968703     12.60   no data  --
4533.01/1136.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4533.01/1136.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4533.43/1136.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.40
4533.85/1136.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4533.85/1136.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4533.85/1136.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    186 time:  0.00 s
4533.85/1136.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3369256-1305414478/watcher-3369256-1305414478 -o /tmp/evaluation-result-3369256-1305414478/solver-3369256-1305414478 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369256-1305414478.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.00 7.87 7.83 4/315 8909
/proc/meminfo: memFree=27324612/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=273440 CPUtime=0 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 669 0 0 0 0 0 0 0 20 0 4 0 385639042 280002560 577 33554432000 4194304 4650419 140736237359392 18446744073709551615 268660323013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 68360 580 343 112 0 63325 0
[pid=8909/tid=8911] ppid=8905 vsize=282232 CPUtime=0 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 291 0 0 0 0 0 0 0 18 0 4 0 385639042 289005568 1409 33554432000 4194304 4650419 140736237359392 18446744073709551615 4370456 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=282232 CPUtime=0 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 255 0 0 0 0 0 0 0 21 0 4 0 385639042 289005568 1410 33554432000 4194304 4650419 140736237359392 18446744073709551615 4514716 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=282232 CPUtime=0 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 244 0 0 0 0 0 0 0 21 0 4 0 385639042 289005568 1410 33554432000 4194304 4650419 140736237359392 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0436851 s]
/proc/loadavg: 7.00 7.87 7.83 4/315 8909
/proc/meminfo: memFree=27324612/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=291716 CPUtime=0.14 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) D 8905 8909 8545 0 -1 4202496 2119 0 0 0 14 0 0 0 20 0 4 0 385639042 298717184 1842 33554432000 4194304 4650419 140736237359392 18446744073709551615 268660359287 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 72929 1842 376 112 0 67894 0
[pid=8909/tid=8911] ppid=8905 vsize=291716 CPUtime=0.03 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) D 8905 8909 8545 0 -1 4202560 563 0 0 0 3 0 0 0 18 0 4 0 385639042 298717184 1842 33554432000 4194304 4650419 140736237359392 18446744073709551615 4426459 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=291716 CPUtime=0.03 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 283 0 0 0 3 0 0 0 21 0 4 0 385639042 298717184 1842 33554432000 4194304 4650419 140736237359392 18446744073709551615 268660705639 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=291716 CPUtime=0.03 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 303 0 0 0 3 0 0 0 21 0 4 0 385639042 298717184 1842 33554432000 4194304 4650419 140736237359392 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 291716

[startup+0.160625 s]
/proc/loadavg: 7.00 7.87 7.83 4/315 8909
/proc/meminfo: memFree=27324612/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=283696 CPUtime=0.61 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 3733 0 0 0 61 0 0 0 20 0 4 0 385639042 290504704 3115 33554432000 4194304 4650419 140736237359392 18446744073709551615 4329693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 70924 3115 389 112 0 65889 0
[pid=8909/tid=8911] ppid=8905 vsize=283696 CPUtime=0.15 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 988 0 0 0 15 0 0 0 18 0 4 0 385639042 290504704 3115 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=283696 CPUtime=0.14 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 915 0 0 0 14 0 0 0 21 0 4 0 385639042 290504704 3115 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=283696 CPUtime=0.15 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 431 0 0 0 15 0 0 0 21 0 4 0 385639042 290504704 3115 33554432000 4194304 4650419 140736237359392 18446744073709551615 4363455 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 283696

[startup+0.300602 s]
/proc/loadavg: 7.00 7.87 7.83 4/315 8909
/proc/meminfo: memFree=27324612/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=285616 CPUtime=1.17 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 4748 0 0 0 117 0 0 0 20 0 4 0 385639042 292470784 3348 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365252 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 71404 3348 391 112 0 66369 0
[pid=8909/tid=8911] ppid=8905 vsize=285616 CPUtime=0.29 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 1228 0 0 0 29 0 0 0 18 0 4 0 385639042 292470784 3348 33554432000 4194304 4650419 140736237359392 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=285616 CPUtime=0.28 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 1154 0 0 0 28 0 0 0 21 0 4 0 385639042 292470784 3348 33554432000 4194304 4650419 140736237359392 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=285616 CPUtime=0.29 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 728 0 0 0 29 0 0 0 21 0 4 0 385639042 292470784 3349 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365361 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) 285616

[startup+0.70053 s]
/proc/loadavg: 7.00 7.87 7.83 4/315 8909
/proc/meminfo: memFree=27324612/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=286472 CPUtime=2.76 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 6533 0 0 0 276 0 0 0 21 0 4 0 385639042 293347328 4085 33554432000 4194304 4650419 140736237359392 18446744073709551615 4328315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 71618 4085 391 112 0 66583 0
[pid=8909/tid=8911] ppid=8905 vsize=286472 CPUtime=0.69 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 1674 0 0 0 69 0 0 0 18 0 4 0 385639042 293347328 4085 33554432000 4194304 4650419 140736237359392 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=286472 CPUtime=0.68 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 1593 0 0 0 68 0 0 0 22 0 4 0 385639042 293347328 4085 33554432000 4194304 4650419 140736237359392 18446744073709551615 4367287 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=286472 CPUtime=0.69 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 1175 0 0 0 69 0 0 0 22 0 4 0 385639042 293347328 4085 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365227 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) 286472

[startup+1.50039 s]
/proc/loadavg: 7.00 7.87 7.83 10/323 8917
/proc/meminfo: memFree=27287732/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=287880 CPUtime=5.96 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 10049 0 0 0 595 1 0 0 23 0 4 0 385639042 294789120 4731 33554432000 4194304 4650419 140736237359392 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 71970 4731 392 112 0 66935 0
[pid=8909/tid=8911] ppid=8905 vsize=287880 CPUtime=1.49 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 2563 0 0 0 149 0 0 0 20 0 4 0 385639042 294789120 4731 33554432000 4194304 4650419 140736237359392 18446744073709551615 4349680 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=287880 CPUtime=1.47 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 2464 0 0 0 147 0 0 0 25 0 4 0 385639042 294789120 4731 33554432000 4194304 4650419 140736237359392 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=287880 CPUtime=1.48 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 2060 0 0 0 148 0 0 0 25 0 4 0 385639042 294789120 4731 33554432000 4194304 4650419 140736237359392 18446744073709551615 4334336 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287880

[startup+3.10111 s]
/proc/loadavg: 7.00 7.87 7.83 10/323 8917
/proc/meminfo: memFree=27266156/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=287884 CPUtime=12.35 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 19173 0 0 0 1233 2 0 0 25 0 4 0 385639042 294793216 11403 33554432000 4194304 4650419 140736237359392 18446744073709551615 4331995 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 71971 11403 393 112 0 66936 0
[pid=8909/tid=8911] ppid=8905 vsize=287884 CPUtime=3.09 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 4245 0 0 0 309 0 0 0 25 0 4 0 385639042 294793216 11403 33554432000 4194304 4650419 140736237359392 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=287884 CPUtime=3.06 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 5037 0 0 0 306 0 0 0 25 0 4 0 385639042 294793216 11403 33554432000 4194304 4650419 140736237359392 18446744073709551615 4476311 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=287884 CPUtime=3.08 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 5141 0 0 0 308 0 0 0 25 0 4 0 385639042 294793216 11403 33554432000 4194304 4650419 140736237359392 18446744073709551615 4329570 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 287884

[startup+6.30055 s]
/proc/loadavg: 7.08 7.87 7.83 10/323 8917
/proc/meminfo: memFree=27210052/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=269680 CPUtime=25.11 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 28914 0 0 0 2507 4 0 0 25 0 4 0 385639042 276152320 15202 33554432000 4194304 4650419 140736237359392 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 67420 15202 393 112 0 62385 0
[pid=8909/tid=8911] ppid=8905 vsize=269680 CPUtime=6.28 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 7636 0 0 0 628 0 0 0 25 0 4 0 385639042 276152320 15202 33554432000 4194304 4650419 140736237359392 18446744073709551615 4331993 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=269680 CPUtime=6.22 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 7512 0 0 0 622 0 0 0 25 0 4 0 385639042 276152320 15202 33554432000 4194304 4650419 140736237359392 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=269680 CPUtime=6.28 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 7480 0 0 0 627 1 0 0 25 0 4 0 385639042 276152320 15202 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 269680

[startup+12.7004 s]
/proc/loadavg: 7.15 7.88 7.83 10/323 8917
/proc/meminfo: memFree=27164580/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=286756 CPUtime=50.65 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 42906 0 0 0 5057 8 0 0 25 0 4 0 385639042 293638144 19238 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365330 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 71689 19238 393 112 0 66654 0
[pid=8909/tid=8911] ppid=8905 vsize=286756 CPUtime=12.68 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 10816 0 0 0 1267 1 0 0 25 0 4 0 385639042 293638144 19238 33554432000 4194304 4650419 140736237359392 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=286756 CPUtime=12.56 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 10767 0 0 0 1255 1 0 0 25 0 4 0 385639042 293638144 19238 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=286756 CPUtime=12.69 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 12115 0 0 0 1266 3 0 0 25 0 4 0 385639042 293638144 19238 33554432000 4194304 4650419 140736237359392 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 286756

[startup+25.5012 s]
/proc/loadavg: 7.41 7.90 7.84 10/323 8918
/proc/meminfo: memFree=27111860/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=289268 CPUtime=101.72 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 66287 0 0 0 10158 14 0 0 25 0 4 0 385639042 296210432 26086 33554432000 4194304 4650419 140736237359392 18446744073709551615 4329578 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 72317 26086 393 112 0 67282 0
[pid=8909/tid=8911] ppid=8905 vsize=289268 CPUtime=25.48 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 16872 0 0 0 2546 2 0 0 25 0 4 0 385639042 296210432 26086 33554432000 4194304 4650419 140736237359392 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=289268 CPUtime=25.22 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 16947 0 0 0 2519 3 0 0 25 0 4 0 385639042 296210432 26086 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=289268 CPUtime=25.48 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 18649 0 0 0 2544 4 0 0 25 0 4 0 385639042 296210432 26086 33554432000 4194304 4650419 140736237359392 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 289268

[startup+51.1007 s]
/proc/loadavg: 7.61 7.91 7.84 10/323 8918
/proc/meminfo: memFree=27064548/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=301644 CPUtime=203.86 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 107369 0 0 0 20362 24 0 0 25 0 4 0 385639042 308883456 32322 33554432000 4194304 4650419 140736237359392 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 75411 32322 393 112 0 70376 0
[pid=8909/tid=8911] ppid=8905 vsize=301644 CPUtime=51.08 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 27154 0 0 0 5103 5 0 0 25 0 4 0 385639042 308883456 32322 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=301644 CPUtime=50.58 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 27608 0 0 0 5052 6 0 0 25 0 4 0 385639042 308883456 32322 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=301644 CPUtime=51.09 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 29638 0 0 0 5102 7 0 0 25 0 4 0 385639042 308883456 32322 33554432000 4194304 4650419 140736237359392 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 301644

[startup+102.312 s]
/proc/loadavg: 7.87 7.93 7.85 10/323 8920
/proc/meminfo: memFree=26953364/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=436604 CPUtime=408.19 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 178895 0 0 0 40775 44 0 0 25 0 4 0 385639042 447082496 48166 33554432000 4194304 4650419 140736237359392 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 109151 48166 393 112 0 104116 0
[pid=8909/tid=8911] ppid=8905 vsize=436604 CPUtime=102.29 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 43045 0 0 0 10220 9 0 0 25 0 4 0 385639042 447082496 48167 33554432000 4194304 4650419 140736237359392 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=436604 CPUtime=101.27 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 48505 0 0 0 10115 12 0 0 25 0 4 0 385639042 447082496 48167 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=436604 CPUtime=102.29 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 49890 0 0 0 10217 12 0 0 25 0 4 0 385639042 447082496 48167 33554432000 4194304 4650419 140736237359392 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.19
Current children cumulated vsize (KiB) 436604

[startup+162.301 s]

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

[pid=8909] ppid=8905 vsize=573560 CPUtime=2802.18 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 636108 0 0 0 280003 215 0 0 25 0 4 0 385639042 587325440 86934 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 143390 86934 393 112 0 138355 0
[pid=8909/tid=8911] ppid=8905 vsize=573560 CPUtime=702.29 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 150569 0 0 0 70178 51 0 0 25 0 4 0 385639042 587325440 86934 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=573560 CPUtime=695.25 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 170654 0 0 0 69466 59 0 0 25 0 4 0 385639042 587325440 86934 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=573560 CPUtime=702.3 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 171752 0 0 0 70172 58 0 0 25 0 4 0 385639042 587325440 86934 33554432000 4194304 4650419 140736237359392 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.18
Current children cumulated vsize (KiB) 573560

[startup+762.312 s]
/proc/loadavg: 8.07 8.07 7.96 10/323 8937
/proc/meminfo: memFree=26545872/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=558624 CPUtime=3041.6 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 673459 0 0 0 303930 230 0 0 25 0 4 0 385639042 572030976 92452 33554432000 4194304 4650419 140736237359392 18446744073709551615 4329570 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 139656 92452 393 112 0 134621 0
[pid=8909/tid=8911] ppid=8905 vsize=558624 CPUtime=762.3 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 159833 0 0 0 76174 56 0 0 25 0 4 0 385639042 572030976 92452 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=558624 CPUtime=754.65 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 185640 0 0 0 75400 65 0 0 25 0 4 0 385639042 572030976 92452 33554432000 4194304 4650419 140736237359392 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=558624 CPUtime=762.31 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 179844 0 0 0 76169 62 0 0 25 0 4 0 385639042 572030976 92452 33554432000 4194304 4650419 140736237359392 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3041.6
Current children cumulated vsize (KiB) 558624

[startup+822.3 s]
/proc/loadavg: 8.12 8.08 7.97 10/323 8939
/proc/meminfo: memFree=26523752/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=573468 CPUtime=3280.97 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 716603 0 0 0 327846 251 0 0 25 0 4 0 385639042 587231232 97277 33554432000 4194304 4650419 140736237359392 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 143367 97277 393 112 0 138332 0
[pid=8909/tid=8911] ppid=8905 vsize=573468 CPUtime=822.29 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 169975 0 0 0 82166 63 0 0 25 0 4 0 385639042 587231232 97277 33554432000 4194304 4650419 140736237359392 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=573468 CPUtime=814.05 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 198919 0 0 0 81338 67 0 0 25 0 4 0 385639042 587231232 97277 33554432000 4194304 4650419 140736237359392 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=573468 CPUtime=822.3 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 189661 0 0 0 82162 68 0 0 25 0 4 0 385639042 587231232 97277 33554432000 4194304 4650419 140736237359392 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3280.97
Current children cumulated vsize (KiB) 573468

[startup+882.301 s]
/proc/loadavg: 8.08 8.08 7.97 10/323 8941
/proc/meminfo: memFree=26488860/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=624016 CPUtime=3520.36 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 758300 0 0 0 351771 265 0 0 25 0 4 0 385639042 638992384 102249 33554432000 4194304 4650419 140736237359392 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 156004 102249 393 112 0 150969 0
[pid=8909/tid=8911] ppid=8905 vsize=624016 CPUtime=882.28 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 179171 0 0 0 88163 65 0 0 25 0 4 0 385639042 638992384 102249 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=624016 CPUtime=873.43 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 215573 0 0 0 87271 72 0 0 25 0 4 0 385639042 638992384 102249 33554432000 4194304 4650419 140736237359392 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=624016 CPUtime=882.3 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 196492 0 0 0 88159 71 0 0 25 0 4 0 385639042 638992384 102249 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3520.36
Current children cumulated vsize (KiB) 624016

[startup+942.3 s]
/proc/loadavg: 8.11 8.09 7.98 10/323 8942
/proc/meminfo: memFree=26448504/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=640024 CPUtime=3759.77 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 790981 0 0 0 375698 279 0 0 25 0 4 0 385639042 655384576 109208 33554432000 4194304 4650419 140736237359392 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 160006 109208 393 112 0 154971 0
[pid=8909/tid=8911] ppid=8905 vsize=640024 CPUtime=942.29 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 188372 0 0 0 94160 69 0 0 25 0 4 0 385639042 655384576 109208 33554432000 4194304 4650419 140736237359392 18446744073709551615 4313414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=640024 CPUtime=932.84 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 223361 0 0 0 93209 75 0 0 25 0 4 0 385639042 655384576 109208 33554432000 4194304 4650419 140736237359392 18446744073709551615 4433084 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=640024 CPUtime=942.31 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 206842 0 0 0 94155 76 0 0 25 0 4 0 385639042 655384576 109208 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3759.77
Current children cumulated vsize (KiB) 640024

[startup+1002.3 s]
/proc/loadavg: 8.07 8.08 7.99 10/323 8944
/proc/meminfo: memFree=26406892/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=590612 CPUtime=3999.15 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 811457 0 0 0 399623 292 0 0 25 0 4 0 385639042 604786688 102822 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 147653 102822 393 112 0 142618 0
[pid=8909/tid=8911] ppid=8905 vsize=590612 CPUtime=1002.29 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 197676 0 0 0 100155 74 0 0 25 0 4 0 385639042 604786688 102822 33554432000 4194304 4650419 140736237359392 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=590612 CPUtime=992.21 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 224179 0 0 0 99146 75 0 0 25 0 4 0 385639042 604786688 102822 33554432000 4194304 4650419 140736237359392 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=590612 CPUtime=1002.31 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 211516 0 0 0 100151 80 0 0 25 0 4 0 385639042 604786688 102822 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.15
Current children cumulated vsize (KiB) 590612

[startup+1062.3 s]
/proc/loadavg: 8.13 8.10 8.00 10/323 8945
/proc/meminfo: memFree=26412280/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=574896 CPUtime=4238.54 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 832884 0 0 0 423549 305 0 0 25 0 4 0 385639042 588693504 102805 33554432000 4194304 4650419 140736237359392 18446744073709551615 4314936 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 143724 102805 393 112 0 138689 0
[pid=8909/tid=8911] ppid=8905 vsize=574896 CPUtime=1062.29 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 205929 0 0 0 106150 79 0 0 25 0 4 0 385639042 588693504 102805 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=574896 CPUtime=1051.61 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 224179 0 0 0 105086 75 0 0 25 0 4 0 385639042 588693504 102805 33554432000 4194304 4650419 140736237359392 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=574896 CPUtime=1062.3 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 219432 0 0 0 106146 84 0 0 25 0 4 0 385639042 588693504 102805 33554432000 4194304 4650419 140736237359392 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4238.54
Current children cumulated vsize (KiB) 574896

[startup+1122.3 s]
/proc/loadavg: 8.16 8.12 8.01 10/323 8947
/proc/meminfo: memFree=26411336/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=624904 CPUtime=4477.94 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 865115 0 0 0 447476 318 0 0 25 0 4 0 385639042 639901696 109269 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 156226 109269 393 112 0 151191 0
[pid=8909/tid=8911] ppid=8905 vsize=624904 CPUtime=1122.29 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 215326 0 0 0 112146 83 0 0 25 0 4 0 385639042 639901696 109269 33554432000 4194304 4650419 140736237359392 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=624904 CPUtime=1111 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 229207 0 0 0 111023 77 0 0 25 0 4 0 385639042 639901696 109269 33554432000 4194304 4650419 140736237359392 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=624904 CPUtime=1122.3 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 227015 0 0 0 112143 87 0 0 25 0 4 0 385639042 639901696 109269 33554432000 4194304 4650419 140736237359392 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4477.94
Current children cumulated vsize (KiB) 624904

[startup+1182.3 s]
/proc/loadavg: 8.13 8.11 8.01 10/323 8949
/proc/meminfo: memFree=26405456/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=625176 CPUtime=4717.35 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 888781 0 0 0 471404 331 0 0 25 0 4 0 385639042 640180224 106308 33554432000 4194304 4650419 140736237359392 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 156294 106308 393 112 0 151259 0
[pid=8909/tid=8911] ppid=8905 vsize=625176 CPUtime=1182.29 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 224901 0 0 0 118141 88 0 0 25 0 4 0 385639042 640180224 106308 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=625176 CPUtime=1170.4 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 233778 0 0 0 116961 79 0 0 25 0 4 0 385639042 640180224 106308 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=625176 CPUtime=1182.31 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 235078 0 0 0 118139 92 0 0 25 0 4 0 385639042 640180224 106308 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4717.35
Current children cumulated vsize (KiB) 625176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.16 8.12 8.01 10/323 8949
/proc/meminfo: memFree=26432104/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=625240 CPUtime=4800.36 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 896637 0 0 0 479701 335 0 0 25 0 4 0 385639042 640245760 109940 33554432000 4194304 4650419 140736237359392 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 156310 109940 393 112 0 151275 0
[pid=8909/tid=8911] ppid=8905 vsize=625240 CPUtime=1203.1 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 228243 0 0 0 120221 89 0 0 25 0 4 0 385639042 640245760 109941 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=625240 CPUtime=1191 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 235090 0 0 0 119020 80 0 0 25 0 4 0 385639042 640245760 109941 33554432000 4194304 4650419 140736237359392 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=625240 CPUtime=1203.12 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 238281 0 0 0 120218 94 0 0 25 0 4 0 385639042 640245760 109941 33554432000 4194304 4650419 140736237359392 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 625240

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

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

[startup+1203.1 s]
/proc/loadavg: 8.16 8.12 8.01 10/323 8949
/proc/meminfo: memFree=26432104/32951124 swapFree=46575252/67111528
[pid=8909] ppid=8905 vsize=625240 CPUtime=4800.36 cores=1,3,5,7
/proc/8909/stat : 8909 (strangenight1-m) R 8905 8909 8545 0 -1 4202496 896637 0 0 0 479701 335 0 0 25 0 4 0 385639042 640245760 109940 33554432000 4194304 4650419 140736237359392 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/8909/statm: 156310 109940 393 112 0 151275 0
[pid=8909/tid=8911] ppid=8905 vsize=625240 CPUtime=1203.1 cores=1,3,5,7
/proc/8909/task/8911/stat : 8911 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 228243 0 0 0 120221 89 0 0 25 0 4 0 385639042 640245760 109941 33554432000 4194304 4650419 140736237359392 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8909/tid=8913] ppid=8905 vsize=625240 CPUtime=1191 cores=1,3,5,7
/proc/8909/task/8913/stat : 8913 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 235090 0 0 0 119020 80 0 0 25 0 4 0 385639042 640245760 109941 33554432000 4194304 4650419 140736237359392 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8909/tid=8915] ppid=8905 vsize=625240 CPUtime=1203.12 cores=1,3,5,7
/proc/8909/task/8915/stat : 8915 (strangenight1-m) R 8905 8909 8545 0 -1 4202560 238281 0 0 0 120218 94 0 0 25 0 4 0 385639042 640245760 109941 33554432000 4194304 4650419 140736237359392 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 625240

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.14
CPU time (s): 4800.42
CPU user time (s): 4797.05
CPU system time (s): 3.37149
CPU usage (%): 398.992
Max. virtual memory (cumulated for all children) (KiB): 654596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.05
system time used= 3.37149
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 896638
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= 628
involuntary context switches= 36438

runsolver used 3.37649 second user time and 8.78666 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 01:07:58
IDJOB=3369256
IDBENCH=83356
IDSOLVER=1846
FILE ID=node107/3369256-1305414478
RUNJOBID= node107-1305414478-8891
PBS_JOBID= 13324536
Free space on /tmp= 73436 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-14_186.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369256-1305414478/watcher-3369256-1305414478 -o /tmp/evaluation-result-3369256-1305414478/solver-3369256-1305414478 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369256-1305414478.cnf

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

MD5SUM BENCH= 642fce7e30a701c3223fa5771c2e57dc
RANDOM SEED=163410987

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27325056 kB
Buffers:        135012 kB
Cached:         928792 kB
SwapCached:       9832 kB
Active:        5263928 kB
Inactive:        82344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27325056 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:           12564 kB
Writeback:           0 kB
AnonPages:     4280232 kB
Mapped:          18736 kB
Slab:           146784 kB
PageTables:      68832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64911440 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73424 MiB
End job on node107 at 2011-05-15 01:28:03