Trace number 3366613

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.33 1203.75

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S689381858-022.UNKNOWN.cnf
MD5SUMe5ccab3a9294cbb9eed5df8c5c797376
Bench CategoryRANDOM (random 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 variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
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-3366613-1305410502.cnf'
0.00/0.01	c -- header says num vars:            125
0.00/0.01	c -- header says num clauses:        2662
0.00/0.01	c -- clauses added:            0 learnts,         2662 normals,            0 xors
0.00/0.01	c -- vars added        125
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0       125      2662         0         0     13310         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.01
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
3.57/0.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.57/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3.57/0.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.57/0.90	c calculated reachability. Time: 0.00
3.57/0.90	c Calc default polars -  time:   0.00 s pos:      66 undec:       6 neg:      53
3.57/0.90	c =========================================================================================
3.57/0.90	c types(t): F = full restart, N = normal restart
3.57/0.90	c types(t): S = simplification begin/end, E = solution found
3.57/0.90	c restart types(rt): st = static, dy = dynamic
3.57/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.90	c  B st     0         0       125      2662         0         0     13310         0   no data   no data
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st     8      4916       125      2662         0      4650     13310    125161   no data   no data
3.57/0.90	c  N st    10     11299       125      2662         0      4300     13310     89619   no data   no data
3.57/0.90	c  N st    11     17042       125      2662         0      9666     13310    228182   no data   no data
3.57/0.90	c  F st    12     25001       125      2662         0     11889     13310    288249   no data   no data
3.57/0.90	c  N st    12     25001       125      2662         0     11889     13310    288249   no data   no data
3.96/1.10	c Decided on static restart strategy
3.96/1.10	c  N st    18     30001       125      2662         0     10232     13310    228912   no data   no data
3.96/1.10	c  S st    18     30001       125      2662         0     10232     13310    228912   no data   no data
4.37/1.20	c  S st    18     30503       125      2662         0     10717     13310    241650   no data   no data
4.37/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.37/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.37/1.20	c blocked clauses removed:        0 vars:      0 tried:         125 T: 0.00 s
4.37/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.37/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.37/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4.37/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.37/1.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.37/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.40	c lits-rem:       259  cl-subs:     1419  v-elim:      0  v-fix:    0  time:  0.18 s
5.55/1.40	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.04
5.55/1.40	c calculated reachability. Time: 0.00
5.55/1.40	c  N st    18     30503       125      2662         0      9298     13310    202053   no data   no data
6.35/1.68	c  N st    20     37616       125      2662         0      8587     13310    168618   no data   no data
7.95/2.00	c  N st    21     44016       125      2662         0     14563     13310    324567   no data   no data
8.35/2.10	c  S st    22     45754       125      2662         0     16207     13310    365028   no data   no data
8.35/2.15	c  S st    22     46255       125      2662         0     16691     13310    377247   no data   no data
8.35/2.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.35/2.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
8.35/2.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.35/2.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.35/2.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.35/2.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
8.35/2.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.35/2.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.35/2.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.61	c lits-rem:       404  cl-subs:     1783  v-elim:      0  v-fix:    0  time:  0.44 s
10.34/2.61	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
10.34/2.61	c vivif2 --  cl tried    14908 cl shrink        0 lits rem          0 time: 0.00
10.34/2.67	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.06
10.34/2.67	c calculated reachability. Time: 0.00
10.34/2.67	c  N st    22     46255       125      2662         0     14908     13310    328667   no data   no data
13.58/3.47	c  N st    23     60654       125      2662         0     10751     13310    192166   no data   no data
15.53/3.97	c  N st    24     69383       125      2662         0     18952     13310    402988   no data   no data
15.53/3.97	c  S st    24     69383       125      2662         0     18952     13310    402988   no data   no data
15.93/4.02	c  S st    24     69888       125      2662         0     19435     13310    415557   no data   no data
15.93/4.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.93/4.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
15.93/4.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.93/4.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.93/4.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.93/4.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
15.93/4.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.93/4.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.93/4.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.31/4.68	c lits-rem:       421  cl-subs:     2219  v-elim:      0  v-fix:    0  time:  0.64 s
18.31/4.68	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
18.31/4.68	c vivif2 --  cl tried    17216 cl shrink        0 lits rem          0 time: 0.00
18.71/4.75	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.06
18.71/4.75	c calculated reachability. Time: 0.00
18.71/4.75	c  N st    24     69888       125      2662         0     17216     13310    357258   no data   no data
22.70/5.78	c  F st    25     87500       125      2662         0     12283     13310    214080   no data   no data
22.70/5.78	c  N st    25     87500       125      2662         0     12283     13310    214080   no data   no data
23.90/6.08	c Decided on static restart strategy
24.69/6.27	c  N st    32     95539       125      2662         0     19882     13310    414435   no data   no data
27.09/6.88	c  N st    34    104833       125      2662         0     16410     13310    316252   no data   no data
27.09/6.88	c  S st    34    104833       125      2662         0     16410     13310    316252   no data   no data
27.48/6.92	c  S st    34    105335       125      2662         0     16897     13310    329267   no data   no data
27.48/6.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.48/6.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
27.48/6.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.48/6.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.48/6.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.48/6.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
27.48/6.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.48/6.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.48/6.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.28/7.14	c lits-rem:       252  cl-subs:      993  v-elim:      0  v-fix:    0  time:  0.20 s
28.28/7.14	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
28.28/7.15	c vivif2 --  cl tried    15904 cl shrink        0 lits rem          0 time: 0.00
28.68/7.21	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.07
28.68/7.21	c calculated reachability. Time: 0.00
28.68/7.21	c  N st    34    105335       125      2662         0     15904     13310    301518   no data   no data
31.48/7.96	c  N st    35    114933       125      2662         0     24959     13310    543702   no data   no data
35.52/8.99	c  N st    36    129331       125      2662         0     25344     13310    531299   no data   no data
42.25/10.64	c  N st    37    150926       125      2662         0     16503     13310    264401   no data   no data
44.29/11.18	c  S st    38    158002       125      2662         0     23193     13310    440058   no data   no data
44.63/11.24	c  S st    38    158508       125      2662         0     23689     13310    453194   no data   no data
44.63/11.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.63/11.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
44.63/11.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.63/11.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.63/11.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.63/11.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
44.63/11.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.63/11.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
44.63/11.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.63/11.75	c lits-rem:       303  cl-subs:     1649  v-elim:      0  v-fix:    0  time:  0.49 s
46.63/11.75	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
46.63/11.76	c vivif2 --  cl tried    22040 cl shrink        0 lits rem          0 time: 0.00
47.03/11.84	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.08
47.03/11.84	c calculated reachability. Time: 0.00
47.03/11.84	c  N st    38    158508       125      2662         0     22040     13310    407768   no data   no data
63.78/16.05	c  N st    39    207096       125      2662         0     34728     13310    718340   no data   no data
74.99/18.88	c  N st    40    237762       125      2662         0     26948     13310    497699   no data   no data
74.99/18.88	c  S st    40    237762       125      2662         0     26948     13310    497699   no data   no data
75.34/18.96	c  S st    40    238265       125      2662         0     27436     13310    510555   no data   no data
75.34/18.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.34/18.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
75.34/18.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.34/18.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.34/18.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.34/18.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
75.34/18.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.34/18.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
75.34/18.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.15/19.64	c lits-rem:       484  cl-subs:     1872  v-elim:      0  v-fix:    0  time:  0.66 s
78.15/19.64	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
78.15/19.65	c vivif2 --  cl tried    25564 cl shrink        0 lits rem          0 time: 0.01
78.55/19.75	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.10
78.55/19.75	c calculated reachability. Time: 0.00
78.55/19.75	c  N st    40    238265       125      2662         0     25564     13310    459288   no data   no data
106.05/26.62	c  F st    41    306252       125      2662         0     27403     13310    463735   no data   no data
106.05/26.62	c  N st    41    306252       125      2662         0     27403     13310    463735   no data   no data
108.05/27.16	c Decided on static restart strategy
118.02/29.63	c  N st    51    334550       125      2662         0     31500     13310    542236   no data   no data
127.98/32.12	c  N st    53    357398       125      2662         0     29524     13310    473895   no data   no data
127.98/32.12	c  S st    53    357398       125      2662         0     29524     13310    473895   no data   no data
128.38/32.20	c  S st    53    357900       125      2662         0     30014     13310    486403   no data   no data
128.38/32.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
128.38/32.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
128.38/32.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
128.38/32.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
128.38/32.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
128.38/32.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
128.38/32.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
128.38/32.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
128.38/32.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
129.98/32.64	c lits-rem:       279  cl-subs:     1313  v-elim:      0  v-fix:    0  time:  0.41 s
129.98/32.64	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
129.98/32.64	c vivif2 --  cl tried    28701 cl shrink        0 lits rem          0 time: 0.01
130.38/32.76	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.12
130.38/32.76	c calculated reachability. Time: 0.00
130.38/32.76	c  N st    53    357900       125      2662         0     28701     13310    452604   no data   no data
143.94/36.17	c  N st    54    390293       125      2662         0     34689     13310    602559   no data   no data
171.07/42.98	c  N st    55    438883       125      2662         0     28755     13310    420522   no data   no data
207.75/52.17	c  N st    56    511765       125      2662         0     41463     13310    724207   no data   no data
221.31/55.55	c  N st    57    536850       125      2662         0     36123     13310    568206   no data   no data
221.31/55.55	c  S st    57    536850       125      2662         0     36123     13310    568206   no data   no data
221.70/55.65	c  S st    57    537354       125      2662         0     36612     13310    581158   no data   no data
221.70/55.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
221.70/55.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
221.70/55.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
221.70/55.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
221.70/55.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
221.70/55.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
221.70/55.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
221.70/55.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
221.70/55.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
224.50/56.32	c lits-rem:       526  cl-subs:     1390  v-elim:      0  v-fix:    0  time:  0.63 s
224.50/56.32	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
224.50/56.33	c vivif2 --  cl tried    35222 cl shrink        0 lits rem          0 time: 0.01
224.90/56.47	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.15
224.90/56.47	c calculated reachability. Time: 0.00
224.90/56.47	c  N st    57    537354       125      2662         0     35222     13310    542752   no data   no data
322.20/80.84	c  N st    58    701339       125      2662         0     62825     13310   1196175   no data   no data
386.03/96.84	c  N st    59    806031       125      2662         0     57237     13310   1023733   no data   no data
386.03/96.84	c  S st    59    806031       125      2662         0     57237     13310   1023733   no data   no data
386.81/97.00	c  S st    59    806537       125      2662         0     57721     13310   1036404   no data   no data
386.81/97.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
386.81/97.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
386.81/97.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
386.81/97.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
386.81/97.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
386.81/97.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
386.81/97.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
386.81/97.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
386.81/97.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
403.58/101.30	c lits-rem:       946  cl-subs:     4559  v-elim:      0  v-fix:    0  time:  4.23 s
403.58/101.30	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
403.58/101.31	c vivif2 --  cl tried    53162 cl shrink        0 lits rem          0 time: 0.01
404.76/101.58	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.27
404.76/101.58	c calculated reachability. Time: 0.00
404.76/101.58	c  N st    59    806537       125      2662         0     53162     13310    919563   no data   no data
583.04/146.20	c  F st    60   1071876       125      2662         0     68606     13310   1223772   no data   no data
583.04/146.20	c  N st    60   1071876       125      2662         0     68606     13310   1223772   no data   no data
587.42/147.37	c Decided on static restart strategy
606.96/152.29	c  N st    70   1100179       125      2662         0     53238     13310    818056   no data   no data
637.67/159.93	c  N st    72   1136173       125      2662         0     43960     13310    551215   no data   no data
663.18/166.34	c  N st    73   1168565       125      2662         0     74323     13310   1368688   no data   no data
701.88/176.09	c  N st    74   1209805       125      2662         0     68823     13310   1199270   no data   no data
701.88/176.09	c  S st    74   1209805       125      2662         0     68823     13310   1199270   no data   no data
703.06/176.37	c  S st    74   1210307       125      2662         0     69315     13310   1212240   no data   no data
703.06/176.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
703.46/176.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
703.46/176.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
703.46/176.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
703.46/176.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
703.46/176.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
703.46/176.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
703.46/176.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
703.46/176.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
744.13/186.65	c lits-rem:      1532  cl-subs:     5075  v-elim:      0  v-fix:    0  time: 10.17 s
744.13/186.65	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
744.13/186.66	c vivif2 --  cl tried    64240 cl shrink        0 lits rem          0 time: 0.02
745.75/187.04	c asymm  cl-useful: 0/2261/2662 lits-rem:0 time: 0.38
745.75/187.04	c calculated reachability. Time: 0.00
745.75/187.04	c  N st    74   1210307       125      2662         0     64240     13310   1076512   no data   no data
800.77/200.85	c  N st    75   1283190       125      2662         0     87653     13310   1692691   no data   no data
896.48/224.87	c  N st    76   1392513       125      2662         0     49665     13310    618507   no data   no data
1032.87/259.03	c  N st    77   1556498       125      2662         0     54401     13310    696535   no data   no data
1164.88/292.17	c  N st    78   1710308       125      2662         0     94160     13310   1709003   no data   no data
1164.88/292.17	c  S st    78   1710308       125      2662         0     94160     13310   1709003   no data   no data
1166.48/292.55	c  S st    78   1710810       125      2662         0     94646     13310   1721882   no data   no data
1166.48/292.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1166.89/292.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
1166.89/292.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1166.89/292.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1166.89/292.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1166.89/292.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1166.89/292.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1166.89/292.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1166.89/292.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1335.90/335.06	c lits-rem:      4173  cl-subs:    11007  v-elim:      0  v-fix:    0  time: 42.35 s
1335.90/335.06	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1335.90/335.09	c vivif2 --  cl tried    83639 cl shrink        0 lits rem          0 time: 0.03
1338.34/335.67	c asymm  cl-useful: 0/1868/2662 lits-rem:0 time: 0.59
1338.34/335.68	c calculated reachability. Time: 0.00
1338.34/335.68	c  N st    78   1710810       125      2662         0     83639     13310   1447229   no data   no data
1708.38/428.44	c  N st    79   2079774       125      2662         0     94961     13310   1631144   no data   no data
1825.28/457.75	c  N st    80   2210810       125      2662         0     99560     13310   1807054   no data   no data
1825.28/457.75	c  S st    80   2210810       125      2662         0     99560     13310   1807054   no data   no data
1826.43/458.08	c  S st    80   2211316       125      2662         0    100049     13310   1820090   no data   no data
1826.43/458.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1826.83/458.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1826.83/458.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1826.83/458.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1826.83/458.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1826.83/458.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1826.83/458.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1826.83/458.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1827.22/458.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1920.53/481.66	c lits-rem:      2140  cl-subs:     7315  v-elim:      0  v-fix:    0  time: 23.45 s
1920.53/481.66	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1920.53/481.69	c vivif2 --  cl tried    92734 cl shrink        0 lits rem          0 time: 0.03
1922.11/482.05	c asymm  cl-useful: 0/794/2662 lits-rem:0 time: 0.37
1922.11/482.06	c calculated reachability. Time: 0.00
1922.11/482.06	c  N st    80   2211316       125      2662         0     92734     13310   1618077   no data   no data
2436.97/611.13	c  N st    81   2711317       125      2662         0    115058     13310   2043827   no data   no data
2436.97/611.13	c  S st    81   2711317       125      2662         0    115058     13310   2043827   no data   no data
2438.57/611.53	c  S st    81   2711822       125      2662         0    115547     13310   2057373   no data   no data
2438.57/611.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2438.57/611.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2438.57/611.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2438.57/611.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2438.57/611.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2438.57/611.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
2438.57/611.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2438.98/611.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2438.98/611.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2546.64/638.63	c lits-rem:      3417  cl-subs:    13689  v-elim:      0  v-fix:    0  time: 26.95 s
2546.64/638.63	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
2546.64/638.65	c vivif2 --  cl tried   101858 cl shrink        0 lits rem          0 time: 0.02
2548.23/639.00	c asymm  cl-useful: 0/1604/2662 lits-rem:0 time: 0.35
2548.23/639.01	c calculated reachability. Time: 0.00
2548.23/639.01	c  N st    81   2711822       125      2662         0    101858     13310   1745643   no data   no data
3162.78/793.14	c  N st    82   3211822       125      2662         0     79594     13310   1024047   no data   no data
3162.78/793.14	c  S st    82   3211822       125      2662         0     79594     13310   1024047   no data   no data
3163.55/793.37	c  S st    82   3212329       125      2662         0     80091     13310   1037628   no data   no data
3163.55/793.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3163.95/793.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3163.95/793.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3163.95/793.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3163.95/793.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3163.95/793.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3163.95/793.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3163.95/793.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3163.95/793.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3169.14/794.76	c lits-rem:       270  cl-subs:     1651  v-elim:      0  v-fix:    0  time:  1.30 s
3169.14/794.76	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3169.14/794.78	c vivif2 --  cl tried    78440 cl shrink        0 lits rem          0 time: 0.02
3169.94/794.99	c asymm  cl-useful: 0/1058/2662 lits-rem:0 time: 0.21
3169.94/794.99	c calculated reachability. Time: 0.00
3169.94/794.99	c  N st    82   3212329       125      2662         0     78440     13310    995362   no data   no data
3830.37/960.57	c  N st    83   3712330       125      2662         0     88629     13310   1172213   no data   no data
3830.37/960.57	c  S st    83   3712330       125      2662         0     88629     13310   1172213   no data   no data
3831.57/960.84	c  S st    83   3712835       125      2662         0     89123     13310   1185048   no data   no data
3831.57/960.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3831.57/960.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3831.57/960.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3831.57/960.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3831.57/960.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3831.57/960.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3831.57/960.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3831.97/960.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3831.97/960.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3840.35/963.08	c lits-rem:       411  cl-subs:     2711  v-elim:      0  v-fix:    0  time:  2.14 s
3840.35/963.08	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3840.75/963.10	c vivif2 --  cl tried    86412 cl shrink        0 lits rem          0 time: 0.02
3841.95/963.43	c asymm  cl-useful: 0/1788/2662 lits-rem:0 time: 0.32
3841.95/963.43	c calculated reachability. Time: 0.00
3841.95/963.43	c  N st    83   3712835       125      2662         0     86412     13310   1123472   no data   no data
3887.40/974.84	c  F st    84   3751563       125      2662         0    122615     13310   2094550   no data   no data
3887.40/974.84	c  N st    84   3751563       125      2662         0    122615     13310   2094550   no data   no data
3899.37/977.86	c Decided on static restart strategy
3946.83/989.70	c  N st    94   3779872       125      2662         0    149301     13310   2809638   no data   no data
3999.88/1003.08	c  N st    96   3815866       125      2662         0    103733     13310   1561601   no data   no data
4046.93/1014.88	c  N st    97   3848258       125      2662         0    133862     13310   2365704   no data   no data
4113.54/1031.53	c  N st    98   3896847       125      2662         0     99064     13310   1421603   no data   no data
4227.20/1060.02	c  N st    99   3969730       125      2662         0     85906     13310   1050657   no data   no data
4372.36/1096.42	c  N st   100   4079054       125      2662         0    105959     13310   1588192   no data   no data
4555.02/1142.27	c  N st   101   4212837       125      2662         0    147219     13310   2621737   no data   no data
4555.02/1142.27	c  S st   101   4212837       125      2662         0    147219     13310   2621737   no data   no data
4557.02/1142.79	c  S st   101   4213342       125      2662         0    147708     13310   2635512   no data   no data
4557.42/1142.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4557.42/1142.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.08
4557.42/1142.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4557.42/1142.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4557.42/1142.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4557.42/1142.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4557.42/1142.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4557.82/1142.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4557.82/1142.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366613-1305410502/watcher-3366613-1305410502 -o /tmp/evaluation-result-3366613-1305410502/solver-3366613-1305410502 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366613-1305410502.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.62 7.98 7.91 1/359 1233
/proc/meminfo: memFree=25737028/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 633465857 52396032 347 33554432000 4194304 4580107 140734926960096 18446744073709551615 264726461425 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 12792 347 299 95 0 7774 0
[pid=1233/tid=1236] ppid=1231 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 633465857 52396032 347 33554432000 4194304 4580107 140734926960096 18446744073709551615 47786820528050 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 633465857 52396032 347 33554432000 4194304 4580107 140734926960096 18446744073709551615 264726461425 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 633465857 52396032 347 33554432000 4194304 4580107 140734926960096 18446744073709551615 47786820528044 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.164691 s]
/proc/loadavg: 7.62 7.98 7.91 1/359 1233
/proc/meminfo: memFree=25737028/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=283820 CPUtime=0.62 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 2483 0 0 0 62 0 0 0 18 0 4 0 633465857 290631680 1680 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 70955 1680 376 95 0 65937 0
[pid=1233/tid=1236] ppid=1231 vsize=283820 CPUtime=0.15 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 559 0 0 0 15 0 0 0 18 0 4 0 633465857 290631680 1680 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=283820 CPUtime=0.14 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 534 0 0 0 14 0 0 0 25 0 4 0 633465857 290631680 1681 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=283820 CPUtime=0.15 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 433 0 0 0 15 0 0 0 18 0 4 0 633465857 290631680 1682 33554432000 4194304 4580107 140734926960096 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 283820

