Trace number 3366665

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.14 1202.84

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1650617512-037.SATISFIABLE.cnf
MD5SUM00e397e3dd3a79476fc090c9f6643f84
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05999
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
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 53195
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-3366665-1305411322.cnf'
0.00/0.00	c -- header says num vars:            150
0.00/0.00	c -- header says num clauses:        3195
0.00/0.00	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.00	c -- vars added        150
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       150      3195         0         0     15975         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/3195/3195 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
0.41/0.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.41/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.41/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.41/0.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
0.41/0.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.41/0.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.41/0.15	c Finding binary XORs  T:     0.00 s  found:       0
0.41/0.15	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.41/0.15	c calculated reachability. Time: 0.00
0.41/0.15	c Calc default polars -  time:   0.00 s pos:      73 undec:       5 neg:      72
0.41/0.15	c =========================================================================================
0.41/0.15	c types(t): F = full restart, N = normal restart
0.41/0.15	c types(t): S = simplification begin/end, E = solution found
0.41/0.15	c restart types(rt): st = static, dy = dynamic
0.41/0.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.56/0.90	c  B st     0         0       150      3195         0         0     15975         0   no data   no data
3.56/0.90	c Decided on static restart strategy
3.56/0.90	c  N st     8      4918       150      3195         0      4686     15975    140922   no data   no data
3.56/0.90	c  N st    10     11302       150      3195         0      4336     15975     99516   no data   no data
3.56/0.90	c  N st    11     17046       150      3195         0      9841     15975    273147   no data   no data
3.97/1.00	c  F st    12     25002       150      3195         0     12101     15975    344381   no data   no data
3.97/1.00	c  N st    12     25002       150      3195         0     12101     15975    344381   no data   no data
4.39/1.20	c Decided on static restart strategy
4.39/1.20	c  N st    18     30001       150      3195         0     10328     15975    265576   no data   no data
4.39/1.20	c  S st    18     30001       150      3195         0     10328     15975    265576   no data   no data
4.39/1.20	c  S st    18     30506       150      3195         0     10827     15975    280149   no data   no data
4.39/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.39/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.39/1.20	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
4.39/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.39/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.39/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4.39/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.39/1.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.39/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.40	c lits-rem:       324  cl-subs:     1155  v-elim:      0  v-fix:    0  time:  0.19 s
5.95/1.50	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
5.95/1.50	c calculated reachability. Time: 0.00
5.95/1.50	c  N st    18     30506       150      3195         0      9672     15975    240525   no data   no data
6.76/1.77	c  N st    20     37616       150      3195         0      8909     15975    197305   no data   no data
7.95/2.06	c  N st    21     44015       150      3195         0     15027     15975    383657   no data   no data
8.36/2.16	c  S st    22     45760       150      3195         0     16696     15975    433606   no data   no data
8.78/2.21	c  S st    22     46269       150      3195         0      8659     15975    170109   no data   no data
8.78/2.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.78/2.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.78/2.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.78/2.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.78/2.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.78/2.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
8.78/2.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.78/2.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.78/2.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.78/2.24	c lits-rem:        21  cl-subs:      176  v-elim:      0  v-fix:    0  time:  0.02 s
8.78/2.24	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
8.78/2.25	c vivif2 --  cl tried     8483 cl shrink        0 lits rem          0 time: 0.00
8.78/2.28	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
8.78/2.28	c calculated reachability. Time: 0.00
8.78/2.28	c  N st    22     46269       150      3195         0      8483     15975    164809   no data   no data
11.95/3.06	c  N st    23     60670       150      3195         0     12750     15975    279017   no data   no data
13.94/3.56	c  N st    24     69403       150      3195         0     10562     15975    196257   no data   no data
13.94/3.56	c  S st    24     69403       150      3195         0     10562     15975    196257   no data   no data
13.94/3.59	c  S st    24     69909       150      3195         0     11059     15975    210921   no data   no data
13.94/3.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.34/3.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.34/3.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.34/3.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.34/3.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.34/3.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
14.34/3.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.34/3.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.34/3.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.34/3.65	c lits-rem:        44  cl-subs:      235  v-elim:      0  v-fix:    0  time:  0.04 s
14.34/3.65	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
14.34/3.65	c vivif2 --  cl tried    10824 cl shrink        0 lits rem          0 time: 0.00
14.73/3.70	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.05
14.73/3.70	c calculated reachability. Time: 0.00
14.73/3.70	c  N st    24     69909       150      3195         0     10824     15975    203180   no data   no data
18.73/4.76	c  F st    25     87500       150      3195         0     16137     15975    359768   no data   no data
18.73/4.76	c  N st    25     87500       150      3195         0     16137     15975    359768   no data   no data
20.33/5.12	c Decided on static restart strategy
21.13/5.34	c  N st    32     95541       150      3195         0     23805     15975    587593   no data   no data
23.52/5.91	c  N st    34    104864       150      3195         0     20277     15975    466540   no data   no data
23.52/5.91	c  S st    34    104864       150      3195         0     20277     15975    466540   no data   no data
23.52/5.97	c  S st    34    105367       150      3195         0     20768     15975    481233   no data   no data
23.52/5.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.52/5.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
23.52/5.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.52/5.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.52/5.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.52/5.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
23.52/5.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.52/5.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.91/6.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.51/6.43	c lits-rem:       382  cl-subs:     1478  v-elim:      0  v-fix:    0  time:  0.44 s
25.51/6.43	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
25.51/6.44	c vivif2 --  cl tried    19290 cl shrink        0 lits rem          0 time: 0.00
25.92/6.52	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.08
25.92/6.52	c calculated reachability. Time: 0.00
25.92/6.52	c  N st    34    105367       150      3195         0     19290     15975    433043   no data   no data
28.30/7.16	c  N st    35    114967       150      3195         0     15121     15975    295965   no data   no data
33.10/8.30	c  N st    36    129365       150      3195         0     14540     15975    253914   no data   no data
39.51/9.91	c  N st    37    150960       150      3195         0     19858     15975    393588   no data   no data
41.48/10.42	c  S st    38    158051       150      3195         0     26606     15975    599994   no data   no data
41.48/10.49	c  S st    38    158558       150      3195         0     27096     15975    614415   no data   no data
41.48/10.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.88/10.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
41.88/10.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.88/10.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.88/10.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.88/10.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
41.88/10.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.88/10.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
41.88/10.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.07/11.38	c lits-rem:       431  cl-subs:     1841  v-elim:      0  v-fix:    0  time:  0.86 s
45.07/11.38	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
45.07/11.39	c vivif2 --  cl tried    25255 cl shrink        0 lits rem          0 time: 0.01
45.47/11.49	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.10
45.47/11.49	c calculated reachability. Time: 0.00
45.47/11.49	c  N st    38    158558       150      3195         0     25255     15975    554521   no data   no data
63.03/15.89	c  N st    39    207146       150      3195         0     20116     15975    357174   no data   no data
75.80/19.05	c  N st    40    237837       150      3195         0     30129     15975    653160   no data   no data
75.80/19.05	c  S st    40    237837       150      3195         0     30129     15975    653160   no data   no data
76.20/19.12	c  S st    40    238340       150      3195         0     30621     15975    667825   no data   no data
76.20/19.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.20/19.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
76.20/19.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.20/19.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.20/19.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.20/19.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
76.20/19.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.20/19.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
76.20/19.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.39/20.40	c lits-rem:       638  cl-subs:     2342  v-elim:      0  v-fix:    0  time:  1.24 s
81.39/20.40	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
81.39/20.41	c vivif2 --  cl tried    28279 cl shrink        0 lits rem          0 time: 0.01
81.79/20.52	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.11
81.79/20.52	c calculated reachability. Time: 0.00
81.79/20.52	c  N st    40    238340       150      3195         0     28279     15975    594573   no data   no data
109.33/27.49	c  F st    41    306250       150      3195         0     30119     15975    604898   no data   no data
109.33/27.50	c  N st    41    306250       150      3195         0     30119     15975    604898   no data   no data
111.71/28.03	c Decided on static restart strategy
120.89/30.37	c  N st    51    334559       150      3195         0     34374     15975    726477   no data   no data
130.07/32.64	c  N st    53    357510       150      3195         0     32568     15975    637727   no data   no data
130.07/32.64	c  S st    53    357510       150      3195         0     32568     15975    637727   no data   no data
130.47/32.73	c  S st    53    358011       150      3195         0     33062     15975    652415   no data   no data
130.47/32.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
130.47/32.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
130.47/32.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
130.47/32.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
130.47/32.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.47/32.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
130.47/32.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
130.47/32.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
130.47/32.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
133.26/33.45	c lits-rem:       437  cl-subs:     1378  v-elim:      0  v-fix:    0  time:  0.69 s
133.26/33.45	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
133.26/33.46	c vivif2 --  cl tried    31684 cl shrink        0 lits rem          0 time: 0.01
133.67/33.60	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.13
133.67/33.60	c calculated reachability. Time: 0.00
133.67/33.60	c  N st    53    358011       150      3195         0     31684     15975    605083   no data   no data
147.24/36.98	c  N st    54    390404       150      3195         0     37793     15975    778560   no data   no data
172.77/43.39	c  N st    55    438992       150      3195         0     31738     15975    564857   no data   no data
207.89/52.15	c  N st    56    511876       150      3195         0     44820     15975    916386   no data   no data
219.90/55.16	c  N st    57    537016       150      3195         0     39227     15975    728316   no data   no data
219.90/55.16	c  S st    57    537016       150      3195         0     39227     15975    728316   no data   no data
220.26/55.26	c  S st    57    537521       150      3195         0     39728     15975    743306   no data   no data
220.26/55.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
220.26/55.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
220.26/55.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
220.26/55.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
220.26/55.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
220.26/55.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
220.26/55.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
220.26/55.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
220.66/55.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
224.30/56.30	c lits-rem:       576  cl-subs:     1624  v-elim:      0  v-fix:    0  time:  0.99 s
224.30/56.30	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
224.66/56.30	c vivif2 --  cl tried    38104 cl shrink        0 lits rem          0 time: 0.01
225.05/56.47	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.16
225.05/56.47	c calculated reachability. Time: 0.00
225.05/56.47	c  N st    57    537521       150      3195         0     38104     15975    689244   no data   no data
330.00/82.79	c  N st    58    701505       150      3195         0     66108     15975   1500069   no data   no data
397.86/99.73	c  N st    59    806284       150      3195         0     60442     15975   1238832   no data   no data
397.86/99.73	c  S st    59    806284       150      3195         0     60442     15975   1238832   no data   no data
398.66/99.90	c  S st    59    806784       150      3195         0     60932     15975   1253241   no data   no data
398.66/99.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
398.66/99.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
398.66/99.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
398.66/99.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
398.66/99.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
398.66/99.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
398.66/99.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
398.66/99.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
398.66/99.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
423.39/106.13	c lits-rem:      1355  cl-subs:     4883  v-elim:      0  v-fix:    0  time:  6.14 s
423.39/106.13	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
423.39/106.14	c vivif2 --  cl tried    56049 cl shrink        0 lits rem          0 time: 0.01
424.59/106.44	c asymm  cl-useful: 0/2953/3195 lits-rem:0 time: 0.29
424.59/106.44	c calculated reachability. Time: 0.00
424.59/106.44	c  N st    59    806784       150      3195         0     56049     15975   1113833   no data   no data
611.77/153.36	c  F st    60   1071876       150      3195         0     71160     15975   1502071   no data   no data
611.77/153.36	c  N st    60   1071876       150      3195         0     71160     15975   1502071   no data   no data
616.16/154.47	c Decided on static restart strategy
634.12/158.95	c  N st    70   1100175       150      3195         0     55737     15975    980724   no data   no data
663.65/166.34	c  N st    72   1136168       150      3195         0     46371     15975    674639   no data   no data
691.99/173.45	c  N st    73   1168560       150      3195         0     76917     15975   1618098   no data   no data
726.71/182.11	c  N st    74   1210176       150      3195         0     71877     15975   1449361   no data   no data
726.71/182.11	c  S st    74   1210176       150      3195         0     71877     15975   1449361   no data   no data
727.91/182.41	c  S st    74   1210679       150      3195         0     72369     15975   1464111   no data   no data
727.91/182.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
727.91/182.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
727.91/182.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
727.91/182.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
727.91/182.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
727.91/182.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
727.91/182.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
727.91/182.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
728.31/182.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
784.57/196.68	c lits-rem:      1570  cl-subs:     5078  v-elim:      0  v-fix:    0  time: 14.15 s
784.57/196.68	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
784.57/196.70	c vivif2 --  cl tried    67291 cl shrink        0 lits rem          0 time: 0.02
786.56/197.15	c asymm  cl-useful: 0/2459/3195 lits-rem:0 time: 0.45
786.56/197.15	c calculated reachability. Time: 0.00
786.56/197.15	c  N st    74   1210679       150      3195         0     67291     15975   1300590   no data   no data
854.81/214.25	c  N st    75   1283561       150      3195         0     90963     15975   1993162   no data   no data
949.77/238.00	c  N st    76   1392885       150      3195         0     52562     15975    769311   no data   no data
1087.86/272.68	c  N st    77   1556870       150      3195         0     57219     15975    864818   no data   no data
1215.57/304.60	c  N st    78   1710681       150      3195         0     97569     15975   2105761   no data   no data
1215.57/304.60	c  S st    78   1710681       150      3195         0     97569     15975   2105761   no data   no data
1216.40/304.87	c  S st    78   1711187       150      3195         0     98062     15975   2120806   no data   no data
1216.40/304.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1216.76/304.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1216.76/304.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1216.76/304.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1216.76/304.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1216.76/304.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1216.76/304.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1216.76/304.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1217.16/305.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1310.53/328.46	c lits-rem:      3194  cl-subs:     8546  v-elim:      0  v-fix:    0  time: 23.45 s
1310.53/328.47	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1310.53/328.49	c vivif2 --  cl tried    89516 cl shrink        0 lits rem          0 time: 0.02
1311.33/328.65	c asymm  cl-useful: 0/736/3195 lits-rem:0 time: 0.16
1311.33/328.66	c calculated reachability. Time: 0.00
1311.33/328.66	c  N st    78   1711187       150      3195         0     89516     15975   1845321   no data   no data
1666.12/417.56	c  N st    79   2080153       150      3195         0    101288     15975   2106198   no data   no data
1797.82/450.50	c  N st    80   2211189       150      3195         0    105294     15975   2216166   no data   no data
1797.82/450.50	c  S st    80   2211189       150      3195         0    105294     15975   2216166   no data   no data
1799.02/450.86	c  S st    80   2211692       150      3195         0    105787     15975   2231154   no data   no data
1799.02/450.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1799.42/450.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1799.42/450.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1799.42/450.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1799.42/450.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1799.42/450.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1799.42/450.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1799.42/450.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1799.42/451.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1897.57/475.50	c lits-rem:      3389  cl-subs:     8370  v-elim:      0  v-fix:    0  time: 24.50 s
1897.57/475.50	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1897.57/475.53	c vivif2 --  cl tried    97417 cl shrink        0 lits rem          0 time: 0.03
1898.77/475.89	c asymm  cl-useful: 0/1694/3195 lits-rem:0 time: 0.37
1899.17/475.90	c calculated reachability. Time: 0.00
1899.17/475.90	c  N st    80   2211692       150      3195         0     97417     15975   1962168   no data   no data
2423.97/607.45	c  N st    81   2711692       150      3195         0    119834     15975   2550176   no data   no data
2423.97/607.45	c  S st    81   2711692       150      3195         0    119834     15975   2550176   no data   no data
2425.57/607.80	c  S st    81   2712195       150      3195         0    120327     15975   2565039   no data   no data
2425.57/607.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2425.57/607.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2425.57/607.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2425.57/607.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2425.57/607.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2425.57/607.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2425.57/607.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2425.97/607.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2425.97/607.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2577.23/645.87	c lits-rem:      2913  cl-subs:    11229  v-elim:      0  v-fix:    0  time: 37.89 s
2577.23/645.87	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2577.59/645.90	c vivif2 --  cl tried   109098 cl shrink        0 lits rem          0 time: 0.03
2578.79/646.29	c asymm  cl-useful: 0/1381/3195 lits-rem:0 time: 0.39
2579.19/646.30	c calculated reachability. Time: 0.00
2579.19/646.30	c  N st    81   2712195       150      3195         0    109098     15975   2217611   no data   no data
3256.82/816.11	c  N st    82   3212195       150      3195         0     86312     15975   1338763   no data   no data
3256.82/816.11	c  S st    82   3212195       150      3195         0     86312     15975   1338763   no data   no data
3257.65/816.37	c  S st    82   3212699       150      3195         0     86807     15975   1354024   no data   no data
3257.65/816.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3258.01/816.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3258.01/816.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3258.01/816.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3258.01/816.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3258.01/816.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3258.01/816.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3258.01/816.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3258.01/816.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3271.18/819.71	c lits-rem:       519  cl-subs:     2829  v-elim:      0  v-fix:    0  time:  3.23 s
3271.18/819.71	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3271.18/819.73	c vivif2 --  cl tried    83978 cl shrink        0 lits rem          0 time: 0.02
3272.38/820.07	c asymm  cl-useful: 0/2044/3195 lits-rem:0 time: 0.34
3272.38/820.07	c calculated reachability. Time: 0.00
3272.38/820.07	c  N st    82   3212699       150      3195         0     83978     15975   1273881   no data   no data
3948.02/989.35	c  N st    83   3712700       150      3195         0     94466     15975   1481554   no data   no data
3948.02/989.35	c  S st    83   3712700       150      3195         0     94466     15975   1481554   no data   no data
3949.23/989.65	c  S st    83   3713207       150      3195         0     94960     15975   1496826   no data   no data
3949.23/989.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3949.63/989.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
3949.63/989.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3949.63/989.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3949.63/989.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3949.63/989.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3949.63/989.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3949.63/989.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3949.63/989.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3968.41/994.43	c lits-rem:       680  cl-subs:     3336  v-elim:      0  v-fix:    0  time:  4.65 s
3968.41/994.43	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3968.41/994.45	c vivif2 --  cl tried    91624 cl shrink        0 lits rem          0 time: 0.02
3969.58/994.70	c asymm  cl-useful: 0/1151/3195 lits-rem:0 time: 0.26
3969.58/994.71	c calculated reachability. Time: 0.00
3969.58/994.71	c  N st    83   3713207       150      3195         0     91624     15975   1401161   no data   no data
4022.25/1007.90	c  F st    84   3751563       150      3195         0    127691     15975   2482886   no data   no data
4022.25/1007.90	c  N st    84   3751563       150      3195         0    127691     15975   2482886   no data   no data
4030.63/1010.03	c Decided on static restart strategy
4063.36/1018.23	c  N st    94   3779862       150      3195         0    154536     15975   3296556   no data   no data
4108.87/1029.61	c  N st    96   3815855       150      3195         0    108634     15975   1850121   no data   no data
4147.96/1039.47	c  N st    97   3848247       150      3195         0    139421     15975   2820943   no data   no data
4211.41/1055.34	c  N st    98   3896836       150      3195         0    104087     15975   1691811   no data   no data
4301.61/1077.92	c  N st    99   3969718       150      3195         0     90806     15975   1289108   no data   no data
4432.12/1110.64	c  N st   100   4079041       150      3195         0    110694     15975   1868994   no data   no data
4617.70/1157.13	c  N st   101   4213207       150      3195         0    153188     15975   3204391   no data   no data
4617.70/1157.13	c  S st   101   4213207       150      3195         0    153188     15975   3204391   no data   no data
4619.69/1157.64	c  S st   101   4213711       150      3195         0    153682     15975   3219301   no data   no data
4619.69/1157.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4620.09/1157.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
4620.09/1157.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4620.09/1157.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4620.09/1157.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4620.09/1157.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4620.09/1157.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4620.09/1157.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4620.49/1157.87	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-3366665-1305411322/watcher-3366665-1305411322 -o /tmp/evaluation-result-3366665-1305411322/solver-3366665-1305411322 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366665-1305411322.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: 8.04 8.03 8.01 5/298 21381
/proc/meminfo: memFree=27557352/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 652730735 52396032 352 33554432000 4194304 4580107 140734138397840 18446744073709551615 210204647355 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 12792 352 302 95 0 7774 0
[pid=21381/tid=21382] ppid=21379 vsize=273480 CPUtime=0 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 128 0 0 0 0 0 0 0 25 0 4 0 652730735 280043520 732 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=273480 CPUtime=0 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 109 0 0 0 0 0 0 0 25 0 4 0 652730735 280043520 732 33554432000 4194304 4580107 140734138397840 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=273480 CPUtime=0 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 50 0 0 0 0 0 0 0 25 0 4 0 652730735 280043520 732 33554432000 4194304 4580107 140734138397840 18446744073709551615 210204344075 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.110654 s]
/proc/loadavg: 8.04 8.03 8.01 5/298 21381
/proc/meminfo: memFree=27557352/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=282488 CPUtime=0.41 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 2033 0 0 0 41 0 0 0 18 0 4 0 652730735 289267712 1870 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 70622 1870 376 95 0 65604 0
[pid=21381/tid=21382] ppid=21379 vsize=282488 CPUtime=0.1 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 442 0 0 0 10 0 0 0 18 0 4 0 652730735 289267712 1870 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=282488 CPUtime=0.1 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 432 0 0 0 10 0 0 0 25 0 4 0 652730735 289267712 1870 33554432000 4194304 4580107 140734138397840 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=282488 CPUtime=0.1 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 308 0 0 0 10 0 0 0 25 0 4 0 652730735 289267712 1870 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282488

