Trace number 3273947

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-1-mt? (TO) 4800.23 1201.84

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n140-s20078956-unsat.cnf
MD5SUM8d05c170d9e6ebfc370bd1d7f7c63d86
Bench CategoryCRAFTED (crafted 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 variables141
Number of clauses292
Sum of the clauses size876
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3292
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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3273947-1304128415.cnf'
0.00/0.00	c -- header says num vars:            141
0.00/0.00	c -- header says num clauses:         292
0.00/0.00	c -- clauses added:            0 learnts,          292 normals,            0 xors
0.00/0.00	c -- vars added        141
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       141       292         0         0       876         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       6 undec:     131 neg:       4
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       141       292         0         0       876         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
3.18/0.85	c  N st     8      4917       141       292         0      4392       876     88841   no data   no data  --
3.18/0.85	c  N st    10     11300       141       292         0      3976       876     64371   no data   no data  --
3.18/0.85	c  N st    11     17044       141       292         0      8780       876    186746   no data   no data  --
3.18/0.85	c  F st    12     25001       141       292         0     10908       876    228710   no data   no data  --
3.18/0.85	c  N st    12     25001       141       292         0     10908       876    228710   no data   no data  --
3.18/0.85	c Decided on static restart strategy
3.18/0.85	c  N st    18     30000       141       292         0      9525       876    161953   no data   no data  --
3.18/0.85	c  S st    18     30000       141       292         0      9525       876    161953   no data   no data  --
3.18/0.85	c  S st    18     30503       141       292         0     10015       876    171435   no data   no data  --
3.18/0.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.18/0.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.18/0.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.18/0.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.18/0.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.18/0.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
3.18/0.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.58/0.95	c lits-rem:       877  cl-subs:      529  v-elim:      0  v-fix:    0  time:  0.50 s
3.58/0.95	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.01
3.58/0.95	c calculated reachability. Time: 0.00
3.58/0.95	c  N st    18     30503       141       292         0      9486       876    157220   no data   no data  --
4.77/1.25	c  N st    20     37616       141       292         0      8906       876    137897   no data   no data  --
5.17/1.36	c  N st    21     44018       141       292         0     14364       876    256576   no data   no data  --
5.58/1.43	c  S st    22     45755       141       292         0      8057       876    107333   no data   no data  --
5.58/1.45	c  S st    22     46259       141       292         0      8539       876    116396   no data   no data  --
5.58/1.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.58/1.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.58/1.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.58/1.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.58/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.58/1.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
5.58/1.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.58/1.49	c lits-rem:       484  cl-subs:      120  v-elim:      0  v-fix:    0  time:  0.15 s
5.58/1.49	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
5.58/1.49	c vivif2 --  cl tried     8419 cl shrink        0 lits rem          0 time: 0.00
5.58/1.49	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.01
5.58/1.49	c calculated reachability. Time: 0.00
5.58/1.49	c  N st    22     46259       141       292         0      8419       876    113729   no data   no data  --
7.97/2.07	c  N st    23     60656       141       292         0     12501       876    207197   no data   no data  --
9.56/2.45	c  N st    24     69388       141       292         0     10437       876    138244   no data   no data  --
9.56/2.45	c  S st    24     69388       141       292         0     10437       876    138244   no data   no data  --
9.56/2.47	c  S st    24     69890       141       292         0     10920       876    148896   no data   no data  --
9.56/2.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.56/2.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.56/2.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
9.56/2.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.36/2.69	c lits-rem:       193  cl-subs:      175  v-elim:      0  v-fix:    0  time:  0.83 s
10.36/2.69	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
10.36/2.69	c vivif2 --  cl tried    10745 cl shrink        0 lits rem          0 time: 0.01
10.36/2.69	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.01
10.36/2.69	c calculated reachability. Time: 0.00
10.36/2.69	c  N st    24     69890       141       292         0     10745       876    144587   no data   no data  --
13.57/3.48	c  F st    25     87500       141       292         0     15760       876    279459   no data   no data  --
13.57/3.48	c  N st    25     87500       141       292         0     15760       876    279459   no data   no data  --
14.36/3.69	c Decided on static restart strategy
15.17/3.83	c  N st    32     95538       141       292         0     22993       876    459076   no data   no data  --
16.37/4.16	c  N st    34    104835       141       292         0     19512       876    322648   no data   no data  --
16.37/4.16	c  S st    34    104835       141       292         0     19512       876    322648   no data   no data  --
16.76/4.21	c  S st    34    105339       141       292         0     19999       876    333384   no data   no data  --
16.76/4.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.76/4.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.76/4.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
16.76/4.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.76/4.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.76/4.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
16.76/4.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.57/5.43	c lits-rem:      3209  cl-subs:     1264  v-elim:      0  v-fix:    0  time:  4.83 s
21.57/5.43	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
21.57/5.44	c vivif2 --  cl tried    18735 cl shrink        0 lits rem          0 time: 0.01
21.57/5.44	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.02
21.57/5.44	c calculated reachability. Time: 0.00
21.57/5.44	c  N st    34    105339       141       292         0     18735       876    295676   no data   no data  --
23.55/5.91	c  N st    35    114937       141       292         0     14902       876    214555   no data   no data  --
25.96/6.55	c  N st    36    129334       141       292         0     14371       876    182261   no data   no data  --
29.94/7.51	c  N st    37    150930       141       292         0     18785       876    274438   no data   no data  --
31.14/7.81	c  S st    38    158008       141       292         0     24811       876    419455   no data   no data  --
31.14/7.86	c  S st    38    158510       141       292         0     25300       876    429537   no data   no data  --
31.14/7.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.14/7.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.14/7.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
31.14/7.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.14/7.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.14/7.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
31.14/7.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.13/9.35	c lits-rem:      4085  cl-subs:     2236  v-elim:      0  v-fix:    0  time:  5.89 s
37.13/9.35	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
37.13/9.36	c vivif2 --  cl tried    23064 cl shrink        0 lits rem          0 time: 0.02
37.13/9.36	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.02
37.13/9.36	c calculated reachability. Time: 0.00
37.13/9.36	c  N st    38    158510       141       292         0     23064       876    365023   no data   no data  --
47.52/11.99	c  N st    39    207099       141       292         0     18698       876    260970   no data   no data  --
54.71/13.72	c  N st    40    237765       141       292         0     27933       876    472721   no data   no data  --
54.71/13.72	c  S st    40    237765       141       292         0     27933       876    472721   no data   no data  --
54.71/13.77	c  S st    40    238269       141       292         0     28421       876    483929   no data   no data  --
54.71/13.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
54.71/13.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
54.71/13.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
54.71/13.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
54.71/13.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.71/13.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
54.71/13.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
62.30/15.69	c lits-rem:      5270  cl-subs:     2532  v-elim:      0  v-fix:    0  time:  7.56 s
62.30/15.69	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
62.30/15.69	c vivif2 --  cl tried    25889 cl shrink        0 lits rem          0 time: 0.02
62.70/15.70	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.03
62.70/15.70	c calculated reachability. Time: 0.00
62.70/15.70	c  N st    40    238269       141       292         0     25889       876    408324   no data   no data  --
79.09/19.81	c  F st    41    306250       141       292         0     27673       876    432537   no data   no data  --
79.09/19.82	c  N st    41    306250       141       292         0     27673       876    432537   no data   no data  --
79.87/20.08	c Decided on static restart strategy
85.47/21.48	c  N st    51    334554       141       292         0     31753       876    505310   no data   no data  --
90.67/22.76	c  N st    53    357404       141       292         0     29613       876    429581   no data   no data  --
90.67/22.76	c  S st    53    357404       141       292         0     29613       876    429581   no data   no data  --
91.07/22.82	c  S st    53    357905       141       292         0     30098       876    440045   no data   no data  --
91.07/22.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
91.07/22.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.07/22.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
91.07/22.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.07/22.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.07/22.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
91.07/22.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
95.85/24.09	c lits-rem:      2185  cl-subs:     1364  v-elim:      0  v-fix:    0  time:  5.00 s
95.85/24.09	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
95.85/24.09	c vivif2 --  cl tried    28734 cl shrink        0 lits rem          0 time: 0.02
96.27/24.10	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.03
96.27/24.10	c calculated reachability. Time: 0.00
96.27/24.10	c  N st    53    357905       141       292         0     28734       876    404864   no data   no data  --
105.84/26.57	c  N st    54    390298       141       292         0     35436       876    604422   no data   no data  --
122.22/30.60	c  N st    55    438886       141       292         0     29751       876    439862   no data   no data  --
143.00/35.87	c  N st    56    511770       141       292         0     41208       876    686965   no data   no data  --
150.99/37.82	c  N st    57    536859       141       292         0     36209       876    561725   no data   no data  --
150.99/37.82	c  S st    57    536859       141       292         0     36209       876    561725   no data   no data  --
150.99/37.89	c  S st    57    537365       141       292         0     36695       876    573497   no data   no data  --
150.99/37.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
150.99/37.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
150.99/37.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
151.39/37.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
151.39/37.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
151.39/37.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
151.39/37.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
158.20/39.65	c lits-rem:      2708  cl-subs:     2107  v-elim:      0  v-fix:    0  time:  6.95 s
158.20/39.65	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
158.20/39.66	c vivif2 --  cl tried    34588 cl shrink        0 lits rem          0 time: 0.02
158.20/39.67	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.04
158.20/39.67	c calculated reachability. Time: 0.00
158.20/39.67	c  N st    57    537365       141       292         0     34588       876    518137   no data   no data  --
212.12/53.19	c  N st    58    701349       141       292         0     59399       876   1109324   no data   no data  --
251.26/62.96	c  N st    59    806049       141       292         0     53731       876    933234   no data   no data  --
251.26/62.96	c  S st    59    806049       141       292         0     53731       876    933234   no data   no data  --
251.66/63.06	c  S st    59    806554       141       292         0     54225       876    945187   no data   no data  --
251.66/63.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
251.66/63.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
251.66/63.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
252.06/63.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
252.06/63.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
252.06/63.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
252.06/63.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
280.03/70.16	c lits-rem:       171  cl-subs:     8432  v-elim:      0  v-fix:    0  time: 28.14 s
280.03/70.16	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
280.03/70.17	c vivif2 --  cl tried    45793 cl shrink        0 lits rem          0 time: 0.03
280.03/70.18	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.06
280.03/70.18	c calculated reachability. Time: 0.00
280.03/70.18	c  N st    59    806554       141       292         0     45793       876    728633   no data   no data  --
373.91/93.61	c  F st    60   1071875       141       292         0     61834       876   1076399   no data   no data  --
373.91/93.61	c  N st    60   1071875       141       292         0     61834       876   1076399   no data   no data  --
375.51/94.06	c Decided on static restart strategy
383.89/96.18	c  N st    70   1100180       141       292         0     48560       876    713910   no data   no data  --
397.48/99.56	c  N st    72   1136173       141       292         0     79993       876   1395260   no data   no data  --
409.07/102.46	c  N st    73   1168565       141       292         0     67687       876   1194518   no data   no data  --
426.64/106.89	c  N st    74   1209835       141       292         0     62956       876    998962   no data   no data  --
426.64/106.89	c  S st    74   1209835       141       292         0     62956       876    998962   no data   no data  --
427.44/107.04	c  S st    74   1210339       141       292         0     63451       876   1012098   no data   no data  --
427.44/107.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
427.44/107.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
427.44/107.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
427.83/107.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
427.83/107.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
427.83/107.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
427.83/107.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
445.01/111.49	c lits-rem:      1258  cl-subs:     3211  v-elim:      0  v-fix:    0  time: 17.48 s
445.01/111.49	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
445.41/111.50	c vivif2 --  cl tried    60240 cl shrink        0 lits rem          0 time: 0.05
445.41/111.54	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.14
445.41/111.54	c calculated reachability. Time: 0.00
445.41/111.54	c  N st    74   1210339       141       292         0     60240       876    926801   no data   no data  --
481.36/120.58	c  N st    75   1283221       141       292         0     80797       876   1434419   no data   no data  --
534.10/133.73	c  N st    76   1392545       141       292         0     45906       876    577787   no data   no data  --
601.65/150.62	c  N st    77   1556529       141       292         0     49321       876    629331   no data   no data  --
670.74/167.91	c  N st    78   1710342       141       292         0     84109       876   1411880   no data   no data  --
670.74/167.91	c  S st    78   1710342       141       292         0     84109       876   1411880   no data   no data  --
671.14/168.09	c  S st    78   1710844       141       292         0     84587       876   1422430   no data   no data  --
671.14/168.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
671.14/168.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
671.54/168.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.14
671.54/168.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
671.54/168.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
671.54/168.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
671.54/168.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
736.25/184.37	c lits-rem:      4986  cl-subs:    14057  v-elim:      0  v-fix:    0  time: 64.71 s
736.25/184.37	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
736.25/184.39	c vivif2 --  cl tried    70530 cl shrink        0 lits rem          0 time: 0.05
736.65/184.42	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.13
736.65/184.42	c calculated reachability. Time: 0.00
736.65/184.42	c  N st    78   1710844       141       292         0     70530       876   1084408   no data   no data  --
904.85/226.60	c  N st    79   2079810       141       292         0     81150       876   1230321   no data   no data  --
964.36/241.41	c  N st    80   2210844       141       292         0     85383       876   1325938   no data   no data  --
964.36/241.41	c  S st    80   2210844       141       292         0     85383       876   1325938   no data   no data  --
964.76/241.58	c  S st    80   2211349       141       292         0     85881       876   1338569   no data   no data  --
964.76/241.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
964.76/241.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
965.16/241.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.12
965.16/241.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
965.16/241.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
965.16/241.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
965.16/241.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1010.72/253.01	c lits-rem:      1816  cl-subs:    10097  v-elim:      0  v-fix:    0  time: 45.33 s
1010.72/253.01	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
1010.72/253.02	c vivif2 --  cl tried    75784 cl shrink        0 lits rem          0 time: 0.05
1010.72/253.06	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.13
1010.72/253.06	c calculated reachability. Time: 0.00
1010.72/253.06	c  N st    80   2211349       141       292         0     75784       876   1093908   no data   no data  --
1271.58/318.38	c  N st    81   2711351       141       292         0    103367       876   1819268   no data   no data  --
1271.58/318.38	c  S st    81   2711351       141       292         0    103367       876   1819268   no data   no data  --
1272.78/318.60	c  S st    81   2711853       141       292         0    103857       876   1831568   no data   no data  --
1272.78/318.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1272.78/318.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1272.78/318.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.17
1273.18/318.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1273.18/318.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1273.18/318.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
1273.18/318.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1355.46/339.35	c lits-rem:      9529  cl-subs:     5623  v-elim:      0  v-fix:    0  time: 82.40 s
1355.46/339.35	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
1355.46/339.37	c vivif2 --  cl tried    98234 cl shrink        0 lits rem          0 time: 0.08
1355.86/339.42	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.20
1355.86/339.42	c calculated reachability. Time: 0.00
1355.86/339.42	c  N st    81   2711853       141       292         0     98234       876   1664931   no data   no data  --
1659.86/415.52	c  N st    82   3211853       141       292         0     72194       876    952644   no data   no data  --
1659.86/415.52	c  S st    82   3211853       141       292         0     72194       876    952644   no data   no data  --
1660.26/415.64	c  S st    82   3212358       141       292         0     72683       876    963486   no data   no data  --
1660.26/415.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1660.26/415.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1660.26/415.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.10
1660.26/415.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1660.26/415.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1660.26/415.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
1660.26/415.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1676.24/419.62	c lits-rem:      5105  cl-subs:     4477  v-elim:      0  v-fix:    0  time: 15.63 s
1676.24/419.62	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
1676.24/419.63	c vivif2 --  cl tried    68206 cl shrink        0 lits rem          0 time: 0.04
1676.24/419.65	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.09
1676.24/419.65	c calculated reachability. Time: 0.00
1676.24/419.65	c  N st    82   3212358       141       292         0     68206       876    863987   no data   no data  --
1941.48/486.05	c  N st    83   3712358       141       292         0     80285       876   1042298   no data   no data  --
1941.48/486.05	c  S st    83   3712358       141       292         0     80285       876   1042298   no data   no data  --
1942.29/486.25	c  S st    83   3712863       141       292         0     80779       876   1054393   no data   no data  --
1942.29/486.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1942.29/486.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1942.29/486.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
1942.67/486.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1942.67/486.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1942.67/486.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
1942.67/486.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1957.85/490.16	c lits-rem:      2857  cl-subs:     1157  v-elim:      0  v-fix:    0  time: 15.31 s
1957.85/490.16	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
1957.85/490.17	c vivif2 --  cl tried    79622 cl shrink        0 lits rem          0 time: 0.05
1958.25/490.21	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.16
1958.25/490.21	c calculated reachability. Time: 0.00
1958.25/490.21	c  N st    83   3712863       141       292         0     79622       876   1024490   no data   no data  --
1978.22/495.23	c  F st    84   3751565       141       292         0    113780       876   1889104   no data   no data  --
1978.22/495.24	c  N st    84   3751565       141       292         0    113780       876   1889104   no data   no data  --
1981.44/496.07	c Decided on static restart strategy
1996.19/499.79	c  N st    94   3779865       141       292         0    139179       876   2491455   no data   no data  --
2014.97/504.45	c  N st    96   3815860       141       292         0     96649       876   1350695   no data   no data  --
2030.80/508.44	c  N st    97   3848252       141       292         0    122876       876   1931921   no data   no data  --
2057.72/515.29	c  N st    98   3896841       141       292         0     91018       876   1289160   no data   no data  --
2103.56/526.75	c  N st    99   3969723       141       292         0     78556       876    972713   no data   no data  --
2169.28/543.26	c  N st   100   4079046       141       292         0     98107       876   1466460   no data   no data  --
2245.18/562.25	c  N st   101   4212864       141       292         0    135728       876   2251451   no data   no data  --
2245.18/562.25	c  S st   101   4212864       141       292         0    135728       876   2251451   no data   no data  --
2246.38/562.50	c  S st   101   4213370       141       292         0    136225       876   2263250   no data   no data  --
2246.38/562.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2246.38/562.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2246.38/562.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.31
2246.78/562.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2246.78/562.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2246.78/562.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
2246.78/562.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2449.30/613.34	c lits-rem:      4532  cl-subs:    13704  v-elim:      0  v-fix:    0  time: 202.36 s
2449.30/613.34	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
2449.30/613.37	c vivif2 --  cl tried   122521 cl shrink        0 lits rem          0 time: 0.11
2449.70/613.45	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.33
2449.70/613.46	c calculated reachability. Time: 0.00
2449.70/613.46	c  N st   101   4213370       141       292         0    122521       876   1904063   no data   no data  --
2628.65/658.20	c  N st   102   4459347       141       292         0    101268       876   1426865   no data   no data  --
2772.47/694.20	c  N st   103   4713371       141       292         0    156454       876   2772259   no data   no data  --
2772.47/694.20	c  S st   103   4713371       141       292         0    156454       876   2772259   no data   no data  --
2773.67/694.52	c  S st   103   4713874       141       292         0    156945       876   2784066   no data   no data  --
2773.67/694.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2773.67/694.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2774.07/694.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.28
2774.07/694.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2774.07/694.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2774.07/694.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
2774.07/694.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3381.65/846.71	c lits-rem:     28078  cl-subs:    20884  v-elim:      0  v-fix:    0  time: 607.03 s
3381.65/846.71	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
3381.65/846.74	c vivif2 --  cl tried   136061 cl shrink        0 lits rem          0 time: 0.12
3382.05/846.83	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.36
3382.05/846.84	c calculated reachability. Time: 0.00
3382.05/846.84	c  N st   103   4713874       141       292         0    136061       876   2218405   no data   no data  --
3676.07/920.44	c  N st   104   5213874       141       292         0    147933       876   2518850   no data   no data  --
3676.07/920.44	c  S st   104   5213874       141       292         0    147933       876   2518850   no data   no data  --
3677.29/920.74	c  S st   104   5214377       141       292         0    148425       876   2531491   no data   no data  --
3677.29/920.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3677.29/920.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3677.66/920.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.30
3678.06/920.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3678.06/920.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3678.06/920.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
3678.06/920.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4318.81/1081.33	c lits-rem:     17800  cl-subs:    16877  v-elim:      0  v-fix:    0  time: 640.63 s
4318.81/1081.33	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
4318.81/1081.35	c vivif2 --  cl tried   131548 cl shrink        0 lits rem          0 time: 0.10
4319.19/1081.43	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.30
4319.19/1081.43	c calculated reachability. Time: 0.00
4319.19/1081.43	c  N st   104   5214377       141       292         0    131548       876   2086019   no data   no data  --
4647.16/1163.52	c  N st   105   5714377       141       292         0    123508       876   1895742   no data   no data  --
4647.16/1163.52	c  S st   105   5714377       141       292         0    123508       876   1895742   no data   no data  --
4647.97/1163.80	c  S st   105   5714882       141       292         0    124006       876   1908719   no data   no data  --
4648.38/1163.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4648.38/1163.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4648.38/1163.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.28
4648.75/1163.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4648.75/1163.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4648.75/1163.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
4648.75/1163.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  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: 935)

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-3273947-1304128415/watcher-3273947-1304128415 -o /tmp/evaluation-result-3273947-1304128415/solver-3273947-1304128415 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3273947-1304128415.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.07 8.07 8.05 6/180 5562
/proc/meminfo: memFree=30240404/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 524442211 52465664 352 33554432000 4194304 4650419 140734364774416 18446744073709551615 47490831722418 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 12809 356 306 112 0 7774 0
[pid=5562/tid=5563] ppid=5560 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 524442211 52465664 356 33554432000 4194304 4650419 140734364774416 18446744073709551615 222921777083 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 524442211 52465664 356 33554432000 4194304 4650419 140734364774416 18446744073709551615 47490831722422 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524442212 52465664 356 33554432000 4194304 4650419 140734364774416 18446744073709551615 222916824150 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.08924 s]
/proc/loadavg: 8.07 8.07 8.05 6/180 5562
/proc/meminfo: memFree=30240404/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=282436 CPUtime=0.33 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 1451 0 0 0 33 0 0 0 18 0 4 0 524442211 289214464 1166 33554432000 4194304 4650419 140734364774416 18446744073709551615 222921820295 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 70609 1166 392 112 0 65574 0
[pid=5562/tid=5563] ppid=5560 vsize=282436 CPUtime=0.08 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 253 0 0 0 8 0 0 0 18 0 4 0 524442211 289214464 1166 33554432000 4194304 4650419 140734364774416 18446744073709551615 4313695 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=282436 CPUtime=0.08 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 227 0 0 0 8 0 0 0 25 0 4 0 524442211 289214464 1166 33554432000 4194304 4650419 140734364774416 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=282436 CPUtime=0.08 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 279 0 0 0 8 0 0 0 18 0 4 0 524442212 289214464 1166 33554432000 4194304 4650419 140734364774416 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 282436

