Trace number 3174163

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? (TO) 4800.2 1202.94

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1396350646-062.SATISFIABLE.cnf
MD5SUM74a1475d318f4f1a9026a9771426aa49
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.008997
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174163-1304106718.cnf'
0.00/0.00	c -- header says num vars:            125
0.00/0.00	c -- header says num clauses:        2662
0.00/0.00	c -- clauses added:            0 learnts,         2662 normals,            0 xors
0.00/0.00	c -- vars added        125
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       125      2662         0         0     13310         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.58	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.58	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.58	c calculated reachability. Time: 0.00
0.00/0.58	c Calc default polars -  time:   0.00 s pos:      64 undec:       4 neg:      57
0.00/0.58	c =========================================================================================
0.00/0.58	c types(t): F = full restart, N = normal restart
0.00/0.58	c types(t): S = simplification begin/end, E = solution found
0.00/0.58	c restart types(rt): st = static, dy = dynamic
0.00/0.58	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.58	c  B st     0         0       125      2662         0         0     13310         0   no data   no data
0.00/0.58	c Decided on static restart strategy
0.00/0.58	c  N st     8      4916       125      2662         0      4694     13310    121554   no data   no data
0.00/0.58	c  N st    10     11301       125      2662         0      4296     13310     85611   no data   no data
0.00/0.58	c  N st    11     17044       125      2662         0      9722     13310    231065   no data   no data
3.46/0.90	c  F st    12     25000       125      2662         0     11891     13310    283353   no data   no data
3.46/0.91	c  N st    12     25000       125      2662         0     11891     13310    283353   no data   no data
4.13/1.16	c Decided on static restart strategy
4.13/1.16	c  N st    18     30003       125      2662         0     10201     13310    224803   no data   no data
4.13/1.16	c  S st    18     30003       125      2662         0     10201     13310    224803   no data   no data
4.13/1.19	c  S st    18     30507       125      2662         0     10689     13310    237724   no data   no data
4.13/1.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.13/1.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.13/1.19	c blocked clauses removed:        0 vars:      0 tried:         125 T: 0.00 s
4.13/1.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.13/1.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.13/1.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4.13/1.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.13/1.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.92/1.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.48/1.66	c lits-rem:       287  cl-subs:     1398  v-elim:      0  v-fix:    0  time:  0.18 s
5.80/1.70	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.04
5.80/1.70	c calculated reachability. Time: 0.00
5.80/1.70	c  N st    18     30507       125      2662         0      9291     13310    198757   no data   no data
6.81/2.06	c  N st    20     37617       125      2662         0      8556     13310    165913   no data   no data
7.81/2.39	c  N st    21     44018       125      2662         0     14577     13310    320440   no data   no data
8.37/2.56	c  S st    22     45761       125      2662         0     16201     13310    361684   no data   no data
8.65/2.62	c  S st    22     46264       125      2662         0     16688     13310    374377   no data   no data
8.65/2.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.65/2.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.65/2.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.65/2.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.65/2.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.65/2.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
8.65/2.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.65/2.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.08/2.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/3.26	c lits-rem:       453  cl-subs:     1737  v-elim:      0  v-fix:    0  time:  0.41 s
10.34/3.26	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
10.34/3.27	c vivif2 --  cl tried    14951 cl shrink        0 lits rem          0 time: 0.00
10.68/3.33	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.06
10.68/3.33	c calculated reachability. Time: 0.00
10.68/3.33	c  N st    22     46264       125      2662         0     14951     13310    327138   no data   no data
13.35/4.15	c  N st    23     60663       125      2662         0     10765     13310    190095   no data   no data
15.25/4.66	c  N st    24     69396       125      2662         0     18928     13310    397079   no data   no data
15.25/4.66	c  S st    24     69396       125      2662         0     18928     13310    397079   no data   no data
15.65/4.71	c  S st    24     69900       125      2662         0     19415     13310    409530   no data   no data
15.65/4.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.65/4.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
15.65/4.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.65/4.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.65/4.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.65/4.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
15.65/4.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.65/4.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.65/4.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.04/5.35	c lits-rem:       617  cl-subs:     2184  v-elim:      0  v-fix:    0  time:  0.61 s
18.04/5.35	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
18.04/5.35	c vivif2 --  cl tried    17231 cl shrink        0 lits rem          0 time: 0.00
18.45/5.42	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.07
18.45/5.42	c calculated reachability. Time: 0.00
18.45/5.42	c  N st    24     69900       125      2662         0     17231     13310    354006   no data   no data
22.43/6.46	c  F st    25     87500       125      2662         0     12342     13310    210435   no data   no data
22.43/6.46	c  N st    25     87500       125      2662         0     12342     13310    210435   no data   no data
23.63/6.75	c Decided on static restart strategy
24.43/6.94	c  N st    32     95542       125      2662         0     19950     13310    407875   no data   no data
26.83/7.54	c  N st    34    104850       125      2662         0     16488     13310    308135   no data   no data
26.83/7.54	c  S st    34    104850       125      2662         0     16488     13310    308135   no data   no data
26.83/7.59	c  S st    34    105354       125      2662         0     16976     13310    320899   no data   no data
26.83/7.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.83/7.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
26.83/7.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.83/7.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.83/7.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.83/7.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
26.83/7.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.83/7.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.23/7.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.62/7.79	c lits-rem:       300  cl-subs:      995  v-elim:      0  v-fix:    0  time:  0.19 s
27.62/7.79	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
28.02/7.80	c vivif2 --  cl tried    15981 cl shrink        0 lits rem          0 time: 0.00
28.02/7.86	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.06
28.02/7.86	c calculated reachability. Time: 0.00
28.02/7.86	c  N st    34    105354       125      2662         0     15981     13310    294058   no data   no data
31.21/8.67	c  N st    35    114952       125      2662         0     25009     13310    514528   no data   no data
35.61/9.70	c  N st    36    129351       125      2662         0     25387     13310    530561   no data   no data
41.61/11.28	c  N st    37    150946       125      2662         0     16533     13310    261088   no data   no data
43.61/11.77	c  S st    38    158031       125      2662         0     23153     13310    428592   no data   no data
43.99/11.83	c  S st    38    158534       125      2662         0     23641     13310    441459   no data   no data
43.99/11.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.99/11.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
43.99/11.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.99/11.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.99/11.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.99/11.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
43.99/11.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.99/11.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
43.99/11.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.00/12.39	c lits-rem:       607  cl-subs:     1904  v-elim:      0  v-fix:    0  time:  0.53 s
46.00/12.39	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
46.00/12.39	c vivif2 --  cl tried    21737 cl shrink        0 lits rem          0 time: 0.00
46.40/12.47	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.08
46.40/12.47	c calculated reachability. Time: 0.00
46.40/12.47	c  N st    38    158534       125      2662         0     21737     13310    394051   no data   no data
61.97/16.38	c  N st    39    207123       125      2662         0     34584     13310    704619   no data   no data
73.56/19.23	c  N st    40    237801       125      2662         0     26716     13310    480812   no data   no data
73.56/19.23	c  S st    40    237801       125      2662         0     26716     13310    480812   no data   no data
73.56/19.30	c  S st    40    238303       125      2662         0     27203     13310    493389   no data   no data
73.56/19.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
73.97/19.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
73.97/19.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
73.97/19.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.97/19.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.97/19.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
73.97/19.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
73.97/19.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
73.97/19.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.75/20.00	c lits-rem:       555  cl-subs:     2074  v-elim:      0  v-fix:    0  time:  0.68 s
76.75/20.00	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
76.75/20.01	c vivif2 --  cl tried    25129 cl shrink        0 lits rem          0 time: 0.00
77.14/20.11	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.10
77.14/20.11	c calculated reachability. Time: 0.00
77.14/20.11	c  N st    40    238303       125      2662         0     25129     13310    441169   no data   no data
102.70/26.50	c  F st    41    306250       125      2662         0     27108     13310    437769   no data   no data
102.70/26.50	c  N st    41    306250       125      2662         0     27108     13310    437769   no data   no data
104.31/26.99	c Decided on static restart strategy
114.28/29.41	c  N st    51    334554       125      2662         0     31250     13310    535507   no data   no data
123.47/31.77	c  N st    53    357454       125      2662         0     29272     13310    470902   no data   no data
123.47/31.77	c  S st    53    357454       125      2662         0     29272     13310    470902   no data   no data
123.87/31.84	c  S st    53    357960       125      2662         0     29767     13310    484185   no data   no data
123.87/31.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
123.87/31.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
123.87/31.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
123.87/31.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
123.87/31.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
123.87/31.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
123.87/31.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
123.87/31.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
123.87/31.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
125.48/32.28	c lits-rem:       357  cl-subs:     1193  v-elim:      0  v-fix:    0  time:  0.41 s
125.48/32.28	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
125.48/32.29	c vivif2 --  cl tried    28574 cl shrink        0 lits rem          0 time: 0.00
126.28/32.40	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.11
126.28/32.40	c calculated reachability. Time: 0.00
126.28/32.40	c  N st    53    357960       125      2662         0     28574     13310    450190   no data   no data
141.43/36.28	c  N st    54    390353       125      2662         0     34465     13310    578360   no data   no data
167.76/42.82	c  N st    55    438942       125      2662         0     28604     13310    415410   no data   no data
200.52/51.05	c  N st    56    511824       125      2662         0     41539     13310    730932   no data   no data
214.09/54.46	c  N st    57    536942       125      2662         0     35974     13310    550669   no data   no data
214.09/54.46	c  S st    57    536942       125      2662         0     35974     13310    550669   no data   no data
214.51/54.55	c  S st    57    537446       125      2662         0     36457     13310    563592   no data   no data
214.51/54.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
214.51/54.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
214.51/54.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
214.51/54.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
214.51/54.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
214.51/54.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
214.51/54.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
214.51/54.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
214.51/54.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
217.28/55.24	c lits-rem:       710  cl-subs:     1721  v-elim:      0  v-fix:    0  time:  0.65 s
217.28/55.24	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
217.28/55.24	c vivif2 --  cl tried    34736 cl shrink        0 lits rem          0 time: 0.01
217.68/55.39	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.14
217.68/55.39	c calculated reachability. Time: 0.00
217.68/55.39	c  N st    57    537446       125      2662         0     34736     13310    520647   no data   no data
305.56/77.31	c  N st    58    701431       125      2662         0     62467     13310   1173622   no data   no data
365.88/92.41	c  N st    59    806169       125      2662         0     56773     13310   1000553   no data   no data
365.88/92.41	c  S st    59    806169       125      2662         0     56773     13310   1000553   no data   no data
366.28/92.58	c  S st    59    806675       125      2662         0     57261     13310   1013660   no data   no data
366.28/92.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
366.68/92.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
366.68/92.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
366.68/92.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
366.68/92.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
366.68/92.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
366.68/92.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
366.68/92.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
366.68/92.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
384.64/97.15	c lits-rem:      1557  cl-subs:     5190  v-elim:      0  v-fix:    0  time:  4.50 s
384.64/97.15	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
384.64/97.16	c vivif2 --  cl tried    52071 cl shrink        0 lits rem          0 time: 0.01
385.86/97.43	c asymm  cl-useful: 0/2608/2662 lits-rem:0 time: 0.26
385.86/97.43	c calculated reachability. Time: 0.00
385.86/97.43	c  N st    59    806675       125      2662         0     52071     13310    884225   no data   no data
559.20/140.89	c  F st    60   1071875       125      2662         0     67575     13310   1215201   no data   no data
559.20/140.89	c  N st    60   1071875       125      2662         0     67575     13310   1215201   no data   no data
564.39/142.15	c Decided on static restart strategy
582.77/146.72	c  N st    70   1100178       125      2662         0     52127     13310    780585   no data   no data
612.72/154.22	c  N st    72   1136175       125      2662         0     85980     13310   1680742   no data   no data
633.48/159.48	c  N st    73   1168567       125      2662         0     73217     13310   1353558   no data   no data
667.04/167.82	c  N st    74   1210013       125      2662         0     68076     13310   1169652   no data   no data
667.04/167.82	c  S st    74   1210013       125      2662         0     68076     13310   1169652   no data   no data
667.82/168.06	c  S st    74   1210513       125      2662         0     68560     13310   1182390   no data   no data
667.82/168.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
668.22/168.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.04
668.22/168.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
668.22/168.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
668.22/168.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
668.22/168.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
668.22/168.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
668.22/168.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
668.22/168.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
710.17/178.62	c lits-rem:      1661  cl-subs:     5171  v-elim:      0  v-fix:    0  time: 10.46 s
710.17/178.62	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
710.17/178.65	c vivif2 --  cl tried    63389 cl shrink        0 lits rem          0 time: 0.02
712.56/179.20	c asymm  cl-useful: 0/2187/2662 lits-rem:0 time: 0.55
712.56/179.20	c calculated reachability. Time: 0.00
712.56/179.20	c  N st    74   1210513       125      2662         0     63389     13310   1051298   no data   no data
780.84/196.34	c  N st    75   1283395       125      2662         0     86710     13310   1621727   no data   no data
890.65/223.81	c  N st    76   1392719       125      2662         0     48381     13310    590152   no data   no data
1025.66/257.61	c  N st    77   1556703       125      2662         0     53176     13310    673326   no data   no data
1146.68/287.99	c  N st    78   1710514       125      2662         0     92825     13310   1665835   no data   no data
1146.68/287.99	c  S st    78   1710514       125      2662         0     92825     13310   1665835   no data   no data
1147.88/288.29	c  S st    78   1711015       125      2662         0     93311     13310   1678435   no data   no data
1147.88/288.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1148.28/288.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1148.28/288.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1148.28/288.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1148.28/288.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1148.28/288.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1148.28/288.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1148.28/288.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1148.67/288.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1274.08/319.86	c lits-rem:      1947  cl-subs:    10708  v-elim:      0  v-fix:    0  time: 31.43 s
1274.08/319.86	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1274.08/319.89	c vivif2 --  cl tried    82603 cl shrink        0 lits rem          0 time: 0.03
1276.48/320.49	c asymm  cl-useful: 0/1682/2662 lits-rem:0 time: 0.60
1276.48/320.49	c calculated reachability. Time: 0.00
1276.48/320.49	c  N st    78   1711015       125      2662         0     82603     13310   1416923   no data   no data
1651.51/414.39	c  N st    79   2079979       125      2662         0     94199     13310   1603781   no data   no data
1775.71/445.41	c  N st    80   2211018       125      2662         0     98426     13310   1739427   no data   no data
1775.71/445.41	c  S st    80   2211018       125      2662         0     98426     13310   1739427   no data   no data
1776.91/445.71	c  S st    80   2211525       125      2662         0     98920     13310   1752622   no data   no data
1776.91/445.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1776.91/445.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1776.91/445.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1776.91/445.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1776.91/445.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1776.91/445.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1776.91/445.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1776.91/445.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1777.31/445.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1841.20/461.82	c lits-rem:      2778  cl-subs:     8696  v-elim:      0  v-fix:    0  time: 15.96 s
1841.20/461.82	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1841.20/461.84	c vivif2 --  cl tried    90224 cl shrink        0 lits rem          0 time: 0.02
1842.00/462.08	c asymm  cl-useful: 0/980/2662 lits-rem:0 time: 0.24
1842.00/462.08	c calculated reachability. Time: 0.00
1842.00/462.08	c  N st    80   2211525       125      2662         0     90224     13310   1528957   no data   no data
2375.04/595.54	c  N st    81   2711528       125      2662         0    112803     13310   2006765   no data   no data
2375.04/595.54	c  S st    81   2711528       125      2662         0    112803     13310   2006765   no data   no data
2376.63/595.90	c  S st    81   2712030       125      2662         0    113285     13310   2019515   no data   no data
2376.63/595.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2376.63/595.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2376.63/595.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2376.63/595.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2376.63/595.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2376.63/595.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
2376.63/595.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2377.03/596.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2377.03/596.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2492.05/624.80	c lits-rem:      2273  cl-subs:    14322  v-elim:      0  v-fix:    0  time: 28.72 s
2492.05/624.80	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
2492.05/624.82	c vivif2 --  cl tried    98963 cl shrink        0 lits rem          0 time: 0.02
2493.25/625.18	c asymm  cl-useful: 0/1463/2662 lits-rem:0 time: 0.36
2493.25/625.18	c calculated reachability. Time: 0.00
2493.25/625.18	c  N st    81   2712030       125      2662         0     98963     13310   1668699   no data   no data
3098.69/776.70	c  N st    82   3212032       125      2662         0     76967     13310    957212   no data   no data
3098.69/776.70	c  S st    82   3212032       125      2662         0     76967     13310    957212   no data   no data
3099.49/776.93	c  S st    82   3212536       125      2662         0     77451     13310    970218   no data   no data
3099.49/776.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3099.49/776.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
3099.49/776.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3099.49/776.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3099.49/776.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3099.49/776.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3099.49/776.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3099.49/776.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3099.89/777.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3103.49/777.93	c lits-rem:       243  cl-subs:     1088  v-elim:      0  v-fix:    0  time:  0.91 s
3103.49/777.93	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3103.49/777.94	c vivif2 --  cl tried    76363 cl shrink        0 lits rem          0 time: 0.01
3104.29/778.17	c asymm  cl-useful: 0/1199/2662 lits-rem:0 time: 0.22
3104.29/778.17	c calculated reachability. Time: 0.00
3104.29/778.17	c  N st    82   3212536       125      2662         0     76363     13310    944186   no data   no data
3731.43/935.35	c  N st    83   3712536       125      2662         0     86337     13310   1112300   no data   no data
3731.43/935.35	c  S st    83   3712536       125      2662         0     86337     13310   1112300   no data   no data
3732.23/935.59	c  S st    83   3713039       125      2662         0     86826     13310   1125667   no data   no data
3732.23/935.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3732.64/935.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3732.64/935.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3732.64/935.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3732.64/935.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3732.64/935.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3732.64/935.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3732.64/935.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3732.64/935.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3739.42/937.35	c lits-rem:       527  cl-subs:     2238  v-elim:      0  v-fix:    0  time:  1.66 s
3739.42/937.35	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3739.42/937.37	c vivif2 --  cl tried    84588 cl shrink        0 lits rem          0 time: 0.02
3740.62/937.69	c asymm  cl-useful: 0/1713/2662 lits-rem:0 time: 0.32
3740.62/937.69	c calculated reachability. Time: 0.00
3740.62/937.69	c  N st    83   3713039       125      2662         0     84588     13310   1073966   no data   no data
3786.54/949.18	c  F st    84   3751562       125      2662         0    120495     13310   2015535   no data   no data
3786.54/949.18	c  N st    84   3751562       125      2662         0    120495     13310   2015535   no data   no data
3795.73/951.43	c Decided on static restart strategy
3836.87/961.75	c  N st    94   3779872       125      2662         0    147035     13310   2719187   no data   no data
3883.19/973.34	c  N st    96   3815868       125      2662         0    101642     13310   1514264   no data   no data
3921.55/982.96	c  N st    97   3848260       125      2662         0    132129     13310   2346181   no data   no data
3995.02/1001.36	c  N st    98   3896850       125      2662         0     97368     13310   1378301   no data   no data
4104.44/1028.79	c  N st    99   3969732       125      2662         0     84173     13310   1006213   no data   no data
4246.21/1064.26	c  N st   100   4079057       125      2662         0    104091     13310   1523799   no data   no data
4419.93/1107.70	c  N st   101   4213039       125      2662         0    145545     13310   2559487   no data   no data
4419.93/1107.70	c  S st   101   4213039       125      2662         0    145545     13310   2559487   no data   no data
4421.93/1108.21	c  S st   101   4213540       125      2662         0    146030     13310   2572266   no data   no data
4421.93/1108.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4421.93/1108.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
4421.93/1108.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4421.93/1108.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4421.93/1108.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4421.93/1108.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4421.93/1108.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4422.34/1108.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4422.74/1108.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4607.60/1154.77	c lits-rem:      4328  cl-subs:    17789  v-elim:      0  v-fix:    0  time: 46.31 s
4607.60/1154.77	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
4608.00/1154.80	c vivif2 --  cl tried   128241 cl shrink        0 lits rem          0 time: 0.03
4609.20/1155.17	c asymm  cl-useful: 0/949/2662 lits-rem:0 time: 0.38
4609.20/1155.18	c calculated reachability. Time: 0.00
4609.20/1155.18	c  N st   101   4213540       125      2662         0    128241     13310   2140524   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: 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-3174163-1304106718/watcher-3174163-1304106718 -o /tmp/evaluation-result-3174163-1304106718/solver-3174163-1304106718 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174163-1304106718.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.79 8.05 7.89 5/178 9851
/proc/meminfo: memFree=30969128/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 522271455 52441088 347 33554432000 4194304 4627427 140736774138688 18446744073709551615 210647202801 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 12803 353 303 106 0 7774 0
[pid=9851/tid=9852] ppid=9849 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522271455 52441088 353 33554432000 4194304 4627427 140736774138688 18446744073709551615 47798656935852 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522271455 52441088 353 33554432000 4194304 4627427 140736774138688 18446744073709551615 210642193494 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522271456 52441088 353 33554432000 4194304 4627427 140736774138688 18446744073709551615 210642193494 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.749978 s]
/proc/loadavg: 7.79 8.05 7.89 5/178 9851
/proc/meminfo: memFree=30969128/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=285364 CPUtime=2.96 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 5687 0 0 0 295 1 0 0 18 0 4 0 522271455 292212736 2757 33554432000 4194304 4627427 140736774138688 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 71341 2757 384 106 0 66312 0
[pid=9851/tid=9852] ppid=9849 vsize=285364 CPUtime=0.74 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) D 9849 9851 9622 0 -1 4202560 1386 0 0 0 74 0 0 0 18 0 4 0 522271455 292212736 2757 33554432000 4194304 4627427 140736774138688 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=285364 CPUtime=0.73 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 1343 0 0 0 73 0 0 0 18 0 4 0 522271455 292212736 2757 33554432000 4194304 4627427 140736774138688 18446744073709551615 4333265 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=285364 CPUtime=0.73 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 1196 0 0 0 73 0 0 0 18 0 4 0 522271456 292212736 2757 33554432000 4194304 4627427 140736774138688 18446744073709551615 210647189687 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 285364

