Trace number 3366714

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-4_511.cnf
MD5SUM766a362c83d920a8f8dd49df62ed42c9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.072988
Satisfiable
(Un)Satisfiability was proved
Number of variables509
Number of clauses4478
Sum of the clauses size17912
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 44478
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366714-1305413865.cnf'
0.00/0.01	c -- header says num vars:            509
0.00/0.01	c -- header says num clauses:        4478
0.00/0.02	c -- clauses added:            0 learnts,         4478 normals,            0 xors
0.00/0.02	c -- vars added        509
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0       509      4478         0         0     17912         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/4478/4478 lits-rem:0 time: 0.00
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.22/0.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.22/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.22/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.22/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    509 time:  0.00 s
0.22/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.22/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.22/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.22/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.22/0.10	c calculated reachability. Time: 0.00
0.22/0.10	c Calc default polars -  time:   0.00 s pos:       0 undec:     509 neg:       0
0.22/0.10	c =========================================================================================
0.22/0.10	c types(t): F = full restart, N = normal restart
0.22/0.10	c types(t): S = simplification begin/end, E = solution found
0.22/0.10	c restart types(rt): st = static, dy = dynamic
0.22/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.89	c  B st     0         0       509      4478         0         0     17912         0   no data   no data
3.17/0.89	c Decided on static restart strategy
3.17/0.89	c  N st     8      4921       509      4478         0      4727     17912    134438   no data   no data
3.17/0.89	c  N st    10     11303       509      4478         0      4396     17912     97873   no data   no data
3.17/0.89	c  N st    11     17046       509      4478         0      9924     17912    255240   no data   no data
3.17/0.89	c  F st    12     25000       509      4478         0     12091     17912    300734   no data   no data
3.17/0.89	c Found part        5 vars:        252 clauses:      2088 lits size:      8352
3.17/0.89	c Found part        7 vars:        257 clauses:      2390 lits size:      9560
3.17/0.89	c Found parts:          2 time: 0.00 s
3.17/0.89	c Solving part 5
3.56/0.96	c  N st     0         0       252      2088         0     12091      8352    300734   no data   no data
3.56/0.96	c asymm  cl-useful: 0/2088/2088 lits-rem:0 time: 0.01
3.56/0.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.56/0.96	c Finding binary XORs  T:     0.00 s  found:       0
3.56/0.96	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.56/0.96	c calculated reachability. Time: 0.00
3.56/0.96	c Calc default polars -  time:   0.00 s pos:       0 undec:     509 neg:       0
3.56/0.96	c =========================================================================================
3.56/0.96	c types(t): F = full restart, N = normal restart
3.56/0.96	c types(t): S = simplification begin/end, E = solution found
3.56/0.96	c restart types(rt): st = static, dy = dynamic
3.56/0.96	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.56/0.96	c  B st     0         0       252      2088         0     12091      8352    300734   no data   no data
3.99/1.02	c Decided on static restart strategy
4.40/1.15	c  N st     8      4914       252      2088         0     16874      8352    442325   no data   no data
5.55/1.44	c  N st    10     11297       252      2088         0      7427      8352    132605   no data   no data
6.35/1.69	c  N st    11     17040       252      2088         0     12952      8352    299737   no data   no data
7.94/2.05	c  F st    12     25002       252      2088         0     13624      8352    308221   no data   no data
7.94/2.05	c  N st    12     25002       252      2088         0     13624      8352    308221   no data   no data
8.78/2.26	c Decided on static restart strategy
8.78/2.26	c  N st    18     30202       252      2088         0     11356      8352    229120   no data   no data
9.94/2.56	c  N st    20     37317       252      2088         0     10221      8352    186608   no data   no data
11.14/2.88	c  N st    21     43716       252      2088         0     16319      8352    363580   no data   no data
13.17/3.35	c  N st    22     53314       252      2088         0     16741      8352    370030   no data   no data
16.32/4.17	c  N st    23     67711       252      2088         0     20844      8352    459633   no data   no data
19.91/5.07	c  E st    24     83231         0      2088         0     13613      8352    241205   no data   no data
19.91/5.07	c Verified 2088 clauses.
19.91/5.07	c Verified 2088 clauses.
19.91/5.07	c Solved part
19.91/5.07	c =========================================================================================
19.91/5.07	c Coming back to original instance
19.91/5.07	c =========================================================================================
19.91/5.07	c  N st    12     25000       257      2390         0         0      9560         0   no data   no data
20.31/5.18	c Decided on static restart strategy
20.31/5.18	c  N st    18     30000       257      2390         0      4363      9560    120505   no data   no data
20.31/5.18	c  S st    18     30000       257      2390         0      4363      9560    120505   no data   no data
20.71/5.20	c  S st    18     30503       257      2390         0      4859      9560    134168   no data   no data
20.71/5.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.71/5.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
20.71/5.20	c blocked clauses removed:        0 vars:      0 tried:         257 T: 0.00 s
20.71/5.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.71/5.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.71/5.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    257 time:  0.00 s
20.71/5.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.71/5.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
20.71/5.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.71/5.26	c lits-rem:       138  cl-subs:      461  v-elim:      0  v-fix:    0  time:  0.05 s
20.71/5.27	c asymm  cl-useful: 0/2390/2390 lits-rem:0 time: 0.01
20.71/5.27	c calculated reachability. Time: 0.00
20.71/5.27	c  N st    18     30503       257      2390         0      4398      9560    118875   no data   no data
21.95/5.51	c  N st    20     37614       257      2390         0      6672      9560    155228   no data   no data
22.70/5.79	c  N st    21     44015       257      2390         0     12781      9560    329780   no data   no data
23.10/5.88	c  S st    22     45758       257      2390         0      7379      9560    155930   no data   no data
23.50/5.90	c  S st    22     46261       257      2390         0      7879      9560    169233   no data   no data
23.50/5.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.50/5.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
23.50/5.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.50/5.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.50/5.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.50/5.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    257 time:  0.00 s
23.50/5.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.50/5.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.50/5.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.50/5.96	c lits-rem:       221  cl-subs:      446  v-elim:      0  v-fix:    0  time:  0.05 s
23.50/5.96	c vivif2 --  cl tried     2390 cl shrink        0 lits rem          0 time: 0.00
23.50/5.97	c vivif2 --  cl tried     7433 cl shrink        0 lits rem          0 time: 0.00
23.50/5.97	c asymm  cl-useful: 0/2390/2390 lits-rem:0 time: 0.01
23.50/5.98	c calculated reachability. Time: 0.00
23.50/5.98	c  N st    22     46261       257      2390         0      7433      9560    155837   no data   no data
26.69/6.72	c  N st    23     60658       257      2390         0     12389      9560    290980   no data   no data
28.69/7.25	c  N st    24     69392       257      2390         0     10574      9560    203395   no data   no data
28.69/7.25	c  S st    24     69392       257      2390         0     10574      9560    203395   no data   no data
28.69/7.28	c  S st    24     69899       257      2390         0     11079      9560    217112   no data   no data
28.69/7.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.69/7.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
28.69/7.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.69/7.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.69/7.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.69/7.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    257 time:  0.00 s
28.69/7.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.69/7.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
28.69/7.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.09/7.37	c lits-rem:       127  cl-subs:      619  v-elim:      0  v-fix:    0  time:  0.08 s
29.09/7.37	c vivif2 --  cl tried     2390 cl shrink        0 lits rem          0 time: 0.00
29.09/7.38	c vivif2 --  cl tried    10460 cl shrink        0 lits rem          0 time: 0.00
29.09/7.39	c asymm  cl-useful: 0/2390/2390 lits-rem:0 time: 0.01
29.09/7.39	c calculated reachability. Time: 0.00
29.09/7.39	c  N st    24     69899       257      2390         0     10460      9560    199822   no data   no data
33.47/8.49	c  F st    25     87500       257      2390         0     16003      9560    337640   no data   no data
33.47/8.49	c  N st    25     87500       257      2390         0     16003      9560    337640   no data   no data
35.11/8.86	c Decided on static restart strategy
35.86/9.05	c  N st    32     95538       257      2390         0     23691      9560    543547   no data   no data
38.27/9.62	c  N st    34    104850       257      2390         0     20214      9560    422512   no data   no data
38.27/9.62	c  S st    34    104850       257      2390         0     20214      9560    422512   no data   no data
38.27/9.67	c  S st    34    105354       257      2390         0     20716      9560    436470   no data   no data
38.27/9.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
38.27/9.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
38.27/9.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.27/9.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38.27/9.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.27/9.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    257 time:  0.00 s
38.27/9.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
38.27/9.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
38.27/9.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.25/10.17	c lits-rem:       487  cl-subs:     1853  v-elim:      0  v-fix:    0  time:  0.48 s
40.25/10.17	c vivif2 --  cl tried     2390 cl shrink        0 lits rem          0 time: 0.00
40.25/10.18	c vivif2 --  cl tried    18863 cl shrink        0 lits rem          0 time: 0.00
40.64/10.20	c asymm  cl-useful: 0/2390/2390 lits-rem:0 time: 0.02
40.64/10.20	c calculated reachability. Time: 0.00
40.64/10.20	c  N st    34    105354       257      2390         0     18863      9560    383758   no data   no data
43.04/10.82	c  N st    35    114953       257      2390         0     14802      9560    271503   no data   no data
47.03/11.85	c  N st    36    129351       257      2390         0     28565      9560    662967   no data   no data
53.41/13.49	c  N st    37    150946       257      2390         0     19570      9560    355903   no data   no data
55.41/13.98	c  S st    38    158031       257      2390         0     26385      9560    556520   no data   no data
55.81/14.05	c  S st    38    158532       257      2390         0     26881      9560    570314   no data   no data
55.81/14.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
55.81/14.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
55.81/14.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
55.81/14.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.81/14.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.81/14.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    257 time:  0.00 s
55.81/14.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.81/14.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
55.81/14.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.99/14.84	c lits-rem:       962  cl-subs:     1940  v-elim:      0  v-fix:    0  time:  0.77 s
58.99/14.84	c vivif2 --  cl tried     2390 cl shrink        0 lits rem          0 time: 0.00
58.99/14.85	c vivif2 --  cl tried    24941 cl shrink        0 lits rem          0 time: 0.00
58.99/14.88	c asymm  cl-useful: 0/2390/2390 lits-rem:0 time: 0.03
58.99/14.88	c calculated reachability. Time: 0.00
58.99/14.88	c  N st    38    158532       257      2390         0     24941      9560    512418   no data   no data
74.95/18.88	c  N st    39    207120       257      2390         0     19790      9560    308747   no data   no data
84.92/21.38	c  N st    40    237798       257      2390         0     29971      9560    579911   no data   no data
84.92/21.38	c  S st    40    237798       257      2390         0     29971      9560    579911   no data   no data
85.32/21.46	c  S st    40    238299       257      2390         0     30469      9560    594024   no data   no data
85.32/21.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
85.32/21.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
85.32/21.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
85.32/21.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.32/21.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.32/21.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    257 time:  0.00 s
85.32/21.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
85.32/21.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
85.32/21.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.31/22.46	c lits-rem:      1506  cl-subs:     2175  v-elim:      0  v-fix:    0  time:  0.98 s
89.31/22.46	c vivif2 --  cl tried     2390 cl shrink        0 lits rem          0 time: 0.00
89.31/22.47	c vivif2 --  cl tried    28294 cl shrink        0 lits rem          0 time: 0.01
89.71/22.50	c asymm  cl-useful: 0/2390/2390 lits-rem:0 time: 0.03
89.71/22.51	c calculated reachability. Time: 0.00
89.71/22.51	c  N st    40    238299       257      2390         0     28294      9560    531967   no data   no data
115.64/29.00	c  F st    41    306250       257      2390         0     30098      9560    523802   no data   no data
115.64/29.00	c  N st    41    306250       257      2390         0     30098      9560    523802   no data   no data
117.23/29.45	c Decided on static restart strategy
125.61/31.50	c  N st    51    334554       257      2390         0     34392      9560    629712   no data   no data
134.78/33.80	c  N st    53    357449       257      2390         0     32421      9560    549523   no data   no data
134.78/33.80	c  S st    53    357449       257      2390         0     32421      9560    549523   no data   no data
134.78/33.88	c  S st    53    357953       257      2390         0     32923      9560    563627   no data   no data
134.78/33.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
134.78/33.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
134.78/33.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
134.78/33.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
134.78/33.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.78/33.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    257 time:  0.00 s
134.78/33.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
135.18/33.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
135.18/33.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.58/34.51	c lits-rem:       889  cl-subs:     1641  v-elim:      0  v-fix:    0  time:  0.60 s
137.58/34.51	c vivif2 --  cl tried     2390 cl shrink        0 lits rem          0 time: 0.00
137.58/34.52	c vivif2 --  cl tried    31282 cl shrink        0 lits rem          0 time: 0.01
137.58/34.55	c asymm  cl-useful: 0/2390/2390 lits-rem:0 time: 0.04
137.58/34.56	c calculated reachability. Time: 0.00
137.58/34.56	c  N st    53    357953       257      2390         0     31282      9560    518113   no data   no data
150.74/37.85	c  N st    54    390345       257      2390         0     37304      9560    683371   no data   no data
171.13/42.97	c  N st    55    438933       257      2390         0     31179      9560    471731   no data   no data
202.99/50.98	c  N st    56    511815       257      2390         0     44387      9560    810199   no data   no data
215.00/53.92	c  N st    57    536932       257      2390         0     38778      9560    631349   no data   no data
215.00/53.92	c  S st    57    536932       257      2390         0     38778      9560    631349   no data   no data
215.35/54.03	c  S st    57    537434       257      2390         0     39276      9560    645143   no data   no data
215.35/54.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
215.35/54.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
215.35/54.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
215.35/54.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
215.35/54.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
215.35/54.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    257 time:  0.00 s
215.35/54.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
215.35/54.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
215.35/54.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
218.99/54.95	c lits-rem:      1406  cl-subs:     2011  v-elim:      0  v-fix:    0  time:  0.89 s
218.99/54.95	c vivif2 --  cl tried     2390 cl shrink        0 lits rem          0 time: 0.00
218.99/54.96	c vivif2 --  cl tried    37265 cl shrink        0 lits rem          0 time: 0.01
219.40/55.01	c asymm  cl-useful: 0/2390/2390 lits-rem:0 time: 0.06
219.40/55.02	c calculated reachability. Time: 0.00
219.40/55.02	c  N st    57    537434       257      2390         0     37265      9560    590765   no data   no data
299.13/75.09	c  N st    58    701418       257      2390         0     65655      9560   1351653   no data   no data
354.57/88.91	c  N st    59    806151       257      2390         0     59680      9560   1097109   no data   no data
354.57/88.91	c  S st    59    806151       257      2390         0     59680      9560   1097109   no data   no data
355.01/89.09	c  S st    59    806660       257      2390         0     60185      9560   1111520   no data   no data
355.01/89.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
355.42/89.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
355.42/89.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
355.42/89.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
355.42/89.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
355.42/89.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    257 time:  0.00 s
355.42/89.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
355.42/89.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
355.42/89.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
377.36/94.67	c lits-rem:      3413  cl-subs:     6284  v-elim:      0  v-fix:    0  time:  5.51 s
377.36/94.67	c vivif2 --  cl tried     2390 cl shrink        0 lits rem          0 time: 0.00
377.36/94.68	c vivif2 --  cl tried    53901 cl shrink        0 lits rem          0 time: 0.01
377.70/94.78	c asymm  cl-useful: 0/2390/2390 lits-rem:0 time: 0.10
377.70/94.78	c calculated reachability. Time: 0.00
377.70/94.78	c  N st    59    806660       257      2390         0     53901      9560    942592   no data   no data
533.67/133.83	c  F st    60   1071878       257      2390         0     69735      9560   1288535   no data   no data
533.67/133.83	c  N st    60   1071878       257      2390         0     69735      9560   1288535   no data   no data
536.86/134.65	c Decided on static restart strategy
551.23/138.21	c  N st    70   1100180       257      2390         0     54009      9560    823593   no data   no data
575.55/144.30	c  N st    72   1136173       257      2390         0     44535      9560    531960   no data   no data
592.70/148.60	c  N st    73   1168565       257      2390         0     75414      9560   1473377   no data   no data
618.27/155.01	c  N st    74   1209991       257      2390         0     70126      9560   1246311   no data   no data
618.27/155.01	c  S st    74   1209991       257      2390         0     70126      9560   1246311   no data   no data
618.68/155.19	c  S st    74   1210493       257      2390         0     70625      9560   1260606   no data   no data
618.68/155.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
619.03/155.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
619.03/155.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
619.03/155.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
619.03/155.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
619.03/155.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    257 time:  0.00 s
619.03/155.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
619.03/155.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
619.03/155.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
640.96/160.79	c lits-rem:      3936  cl-subs:     4670  v-elim:      0  v-fix:    0  time:  5.52 s
640.96/160.79	c vivif2 --  cl tried     2390 cl shrink        0 lits rem          0 time: 0.00
641.36/160.81	c vivif2 --  cl tried    65955 cl shrink        0 lits rem          0 time: 0.01
641.77/160.93	c asymm  cl-useful: 0/2390/2390 lits-rem:0 time: 0.12
641.77/160.93	c calculated reachability. Time: 0.00
641.77/160.93	c  N st    74   1210493       257      2390         0     65955      9560   1132576   no data   no data
702.78/176.22	c  N st    75   1283375       257      2390         0     89344      9560   1688918   no data   no data
784.96/196.84	c  N st    76   1392700       257      2390         0     50774      9560    624440   no data   no data
910.97/228.45	c  N st    77   1556684       257      2390         0     55567      9560    694688   no data   no data
1025.05/257.07	c  N st    78   1710497       257      2390         0     96074      9560   1780776   no data   no data
1025.05/257.07	c  S st    78   1710497       257      2390         0     96074      9560   1780776   no data   no data
1026.27/257.38	c  S st    78   1711002       257      2390         0     96572      9560   1794846   no data   no data
1026.27/257.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1026.68/257.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1026.68/257.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1026.68/257.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1026.68/257.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1026.68/257.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    257 time:  0.00 s
1026.68/257.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1026.68/257.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1027.04/257.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1121.16/281.15	c lits-rem:      4095  cl-subs:    11056  v-elim:      0  v-fix:    0  time: 23.65 s
1121.16/281.15	c vivif2 --  cl tried     2390 cl shrink        0 lits rem          0 time: 0.00
1121.16/281.18	c vivif2 --  cl tried    85516 cl shrink        0 lits rem          0 time: 0.03
1122.79/281.53	c asymm  cl-useful: 0/2390/2390 lits-rem:0 time: 0.35
1122.79/281.53	c calculated reachability. Time: 0.00
1122.79/281.53	c  N st    78   1711002       257      2390         0     85516      9560   1518284   no data   no data
1507.25/377.92	c  N st    79   2079968       257      2390         0     96836      9560   1723855   no data   no data
1620.53/406.33	c  N st    80   2211003       257      2390         0    101024      9560   1833088   no data   no data
1620.53/406.33	c  S st    80   2211003       257      2390         0    101024      9560   1833088   no data   no data
1622.13/406.75	c  S st    80   2211505       257      2390         0    101521      9560   1847406   no data   no data
1622.13/406.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1622.53/406.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
1622.53/406.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1622.53/406.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1622.53/406.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1622.53/406.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    257 time:  0.00 s
1622.53/406.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1622.53/406.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1622.53/406.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1727.42/433.11	c lits-rem:      3955  cl-subs:     9527  v-elim:      0  v-fix:    0  time: 26.21 s
1727.42/433.11	c vivif2 --  cl tried     2390 cl shrink        0 lits rem          0 time: 0.00
1727.42/433.14	c vivif2 --  cl tried    91994 cl shrink        0 lits rem          0 time: 0.03
1728.66/433.46	c asymm  cl-useful: 0/2390/2390 lits-rem:0 time: 0.31
1728.66/433.46	c calculated reachability. Time: 0.00
1728.66/433.46	c  N st    80   2211505       257      2390         0     91994      9560   1590544   no data   no data
2220.41/556.79	c  N st    81   2711506       257      2390         0    114650      9560   2025005   no data   no data
2220.41/556.79	c  S st    81   2711506       257      2390         0    114650      9560   2025005   no data   no data
2222.01/557.19	c  S st    81   2712009       257      2390         0    115150      9560   2038843   no data   no data
2222.41/557.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2222.41/557.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2222.41/557.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2222.41/557.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2222.41/557.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2222.41/557.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    257 time:  0.00 s
2222.41/557.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2222.41/557.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2222.81/557.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2324.94/582.93	c lits-rem:      4055  cl-subs:    14628  v-elim:      0  v-fix:    0  time: 25.59 s
2324.94/582.93	c vivif2 --  cl tried     2390 cl shrink        0 lits rem          0 time: 0.00
2324.94/582.96	c vivif2 --  cl tried   100522 cl shrink        0 lits rem          0 time: 0.03
2326.50/583.31	c asymm  cl-useful: 0/2390/2390 lits-rem:0 time: 0.35
2326.50/583.31	c calculated reachability. Time: 0.00
2326.50/583.31	c  N st    81   2712009       257      2390         0    100522      9560   1706317   no data   no data
2871.74/720.08	c  N st    82   3212010       257      2390         0     78143      9560    965921   no data   no data
2871.74/720.08	c  S st    82   3212010       257      2390         0     78143      9560    965921   no data   no data
2872.94/720.30	c  S st    82   3212511       257      2390         0     78642      9560    980321   no data   no data
2872.94/720.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2872.94/720.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
2872.94/720.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2872.94/720.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2872.94/720.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2872.94/720.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    257 time:  0.00 s
2872.94/720.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2872.94/720.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2872.94/720.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2875.72/721.01	c lits-rem:       310  cl-subs:      939  v-elim:      0  v-fix:    0  time:  0.63 s
2875.72/721.01	c vivif2 --  cl tried     2390 cl shrink        0 lits rem          0 time: 0.00
2875.72/721.03	c vivif2 --  cl tried    77703 cl shrink        0 lits rem          0 time: 0.02
2876.52/721.20	c asymm  cl-useful: 0/2390/2390 lits-rem:0 time: 0.16
2876.52/721.20	c calculated reachability. Time: 0.00
2876.52/721.20	c  N st    82   3212511       257      2390         0     77703      9560    954222   no data   no data
3414.19/856.08	c  N st    83   3712512       257      2390         0     88120      9560   1142580   no data   no data
3414.19/856.08	c  S st    83   3712512       257      2390         0     88120      9560   1142580   no data   no data
3415.39/856.36	c  S st    83   3713020       257      2390         0     88624      9560   1157361   no data   no data
3415.39/856.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3415.79/856.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3415.79/856.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3415.79/856.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3415.79/856.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3415.79/856.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    257 time:  0.00 s
3415.79/856.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3415.79/856.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3415.79/856.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3421.80/857.93	c lits-rem:       528  cl-subs:     2037  v-elim:      0  v-fix:    0  time:  1.47 s
3421.80/857.93	c vivif2 --  cl tried     2390 cl shrink        0 lits rem          0 time: 0.00
3421.80/857.95	c vivif2 --  cl tried    86587 cl shrink        0 lits rem          0 time: 0.02
3422.56/858.15	c asymm  cl-useful: 0/2390/2390 lits-rem:0 time: 0.20
3422.56/858.15	c calculated reachability. Time: 0.00
3422.56/858.15	c  N st    83   3713020       257      2390         0     86587      9560   1103379   no data   no data
3461.69/867.96	c  F st    84   3751564       257      2390         0    122883      9560   2079528   no data   no data
3461.69/867.96	c  N st    84   3751564       257      2390         0    122883      9560   2079528   no data   no data
3468.84/869.72	c Decided on static restart strategy
3498.34/877.14	c  N st    94   3779868       257      2390         0    149822      9560   2801055   no data   no data
3532.64/885.72	c  N st    96   3815860       257      2390         0    103776      9560   1573921   no data   no data
3568.54/894.79	c  N st    97   3848253       257      2390         0    134544      9560   2484542   no data   no data
3630.76/910.33	c  N st    98   3896843       257      2390         0     98975      9560   1393650   no data   no data
3715.75/931.69	c  N st    99   3969727       257      2390         0     85658      9560   1013760   no data   no data
3846.13/964.32	c  N st   100   4079050       257      2390         0    105943      9560   1573517   no data   no data
3996.54/1002.02	c  N st   101   4213021       257      2390         0    148422      9560   2757825   no data   no data
3996.54/1002.02	c  S st   101   4213021       257      2390         0    148422      9560   2757825   no data   no data
3998.50/1002.50	c  S st   101   4213523       257      2390         0    148917      9560   2772235   no data   no data
3998.50/1002.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3998.50/1002.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
3998.50/1002.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3998.50/1002.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3998.50/1002.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3998.50/1002.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    257 time:  0.00 s
3998.50/1002.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3998.90/1002.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3999.29/1002.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4193.12/1051.38	c lits-rem:      4343  cl-subs:    16337  v-elim:      0  v-fix:    0  time: 48.68 s
4193.12/1051.38	c vivif2 --  cl tried     2390 cl shrink        0 lits rem          0 time: 0.00
4193.52/1051.43	c vivif2 --  cl tried   132580 cl shrink        0 lits rem          0 time: 0.05
4195.51/1051.91	c asymm  cl-useful: 0/2390/2390 lits-rem:0 time: 0.48
4195.51/1051.91	c calculated reachability. Time: 0.00
4195.51/1051.91	c  N st   101   4213523       257      2390         0    132580      9560   2341368   no data   no data
4617.47/1157.71	c  N st   102   4459502       257      2390         0    107411      9560   1530105   no data   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 4.30 6.88 7.59 2/354 19763
/proc/meminfo: memFree=18695820/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 407 0 0 0 1 0 0 0 25 0 4 0 633802356 52396032 348 33554432000 4194304 4580107 140735424097696 18446744073709551615 47888737142706 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 12792 348 299 95 0 7774 0
[pid=19763/tid=19764] ppid=19761 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 633802357 52396032 348 33554432000 4194304 4580107 140735424097696 18446744073709551615 47888737142710 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 633802357 52396032 348 33554432000 4194304 4580107 140735424097696 18446744073709551615 47888737142706 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 633802357 52396032 348 33554432000 4194304 4580107 140735424097696 18446744073709551615 233510353905 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0656521 s]
/proc/loadavg: 4.30 6.88 7.59 2/354 19763
/proc/meminfo: memFree=18695820/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=282652 CPUtime=0.22 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 2138 0 0 0 22 0 0 0 18 0 4 0 633802356 289435648 1929 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 70663 1929 376 95 0 65645 0
[pid=19763/tid=19764] ppid=19761 vsize=282652 CPUtime=0.05 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 517 0 0 0 5 0 0 0 18 0 4 0 633802357 289435648 1929 33554432000 4194304 4580107 140735424097696 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=282652 CPUtime=0.05 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 481 0 0 0 5 0 0 0 18 0 4 0 633802357 289435648 1929 33554432000 4194304 4580107 140735424097696 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=282652 CPUtime=0.04 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 252 0 0 0 4 0 0 0 25 0 4 0 633802357 289435648 1929 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 282652