[startup+0.106819 s]
/proc/loadavg: 8.07 8.07 8.05 6/180 5562
/proc/meminfo: memFree=30240404/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=282992 CPUtime=0.4 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 1666 0 0 0 40 0 0 0 18 0 4 0 524442211 289783808 1165 33554432000 4194304 4650419 140734364774416 18446744073709551615 4314944 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 70748 1165 392 112 0 65713 0
[pid=5562/tid=5563] ppid=5560 vsize=282992 CPUtime=0.1 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 332 0 0 0 10 0 0 0 18 0 4 0 524442211 289783808 1165 33554432000 4194304 4650419 140734364774416 18446744073709551615 4364590 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=282992 CPUtime=0.1 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 316 0 0 0 10 0 0 0 25 0 4 0 524442211 289783808 1165 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=282992 CPUtime=0.1 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 300 0 0 0 10 0 0 0 18 0 4 0 524442212 289783808 1165 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366398 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282992

[startup+0.300784 s]
/proc/loadavg: 8.07 8.07 8.05 6/180 5562
/proc/meminfo: memFree=30240404/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=283724 CPUtime=1.18 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 2930 0 0 0 118 0 0 0 18 0 4 0 524442211 290533376 1692 33554432000 4194304 4650419 140734364774416 18446744073709551615 4364336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 70931 1692 392 112 0 65896 0
[pid=5562/tid=5563] ppid=5560 vsize=283724 CPUtime=0.29 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 665 0 0 0 29 0 0 0 18 0 4 0 524442211 290533376 1692 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=283724 CPUtime=0.29 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 648 0 0 0 29 0 0 0 25 0 4 0 524442211 290533376 1692 33554432000 4194304 4650419 140734364774416 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=283724 CPUtime=0.29 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 580 0 0 0 29 0 0 0 18 0 4 0 524442212 290533376 1692 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283724