[startup+0.800733 s]
/proc/loadavg: 7.79 8.05 7.89 5/178 9851
/proc/meminfo: memFree=30969128/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=285496 CPUtime=3.13 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 5828 0 0 0 311 2 0 0 19 0 4 0 522271455 292347904 2898 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 71374 2898 384 106 0 66345 0
[pid=9851/tid=9852] ppid=9849 vsize=285496 CPUtime=0.78 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 1426 0 0 0 78 0 0 0 19 0 4 0 522271455 292347904 2898 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=285496 CPUtime=0.75 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 1343 0 0 0 74 1 0 0 18 0 4 0 522271455 292347904 2898 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=285496 CPUtime=0.78 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 1251 0 0 0 78 0 0 0 19 0 4 0 522271456 292347904 2898 33554432000 4194304 4627427 140736774138688 18446744073709551615 4321810 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 285496

[startup+0.900716 s]
/proc/loadavg: 7.79 8.05 7.89 5/178 9851
/proc/meminfo: memFree=30969128/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=285496 CPUtime=3.46 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 6064 0 0 0 342 4 0 0 19 0 4 0 522271455 292347904 3134 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 71374 3134 385 106 0 66345 0
[pid=9851/tid=9852] ppid=9849 vsize=285496 CPUtime=0.88 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 1514 0 0 0 88 0 0 0 19 0 4 0 522271455 292347904 3134 33554432000 4194304 4627427 140736774138688 18446744073709551615 4324114 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=285496 CPUtime=0.8 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 1343 0 0 0 79 1 0 0 19 0 4 0 522271455 292347904 3134 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=285496 CPUtime=0.88 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 1343 0 0 0 87 1 0 0 19 0 4 0 522271456 292347904 3134 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 285496