[startup+0.165636 s]
/proc/loadavg: 4.30 6.88 7.59 2/354 19763
/proc/meminfo: memFree=18695820/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=284552 CPUtime=0.62 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 3085 0 0 0 62 0 0 0 18 0 4 0 633802356 291381248 2130 33554432000 4194304 4580107 140735424097696 18446744073709551615 4321100 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 71138 2130 376 95 0 66120 0
[pid=19763/tid=19764] ppid=19761 vsize=284552 CPUtime=0.15 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 768 0 0 0 15 0 0 0 18 0 4 0 633802357 291381248 2130 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294821 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=284552 CPUtime=0.15 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 726 0 0 0 15 0 0 0 18 0 4 0 633802357 291381248 2130 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=284552 CPUtime=0.14 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 476 0 0 0 14 0 0 0 25 0 4 0 633802357 291381248 2130 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 284552

[startup+0.300611 s]
/proc/loadavg: 4.30 6.88 7.59 2/354 19763
/proc/meminfo: memFree=18695820/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=284684 CPUtime=1.16 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 3740 0 0 0 116 0 0 0 18 0 4 0 633802356 291516416 2785 33554432000 4194304 4580107 140735424097696 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 71171 2785 377 95 0 66153 0
[pid=19763/tid=19764] ppid=19761 vsize=284684 CPUtime=0.29 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 931 0 0 0 29 0 0 0 18 0 4 0 633802357 291516416 2785 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=284684 CPUtime=0.29 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 891 0 0 0 29 0 0 0 18 0 4 0 633802357 291516416 2785 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=284684 CPUtime=0.28 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 635 0 0 0 28 0 0 0 25 0 4 0 633802357 291516416 2785 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284684