[startup+0.700711 s]
/proc/loadavg: 8.07 8.07 8.05 6/180 5562
/proc/meminfo: memFree=30240404/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=284836 CPUtime=2.78 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 5248 0 0 0 278 0 0 0 18 0 4 0 524442211 291672064 2313 33554432000 4194304 4650419 140734364774416 18446744073709551615 4303975 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 71209 2313 393 112 0 66174 0
[pid=5562/tid=5563] ppid=5560 vsize=284836 CPUtime=0.69 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 1164 0 0 0 69 0 0 0 18 0 4 0 524442211 291672064 2313 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=284836 CPUtime=0.69 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 1290 0 0 0 69 0 0 0 25 0 4 0 524442211 291672064 2314 33554432000 4194304 4650419 140734364774416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=284836 CPUtime=0.69 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 1152 0 0 0 69 0 0 0 18 0 4 0 524442212 291672064 2314 33554432000 4194304 4650419 140734364774416 18446744073709551615 4355025 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284836

[startup+1.50057 s]
/proc/loadavg: 8.07 8.07 8.05 9/184 5566
/proc/meminfo: memFree=30224376/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=293112 CPUtime=5.98 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 12354 0 0 0 597 1 0 0 20 0 4 0 524442211 300146688 6797 33554432000 4194304 4650419 140734364774416 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 73278 6798 394 112 0 68243 0
[pid=5562/tid=5563] ppid=5560 vsize=293112 CPUtime=1.49 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 3131 0 0 0 149 0 0 0 19 0 4 0 524442211 300146688 6798 33554432000 4194304 4650419 140734364774416 18446744073709551615 4306746 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=293112 CPUtime=1.48 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 3659 0 0 0 148 0 0 0 25 0 4 0 524442211 300146688 6798 33554432000 4194304 4650419 140734364774416 18446744073709551615 4438387 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=293112 CPUtime=1.49 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 1951 0 0 0 149 0 0 0 20 0 4 0 524442212 300146688 6798 33554432000 4194304 4650419 140734364774416 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 293112

