Trace number 3366686

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.1 1203.04

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1885965779-049.UNKNOWN.cnf
MD5SUM465b21028c8505bfc2ee7974d056b900
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 variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366686-1305412056.cnf'
0.00/0.01	c -- header says num vars:            600
0.00/0.01	c -- header says num clauses:        2556
0.00/0.01	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.01	c -- vars added        600
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       600      2556         0         0      7668         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2556/2556 lits-rem:0 time: 0.00
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.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    600 time:  0.00 s
0.00/0.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.06	c lits-rem:         0  cl-subs:        0  v-elim:     13  v-fix:    0  time:  0.00 s
0.00/0.06	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.06	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.06	c calculated reachability. Time: 0.00
0.00/0.06	c Calc default polars -  time:   0.00 s pos:     286 undec:      72 neg:     242
0.00/0.06	c =========================================================================================
0.00/0.06	c types(t): F = full restart, N = normal restart
0.00/0.06	c types(t): S = simplification begin/end, E = solution found
0.00/0.06	c restart types(rt): st = static, dy = dynamic
0.00/0.06	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.06	c  B st     0         0       587      2545         0         0      7714         0   no data   no data
0.00/0.16	c Decided on static restart strategy
0.62/0.17	c  N st     8      4919       587      2545         0      4851      7714    128962   no data   no data
1.58/0.43	c  N st    10     11303       587      2545         0      4502      7714     87695   no data   no data
2.77/0.72	c  N st    11     17047       587      2545         0     10181      7714    255291   no data   no data
4.39/1.17	c  F st    12     25001       587      2545         0     12469      7714    324440   no data   no data
4.39/1.17	c  N st    12     25001       587      2545         0     12469      7714    324440   no data   no data
5.56/1.41	c Decided on static restart strategy
5.56/1.41	c  N st    18     30000       587      2545         0     10731      7714    232456   no data   no data
5.56/1.41	c  S st    18     30000       587      2545         0     10731      7714    232456   no data   no data
5.56/1.45	c  S st    18     30503       587      2545         0     11234      7714    246372   no data   no data
5.56/1.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.56/1.45	c blocked clauses removed:        0 vars:      0 tried:         587 T: 0.00 s
5.56/1.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
5.56/1.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.56/1.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.56/1.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.51	c lits-rem:       137  cl-subs:      366  v-elim:      0  v-fix:    0  time:  0.05 s
5.96/1.52	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.01
5.96/1.52	c calculated reachability. Time: 0.00
5.96/1.52	c  N st    18     30503       587      2545         0     10868      7714    234588   no data   no data
7.56/1.95	c  N st    20     37615       587      2545         0     10103      7714    192132   no data   no data
9.19/2.35	c  N st    21     44015       587      2545         0     16364      7714    371222   no data   no data
9.55/2.46	c  S st    22     45755       587      2545         0      9311      7714    154024   no data   no data
9.55/2.49	c  S st    22     46256       587      2545         0      9812      7714    166375   no data   no data
9.55/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.55/2.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.55/2.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.55/2.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
9.55/2.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.55/2.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.95/2.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.51	c lits-rem:         7  cl-subs:       44  v-elim:      0  v-fix:    0  time:  0.01 s
9.95/2.51	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
9.95/2.51	c vivif2 --  cl tried     9768 cl shrink        0 lits rem          0 time: 0.00
9.95/2.51	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.01
9.95/2.51	c calculated reachability. Time: 0.00
9.95/2.51	c  N st    22     46256       587      2545         0      9768      7714    165074   no data   no data
13.58/3.49	c  N st    23     60653       587      2545         0     14123      7714    269066   no data   no data
16.33/4.13	c  N st    24     69386       587      2545         0     11957      7714    201541   no data   no data
16.33/4.13	c  S st    24     69386       587      2545         0     11957      7714    201541   no data   no data
16.33/4.16	c  S st    24     69891       587      2545         0     12462      7714    214178   no data   no data
16.33/4.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.33/4.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.33/4.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.33/4.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.33/4.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.33/4.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
16.33/4.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.33/4.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.33/4.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.33/4.19	c lits-rem:        19  cl-subs:      110  v-elim:      0  v-fix:    0  time:  0.02 s
16.33/4.19	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
16.74/4.20	c vivif2 --  cl tried    12352 cl shrink        0 lits rem          0 time: 0.00
16.74/4.20	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.01
16.74/4.20	c calculated reachability. Time: 0.00
16.74/4.20	c  N st    24     69891       587      2545         0     12352      7714    210946   no data   no data
21.94/5.60	c  F st    25     87501       587      2545         0     17821      7714    356904   no data   no data
21.94/5.60	c  N st    25     87501       587      2545         0     17821      7714    356904   no data   no data
23.92/6.00	c Decided on static restart strategy
24.71/6.25	c  N st    32     95539       587      2545         0     12959      7714    194772   no data   no data
27.51/6.93	c  N st    34    104837       587      2545         0     22083      7714    447090   no data   no data
27.51/6.93	c  S st    34    104837       587      2545         0     22083      7714    447090   no data   no data
27.51/6.99	c  S st    34    105341       587      2545         0     22585      7714    459740   no data   no data
27.51/6.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.51/7.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.91/7.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.91/7.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.91/7.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.91/7.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
27.91/7.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
27.91/7.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.91/7.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.71/7.20	c lits-rem:       212  cl-subs:      829  v-elim:      0  v-fix:    0  time:  0.18 s
28.71/7.20	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
28.71/7.20	c vivif2 --  cl tried    21756 cl shrink        0 lits rem          0 time: 0.00
28.71/7.21	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.01
28.71/7.22	c calculated reachability. Time: 0.00
28.71/7.22	c  N st    34    105341       587      2545         0     21756      7714    433193   no data   no data
31.89/8.08	c  N st    35    114939       587      2545         0     17427      7714    285264   no data   no data
37.48/9.43	c  N st    36    129337       587      2545         0     16851      7714    253915   no data   no data
45.06/11.35	c  N st    37    150934       587      2545         0     22342      7714    388264   no data   no data
47.86/12.00	c  S st    38    158013       587      2545         0     29336      7714    574921   no data   no data
47.86/12.07	c  S st    38    158521       587      2545         0     29844      7714    589210   no data   no data
47.86/12.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.86/12.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.86/12.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.86/12.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.86/12.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.86/12.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
47.86/12.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
47.86/12.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
48.28/12.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.45/12.49	c lits-rem:       329  cl-subs:     1196  v-elim:      0  v-fix:    0  time:  0.38 s
49.45/12.49	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
49.85/12.50	c vivif2 --  cl tried    28648 cl shrink        0 lits rem          0 time: 0.01
49.85/12.52	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.02
49.85/12.52	c calculated reachability. Time: 0.00
49.85/12.52	c  N st    38    158521       587      2545         0     28648      7714    555614   no data   no data
69.81/17.54	c  N st    39    207110       587      2545         0     23256      7714    371611   no data   no data
82.57/20.78	c  N st    40    237781       587      2545         0     33785      7714    651480   no data   no data
82.57/20.78	c  S st    40    237781       587      2545         0     33785      7714    651480   no data   no data
82.97/20.87	c  S st    40    238287       587      2545         0     34289      7714    664267   no data   no data
82.97/20.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.97/20.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
82.97/20.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.97/20.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.97/20.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.97/20.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
82.97/20.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
82.97/20.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
83.40/20.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.37/21.42	c lits-rem:       329  cl-subs:     1094  v-elim:      0  v-fix:    0  time:  0.51 s
85.37/21.42	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
85.37/21.42	c vivif2 --  cl tried    33195 cl shrink        0 lits rem          0 time: 0.01
85.37/21.45	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.02
85.37/21.45	c calculated reachability. Time: 0.00
85.37/21.45	c  N st    40    238287       587      2545         0     33195      7714    632164   no data   no data
118.50/29.74	c  F st    41    306250       587      2545         0     35178      7714    669938   no data   no data
118.50/29.74	c  N st    41    306250       587      2545         0     35178      7714    669938   no data   no data
121.68/30.56	c Decided on static restart strategy
133.24/33.43	c  N st    51    334552       587      2545         0     39403      7714    731625   no data   no data
144.84/36.31	c  N st    53    357430       587      2545         0     37330      7714    666658   no data   no data
144.84/36.31	c  S st    53    357430       587      2545         0     37330      7714    666658   no data   no data
144.84/36.40	c  S st    53    357936       587      2545         0     37836      7714    679085   no data   no data
144.84/36.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
145.25/36.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
145.25/36.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
145.25/36.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
145.25/36.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.25/36.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
145.25/36.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
145.25/36.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
145.25/36.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.41/36.79	c lits-rem:       255  cl-subs:      939  v-elim:      0  v-fix:    0  time:  0.34 s
146.41/36.79	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
146.81/36.80	c vivif2 --  cl tried    36897 cl shrink        0 lits rem          0 time: 0.01
146.81/36.82	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.02
146.81/36.82	c calculated reachability. Time: 0.00
146.81/36.82	c  N st    53    357936       587      2545         0     36897      7714    649509   no data   no data
165.16/41.40	c  N st    54    390331       587      2545         0     43144      7714    803557   no data   no data
192.70/48.35	c  N st    55    438919       587      2545         0     36786      7714    579335   no data   no data
235.79/59.19	c  N st    56    511802       587      2545         0     50329      7714    929876   no data   no data
251.75/63.11	c  N st    57    536904       587      2545         0     44576      7714    767965   no data   no data
251.75/63.11	c  S st    57    536904       587      2545         0     44576      7714    767965   no data   no data
252.15/63.23	c  S st    57    537405       587      2545         0     45075      7714    780933   no data   no data
252.15/63.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
252.15/63.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
252.15/63.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
252.15/63.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
252.15/63.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
252.15/63.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
252.15/63.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
252.15/63.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
252.15/63.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
254.98/63.94	c lits-rem:       371  cl-subs:     1236  v-elim:      0  v-fix:    0  time:  0.66 s
254.98/63.94	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
254.98/63.95	c vivif2 --  cl tried    43839 cl shrink        0 lits rem          0 time: 0.01
254.98/63.98	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.03
254.98/63.98	c calculated reachability. Time: 0.00
254.98/63.98	c  N st    57    537405       587      2545         0     43839      7714    742920   no data   no data
375.04/94.05	c  N st    58    701389       587      2545         0     37800      7714    460510   no data   no data
459.23/115.14	c  N st    59    806107       587      2545         0     67218      7714   1323566   no data   no data
459.23/115.14	c  S st    59    806107       587      2545         0     67218      7714   1323566   no data   no data
460.03/115.32	c  S st    59    806612       587      2545         0     67720      7714   1337334   no data   no data
460.03/115.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
460.03/115.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
460.03/115.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
460.03/115.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
460.03/115.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
460.03/115.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
460.03/115.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
460.03/115.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
460.43/115.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
472.40/118.45	c lits-rem:      1047  cl-subs:     2380  v-elim:      0  v-fix:    0  time:  3.04 s
472.40/118.45	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
472.40/118.47	c vivif2 --  cl tried    65340 cl shrink        0 lits rem          0 time: 0.02
472.80/118.53	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.06
472.80/118.53	c calculated reachability. Time: 0.00
472.80/118.53	c  N st    59    806612       587      2545         0     65340      7714   1263188   no data   no data
706.64/177.13	c  F st    60   1071875       587      2545         0     81354      7714   1545953   no data   no data
706.64/177.13	c  N st    60   1071875       587      2545         0     81354      7714   1545953   no data   no data
712.19/178.52	c Decided on static restart strategy
731.75/183.47	c  N st    70   1100179       587      2545         0     65089      7714   1059451   no data   no data
764.10/191.55	c  N st    72   1136174       587      2545         0     55242      7714    747793   no data   no data
794.41/199.15	c  N st    73   1168567       587      2545         0     87008      7714   1611554   no data   no data
840.27/210.62	c  N st    74   1209920       587      2545         0     81430      7714   1453335   no data   no data
840.27/210.62	c  S st    74   1209920       587      2545         0     81430      7714   1453335   no data   no data
841.47/210.93	c  S st    74   1210423       587      2545         0     81932      7714   1465956   no data   no data
841.47/210.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
841.47/210.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
841.47/210.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
841.47/210.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
841.47/210.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
841.47/210.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
841.47/210.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
841.87/211.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
841.87/211.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
859.02/215.38	c lits-rem:       572  cl-subs:     2628  v-elim:      0  v-fix:    0  time:  4.32 s
859.02/215.38	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
859.42/215.40	c vivif2 --  cl tried    79304 cl shrink        0 lits rem          0 time: 0.02
859.42/215.48	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.08
859.42/215.48	c calculated reachability. Time: 0.00
859.42/215.48	c  N st    74   1210423       587      2545         0     79304      7714   1391173   no data   no data
938.44/235.24	c  N st    75   1283306       587      2545         0     55458      7714    688995   no data   no data
1067.70/267.63	c  N st    76   1392630       587      2545         0     63548      7714    856621   no data   no data
1252.84/314.04	c  N st    77   1556614       587      2545         0     68326      7714    969270   no data   no data
1441.58/361.35	c  N st    78   1710424       587      2545         0    110373      7714   2091221   no data   no data
1441.58/361.35	c  S st    78   1710424       587      2545         0    110373      7714   2091221   no data   no data
1443.18/361.70	c  S st    78   1710926       587      2545         0    110873      7714   2103964   no data   no data
1443.18/361.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1443.18/361.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1443.18/361.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1443.18/361.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1443.18/361.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1443.18/361.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
1443.18/361.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1443.18/361.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1443.58/361.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1506.22/377.54	c lits-rem:       628  cl-subs:     7441  v-elim:      0  v-fix:    0  time: 15.69 s
1506.22/377.54	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
1506.22/377.57	c vivif2 --  cl tried   103432 cl shrink        0 lits rem          0 time: 0.03
1506.62/377.68	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.11
1506.62/377.69	c calculated reachability. Time: 0.00
1506.62/377.69	c  N st    78   1710926       587      2545         0    103432      7714   1904604   no data   no data
1968.26/493.37	c  N st    79   2079890       587      2545         0    114901      7714   2150000   no data   no data
2137.88/535.85	c  N st    80   2210927       587      2545         0    119013      7714   2181733   no data   no data
2137.88/535.85	c  S st    80   2210927       587      2545         0    119013      7714   2181733   no data   no data
2139.44/536.23	c  S st    80   2211432       587      2545         0    119517      7714   2194524   no data   no data
2139.44/536.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2139.84/536.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2139.84/536.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2139.84/536.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2139.84/536.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2139.84/536.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
2139.84/536.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2139.84/536.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2139.84/536.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2203.30/552.21	c lits-rem:       454  cl-subs:     8357  v-elim:      0  v-fix:    0  time: 15.82 s
2203.30/552.21	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
2203.30/552.24	c vivif2 --  cl tried   111160 cl shrink        0 lits rem          0 time: 0.03
2203.72/552.37	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.13
2203.72/552.37	c calculated reachability. Time: 0.00
2203.72/552.37	c  N st    80   2211432       587      2545         0    111160      7714   1989744   no data   no data
2873.21/720.13	c  N st    81   2711432       587      2545         0    134961      7714   2520508   no data   no data
2873.21/720.13	c  S st    81   2711432       587      2545         0    134961      7714   2520508   no data   no data
2874.82/720.58	c  S st    81   2711939       587      2545         0    135468      7714   2533983   no data   no data
2874.82/720.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2875.24/720.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
2875.24/720.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2875.24/720.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2875.24/720.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2875.24/720.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
2875.24/720.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2875.59/720.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2875.59/720.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2947.42/738.78	c lits-rem:       789  cl-subs:     8496  v-elim:      0  v-fix:    0  time: 18.00 s
2947.42/738.78	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
2947.82/738.81	c vivif2 --  cl tried   126972 cl shrink        0 lits rem          0 time: 0.04
2948.22/738.96	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.15
2948.22/738.96	c calculated reachability. Time: 0.00
2948.22/738.96	c  N st    81   2711939       587      2545         0    126972      7714   2325118   no data   no data
3695.17/926.20	c  N st    82   3211939       587      2545         0    102722      7714   1494742   no data   no data
3695.17/926.20	c  S st    82   3211939       587      2545         0    102722      7714   1494742   no data   no data
3696.75/926.53	c  S st    82   3212442       587      2545         0    103225      7714   1507941   no data   no data
3696.75/926.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3696.75/926.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
3696.75/926.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3696.75/926.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3696.75/926.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3696.75/926.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
3696.75/926.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3697.15/926.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3697.15/926.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3707.54/929.23	c lits-rem:       341  cl-subs:     2464  v-elim:      0  v-fix:    0  time:  2.58 s
3707.54/929.23	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
3707.54/929.26	c vivif2 --  cl tried   100761 cl shrink        0 lits rem          0 time: 0.02
3707.94/929.36	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.11
3707.94/929.37	c calculated reachability. Time: 0.00
3707.94/929.37	c  N st    82   3212442       587      2545         0    100761      7714   1443181   no data   no data
4463.26/1118.61	c  N st    83   3712442       587      2545         0    111381      7714   1637882   no data   no data
4463.26/1118.61	c  S st    83   3712442       587      2545         0    111381      7714   1637882   no data   no data
4464.45/1118.95	c  S st    83   3712944       587      2545         0    111882      7714   1651150   no data   no data
4464.45/1118.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4464.85/1119.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
4464.85/1119.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4464.85/1119.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4464.85/1119.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4464.85/1119.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    587 time:  0.00 s
4464.85/1119.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4464.85/1119.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4464.85/1119.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4486.40/1124.43	c lits-rem:       232  cl-subs:     4492  v-elim:      0  v-fix:    0  time:  5.34 s
4486.40/1124.43	c vivif2 --  cl tried     2545 cl shrink        0 lits rem          0 time: 0.00
4486.40/1124.46	c vivif2 --  cl tried   107390 cl shrink        0 lits rem          0 time: 0.02
4486.80/1124.57	c asymm  cl-useful: 0/2545/2545 lits-rem:0 time: 0.11
4486.80/1124.57	c calculated reachability. Time: 0.00
4486.80/1124.57	c  N st    83   3712944       587      2545         0    107390      7714   1521986   no data   no data
4546.25/1139.47	c  F st    84   3751562       587      2545         0    145361      7714   2648532   no data   no data
4546.25/1139.47	c  N st    84   3751562       587      2545         0    145361      7714   2648532   no data   no data
4557.82/1142.37	c Decided on static restart strategy
4605.30/1154.20	c  N st    94   3779868       587      2545         0     90047      7714    980536   no data   no data
4660.77/1168.12	c  N st    96   3815863       587      2545         0    125437      7714   2008756   no data   no data
4725.40/1184.31	c  N st    97   3848255       587      2545         0    157126      7714   2910172   no data   no data
4799.62/1202.97	c  N st    98   3896844       587      2545         0    120576      7714   1880074   no data   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366686-1305412056/watcher-3366686-1305412056 -o /tmp/evaluation-result-3366686-1305412056/solver-3366686-1305412056 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366686-1305412056.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.12 7.98 5.90 6/311 14384
/proc/meminfo: memFree=12305908/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 652804396 52396032 348 33554432000 4194304 4580107 140735960189632 18446744073709551615 46974376396712 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 12792 348 299 95 0 7774 0
[pid=14384/tid=14385] ppid=14382 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652804396 52396032 348 33554432000 4194304 4580107 140735960189632 18446744073709551615 46974376396712 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652804396 52396032 348 33554432000 4194304 4580107 140735960189632 18446744073709551615 46974376396722 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652804396 52396032 348 33554432000 4194304 4580107 140735960189632 18446744073709551615 235594922993 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.161532 s]
/proc/loadavg: 8.12 7.98 5.90 6/311 14384
/proc/meminfo: memFree=12305908/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=282512 CPUtime=0.62 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 2081 0 0 0 62 0 0 0 25 0 4 0 652804396 289292288 1933 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 70628 1933 377 95 0 65610 0
[pid=14384/tid=14385] ppid=14382 vsize=282512 CPUtime=0.15 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 457 0 0 0 15 0 0 0 25 0 4 0 652804396 289292288 1933 33554432000 4194304 4580107 140735960189632 18446744073709551615 4295831 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=282512 CPUtime=0.15 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 424 0 0 0 15 0 0 0 25 0 4 0 652804396 289292288 1933 33554432000 4194304 4580107 140735960189632 18446744073709551615 4293151 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=282512 CPUtime=0.14 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 342 0 0 0 14 0 0 0 25 0 4 0 652804396 289292288 1933 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 282512