[startup+0.200683 s]
/proc/loadavg: 7.62 7.98 7.91 1/359 1233
/proc/meminfo: memFree=25737028/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=283820 CPUtime=0.76 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 2646 0 0 0 76 0 0 0 18 0 4 0 633465857 290631680 1843 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 70955 1843 377 95 0 65937 0
[pid=1233/tid=1236] ppid=1231 vsize=283820 CPUtime=0.19 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 596 0 0 0 19 0 0 0 18 0 4 0 633465857 290631680 1843 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=283820 CPUtime=0.18 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 570 0 0 0 18 0 0 0 25 0 4 0 633465857 290631680 1844 33554432000 4194304 4580107 140734926960096 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=283820 CPUtime=0.19 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 481 0 0 0 19 0 0 0 18 0 4 0 633465857 290631680 1844 33554432000 4194304 4580107 140734926960096 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 283820

[startup+0.300664 s]
/proc/loadavg: 7.62 7.98 7.91 1/359 1233
/proc/meminfo: memFree=25737028/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=284096 CPUtime=1.16 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 3099 0 0 0 116 0 0 0 18 0 4 0 633465857 290914304 2296 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 71024 2296 377 95 0 66006 0
[pid=1233/tid=1236] ppid=1231 vsize=284096 CPUtime=0.29 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 710 0 0 0 29 0 0 0 18 0 4 0 633465857 290914304 2296 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=284096 CPUtime=0.28 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 685 0 0 0 28 0 0 0 25 0 4 0 633465857 290914304 2296 33554432000 4194304 4580107 140734926960096 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=284096 CPUtime=0.29 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 585 0 0 0 29 0 0 0 18 0 4 0 633465857 290914304 2296 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294376 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) 284096