[startup+3.10028 s]
/proc/loadavg: 8.07 8.07 8.05 9/184 5566
/proc/meminfo: memFree=30202672/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=311136 CPUtime=12.37 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 18974 0 0 0 1235 2 0 0 25 0 4 0 524442211 318603264 10844 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 77784 10844 394 112 0 72749 0
[pid=5562/tid=5563] ppid=5560 vsize=311136 CPUtime=3.09 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 5208 0 0 0 309 0 0 0 25 0 4 0 524442211 318603264 10844 33554432000 4194304 4650419 140734364774416 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=311136 CPUtime=3.08 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 4311 0 0 0 308 0 0 0 25 0 4 0 524442211 318603264 10844 33554432000 4194304 4650419 140734364774416 18446744073709551615 4360544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=311136 CPUtime=3.08 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 4481 0 0 0 308 0 0 0 25 0 4 0 524442212 318603264 10844 33554432000 4194304 4650419 140734364774416 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 311136

[startup+6.30069 s]
/proc/loadavg: 8.07 8.07 8.05 9/184 5566
/proc/meminfo: memFree=30188784/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=302812 CPUtime=25.15 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 29383 0 0 0 2512 3 0 0 25 0 4 0 524442211 310079488 15289 33554432000 4194304 4650419 140734364774416 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 75703 15289 394 112 0 70668 0
[pid=5562/tid=5563] ppid=5560 vsize=302812 CPUtime=6.28 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 7715 0 0 0 628 0 0 0 25 0 4 0 524442211 310079488 15289 33554432000 4194304 4650419 140734364774416 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=302812 CPUtime=6.26 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 7144 0 0 0 626 0 0 0 25 0 4 0 524442211 310079488 15289 33554432000 4194304 4650419 140734364774416 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=302812 CPUtime=6.28 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 6712 0 0 0 628 0 0 0 25 0 4 0 524442212 310079488 15289 33554432000 4194304 4650419 140734364774416 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 302812