[startup+0.200507 s]
/proc/loadavg: 8.12 7.98 5.90 6/311 14384
/proc/meminfo: memFree=12305908/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=283808 CPUtime=0.78 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 2527 0 0 0 78 0 0 0 25 0 4 0 652804396 290619392 1743 33554432000 4194304 4580107 140735960189632 18446744073709551615 4293952 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 70952 1743 377 95 0 65934 0
[pid=14384/tid=14385] ppid=14382 vsize=283808 CPUtime=0.19 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 569 0 0 0 19 0 0 0 25 0 4 0 652804396 290619392 1743 33554432000 4194304 4580107 140735960189632 18446744073709551615 4293179 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=283808 CPUtime=0.19 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 535 0 0 0 19 0 0 0 25 0 4 0 652804396 290619392 1743 33554432000 4194304 4580107 140735960189632 18446744073709551615 4318294 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=283808 CPUtime=0.18 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 451 0 0 0 18 0 0 0 25 0 4 0 652804396 290619392 1743 33554432000 4194304 4580107 140735960189632 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283808

[startup+0.300489 s]
/proc/loadavg: 8.12 7.98 5.90 6/311 14384
/proc/meminfo: memFree=12305908/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=283980 CPUtime=1.18 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 2980 0 0 0 118 0 0 0 25 0 4 0 652804396 290795520 2196 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294345 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 70995 2196 377 95 0 65977 0
[pid=14384/tid=14385] ppid=14382 vsize=283980 CPUtime=0.29 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 677 0 0 0 29 0 0 0 25 0 4 0 652804396 290795520 2196 33554432000 4194304 4580107 140735960189632 18446744073709551615 4293198 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=283980 CPUtime=0.29 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 654 0 0 0 29 0 0 0 25 0 4 0 652804396 290795520 2196 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=283980 CPUtime=0.28 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 560 0 0 0 28 0 0 0 25 0 4 0 652804396 290795520 2196 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283980