[startup+0.20064 s]
/proc/loadavg: 8.04 8.03 8.01 5/298 21381
/proc/meminfo: memFree=27557352/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=284180 CPUtime=0.77 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 2863 0 0 0 77 0 0 0 18 0 4 0 652730735 291000320 1974 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 71045 1974 376 95 0 66027 0
[pid=21381/tid=21382] ppid=21379 vsize=284180 CPUtime=0.19 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 652 0 0 0 19 0 0 0 18 0 4 0 652730735 291000320 1974 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=284180 CPUtime=0.19 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 642 0 0 0 19 0 0 0 25 0 4 0 652730735 291000320 1974 33554432000 4194304 4580107 140734138397840 18446744073709551615 4301936 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=284180 CPUtime=0.19 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 512 0 0 0 19 0 0 0 25 0 4 0 652730735 291000320 1974 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284180

[startup+0.300623 s]
/proc/loadavg: 8.04 8.03 8.01 5/298 21381
/proc/meminfo: memFree=27557352/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=284332 CPUtime=1.17 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 3364 0 0 0 117 0 0 0 18 0 4 0 652730735 291155968 2475 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 71083 2475 377 95 0 66065 0
[pid=21381/tid=21382] ppid=21379 vsize=284332 CPUtime=0.29 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 777 0 0 0 29 0 0 0 18 0 4 0 652730735 291155968 2476 33554432000 4194304 4580107 140734138397840 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=284332 CPUtime=0.29 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 770 0 0 0 29 0 0 0 25 0 4 0 652730735 291155968 2476 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=284332 CPUtime=0.29 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 640 0 0 0 29 0 0 0 25 0 4 0 652730735 291155968 2476 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284332