[startup+0.700541 s]
/proc/loadavg: 4.30 6.88 7.59 2/354 19763
/proc/meminfo: memFree=18695820/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=286664 CPUtime=2.77 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 6528 0 0 0 276 1 0 0 18 0 4 0 633802356 293543936 3098 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 71666 3098 377 95 0 66648 0
[pid=19763/tid=19764] ppid=19761 vsize=286664 CPUtime=0.69 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 1670 0 0 0 69 0 0 0 18 0 4 0 633802357 293543936 3098 33554432000 4194304 4580107 140735424097696 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=286664 CPUtime=0.69 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 1582 0 0 0 69 0 0 0 18 0 4 0 633802357 293543936 3098 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294818 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=286664 CPUtime=0.68 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 1335 0 0 0 68 0 0 0 25 0 4 0 633802357 293543936 3098 33554432000 4194304 4580107 140735424097696 18446744073709551615 4298994 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286664

[startup+1.5004 s]
/proc/loadavg: 4.30 6.88 7.59 6/358 19767
/proc/meminfo: memFree=18645564/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=314212 CPUtime=5.95 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 12956 0 0 0 593 2 0 0 20 0 4 0 633802356 321753088 7900 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 78553 7900 378 95 0 73535 0
[pid=19763/tid=19764] ppid=19761 vsize=314212 CPUtime=1.48 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 3282 0 0 0 148 0 0 0 19 0 4 0 633802357 321753088 7900 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=314212 CPUtime=1.48 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 3199 0 0 0 148 0 0 0 19 0 4 0 633802357 321753088 7900 33554432000 4194304 4580107 140735424097696 18446744073709551615 4320962 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=314212 CPUtime=1.46 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 2974 0 0 0 146 0 0 0 25 0 4 0 633802357 321753088 7900 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 314212

