Trace number 3366614

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S2092454698-027.UNKNOWN.cnf
MD5SUM53886d9ad7fbf83830a3a7ec45d41e34
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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366614-1305410502.cnf'
0.00/0.00	c -- header says num vars:            125
0.00/0.00	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.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       125      2662         0         0     13310         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:      60 undec:       1 neg:      64
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	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      4920       125      2662         0      4670     13310    120560   no data   no data
3.57/0.90	c  N st    10     11304       125      2662         0      4279     13310     86879   no data   no data
3.57/0.90	c  N st    11     17047       125      2662         0      9667     13310    219208   no data   no data
3.57/0.90	c  F st    12     25001       125      2662         0     11867     13310    275056   no data   no data
3.57/0.90	c  N st    12     25001       125      2662         0     11867     13310    275056   no data   no data
3.97/1.10	c Decided on static restart strategy
3.97/1.10	c  N st    18     30001       125      2662         0     10204     13310    225473   no data   no data
3.97/1.10	c  S st    18     30001       125      2662         0     10204     13310    225473   no data   no data
4.38/1.20	c  S st    18     30503       125      2662         0     10690     13310    238162   no data   no data
4.38/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.38/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.38/1.20	c blocked clauses removed:        0 vars:      0 tried:         125 T: 0.00 s
4.38/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.38/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.38/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4.38/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.38/1.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.38/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.40	c lits-rem:       241  cl-subs:     1601  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      9089     13310    194910   no data   no data
6.36/1.65	c  N st    20     37615       125      2662         0      8356     13310    160276   no data   no data
7.55/1.94	c  N st    21     44014       125      2662         0     14398     13310    318626   no data   no data
7.95/2.04	c  S st    22     45757       125      2662         0     16034     13310    360537   no data   no data
7.95/2.08	c  S st    22     46260       125      2662         0     16521     13310    373189   no data   no data
7.95/2.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.95/2.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
7.95/2.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.95/2.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.95/2.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.95/2.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
7.95/2.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.95/2.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.35/2.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.55	c lits-rem:       443  cl-subs:     1718  v-elim:      0  v-fix:    0  time:  0.45 s
9.94/2.55	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
9.94/2.56	c vivif2 --  cl tried    14803 cl shrink        0 lits rem          0 time: 0.00
10.34/2.61	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.06
10.34/2.61	c calculated reachability. Time: 0.00
10.34/2.61	c  N st    22     46260       125      2662         0     14803     13310    326475   no data   no data
13.16/3.40	c  N st    23     60657       125      2662         0     10671     13310    191384   no data   no data
15.13/3.87	c  N st    24     69392       125      2662         0     18912     13310    410560   no data   no data
15.13/3.87	c  S st    24     69392       125      2662         0     18912     13310    410560   no data   no data
15.53/3.92	c  S st    24     69897       125      2662         0     19403     13310    422897   no data   no data
15.53/3.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.53/3.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
15.53/3.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.53/3.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.53/3.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.53/3.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
15.53/3.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.53/3.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.53/3.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.54/4.51	c lits-rem:       565  cl-subs:     1870  v-elim:      0  v-fix:    0  time:  0.56 s
17.54/4.51	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
17.97/4.51	c vivif2 --  cl tried    17533 cl shrink        0 lits rem          0 time: 0.00
17.97/4.58	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.06
17.97/4.58	c calculated reachability. Time: 0.00
17.97/4.58	c  N st    24     69897       125      2662         0     17533     13310    369819   no data   no data
22.36/5.63	c  F st    25     87500       125      2662         0     12546     13310    216606   no data   no data
22.36/5.63	c  N st    25     87500       125      2662         0     12546     13310    216606   no data   no data
23.50/5.94	c Decided on static restart strategy
24.30/6.14	c  N st    32     95536       125      2662         0     20121     13310    414300   no data   no data
26.75/6.73	c  N st    34    104845       125      2662         0     16650     13310    317345   no data   no data
26.75/6.73	c  S st    34    104845       125      2662         0     16650     13310    317345   no data   no data
26.75/6.78	c  S st    34    105348       125      2662         0     17141     13310    330325   no data   no data
26.75/6.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.75/6.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
26.75/6.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.75/6.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.75/6.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.75/6.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
26.75/6.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.75/6.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.09/6.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.89/7.01	c lits-rem:       204  cl-subs:     1071  v-elim:      0  v-fix:    0  time:  0.22 s
27.89/7.01	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
27.89/7.02	c vivif2 --  cl tried    16070 cl shrink        0 lits rem          0 time: 0.00
27.89/7.08	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.07
27.89/7.08	c calculated reachability. Time: 0.00
27.89/7.08	c  N st    34    105348       125      2662         0     16070     13310    300996   no data   no data
30.69/7.73	c  N st    35    114946       125      2662         0     25109     13310    541152   no data   no data
34.68/8.70	c  N st    36    129343       125      2662         0     25470     13310    542743   no data   no data
41.45/10.47	c  N st    37    150938       125      2662         0     16674     13310    271508   no data   no data
43.45/10.97	c  S st    38    158023       125      2662         0     23352     13310    440867   no data   no data
43.86/11.03	c  S st    38    158525       125      2662         0     23840     13310    453438   no data   no data
43.86/11.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.86/11.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
43.86/11.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.86/11.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.86/11.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.86/11.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
43.86/11.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.86/11.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
43.86/11.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.84/11.59	c lits-rem:       396  cl-subs:     1794  v-elim:      0  v-fix:    0  time:  0.53 s
45.84/11.59	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
45.84/11.59	c vivif2 --  cl tried    22046 cl shrink        0 lits rem          0 time: 0.00
46.24/11.67	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.08
46.24/11.67	c calculated reachability. Time: 0.00
46.24/11.67	c  N st    38    158525       125      2662         0     22046     13310    407293   no data   no data
61.84/15.59	c  N st    39    207113       125      2662         0     34805     13310    714534   no data   no data
72.56/18.20	c  N st    40    237787       125      2662         0     26946     13310    486932   no data   no data
72.56/18.20	c  S st    40    237787       125      2662         0     26946     13310    486932   no data   no data
72.56/18.27	c  S st    40    238290       125      2662         0     27436     13310    499605   no data   no data
72.56/18.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
72.56/18.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
72.56/18.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
72.56/18.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
72.56/18.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.56/18.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
72.56/18.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
72.56/18.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
72.56/18.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.34/18.97	c lits-rem:       367  cl-subs:     2005  v-elim:      0  v-fix:    0  time:  0.68 s
75.34/18.97	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
75.34/18.98	c vivif2 --  cl tried    25431 cl shrink        0 lits rem          0 time: 0.00
75.75/19.08	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.10
75.75/19.08	c calculated reachability. Time: 0.00
75.75/19.08	c  N st    40    238290       125      2662         0     25431     13310    447730   no data   no data
100.08/25.17	c  F st    41    306250       125      2662         0     27296     13310    452842   no data   no data
100.08/25.17	c  N st    41    306250       125      2662         0     27296     13310    452842   no data   no data
102.48/25.70	c Decided on static restart strategy
112.05/28.18	c  N st    51    334557       125      2662         0     31416     13310    542983   no data   no data
122.02/30.62	c  N st    53    357435       125      2662         0     29460     13310    478354   no data   no data
122.02/30.62	c  S st    53    357435       125      2662         0     29460     13310    478354   no data   no data
122.02/30.70	c  S st    53    357938       125      2662         0     29947     13310    490968   no data   no data
122.42/30.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
122.42/30.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
122.42/30.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
122.42/30.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
122.42/30.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
122.42/30.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
122.42/30.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
122.42/30.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
122.42/30.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
124.01/31.14	c lits-rem:       323  cl-subs:     1177  v-elim:      0  v-fix:    0  time:  0.41 s
124.01/31.14	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
124.01/31.14	c vivif2 --  cl tried    28770 cl shrink        0 lits rem          0 time: 0.01
124.41/31.26	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.11
124.41/31.26	c calculated reachability. Time: 0.00
124.41/31.26	c  N st    53    357938       125      2662         0     28770     13310    458332   no data   no data
137.97/34.63	c  N st    54    390330       125      2662         0     34801     13310    609930   no data   no data
163.09/40.94	c  N st    55    438920       125      2662         0     28663     13310    416065   no data   no data
196.60/49.30	c  N st    56    511802       125      2662         0     41724     13310    722185   no data   no data
208.96/52.43	c  N st    57    536907       125      2662         0     36253     13310    565720   no data   no data
208.96/52.43	c  S st    57    536907       125      2662         0     36253     13310    565720   no data   no data
209.36/52.52	c  S st    57    537410       125      2662         0     36730     13310    578606   no data   no data
209.36/52.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
209.36/52.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
209.36/52.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
209.36/52.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
209.36/52.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
209.36/52.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
209.36/52.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
209.36/52.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
209.36/52.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
211.74/53.19	c lits-rem:       410  cl-subs:     1561  v-elim:      0  v-fix:    0  time:  0.63 s
211.74/53.19	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
212.14/53.20	c vivif2 --  cl tried    35169 cl shrink        0 lits rem          0 time: 0.01
212.54/53.34	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.14
212.54/53.34	c calculated reachability. Time: 0.00
212.54/53.34	c  N st    57    537410       125      2662         0     35169     13310    538421   no data   no data
297.50/74.62	c  N st    58    701395       125      2662         0     62744     13310   1185902   no data   no data
358.92/90.03	c  N st    59    806115       125      2662         0     56970     13310    986719   no data   no data
358.92/90.03	c  S st    59    806115       125      2662         0     56970     13310    986719   no data   no data
359.32/90.17	c  S st    59    806619       125      2662         0     57459     13310    999669   no data   no data
359.32/90.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
359.32/90.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
359.32/90.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
359.32/90.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
359.32/90.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
359.32/90.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
359.32/90.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
359.73/90.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
359.73/90.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
377.28/94.64	c lits-rem:      1205  cl-subs:     5876  v-elim:      0  v-fix:    0  time:  4.40 s
377.28/94.64	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
377.28/94.65	c vivif2 --  cl tried    51583 cl shrink        0 lits rem          0 time: 0.01
378.46/94.90	c asymm  cl-useful: 0/2619/2662 lits-rem:0 time: 0.25
378.46/94.90	c calculated reachability. Time: 0.00
378.46/94.90	c  N st    59    806619       125      2662         0     51583     13310    860925   no data   no data
544.42/136.53	c  F st    60   1071875       125      2662         0     66910     13310   1176055   no data   no data
544.42/136.53	c  N st    60   1071875       125      2662         0     66910     13310   1176055   no data   no data
548.38/137.52	c Decided on static restart strategy
566.36/142.07	c  N st    70   1100177       125      2662         0     51677     13310    777112   no data   no data
592.25/148.52	c  N st    72   1136170       125      2662         0     85359     13310   1655023   no data   no data
612.17/153.59	c  N st    73   1168562       125      2662         0     72680     13310   1294616   no data   no data
642.89/161.24	c  N st    74   1209929       125      2662         0     67518     13310   1144436   no data   no data
642.89/161.24	c  S st    74   1209929       125      2662         0     67518     13310   1144436   no data   no data
644.08/161.50	c  S st    74   1210433       125      2662         0     68005     13310   1157089   no data   no data
644.08/161.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
644.08/161.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.04
644.08/161.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
644.08/161.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
644.08/161.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
644.08/161.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
644.08/161.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
644.08/161.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
644.48/161.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
682.36/171.14	c lits-rem:      1372  cl-subs:     5501  v-elim:      0  v-fix:    0  time:  9.53 s
682.36/171.14	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
682.36/171.16	c vivif2 --  cl tried    62504 cl shrink        0 lits rem          0 time: 0.02
683.95/171.59	c asymm  cl-useful: 0/2282/2662 lits-rem:0 time: 0.43
683.95/171.59	c calculated reachability. Time: 0.00
683.95/171.59	c  N st    74   1210433       125      2662         0     62504     13310   1020932   no data   no data
757.73/190.04	c  N st    75   1283315       125      2662         0     85921     13310   1632298   no data   no data
862.61/216.34	c  N st    76   1392638       125      2662         0     47942     13310    579202   no data   no data
997.01/250.05	c  N st    77   1556622       125      2662         0     52717     13310    659000   no data   no data
1125.04/282.17	c  N st    78   1710433       125      2662         0     92270     13310   1662313   no data   no data
1125.04/282.17	c  S st    78   1710433       125      2662         0     92270     13310   1662313   no data   no data
1126.24/282.48	c  S st    78   1710940       125      2662         0     92765     13310   1675774   no data   no data
1126.24/282.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1126.64/282.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1126.64/282.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1126.64/282.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1126.64/282.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1126.64/282.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1126.64/282.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1126.64/282.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1126.64/282.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1260.19/316.02	c lits-rem:      2501  cl-subs:    10376  v-elim:      0  v-fix:    0  time: 33.43 s
1260.19/316.02	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1260.19/316.05	c vivif2 --  cl tried    82389 cl shrink        0 lits rem          0 time: 0.03
1262.59/316.65	c asymm  cl-useful: 0/1865/2662 lits-rem:0 time: 0.60
1262.59/316.65	c calculated reachability. Time: 0.00
1262.59/316.65	c  N st    78   1710940       125      2662         0     82389     13310   1423318   no data   no data
1653.40/414.65	c  N st    79   2079906       125      2662         0     94487     13310   1647868   no data   no data
1790.25/448.94	c  N st    80   2210940       125      2662         0     98251     13310   1734641   no data   no data
1790.25/448.94	c  S st    80   2210940       125      2662         0     98251     13310   1734641   no data   no data
1791.40/449.23	c  S st    80   2211442       125      2662         0     98741     13310   1747649   no data   no data
1791.40/449.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1791.40/449.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1791.40/449.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1791.40/449.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1791.40/449.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1791.40/449.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1791.40/449.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1791.80/449.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1791.80/449.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1859.59/466.30	c lits-rem:      2423  cl-subs:     9123  v-elim:      0  v-fix:    0  time: 16.94 s
1859.59/466.30	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1859.59/466.33	c vivif2 --  cl tried    89618 cl shrink        0 lits rem          0 time: 0.02
1860.78/466.60	c asymm  cl-useful: 0/797/2662 lits-rem:0 time: 0.27
1860.78/466.60	c calculated reachability. Time: 0.00
1860.78/466.60	c  N st    80   2211442       125      2662         0     89618     13310   1511259   no data   no data
2427.48/608.79	c  N st    81   2711442       125      2662         0    112038     13310   1973017   no data   no data
2427.48/608.79	c  S st    81   2711442       125      2662         0    112038     13310   1973017   no data   no data
2429.08/609.17	c  S st    81   2711942       125      2662         0    112515     13310   1986231   no data   no data
2429.08/609.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2429.48/609.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2429.48/609.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2429.48/609.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2429.48/609.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2429.48/609.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
2429.48/609.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2429.48/609.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2429.88/609.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2531.17/634.74	c lits-rem:      2569  cl-subs:    12219  v-elim:      0  v-fix:    0  time: 25.43 s
2531.17/634.74	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
2531.17/634.76	c vivif2 --  cl tried   100296 cl shrink        0 lits rem          0 time: 0.02
2532.75/635.12	c asymm  cl-useful: 0/1518/2662 lits-rem:0 time: 0.36
2532.75/635.13	c calculated reachability. Time: 0.00
2532.75/635.13	c  N st    81   2711942       125      2662         0    100296     13310   1688633   no data   no data
3216.70/806.66	c  N st    82   3211943       125      2662         0     78274     13310    984493   no data   no data
3216.70/806.66	c  S st    82   3211943       125      2662         0     78274     13310    984493   no data   no data
3217.90/806.91	c  S st    82   3212445       125      2662         0     78757     13310    997488   no data   no data
3217.90/806.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3217.90/806.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3217.90/806.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3217.90/806.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3217.90/806.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3217.90/806.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3217.90/806.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3217.90/806.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3218.29/807.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3222.29/808.08	c lits-rem:       321  cl-subs:     1352  v-elim:      0  v-fix:    0  time:  1.08 s
3222.29/808.08	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3222.69/808.10	c vivif2 --  cl tried    77405 cl shrink        0 lits rem          0 time: 0.01
3223.49/808.32	c asymm  cl-useful: 0/1144/2662 lits-rem:0 time: 0.22
3223.49/808.32	c calculated reachability. Time: 0.00
3223.49/808.32	c  N st    82   3212445       125      2662         0     77405     13310    965517   no data   no data
3883.94/973.93	c  N st    83   3712446       125      2662         0     87494     13310   1141709   no data   no data
3883.94/973.93	c  S st    83   3712446       125      2662         0     87494     13310   1141709   no data   no data
3885.14/974.20	c  S st    83   3712949       125      2662         0     87976     13310   1154265   no data   no data
3885.14/974.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3885.14/974.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3885.14/974.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3885.14/974.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3885.14/974.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3885.14/974.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3885.14/974.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3885.14/974.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3885.54/974.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3893.11/976.26	c lits-rem:       385  cl-subs:     2454  v-elim:      0  v-fix:    0  time:  1.96 s
3893.11/976.26	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3893.11/976.27	c vivif2 --  cl tried    85522 cl shrink        0 lits rem          0 time: 0.02
3894.71/976.60	c asymm  cl-useful: 0/1788/2662 lits-rem:0 time: 0.33
3894.71/976.60	c calculated reachability. Time: 0.00
3894.71/976.60	c  N st    83   3712949       125      2662         0     85522     13310   1094907   no data   no data
3940.17/988.08	c  F st    84   3751563       125      2662         0    121751     13310   2078940   no data   no data
3940.17/988.08	c  N st    84   3751563       125      2662         0    121751     13310   2078940   no data   no data
3949.34/990.33	c Decided on static restart strategy
3988.83/1000.22	c  N st    94   3779867       125      2662         0    148321     13310   2783126   no data   no data
4035.91/1012.02	c  N st    96   3815862       125      2662         0    102649     13310   1519313   no data   no data
4083.75/1024.01	c  N st    97   3848255       125      2662         0    132876     13310   2337187   no data   no data
4153.95/1041.64	c  N st    98   3896843       125      2662         0     98072     13310   1373824   no data   no data
4262.83/1068.90	c  N st    99   3969726       125      2662         0     84934     13310   1023768   no data   no data
4422.75/1109.09	c  N st   100   4079049       125      2662         0    105075     13310   1549919   no data   no data
4621.37/1158.86	c  N st   101   4212951       125      2662         0    146781     13310   2635359   no data   no data
4621.37/1158.86	c  S st   101   4212951       125      2662         0    146781     13310   2635359   no data   no data
4623.37/1159.34	c  S st   101   4213455       125      2662         0    147272     13310   2648196   no data   no data
4623.37/1159.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4623.78/1159.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
4623.78/1159.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4623.78/1159.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4623.78/1159.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4623.78/1159.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4623.78/1159.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4623.78/1159.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4624.21/1159.53	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-3366614-1305410502/watcher-3366614-1305410502 -o /tmp/evaluation-result-3366614-1305410502/solver-3366614-1305410502 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366614-1305410502.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.62 7.98 7.91 6/367 1244
/proc/meminfo: memFree=25727168/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 633465860 52396032 348 33554432000 4194304 4580107 140733201990144 18446744073709551615 264726461425 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 12792 348 299 95 0 7774 0
[pid=1244/tid=1245] ppid=1242 vsize=216284 CPUtime=0 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 4 0 633465861 221474816 737 33554432000 4194304 4580107 140733201990144 18446744073709551615 264726510062 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=216284 CPUtime=0 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 96 0 0 0 0 0 0 0 25 0 4 0 633465861 221474816 737 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=216284 CPUtime=0 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 119 0 0 0 0 0 0 0 18 0 4 0 633465861 221474816 737 33554432000 4194304 4580107 140733201990144 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.112765 s]
/proc/loadavg: 7.62 7.98 7.91 6/367 1244
/proc/meminfo: memFree=25727168/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=216436 CPUtime=0.42 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 1873 0 0 0 42 0 0 0 18 0 4 0 633465860 221630464 1751 33554432000 4194304 4580107 140733201990144 18446744073709551615 4322594 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 54109 1751 376 95 0 49091 0
[pid=1244/tid=1245] ppid=1242 vsize=216436 CPUtime=0.1 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 341 0 0 0 10 0 0 0 25 0 4 0 633465861 221630464 1751 33554432000 4194304 4580107 140733201990144 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=216436 CPUtime=0.1 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 402 0 0 0 10 0 0 0 25 0 4 0 633465861 221630464 1751 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=216436 CPUtime=0.1 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 299 0 0 0 10 0 0 0 18 0 4 0 633465861 221630464 1751 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 216436

