Trace number 3250581

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.36 1201.75

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-20_389.cnf
MD5SUMf105570f47bdca662c2d3d185f8dc1f8
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 variables389
Number of clauses41426
Sum of the clauses size188708
Maximum clause length20
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 337636
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53790

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3250581-1304123180.cnf'
0.00/0.00	c -- header says num vars:            389
0.00/0.00	c -- header says num clauses:       41426
0.93/0.24	c -- clauses added:            0 learnts,        41426 normals,            0 xors
0.93/0.24	c -- vars added        389
0.93/0.24	c Parsing time:  0.01 s
0.93/0.24	c  N st     0         0       389     41426         0         0    188708         0   no data   no data
0.93/0.24	c asymm  cl-useful: 0/41426/41426 lits-rem:0 time: 0.21
0.93/0.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.93/0.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.93/0.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.93/0.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.93/0.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
0.93/0.26	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
1.96/0.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.25 s
1.96/0.52	c Finding binary XORs  T:     0.00 s  found:       0
1.96/0.53	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.96/0.53	c calculated reachability. Time: 0.00
1.96/0.53	c Calc default polars -  time:   0.00 s pos:     389 undec:       0 neg:       0
1.96/0.53	c =========================================================================================
1.96/0.53	c types(t): F = full restart, N = normal restart
1.96/0.53	c types(t): S = simplification begin/end, E = solution found
1.96/0.53	c restart types(rt): st = static, dy = dynamic
1.96/0.53	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.96/0.53	c  B st     0         0       389     41426         0         0    188708         0   no data   no data
3.16/0.88	c  N dy     8      4055       389     41426         0      3977    188708    167470     23.95     25.22
5.55/1.40	c  N dy    14      9538       389     41426         0      5906    188708    199226     20.70     21.82
7.15/1.87	c  N dy    18     14791       389     41426         0     10986    188708    388571     20.11     21.33
8.77/2.28	c  N dy    53     18917       389     41426         0      9535    188708    334731     21.45     22.76
10.35/2.68	c  N dy    78     22990       389     41426         0     13504    188708    493023     21.99     34.91
11.15/2.90	c  F st    97     25001       389     41426         0      8380    188708    268949     22.49   no data
11.95/3.09	c  N st   101     27031       389     41426         0     10356    188708    351633     22.49   no data
13.16/3.39	c  S st   103     30000       389     41426         0     13239    188708    468202     22.49   no data
13.56/3.45	c  S st   103     30501       389     41426         0     13739    188708    488710     22.49   no data
13.56/3.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.56/3.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
13.56/3.47	c blocked clauses removed:        0 vars:      0 tried:         389 T: 0.00 s
13.56/3.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.56/3.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.56/3.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
13.56/3.47	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
13.56/3.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.94/3.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.74/3.77	c lits-rem:        46  cl-subs:      460  v-elim:      0  v-fix:    0  time:  0.27 s
15.54/3.96	c asymm  cl-useful: 0/15024/41426 lits-rem:0 time: 0.19
15.54/3.97	c calculated reachability. Time: 0.00
15.54/3.97	c  N dy   103     30501       389     41426         0     13279    188708    476622     22.49   no data
17.56/4.43	c  N dy   128     34577       389     41426         0      8886    188708    270146     22.88     28.50
22.35/5.66	c  N dy   152     45752       389     41426         0     10271    188708    300512     22.35     18.43
22.35/5.67	c  S st   152     45752       389     41426         0     10271    188708    300512     22.35     18.43
22.72/5.72	c  S st   152     46255       389     41426         0     10772    188708    321319     22.35   no data
22.72/5.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.72/5.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
22.72/5.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.72/5.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.72/5.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.72/5.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
22.72/5.74	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
22.72/5.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
22.72/5.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.12/5.82	c lits-rem:        22  cl-subs:       76  v-elim:      0  v-fix:    0  time:  0.06 s
23.12/5.83	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
23.12/5.83	c vivif2 --  cl tried    10696 cl shrink        0 lits rem          0 time: 0.00
23.93/6.04	c asymm  cl-useful: 0/20716/41426 lits-rem:0 time: 0.21
23.93/6.04	c calculated reachability. Time: 0.00
23.93/6.04	c  N dy   152     46255       389     41426         0     10696    188708    319412     22.35   no data
27.12/6.88	c  N dy   167     54617       389     41426         0     18865    188708    629192     22.12     23.29
29.12/7.39	c  N dy   181     59362       389     41426         0     12905    188708    377502     22.11     23.32
31.14/7.82	c  N dy   195     63454       389     41426         0     16924    188708    533813     22.21     24.98
32.71/8.29	c  N dy   219     67505       389     41426         0     20919    188708    694182     22.39     26.51
33.91/8.52	c  S st   231     69383       389     41426         0     22763    188708    767980     22.47   no data
34.31/8.62	c  S st   231     69885       389     41426         0     11645    188708    315283     22.47   no data
34.31/8.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.31/8.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
34.31/8.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.31/8.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.31/8.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.31/8.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
34.31/8.64	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
34.31/8.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
34.31/8.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.31/8.70	c lits-rem:         0  cl-subs:        9  v-elim:      0  v-fix:    0  time:  0.04 s
34.72/8.70	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
34.72/8.70	c vivif2 --  cl tried    11636 cl shrink        0 lits rem          0 time: 0.00
34.72/8.75	c asymm  cl-useful: 0/5686/41426 lits-rem:0 time: 0.04
34.72/8.75	c calculated reachability. Time: 0.00
34.72/8.75	c  N dy   231     69885       389     41426         0     11636    188708    315084     22.47   no data
36.70/9.24	c  N dy   271     74393       389     41426         0     16068    188708    496452     22.78     29.84
38.71/9.74	c  N dy   289     79160       389     41426         0     20732    188708    680944     22.81     28.50
41.10/10.38	c  N dy   302     84531       389     41426         0     13356    188708    370311     22.76     24.46
42.30/10.68	c  F st   306     87501       389     41426         0     16223    188708    475737     22.67   no data
43.92/11.05	c  N st   311     90800       389     41426         0     19436    188708    607758     22.67   no data
46.70/11.75	c  N dy   313     96824       389     41426         0     25289    188708    826661     22.54     23.75
49.89/12.51	c  N dy   348    103093       389     41426         0     17880    188708    519491     22.69     36.63
50.29/12.70	c  S st   351    104828       389     41426         0     19577    188708    585974     22.68     22.32
50.69/12.76	c  S st   351    105331       389     41426         0     20076    188708    605491     22.68   no data
50.69/12.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.69/12.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
50.69/12.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.69/12.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.69/12.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.69/12.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
50.69/12.78	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
50.69/12.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.09/12.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.89/13.03	c lits-rem:        31  cl-subs:      195  v-elim:      0  v-fix:    0  time:  0.21 s
51.89/13.03	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
51.89/13.03	c vivif2 --  cl tried    19881 cl shrink        0 lits rem          0 time: 0.01
52.71/13.24	c asymm  cl-useful: 0/13246/41426 lits-rem:0 time: 0.19
52.71/13.24	c calculated reachability. Time: 0.00
52.71/13.24	c  N dy   351    105331       389     41426         0     19881    188708    599575     22.68   no data
58.68/14.72	c  N dy   359    117393       389     41426         0     17151    188708    461163     22.42     23.67
62.27/15.68	c  N dy   368    125962       389     41426         0     25481    188708    772072     22.25     23.50
66.29/16.65	c  N dy   379    134086       389     41426         0     17909    188708    484208     22.14     33.73
72.66/18.21	c  N dy   423    147416       389     41426         0     30894    188708    982397     22.14     23.31
77.05/19.34	c  N dy   445    157049       389     41426         0     23763    188708    681876     22.09     23.27
77.45/19.44	c  S st   446    157997       389     41426         0     24691    188708    718402     22.08     22.82
77.85/19.50	c  S st   446    158500       389     41426         0     25193    188708    739062     22.08   no data
77.85/19.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.85/19.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
77.85/19.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.85/19.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.85/19.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.85/19.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
77.85/19.53	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
77.85/19.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
77.85/19.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.47/19.93	c lits-rem:        31  cl-subs:      585  v-elim:      0  v-fix:    0  time:  0.36 s
79.47/19.93	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
79.47/19.94	c vivif2 --  cl tried    24608 cl shrink        0 lits rem          0 time: 0.01
80.24/20.18	c asymm  cl-useful: 0/10060/41426 lits-rem:0 time: 0.23
80.24/20.18	c calculated reachability. Time: 0.00
80.24/20.18	c  N dy   446    158500       389     41426         0     24608    188708    724190     22.08   no data
85.44/21.46	c  N dy   500    168642       389     41426         0     34516    188708   1120803     22.24     23.44
90.63/22.74	c  N dy   538    179628       389     41426         0     27785    188708    813662     22.26     23.44
97.42/24.46	c  N dy   570    193542       389     41426         0     22884    188708    603269     22.21     23.40
103.81/26.02	c  N dy   634    205904       389     41426         0     35008    188708   1077618     22.32     23.64
110.23/27.60	c  N dy   655    219068       389     41426         0     28390    188708    787961     22.20     23.40
117.79/29.51	c  N dy   715    233388       389     41426         0     21996    188708    537410     22.29     23.49
119.79/30.04	c  S st   748    237751       389     41426         0     26270    188708    706308     22.34     20.11
120.19/30.11	c  S st   748    238253       389     41426         0     26771    188708    727205     22.34   no data
120.19/30.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
120.19/30.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
120.19/30.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
120.19/30.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
120.19/30.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
120.19/30.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
120.19/30.14	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
120.19/30.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
120.19/30.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
121.39/30.47	c lits-rem:        17  cl-subs:      199  v-elim:      0  v-fix:    0  time:  0.30 s
121.39/30.48	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
121.39/30.48	c vivif2 --  cl tried    26572 cl shrink        0 lits rem          0 time: 0.01
122.59/30.71	c asymm  cl-useful: 0/13513/41426 lits-rem:0 time: 0.23
122.59/30.72	c calculated reachability. Time: 0.00
122.59/30.72	c  N dy   748    238253       389     41426         0     26572    188708    720826     22.34   no data
137.36/34.47	c  N dy   766    267311       389     41426         0     33460    188708    924062     21.93     23.09
146.95/36.80	c  N dy   804    284652       389     41426         0     28042    188708    724258     21.88     23.18
156.14/39.17	c  N dy   832    303337       389     41426         0     46317    188708   1421326     21.80     23.14
157.75/39.56	c  F st   844    306251       389     41426         0     25830    188708    640192     21.82     19.67
166.94/41.87	c  N dy   929    323809       389     41426         0     42960    188708   1324381     21.93     23.24
183.31/45.94	c  N dy  1059    353918       389     41426         0     48125    188708   1460680     22.03     23.25
185.30/46.48	c  S st  1069    357379       389     41426         0     26187    188708    608318     22.03     17.61
185.70/46.54	c  S st  1069    357880       389     41426         0     26688    188708    628257     22.03   no data
185.70/46.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
185.70/46.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
185.70/46.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
185.70/46.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
185.70/46.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
185.70/46.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
185.70/46.57	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
185.70/46.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
185.70/46.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
186.50/46.77	c lits-rem:         3  cl-subs:       69  v-elim:      0  v-fix:    0  time:  0.17 s
186.50/46.78	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
186.50/46.78	c vivif2 --  cl tried    26619 cl shrink        0 lits rem          0 time: 0.01
186.90/46.84	c asymm  cl-useful: 0/4607/41426 lits-rem:0 time: 0.06
186.90/46.84	c calculated reachability. Time: 0.00
186.90/46.84	c  N dy  1069    357880       389     41426         0     26619    188708    626527     22.03   no data
200.48/50.29	c  N dy  1161    384024       389     41426         0     52090    188708   1593939     22.04     23.31
211.67/53.09	c  N dy  1210    405096       389     41426         0     46337    188708   1335492     21.99     23.37
224.84/56.30	c  N dy  1244    430422       389     41426         0     43735    188708   1203647     21.88     23.07
236.03/59.13	c  N dy  1288    450890       389     41426         0     35537    188708    902067     21.82     23.19
247.21/61.98	c  N dy  1382    471100       389     41426         0     55234    188708   1650225     21.86     23.14
262.79/65.80	c  N dy  1432    498352       389     41426         0     52711    188708   1503210     21.77     22.97
274.38/68.79	c  N dy  1538    519262       389     41426         0     42970    188708   1154159     21.83     23.63
284.76/71.38	c  S st  1629    536821       389     41426         0     60129    188708   1823494     21.90   no data
285.16/71.48	c  S st  1629    537322       389     41426         0     60629    188708   1844023     21.90   no data
285.16/71.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
285.57/71.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
285.57/71.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
285.57/71.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
285.57/71.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
285.57/71.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
285.57/71.54	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
285.57/71.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
285.98/71.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
297.15/74.45	c lits-rem:       213  cl-subs:     1333  v-elim:      0  v-fix:    0  time:  2.82 s
297.15/74.45	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
297.15/74.47	c vivif2 --  cl tried    59296 cl shrink        0 lits rem          0 time: 0.02
298.35/74.72	c asymm  cl-useful: 0/2966/41426 lits-rem:0 time: 0.25
298.35/74.73	c calculated reachability. Time: 0.00
298.35/74.73	c  N dy  1629    537322       389     41426         0     59296    188708   1806261     21.90   no data
309.13/77.48	c  N dy  1687    557337       389     41426         0     47701    188708   1314913     21.89     24.82
340.28/85.25	c  N dy  1750    609836       389     41426         0     33594    188708    743177     21.72     22.90
351.49/88.01	c  N dy  1854    629856       389     41426         0     53146    188708   1505771     21.78     29.91
363.85/91.14	c  N dy  1902    650849       389     41426         0     39572    188708    934995     21.76     22.95
375.44/94.05	c  N dy  2006    670886       389     41426         0     59185    188708   1707570     21.81     28.02
389.03/97.47	c  N dy  2139    692046       389     41426         0     44905    188708   1150549     21.90     23.29
401.41/100.57	c  N dy  2209    712130       389     41426         0     64471    188708   1887348     21.89     23.11
413.41/103.56	c  N dy  2243    732780       389     41426         0     48493    188708   1211376     21.85     23.01
429.77/107.60	c  N dy  2312    760205       389     41426         0     38313    188708    830822     21.83     22.99
440.95/110.49	c  N dy  2374    781315       389     41426         0     58909    188708   1613479     21.81     23.03
453.73/113.68	c  N dy  2467    801412       389     41426         0     40612    188708    912185     21.85     26.10
456.14/114.28	c  S st  2498    805983       389     41426         0     45097    188708   1091554     21.86     20.63
456.54/114.36	c  S st  2498    806489       389     41426         0     45602    188708   1111811     21.86   no data
456.54/114.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
456.54/114.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
456.54/114.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
456.54/114.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
456.54/114.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
456.54/114.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
456.54/114.39	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
456.95/114.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
456.95/114.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
459.73/115.16	c lits-rem:        21  cl-subs:      246  v-elim:      0  v-fix:    0  time:  0.72 s
459.73/115.17	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
459.73/115.18	c vivif2 --  cl tried    45356 cl shrink        0 lits rem          0 time: 0.01
460.93/115.44	c asymm  cl-useful: 0/9911/41426 lits-rem:0 time: 0.26
460.93/115.45	c calculated reachability. Time: 0.00
460.93/115.45	c  N dy  2498    806489       389     41426         0     45356    188708   1103971     21.86   no data
480.10/120.23	c  N dy  2507    837891       389     41426         0     75642    188708   2131189     21.72     23.05
503.66/126.12	c  N dy  2554    875552       389     41426         0     73531    188708   2078681     21.66     22.81
515.65/129.15	c  N dy  2583    895627       389     41426         0     53365    188708   1342722     21.63     24.75
540.83/135.44	c  N dy  2688    934784       389     41426         0     50755    188708   1200674     21.59     23.03
578.77/145.00	c  N dy  2725    998013       389     41426         0     70524    188708   1928128     21.41     22.55
592.35/148.37	c  N dy  2775   1018082       389     41426         0     47252    188708   1075392     21.40     22.72
603.93/151.30	c  N dy  2828   1038164       389     41426         0     66817    188708   1788741     21.38     23.01
620.70/155.41	c  N dy  2963   1060586       389     41426         0     44997    188708    986457     21.44     22.57
627.10/157.03	c  F st  3016   1071875       389     41426         0     56021    188708   1407493     21.45     22.69
645.08/161.55	c  N dy  3023   1101010       389     41426         0     84206    188708   2418017     21.38     22.69
657.06/164.51	c  N dy  3054   1121029       389     41426         0     58968    188708   1485067     21.35     26.23
669.84/167.74	c  N dy  3118   1141092       389     41426         0     78574    188708   2220009     21.36     34.06
684.62/171.48	c  N dy  3175   1163704       389     41426         0     54917    188708   1295633     21.35     22.55
698.21/174.83	c  N dy  3241   1185689       389     41426         0     76300    188708   2085021     21.34     22.58
713.39/178.67	c  N dy  3304   1207061       389     41426         0     50507    188708   1120919     21.34     22.47
714.98/179.04	c  S st  3307   1209733       389     41426         0     53105    188708   1212210     21.34     19.85
715.38/179.13	c  S st  3307   1210235       389     41426         0     53606    188708   1231782     21.34   no data
715.38/179.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
715.38/179.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
715.38/179.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
715.38/179.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
715.38/179.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
715.38/179.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
715.38/179.18	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
715.78/179.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
715.78/179.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
720.59/180.49	c lits-rem:        57  cl-subs:      383  v-elim:      0  v-fix:    0  time:  1.24 s
720.59/180.49	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
720.99/180.51	c vivif2 --  cl tried    53223 cl shrink        0 lits rem          0 time: 0.02
722.57/180.91	c asymm  cl-useful: 0/5503/41426 lits-rem:0 time: 0.40
722.57/180.91	c calculated reachability. Time: 0.00
722.57/180.91	c  N dy  3307   1210235       389     41426         0     53223    188708   1222041     21.34   no data
734.18/183.81	c  N dy  3327   1230293       389     41426         0     72624    188708   1929197     21.31     24.58
749.34/187.66	c  N dy  3469   1250358       389     41426         0     92242    188708   2705847     21.36     25.75
762.12/190.83	c  N dy  3542   1270416       389     41426         0     64217    188708   1625605     21.37     35.03
793.27/198.62	c  N dy  3633   1317765       389     41426         0     61641    188708   1446382     21.32     22.50
807.66/202.28	c  N dy  3752   1339905       389     41426         0     83262    188708   2284928     21.35     22.65
824.03/206.35	c  N dy  3816   1363056       389     41426         0     56256    188708   1262410     21.34     22.89
840.41/210.46	c  N dy  3871   1387828       389     41426         0     80401    188708   2136527     21.33     22.45
855.59/214.26	c  N dy  3998   1408052       389     41426         0    100205    188708   2906844     21.36     22.57
868.37/217.49	c  N dy  4091   1428126       389     41426         0     69257    188708   1767498     21.38     24.57
881.56/220.79	c  N dy  4168   1448127       389     41426         0     88718    188708   2507205     21.39     27.91
896.36/224.47	c  N dy  4250   1468566       389     41426         0     57073    188708   1279601     21.41     22.99
908.32/227.47	c  N dy  4305   1488625       389     41426         0     76597    188708   2008116     21.41     24.56
929.89/232.86	c  N dy  4375   1519257       389     41426         0     53806    188708   1133446     21.38     22.57
943.47/236.22	c  N dy  4376   1540796       389     41426         0     74597    188708   1842332     21.33     22.49
957.46/239.70	c  N dy  4451   1560875       389     41426         0     94164    188708   2567738     21.33     22.57
972.23/243.43	c  N dy  4551   1580966       389     41426         0     60444    188708   1377658     21.34     25.75
985.02/246.61	c  N dy  4623   1601059       389     41426         0     80086    188708   2109924     21.35     22.52
998.60/250.05	c  N dy  4696   1621096       389     41426         0     99528    188708   2845580     21.35     28.77
1013.38/253.79	c  N dy  4777   1641887       389     41426         0     65359    188708   1536392     21.36     22.62
1026.56/257.08	c  N dy  4872   1661890       389     41426         0     84867    188708   2273741     21.37     26.33
1041.36/260.75	c  N dy  4933   1682088       389     41426         0    104586    188708   2996142     21.37     22.59
1055.32/264.22	c  N dy  4991   1702705       389     41426         0     69258    188708   1667557     21.36     22.69
1060.52/265.52	c  S st  5048   1710236       389     41426         0     76612    188708   1957080     21.38   no data
1060.92/265.63	c  S st  5048   1710736       389     41426         0     77109    188708   1976476     21.38   no data
1060.92/265.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1060.92/265.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1060.92/265.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1060.92/265.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1060.92/265.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1060.92/265.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
1060.92/265.69	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
1061.32/265.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1061.32/265.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1077.68/269.83	c lits-rem:       120  cl-subs:     1045  v-elim:      0  v-fix:    0  time:  4.03 s
1077.68/269.83	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
1077.68/269.86	c vivif2 --  cl tried    76064 cl shrink        0 lits rem          0 time: 0.03
1079.69/270.33	c asymm  cl-useful: 0/4209/41426 lits-rem:0 time: 0.47
1079.69/270.34	c calculated reachability. Time: 0.00
1079.69/270.34	c  N dy  5048   1710736       389     41426         0     76064    188708   1948171     21.38   no data
1105.65/276.86	c  N dy  5053   1744799       389     41426         0    109177    188708   3073802     21.31     22.47
1119.63/280.33	c  N dy  5128   1764806       389     41426         0     72260    188708   1760269     21.32     22.86
1134.81/284.11	c  N dy  5281   1784894       389     41426         0     91942    188708   2536133     21.36     24.15
1152.79/288.67	c  N dy  5417   1806664       389     41426         0    113203    188708   3372539     21.39     22.57
1166.77/292.10	c  N dy  5493   1827167       389     41426         0     75781    188708   1883848     21.39     22.91
1180.75/295.63	c  N dy  5573   1847298       389     41426         0     95427    188708   2619551     21.40     22.56
1199.13/300.28	c  N dy  5657   1870511       389     41426         0     59619    188708   1250669     21.41     22.54
1214.70/304.16	c  N dy  5701   1895556       389     41426         0     84059    188708   2139971     21.39     22.62
1247.88/312.49	c  N dy  5746   1943315       389     41426         0     71193    188708   1640000     21.33     22.52
1261.84/315.92	c  N dy  5832   1963350       389     41426         0     90739    188708   2373425     21.34     25.46
1276.22/319.54	c  N dy  5894   1983385       389     41426         0    110258    188708   3095303     21.35     34.00
1292.22/323.54	c  N dy  5995   2003561       389     41426         0     69574    188708   1594383     21.36     22.52
1310.97/328.20	c  N dy  6138   2030105       389     41426         0     95450    188708   2592372     21.38     22.52
1355.71/339.46	c  N dy  6192   2091517       389     41426         0     93290    188708   2299188     21.28     22.41
1371.69/343.49	c  N dy  6194   2113910       389     41426         0    114992    188708   3055484     21.26     22.39
1388.49/347.63	c  N dy  6324   2133959       389     41426         0     72700    188708   1702084     21.28     25.18
1404.45/351.67	c  N dy  6401   2158398       389     41426         0     96483    188708   2593124     21.29     22.46
1422.02/356.03	c  N dy  6546   2178468       389     41426         0    116102    188708   3368971     21.32     22.49
1440.40/360.63	c  N dy  6656   2201916       389     41426         0     75857    188708   1786874     21.34     22.54
1446.02/362.08	c  S st  6669   2210736       389     41426         0     84475    188708   2094035     21.33     16.68
1446.79/362.22	c  S st  6669   2211238       389     41426         0     84974    188708   2115565     21.33   no data
1446.79/362.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1446.79/362.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1446.79/362.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1447.19/362.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1447.19/362.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1447.19/362.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
1447.19/362.30	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
1447.19/362.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1447.19/362.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1461.57/365.99	c lits-rem:       172  cl-subs:     1220  v-elim:      0  v-fix:    0  time:  3.58 s
1461.97/366.00	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
1461.97/366.03	c vivif2 --  cl tried    83754 cl shrink        0 lits rem          0 time: 0.03
1463.97/366.50	c asymm  cl-useful: 0/4691/41426 lits-rem:0 time: 0.47
1463.97/366.51	c calculated reachability. Time: 0.00
1463.97/366.51	c  N dy  6669   2211238       389     41426         0     83754    188708   2084477     21.33   no data
1480.76/370.71	c  N dy  6730   2232367       389     41426         0    104316    188708   2849598     21.33     22.61
1497.53/374.91	c  N dy  6807   2252451       389     41426         0    123891    188708   3590779     21.33     37.64
1512.30/378.68	c  N dy  6879   2272839       389     41426         0     79630    188708   1889824     21.34     22.47
1525.88/382.08	c  N dy  6930   2292960       389     41426         0     99207    188708   2604857     21.33     22.49
1542.28/386.12	c  N dy  7003   2313288       389     41426         0    119114    188708   3345954     21.34     22.57
1566.23/392.13	c  N dy  7048   2344229       389     41426         0     83938    188708   2005512     21.32     22.54
1581.41/395.93	c  N dy  7143   2364647       389     41426         0    103945    188708   2775927     21.33     22.64
1611.77/403.56	c  N dy  7189   2405110       389     41426         0     77201    188708   1755279     21.30     22.46
1626.94/407.30	c  N dy  7311   2425585       389     41426         0     97213    188708   2538955     21.32     22.91
1642.93/411.32	c  N dy  7388   2445638       389     41426         0    116799    188708   3268151     21.33     22.55
1665.71/417.08	c  N dy  7458   2475006       389     41426         0     78122    188708   1747693     21.32     22.56
1681.27/420.97	c  N dy  7511   2498642       389     41426         0    101145    188708   2581808     21.30     22.48
1719.22/430.49	c  N dy  7526   2547599       389     41426         0     80438    188708   1813963     21.24     22.44
1734.40/434.27	c  N dy  7648   2567716       389     41426         0    100133    188708   2575841     21.25     22.41
1761.17/440.92	c  N dy  7742   2601249       389     41426         0    132778    188708   3776714     21.25     22.41
1778.35/445.22	c  N dy  7770   2625091       389     41426         0     86825    188708   2041576     21.23     22.36
1793.15/448.91	c  N dy  7841   2645141       389     41426         0    106348    188708   2760676     21.23     28.71
1813.90/454.16	c  N dy  7876   2671914       389     41426         0    132235    188708   3667894     21.21     22.36
1830.68/458.30	c  N dy  7946   2691928       389     41426         0     82034    188708   1899269     21.21     22.51
1843.86/461.66	c  S st  7993   2711238       389     41426         0    100810    188708   2586511     21.21     16.50
1844.26/461.79	c  S st  7993   2711742       389     41426         0    101314    188708   2606606     21.21   no data
1844.66/461.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1844.66/461.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
1844.66/461.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1844.66/461.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1844.66/461.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1844.66/461.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
1844.66/461.86	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
1845.06/461.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1845.06/461.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1866.22/467.24	c lits-rem:       225  cl-subs:     1820  v-elim:      0  v-fix:    0  time:  5.24 s
1866.22/467.24	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
1866.22/467.28	c vivif2 --  cl tried    99494 cl shrink        0 lits rem          0 time: 0.03
1868.23/467.72	c asymm  cl-useful: 0/4102/41426 lits-rem:0 time: 0.44
1868.23/467.73	c calculated reachability. Time: 0.00
1868.23/467.73	c  N dy  7993   2711742       389     41426         0     99494    188708   2559543     21.21   no data
1886.60/472.38	c  N dy  8081   2731800       389     41426         0    119108    188708   3305763     21.22     26.51
1912.16/478.71	c  N dy  8128   2761579       389     41426         0     77096    188708   1686502     21.20     22.38
1925.34/482.08	c  N dy  8153   2781654       389     41426         0     96659    188708   2383362     21.18     22.31
1942.15/486.24	c  N dy  8192   2804752       389     41426         0    119060    188708   3188468     21.17     22.37
1968.09/492.74	c  N dy  8239   2836356       389     41426         0     77926    188708   1673280     21.15     22.31
1983.27/496.57	c  N dy  8332   2856371       389     41426         0     97475    188708   2415999     21.16     22.73
2000.04/500.74	c  N dy  8422   2877402       389     41426         0    117853    188708   3166014     21.17     22.50
2031.61/508.69	c  N dy  8489   2917937       389     41426         0     84429    188708   1880138     21.15     22.39
2046.39/512.38	c  N dy  8497   2940851       389     41426         0    106713    188708   2673113     21.13     22.25
2063.56/516.65	c  N dy  8591   2962014       389     41426         0    127382    188708   3456926     21.14     22.36
2084.73/521.91	c  N dy  8618   2988572       389     41426         0     79363    188708   1690982     21.12     22.56
2098.71/525.46	c  N dy  8692   3009354       389     41426         0     99570    188708   2431899     21.12     22.25
2114.69/529.41	c  N dy  8768   3029412       389     41426         0    119101    188708   3159851     21.13     23.31
2133.07/534.01	c  N dy  8873   3049806       389     41426         0    138969    188708   3925412     21.14     22.30
2149.44/538.19	c  N dy  8937   3070173       389     41426         0     84063    188708   1881652     21.14     22.30
2164.62/541.91	c  N dy  9043   3090199       389     41426         0    103614    188708   2621921     21.15     22.42
2182.20/546.31	c  N dy  9129   3111139       389     41426         0    124029    188708   3391346     21.16     22.39
2198.97/550.58	c  N dy  9164   3132286       389     41426         0    144514    188708   4115493     21.15     22.31
2222.54/556.48	c  N dy  9263   3162902       389     41426         0     98434    188708   2364259     21.15     22.27
2237.32/560.16	c  N dy  9296   3182953       389     41426         0    117980    188708   3077473     21.14     29.47
2254.90/564.50	c  N dy  9371   3203030       389     41426         0    137535    188708   3805434     21.14     24.42
2262.49/566.49	c  S st  9398   3211743       389     41426         0    146072    188708   4124943     21.14     18.03
2263.31/566.66	c  S st  9398   3212244       389     41426         0    146570    188708   4144537     21.14   no data
2263.31/566.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2263.69/566.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
2263.69/566.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2263.69/566.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2263.69/566.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2263.69/566.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
2263.69/566.77	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
2264.09/566.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2264.48/566.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2296.44/574.97	c lits-rem:       367  cl-subs:     3646  v-elim:      0  v-fix:    0  time:  7.99 s
2296.44/574.97	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
2296.84/575.02	c vivif2 --  cl tried   142924 cl shrink        0 lits rem          0 time: 0.05
2298.46/575.43	c asymm  cl-useful: 0/3950/41426 lits-rem:0 time: 0.40
2298.46/575.44	c calculated reachability. Time: 0.00
2298.46/575.44	c  N dy  9398   3212244       389     41426         0    142924    188708   4049201     21.14   no data
2320.04/580.83	c  N dy  9480   3232270       389     41426         0     85690    188708   1895059     21.15     22.32
2377.56/595.26	c  N dy  9503   3295069       389     41426         0    146543    188708   3895117     21.09     22.27
2421.87/606.33	c  N dy  9606   3344573       389     41426         0    116778    188708   2919495     21.08     22.19
2440.25/610.91	c  N dy  9702   3364793       389     41426         0    136514    188708   3672776     21.08     22.23
2457.43/615.26	c  N dy  9760   3384830       389     41426         0    156024    188708   4393098     21.08     25.15
2474.60/619.52	c  N dy  9825   3406775       389     41426         0     98834    188708   2338340     21.09     22.31
2520.54/631.08	c  N dy  9878   3464042       389     41426         0    154003    188708   4228433     21.05     22.17
2544.53/637.02	c  N dy  9933   3495194       389     41426         0    104982    188708   2511107     21.03     22.14
2560.49/641.02	c  N dy 10003   3515197       389     41426         0    124406    188708   3228917     21.03     22.17
2578.87/645.61	c  N dy 10070   3535271       389     41426         0    143987    188708   3952884     21.04     31.81
2599.24/650.78	c  N dy 10172   3555961       389     41426         0     83645    188708   1751305     21.05     22.28
2614.02/654.43	c  N dy 10275   3575968       389     41426         0    103147    188708   2491333     21.05     24.77
2644.78/662.18	c  N dy 10337   3616053       389     41426         0    141853    188708   3857317     21.03     22.19
2664.35/667.08	c  N dy 10412   3636454       389     41426         0    161686    188708   4592909     21.03     22.17
2681.12/671.26	c  N dy 10480   3656505       389     41426         0     99719    188708   2334939     21.04     22.46
2699.10/675.79	c  N dy 10553   3679486       389     41426         0    122154    188708   3168793     21.04     22.16
2717.89/680.43	c  N dy 10650   3699561       389     41426         0    141726    188708   3905307     21.04     24.18
2730.66/683.63	c  S st 10706   3712245       389     41426         0    154100    188708   4374376     21.05   no data
2731.46/683.81	c  S st 10706   3712748       389     41426         0    154603    188708   4395051     21.05   no data
2731.46/683.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2731.86/683.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
2731.86/683.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2731.86/683.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2731.86/683.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2731.86/683.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
2731.86/683.92	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
2731.86/683.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2732.27/684.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2765.81/692.41	c lits-rem:       342  cl-subs:     3957  v-elim:      0  v-fix:    0  time:  8.26 s
2765.81/692.41	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
2765.81/692.47	c vivif2 --  cl tried   150646 cl shrink        0 lits rem          0 time: 0.06
2767.41/692.87	c asymm  cl-useful: 0/4332/41426 lits-rem:0 time: 0.40
2767.41/692.88	c calculated reachability. Time: 0.00
2767.41/692.88	c  N dy 10706   3712748       389     41426         0    150646    188708   4292812     21.05   no data
2789.78/698.41	c  N dy 10837   3733365       389     41426         0     88275    188708   1893861     21.06     22.42
2804.56/702.19	c  F st 10891   3751564       389     41426         0    106037    188708   2550415     21.06     20.10
2806.56/702.63	c  N st 10895   3753596       389     41426         0    108014    188708   2627300     21.06   no data
2822.94/706.76	c  N dy 10932   3773653       389     41426         0    127469    188708   3328610     21.06     26.50
2841.31/711.38	c  N dy 11024   3793663       389     41426         0    147002    188708   4073270     21.07     22.19
2863.68/716.90	c  N dy 11158   3813681       389     41426         0    166608    188708   4830501     21.08     23.78
2885.66/722.48	c  N dy 11202   3840910       389     41426         0    109226    188708   2602600     21.07     22.20
2909.24/728.38	c  N dy 11297   3867509       389     41426         0    135135    188708   3553104     21.07     22.21
2929.19/733.30	c  N dy 11392   3887718       389     41426         0    154837    188708   4301985     21.08     22.19
2949.57/738.46	c  N dy 11485   3908330       389     41426         0     90411    188708   1935060     21.09     22.34
2964.35/742.16	c  N dy 11572   3928418       389     41426         0    109998    188708   2665714     21.09     27.91
2982.32/746.60	c  N dy 11674   3948563       389     41426         0    129686    188708   3400327     21.10     22.31
3003.89/752.02	c  N dy 11686   3974851       389     41426         0    155104    188708   4279754     21.08     22.23
3023.49/756.93	c  N dy 11714   3994916       389     41426         0     89061    188708   1862986     21.07     25.26
3037.44/760.49	c  N dy 11763   4014975       389     41426         0    108600    188708   2584315     21.07     25.59
3053.03/764.39	c  N dy 11834   4035037       389     41426         0    128116    188708   3317133     21.07     23.99
3070.21/768.64	c  N dy 11859   4056592       389     41426         0    149035    188708   4082016     21.06     22.17
3091.37/773.95	c  N dy 11885   4076636       389     41426         0    168501    188708   4781030     21.05     27.47
3110.15/778.62	c  N dy 11970   4097086       389     41426         0    101971    188708   2314481     21.06     22.22
3137.33/785.42	c  N dy 12072   4130226       389     41426         0    134198    188708   3481650     21.06     22.17
3156.48/790.24	c  N dy 12140   4152015       389     41426         0    155446    188708   4272652     21.06     22.31
3178.05/795.63	c  N dy 12184   4172039       389     41426         0    174950    188708   4964953     21.05     26.47
3198.03/800.63	c  N dy 12255   4197302       389     41426         0    112080    188708   2683087     21.05     22.28
3211.21/803.95	c  S st 12337   4212748       389     41426         0    127115    188708   3245310     21.05   no data
3211.61/804.09	c  S st 12337   4213251       389     41426         0    127617    188708   3264847     21.05   no data
3212.03/804.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3212.03/804.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
3212.03/804.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3212.03/804.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3212.03/804.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3212.03/804.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
3212.03/804.19	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
3212.43/804.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3212.81/804.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3229.60/808.57	c lits-rem:       244  cl-subs:     2061  v-elim:      0  v-fix:    0  time:  4.23 s
3229.60/808.57	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
3230.01/808.61	c vivif2 --  cl tried   125556 cl shrink        0 lits rem          0 time: 0.04
3230.38/808.74	c asymm  cl-useful: 0/1762/41426 lits-rem:0 time: 0.12
3230.38/808.74	c calculated reachability. Time: 0.00
3230.38/808.74	c  N dy 12337   4213251       389     41426         0    125556    188708   3211605     21.05   no data
3248.36/813.28	c  N dy 12416   4233344       389     41426         0    145140    188708   3949723     21.06     26.80
3286.31/822.72	c  N dy 12422   4274620       389     41426         0     96735    188708   2070466     21.02     22.16
3301.89/826.69	c  N dy 12520   4294836       389     41426         0    116494    188708   2830053     21.03     22.17
3321.88/831.64	c  N dy 12551   4319529       389     41426         0    140460    188708   3677652     21.02     22.20
3341.03/836.44	c  N dy 12628   4339605       389     41426         0    160059    188708   4413278     21.02     25.39
3367.40/843.00	c  N dy 12758   4359682       389     41426         0     90205    188708   1839531     21.04     24.63
3383.39/847.06	c  N dy 12825   4382294       389     41426         0    112275    188708   2642918     21.03     22.56
3406.15/852.73	c  N dy 12950   4407740       389     41426         0    137043    188708   3562925     21.04     22.16
3425.33/857.58	c  N dy 13029   4427769       389     41426         0    156556    188708   4294036     21.04     33.01
3447.69/863.18	c  N dy 13124   4449768       389     41426         0    178020    188708   5095840     21.05     22.22
3466.47/867.82	c  N dy 13224   4470414       389     41426         0    107672    188708   2475292     21.06     22.26
3482.85/871.94	c  N dy 13311   4490422       389     41426         0    127193    188708   3204753     21.06     24.35
3502.44/876.88	c  N dy 13423   4510718       389     41426         0    147014    188708   3959189     21.07     22.19
3522.79/881.95	c  N dy 13501   4530804       389     41426         0    166552    188708   4679870     21.07     22.32
3544.36/887.37	c  N dy 13577   4550924       389     41426         0     94625    188708   1966780     21.07     22.26
3562.74/891.93	c  N dy 13600   4575927       389     41426         0    118943    188708   2795113     21.06     22.18
3579.11/896.01	c  N dy 13667   4596016       389     41426         0    138493    188708   3515634     21.06     22.18
3599.11/901.07	c  N dy 13786   4616019       389     41426         0    158022    188708   4268827     21.07     27.86
3623.86/907.21	c  N dy 13851   4639794       389     41426         0    181238    188708   5134463     21.07     22.28
3642.65/911.94	c  N dy 13959   4659818       389     41426         0    108297    188708   2476582     21.08     27.48
3662.21/916.83	c  N dy 14019   4681481       389     41426         0    129402    188708   3236893     21.07     22.41
3683.77/922.29	c  N dy 14123   4701492       389     41426         0    148963    188708   3975658     21.08     25.24
3695.37/925.20	c  S st 14151   4713251       389     41426         0    160336    188708   4375092     21.08   no data
3696.16/925.37	c  S st 14151   4713752       389     41426         0    160835    188708   4395876     21.08   no data
3696.16/925.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3696.56/925.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.09
3696.56/925.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3696.56/925.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3696.56/925.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3696.56/925.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
3696.56/925.49	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
3696.96/925.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3697.36/925.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3729.71/933.75	c lits-rem:       355  cl-subs:     3572  v-elim:      0  v-fix:    0  time:  8.05 s
3729.71/933.76	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
3730.11/933.81	c vivif2 --  cl tried   157263 cl shrink        0 lits rem          0 time: 0.06
3730.93/934.06	c asymm  cl-useful: 0/4476/41426 lits-rem:0 time: 0.23
3730.93/934.06	c calculated reachability. Time: 0.00
3730.93/934.06	c  N dy 14151   4713752       389     41426         0    157263    188708   4303276     21.08   no data
3750.08/938.85	c  N dy 14169   4734512       389     41426         0    177422    188708   5011504     21.07     22.19
3773.26/944.68	c  N dy 14271   4754523       389     41426         0    103568    188708   2281700     21.08     27.32
3792.45/949.41	c  N dy 14299   4778904       389     41426         0    127106    188708   3071514     21.06     22.17
3812.01/954.37	c  N dy 14385   4801365       389     41426         0    148954    188708   3886399     21.06     22.30
3833.97/959.87	c  N dy 14467   4821576       389     41426         0    168738    188708   4625101     21.07     22.25
3855.55/965.21	c  N dy 14542   4841580       389     41426         0    188253    188708   5353502     21.07     22.26
3872.31/969.45	c  N dy 14609   4861661       389     41426         0    113461    188708   2596833     21.07     28.03
3891.90/974.35	c  N dy 14673   4886443       389     41426         0    137603    188708   3481741     21.07     22.20
3910.27/978.99	c  N dy 14767   4906524       389     41426         0    157222    188708   4212146     21.07     22.22
3937.04/985.70	c  N dy 14848   4932639       389     41426         0    182737    188708   5107826     21.07     22.26
3959.02/991.13	c  N dy 14994   4952740       389     41426         0    106953    188708   2366087     21.08     27.54
3983.36/997.26	c  N dy 15046   4983450       389     41426         0    136797    188708   3430940     21.07     22.21
4003.74/1002.32	c  N dy 15134   5004642       389     41426         0    157529    188708   4205972     21.07     22.46
4024.93/1007.62	c  N dy 15191   5026632       389     41426         0    178983    188708   4996648     21.07     22.23
4047.30/1013.25	c  N dy 15259   5047006       389     41426         0    102437    188708   2169820     21.07     22.33
4103.20/1027.28	c  N dy 15317   5114251       389     41426         0    167330    188708   4413695     21.04     22.15
4124.38/1032.56	c  N dy 15393   5134551       389     41426         0    187071    188708   5131937     21.04     22.15
4143.16/1037.23	c  N dy 15445   5155383       389     41426         0    110325    188708   2439479     21.04     22.19
4159.93/1041.46	c  N dy 15538   5175395       389     41426         0    129821    188708   3169839     21.04     25.32
4202.27/1052.06	c  N dy 15681   5213753       389     41426         0    167152    188708   4560455     21.05     15.27
4202.27/1052.06	c  S st 15681   5213753       389     41426         0    167152    188708   4560455     21.05     15.27
4203.47/1052.30	c  S st 15681   5214257       389     41426         0    167652    188708   4580679     21.05   no data
4203.47/1052.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4203.87/1052.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.10
4203.87/1052.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4203.87/1052.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4203.87/1052.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4203.87/1052.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
4203.87/1052.43	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
4204.28/1052.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4204.68/1052.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4245.41/1062.85	c lits-rem:       456  cl-subs:     4595  v-elim:      0  v-fix:    0  time: 10.17 s
4245.41/1062.86	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
4245.81/1062.92	c vivif2 --  cl tried   163057 cl shrink        0 lits rem          0 time: 0.06
4247.41/1063.32	c asymm  cl-useful: 0/3912/41426 lits-rem:0 time: 0.40
4247.41/1063.32	c calculated reachability. Time: 0.00
4247.41/1063.32	c  N dy 15681   5214257       389     41426         0    163057    188708   4465530     21.05   no data
4315.72/1080.41	c  N dy 15683   5274889       389     41426         0    123716    188708   2813212     21.00     22.18
4334.10/1085.07	c  N dy 15728   5294893       389     41426         0    143186    188708   3516101     21.00     33.63
4363.68/1092.44	c  N dy 15825   5326235       389     41426         0    173799    188708   4624891     21.00     22.16
4396.02/1100.54	c  N dy 15871   5357418       389     41426         0    104971    188708   2210360     20.99     22.11
4429.97/1109.00	c  N dy 15888   5398798       389     41426         0    145254    188708   3574944     20.97     22.14
4450.75/1114.23	c  N dy 15967   5420483       389     41426         0    166360    188708   4355655     20.97     22.08
4471.51/1119.42	c  N dy 16035   5441240       389     41426         0    186519    188708   5100650     20.97     22.16
4493.49/1124.91	c  N dy 16128   5461312       389     41426         0    106131    188708   2252378     20.98     24.13
4517.84/1131.01	c  N dy 16202   5492830       389     41426         0    136737    188708   3367333     20.97     22.52
4537.02/1135.80	c  N dy 16293   5513072       389     41426         0    156508    188708   4100081     20.98     22.16
4557.39/1140.98	c  N dy 16376   5533173       389     41426         0    176114    188708   4847302     20.98     22.09
4584.56/1147.75	c  N dy 16444   5559070       389     41426         0    201300    188708   5765418     20.98     22.13
4605.35/1152.93	c  N dy 16515   5583114       389     41426         0    123644    188708   2851760     20.98     22.12
4630.50/1159.29	c  N dy 16569   5611796       389     41426         0    151329    188708   3819756     20.97     22.17
4651.67/1164.60	c  N dy 16682   5631866       389     41426         0    170903    188708   4560569     20.98     34.32
4673.24/1169.97	c  N dy 16736   5653527       389     41426         0    191976    188708   5316967     20.97     22.08
4700.00/1176.66	c  N dy 16795   5679933       389     41426         0    115650    188708   2524011     20.97     22.15
4720.38/1181.76	c  N dy 16945   5699996       389     41426         0    135289    188708   3286150     20.98     23.89
4735.16/1185.40	c  S st 16982   5714258       389     41426         0    149176    188708   3785111     20.98   no data
4735.56/1185.58	c  S st 16982   5714760       389     41426         0    149673    188708   3805196     20.98   no data
4735.96/1185.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4735.96/1185.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.09
4736.36/1185.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4736.36/1185.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4736.36/1185.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4736.36/1185.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
4736.36/1185.71	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
4736.36/1185.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4736.77/1185.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4761.53/1192.00	c lits-rem:       238  cl-subs:     2480  v-elim:      0  v-fix:    0  time:  6.10 s
4761.53/1192.00	c vivif2 --  cl tried    41426 cl shrink        0 lits rem          0 time: 0.00
4761.53/1192.06	c vivif2 --  cl tried   147193 cl shrink        0 lits rem          0 time: 0.05
4763.14/1192.44	c asymm  cl-useful: 0/3976/41426 lits-rem:0 time: 0.38
4763.14/1192.45	c calculated reachability. Time: 0.00
4763.14/1192.45	c  N dy 16982   5714760       389     41426         0    147193    188708   3740503     20.98   no data
4783.49/1197.57	c  N dy 17095   5734785       389     41426         0    166818    188708   4488187     20.99     27.47

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.00 7.91 7.53 4/180 5845
/proc/meminfo: memFree=30976712/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 414 0 0 0 0 0 0 0 20 0 4 0 523915879 52441088 353 33554432000 4194304 4627427 140735178765472 18446744073709551615 47633076074497 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5843/statm: 12803 360 307 106 0 7774 0
[pid=5843/tid=5846] ppid=5840 vsize=116752 CPUtime=0 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 9 0 0 0 0 0 0 0 22 0 4 0 523915879 119554048 408 33554432000 4194304 4627427 140735178765472 18446744073709551615 271550198469 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=116752 CPUtime=0 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 60 0 0 0 0 0 0 0 22 0 4 0 523915879 119554048 422 33554432000 4194304 4627427 140735178765472 18446744073709551615 271550537531 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=116752 CPUtime=0 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 4 0 523915879 119554048 436 33554432000 4194304 4627427 140735178765472 18446744073709551615 271550642670 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0182671 s]
/proc/loadavg: 7.00 7.91 7.53 4/180 5845
/proc/meminfo: memFree=30976712/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=284384 CPUtime=0.03 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) S 5840 5843 4943 0 -1 4202496 3426 0 0 0 3 0 0 0 17 0 4 0 523915879 291209216 3356 33554432000 4194304 4627427 140735178765472 18446744073709551615 271550642670 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 71197 3524 339 106 0 66168 0
[pid=5843/tid=5846] ppid=5840 vsize=284896 CPUtime=0.01 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 778 0 0 0 1 0 0 0 18 0 4 0 523915879 291733504 3641 33554432000 4194304 4627427 140735178765472 18446744073709551615 4530786 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=285028 CPUtime=0.01 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 983 0 0 0 1 0 0 0 18 0 4 0 523915879 291868672 3750 33554432000 4194304 4627427 140735178765472 18446744073709551615 4530470 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=285028 CPUtime=0 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 4 0 523915879 291868672 3856 33554432000 4194304 4627427 140735178765472 18446744073709551615 271550198817 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 284384