[startup+0.700557 s]
/proc/loadavg: 8.04 8.03 8.01 5/298 21381
/proc/meminfo: memFree=27557352/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=286096 CPUtime=2.76 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 6119 0 0 0 276 0 0 0 18 0 4 0 652730735 292962304 2752 33554432000 4194304 4580107 140734138397840 18446744073709551615 4487413 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 71524 2752 377 95 0 66506 0
[pid=21381/tid=21382] ppid=21379 vsize=286096 CPUtime=0.69 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 1461 0 0 0 69 0 0 0 18 0 4 0 652730735 292962304 2752 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=286096 CPUtime=0.69 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 1460 0 0 0 69 0 0 0 25 0 4 0 652730735 292962304 2752 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=286096 CPUtime=0.68 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 1326 0 0 0 68 0 0 0 25 0 4 0 652730735 292962304 2752 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 286096

[startup+1.50042 s]
/proc/loadavg: 8.04 8.03 8.01 9/302 21385
/proc/meminfo: memFree=27548392/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=287312 CPUtime=5.95 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 11578 0 0 0 594 1 0 0 19 0 4 0 652730735 294207488 5097 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 71828 5097 379 95 0 66810 0
[pid=21381/tid=21382] ppid=21379 vsize=287312 CPUtime=1.49 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 2495 0 0 0 149 0 0 0 20 0 4 0 652730735 294207488 5097 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=287312 CPUtime=1.48 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 2515 0 0 0 148 0 0 0 25 0 4 0 652730735 294207488 5097 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=287312 CPUtime=1.47 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 2378 0 0 0 147 0 0 0 25 0 4 0 652730735 294207488 5097 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 287312