[startup+0.70059 s]
/proc/loadavg: 7.62 7.98 7.91 1/359 1233
/proc/meminfo: memFree=25737028/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=285724 CPUtime=2.77 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 5559 0 0 0 276 1 0 0 18 0 4 0 633465857 292581376 2586 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 71431 2586 377 95 0 66413 0
[pid=1233/tid=1236] ppid=1231 vsize=285724 CPUtime=0.69 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 1327 0 0 0 69 0 0 0 18 0 4 0 633465857 292581376 2586 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=285724 CPUtime=0.67 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 1306 0 0 0 67 0 0 0 25 0 4 0 633465857 292581376 2586 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=285724 CPUtime=0.69 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 1186 0 0 0 69 0 0 0 18 0 4 0 633465857 292581376 2586 33554432000 4194304 4580107 140734926960096 18446744073709551615 4318269 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285724

[startup+1.50044 s]
/proc/loadavg: 7.62 7.98 7.91 10/371 1248
/proc/meminfo: memFree=25707428/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=291724 CPUtime=5.95 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 11637 0 0 0 594 1 0 0 20 0 4 0 633465857 298725376 5824 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 72931 5824 379 95 0 67913 0
[pid=1233/tid=1236] ppid=1231 vsize=291724 CPUtime=1.49 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 3434 0 0 0 149 0 0 0 19 0 4 0 633465857 298725376 5825 33554432000 4194304 4580107 140734926960096 18446744073709551615 4406395 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=291724 CPUtime=1.46 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 2244 0 0 0 146 0 0 0 25 0 4 0 633465857 298725376 5825 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=291724 CPUtime=1.48 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 2144 0 0 0 148 0 0 0 20 0 4 0 633465857 298725376 5825 33554432000 4194304 4580107 140734926960096 18446744073709551615 4293211 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) 291724