[startup+0.241858 s]
/proc/loadavg: 7.00 7.91 7.53 4/180 5845
/proc/meminfo: memFree=30976712/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=287048 CPUtime=0.93 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 4833 0 0 0 92 1 0 0 18 0 4 0 523915879 293937152 4763 33554432000 4194304 4627427 140735178765472 18446744073709551615 271550642670 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 71762 4766 371 106 0 66733 0
[pid=5843/tid=5846] ppid=5840 vsize=287048 CPUtime=0.23 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 1012 0 0 0 23 0 0 0 18 0 4 0 523915879 293937152 4769 33554432000 4194304 4627427 140735178765472 18446744073709551615 4308392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=287048 CPUtime=0.23 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 1185 0 0 0 23 0 0 0 18 0 4 0 523915879 293937152 4774 33554432000 4194304 4627427 140735178765472 18446744073709551615 271550198817 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=287048 CPUtime=0.22 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 1213 0 0 0 22 0 0 0 18 0 4 0 523915879 293937152 4779 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 287048

[startup+0.301204 s]
/proc/loadavg: 7.00 7.91 7.53 4/180 5845
/proc/meminfo: memFree=30976712/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=301460 CPUtime=1.16 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 10932 0 0 0 114 2 0 0 18 0 4 0 523915879 308695040 10484 33554432000 4194304 4627427 140735178765472 18446744073709551615 4467838 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 75365 10484 379 106 0 70336 0
[pid=5843/tid=5846] ppid=5840 vsize=301460 CPUtime=0.29 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 3076 0 0 0 28 1 0 0 18 0 4 0 523915879 308695040 10484 33554432000 4194304 4627427 140735178765472 18446744073709551615 4467852 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=301460 CPUtime=0.28 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 3178 0 0 0 28 0 0 0 18 0 4 0 523915879 308695040 10484 33554432000 4194304 4627427 140735178765472 18446744073709551615 4467967 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=301460 CPUtime=0.28 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 1242 0 0 0 28 0 0 0 18 0 4 0 523915879 308695040 10484 33554432000 4194304 4627427 140735178765472 18446744073709551615 4327629 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 301460