[startup+1.0007 s]
/proc/loadavg: 7.79 8.05 7.89 5/178 9851
/proc/meminfo: memFree=30969128/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=285828 CPUtime=3.78 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 6793 0 0 0 372 6 0 0 19 0 4 0 522271455 292687872 2797 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 71457 2797 385 106 0 66428 0
[pid=9851/tid=9852] ppid=9849 vsize=285828 CPUtime=0.97 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 1765 0 0 0 96 1 0 0 19 0 4 0 522271455 292687872 2797 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=285828 CPUtime=0.83 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 1343 0 0 0 82 1 0 0 19 0 4 0 522271455 292687872 2798 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=285828 CPUtime=0.97 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 1570 0 0 0 96 1 0 0 19 0 4 0 522271456 292687872 2798 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 285828

[startup+1.50062 s]
/proc/loadavg: 7.79 8.05 7.89 5/178 9851
/proc/meminfo: memFree=30969128/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=285956 CPUtime=5.17 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 9200 0 0 0 481 36 0 0 18 0 4 0 522271455 292818944 4387 33554432000 4194304 4627427 140736774138688 18446744073709551615 4420130 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 71489 4387 388 106 0 66460 0
[pid=9851/tid=9852] ppid=9849 vsize=285956 CPUtime=1.33 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 2189 0 0 0 131 2 0 0 18 0 4 0 522271455 292818944 4387 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=285956 CPUtime=1.04 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 1345 0 0 0 101 3 0 0 19 0 4 0 522271455 292818944 4387 33554432000 4194304 4627427 140736774138688 18446744073709551615 4322558 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=285956 CPUtime=1.33 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 2004 0 0 0 130 3 0 0 17 0 4 0 522271456 292818944 4387 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 285956