[startup+3.10111 s]
/proc/loadavg: 4.30 6.88 7.59 9/364 19776
/proc/meminfo: memFree=18387972/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=323248 CPUtime=12.34 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 17998 0 0 0 1231 3 0 0 25 0 4 0 633802356 331005952 10979 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 80812 10979 378 95 0 75794 0
[pid=19763/tid=19764] ppid=19761 vsize=323248 CPUtime=3.08 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 4632 0 0 0 308 0 0 0 25 0 4 0 633802357 331005952 10979 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294754 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=323248 CPUtime=3.08 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 4170 0 0 0 308 0 0 0 25 0 4 0 633802357 331005952 10979 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=323248 CPUtime=3.05 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 4394 0 0 0 304 1 0 0 25 0 4 0 633802357 331005952 10979 33554432000 4194304 4580107 140735424097696 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 323248

[startup+6.30054 s]
/proc/loadavg: 4.60 6.89 7.59 9/364 19777
/proc/meminfo: memFree=18056396/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=315024 CPUtime=25.1 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 25537 0 0 0 2505 5 0 0 25 0 4 0 633802356 322584576 9643 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 78756 9643 379 95 0 73738 0
[pid=19763/tid=19764] ppid=19761 vsize=315024 CPUtime=6.29 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 6307 0 0 0 628 1 0 0 25 0 4 0 633802357 322584576 9643 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=315024 CPUtime=6.28 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 5387 0 0 0 628 0 0 0 25 0 4 0 633802357 322584576 9643 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=315024 CPUtime=6.21 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 6426 0 0 0 620 1 0 0 25 0 4 0 633802357 322584576 9643 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 315024