[startup+0.70042 s]
/proc/loadavg: 8.12 7.98 5.90 6/311 14384
/proc/meminfo: memFree=12305908/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=285008 CPUtime=2.77 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 4653 0 0 0 277 0 0 0 25 0 4 0 652804396 291848192 2896 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 71252 2896 377 95 0 66234 0
[pid=14384/tid=14385] ppid=14382 vsize=285008 CPUtime=0.69 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 1093 0 0 0 69 0 0 0 25 0 4 0 652804396 291848192 2896 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=285008 CPUtime=0.69 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 1071 0 0 0 69 0 0 0 25 0 4 0 652804396 291848192 2896 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=285008 CPUtime=0.68 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 976 0 0 0 68 0 0 0 25 0 4 0 652804396 291848192 2896 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294460 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285008

[startup+1.50028 s]
/proc/loadavg: 8.11 7.98 5.91 9/315 14388
/proc/meminfo: memFree=12286404/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=286376 CPUtime=5.96 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 9459 0 0 0 595 1 0 0 25 0 4 0 652804396 293249024 4915 33554432000 4194304 4580107 140735960189632 18446744073709551615 4416036 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 71594 4915 379 95 0 66576 0
[pid=14384/tid=14385] ppid=14382 vsize=286376 CPUtime=1.49 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 1901 0 0 0 149 0 0 0 25 0 4 0 652804396 293249024 4916 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=286376 CPUtime=1.49 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 1912 0 0 0 149 0 0 0 25 0 4 0 652804396 293249024 4916 33554432000 4194304 4580107 140735960189632 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=286376 CPUtime=1.47 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 1819 0 0 0 147 0 0 0 25 0 4 0 652804396 293249024 4916 33554432000 4194304 4580107 140735960189632 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286376