[startup+12.7005 s]
/proc/loadavg: 8.06 8.06 8.05 9/184 5566
/proc/meminfo: memFree=30156740/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=307248 CPUtime=50.72 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 46897 0 0 0 5065 7 0 0 25 0 4 0 524442211 314621952 22025 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 76812 22025 394 112 0 71777 0
[pid=5562/tid=5563] ppid=5560 vsize=307248 CPUtime=12.69 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 13751 0 0 0 1267 2 0 0 25 0 4 0 524442211 314621952 22025 33554432000 4194304 4650419 140734364774416 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=307248 CPUtime=12.62 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 11460 0 0 0 1261 1 0 0 25 0 4 0 524442211 314621952 22025 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=307248 CPUtime=12.68 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 9809 0 0 0 1267 1 0 0 25 0 4 0 524442212 314621952 22025 33554432000 4194304 4650419 140734364774416 18446744073709551615 4310813 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 307248

[startup+25.5012 s]
/proc/loadavg: 8.05 8.06 8.05 9/184 5566
/proc/meminfo: memFree=30124236/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=300120 CPUtime=101.85 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 69474 0 0 0 10172 13 0 0 25 0 4 0 524442211 307322880 26144 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366068 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 75030 26144 394 112 0 69995 0
[pid=5562/tid=5563] ppid=5560 vsize=300120 CPUtime=25.48 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 19016 0 0 0 2545 3 0 0 25 0 4 0 524442211 307322880 26144 33554432000 4194304 4650419 140734364774416 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=300120 CPUtime=25.36 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 18692 0 0 0 2533 3 0 0 25 0 4 0 524442211 307322880 26145 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=300120 CPUtime=25.49 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 14624 0 0 0 2546 3 0 0 25 0 4 0 524442212 307322880 26145 33554432000 4194304 4650419 140734364774416 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 300120