[startup+3.10116 s]
/proc/loadavg: 8.04 8.03 8.01 9/302 21385
/proc/meminfo: memFree=27522292/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=298400 CPUtime=12.35 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 22769 0 0 0 1231 4 0 0 25 0 4 0 652730735 305561600 11119 33554432000 4194304 4580107 140734138397840 18446744073709551615 4322880 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 74600 11119 379 95 0 69582 0
[pid=21381/tid=21382] ppid=21379 vsize=298400 CPUtime=3.09 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 5176 0 0 0 309 0 0 0 25 0 4 0 652730735 305561600 11119 33554432000 4194304 4580107 140734138397840 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=298400 CPUtime=3.08 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 6119 0 0 0 308 0 0 0 25 0 4 0 652730735 305561600 11119 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=298400 CPUtime=3.06 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 5640 0 0 0 305 1 0 0 25 0 4 0 652730735 305561600 11119 33554432000 4194304 4580107 140734138397840 18446744073709551615 4322678 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 298400

[startup+6.30063 s]
/proc/loadavg: 8.03 8.03 8.01 9/302 21385
/proc/meminfo: memFree=27498204/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=305332 CPUtime=25.11 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 35899 0 0 0 2505 6 0 0 25 0 4 0 652730735 312659968 16879 33554432000 4194304 4580107 140734138397840 18446744073709551615 4406395 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 76333 16879 379 95 0 71315 0
[pid=21381/tid=21382] ppid=21379 vsize=305332 CPUtime=6.29 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 9031 0 0 0 628 1 0 0 25 0 4 0 652730735 312659968 16879 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=305332 CPUtime=6.28 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 9156 0 0 0 627 1 0 0 25 0 4 0 652730735 312659968 16879 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=305332 CPUtime=6.23 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 7944 0 0 0 622 1 0 0 25 0 4 0 652730735 312659968 16879 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 305332