[startup+3.101 s]
/proc/loadavg: 8.11 7.98 5.91 9/315 14388
/proc/meminfo: memFree=12248956/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=282788 CPUtime=12.35 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 18761 0 0 0 1232 3 0 0 25 0 4 0 652804396 289574912 10579 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 70697 10579 379 95 0 65679 0
[pid=14384/tid=14385] ppid=14382 vsize=282788 CPUtime=3.09 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 4162 0 0 0 309 0 0 0 25 0 4 0 652804396 289574912 10579 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=282788 CPUtime=3.09 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 5335 0 0 0 308 1 0 0 25 0 4 0 652804396 289574912 10579 33554432000 4194304 4580107 140735960189632 18446744073709551615 4293755 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=282788 CPUtime=3.05 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 4108 0 0 0 305 0 0 0 25 0 4 0 652804396 289574912 10579 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294585 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) 282788

[startup+6.30044 s]
/proc/loadavg: 8.10 7.98 5.92 9/315 14388
/proc/meminfo: memFree=12214180/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=291556 CPUtime=25.11 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 29997 0 0 0 2506 5 0 0 25 0 4 0 652804396 298553344 15610 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 72889 15610 379 95 0 67871 0
[pid=14384/tid=14385] ppid=14382 vsize=291556 CPUtime=6.29 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 7766 0 0 0 629 0 0 0 25 0 4 0 652804396 298553344 15610 33554432000 4194304 4580107 140735960189632 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=291556 CPUtime=6.29 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 8769 0 0 0 627 2 0 0 25 0 4 0 652804396 298553344 15610 33554432000 4194304 4580107 140735960189632 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=291556 CPUtime=6.22 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 5684 0 0 0 621 1 0 0 25 0 4 0 652804396 298553344 15610 33554432000 4194304 4580107 140735960189632 18446744073709551615 4321030 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) 291556