[startup+0.701129 s]
/proc/loadavg: 7.00 7.91 7.53 4/180 5845
/proc/meminfo: memFree=30976712/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=291940 CPUtime=2.76 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 11949 0 0 0 273 3 0 0 18 0 4 0 523915879 298946560 9487 33554432000 4194304 4627427 140735178765472 18446744073709551615 4308275 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 72985 9487 386 106 0 67956 0
[pid=5843/tid=5846] ppid=5840 vsize=291940 CPUtime=0.69 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 3336 0 0 0 68 1 0 0 18 0 4 0 523915879 298946560 9487 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=291940 CPUtime=0.68 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 3463 0 0 0 68 0 0 0 18 0 4 0 523915879 298946560 9487 33554432000 4194304 4627427 140735178765472 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=291940 CPUtime=0.68 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 1423 0 0 0 68 0 0 0 18 0 4 0 523915879 298946560 9487 33554432000 4194304 4627427 140735178765472 18446744073709551615 4327557 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 291940

[startup+1.50099 s]
/proc/loadavg: 7.00 7.91 7.53 10/188 5853
/proc/meminfo: memFree=30922012/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=294464 CPUtime=5.95 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 14236 0 0 0 592 3 0 0 20 0 4 0 523915879 301531136 10824 33554432000 4194304 4627427 140735178765472 18446744073709551615 4327592 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 73616 10824 386 106 0 68587 0
[pid=5843/tid=5846] ppid=5840 vsize=294464 CPUtime=1.49 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 3760 0 0 0 148 1 0 0 19 0 4 0 523915879 301531136 10824 33554432000 4194304 4627427 140735178765472 18446744073709551615 4327616 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=294464 CPUtime=1.48 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 3930 0 0 0 148 0 0 0 20 0 4 0 523915879 301531136 10824 33554432000 4194304 4627427 140735178765472 18446744073709551615 4327570 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=294464 CPUtime=1.48 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 2400 0 0 0 148 0 0 0 20 0 4 0 523915879 301531136 10824 33554432000 4194304 4627427 140735178765472 18446744073709551615 4327583 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 294464