[startup+3.10035 s]
/proc/loadavg: 7.79 8.05 7.89 6/182 9855
/proc/meminfo: memFree=30910408/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=286432 CPUtime=10 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 15453 0 0 0 887 113 0 0 18 0 4 0 522271455 293306368 8780 33554432000 4194304 4627427 140736774138688 18446744073709551615 4420116 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 71608 8780 388 106 0 66579 0
[pid=9851/tid=9852] ppid=9849 vsize=286432 CPUtime=2.68 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 4205 0 0 0 251 17 0 0 17 0 4 0 522271455 293306368 8780 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=286432 CPUtime=1.71 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 1348 0 0 0 158 13 0 0 25 0 4 0 522271455 293306368 8780 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=286432 CPUtime=2.78 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 4585 0 0 0 231 47 0 0 18 0 4 0 522271456 293306368 8780 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (KiB) 286432

[startup+6.30081 s]
/proc/loadavg: 8.05 8.10 7.90 9/182 9855
/proc/meminfo: memFree=30867664/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=287440 CPUtime=22.03 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 26588 0 0 0 2068 135 0 0 25 0 4 0 522271455 294338560 14230 33554432000 4194304 4627427 140736774138688 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 71860 14230 388 106 0 66831 0
[pid=9851/tid=9852] ppid=9849 vsize=287440 CPUtime=5.87 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 7536 0 0 0 558 29 0 0 25 0 4 0 522271455 294338560 14230 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=287440 CPUtime=4.23 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 4504 0 0 0 402 21 0 0 25 0 4 0 522271455 294338560 14230 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=287440 CPUtime=5.93 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 6899 0 0 0 546 47 0 0 21 0 4 0 522271456 294338560 14230 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.03
Current children cumulated vsize (KiB) 287440