[startup+0.200749 s]
/proc/loadavg: 7.62 7.98 7.91 6/367 1244
/proc/meminfo: memFree=25727168/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=218028 CPUtime=0.77 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 2585 0 0 0 77 0 0 0 18 0 4 0 633465860 223260672 1842 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 54507 1842 377 95 0 49489 0
[pid=1244/tid=1245] ppid=1242 vsize=218028 CPUtime=0.19 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 513 0 0 0 19 0 0 0 25 0 4 0 633465861 223260672 1842 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=218028 CPUtime=0.19 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 578 0 0 0 19 0 0 0 25 0 4 0 633465861 223260672 1842 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=218028 CPUtime=0.19 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 491 0 0 0 19 0 0 0 18 0 4 0 633465861 223260672 1842 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 218028

[startup+0.30073 s]
/proc/loadavg: 7.62 7.98 7.91 6/367 1244
/proc/meminfo: memFree=25727168/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=218200 CPUtime=1.17 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 3032 0 0 0 117 0 0 0 18 0 4 0 633465860 223436800 2289 33554432000 4194304 4580107 140733201990144 18446744073709551615 4320512 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 54550 2290 377 95 0 49532 0
[pid=1244/tid=1245] ppid=1242 vsize=218200 CPUtime=0.29 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 630 0 0 0 29 0 0 0 25 0 4 0 633465861 223436800 2290 33554432000 4194304 4580107 140733201990144 18446744073709551615 4293957 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=218200 CPUtime=0.29 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 687 0 0 0 29 0 0 0 25 0 4 0 633465861 223436800 2290 33554432000 4194304 4580107 140733201990144 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=218200 CPUtime=0.29 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 596 0 0 0 29 0 0 0 18 0 4 0 633465861 223436800 2291 33554432000 4194304 4580107 140733201990144 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 218200