[startup+51.1005 s]
/proc/loadavg: 8.17 8.09 8.06 9/184 5567
/proc/meminfo: memFree=30093220/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=306912 CPUtime=204.12 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 113772 0 0 0 20391 21 0 0 25 0 4 0 524442211 314277888 33165 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 76728 33165 394 112 0 71693 0
[pid=5562/tid=5563] ppid=5560 vsize=306912 CPUtime=51.09 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 30386 0 0 0 5104 5 0 0 25 0 4 0 524442211 314277888 33165 33554432000 4194304 4650419 140734364774416 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=306912 CPUtime=50.84 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 30443 0 0 0 5078 6 0 0 25 0 4 0 524442211 314277888 33165 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=306912 CPUtime=51.09 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 22945 0 0 0 5104 5 0 0 25 0 4 0 524442212 314277888 33165 33554432000 4194304 4650419 140734364774416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 306912

[startup+102.307 s]
/proc/loadavg: 8.06 8.07 8.05 9/184 5568
/proc/meminfo: memFree=30029936/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=319628 CPUtime=408.69 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 182794 0 0 0 40829 40 0 0 25 0 4 0 524442211 327299072 48444 33554432000 4194304 4650419 140734364774416 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 79907 48444 394 112 0 74872 0
[pid=5562/tid=5563] ppid=5560 vsize=319628 CPUtime=102.29 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 53357 0 0 0 10220 9 0 0 25 0 4 0 524442211 327299072 48444 33554432000 4194304 4650419 140734364774416 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=319628 CPUtime=101.78 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 46518 0 0 0 10167 11 0 0 25 0 4 0 524442211 327299072 48444 33554432000 4194304 4650419 140734364774416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=319628 CPUtime=102.29 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 36455 0 0 0 10221 8 0 0 25 0 4 0 524442212 327299072 48444 33554432000 4194304 4650419 140734364774416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.69
Current children cumulated vsize (KiB) 319628

[startup+162.301 s]

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

[pid=5562] ppid=5560 vsize=631588 CPUtime=2565.16 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 563151 0 0 0 256352 164 0 0 25 0 4 0 524442211 646746112 108832 33554432000 4194304 4650419 140734364774416 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 157897 108832 394 112 0 152862 0
[pid=5562/tid=5563] ppid=5560 vsize=631588 CPUtime=642.13 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 168179 0 0 0 64162 51 0 0 25 0 4 0 524442211 646746112 108832 33554432000 4194304 4650419 140734364774416 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=631588 CPUtime=638.97 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 137735 0 0 0 63856 41 0 0 25 0 4 0 524442211 646746112 108832 33554432000 4194304 4650419 140734364774416 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=631588 CPUtime=642.26 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 90159 0 0 0 64199 27 0 0 25 0 4 0 524442212 646746112 108832 33554432000 4194304 4650419 140734364774416 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2565.16
Current children cumulated vsize (KiB) 631588

[startup+702.3 s]
/proc/loadavg: 8.18 8.13 8.07 9/184 6123
/proc/meminfo: memFree=29507444/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=631940 CPUtime=2804.83 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 601114 0 0 0 280307 176 0 0 25 0 4 0 524442211 647106560 117749 33554432000 4194304 4650419 140734364774416 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 157985 117749 394 112 0 152950 0
[pid=5562/tid=5563] ppid=5560 vsize=631940 CPUtime=702.12 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 179129 0 0 0 70159 53 0 0 25 0 4 0 524442211 647106560 117749 33554432000 4194304 4650419 140734364774416 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=631940 CPUtime=698.65 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 147723 0 0 0 69821 44 0 0 25 0 4 0 524442211 647106560 117749 33554432000 4194304 4650419 140734364774416 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=631940 CPUtime=702.25 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 90383 0 0 0 70198 27 0 0 25 0 4 0 524442212 647106560 117749 33554432000 4194304 4650419 140734364774416 18446744073709551615 4334116 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2804.83
Current children cumulated vsize (KiB) 631940