[startup+12.7004 s]
/proc/loadavg: 4.87 6.91 7.60 9/364 19777
/proc/meminfo: memFree=17896060/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=334920 CPUtime=50.62 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 44602 0 0 0 5054 8 0 0 25 0 4 0 633802356 342958080 12891 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 83730 12891 379 95 0 78712 0
[pid=19763/tid=19764] ppid=19761 vsize=334920 CPUtime=12.68 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 10547 0 0 0 1267 1 0 0 25 0 4 0 633802357 342958080 12891 33554432000 4194304 4580107 140735424097696 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=334920 CPUtime=12.69 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 9763 0 0 0 1268 1 0 0 25 0 4 0 633802357 342958080 12891 33554432000 4194304 4580107 140735424097696 18446744073709551615 4320689 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=334920 CPUtime=12.53 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 10854 0 0 0 1251 2 0 0 25 0 4 0 633802357 342958080 12891 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 334920

[startup+25.5011 s]
/proc/loadavg: 5.56 6.96 7.60 9/364 19777
/proc/meminfo: memFree=17784364/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=307524 CPUtime=101.67 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 77733 0 0 0 10153 14 0 0 25 0 4 0 633802356 314904576 20529 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 76881 20529 379 95 0 71863 0
[pid=19763/tid=19764] ppid=19761 vsize=307524 CPUtime=25.48 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 17753 0 0 0 2546 2 0 0 25 0 4 0 633802357 314904576 20529 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=307524 CPUtime=25.48 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 17062 0 0 0 2546 2 0 0 25 0 4 0 633802357 314904576 20529 33554432000 4194304 4580107 140735424097696 18446744073709551615 4340648 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=307524 CPUtime=25.18 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 20765 0 0 0 2514 4 0 0 25 0 4 0 633802357 314904576 20529 33554432000 4194304 4580107 140735424097696 18446744073709551615 4305168 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 307524