[startup+0.700656 s]
/proc/loadavg: 7.62 7.98 7.91 6/367 1244
/proc/meminfo: memFree=25727168/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=219704 CPUtime=2.77 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 5448 0 0 0 277 0 0 0 18 0 4 0 633465860 224976896 2573 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 54926 2573 377 95 0 49908 0
[pid=1244/tid=1245] ppid=1242 vsize=219704 CPUtime=0.69 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 1241 0 0 0 69 0 0 0 25 0 4 0 633465861 224976896 2573 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=219704 CPUtime=0.69 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 1292 0 0 0 69 0 0 0 25 0 4 0 633465861 224976896 2573 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=219704 CPUtime=0.69 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 1195 0 0 0 69 0 0 0 18 0 4 0 633465861 224976896 2573 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 219704

[startup+1.50051 s]
/proc/loadavg: 7.62 7.98 7.91 12/371 1248
/proc/meminfo: memFree=25702096/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=220772 CPUtime=5.96 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 11467 0 0 0 595 1 0 0 19 0 4 0 633465860 226070528 5802 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294380 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 55193 5803 379 95 0 50175 0
[pid=1244/tid=1245] ppid=1242 vsize=220772 CPUtime=1.47 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 3343 0 0 0 147 0 0 0 25 0 4 0 633465861 226070528 5803 33554432000 4194304 4580107 140733201990144 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=220772 CPUtime=1.49 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 2211 0 0 0 149 0 0 0 25 0 4 0 633465861 226070528 5803 33554432000 4194304 4580107 140733201990144 18446744073709551615 4321093 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=220772 CPUtime=1.49 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 2135 0 0 0 149 0 0 0 20 0 4 0 633465861 226070528 5803 33554432000 4194304 4580107 140733201990144 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 220772