[startup+12.7007 s]
/proc/loadavg: 8.04 8.10 7.90 9/182 9855
/proc/meminfo: memFree=30814692/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=310348 CPUtime=47.61 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 44186 0 0 0 4622 139 0 0 25 0 4 0 522271455 317796352 21213 33554432000 4194304 4627427 140736774138688 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 77587 21213 388 106 0 72558 0
[pid=9851/tid=9852] ppid=9849 vsize=310348 CPUtime=12.28 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 11809 0 0 0 1198 30 0 0 25 0 4 0 522271455 317796352 21213 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=310348 CPUtime=10.63 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 8422 0 0 0 1041 22 0 0 25 0 4 0 522271455 317796352 21213 33554432000 4194304 4627427 140736774138688 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=310348 CPUtime=12.3 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 11898 0 0 0 1182 48 0 0 25 0 4 0 522271456 317796352 21213 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.61
Current children cumulated vsize (KiB) 310348

[startup+25.5006 s]
/proc/loadavg: 8.11 8.11 7.91 9/182 9855
/proc/meminfo: memFree=30765088/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=302028 CPUtime=98.7 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 67610 0 0 0 9727 143 0 0 25 0 4 0 522271455 309276672 25421 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 75507 25421 388 106 0 70478 0
[pid=9851/tid=9852] ppid=9849 vsize=302028 CPUtime=25.08 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 16800 0 0 0 2477 31 0 0 25 0 4 0 522271455 309276672 25421 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=302028 CPUtime=23.42 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 14826 0 0 0 2319 23 0 0 25 0 4 0 522271455 309276672 25421 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=302028 CPUtime=25.04 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 18032 0 0 0 2454 50 0 0 25 0 4 0 522271456 309276672 25421 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 98.7
Current children cumulated vsize (KiB) 302028