[startup+3.10114 s]
/proc/loadavg: 7.62 7.98 7.91 9/371 1248
/proc/meminfo: memFree=25640932/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=283104 CPUtime=12.34 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 21260 0 0 0 1231 3 0 0 25 0 4 0 633465857 289898496 10786 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 70776 10786 379 95 0 65758 0
[pid=1233/tid=1236] ppid=1231 vsize=283104 CPUtime=3.09 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 4631 0 0 0 309 0 0 0 25 0 4 0 633465857 289898496 10787 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=283104 CPUtime=3.05 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 5511 0 0 0 304 1 0 0 25 0 4 0 633465857 289898496 10787 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=283104 CPUtime=3.09 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 5276 0 0 0 308 1 0 0 25 0 4 0 633465857 289898496 10788 33554432000 4194304 4580107 140734926960096 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 283104

[startup+6.30053 s]
/proc/loadavg: 7.65 7.98 7.91 9/371 1248
/proc/meminfo: memFree=25609176/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=291084 CPUtime=25.09 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 32372 0 0 0 2504 5 0 0 25 0 4 0 633465857 298070016 15851 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 72771 15851 379 95 0 67753 0
[pid=1233/tid=1236] ppid=1231 vsize=291084 CPUtime=6.29 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 8115 0 0 0 628 1 0 0 25 0 4 0 633465857 298070016 15851 33554432000 4194304 4580107 140734926960096 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=291084 CPUtime=6.21 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 8289 0 0 0 620 1 0 0 25 0 4 0 633465857 298070016 15851 33554432000 4194304 4580107 140734926960096 18446744073709551615 4321069 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=291084 CPUtime=6.28 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 7721 0 0 0 627 1 0 0 25 0 4 0 633465857 298070016 15851 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 291084