[startup+3.1002 s]
/proc/loadavg: 7.62 7.98 7.91 10/371 1248
/proc/meminfo: memFree=25642172/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=220380 CPUtime=12.34 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 20478 0 0 0 1232 2 0 0 25 0 4 0 633465860 225669120 11070 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 55095 11070 379 95 0 50077 0
[pid=1244/tid=1245] ppid=1242 vsize=220380 CPUtime=3.05 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 4520 0 0 0 305 0 0 0 25 0 4 0 633465861 225669120 11070 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=220380 CPUtime=3.08 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 4993 0 0 0 308 0 0 0 25 0 4 0 633465861 225669120 11070 33554432000 4194304 4580107 140733201990144 18446744073709551615 4340603 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=220380 CPUtime=3.09 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 5098 0 0 0 309 0 0 0 25 0 4 0 633465861 225669120 11070 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 220380

[startup+6.3006 s]
/proc/loadavg: 7.65 7.98 7.91 9/371 1248
/proc/meminfo: memFree=25608928/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=211852 CPUtime=25.1 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 32116 0 0 0 2507 3 0 0 25 0 4 0 633465860 216936448 15174 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 52963 15174 379 95 0 47945 0
[pid=1244/tid=1245] ppid=1242 vsize=211852 CPUtime=6.21 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 7907 0 0 0 621 0 0 0 25 0 4 0 633465861 216936448 15174 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=211852 CPUtime=6.28 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 8402 0 0 0 627 1 0 0 25 0 4 0 633465861 216936448 15174 33554432000 4194304 4580107 140733201990144 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=211852 CPUtime=6.29 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 7506 0 0 0 629 0 0 0 25 0 4 0 633465861 216936448 15174 33554432000 4194304 4580107 140733201990144 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 211852