[startup+51.1003 s]
/proc/loadavg: 8.07 8.10 7.91 9/182 9856
/proc/meminfo: memFree=30717484/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=306992 CPUtime=200.92 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 106613 0 0 0 19932 160 0 0 25 0 4 0 522271455 314359808 30251 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309340 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 76748 30251 388 106 0 71719 0
[pid=9851/tid=9852] ppid=9849 vsize=306992 CPUtime=50.67 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 27149 0 0 0 5035 32 0 0 25 0 4 0 522271455 314359808 30251 33554432000 4194304 4627427 140736774138688 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=306992 CPUtime=48.98 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 24685 0 0 0 4864 34 0 0 25 0 4 0 522271455 314359808 30251 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=306992 CPUtime=50.53 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 26744 0 0 0 5001 52 0 0 25 0 4 0 522271456 314359808 30251 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 200.92
Current children cumulated vsize (KiB) 306992

[startup+102.301 s]
/proc/loadavg: 8.03 8.08 7.91 9/182 9857
/proc/meminfo: memFree=30628044/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=328420 CPUtime=405.41 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 170648 0 0 0 40364 177 0 0 25 0 4 0 522271455 336302080 38889 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 82105 38889 388 106 0 77076 0
[pid=9851/tid=9852] ppid=9849 vsize=328420 CPUtime=101.88 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 42418 0 0 0 10151 37 0 0 25 0 4 0 522271455 336302080 38889 33554432000 4194304 4627427 140736774138688 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=328420 CPUtime=100.14 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 39285 0 0 0 9975 39 0 0 25 0 4 0 522271455 336302080 38889 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=328420 CPUtime=101.48 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 43210 0 0 0 10092 56 0 0 25 0 4 0 522271456 336302080 38889 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 405.41
Current children cumulated vsize (KiB) 328420

[startup+162.301 s]

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

[pid=9851] ppid=9849 vsize=619504 CPUtime=2561.94 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 509001 0 0 0 255878 316 0 0 25 0 4 0 522271455 634372096 105292 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 154876 105292 388 106 0 149847 0
[pid=9851/tid=9852] ppid=9849 vsize=619504 CPUtime=641.81 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 124115 0 0 0 64115 66 0 0 25 0 4 0 522271455 634372096 105292 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=619504 CPUtime=638.49 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 125899 0 0 0 63772 77 0 0 25 0 4 0 522271455 634372096 105292 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=619504 CPUtime=640.06 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 123266 0 0 0 63911 95 0 0 25 0 4 0 522271456 634372096 105292 33554432000 4194304 4627427 140736774138688 18446744073709551615 4420191 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2561.94
Current children cumulated vsize (KiB) 619504