[startup+3.10069 s]
/proc/loadavg: 7.00 7.91 7.53 9/188 5853
/proc/meminfo: memFree=30902420/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=302844 CPUtime=12.35 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 21321 0 0 0 1230 5 0 0 25 0 4 0 523915879 310112256 11676 33554432000 4194304 4627427 140735178765472 18446744073709551615 4327592 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 75711 11676 387 106 0 70682 0
[pid=5843/tid=5846] ppid=5840 vsize=302844 CPUtime=3.08 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 5646 0 0 0 307 1 0 0 25 0 4 0 523915879 310112256 11676 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=302844 CPUtime=3.08 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 5837 0 0 0 307 1 0 0 25 0 4 0 523915879 310112256 11676 33554432000 4194304 4627427 140735178765472 18446744073709551615 4327595 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=302844 CPUtime=3.08 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 3773 0 0 0 308 0 0 0 25 0 4 0 523915879 310112256 11676 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 302844

[startup+6.30111 s]
/proc/loadavg: 7.08 7.91 7.53 10/188 5853
/proc/meminfo: memFree=30831248/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=305132 CPUtime=25.12 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 42579 0 0 0 2503 9 0 0 25 0 4 0 523915879 312455168 24571 33554432000 4194304 4627427 140735178765472 18446744073709551615 4348160 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 76283 24571 390 106 0 71254 0
[pid=5843/tid=5846] ppid=5840 vsize=305132 CPUtime=6.28 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 10047 0 0 0 626 2 0 0 25 0 4 0 523915879 312455168 24571 33554432000 4194304 4627427 140735178765472 18446744073709551615 4327592 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=305132 CPUtime=6.28 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 11015 0 0 0 626 2 0 0 25 0 4 0 523915879 312455168 24571 33554432000 4194304 4627427 140735178765472 18446744073709551615 4324736 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=305132 CPUtime=6.28 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 10220 0 0 0 626 2 0 0 25 0 4 0 523915879 312455168 24571 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 305132