[startup+12.7006 s]
/proc/loadavg: 8.03 8.03 8.01 9/302 21385
/proc/meminfo: memFree=27446764/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=314736 CPUtime=50.66 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 55174 0 0 0 5055 11 0 0 25 0 4 0 652730735 322289664 21809 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 78684 21809 379 95 0 73666 0
[pid=21381/tid=21382] ppid=21379 vsize=314736 CPUtime=12.68 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 13819 0 0 0 1266 2 0 0 25 0 4 0 652730735 322289664 21809 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=314736 CPUtime=12.69 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 13159 0 0 0 1266 3 0 0 25 0 4 0 652730735 322289664 21809 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=314736 CPUtime=12.57 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 13361 0 0 0 1255 2 0 0 25 0 4 0 652730735 322289664 21809 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 314736

[startup+25.5004 s]
/proc/loadavg: 8.02 8.03 8.01 9/302 21385
/proc/meminfo: memFree=27405232/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=306172 CPUtime=101.73 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 84297 0 0 0 10156 17 0 0 25 0 4 0 652730735 313520128 31275 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294555 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 76543 31275 379 95 0 71525 0
[pid=21381/tid=21382] ppid=21379 vsize=306172 CPUtime=25.49 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 21809 0 0 0 2545 4 0 0 25 0 4 0 652730735 313520128 31275 33554432000 4194304 4580107 140734138397840 18446744073709551615 4321863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=306172 CPUtime=25.49 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 19986 0 0 0 2545 4 0 0 25 0 4 0 652730735 313520128 31275 33554432000 4194304 4580107 140734138397840 18446744073709551615 4304864 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=306172 CPUtime=25.26 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 20594 0 0 0 2522 4 0 0 25 0 4 0 652730735 313520128 31275 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 306172