[startup+12.7004 s]
/proc/loadavg: 7.68 7.98 7.91 10/371 1248
/proc/meminfo: memFree=25576492/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=238312 CPUtime=50.62 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 48683 0 0 0 5055 7 0 0 25 0 4 0 633465860 244031488 18689 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 59578 18689 379 95 0 54560 0
[pid=1244/tid=1245] ppid=1242 vsize=238312 CPUtime=12.54 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 12378 0 0 0 1252 2 0 0 25 0 4 0 633465861 244031488 18689 33554432000 4194304 4580107 140733201990144 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=238312 CPUtime=12.69 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 11765 0 0 0 1267 2 0 0 25 0 4 0 633465861 244031488 18689 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=238312 CPUtime=12.69 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 12207 0 0 0 1268 1 0 0 25 0 4 0 633465861 244031488 18689 33554432000 4194304 4580107 140733201990144 18446744073709551615 4320987 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 238312

[startup+25.501 s]
/proc/loadavg: 7.82 8.00 7.92 10/371 1249
/proc/meminfo: memFree=25523920/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=232776 CPUtime=101.68 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 76179 0 0 0 10153 15 0 0 25 0 4 0 633465860 238362624 24035 33554432000 4194304 4580107 140733201990144 18446744073709551615 4316661 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 58194 24035 379 95 0 53176 0
[pid=1244/tid=1245] ppid=1242 vsize=232776 CPUtime=25.19 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 19763 0 0 0 2515 4 0 0 25 0 4 0 633465861 238362624 24035 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294598 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=232776 CPUtime=25.49 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 19007 0 0 0 2545 4 0 0 25 0 4 0 633465861 238362624 24035 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=232776 CPUtime=25.49 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 18299 0 0 0 2546 3 0 0 25 0 4 0 633465861 238362624 24035 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 232776