[startup+12.7003 s]
/proc/loadavg: 8.09 7.98 5.93 9/315 14388
/proc/meminfo: memFree=12175132/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=297824 CPUtime=50.65 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 47944 0 0 0 5057 8 0 0 25 0 4 0 652804396 304971776 22602 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 74456 22603 379 95 0 69438 0
[pid=14384/tid=14385] ppid=14382 vsize=297824 CPUtime=12.69 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 12294 0 0 0 1268 1 0 0 25 0 4 0 652804396 304971776 22603 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=297824 CPUtime=12.69 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 12314 0 0 0 1267 2 0 0 25 0 4 0 652804396 304971776 22603 33554432000 4194304 4580107 140735960189632 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=297824 CPUtime=12.56 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 9717 0 0 0 1254 2 0 0 25 0 4 0 652804396 304971776 22603 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294460 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 297824

[startup+25.5011 s]
/proc/loadavg: 8.15 8.00 5.96 9/315 14388
/proc/meminfo: memFree=12120324/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=310604 CPUtime=101.72 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 73146 0 0 0 10158 14 0 0 25 0 4 0 652804396 318058496 29639 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 77651 29639 379 95 0 72633 0
[pid=14384/tid=14385] ppid=14382 vsize=310604 CPUtime=25.48 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 19917 0 0 0 2546 2 0 0 25 0 4 0 652804396 318058496 29639 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=310604 CPUtime=25.49 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 19881 0 0 0 2545 4 0 0 25 0 4 0 652804396 318058496 29639 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=310604 CPUtime=25.22 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 12503 0 0 0 2520 2 0 0 25 0 4 0 652804396 318058496 29639 33554432000 4194304 4580107 140735960189632 18446744073709551615 4293148 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 310604