[startup+12.7009 s]
/proc/loadavg: 7.15 7.91 7.54 9/188 5853
/proc/meminfo: memFree=30799820/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=308328 CPUtime=50.69 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 65014 0 0 0 5056 13 0 0 25 0 4 0 523915879 315727872 28444 33554432000 4194304 4627427 140735178765472 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 77082 28444 390 106 0 72053 0
[pid=5843/tid=5846] ppid=5840 vsize=308328 CPUtime=12.69 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 17121 0 0 0 1266 3 0 0 25 0 4 0 523915879 315727872 28444 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=308328 CPUtime=12.68 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 16151 0 0 0 1265 3 0 0 25 0 4 0 523915879 315727872 28444 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=308328 CPUtime=12.68 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 15330 0 0 0 1265 3 0 0 25 0 4 0 523915879 315727872 28444 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 308328

[startup+25.5006 s]
/proc/loadavg: 7.34 7.91 7.54 10/188 5853
/proc/meminfo: memFree=30758484/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=312124 CPUtime=101.81 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 103621 0 0 0 10160 21 0 0 25 0 4 0 523915879 319614976 35497 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309256 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 78031 35497 390 106 0 73002 0
[pid=5843/tid=5846] ppid=5840 vsize=312124 CPUtime=25.48 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 26195 0 0 0 2544 4 0 0 25 0 4 0 523915879 319614976 35497 33554432000 4194304 4627427 140735178765472 18446744073709551615 4327752 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=312124 CPUtime=25.49 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 25183 0 0 0 2544 5 0 0 25 0 4 0 523915879 319614976 35497 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=312124 CPUtime=25.48 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 25636 0 0 0 2543 5 0 0 25 0 4 0 523915879 319614976 35497 33554432000 4194304 4627427 140735178765472 18446744073709551615 4330960 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 312124