[startup+12.7003 s]
/proc/loadavg: 7.68 7.98 7.91 9/371 1248
/proc/meminfo: memFree=25576864/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=295708 CPUtime=50.62 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 48513 0 0 0 5052 10 0 0 25 0 4 0 633465857 302804992 19872 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 73927 19872 379 95 0 68909 0
[pid=1233/tid=1236] ppid=1231 vsize=295708 CPUtime=12.68 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 12263 0 0 0 1267 1 0 0 25 0 4 0 633465857 302804992 19872 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=295708 CPUtime=12.53 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 11976 0 0 0 1251 2 0 0 25 0 4 0 633465857 302804992 19872 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=295708 CPUtime=12.69 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 12539 0 0 0 1266 3 0 0 25 0 4 0 633465857 302804992 19872 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 295708

[startup+25.5009 s]
/proc/loadavg: 7.82 8.00 7.92 9/371 1249
/proc/meminfo: memFree=25524168/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=323612 CPUtime=101.66 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 72107 0 0 0 10151 15 0 0 25 0 4 0 633465857 331378688 27368 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294524 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 80903 27368 379 95 0 75885 0
[pid=1233/tid=1236] ppid=1231 vsize=323612 CPUtime=25.49 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 18743 0 0 0 2546 3 0 0 25 0 4 0 633465857 331378688 27368 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=323612 CPUtime=25.17 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 18985 0 0 0 2514 3 0 0 25 0 4 0 633465857 331378688 27368 33554432000 4194304 4580107 140734926960096 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=323612 CPUtime=25.48 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 18797 0 0 0 2544 4 0 0 25 0 4 0 633465857 331378688 27368 33554432000 4194304 4580107 140734926960096 18446744073709551615 4324379 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 323612