[startup+51.1006 s]
/proc/loadavg: 8.20 8.03 6.03 9/315 14389
/proc/meminfo: memFree=12071552/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=374716 CPUtime=203.86 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 103029 0 0 0 20364 22 0 0 25 0 4 0 652804396 383709184 39791 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 93679 39791 379 95 0 88661 0
[pid=14384/tid=14385] ppid=14382 vsize=374716 CPUtime=51.09 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 25115 0 0 0 5105 4 0 0 25 0 4 0 652804396 383709184 39791 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=374716 CPUtime=51.09 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 29053 0 0 0 5102 7 0 0 25 0 4 0 652804396 383709184 39791 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=374716 CPUtime=50.57 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 19553 0 0 0 5053 4 0 0 25 0 4 0 652804396 383709184 39791 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 374716

[startup+102.301 s]
/proc/loadavg: 8.09 8.02 6.13 9/315 14391
/proc/meminfo: memFree=12019204/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=395976 CPUtime=408.18 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 142965 0 0 0 40781 37 0 0 25 0 4 0 652804396 405479424 49808 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 98994 49808 379 95 0 93976 0
[pid=14384/tid=14385] ppid=14382 vsize=395976 CPUtime=102.3 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 28367 0 0 0 10225 5 0 0 25 0 4 0 652804396 405479424 49809 33554432000 4194304 4580107 140735960189632 18446744073709551615 4406385 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=395976 CPUtime=102.31 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 38203 0 0 0 10220 11 0 0 25 0 4 0 652804396 405479424 49809 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=395976 CPUtime=101.27 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 36923 0 0 0 10117 10 0 0 25 0 4 0 652804396 405479424 49809 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.18
Current children cumulated vsize (KiB) 395976

[startup+162.301 s]

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

[pid=14384] ppid=14382 vsize=569756 CPUtime=2802.18 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 386703 0 0 0 280056 162 0 0 25 0 4 0 652804396 583430144 92685 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 142439 92685 379 95 0 137421 0
[pid=14384/tid=14385] ppid=14382 vsize=569756 CPUtime=702.31 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 34903 0 0 0 70223 8 0 0 25 0 4 0 652804396 583430144 92685 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=569756 CPUtime=702.3 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 113114 0 0 0 70176 54 0 0 25 0 4 0 652804396 583430144 92685 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294616 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=569756 CPUtime=695.28 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 131553 0 0 0 69473 55 0 0 25 0 4 0 652804396 583430144 92685 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2802.18
Current children cumulated vsize (KiB) 569756

[startup+762.3 s]
/proc/loadavg: 8.15 8.12 7.13 9/315 14408
/proc/meminfo: memFree=11686272/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=623052 CPUtime=3041.61 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 411048 0 0 0 303987 174 0 0 25 0 4 0 652804396 638005248 99455 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 155763 99455 379 95 0 150745 0
[pid=14384/tid=14385] ppid=14382 vsize=623052 CPUtime=762.32 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 35182 0 0 0 76224 8 0 0 25 0 4 0 652804396 638005248 99456 33554432000 4194304 4580107 140735960189632 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=623052 CPUtime=762.32 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 120350 0 0 0 76174 58 0 0 25 0 4 0 652804396 638005248 99456 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=623052 CPUtime=754.69 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 138703 0 0 0 75410 59 0 0 25 0 4 0 652804396 638005248 99456 33554432000 4194304 4580107 140735960189632 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3041.61
Current children cumulated vsize (KiB) 623052