[startup+51.101 s]
/proc/loadavg: 7.56 7.92 7.55 9/188 5854
/proc/meminfo: memFree=30718472/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=317560 CPUtime=204.08 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 166742 0 0 0 20374 34 0 0 25 0 4 0 523915879 325181440 41610 33554432000 4194304 4627427 140735178765472 18446744073709551615 4310094 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 79390 41610 390 106 0 74361 0
[pid=5843/tid=5846] ppid=5840 vsize=317560 CPUtime=51.09 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 41126 0 0 0 5101 8 0 0 25 0 4 0 523915879 325181440 41610 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=317560 CPUtime=51.09 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 40390 0 0 0 5101 8 0 0 25 0 4 0 523915879 325181440 41610 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309138 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=317560 CPUtime=51.08 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 42579 0 0 0 5100 8 0 0 25 0 4 0 523915879 325181440 41610 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 317560

[startup+102.301 s]
/proc/loadavg: 7.95 7.96 7.58 9/188 5855
/proc/meminfo: memFree=30632504/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=389772 CPUtime=408.62 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 275381 0 0 0 40806 56 0 0 25 0 4 0 523915879 399126528 54619 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 97443 54619 390 106 0 92414 0
[pid=5843/tid=5846] ppid=5840 vsize=389772 CPUtime=102.29 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 65442 0 0 0 10217 12 0 0 25 0 4 0 523915879 399126528 54619 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=389772 CPUtime=102.29 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 65784 0 0 0 10215 14 0 0 25 0 4 0 523915879 399126528 54619 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=389772 CPUtime=102.28 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 71175 0 0 0 10214 14 0 0 25 0 4 0 523915879 399126528 54619 33554432000 4194304 4627427 140735178765472 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 389772