[startup+51.1005 s]
/proc/loadavg: 6.47 7.06 7.62 9/364 19778
/proc/meminfo: memFree=17785188/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=290316 CPUtime=203.79 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 125141 0 0 0 20354 25 0 0 25 0 4 0 633802356 297283584 26743 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 72579 26743 379 95 0 67561 0
[pid=19763/tid=19764] ppid=19761 vsize=290316 CPUtime=51.09 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 32784 0 0 0 5104 5 0 0 25 0 4 0 633802357 297283584 26743 33554432000 4194304 4580107 140735424097696 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=290316 CPUtime=51.09 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 28385 0 0 0 5104 5 0 0 25 0 4 0 633802357 297283584 26743 33554432000 4194304 4580107 140735424097696 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=290316 CPUtime=50.51 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 32491 0 0 0 5043 8 0 0 25 0 4 0 633802357 297283584 26743 33554432000 4194304 4580107 140735424097696 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 290316

[startup+102.313 s]
/proc/loadavg: 7.49 7.24 7.65 9/364 19779
/proc/meminfo: memFree=17639084/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=354532 CPUtime=408.06 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 187086 0 0 0 40763 43 0 0 25 0 4 0 633802356 363040768 44555 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 88633 44555 379 95 0 83615 0
[pid=19763/tid=19764] ppid=19761 vsize=354532 CPUtime=102.3 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 47648 0 0 0 10221 9 0 0 25 0 4 0 633802357 363040768 44555 33554432000 4194304 4580107 140735424097696 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=354532 CPUtime=102.3 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 47931 0 0 0 10219 11 0 0 25 0 4 0 633802357 363040768 44555 33554432000 4194304 4580107 140735424097696 18446744073709551615 4302360 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=354532 CPUtime=101.13 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 45882 0 0 0 10102 11 0 0 25 0 4 0 633802357 363040768 44555 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.06
Current children cumulated vsize (KiB) 354532