[startup+702.301 s]
/proc/loadavg: 8.19 8.14 8.01 9/182 9882
/proc/meminfo: memFree=30149124/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=683964 CPUtime=2801.55 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 522955 0 0 0 279831 324 0 0 25 0 4 0 522271455 700379136 109950 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 170991 109950 388 106 0 165962 0
[pid=9851/tid=9852] ppid=9849 vsize=683964 CPUtime=701.8 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 127943 0 0 0 70113 67 0 0 25 0 4 0 522271455 700379136 109950 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=683964 CPUtime=698.17 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 132097 0 0 0 69736 81 0 0 25 0 4 0 522271455 700379136 109950 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=683964 CPUtime=700.03 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 123611 0 0 0 69907 96 0 0 25 0 4 0 522271456 700379136 109950 33554432000 4194304 4627427 140736774138688 18446744073709551615 4324365 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2801.55
Current children cumulated vsize (KiB) 683964

[startup+762.301 s]
/proc/loadavg: 8.17 8.15 8.01 9/182 9884
/proc/meminfo: memFree=30094420/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=645628 CPUtime=3041.17 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 555031 0 0 0 303781 336 0 0 25 0 4 0 522271455 661123072 120256 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 161407 120256 388 106 0 156378 0
[pid=9851/tid=9852] ppid=9849 vsize=645628 CPUtime=761.81 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 133068 0 0 0 76112 69 0 0 25 0 4 0 522271455 661123072 120256 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=645628 CPUtime=757.88 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 141202 0 0 0 75703 85 0 0 25 0 4 0 522271455 661123072 120256 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=645628 CPUtime=760 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 132425 0 0 0 75899 101 0 0 25 0 4 0 522271456 661123072 120256 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3041.17
Current children cumulated vsize (KiB) 645628

[startup+822.301 s]
/proc/loadavg: 8.11 8.13 8.01 9/182 9888
/proc/meminfo: memFree=30097036/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=711416 CPUtime=3280.79 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 584716 0 0 0 327727 352 0 0 25 0 4 0 522271455 728489984 125023 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 177854 125023 388 106 0 172825 0
[pid=9851/tid=9852] ppid=9849 vsize=711416 CPUtime=821.8 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 139778 0 0 0 82109 71 0 0 25 0 4 0 522271455 728489984 125023 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=711416 CPUtime=817.58 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 148044 0 0 0 81670 88 0 0 25 0 4 0 522271455 728489984 125023 33554432000 4194304 4627427 140736774138688 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=711416 CPUtime=819.95 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 141302 0 0 0 81886 109 0 0 25 0 4 0 522271456 728489984 125023 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3280.79
Current children cumulated vsize (KiB) 711416

[startup+882.301 s]
/proc/loadavg: 8.34 8.22 8.05 9/182 9890
/proc/meminfo: memFree=30051928/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=698168 CPUtime=3519.74 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 605353 0 0 0 351598 376 0 0 25 0 4 0 522271455 714924032 122848 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 174542 122848 388 106 0 169513 0
[pid=9851/tid=9852] ppid=9849 vsize=698168 CPUtime=881.63 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 143322 0 0 0 88089 74 0 0 25 0 4 0 522271455 714924032 122848 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=698168 CPUtime=877.15 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 152891 0 0 0 87613 102 0 0 25 0 4 0 522271455 714924032 122848 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=698168 CPUtime=879.54 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 145083 0 0 0 87840 114 0 0 25 0 4 0 522271456 714924032 122848 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3519.74
Current children cumulated vsize (KiB) 698168

[startup+942.307 s]
/proc/loadavg: 8.20 8.20 8.06 9/182 9892
/proc/meminfo: memFree=30047936/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=698284 CPUtime=3759.41 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 628146 0 0 0 375554 387 0 0 25 0 4 0 522271455 715042816 122719 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 174571 122719 388 106 0 169542 0
[pid=9851/tid=9852] ppid=9849 vsize=698284 CPUtime=941.62 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 148530 0 0 0 94086 76 0 0 25 0 4 0 522271455 715042816 122719 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=698284 CPUtime=937.15 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 156451 0 0 0 93611 104 0 0 25 0 4 0 522271455 715042816 122719 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=698284 CPUtime=939.24 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 152152 0 0 0 93807 117 0 0 25 0 4 0 522271456 715042816 122719 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3759.41
Current children cumulated vsize (KiB) 698284

[startup+1002.3 s]
/proc/loadavg: 8.14 8.19 8.06 9/182 9893
/proc/meminfo: memFree=30045912/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=724048 CPUtime=3999 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 644384 0 0 0 399505 395 0 0 25 0 4 0 522271455 741425152 128765 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 181012 128765 388 106 0 175983 0
[pid=9851/tid=9852] ppid=9849 vsize=724048 CPUtime=1001.58 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 153949 0 0 0 100079 79 0 0 25 0 4 0 522271455 741425152 128765 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309408 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=724048 CPUtime=997.14 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 160224 0 0 0 99609 105 0 0 25 0 4 0 522271455 741425152 128765 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=724048 CPUtime=998.93 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 155669 0 0 0 99773 120 0 0 25 0 4 0 522271456 741425152 128765 33554432000 4194304 4627427 140736774138688 18446744073709551615 4449543 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3999
Current children cumulated vsize (KiB) 724048