[startup+162.301 s]

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

[pid=5843] ppid=5840 vsize=908104 CPUtime=2565.68 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 1068753 0 0 0 256320 248 0 0 25 0 4 0 523915879 929898496 133838 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 227026 133838 390 106 0 221997 0
[pid=5843/tid=5846] ppid=5840 vsize=908104 CPUtime=642.3 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 266680 0 0 0 64167 63 0 0 25 0 4 0 523915879 929898496 133838 33554432000 4194304 4627427 140735178765472 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=908104 CPUtime=642.28 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 274420 0 0 0 64164 64 0 0 25 0 4 0 523915879 929898496 133838 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=908104 CPUtime=642.29 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 265375 0 0 0 64169 60 0 0 25 0 4 0 523915879 929898496 133838 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.68
Current children cumulated vsize (KiB) 908104

[startup+702.301 s]
/proc/loadavg: 8.20 8.18 7.87 9/188 5871
/proc/meminfo: memFree=30096788/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=920436 CPUtime=2805.36 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 1138266 0 0 0 280270 266 0 0 25 0 4 0 523915879 942526464 140856 33554432000 4194304 4627427 140735178765472 18446744073709551615 4310094 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 230109 140856 390 106 0 225080 0
[pid=5843/tid=5846] ppid=5840 vsize=920436 CPUtime=702.3 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 286032 0 0 0 70162 68 0 0 25 0 4 0 523915879 942526464 140856 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=920436 CPUtime=702.29 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 291459 0 0 0 70159 70 0 0 25 0 4 0 523915879 942526464 140856 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=920436 CPUtime=702.29 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 279806 0 0 0 70166 63 0 0 25 0 4 0 523915879 942526464 140856 33554432000 4194304 4627427 140735178765472 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.36
Current children cumulated vsize (KiB) 920436

[startup+762.301 s]
/proc/loadavg: 8.28 8.20 7.89 9/188 5873
/proc/meminfo: memFree=30107524/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=832328 CPUtime=3045.05 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 1208510 0 0 0 304220 285 0 0 25 0 4 0 523915879 852303872 138226 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 208082 138226 390 106 0 203053 0
[pid=5843/tid=5846] ppid=5840 vsize=832328 CPUtime=762.3 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 303303 0 0 0 76157 73 0 0 25 0 4 0 523915879 852303872 138226 33554432000 4194304 4627427 140735178765472 18446744073709551615 4328862 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=832328 CPUtime=762.3 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 310171 0 0 0 76156 74 0 0 25 0 4 0 523915879 852303872 138226 33554432000 4194304 4627427 140735178765472 18446744073709551615 4332090 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=832328 CPUtime=762.3 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 296738 0 0 0 76163 67 0 0 25 0 4 0 523915879 852303872 138226 33554432000 4194304 4627427 140735178765472 18446744073709551615 4327664 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.05
Current children cumulated vsize (KiB) 832328