[startup+822.301 s]
/proc/loadavg: 8.18 8.13 7.19 9/315 14410
/proc/meminfo: memFree=11647552/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=687932 CPUtime=3281 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 434393 0 0 0 327914 186 0 0 25 0 4 0 652804396 704442368 109334 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 171983 109334 379 95 0 166965 0
[pid=14384/tid=14385] ppid=14382 vsize=687932 CPUtime=822.31 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 37350 0 0 0 82222 9 0 0 25 0 4 0 652804396 704442368 109334 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=687932 CPUtime=822.31 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 127910 0 0 0 82169 62 0 0 25 0 4 0 652804396 704442368 109334 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=687932 CPUtime=814.08 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 145586 0 0 0 81346 62 0 0 25 0 4 0 652804396 704442368 109334 33554432000 4194304 4580107 140735960189632 18446744073709551615 4304894 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3281
Current children cumulated vsize (KiB) 687932

[startup+882.311 s]
/proc/loadavg: 8.25 8.15 7.26 9/315 14411
/proc/meminfo: memFree=11617892/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=637184 CPUtime=3520.43 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 458194 0 0 0 351847 196 0 0 25 0 4 0 652804396 652476416 112909 33554432000 4194304 4580107 140735960189632 18446744073709551615 4318435 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 159296 112909 379 95 0 154278 0
[pid=14384/tid=14385] ppid=14382 vsize=637184 CPUtime=882.31 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 38692 0 0 0 88222 9 0 0 25 0 4 0 652804396 652476416 112909 33554432000 4194304 4580107 140735960189632 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=637184 CPUtime=882.32 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 134956 0 0 0 88167 65 0 0 25 0 4 0 652804396 652476416 112909 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=637184 CPUtime=873.49 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 157674 0 0 0 87282 67 0 0 25 0 4 0 652804396 652476416 112909 33554432000 4194304 4580107 140735960189632 18446744073709551615 4406408 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3520.43
Current children cumulated vsize (KiB) 637184

[startup+942.301 s]
/proc/loadavg: 8.14 8.13 7.31 9/315 14413
/proc/meminfo: memFree=11591828/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=637780 CPUtime=3759.8 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 480191 0 0 0 375772 208 0 0 25 0 4 0 652804396 653086720 113107 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 159445 113107 379 95 0 154427 0
[pid=14384/tid=14385] ppid=14382 vsize=637780 CPUtime=942.3 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 38754 0 0 0 94221 9 0 0 25 0 4 0 652804396 653086720 113107 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=637780 CPUtime=942.31 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 145166 0 0 0 94161 70 0 0 25 0 4 0 652804396 653086720 113107 33554432000 4194304 4580107 140735960189632 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=637780 CPUtime=932.88 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 164172 0 0 0 93218 70 0 0 25 0 4 0 652804396 653086720 113107 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3759.8
Current children cumulated vsize (KiB) 637780

[startup+1002.3 s]
/proc/loadavg: 8.10 8.12 7.35 9/315 14414
/proc/meminfo: memFree=11568592/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=638020 CPUtime=3999.21 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 500282 0 0 0 399703 218 0 0 25 0 4 0 652804396 653332480 117299 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 159505 117299 379 95 0 154487 0
[pid=14384/tid=14385] ppid=14382 vsize=638020 CPUtime=1002.31 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 38985 0 0 0 100222 9 0 0 25 0 4 0 652804396 653332480 117299 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=638020 CPUtime=1002.31 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 151465 0 0 0 100158 73 0 0 25 0 4 0 652804396 653332480 117299 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=638020 CPUtime=992.28 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 171084 0 0 0 99154 74 0 0 25 0 4 0 652804396 653332480 117299 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.21
Current children cumulated vsize (KiB) 638020

[startup+1062.3 s]
/proc/loadavg: 8.08 8.11 7.39 9/315 14416
/proc/meminfo: memFree=11561368/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=691040 CPUtime=4238.61 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 515908 0 0 0 423633 228 0 0 25 0 4 0 652804396 707624960 121164 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 172760 121164 379 95 0 167742 0
[pid=14384/tid=14385] ppid=14382 vsize=691040 CPUtime=1062.32 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 39310 0 0 0 106222 10 0 0 25 0 4 0 652804396 707624960 121164 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=691040 CPUtime=1062.32 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 157250 0 0 0 106155 77 0 0 25 0 4 0 652804396 707624960 121164 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=691040 CPUtime=1051.69 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 176594 0 0 0 105092 77 0 0 25 0 4 0 652804396 707624960 121164 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4238.61
Current children cumulated vsize (KiB) 691040