[startup+162.301 s]

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

[pid=19763] ppid=19761 vsize=579048 CPUtime=2801.13 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 555509 0 0 0 279921 192 0 0 25 0 4 0 633802356 592945152 101740 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 144762 101740 379 95 0 139744 0
[pid=19763/tid=19764] ppid=19761 vsize=579048 CPUtime=702.28 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 147002 0 0 0 70178 50 0 0 25 0 4 0 633802357 592945152 101740 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=579048 CPUtime=702.31 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 113481 0 0 0 70192 39 0 0 25 0 4 0 633802357 592945152 101740 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=579048 CPUtime=694.21 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 152638 0 0 0 69369 52 0 0 25 0 4 0 633802357 592945152 101740 33554432000 4194304 4580107 140735424097696 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2801.13
Current children cumulated vsize (KiB) 579048

[startup+762.313 s]
/proc/loadavg: 8.06 8.00 7.86 9/364 19806
/proc/meminfo: memFree=17179692/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=737656 CPUtime=3040.5 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 594589 0 0 0 303842 208 0 0 25 0 4 0 633802356 755359744 120571 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 184414 120571 379 95 0 179396 0
[pid=19763/tid=19764] ppid=19761 vsize=737656 CPUtime=762.29 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 157041 0 0 0 76175 54 0 0 25 0 4 0 633802357 755359744 120571 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=737656 CPUtime=762.31 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 123383 0 0 0 76189 42 0 0 25 0 4 0 633802357 755359744 120571 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=737656 CPUtime=753.54 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 162769 0 0 0 75298 56 0 0 25 0 4 0 633802357 755359744 120571 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.5
Current children cumulated vsize (KiB) 737656

[startup+822.3 s]
/proc/loadavg: 8.06 8.01 7.87 9/364 19807
/proc/meminfo: memFree=17214488/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=606944 CPUtime=3279.76 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 622361 0 0 0 327756 220 0 0 25 0 4 0 633802356 621510656 107134 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294449 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 151736 107134 379 95 0 146718 0
[pid=19763/tid=19764] ppid=19761 vsize=606944 CPUtime=822.28 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 163446 0 0 0 82171 57 0 0 25 0 4 0 633802357 621510656 107134 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=606944 CPUtime=822.3 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 132068 0 0 0 82184 46 0 0 25 0 4 0 633802357 621510656 107134 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=606944 CPUtime=812.85 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 168766 0 0 0 81226 59 0 0 25 0 4 0 633802357 621510656 107134 33554432000 4194304 4580107 140735424097696 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.76
Current children cumulated vsize (KiB) 606944

[startup+882.301 s]
/proc/loadavg: 8.21 8.06 7.89 9/364 19809
/proc/meminfo: memFree=17370944/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=691288 CPUtime=3519.08 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 654937 0 0 0 351673 235 0 0 25 0 4 0 633802356 707878912 106812 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 172822 106812 379 95 0 167804 0
[pid=19763/tid=19764] ppid=19761 vsize=691288 CPUtime=882.28 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 173617 0 0 0 88167 61 0 0 25 0 4 0 633802357 707878912 106812 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=691288 CPUtime=882.31 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 134994 0 0 0 88183 48 0 0 25 0 4 0 633802357 707878912 106812 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=691288 CPUtime=872.15 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 178039 0 0 0 87151 64 0 0 25 0 4 0 633802357 707878912 106812 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3519.08
Current children cumulated vsize (KiB) 691288

[startup+942.301 s]
/proc/loadavg: 8.11 8.06 7.91 9/364 19811
/proc/meminfo: memFree=17253232/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=596276 CPUtime=3758.4 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 684887 0 0 0 375592 248 0 0 25 0 4 0 633802356 610586624 119194 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 149069 119194 379 95 0 144051 0
[pid=19763/tid=19764] ppid=19761 vsize=596276 CPUtime=942.28 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 179148 0 0 0 94165 63 0 0 25 0 4 0 633802357 610586624 119194 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=596276 CPUtime=942.3 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 140694 0 0 0 94181 49 0 0 25 0 4 0 633802357 610586624 119194 33554432000 4194304 4580107 140735424097696 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=596276 CPUtime=931.45 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 188138 0 0 0 93077 68 0 0 25 0 4 0 633802357 610586624 119194 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.4
Current children cumulated vsize (KiB) 596276

[startup+1002.3 s]
/proc/loadavg: 8.20 8.08 7.92 9/364 19812
/proc/meminfo: memFree=17171612/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=637828 CPUtime=3997.7 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 712878 0 0 0 399508 262 0 0 25 0 4 0 633802356 653135872 127176 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 159457 127176 379 95 0 154439 0
[pid=19763/tid=19764] ppid=19761 vsize=637828 CPUtime=1002.29 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 187564 0 0 0 100160 69 0 0 25 0 4 0 633802357 653135872 127176 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=637828 CPUtime=1002.31 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 149274 0 0 0 100178 53 0 0 25 0 4 0 633802357 653135872 127176 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=637828 CPUtime=990.76 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 190390 0 0 0 99006 70 0 0 25 0 4 0 633802357 653135872 127176 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.7
Current children cumulated vsize (KiB) 637828