[startup+822.301 s]
/proc/loadavg: 8.34 8.23 7.92 9/188 5874
/proc/meminfo: memFree=30071628/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=759608 CPUtime=3284.71 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 1278620 0 0 0 328167 304 0 0 25 0 4 0 523915879 777838592 143860 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 189902 143860 390 106 0 184873 0
[pid=5843/tid=5846] ppid=5840 vsize=759608 CPUtime=822.3 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 322316 0 0 0 82153 77 0 0 25 0 4 0 523915879 777838592 143860 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=759608 CPUtime=822.3 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 327499 0 0 0 82150 80 0 0 25 0 4 0 523915879 777838592 143860 33554432000 4194304 4627427 140735178765472 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=759608 CPUtime=822.3 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 313425 0 0 0 82158 72 0 0 25 0 4 0 523915879 777838592 143860 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.71
Current children cumulated vsize (KiB) 759608

[startup+882.307 s]
/proc/loadavg: 8.26 8.23 7.94 10/188 5876
/proc/meminfo: memFree=30052360/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=838900 CPUtime=3524.41 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 1345990 0 0 0 352116 325 0 0 25 0 4 0 523915879 859033600 144117 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 209725 144117 390 106 0 204696 0
[pid=5843/tid=5846] ppid=5840 vsize=838900 CPUtime=882.3 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 339854 0 0 0 88148 82 0 0 25 0 4 0 523915879 859033600 144117 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=838900 CPUtime=882.3 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 344948 0 0 0 88146 84 0 0 25 0 4 0 523915879 859033600 144117 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=838900 CPUtime=882.31 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 330705 0 0 0 88153 78 0 0 25 0 4 0 523915879 859033600 144117 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.41
Current children cumulated vsize (KiB) 838900

[startup+942.301 s]
/proc/loadavg: 8.39 8.26 7.96 9/188 5878
/proc/meminfo: memFree=29979400/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=1131120 CPUtime=3764.07 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 1412833 0 0 0 376063 344 0 0 25 0 4 0 523915879 1158266880 161357 33554432000 4194304 4627427 140735178765472 18446744073709551615 4324120 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 282780 161357 390 106 0 277751 0
[pid=5843/tid=5846] ppid=5840 vsize=1131120 CPUtime=942.3 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 360597 0 0 0 94144 86 0 0 25 0 4 0 523915879 1158266880 161357 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=1131120 CPUtime=942.29 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 358647 0 0 0 94140 89 0 0 25 0 4 0 523915879 1158266880 161357 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=1131120 CPUtime=942.3 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 347898 0 0 0 94147 83 0 0 25 0 4 0 523915879 1158266880 161357 33554432000 4194304 4627427 140735178765472 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.07
Current children cumulated vsize (KiB) 1131120

[startup+1002.3 s]
/proc/loadavg: 8.54 8.32 8.00 9/188 5879
/proc/meminfo: memFree=30004652/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=896684 CPUtime=4003.74 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 1479997 0 0 0 400010 364 0 0 25 0 4 0 523915879 918204416 154604 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 224171 154604 390 106 0 219142 0
[pid=5843/tid=5846] ppid=5840 vsize=896684 CPUtime=1002.3 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 377279 0 0 0 100139 91 0 0 25 0 4 0 523915879 918204416 154604 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=896684 CPUtime=1002.3 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 375472 0 0 0 100134 96 0 0 25 0 4 0 523915879 918204416 154604 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=896684 CPUtime=1002.3 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 364136 0 0 0 100142 88 0 0 25 0 4 0 523915879 918204416 154604 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.74
Current children cumulated vsize (KiB) 896684

[startup+1062.3 s]
/proc/loadavg: 8.30 8.29 8.01 9/188 5881
/proc/meminfo: memFree=29948052/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=1060252 CPUtime=4243.42 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 1536805 0 0 0 423960 382 0 0 25 0 4 0 523915879 1085698048 166381 33554432000 4194304 4627427 140735178765472 18446744073709551615 4427670 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 265063 166381 390 106 0 260034 0
[pid=5843/tid=5846] ppid=5840 vsize=1060252 CPUtime=1062.3 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 389868 0 0 0 106135 95 0 0 25 0 4 0 523915879 1085698048 166381 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=1060252 CPUtime=1062.3 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 389613 0 0 0 106129 101 0 0 25 0 4 0 523915879 1085698048 166381 33554432000 4194304 4627427 140735178765472 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=1060252 CPUtime=1062.3 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 378674 0 0 0 106137 93 0 0 25 0 4 0 523915879 1085698048 166381 33554432000 4194304 4627427 140735178765472 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.42
Current children cumulated vsize (KiB) 1060252

[startup+1122.3 s]
/proc/loadavg: 8.21 8.26 8.01 9/188 5882
/proc/meminfo: memFree=29927172/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=1064732 CPUtime=4483.1 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 1597827 0 0 0 447908 402 0 0 25 0 4 0 523915879 1090285568 167021 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 266183 167021 390 106 0 261154 0
[pid=5843/tid=5846] ppid=5840 vsize=1064732 CPUtime=1122.3 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 407716 0 0 0 112129 101 0 0 25 0 4 0 523915879 1090285568 167021 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=1064732 CPUtime=1122.29 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 403614 0 0 0 112123 106 0 0 25 0 4 0 523915879 1090285568 167021 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=1064732 CPUtime=1122.3 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 393854 0 0 0 112134 96 0 0 25 0 4 0 523915879 1090285568 167021 33554432000 4194304 4627427 140735178765472 18446744073709551615 4327552 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.1
Current children cumulated vsize (KiB) 1064732

[startup+1182.3 s]
/proc/loadavg: 8.15 8.23 8.01 9/188 5884
/proc/meminfo: memFree=29922896/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=1068644 CPUtime=4722.78 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 1658918 0 0 0 471859 419 0 0 25 0 4 0 523915879 1094291456 168566 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 267161 168566 390 106 0 262132 0
[pid=5843/tid=5846] ppid=5840 vsize=1068644 CPUtime=1182.31 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 422253 0 0 0 118125 106 0 0 25 0 4 0 523915879 1094291456 168566 33554432000 4194304 4627427 140735178765472 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=1068644 CPUtime=1182.3 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 417955 0 0 0 118119 111 0 0 25 0 4 0 523915879 1094291456 168566 33554432000 4194304 4627427 140735178765472 18446744073709551615 4324208 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=1068644 CPUtime=1182.3 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 408640 0 0 0 118130 100 0 0 25 0 4 0 523915879 1094291456 168566 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.78
Current children cumulated vsize (KiB) 1068644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.21 8.01 10/188 5885
/proc/meminfo: memFree=29899320/32951124 swapFree=67111336/67111528
[pid=5843] ppid=5840 vsize=1131456 CPUtime=4800.29 cores=0,2,4,6
/proc/5843/stat : 5843 (strangenight2-m) R 5840 5843 4943 0 -1 4202496 1674623 0 0 0 479605 424 0 0 25 0 4 0 523915879 1158610944 170094 33554432000 4194304 4627427 140735178765472 18446744073709551615 4333154 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5843/statm: 282864 170094 390 106 0 277835 0
[pid=5843/tid=5846] ppid=5840 vsize=1131456 CPUtime=1201.71 cores=0,2,4,6
/proc/5843/task/5846/stat : 5846 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 424244 0 0 0 120065 106 0 0 25 0 4 0 523915879 1158610944 170094 33554432000 4194304 4627427 140735178765472 18446744073709551615 4308329 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5843/tid=5847] ppid=5840 vsize=1131456 CPUtime=1201.71 cores=0,2,4,6
/proc/5843/task/5847/stat : 5847 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 423622 0 0 0 120058 113 0 0 25 0 4 0 523915879 1158610944 170094 33554432000 4194304 4627427 140735178765472 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5843/tid=5848] ppid=5840 vsize=1131456 CPUtime=1201.7 cores=0,2,4,6
/proc/5843/task/5848/stat : 5848 (strangenight2-m) R 5840 5843 4943 0 -1 4202560 414043 0 0 0 120069 101 0 0 25 0 4 0 523915879 1158610944 170094 33554432000 4194304 4627427 140735178765472 18446744073709551615 4420204 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 1131456

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.36
CPU user time (s): 4796.08
CPU system time (s): 4.27835
CPU usage (%): 399.448
Max. virtual memory (cumulated for all children) (KiB): 1150040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.08
system time used= 4.27835
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1674624
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= 3488
involuntary context switches= 86034

runsolver used 1.84672 second user time and 4.73728 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-30 02:26:20
IDJOB=3250581
IDBENCH=83321
IDSOLVER=1586
FILE ID=node133/3250581-1304123180
RUNJOBID= node133-1304123180-5826
PBS_JOBID= 13170705
Free space on /tmp= 71896 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-20_389.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250581-1304123180/watcher-3250581-1304123180 -o /tmp/evaluation-result-3250581-1304123180/solver-3250581-1304123180 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3250581-1304123180.cnf

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

MD5SUM BENCH= f105570f47bdca662c2d3d185f8dc1f8
RANDOM SEED=143045562

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30977156 kB
Buffers:        508300 kB
Cached:        1058336 kB
SwapCached:        124 kB
Active:         147652 kB
Inactive:      1482364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30977156 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:           12192 kB
Writeback:           0 kB
AnonPages:       63368 kB
Mapped:          14500 kB
Slab:           280160 kB
PageTables:       5004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188484 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71884 MiB
End job on node133 at 2011-04-30 02:46:24