[startup+51.1012 s]
/proc/loadavg: 8.01 8.03 8.01 9/302 21386
/proc/meminfo: memFree=27384724/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=315268 CPUtime=203.9 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 127486 0 0 0 20360 30 0 0 25 0 4 0 652730735 322834432 37713 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 78817 37713 379 95 0 73799 0
[pid=21381/tid=21382] ppid=21379 vsize=315268 CPUtime=51.09 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 32432 0 0 0 5103 6 0 0 25 0 4 0 652730735 322834432 37713 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=315268 CPUtime=51.08 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 32437 0 0 0 5101 7 0 0 25 0 4 0 652730735 322834432 37713 33554432000 4194304 4580107 140734138397840 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=315268 CPUtime=50.61 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 31276 0 0 0 5053 8 0 0 25 0 4 0 652730735 322834432 37713 33554432000 4194304 4580107 140734138397840 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 315268

[startup+102.301 s]
/proc/loadavg: 8.00 8.02 8.00 9/302 21387
/proc/meminfo: memFree=27293676/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=382488 CPUtime=408.26 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 197144 0 0 0 40774 52 0 0 25 0 4 0 652730735 391667712 48813 33554432000 4194304 4580107 140734138397840 18446744073709551615 4406385 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 95622 48813 379 95 0 90604 0
[pid=21381/tid=21382] ppid=21379 vsize=382488 CPUtime=102.3 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 49442 0 0 0 10218 12 0 0 25 0 4 0 652730735 391667712 48814 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=382488 CPUtime=102.3 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 48906 0 0 0 10216 14 0 0 25 0 4 0 652730735 391667712 48814 33554432000 4194304 4580107 140734138397840 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=382488 CPUtime=101.35 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 51011 0 0 0 10121 14 0 0 25 0 4 0 652730735 391667712 48814 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.26
Current children cumulated vsize (KiB) 382488

[startup+162.301 s]

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

[pid=21381] ppid=21379 vsize=669400 CPUtime=2802.69 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 594312 0 0 0 280038 231 0 0 25 0 4 0 652730735 685465600 106345 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 167350 106345 379 95 0 162332 0
[pid=21381/tid=21382] ppid=21379 vsize=669400 CPUtime=702.29 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 157321 0 0 0 70166 63 0 0 25 0 4 0 652730735 685465600 106345 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=669400 CPUtime=702.29 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 137477 0 0 0 70177 52 0 0 25 0 4 0 652730735 685465600 106345 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=669400 CPUtime=695.78 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 172228 0 0 0 69508 70 0 0 25 0 4 0 652730735 685465600 106345 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2802.69
Current children cumulated vsize (KiB) 669400