[startup+51.1011 s]
/proc/loadavg: 7.88 8.00 7.92 10/371 1250
/proc/meminfo: memFree=25465160/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=254628 CPUtime=203.78 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 114315 0 0 0 20352 26 0 0 25 0 4 0 633465860 260739072 31198 33554432000 4194304 4580107 140733201990144 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 63657 31198 379 95 0 58639 0
[pid=1244/tid=1245] ppid=1242 vsize=254628 CPUtime=50.48 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 30495 0 0 0 5042 6 0 0 25 0 4 0 633465861 260739072 31198 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=254628 CPUtime=51.09 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 28712 0 0 0 5102 7 0 0 25 0 4 0 633465861 260739072 31198 33554432000 4194304 4580107 140733201990144 18446744073709551615 4324382 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=254628 CPUtime=51.09 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 26939 0 0 0 5103 6 0 0 25 0 4 0 633465861 260739072 31198 33554432000 4194304 4580107 140733201990144 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 254628

[startup+102.3 s]
/proc/loadavg: 8.04 8.03 7.93 10/371 1251
/proc/meminfo: memFree=25380556/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=333020 CPUtime=407.99 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 175300 0 0 0 40754 45 0 0 25 0 4 0 633465860 341012480 40813 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 83255 40813 379 95 0 78237 0
[pid=1244/tid=1245] ppid=1242 vsize=333020 CPUtime=101.09 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 47318 0 0 0 10097 12 0 0 25 0 4 0 633465861 341012480 40817 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=333020 CPUtime=102.3 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 45334 0 0 0 10218 12 0 0 25 0 4 0 633465861 341012480 40817 33554432000 4194304 4580107 140733201990144 18446744073709551615 4406483 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=333020 CPUtime=102.3 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 38188 0 0 0 10220 10 0 0 25 0 4 0 633465861 341012480 40817 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.99
Current children cumulated vsize (KiB) 333020

[startup+162.301 s]

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

[pid=1244] ppid=1242 vsize=543364 CPUtime=2561.48 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 507935 0 0 0 255958 190 0 0 25 0 4 0 633465860 556404736 103341 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 135841 103341 379 95 0 130823 0
[pid=1244/tid=1245] ppid=1242 vsize=543364 CPUtime=634.54 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 129591 0 0 0 63409 45 0 0 25 0 4 0 633465861 556404736 103341 33554432000 4194304 4580107 140733201990144 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=543364 CPUtime=642.3 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 131153 0 0 0 64178 52 0 0 25 0 4 0 633465861 556404736 103341 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=543364 CPUtime=642.3 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 111428 0 0 0 64190 40 0 0 25 0 4 0 633465861 556404736 103341 33554432000 4194304 4580107 140733201990144 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2561.48
Current children cumulated vsize (KiB) 543364

[startup+702.301 s]
/proc/loadavg: 8.21 8.11 8.00 10/371 1267
/proc/meminfo: memFree=24897920/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=596212 CPUtime=2800.72 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 523432 0 0 0 279871 201 0 0 25 0 4 0 633465860 610521088 108880 33554432000 4194304 4580107 140733201990144 18446744073709551615 4293067 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 149053 108880 379 95 0 144035 0
[pid=1244/tid=1245] ppid=1242 vsize=596212 CPUtime=693.79 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 131947 0 0 0 69332 47 0 0 25 0 4 0 633465861 610521088 108880 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=596212 CPUtime=702.31 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 137497 0 0 0 70174 57 0 0 25 0 4 0 633465861 610521088 108880 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=596212 CPUtime=702.31 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 112182 0 0 0 70190 41 0 0 25 0 4 0 633465861 610521088 108880 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2800.72
Current children cumulated vsize (KiB) 596212