[startup+762.307 s]
/proc/loadavg: 8.10 8.12 8.07 9/184 6125
/proc/meminfo: memFree=29457424/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=632436 CPUtime=3044.53 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 628084 0 0 0 304266 187 0 0 25 0 4 0 524442211 647614464 115563 33554432000 4194304 4650419 140734364774416 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 158109 115563 394 112 0 153074 0
[pid=5562/tid=5563] ppid=5560 vsize=632436 CPUtime=762.12 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 189192 0 0 0 76155 57 0 0 25 0 4 0 524442211 647614464 115563 33554432000 4194304 4650419 140734364774416 18446744073709551615 4432396 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=632436 CPUtime=758.33 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 157882 0 0 0 75786 47 0 0 25 0 4 0 524442211 647614464 115563 33554432000 4194304 4650419 140734364774416 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=632436 CPUtime=762.26 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 97131 0 0 0 76194 32 0 0 25 0 4 0 524442212 647614464 115563 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3044.53
Current children cumulated vsize (KiB) 632436

[startup+822.3 s]
/proc/loadavg: 8.07 8.11 8.07 9/184 6127
/proc/meminfo: memFree=29411868/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=648420 CPUtime=3284.18 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 647793 0 0 0 328222 196 0 0 25 0 4 0 524442211 663982080 120687 33554432000 4194304 4650419 140734364774416 18446744073709551615 4476324 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 162105 120687 394 112 0 157070 0
[pid=5562/tid=5563] ppid=5560 vsize=648420 CPUtime=822.1 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 198937 0 0 0 82148 62 0 0 25 0 4 0 524442211 663982080 120687 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=648420 CPUtime=818 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 158419 0 0 0 81753 47 0 0 25 0 4 0 524442211 663982080 120687 33554432000 4194304 4650419 140734364774416 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=648420 CPUtime=822.25 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 102837 0 0 0 82190 35 0 0 25 0 4 0 524442212 663982080 120687 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.18
Current children cumulated vsize (KiB) 648420

[startup+882.301 s]
/proc/loadavg: 8.12 8.12 8.07 9/184 6128
/proc/meminfo: memFree=29428088/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=619472 CPUtime=3523.86 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 676655 0 0 0 352178 208 0 0 25 0 4 0 524442211 634339328 117009 33554432000 4194304 4650419 140734364774416 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 154868 117009 394 112 0 149833 0
[pid=5562/tid=5563] ppid=5560 vsize=619472 CPUtime=882.1 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 208153 0 0 0 88144 66 0 0 25 0 4 0 524442211 634339328 117009 33554432000 4194304 4650419 140734364774416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=619472 CPUtime=877.68 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 164864 0 0 0 87718 50 0 0 25 0 4 0 524442211 634339328 117009 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=619472 CPUtime=882.25 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 108728 0 0 0 88189 36 0 0 25 0 4 0 524442212 634339328 117009 33554432000 4194304 4650419 140734364774416 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3523.86
Current children cumulated vsize (KiB) 619472

[startup+942.301 s]
/proc/loadavg: 8.11 8.11 8.07 9/184 6130
/proc/meminfo: memFree=29357108/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=730668 CPUtime=3763.54 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 703788 0 0 0 376137 217 0 0 25 0 4 0 524442211 748204032 126586 33554432000 4194304 4650419 140734364774416 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 182667 126586 394 112 0 177632 0
[pid=5562/tid=5563] ppid=5560 vsize=730668 CPUtime=942.09 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 213850 0 0 0 94141 68 0 0 25 0 4 0 524442211 748204032 126586 33554432000 4194304 4650419 140734364774416 18446744073709551615 4313054 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=730668 CPUtime=937.37 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 172548 0 0 0 93684 53 0 0 25 0 4 0 524442211 748204032 126586 33554432000 4194304 4650419 140734364774416 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=730668 CPUtime=942.26 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 112645 0 0 0 94188 38 0 0 25 0 4 0 524442212 748204032 126586 33554432000 4194304 4650419 140734364774416 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.54
Current children cumulated vsize (KiB) 730668

[startup+1002.3 s]
/proc/loadavg: 8.08 8.10 8.07 9/184 6131
/proc/meminfo: memFree=29285032/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=729192 CPUtime=4003.22 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 723300 0 0 0 400098 224 0 0 25 0 4 0 524442211 746692608 133274 33554432000 4194304 4650419 140734364774416 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 182298 133274 394 112 0 177263 0
[pid=5562/tid=5563] ppid=5560 vsize=729192 CPUtime=1002.1 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 220539 0 0 0 100137 73 0 0 25 0 4 0 524442211 746692608 133274 33554432000 4194304 4650419 140734364774416 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=729192 CPUtime=997.05 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 173031 0 0 0 99651 54 0 0 25 0 4 0 524442211 746692608 133274 33554432000 4194304 4650419 140734364774416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=729192 CPUtime=1002.26 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 124640 0 0 0 100186 40 0 0 25 0 4 0 524442212 746692608 133274 33554432000 4194304 4650419 140734364774416 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.22
Current children cumulated vsize (KiB) 729192