[startup+1062.3 s]
/proc/loadavg: 8.14 8.08 7.93 9/364 19814
/proc/meminfo: memFree=17162392/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=718380 CPUtime=4237 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 733205 0 0 0 423428 272 0 0 25 0 4 0 633802356 735621120 124792 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 179595 124792 379 95 0 174577 0
[pid=19763/tid=19764] ppid=19761 vsize=718380 CPUtime=1062.29 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 194901 0 0 0 106154 75 0 0 25 0 4 0 633802357 735621120 124792 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=718380 CPUtime=1062.31 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 150649 0 0 0 106177 54 0 0 25 0 4 0 633802357 735621120 124792 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=718380 CPUtime=1050.06 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 195837 0 0 0 104934 72 0 0 25 0 4 0 633802357 735621120 124792 33554432000 4194304 4580107 140735424097696 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4237
Current children cumulated vsize (KiB) 718380

[startup+1122.3 s]
/proc/loadavg: 8.24 8.11 7.94 9/364 19815
/proc/meminfo: memFree=17129748/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=677916 CPUtime=4476.29 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 748235 0 0 0 447348 281 0 0 25 0 4 0 633802356 694185984 131145 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 169479 131145 379 95 0 164461 0
[pid=19763/tid=19764] ppid=19761 vsize=677916 CPUtime=1122.29 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 199485 0 0 0 112154 75 0 0 25 0 4 0 633802357 694185984 131145 33554432000 4194304 4580107 140735424097696 18446744073709551615 4406365 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=677916 CPUtime=1122.32 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 154488 0 0 0 112174 58 0 0 25 0 4 0 633802357 694185984 131145 33554432000 4194304 4580107 140735424097696 18446744073709551615 4406451 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=677916 CPUtime=1109.35 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 195837 0 0 0 110863 72 0 0 25 0 4 0 633802357 694185984 131145 33554432000 4194304 4580107 140735424097696 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.29
Current children cumulated vsize (KiB) 677916

[startup+1182.3 s]
/proc/loadavg: 8.21 8.12 7.95 9/364 19817
/proc/meminfo: memFree=17137292/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=767984 CPUtime=4715.59 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 765869 0 0 0 471268 291 0 0 25 0 4 0 633802356 786415616 127111 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 191996 127111 379 95 0 186978 0
[pid=19763/tid=19764] ppid=19761 vsize=767984 CPUtime=1182.29 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 203727 0 0 0 118151 78 0 0 25 0 4 0 633802357 786415616 127111 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=767984 CPUtime=1182.31 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 156141 0 0 0 118173 58 0 0 25 0 4 0 633802357 786415616 127111 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=767984 CPUtime=1168.65 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 200449 0 0 0 116790 75 0 0 25 0 4 0 633802357 786415616 127111 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.59
Current children cumulated vsize (KiB) 767984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.15 8.11 7.95 9/364 19817
/proc/meminfo: memFree=17204732/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=768748 CPUtime=4800.17 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 777091 0 0 0 479721 296 0 0 25 0 4 0 633802356 787197952 137633 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 192187 137633 379 95 0 187169 0
[pid=19763/tid=19764] ppid=19761 vsize=768748 CPUtime=1203.5 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 206968 0 0 0 120271 79 0 0 25 0 4 0 633802357 787197952 137634 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=768748 CPUtime=1203.53 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 158320 0 0 0 120294 59 0 0 25 0 4 0 633802357 787197952 137634 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=768748 CPUtime=1189.59 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 204062 0 0 0 118883 76 0 0 25 0 4 0 633802357 787197952 137634 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 768748

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

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

[startup+1203.5 s]
/proc/loadavg: 8.15 8.11 7.95 9/364 19817
/proc/meminfo: memFree=17204732/32951124 swapFree=67111348/67111528
[pid=19763] ppid=19761 vsize=768748 CPUtime=4800.17 cores=1,3,5,7
/proc/19763/stat : 19763 (strangenight2-m) R 19761 19763 19731 0 -1 4202496 777091 0 0 0 479721 296 0 0 25 0 4 0 633802356 787197952 137633 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19763/statm: 192187 137633 379 95 0 187169 0
[pid=19763/tid=19764] ppid=19761 vsize=768748 CPUtime=1203.5 cores=1,3,5,7
/proc/19763/task/19764/stat : 19764 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 206968 0 0 0 120271 79 0 0 25 0 4 0 633802357 787197952 137634 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19763/tid=19765] ppid=19761 vsize=768748 CPUtime=1203.53 cores=1,3,5,7
/proc/19763/task/19765/stat : 19765 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 158320 0 0 0 120294 59 0 0 25 0 4 0 633802357 787197952 137634 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19763/tid=19766] ppid=19761 vsize=768748 CPUtime=1189.59 cores=1,3,5,7
/proc/19763/task/19766/stat : 19766 (strangenight2-m) R 19761 19763 19731 0 -1 4202560 204062 0 0 0 118883 76 0 0 25 0 4 0 633802357 787197952 137634 33554432000 4194304 4580107 140735424097696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 768748

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.55
CPU time (s): 4800.23
CPU user time (s): 4797.25
CPU system time (s): 2.98555
CPU usage (%): 398.841
Max. virtual memory (cumulated for all children) (KiB): 883780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.25
system time used= 2.98555
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 777093
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= 490
involuntary context switches= 30151

runsolver used 3.98939 second user time and 9.95549 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 00:57:45
IDJOB=3366714
IDBENCH=83250
IDSOLVER=1844
FILE ID=node145/3366714-1305413865
RUNJOBID= node145-1305413865-19750
PBS_JOBID= 13324541
Free space on /tmp= 73660 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-4_511.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366714-1305413865/watcher-3366714-1305413865 -o /tmp/evaluation-result-3366714-1305413865/solver-3366714-1305413865 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366714-1305413865.cnf

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

MD5SUM BENCH= 766a362c83d920a8f8dd49df62ed42c9
RANDOM SEED=1903166597

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18696100 kB
Buffers:        298636 kB
Cached:        8122260 kB
SwapCached:          0 kB
Active:        7273956 kB
Inactive:      6623776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18696100 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6360 kB
Writeback:           0 kB
AnonPages:     5477196 kB
Mapped:          26872 kB
Slab:           255652 kB
PageTables:      34180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79341584 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73628 MiB
End job on node145 at 2011-05-15 01:17:51