[startup+762.301 s]
/proc/loadavg: 8.13 8.10 8.00 10/371 1269
/proc/meminfo: memFree=24822868/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=586340 CPUtime=3040.03 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 541731 0 0 0 303794 209 0 0 25 0 4 0 633465860 600412160 115296 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 146585 115296 379 95 0 141567 0
[pid=1244/tid=1245] ppid=1242 vsize=586340 CPUtime=753.08 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 139200 0 0 0 75258 50 0 0 25 0 4 0 633465861 600412160 115298 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=586340 CPUtime=762.33 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 142087 0 0 0 76174 59 0 0 25 0 4 0 633465861 600412160 115298 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294479 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=586340 CPUtime=762.33 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 113154 0 0 0 76191 42 0 0 25 0 4 0 633465861 600412160 115298 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3040.03
Current children cumulated vsize (KiB) 586340

[startup+822.301 s]
/proc/loadavg: 8.16 8.11 8.01 10/371 1270
/proc/meminfo: memFree=24887796/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=575764 CPUtime=3279.31 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 559364 0 0 0 327714 217 0 0 25 0 4 0 633465860 589582336 105903 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 143941 105903 379 95 0 138923 0
[pid=1244/tid=1245] ppid=1242 vsize=575764 CPUtime=812.37 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 144447 0 0 0 81185 52 0 0 25 0 4 0 633465861 589582336 105903 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=575764 CPUtime=822.32 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 147210 0 0 0 82171 61 0 0 25 0 4 0 633465861 589582336 105903 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=575764 CPUtime=822.31 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 115797 0 0 0 82188 43 0 0 25 0 4 0 633465861 589582336 105903 33554432000 4194304 4580107 140733201990144 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3279.31
Current children cumulated vsize (KiB) 575764

[startup+882.314 s]
/proc/loadavg: 8.06 8.09 8.00 10/371 1272
/proc/meminfo: memFree=24831328/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=615944 CPUtime=3518.66 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 580074 0 0 0 351639 227 0 0 25 0 4 0 633465860 630726656 113770 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 153986 113770 379 95 0 148968 0
[pid=1244/tid=1245] ppid=1242 vsize=615944 CPUtime=871.67 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 147724 0 0 0 87113 54 0 0 25 0 4 0 633465861 630726656 113770 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=615944 CPUtime=882.32 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 152135 0 0 0 88169 63 0 0 25 0 4 0 633465861 630726656 113770 33554432000 4194304 4580107 140733201990144 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=615944 CPUtime=882.33 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 122462 0 0 0 88187 46 0 0 25 0 4 0 633465861 630726656 113770 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3518.66
Current children cumulated vsize (KiB) 615944

[startup+942.301 s]
/proc/loadavg: 8.07 8.09 8.00 10/371 1273
/proc/meminfo: memFree=24777336/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=630680 CPUtime=3757.91 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 603915 0 0 0 375552 239 0 0 25 0 4 0 633465860 645816320 117915 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 157670 117915 379 95 0 152652 0
[pid=1244/tid=1245] ppid=1242 vsize=630680 CPUtime=930.95 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 154723 0 0 0 93038 57 0 0 25 0 4 0 633465861 645816320 117915 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=630680 CPUtime=942.32 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 159495 0 0 0 94165 67 0 0 25 0 4 0 633465861 645816320 117915 33554432000 4194304 4580107 140733201990144 18446744073709551615 4305283 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=630680 CPUtime=942.32 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 124743 0 0 0 94185 47 0 0 25 0 4 0 633465861 645816320 117915 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3757.91
Current children cumulated vsize (KiB) 630680

[startup+1002.3 s]
/proc/loadavg: 8.12 8.10 8.01 10/371 1275
/proc/meminfo: memFree=24815952/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=671872 CPUtime=3997.2 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 623364 0 0 0 399470 250 0 0 25 0 4 0 633465860 687996928 117354 33554432000 4194304 4580107 140733201990144 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 167968 117354 379 95 0 162950 0
[pid=1244/tid=1245] ppid=1242 vsize=671872 CPUtime=990.24 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 159641 0 0 0 98964 60 0 0 25 0 4 0 633465861 687996928 117354 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=671872 CPUtime=1002.32 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 159801 0 0 0 100165 67 0 0 25 0 4 0 633465861 687996928 117354 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=671872 CPUtime=1002.32 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 131880 0 0 0 100180 52 0 0 25 0 4 0 633465861 687996928 117354 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3997.2
Current children cumulated vsize (KiB) 671872