[startup+51.1011 s]
/proc/loadavg: 7.88 8.00 7.92 9/371 1250
/proc/meminfo: memFree=25465284/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=326636 CPUtime=203.76 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 107338 0 0 0 20352 24 0 0 25 0 4 0 633465857 334475264 36706 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 81659 36706 379 95 0 76641 0
[pid=1233/tid=1236] ppid=1231 vsize=326636 CPUtime=51.09 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 27453 0 0 0 5104 5 0 0 25 0 4 0 633465857 334475264 36706 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=326636 CPUtime=50.48 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 28484 0 0 0 5042 6 0 0 25 0 4 0 633465857 334475264 36706 33554432000 4194304 4580107 140734926960096 18446744073709551615 4304864 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=326636 CPUtime=51.08 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 28866 0 0 0 5101 7 0 0 25 0 4 0 633465857 334475264 36706 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 326636

[startup+102.3 s]
/proc/loadavg: 8.04 8.03 7.93 9/371 1251
/proc/meminfo: memFree=25380804/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=335488 CPUtime=407.97 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 157089 0 0 0 40758 39 0 0 25 0 4 0 633465857 343539712 46302 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 83872 46302 379 95 0 78854 0
[pid=1233/tid=1236] ppid=1231 vsize=335488 CPUtime=102.3 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 37622 0 0 0 10221 9 0 0 25 0 4 0 633465857 343539712 46305 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=335488 CPUtime=101.08 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 39447 0 0 0 10100 8 0 0 25 0 4 0 633465857 343539712 46305 33554432000 4194304 4580107 140734926960096 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=335488 CPUtime=102.28 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 46253 0 0 0 10216 12 0 0 25 0 4 0 633465857 343539712 46306 33554432000 4194304 4580107 140734926960096 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.97
Current children cumulated vsize (KiB) 335488

[startup+162.301 s]

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

[pid=1233] ppid=1231 vsize=605148 CPUtime=2561.39 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 488758 0 0 0 255975 164 0 0 25 0 4 0 633465857 619671552 95458 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 151287 95458 379 95 0 146269 0
[pid=1233/tid=1236] ppid=1231 vsize=605148 CPUtime=642.31 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 115701 0 0 0 64196 35 0 0 25 0 4 0 633465857 619671552 95458 33554432000 4194304 4580107 140734926960096 18446744073709551615 4406451 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=605148 CPUtime=634.58 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 119540 0 0 0 63419 39 0 0 25 0 4 0 633465857 619671552 95458 33554432000 4194304 4580107 140734926960096 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=605148 CPUtime=642.18 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 136080 0 0 0 64170 48 0 0 25 0 4 0 633465857 619671552 95458 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2561.39
Current children cumulated vsize (KiB) 605148

[startup+702.301 s]
/proc/loadavg: 8.21 8.11 8.00 9/371 1267
/proc/meminfo: memFree=24897920/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=602960 CPUtime=2800.64 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 508994 0 0 0 279890 174 0 0 25 0 4 0 633465857 617431040 99101 33554432000 4194304 4580107 140734926960096 18446744073709551615 4489207 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 150740 99101 379 95 0 145722 0
[pid=1233/tid=1236] ppid=1231 vsize=602960 CPUtime=702.3 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 117406 0 0 0 70195 35 0 0 25 0 4 0 633465857 617431040 99101 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=602960 CPUtime=693.82 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 126245 0 0 0 69340 42 0 0 25 0 4 0 633465857 617431040 99101 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=602960 CPUtime=702.17 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 141526 0 0 0 70167 50 0 0 25 0 4 0 633465857 617431040 99101 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2800.64
Current children cumulated vsize (KiB) 602960