[startup+762.301 s]
/proc/loadavg: 8.01 8.05 8.01 9/302 21405
/proc/meminfo: memFree=26863124/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=669468 CPUtime=3042.14 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 615366 0 0 0 303977 237 0 0 25 0 4 0 652730735 685535232 122034 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294418 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 167367 122034 379 95 0 162349 0
[pid=21381/tid=21382] ppid=21379 vsize=669468 CPUtime=762.31 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 163740 0 0 0 76165 66 0 0 25 0 4 0 652730735 685535232 122036 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=669468 CPUtime=762.31 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 137726 0 0 0 76178 53 0 0 25 0 4 0 652730735 685535232 122036 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=669468 CPUtime=755.21 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 181531 0 0 0 75449 72 0 0 25 0 4 0 652730735 685535232 122036 33554432000 4194304 4580107 140734138397840 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3042.14
Current children cumulated vsize (KiB) 669468

[startup+822.301 s]
/proc/loadavg: 8.05 8.05 8.01 9/302 21406
/proc/meminfo: memFree=26878452/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=712192 CPUtime=3281.55 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 643660 0 0 0 327904 251 0 0 25 0 4 0 652730735 729284608 118063 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 178048 118063 379 95 0 173030 0
[pid=21381/tid=21382] ppid=21379 vsize=712192 CPUtime=822.3 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 171729 0 0 0 82161 69 0 0 25 0 4 0 652730735 729284608 118063 33554432000 4194304 4580107 140734138397840 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=712192 CPUtime=822.3 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 144712 0 0 0 82175 55 0 0 25 0 4 0 652730735 729284608 118063 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=712192 CPUtime=814.65 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 190762 0 0 0 81387 78 0 0 25 0 4 0 652730735 729284608 118063 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3281.55
Current children cumulated vsize (KiB) 712192

[startup+882.312 s]
/proc/loadavg: 8.11 8.07 8.01 9/302 21408
/proc/meminfo: memFree=26876084/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=768860 CPUtime=3521.05 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 674686 0 0 0 351840 265 0 0 25 0 4 0 652730735 787312640 115068 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 192215 115068 379 95 0 187197 0
[pid=21381/tid=21382] ppid=21379 vsize=768860 CPUtime=882.31 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 179736 0 0 0 88159 72 0 0 25 0 4 0 652730735 787312640 115068 33554432000 4194304 4580107 140734138397840 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=768860 CPUtime=882.3 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 151985 0 0 0 88172 58 0 0 25 0 4 0 652730735 787312640 115068 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=768860 CPUtime=874.1 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 200930 0 0 0 87328 82 0 0 25 0 4 0 652730735 787312640 115068 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3521.05
Current children cumulated vsize (KiB) 768860

[startup+942.301 s]
/proc/loadavg: 8.13 8.09 8.02 9/302 21409
/proc/meminfo: memFree=26812672/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=713916 CPUtime=3760.46 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 700162 0 0 0 375770 276 0 0 25 0 4 0 652730735 731049984 121111 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 178479 121111 379 95 0 173461 0
[pid=21381/tid=21382] ppid=21379 vsize=713916 CPUtime=942.3 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 188203 0 0 0 94155 75 0 0 25 0 4 0 652730735 731049984 121111 33554432000 4194304 4580107 140734138397840 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=713916 CPUtime=942.29 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 158738 0 0 0 94168 61 0 0 25 0 4 0 652730735 731049984 121111 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=713916 CPUtime=933.54 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 207091 0 0 0 93270 84 0 0 25 0 4 0 652730735 731049984 121111 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3760.46
Current children cumulated vsize (KiB) 713916

[startup+1002.3 s]
/proc/loadavg: 8.13 8.10 8.02 9/302 21411
/proc/meminfo: memFree=26773312/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=665536 CPUtime=3999.9 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 730349 0 0 0 399700 290 0 0 25 0 4 0 652730735 681508864 125404 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 166384 125404 379 95 0 161366 0
[pid=21381/tid=21382] ppid=21379 vsize=665536 CPUtime=1002.3 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 195406 0 0 0 100151 79 0 0 25 0 4 0 652730735 681508864 125404 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=665536 CPUtime=1002.3 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 167235 0 0 0 100165 65 0 0 25 0 4 0 652730735 681508864 125404 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=665536 CPUtime=992.99 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 214842 0 0 0 99210 89 0 0 25 0 4 0 652730735 681508864 125404 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.9
Current children cumulated vsize (KiB) 665536

[startup+1062.3 s]
/proc/loadavg: 8.20 8.12 8.03 9/302 21413
/proc/meminfo: memFree=26779856/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=665872 CPUtime=4239.36 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 759492 0 0 0 423630 306 0 0 25 0 4 0 652730735 681852928 122233 33554432000 4194304 4580107 140734138397840 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 166468 122233 379 95 0 161450 0
[pid=21381/tid=21382] ppid=21379 vsize=665872 CPUtime=1062.3 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 203693 0 0 0 106147 83 0 0 25 0 4 0 652730735 681852928 122233 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=665872 CPUtime=1062.3 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 175179 0 0 0 106161 69 0 0 25 0 4 0 652730735 681852928 122233 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=665872 CPUtime=1052.44 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 223099 0 0 0 105151 93 0 0 25 0 4 0 652730735 681852928 122233 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4239.36
Current children cumulated vsize (KiB) 665872