[startup+1062.3 s]
/proc/loadavg: 8.09 8.09 8.01 10/371 1276
/proc/meminfo: memFree=24809832/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=617884 CPUtime=4236.51 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 647141 0 0 0 423391 260 0 0 25 0 4 0 633465860 632713216 112980 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 154471 112980 379 95 0 149453 0
[pid=1244/tid=1245] ppid=1242 vsize=617884 CPUtime=1049.54 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 166466 0 0 0 104892 62 0 0 25 0 4 0 633465861 632713216 112980 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=617884 CPUtime=1062.32 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 166803 0 0 0 106162 70 0 0 25 0 4 0 633465861 632713216 112980 33554432000 4194304 4580107 140733201990144 18446744073709551615 4321320 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=617884 CPUtime=1062.33 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 135018 0 0 0 106180 53 0 0 25 0 4 0 633465861 632713216 112980 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4236.51
Current children cumulated vsize (KiB) 617884

[startup+1122.3 s]
/proc/loadavg: 8.11 8.10 8.01 10/371 1278
/proc/meminfo: memFree=24783744/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=674008 CPUtime=4475.79 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 667947 0 0 0 447308 271 0 0 25 0 4 0 633465860 690184192 115692 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294612 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 168502 115692 379 95 0 163484 0
[pid=1244/tid=1245] ppid=1242 vsize=674008 CPUtime=1108.83 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 172094 0 0 0 110817 66 0 0 25 0 4 0 633465861 690184192 115692 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=674008 CPUtime=1122.32 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 174284 0 0 0 112158 74 0 0 25 0 4 0 633465861 690184192 115692 33554432000 4194304 4580107 140733201990144 18446744073709551615 4304867 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=674008 CPUtime=1122.33 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 138583 0 0 0 112179 54 0 0 25 0 4 0 633465861 690184192 115692 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4475.79
Current children cumulated vsize (KiB) 674008

[startup+1182.3 s]
/proc/loadavg: 8.11 8.11 8.02 10/371 1280
/proc/meminfo: memFree=24733232/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=669796 CPUtime=4715.07 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 689226 0 0 0 471226 281 0 0 25 0 4 0 633465860 685871104 129373 33554432000 4194304 4580107 140733201990144 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 167449 129373 379 95 0 162431 0
[pid=1244/tid=1245] ppid=1242 vsize=669796 CPUtime=1168.1 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 178762 0 0 0 116739 71 0 0 25 0 4 0 633465861 685871104 129373 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=669796 CPUtime=1182.33 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 177866 0 0 0 118156 77 0 0 25 0 4 0 633465861 685871104 129373 33554432000 4194304 4580107 140733201990144 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=669796 CPUtime=1182.33 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 140469 0 0 0 118178 55 0 0 25 0 4 0 633465861 685871104 129373 33554432000 4194304 4580107 140733201990144 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4715.07
Current children cumulated vsize (KiB) 669796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.14 8.11 8.02 6/370 1281
/proc/meminfo: memFree=25018300/32951124 swapFree=63083164/67111528
[pid=1244] ppid=1242 vsize=735332 CPUtime=4800.39 cores=1,3,5,7
/proc/1244/stat : 1244 (strangenight2-m) R 1242 1244 751 0 -1 4202496 694796 0 0 0 479756 283 0 0 25 0 4 0 633465860 752979968 134942 33554432000 4194304 4580107 140733201990144 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1244/statm: 183833 134942 379 95 0 178815 0
[pid=1244/tid=1245] ppid=1242 vsize=735332 CPUtime=1189.2 cores=1,3,5,7
/proc/1244/task/1245/stat : 1245 (strangenight2-m) R 1242 1244 751 0 -1 4202560 179254 0 0 0 118849 71 0 0 25 0 4 0 633465861 752979968 134942 33554432000 4194304 4580107 140733201990144 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1244/tid=1246] ppid=1242 vsize=735332 CPUtime=1203.75 cores=1,3,5,7
/proc/1244/task/1246/stat : 1246 (strangenight2-m) R 1242 1244 751 0 -1 4202560 182944 0 0 0 120296 79 0 0 25 0 4 0 633465861 752979968 134942 33554432000 4194304 4580107 140733201990144 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1244/tid=1247] ppid=1242 vsize=735332 CPUtime=1203.75 cores=1,3,5,7
/proc/1244/task/1247/stat : 1247 (strangenight2-m) R 1242 1244 751 0 -1 4202560 140469 0 0 0 120320 55 0 0 25 0 4 0 633465861 752979968 134942 33554432000 4194304 4580107 140733201990144 18446744073709551615 4406400 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 735332

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.48
CPU user time (s): 4797.62
CPU system time (s): 2.86256
CPU usage (%): 398.795
Max. virtual memory (cumulated for all children) (KiB): 739756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.62
system time used= 2.86256
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 694796
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= 220
involuntary context switches= 20249

runsolver used 3.79542 second user time and 10.7544 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-15 00:01:42
IDJOB=3366614
IDBENCH=83023
IDSOLVER=1844
FILE ID=node141/3366614-1305410502
RUNJOBID= node141-1305409297-1119
PBS_JOBID= 13324495
Free space on /tmp= 73292 MiB

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

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

MD5SUM BENCH= 53886d9ad7fbf83830a3a7ec45d41e34
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:      25727448 kB
Buffers:        231724 kB
Cached:        4780096 kB
SwapCached:      15708 kB
Active:        1986456 kB
Inactive:      4998608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25727448 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:           10884 kB
Writeback:           0 kB
AnonPages:     1964468 kB
Mapped:          12736 kB
Slab:           135788 kB
PageTables:      37116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86317528 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