[startup+762.301 s]
/proc/loadavg: 8.13 8.10 8.00 9/371 1269
/proc/meminfo: memFree=24822868/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=668908 CPUtime=3039.94 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 542234 0 0 0 303807 187 0 0 25 0 4 0 633465857 684961792 110831 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 167227 110832 379 95 0 162209 0
[pid=1233/tid=1236] ppid=1231 vsize=668908 CPUtime=762.32 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 125045 0 0 0 76193 39 0 0 25 0 4 0 633465857 684961792 110832 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=668908 CPUtime=753.12 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 133789 0 0 0 75267 45 0 0 25 0 4 0 633465857 684961792 110832 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=668908 CPUtime=762.17 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 150391 0 0 0 76165 52 0 0 25 0 4 0 633465857 684961792 110832 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3039.94
Current children cumulated vsize (KiB) 668908

[startup+822.3 s]
/proc/loadavg: 8.16 8.11 8.01 9/371 1270
/proc/meminfo: memFree=24887920/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=617020 CPUtime=3279.22 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 572837 0 0 0 327724 198 0 0 25 0 4 0 633465857 631828480 104608 33554432000 4194304 4580107 140734926960096 18446744073709551615 4318435 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 154255 104608 379 95 0 149237 0
[pid=1233/tid=1236] ppid=1231 vsize=617020 CPUtime=822.31 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 129729 0 0 0 82190 41 0 0 25 0 4 0 633465857 631828480 104608 33554432000 4194304 4580107 140734926960096 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=617020 CPUtime=812.41 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 142578 0 0 0 81194 47 0 0 25 0 4 0 633465857 631828480 104608 33554432000 4194304 4580107 140734926960096 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=617020 CPUtime=822.15 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 159134 0 0 0 82159 56 0 0 25 0 4 0 633465857 631828480 104608 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3279.22
Current children cumulated vsize (KiB) 617020

[startup+882.314 s]
/proc/loadavg: 8.06 8.09 8.00 9/371 1272
/proc/meminfo: memFree=24831328/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=617340 CPUtime=3518.55 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 599335 0 0 0 351645 210 0 0 25 0 4 0 633465857 632156160 110613 33554432000 4194304 4580107 140734926960096 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 154335 110613 379 95 0 149317 0
[pid=1233/tid=1236] ppid=1231 vsize=617340 CPUtime=882.33 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 134090 0 0 0 88190 43 0 0 25 0 4 0 633465857 632156160 110613 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=617340 CPUtime=871.71 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 150340 0 0 0 87121 50 0 0 25 0 4 0 633465857 632156160 110613 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=617340 CPUtime=882.15 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 166485 0 0 0 88155 60 0 0 25 0 4 0 633465857 632156160 110613 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3518.55
Current children cumulated vsize (KiB) 617340

[startup+942.301 s]
/proc/loadavg: 8.07 8.09 8.00 9/371 1273
/proc/meminfo: memFree=24777460/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=683252 CPUtime=3757.79 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 626350 0 0 0 375557 222 0 0 25 0 4 0 633465857 699650048 120297 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 170813 120297 379 95 0 165795 0
[pid=1233/tid=1236] ppid=1231 vsize=683252 CPUtime=942.31 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 138319 0 0 0 94186 45 0 0 25 0 4 0 633465857 699650048 120297 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=683252 CPUtime=930.99 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 157091 0 0 0 93047 52 0 0 25 0 4 0 633465857 699650048 120297 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=683252 CPUtime=942.13 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 175107 0 0 0 94149 64 0 0 25 0 4 0 633465857 699650048 120297 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3757.79
Current children cumulated vsize (KiB) 683252

[startup+1002.3 s]
/proc/loadavg: 8.12 8.10 8.01 9/371 1275
/proc/meminfo: memFree=24815952/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=631708 CPUtime=3997.08 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 648887 0 0 0 399477 231 0 0 25 0 4 0 633465857 646868992 110967 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 157927 110967 379 95 0 152909 0
[pid=1233/tid=1236] ppid=1231 vsize=631708 CPUtime=1002.32 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 141759 0 0 0 100185 47 0 0 25 0 4 0 633465857 646868992 110967 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=631708 CPUtime=990.28 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 163974 0 0 0 98973 55 0 0 25 0 4 0 633465857 646868992 110967 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=631708 CPUtime=1002.12 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 179739 0 0 0 100147 65 0 0 25 0 4 0 633465857 646868992 110967 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3997.08
Current children cumulated vsize (KiB) 631708