[startup+1122.3 s]
/proc/loadavg: 6.11 7.57 7.85 5/293 21432
/proc/meminfo: memFree=27299880/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=666160 CPUtime=4478.8 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 789958 0 0 0 447558 322 0 0 25 0 4 0 652730735 682147840 118892 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294574 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 166540 118892 379 95 0 161522 0
[pid=21381/tid=21382] ppid=21379 vsize=666160 CPUtime=1122.3 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 212145 0 0 0 112142 88 0 0 25 0 4 0 652730735 682147840 118892 33554432000 4194304 4580107 140734138397840 18446744073709551615 4507797 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=666160 CPUtime=1122.3 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 183280 0 0 0 112156 74 0 0 25 0 4 0 652730735 682147840 118892 33554432000 4194304 4580107 140734138397840 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=666160 CPUtime=1111.88 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 231802 0 0 0 111090 98 0 0 25 0 4 0 652730735 682147840 118892 33554432000 4194304 4580107 140734138397840 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4478.8
Current children cumulated vsize (KiB) 666160

[startup+1182.3 s]
/proc/loadavg: 4.77 6.92 7.60 5/293 21434
/proc/meminfo: memFree=27240220/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=767376 CPUtime=4718.27 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 827352 0 0 0 471489 338 0 0 25 0 4 0 652730735 785793024 134479 33554432000 4194304 4580107 140734138397840 18446744073709551615 4406350 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 191844 134479 379 95 0 186826 0
[pid=21381/tid=21382] ppid=21379 vsize=767376 CPUtime=1182.3 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 218634 0 0 0 118139 91 0 0 25 0 4 0 652730735 785793024 134479 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=767376 CPUtime=1182.3 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 195879 0 0 0 118151 79 0 0 25 0 4 0 652730735 785793024 134479 33554432000 4194304 4580107 140734138397840 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=767376 CPUtime=1171.34 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 239311 0 0 0 117031 103 0 0 25 0 4 0 652730735 785793024 134479 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4718.27
Current children cumulated vsize (KiB) 767376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 4.55 6.73 7.53 5/293 21435
/proc/meminfo: memFree=27241568/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=767448 CPUtime=4800.07 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 831105 0 0 0 479667 340 0 0 25 0 4 0 652730735 785866752 133962 33554432000 4194304 4580107 140734138397840 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 191862 133962 379 95 0 186844 0
[pid=21381/tid=21382] ppid=21379 vsize=767448 CPUtime=1202.81 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 221060 0 0 0 120189 92 0 0 25 0 4 0 652730735 785866752 133963 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=767448 CPUtime=1202.82 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 195879 0 0 0 120203 79 0 0 25 0 4 0 652730735 785866752 133963 33554432000 4194304 4580107 140734138397840 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=767448 CPUtime=1191.63 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 240639 0 0 0 119059 104 0 0 25 0 4 0 652730735 785866752 133963 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 767448

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

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

[startup+1202.8 s]
/proc/loadavg: 4.55 6.73 7.53 5/293 21435
/proc/meminfo: memFree=27241568/32951124 swapFree=63649232/67111528
[pid=21381] ppid=21379 vsize=767448 CPUtime=4800.07 cores=1,3,5,7
/proc/21381/stat : 21381 (strangenight2-m) R 21379 21381 20874 0 -1 4202496 831105 0 0 0 479667 340 0 0 25 0 4 0 652730735 785866752 133962 33554432000 4194304 4580107 140734138397840 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21381/statm: 191862 133962 379 95 0 186844 0
[pid=21381/tid=21382] ppid=21379 vsize=767448 CPUtime=1202.81 cores=1,3,5,7
/proc/21381/task/21382/stat : 21382 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 221060 0 0 0 120189 92 0 0 25 0 4 0 652730735 785866752 133963 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21381/tid=21383] ppid=21379 vsize=767448 CPUtime=1202.82 cores=1,3,5,7
/proc/21381/task/21383/stat : 21383 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 195879 0 0 0 120203 79 0 0 25 0 4 0 652730735 785866752 133963 33554432000 4194304 4580107 140734138397840 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21381/tid=21384] ppid=21379 vsize=767448 CPUtime=1191.63 cores=1,3,5,7
/proc/21381/task/21384/stat : 21384 (strangenight2-m) R 21379 21381 20874 0 -1 4202560 240639 0 0 0 119059 104 0 0 25 0 4 0 652730735 785866752 133963 33554432000 4194304 4580107 140734138397840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 767448

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.84
CPU time (s): 4800.14
CPU user time (s): 4796.71
CPU system time (s): 3.43148
CPU usage (%): 399.067
Max. virtual memory (cumulated for all children) (KiB): 839804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.71
system time used= 3.43148
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 831106
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= 334
involuntary context switches= 32152

runsolver used 3.03454 second user time and 8.16176 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 00:15:22
IDJOB=3366665
IDBENCH=83074
IDSOLVER=1844
FILE ID=node130/3366665-1305411322
RUNJOBID= node130-1305409993-21189
PBS_JOBID= 13324512
Free space on /tmp= 73424 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1650617512-037.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366665-1305411322/watcher-3366665-1305411322 -o /tmp/evaluation-result-3366665-1305411322/solver-3366665-1305411322 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366665-1305411322.cnf

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

MD5SUM BENCH= 00e397e3dd3a79476fc090c9f6643f84
RANDOM SEED=339801424

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27557632 kB
Buffers:        260276 kB
Cached:        3594836 kB
SwapCached:      10248 kB
Active:        1362512 kB
Inactive:      3760860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27557632 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            5452 kB
Writeback:           0 kB
AnonPages:     1266268 kB
Mapped:          13808 kB
Slab:           183020 kB
PageTables:      25388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51784480 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73424 MiB
End job on node130 at 2011-05-15 00:35:27