[startup+1062.3 s]
/proc/loadavg: 8.09 8.17 8.06 9/182 9895
/proc/meminfo: memFree=30067212/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=713436 CPUtime=4238.61 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 658925 0 0 0 423457 404 0 0 25 0 4 0 522271455 730558464 118596 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 178359 118596 388 106 0 173330 0
[pid=9851/tid=9852] ppid=9849 vsize=713436 CPUtime=1061.55 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 158219 0 0 0 106073 82 0 0 25 0 4 0 522271455 730558464 118596 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=713436 CPUtime=1057.14 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 163241 0 0 0 105607 107 0 0 25 0 4 0 522271455 730558464 118596 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=713436 CPUtime=1058.6 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 155903 0 0 0 105740 120 0 0 25 0 4 0 522271456 730558464 118596 33554432000 4194304 4627427 140736774138688 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4238.61
Current children cumulated vsize (KiB) 713436

[startup+1122.3 s]
/proc/loadavg: 8.10 8.16 8.06 9/182 9897
/proc/meminfo: memFree=29993152/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=724372 CPUtime=4478.22 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 682771 0 0 0 447405 417 0 0 25 0 4 0 522271455 741756928 135086 33554432000 4194304 4627427 140736774138688 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 181093 135086 388 106 0 176064 0
[pid=9851/tid=9852] ppid=9849 vsize=724372 CPUtime=1121.51 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 161839 0 0 0 112066 85 0 0 25 0 4 0 522271455 741756928 135086 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=724372 CPUtime=1117.13 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 168741 0 0 0 111604 109 0 0 25 0 4 0 522271455 741756928 135086 33554432000 4194304 4627427 140736774138688 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=724372 CPUtime=1118.28 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 162805 0 0 0 111705 123 0 0 25 0 4 0 522271456 741756928 135086 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4478.22
Current children cumulated vsize (KiB) 724372

[startup+1182.3 s]
/proc/loadavg: 8.18 8.18 8.08 9/182 9898
/proc/meminfo: memFree=30012088/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=654712 CPUtime=4717.84 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 697385 0 0 0 471359 425 0 0 25 0 4 0 522271455 670425088 129924 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 163678 129924 388 106 0 158649 0
[pid=9851/tid=9852] ppid=9849 vsize=654712 CPUtime=1181.49 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 162793 0 0 0 118062 87 0 0 25 0 4 0 522271455 670425088 129924 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=654712 CPUtime=1177.13 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 175770 0 0 0 117600 113 0 0 25 0 4 0 522271455 670425088 129924 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309225 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=654712 CPUtime=1177.97 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 166103 0 0 0 117673 124 0 0 25 0 4 0 522271456 670425088 129924 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4717.84
Current children cumulated vsize (KiB) 654712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.19 8.18 8.08 5/174 9917
/proc/meminfo: memFree=30464200/32951132 swapFree=67080208/67111528
[pid=9851] ppid=9849 vsize=654712 CPUtime=4800.14 cores=0,2,4,6
/proc/9851/stat : 9851 (strangenight2-m) R 9849 9851 9622 0 -1 4202496 700356 0 0 0 479587 427 0 0 25 0 4 0 522271455 670425088 132894 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/9851/statm: 163678 132894 388 106 0 158649 0
[pid=9851/tid=9852] ppid=9849 vsize=654712 CPUtime=1202.1 cores=0,2,4,6
/proc/9851/task/9852/stat : 9852 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 164023 0 0 0 120122 88 0 0 25 0 4 0 522271455 670425088 132894 33554432000 4194304 4627427 140736774138688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9851/tid=9853] ppid=9849 vsize=654712 CPUtime=1197.73 cores=0,2,4,6
/proc/9851/task/9853/stat : 9853 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 176097 0 0 0 119660 113 0 0 25 0 4 0 522271455 670425088 132894 33554432000 4194304 4627427 140736774138688 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=9851/tid=9854] ppid=9849 vsize=654712 CPUtime=1198.46 cores=0,2,4,6
/proc/9851/task/9854/stat : 9854 (strangenight2-m) R 9849 9851 9622 0 -1 4202560 166324 0 0 0 119722 124 0 0 25 0 4 0 522271456 670425088 132894 33554432000 4194304 4627427 140736774138688 18446744073709551615 4420272 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 654712

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): 1202.94
CPU time (s): 4800.2
CPU user time (s): 4795.9
CPU system time (s): 4.30435
CPU usage (%): 399.038
Max. virtual memory (cumulated for all children) (KiB): 834132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.9
system time used= 4.30434
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 700356
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= 1387
involuntary context switches= 21009

runsolver used 1.72874 second user time and 4.39733 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 21:51:58
IDJOB=3174163
IDBENCH=82981
IDSOLVER=1586
FILE ID=node129/3174163-1304106718
RUNJOBID= node129-1304104308-9640
PBS_JOBID= 13170649
Free space on /tmp= 66364 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1396350646-062.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174163-1304106718/watcher-3174163-1304106718 -o /tmp/evaluation-result-3174163-1304106718/solver-3174163-1304106718 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174163-1304106718.cnf

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

MD5SUM BENCH= 74a1475d318f4f1a9026a9771426aa49
RANDOM SEED=1664692517

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30969284 kB
Buffers:        361696 kB
Cached:        1171800 kB
SwapCached:       5192 kB
Active:         107644 kB
Inactive:      1486664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30969284 kB
SwapTotal:    67111528 kB
SwapFree:     67080208 kB
Dirty:           11580 kB
Writeback:           0 kB
AnonPages:       57432 kB
Mapped:          13204 kB
Slab:           323860 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   294848 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66364 MiB
End job on node129 at 2011-04-29 22:12:03