[startup+1122.3 s]
/proc/loadavg: 8.12 8.12 7.44 9/315 14418
/proc/meminfo: memFree=11551040/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=691388 CPUtime=4478.01 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 535389 0 0 0 447564 237 0 0 25 0 4 0 652804396 707981312 121076 33554432000 4194304 4580107 140735960189632 18446744073709551615 4406440 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 172847 121076 379 95 0 167829 0
[pid=14384/tid=14385] ppid=14382 vsize=691388 CPUtime=1122.32 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 39634 0 0 0 112222 10 0 0 25 0 4 0 652804396 707981312 121076 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=691388 CPUtime=1122.32 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 163927 0 0 0 112151 81 0 0 25 0 4 0 652804396 707981312 121076 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=691388 CPUtime=1111.09 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 184572 0 0 0 111029 80 0 0 25 0 4 0 652804396 707981312 121076 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4478.01
Current children cumulated vsize (KiB) 691388

[startup+1182.3 s]
/proc/loadavg: 8.08 8.11 7.48 9/315 14419
/proc/meminfo: memFree=11506620/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=702080 CPUtime=4717.43 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 554657 0 0 0 471494 249 0 0 25 0 4 0 652804396 718929920 127658 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 175520 127658 379 95 0 170502 0
[pid=14384/tid=14385] ppid=14382 vsize=702080 CPUtime=1182.32 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 41527 0 0 0 118221 11 0 0 25 0 4 0 652804396 718929920 127658 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=702080 CPUtime=1182.32 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 171574 0 0 0 118147 85 0 0 25 0 4 0 652804396 718929920 127658 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=702080 CPUtime=1170.49 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 190587 0 0 0 116966 83 0 0 25 0 4 0 652804396 718929920 127658 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4717.43
Current children cumulated vsize (KiB) 702080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.06 8.10 7.49 5/310 14421
/proc/meminfo: memFree=11789112/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=750204 CPUtime=4800.04 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 562360 0 0 0 479751 253 0 0 25 0 4 0 652804396 768208896 131009 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 187551 131009 379 95 0 182533 0
[pid=14384/tid=14385] ppid=14382 vsize=750204 CPUtime=1203.03 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 42491 0 0 0 120291 12 0 0 25 0 4 0 652804396 768208896 131009 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=750204 CPUtime=1203.02 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 174363 0 0 0 120216 86 0 0 25 0 4 0 652804396 768208896 131009 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=750204 CPUtime=1190.99 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 191855 0 0 0 119015 84 0 0 25 0 4 0 652804396 768208896 131010 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 750204

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

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

[startup+1203 s]
/proc/loadavg: 8.06 8.10 7.49 5/310 14421
/proc/meminfo: memFree=11789112/32950928 swapFree=67111348/67111528
[pid=14384] ppid=14382 vsize=750204 CPUtime=4800.04 cores=1,3,5,7
/proc/14384/stat : 14384 (strangenight2-m) R 14382 14384 14248 0 -1 4202496 562360 0 0 0 479751 253 0 0 25 0 4 0 652804396 768208896 131009 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14384/statm: 187551 131009 379 95 0 182533 0
[pid=14384/tid=14385] ppid=14382 vsize=750204 CPUtime=1203.03 cores=1,3,5,7
/proc/14384/task/14385/stat : 14385 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 42491 0 0 0 120291 12 0 0 25 0 4 0 652804396 768208896 131009 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14384/tid=14386] ppid=14382 vsize=750204 CPUtime=1203.02 cores=1,3,5,7
/proc/14384/task/14386/stat : 14386 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 174363 0 0 0 120216 86 0 0 25 0 4 0 652804396 768208896 131009 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14384/tid=14387] ppid=14382 vsize=750204 CPUtime=1190.99 cores=1,3,5,7
/proc/14384/task/14387/stat : 14387 (strangenight2-m) R 14382 14384 14248 0 -1 4202560 191855 0 0 0 119015 84 0 0 25 0 4 0 652804396 768208896 131010 33554432000 4194304 4580107 140735960189632 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 750204

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.04
CPU time (s): 4800.1
CPU user time (s): 4797.55
CPU system time (s): 2.55461
CPU usage (%): 398.998
Max. virtual memory (cumulated for all children) (KiB): 789768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.55
system time used= 2.55461
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 562363
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= 223
involuntary context switches= 34797

runsolver used 3.33849 second user time and 8.71368 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-15 00:27:36
IDJOB=3366686
IDBENCH=83095
IDSOLVER=1844
FILE ID=node120/3366686-1305412056
RUNJOBID= node120-1305410849-14267
PBS_JOBID= 13324526
Free space on /tmp= 73504 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1885965779-049.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366686-1305412056/watcher-3366686-1305412056 -o /tmp/evaluation-result-3366686-1305412056/solver-3366686-1305412056 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366686-1305412056.cnf

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

MD5SUM BENCH= 465b21028c8505bfc2ee7974d056b900
RANDOM SEED=1432317713

node120.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.809
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.809
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	: 5226.07
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.809
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.809
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.809
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.78
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.809
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.809
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.82
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.809
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:     32950928 kB
MemFree:      12306436 kB
Buffers:        258568 kB
Cached:        3583800 kB
SwapCached:          0 kB
Active:       17378332 kB
Inactive:      2978004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12306436 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           10888 kB
Writeback:           0 kB
AnonPages:    16514352 kB
Mapped:          24792 kB
Slab:           174368 kB
PageTables:      48660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51644524 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= 73500 MiB
End job on node120 at 2011-05-15 00:47:41