[startup+1062.3 s]
/proc/loadavg: 8.09 8.09 8.01 9/371 1276
/proc/meminfo: memFree=24809832/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=683996 CPUtime=4236.36 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 674218 0 0 0 423395 241 0 0 25 0 4 0 633465857 700411904 113932 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294555 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 170999 113932 379 95 0 165981 0
[pid=1233/tid=1236] ppid=1231 vsize=683996 CPUtime=1062.32 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 145479 0 0 0 106183 49 0 0 25 0 4 0 633465857 700411904 113932 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=683996 CPUtime=1049.59 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 171823 0 0 0 104901 58 0 0 25 0 4 0 633465857 700411904 113932 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=683996 CPUtime=1062.11 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 186406 0 0 0 106143 68 0 0 25 0 4 0 633465857 700411904 113932 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4236.36
Current children cumulated vsize (KiB) 683996

[startup+1122.3 s]
/proc/loadavg: 8.11 8.10 8.01 9/371 1278
/proc/meminfo: memFree=24783868/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=670444 CPUtime=4475.65 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 695507 0 0 0 447315 250 0 0 25 0 4 0 633465857 686534656 120457 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 167611 120457 379 95 0 162593 0
[pid=1233/tid=1236] ppid=1231 vsize=670444 CPUtime=1122.32 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 148911 0 0 0 112182 50 0 0 25 0 4 0 633465857 686534656 120457 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=670444 CPUtime=1108.87 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 177028 0 0 0 110828 59 0 0 25 0 4 0 633465857 686534656 120457 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=670444 CPUtime=1122.11 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 191784 0 0 0 112140 71 0 0 25 0 4 0 633465857 686534656 120457 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4475.65
Current children cumulated vsize (KiB) 670444

[startup+1182.3 s]
/proc/loadavg: 8.11 8.11 8.02 9/371 1280
/proc/meminfo: memFree=24733232/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=635076 CPUtime=4714.92 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 716091 0 0 0 471233 259 0 0 25 0 4 0 633465857 650317824 119368 33554432000 4194304 4580107 140734926960096 18446744073709551615 4406480 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 158769 119368 379 95 0 153751 0
[pid=1233/tid=1236] ppid=1231 vsize=635076 CPUtime=1182.32 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 153180 0 0 0 118180 52 0 0 25 0 4 0 633465857 650317824 119368 33554432000 4194304 4580107 140734926960096 18446744073709551615 4406350 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=635076 CPUtime=1168.15 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 183112 0 0 0 116752 63 0 0 25 0 4 0 633465857 650317824 119368 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=635076 CPUtime=1182.09 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 194563 0 0 0 118137 72 0 0 25 0 4 0 633465857 650317824 119368 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4714.92
Current children cumulated vsize (KiB) 635076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.14 8.11 8.02 9/371 1280
/proc/meminfo: memFree=24702844/32951124 swapFree=63083164/67111528
[pid=1233] ppid=1231 vsize=635076 CPUtime=4800.25 cores=0,2,4,6
/proc/1233/stat : 1233 (strangenight2-m) R 1231 1233 751 0 -1 4202496 718102 0 0 0 479764 261 0 0 25 0 4 0 633465857 650317824 121378 33554432000 4194304 4580107 140734926960096 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1233/statm: 158769 121378 379 95 0 153751 0
[pid=1233/tid=1236] ppid=1231 vsize=635076 CPUtime=1203.74 cores=0,2,4,6
/proc/1233/task/1236/stat : 1236 (strangenight2-m) R 1231 1233 751 0 -1 4202560 153180 0 0 0 120322 52 0 0 25 0 4 0 633465857 650317824 121379 33554432000 4194304 4580107 140734926960096 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1233/tid=1237] ppid=1231 vsize=635076 CPUtime=1189.27 cores=0,2,4,6
/proc/1233/task/1237/stat : 1237 (strangenight2-m) R 1231 1233 751 0 -1 4202560 184148 0 0 0 118863 64 0 0 25 0 4 0 633465857 650317824 121379 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=1233/tid=1238] ppid=1231 vsize=635076 CPUtime=1203.5 cores=0,2,4,6
/proc/1233/task/1238/stat : 1238 (strangenight2-m) R 1231 1233 751 0 -1 4202560 195539 0 0 0 120277 73 0 0 25 0 4 0 633465857 650317824 121379 33554432000 4194304 4580107 140734926960096 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 635076

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.75
CPU time (s): 4800.33
CPU user time (s): 4797.7
CPU system time (s): 2.6356
CPU usage (%): 398.783
Max. virtual memory (cumulated for all children) (KiB): 794440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.7
system time used= 2.6356
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 718103
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= 249
involuntary context switches= 22247

runsolver used 4.04338 second user time and 10.4394 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-15 00:01:42
IDJOB=3366613
IDBENCH=83022
IDSOLVER=1844
FILE ID=node141/3366613-1305410502
RUNJOBID= node141-1305409297-1118
PBS_JOBID= 13324495
Free space on /tmp= 73300 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S689381858-022.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366613-1305410502/watcher-3366613-1305410502 -o /tmp/evaluation-result-3366613-1305410502/solver-3366613-1305410502 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366613-1305410502.cnf

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

MD5SUM BENCH= e5ccab3a9294cbb9eed5df8c5c797376
RANDOM SEED=353689835

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      25737068 kB
Buffers:        231696 kB
Cached:        4774692 kB
SwapCached:      15708 kB
Active:        1976280 kB
Inactive:      4998584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25737068 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:            5452 kB
Writeback:           0 kB
AnonPages:     1959812 kB
Mapped:          12348 kB
Slab:           135788 kB
PageTables:      37116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86230800 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= 73288 MiB
End job on node141 at 2011-05-15 00:21:48