[startup+1062.3 s]
/proc/loadavg: 8.14 8.11 8.08 9/184 6133
/proc/meminfo: memFree=29249164/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=673320 CPUtime=4242.89 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 744455 0 0 0 424056 233 0 0 25 0 4 0 524442211 689479680 135386 33554432000 4194304 4650419 140734364774416 18446744073709551615 4476812 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 168330 135386 394 112 0 163295 0
[pid=5562/tid=5563] ppid=5560 vsize=673320 CPUtime=1062.08 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 221629 0 0 0 106135 73 0 0 25 0 4 0 524442211 689479680 135386 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=673320 CPUtime=1056.72 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 183503 0 0 0 105612 60 0 0 25 0 4 0 524442211 689479680 135386 33554432000 4194304 4650419 140734364774416 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=673320 CPUtime=1062.27 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 134092 0 0 0 106185 42 0 0 25 0 4 0 524442212 689479680 135386 33554432000 4194304 4650419 140734364774416 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4242.89
Current children cumulated vsize (KiB) 673320

[startup+1122.3 s]
/proc/loadavg: 8.10 8.10 8.08 9/184 6135
/proc/meminfo: memFree=29187100/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=760256 CPUtime=4482.58 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 778927 0 0 0 448012 246 0 0 25 0 4 0 524442211 778502144 141771 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 190064 141771 394 112 0 185029 0
[pid=5562/tid=5563] ppid=5560 vsize=760256 CPUtime=1122.09 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 232840 0 0 0 112131 78 0 0 25 0 4 0 524442211 778502144 141771 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=760256 CPUtime=1116.4 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 195018 0 0 0 111576 64 0 0 25 0 4 0 524442211 778502144 141771 33554432000 4194304 4650419 140734364774416 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=760256 CPUtime=1122.26 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 141657 0 0 0 112182 44 0 0 25 0 4 0 524442212 778502144 141771 33554432000 4194304 4650419 140734364774416 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.58
Current children cumulated vsize (KiB) 760256

[startup+1182.3 s]
/proc/loadavg: 8.04 8.08 8.07 9/184 6136
/proc/meminfo: memFree=29191900/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=766576 CPUtime=4722.26 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 793973 0 0 0 471971 255 0 0 25 0 4 0 524442211 784973824 141824 33554432000 4194304 4650419 140734364774416 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 191644 141824 394 112 0 186609 0
[pid=5562/tid=5563] ppid=5560 vsize=766576 CPUtime=1182.08 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 237459 0 0 0 118129 79 0 0 25 0 4 0 524442211 784973824 141824 33554432000 4194304 4650419 140734364774416 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=766576 CPUtime=1176.09 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 198751 0 0 0 117541 68 0 0 25 0 4 0 524442211 784973824 141824 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=766576 CPUtime=1182.26 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 144919 0 0 0 118180 46 0 0 25 0 4 0 524442212 784973824 141824 33554432000 4194304 4650419 140734364774416 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.26
Current children cumulated vsize (KiB) 766576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.10 8.09 8.07 9/184 6137
/proc/meminfo: memFree=29178992/32951124 swapFree=67110188/67111528
[pid=5562] ppid=5560 vsize=766576 CPUtime=4800.17 cores=0,2,4,6
/proc/5562/stat : 5562 (strangenight1-m) R 5560 5562 5377 0 -1 4202496 797577 0 0 0 479760 257 0 0 25 0 4 0 524442211 784973824 145360 33554432000 4194304 4650419 140734364774416 18446744073709551615 4439268 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5562/statm: 191644 145360 394 112 0 186609 0
[pid=5562/tid=5563] ppid=5560 vsize=766576 CPUtime=1201.58 cores=0,2,4,6
/proc/5562/task/5563/stat : 5563 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 237459 0 0 0 120079 79 0 0 25 0 4 0 524442211 784973824 145360 33554432000 4194304 4650419 140734364774416 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5562/tid=5564] ppid=5560 vsize=766576 CPUtime=1195.48 cores=0,2,4,6
/proc/5562/task/5564/stat : 5564 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 201684 0 0 0 119479 69 0 0 25 0 4 0 524442211 784973824 145360 33554432000 4194304 4650419 140734364774416 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5562/tid=5565] ppid=5560 vsize=766576 CPUtime=1201.78 cores=0,2,4,6
/proc/5562/task/5565/stat : 5565 (strangenight1-m) R 5560 5562 5377 0 -1 4202560 145590 0 0 0 120131 47 0 0 25 0 4 0 524442212 784973824 145360 33554432000 4194304 4650419 140734364774416 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 766576

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.84
CPU time (s): 4800.23
CPU user time (s): 4797.63
CPU system time (s): 2.6056
CPU usage (%): 399.406
Max. virtual memory (cumulated for all children) (KiB): 870796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.63
system time used= 2.6056
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 797577
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= 263
involuntary context switches= 39355

runsolver used 1.90071 second user time and 4.42433 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-30 03:53:35
IDJOB=3273947
IDBENCH=83150
IDSOLVER=1588
FILE ID=node109/3273947-1304128415
RUNJOBID= node109-1304126485-5395
PBS_JOBID= 13170769
Free space on /tmp= 72380 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n140-s20078956-unsat.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273947-1304128415/watcher-3273947-1304128415 -o /tmp/evaluation-result-3273947-1304128415/solver-3273947-1304128415 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3273947-1304128415.cnf

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

MD5SUM BENCH= 8d05c170d9e6ebfc370bd1d7f7c63d86
RANDOM SEED=213265223

node109.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	: 5332.75
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30240568 kB
Buffers:        759748 kB
Cached:        1009460 kB
SwapCached:        712 kB
Active:         647496 kB
Inactive:      1675220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30240568 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:            6220 kB
Writeback:           0 kB
AnonPages:      552252 kB
Mapped:          15424 kB
Slab:           324472 kB
PageTables:       6292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   965008 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= 73012 MiB
End job on node109 at 2011-04-30 04:13:38