Trace number 3368967

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 (fixed)? (TO) 4800.51 1203.45

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S927210717-059.SATISFIABLE.cnf
MD5SUM7954e0b477e9d5cbd0a1f159f4b0eef6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007998
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
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.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368967-1305408198.cnf'
0.00/0.01	c -- header says num vars:            550
0.00/0.01	c -- header says num clauses:        2343
0.00/0.01	c -- clauses added:            0 learnts,         2343 normals,            0 xors
0.00/0.01	c -- vars added        550
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       550      2343         0         0      7029         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2343/2343 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    550 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:     16  v-fix:    0  time:  0.01 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:     244 undec:      69 neg:     237
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0       534      2323         0         0      7056         0   no data   no data  --
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N st     8      4916       534      2323         0      4815      7056    118377   no data   no data  --
3.17/0.80	c  N st    10     11298       534      2323         0      4438      7056     77542   no data   no data  --
3.17/0.80	c  N st    11     17041       534      2323         0     10062      7056    206580   no data   no data  --
4.38/1.20	c  F st    12     25000       534      2323         0     12378      7056    279008   no data   no data  --
4.38/1.20	c  N st    12     25000       534      2323         0     12378      7056    279008   no data   no data  --
5.15/1.37	c Decided on static restart strategy
5.15/1.37	c  N st    18     30000       534      2323         0     10679      7056    209924   no data   no data  --
5.15/1.37	c  S st    18     30000       534      2323         0     10679      7056    209924   no data   no data  --
5.55/1.40	c  S st    18     30503       534      2323         0     11182      7056    222379   no data   no data  --
5.55/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.55/1.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.55/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.55/1.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.55/1.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
5.55/1.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.35/1.62	c lits-rem:       189  cl-subs:      545  v-elim:      0  v-fix:    0  time:  0.85 s
6.35/1.63	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.03
6.35/1.63	c calculated reachability. Time: 0.00
6.35/1.63	c  N st    18     30503       534      2323         0     10637      7056    208028   no data   no data  --
7.95/2.02	c  N st    20     37618       534      2323         0      9875      7056    169583   no data   no data  --
9.18/2.38	c  N st    21     44019       534      2323         0     16130      7056    321261   no data   no data  --
9.54/2.49	c  S st    22     45754       534      2323         0      9092      7056    133060   no data   no data  --
9.94/2.52	c  S st    22     46263       534      2323         0      9601      7056    145460   no data   no data  --
9.94/2.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.94/2.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.94/2.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.94/2.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.94/2.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
9.94/2.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.35/2.63	c lits-rem:        29  cl-subs:       78  v-elim:      0  v-fix:    0  time:  0.38 s
10.35/2.63	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
10.35/2.63	c vivif2 --  cl tried     9523 cl shrink        0 lits rem          0 time: 0.00
10.35/2.63	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.03
10.35/2.63	c calculated reachability. Time: 0.00
10.35/2.63	c  N st    22     46263       534      2323         0      9523      7056    143580   no data   no data  --
14.33/3.65	c  N st    23     60662       534      2323         0     13910      7056    241049   no data   no data  --
16.73/4.22	c  N st    24     69394       534      2323         0     11690      7056    176772   no data   no data  --
16.73/4.22	c  S st    24     69394       534      2323         0     11690      7056    176772   no data   no data  --
16.73/4.25	c  S st    24     69899       534      2323         0     12195      7056    188395   no data   no data  --
16.73/4.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.73/4.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.73/4.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
16.73/4.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.73/4.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
16.73/4.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.54/4.45	c lits-rem:        53  cl-subs:      160  v-elim:      0  v-fix:    0  time:  0.73 s
17.54/4.45	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
17.54/4.45	c vivif2 --  cl tried    12035 cl shrink        0 lits rem          0 time: 0.01
17.54/4.46	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.04
17.54/4.46	c calculated reachability. Time: 0.00
17.54/4.46	c  N st    24     69899       534      2323         0     12035      7056    184749   no data   no data  --
22.36/5.69	c  F st    25     87501       534      2323         0     17552      7056    330892   no data   no data  --
22.36/5.69	c  N st    25     87501       534      2323         0     17552      7056    330892   no data   no data  --
23.90/6.09	c Decided on static restart strategy
25.10/6.32	c  N st    32     95546       534      2323         0     25462      7056    533416   no data   no data  --
27.49/6.98	c  N st    34    104848       534      2323         0     21834      7056    407794   no data   no data  --
27.49/6.98	c  S st    34    104848       534      2323         0     21834      7056    407794   no data   no data  --
27.89/7.03	c  S st    34    105352       534      2323         0     22337      7056    420049   no data   no data  --
27.89/7.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.89/7.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.89/7.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
27.89/7.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.89/7.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.89/7.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
27.89/7.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
31.88/8.07	c lits-rem:       289  cl-subs:      624  v-elim:      0  v-fix:    0  time:  4.03 s
31.88/8.07	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
31.88/8.07	c vivif2 --  cl tried    21713 cl shrink        0 lits rem          0 time: 0.02
31.88/8.09	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.07
31.88/8.09	c calculated reachability. Time: 0.00
31.88/8.09	c  N st    34    105352       534      2323         0     21713      7056    401802   no data   no data  --
35.10/8.87	c  N st    35    114950       534      2323         0     17348      7056    265809   no data   no data  --
40.25/10.19	c  N st    36    129347       534      2323         0     16801      7056    241844   no data   no data  --
47.84/12.11	c  N st    37    150942       534      2323         0     22293      7056    362484   no data   no data  --
50.63/12.77	c  S st    38    158028       534      2323         0     29183      7056    530779   no data   no data  --
51.03/12.84	c  S st    38    158533       534      2323         0     29686      7056    542987   no data   no data  --
51.03/12.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.03/12.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.03/12.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
51.03/12.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.03/12.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.03/12.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
51.03/12.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
57.04/14.41	c lits-rem:       416  cl-subs:     1429  v-elim:      0  v-fix:    0  time:  6.14 s
57.04/14.41	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
57.46/14.41	c vivif2 --  cl tried    28257 cl shrink        0 lits rem          0 time: 0.02
57.46/14.44	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.09
57.46/14.44	c calculated reachability. Time: 0.00
57.46/14.44	c  N st    38    158533       534      2323         0     28257      7056    507000   no data   no data  --
78.56/19.79	c  N st    39    207124       534      2323         0     22886      7056    335247   no data   no data  --
92.14/23.12	c  N st    40    237799       534      2323         0     33341      7056    607119   no data   no data  --
92.14/23.12	c  S st    40    237799       534      2323         0     33341      7056    607119   no data   no data  --
92.56/23.22	c  S st    40    238302       534      2323         0     33843      7056    618833   no data   no data  --
92.56/23.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
92.56/23.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
92.56/23.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
92.56/23.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.56/23.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.56/23.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
92.56/23.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
100.50/25.25	c lits-rem:       811  cl-subs:     1598  v-elim:      0  v-fix:    0  time:  7.95 s
100.50/25.25	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
100.50/25.25	c vivif2 --  cl tried    32245 cl shrink        0 lits rem          0 time: 0.02
100.50/25.28	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.12
100.50/25.28	c calculated reachability. Time: 0.00
100.50/25.28	c  N st    40    238302       534      2323         0     32245      7056    573489   no data   no data  --
132.40/33.29	c  F st    41    306252       534      2323         0     34096      7056    555848   no data   no data  --
132.40/33.29	c  N st    41    306252       534      2323         0     34096      7056    555848   no data   no data  --
134.80/33.89	c Decided on static restart strategy
145.97/36.67	c  N st    51    334555       534      2323         0     38431      7056    672009   no data   no data  --
156.74/39.37	c  N st    53    357453       534      2323         0     36514      7056    602738   no data   no data  --
156.74/39.37	c  S st    53    357453       534      2323         0     36514      7056    602738   no data   no data  --
157.14/39.47	c  S st    53    357955       534      2323         0     37015      7056    614364   no data   no data  --
157.14/39.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
157.14/39.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
157.14/39.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
157.54/39.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
157.54/39.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.54/39.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
157.54/39.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
164.32/41.26	c lits-rem:       923  cl-subs:      968  v-elim:      0  v-fix:    0  time:  7.02 s
164.32/41.26	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
164.32/41.27	c vivif2 --  cl tried    36047 cl shrink        0 lits rem          0 time: 0.03
164.71/41.30	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.14
164.71/41.31	c calculated reachability. Time: 0.00
164.71/41.31	c  N st    53    357955       534      2323         0     36047      7056    585652   no data   no data  --
182.27/45.75	c  N st    54    390348       534      2323         0     42186      7056    701679   no data   no data  --
212.98/53.46	c  N st    55    438937       534      2323         0     36019      7056    523439   no data   no data  --
257.26/64.53	c  N st    56    511821       534      2323         0     49667      7056    862827   no data   no data  --
271.63/68.12	c  N st    57    536932       534      2323         0     43799      7056    685834   no data   no data  --
271.63/68.12	c  S st    57    536932       534      2323         0     43799      7056    685834   no data   no data  --
272.04/68.24	c  S st    57    537435       534      2323         0     44302      7056    698309   no data   no data  --
272.04/68.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
272.04/68.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
272.04/68.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
272.04/68.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
272.04/68.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
272.04/68.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
272.04/68.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
280.41/70.34	c lits-rem:       711  cl-subs:     1273  v-elim:      0  v-fix:    0  time:  8.22 s
280.41/70.34	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
280.41/70.34	c vivif2 --  cl tried    43029 cl shrink        0 lits rem          0 time: 0.03
280.41/70.39	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.16
280.41/70.39	c calculated reachability. Time: 0.00
280.41/70.39	c  N st    57    537435       534      2323         0     43029      7056    664405   no data   no data  --
387.71/97.24	c  N st    58    701420       534      2323         0     37139      7056    421796   no data   no data  --
468.29/117.47	c  N st    59    806152       534      2323         0     66242      7056   1181743   no data   no data  --
468.29/117.47	c  S st    59    806152       534      2323         0     66242      7056   1181743   no data   no data  --
469.09/117.65	c  S st    59    806655       534      2323         0     66745      7056   1194560   no data   no data  --
469.09/117.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
469.09/117.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
469.09/117.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
469.51/117.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
469.51/117.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
469.51/117.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
469.51/117.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
483.84/121.30	c lits-rem:       272  cl-subs:     2731  v-elim:      0  v-fix:    0  time: 14.25 s
483.84/121.30	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
483.84/121.32	c vivif2 --  cl tried    64014 cl shrink        0 lits rem          0 time: 0.05
483.84/121.40	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.32
484.24/121.40	c calculated reachability. Time: 0.00
484.24/121.40	c  N st    59    806655       534      2323         0     64014      7056   1116583   no data   no data  --
689.68/172.91	c  F st    60   1071875       534      2323         0     79395      7056   1352103   no data   no data  --
689.68/172.91	c  N st    60   1071875       534      2323         0     79395      7056   1352103   no data   no data  --
708.83/177.78	c  N dy   127   1091900       534      2323         0     55241      7056    703123     17.74     18.72  --
729.57/182.90	c  N dy   156   1113168       534      2323         0     76190      7056   1240997     16.36     17.38  --
754.31/189.19	c  N dy   225   1135149       534      2323         0     52727      7056    587408     16.33     17.34  --
774.65/194.20	c  N dy   351   1155199       534      2323         0     72521      7056   1072823     16.57     17.48  --
802.18/201.12	c  N dy   458   1175256       534      2323         0     92339      7056   1569502     16.73     18.80  --
818.93/205.35	c  N dy   519   1195295       534      2323         0     65800      7056    879265     16.70     20.58  --
837.28/209.98	c  S st   607   1209983       534      2323         0     80305      7056   1240330     16.79     16.98  --
838.09/210.20	c  S st   607   1210487       534      2323         0     80808      7056   1253206     16.79   no data  --
838.09/210.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
838.09/210.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
838.51/210.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
838.51/210.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
838.51/210.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
838.51/210.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
838.51/210.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
850.84/213.33	c lits-rem:       264  cl-subs:     1917  v-elim:      0  v-fix:    0  time: 12.12 s
850.84/213.33	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
850.84/213.35	c vivif2 --  cl tried    78891 cl shrink        0 lits rem          0 time: 0.07
851.26/213.48	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.53
851.26/213.48	c calculated reachability. Time: 0.00
851.26/213.48	c  N dy   607   1210487       534      2323         0     78891      7056   1205767     16.79   no data  --
882.39/221.23	c  N dy   675   1231217       534      2323         0     52101      7056    522869     16.75     17.65  --
902.69/226.31	c  N dy   750   1251955       534      2323         0     72581      7056   1023345     16.76     17.70  --
931.81/233.65	c  N dy   788   1274014       534      2323         0     94269      7056   1544093     16.66     18.05  --
951.37/238.54	c  N dy   885   1294018       534      2323         0     65746      7056    835234     16.70     17.67  --
976.49/244.82	c  N dy   992   1314035       534      2323         0     85487      7056   1325242     16.75     19.09  --
1004.02/251.74	c  N dy  1081   1334207       534      2323         0     56083      7056    564089     16.77     17.66  --
1030.74/258.43	c  N dy  1178   1354647       534      2323         0     76247      7056   1064862     16.80     18.03  --
1061.87/266.23	c  N dy  1265   1375365       534      2323         0     96702      7056   1577106     16.82     17.77  --
1083.00/271.55	c  N dy  1342   1395941       534      2323         0     66675      7056    809352     16.83     17.79  --
1108.52/277.93	c  N dy  1421   1416774       534      2323         0     87194      7056   1310614     16.84     17.80  --
1136.47/284.92	c  N dy  1516   1436842       534      2323         0     55724      7056    524149     16.86     17.77  --
1158.40/290.49	c  N dy  1642   1457803       534      2323         0     76424      7056   1041516     16.92     17.91  --
1187.10/297.61	c  N dy  1726   1477846       534      2323         0     96161      7056   1521887     16.92     19.32  --
1211.49/303.78	c  N dy  1802   1498387       534      2323         0     64173      7056    709140     16.91     17.88  --
1236.18/309.96	c  N dy  1863   1519672       534      2323         0     85106      7056   1217009     16.89     18.00  --
1269.28/318.20	c  N dy  1948   1539802       534      2323         0    104953      7056   1706698     16.91     18.03  --
1290.82/323.63	c  N dy  2086   1559858       534      2323         0     71572      7056    876788     16.96     19.59  --
1317.55/330.37	c  N dy  2177   1579899       534      2323         0     91344      7056   1364725     16.97     20.05  --
1358.24/340.51	c  N dy  2252   1612519       534      2323         0     69128      7056    771318     16.92     18.07  --
1382.62/346.69	c  N dy  2332   1632539       534      2323         0     88826      7056   1256248     16.92     19.38  --
1415.69/354.94	c  N dy  2406   1653613       534      2323         0    109590      7056   1778907     16.92     17.84  --
1437.63/360.44	c  N dy  2497   1675219       534      2323         0     75789      7056    940592     16.92     17.97  --
1465.99/367.58	c  N dy  2581   1695797       534      2323         0     96076      7056   1441606     16.93     17.85  --
1490.68/373.73	c  S st  2653   1710488       534      2323         0    110590      7056   1806819     16.94   no data  --
1491.90/374.04	c  S st  2653   1710991       534      2323         0    111092      7056   1820169     16.94   no data  --
1491.90/374.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1491.90/374.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1491.90/374.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1492.32/374.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1492.32/374.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1492.32/374.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
1492.32/374.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1511.83/379.02	c lits-rem:       219  cl-subs:     3085  v-elim:      0  v-fix:    0  time: 19.40 s
1511.83/379.02	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
1511.83/379.05	c vivif2 --  cl tried   108007 cl shrink        0 lits rem          0 time: 0.09
1512.63/379.20	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.62
1512.63/379.20	c calculated reachability. Time: 0.00
1512.63/379.20	c  N dy  2653   1710991       534      2323         0    108007      7056   1742607     16.94   no data  --
1536.55/385.20	c  N dy  2750   1731059       534      2323         0     71621      7056    810732     16.94     17.87  --
1569.27/393.42	c  N dy  2768   1757163       534      2323         0     97146      7056   1402461     16.88     17.84  --
1604.37/402.25	c  N dy  2866   1777202       534      2323         0     59827      7056    501786     16.89     17.83  --
1629.89/408.68	c  N dy  2942   1797240       534      2323         0     79589      7056    987492     16.89     18.37  --
1661.01/416.40	c  N dy  3035   1819152       534      2323         0    101147      7056   1523317     16.90     17.81  --
1693.34/424.52	c  N dy  3132   1839187       534      2323         0     62803      7056    553562     16.91     17.85  --
1718.06/430.77	c  N dy  3251   1861073       534      2323         0     84344      7056   1097291     16.94     17.86  --
1747.17/438.09	c  N dy  3306   1881149       534      2323         0    104077      7056   1576184     16.92     17.82  --
1775.90/445.26	c  N dy  3332   1901354       534      2323         0     64877      7056    586069     16.89     17.83  --
1804.62/452.46	c  N dy  3452   1924998       534      2323         0     88174      7056   1167317     16.90     17.80  --
1836.94/460.58	c  N dy  3566   1945075       534      2323         0    107964      7056   1660724     16.92     17.94  --
1870.44/468.93	c  N dy  3698   1966349       534      2323         0     68913      7056    674256     16.94     18.01  --
1896.02/475.38	c  N dy  3820   1986450       534      2323         0     88727      7056   1171528     16.96     19.29  --
1928.28/483.49	c  N dy  3914   2006547       534      2323         0    108568      7056   1676513     16.97     18.18  --
1962.59/492.04	c  N dy  4024   2026645       534      2323         0     67294      7056    608028     16.99     21.96  --
1999.29/501.27	c  N dy  4061   2057154       534      2323         0     97173      7056   1321677     16.94     17.89  --
2035.20/510.29	c  N dy  4187   2077230       534      2323         0    116958      7056   1822067     16.96     18.55  --
2063.92/517.40	c  N dy  4279   2097319       534      2323         0     74747      7056    773870     16.97     18.10  --
2095.02/525.21	c  N dy  4341   2120431       534      2323         0     97471      7056   1335557     16.96     17.90  --
2129.73/533.98	c  N dy  4442   2140484       534      2323         0    117232      7056   1832002     16.97     19.23  --
2171.21/544.36	c  N dy  4532   2170066       534      2323         0     83297      7056    956814     16.96     17.86  --
2201.93/552.10	c  N dy  4630   2190237       534      2323         0    103212      7056   1456267     16.97     17.90  --
2244.60/562.74	c  N dy  4740   2210653       534      2323         0    123334      7056   1961657     16.99     17.93  --
2245.40/562.93	c  S st  4742   2210991       534      2323         0    123666      7056   1969682     16.99   no data  --
2247.04/563.32	c  S st  4742   2211495       534      2323         0    124168      7056   1982432     16.99   no data  --
2247.04/563.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2247.04/563.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2247.04/563.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2247.39/563.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2247.39/563.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2247.39/563.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
2247.39/563.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2271.33/569.41	c lits-rem:       239  cl-subs:     4110  v-elim:      0  v-fix:    0  time: 23.73 s
2271.33/569.41	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
2271.33/569.44	c vivif2 --  cl tried   120058 cl shrink        0 lits rem          0 time: 0.10
2272.13/569.62	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.72
2272.13/569.62	c calculated reachability. Time: 0.00
2272.13/569.62	c  N dy  4742   2211495       534      2323         0    120058      7056   1883276     16.99   no data  --
2302.44/577.28	c  N dy  4814   2233017       534      2323         0     77240      7056    799046     16.98     17.94  --
2339.19/586.46	c  N dy  4925   2258556       534      2323         0    102437      7056   1443389     16.99     17.94  --
2377.04/595.97	c  N dy  5013   2280127       534      2323         0    123649      7056   1980895     16.99     17.94  --
2407.36/603.53	c  N dy  5090   2301093       534      2323         0     79257      7056    824621     16.99     17.90  --
2436.47/610.82	c  N dy  5202   2321120       534      2323         0     98946      7056   1318281     17.00     19.21  --
2475.96/620.74	c  N dy  5295   2342332       534      2323         0    119816      7056   1842687     17.00     17.96  --
2513.06/630.03	c  N dy  5415   2364112       534      2323         0     75382      7056    714379     17.02     18.20  --
2540.19/636.89	c  N dy  5518   2384164       534      2323         0     95171      7056   1216208     17.03     19.21  --
2573.69/645.28	c  N dy  5584   2404173       534      2323         0    114881      7056   1709150     17.03     19.31  --
2615.96/655.80	c  N dy  5682   2424547       534      2323         0     67982      7056    508004     17.03     17.94  --
2639.91/661.81	c  N dy  5793   2444562       534      2323         0     87675      7056   1005279     17.05     20.30  --
2671.42/669.75	c  N dy  5872   2464611       534      2323         0    107427      7056   1494348     17.05     19.38  --
2711.31/679.78	c  N dy  5922   2484812       534      2323         0    127296      7056   1985987     17.04     17.94  --
2743.61/687.84	c  N dy  5992   2506077       534      2323         0     80320      7056    793470     17.04     17.94  --
2771.93/694.92	c  N dy  6076   2526157       534      2323         0    100052      7056   1284802     17.04     19.88  --
2807.43/703.83	c  N dy  6175   2546298       534      2323         0    119886      7056   1779511     17.05     18.09  --
2857.68/716.41	c  N dy  6275   2571709       534      2323         0     75977      7056    660322     17.04     17.99  --
2883.26/722.89	c  N dy  6343   2591938       534      2323         0     95904      7056   1161082     17.04     17.97  --
2917.52/731.47	c  N dy  6410   2612003       534      2323         0    115676      7056   1652656     17.03     19.13  --
2965.79/743.60	c  N dy  6465   2634934       534      2323         0    138169      7056   2200877     17.03     17.93  --
2994.51/750.72	c  N dy  6570   2655506       534      2323         0     88532      7056    967098     17.03     18.04  --
3027.23/758.96	c  N dy  6706   2675509       534      2323         0    108283      7056   1476958     17.05     19.06  --
3067.91/769.10	c  N dy  6805   2695812       534      2323         0    128264      7056   1982181     17.06     18.02  --
3103.02/777.97	c  S st  6876   2711495       534      2323         0     72840      7056    552347     17.06   no data  --
3103.81/778.14	c  S st  6876   2711998       534      2323         0     73340      7056    565554     17.06   no data  --
3103.81/778.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3103.81/778.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3103.81/778.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
3104.21/778.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3104.21/778.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3104.21/778.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
3104.21/778.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3111.79/780.11	c lits-rem:       161  cl-subs:      211  v-elim:      0  v-fix:    0  time:  7.60 s
3111.79/780.11	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
3111.79/780.11	c vivif2 --  cl tried    73129 cl shrink        0 lits rem          0 time: 0.04
3111.79/780.19	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.31
3111.79/780.19	c calculated reachability. Time: 0.00
3111.79/780.19	c  N dy  6876   2711998       534      2323         0     73129      7056    560636     17.06   no data  --
3138.51/786.89	c  N dy  6987   2732302       534      2323         0     93133      7056   1072879     17.07     18.00  --
3173.22/795.59	c  N dy  7098   2752579       534      2323         0    113112      7056   1576027     17.08     17.99  --
3216.33/806.34	c  N dy  7228   2772620       534      2323         0    132890      7056   2082404     17.10     19.20  --
3254.60/815.98	c  N dy  7339   2792798       534      2323         0     80886      7056    739704     17.11     18.04  --
3283.32/823.15	c  N dy  7448   2812806       534      2323         0    100577      7056   1237490     17.12     18.27  --
3320.42/832.47	c  N dy  7558   2832858       534      2323         0    120387      7056   1742637     17.12     18.57  --
3370.68/845.09	c  N dy  7663   2855076       534      2323         0    142261      7056   2292214     17.13     18.05  --
3401.40/852.79	c  N dy  7736   2876167       534      2323         0     90091      7056    946576     17.13     18.04  --
3433.32/860.79	c  N dy  7815   2896596       534      2323         0    110177      7056   1446315     17.13     18.19  --
3475.65/871.33	c  N dy  7890   2916625       534      2323         0    129852      7056   1938745     17.13     18.32  --
3529.44/884.84	c  N dy  7957   2936929       534      2323         0     75965      7056    578414     17.13     18.16  --
3556.97/891.76	c  N dy  8052   2957277       534      2323         0     96009      7056   1080909     17.13     18.54  --
3591.28/900.35	c  N dy  8135   2977339       534      2323         0    115729      7056   1569705     17.14     19.80  --
3633.19/910.90	c  N dy  8222   2997612       534      2323         0    135622      7056   2064873     17.14     18.11  --
3684.22/923.61	c  N dy  8340   3017681       534      2323         0     80623      7056    677087     17.15     19.97  --
3714.14/931.17	c  N dy  8413   3037760       534      2323         0    100317      7056   1159289     17.15     18.05  --
3748.84/939.84	c  N dy  8483   3058135       534      2323         0    120338      7056   1656316     17.14     18.55  --
3792.72/950.83	c  N dy  8567   3078542       534      2323         0    140398      7056   2152155     17.14     18.08  --
3834.22/961.20	c  N dy  8616   3105175       534      2323         0     90837      7056    909829     17.13     18.12  --
3865.34/969.03	c  N dy  8679   3125327       534      2323         0    110652      7056   1404339     17.13     18.05  --
3903.22/978.50	c  N dy  8758   3145337       534      2323         0    130316      7056   1896941     17.13     20.13  --
3952.30/990.82	c  N dy  8824   3166374       534      2323         0    150949      7056   2405470     17.13     18.06  --
3981.41/998.18	c  N dy  8911   3186404       534      2323         0     94044      7056    978877     17.13     18.13  --
4014.13/1006.39	c  N dy  8990   3206568       534      2323         0    113842      7056   1470384     17.13     18.10  --
4023.72/1008.81	c  S st  9008   3211998       534      2323         0    119168      7056   1602562     17.13     17.09  --
4025.29/1009.16	c  S st  9008   3212498       534      2323         0    119667      7056   1616328     17.13   no data  --
4025.29/1009.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4025.29/1009.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4025.69/1009.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.24
4025.69/1009.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4025.69/1009.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4025.69/1009.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
4025.69/1009.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4042.44/1013.43	c lits-rem:       364  cl-subs:     3207  v-elim:      0  v-fix:    0  time: 16.55 s
4042.44/1013.43	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
4042.44/1013.45	c vivif2 --  cl tried   116460 cl shrink        0 lits rem          0 time: 0.08
4043.24/1013.62	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.68
4043.24/1013.63	c calculated reachability. Time: 0.00
4043.24/1013.63	c  N dy  9008   3212498       534      2323         0    116460      7056   1537883     17.13   no data  --
4086.33/1024.45	c  N dy  9087   3232534       534      2323         0    136112      7056   2021851     17.13     18.14  --
4135.79/1036.82	c  N dy  9160   3253599       534      2323         0     79266      7056    589226     17.13     18.12  --
4166.52/1044.51	c  N dy  9249   3275715       534      2323         0    101036      7056   1136170     17.13     18.13  --
4202.42/1053.54	c  N dy  9301   3295930       534      2323         0    120962      7056   1631445     17.13     18.28  --
4247.10/1064.70	c  N dy  9418   3315938       534      2323         0    140707      7056   2140518     17.14     19.47  --
4295.37/1076.89	c  N dy  9474   3337842       534      2323         0     83498      7056    671707     17.13     18.04  --
4324.89/1084.29	c  N dy  9567   3357942       534      2323         0    103292      7056   1169616     17.14     19.49  --
4365.18/1094.33	c  N dy  9619   3378013       534      2323         0    122999      7056   1657849     17.14     18.11  --
4427.42/1110.00	c  N dy  9722   3401554       534      2323         0    146146      7056   2236507     17.14     18.15  --
4472.47/1121.25	c  N dy  9794   3421605       534      2323         0     86194      7056    723243     17.14     18.82  --
4504.38/1129.22	c  N dy  9884   3442907       534      2323         0    107166      7056   1255242     17.14     18.15  --
4542.68/1138.85	c  N dy  9997   3462953       534      2323         0    126939      7056   1764817     17.15     20.50  --
4594.93/1151.96	c  N dy 10123   3483476       534      2323         0    147156      7056   2283915     17.16     18.07  --
4642.85/1163.94	c  N dy 10199   3503843       534      2323         0     86531      7056    717375     17.16     18.08  --
4672.33/1171.38	c  N dy 10276   3523847       534      2323         0    106233      7056   1214321     17.16     19.53  --
4712.22/1181.38	c  N dy 10374   3544659       534      2323         0    126666      7056   1723018     17.16     18.25  --
4759.29/1193.14	c  N dy 10432   3565113       534      2323         0    146790      7056   2219131     17.16     18.14  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368967-1305408198/watcher-3368967-1305408198 -o /tmp/evaluation-result-3368967-1305408198/solver-3368967-1305408198 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368967-1305408198.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.90 8.05 8.07 5/342 13305
/proc/meminfo: memFree=17886448/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 652417806 52465664 352 33554432000 4194304 4650419 140733764525056 18446744073709551615 228244405233 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 12809 352 303 112 0 7774 0
[pid=13305/tid=13306] ppid=13303 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652417806 52465664 356 33554432000 4194304 4650419 140733764525056 18446744073709551615 47489778890265 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652417806 52465664 356 33554432000 4194304 4650419 140733764525056 18446744073709551615 47489778890269 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652417806 52465664 356 33554432000 4194304 4650419 140733764525056 18446744073709551615 47489778890672 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.113511 s]
/proc/loadavg: 7.90 8.05 8.07 5/342 13305
/proc/meminfo: memFree=17886448/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=282276 CPUtime=0.41 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 1801 0 0 0 41 0 0 0 18 0 4 0 652417806 289050624 1657 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 70569 1657 391 112 0 65534 0
[pid=13305/tid=13306] ppid=13303 vsize=282276 CPUtime=0.1 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 375 0 0 0 10 0 0 0 18 0 4 0 652417806 289050624 1657 33554432000 4194304 4650419 140733764525056 18446744073709551615 4229514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=282276 CPUtime=0.1 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 364 0 0 0 10 0 0 0 25 0 4 0 652417806 289050624 1657 33554432000 4194304 4650419 140733764525056 18446744073709551615 4363341 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=282276 CPUtime=0.1 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 276 0 0 0 10 0 0 0 25 0 4 0 652417806 289050624 1657 33554432000 4194304 4650419 140733764525056 18446744073709551615 4328378 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282276

[startup+0.200498 s]
/proc/loadavg: 7.90 8.05 8.07 5/342 13305
/proc/meminfo: memFree=17886448/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=283580 CPUtime=0.76 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 2516 0 0 0 76 0 0 0 18 0 4 0 652417806 290385920 1786 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 70895 1787 393 112 0 65860 0
[pid=13305/tid=13306] ppid=13303 vsize=283580 CPUtime=0.19 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 549 0 0 0 19 0 0 0 18 0 4 0 652417806 290385920 1787 33554432000 4194304 4650419 140733764525056 18446744073709551615 4355007 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=283580 CPUtime=0.19 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 546 0 0 0 19 0 0 0 25 0 4 0 652417806 290385920 1787 33554432000 4194304 4650419 140733764525056 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=283580 CPUtime=0.18 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 460 0 0 0 18 0 0 0 25 0 4 0 652417806 290385920 1787 33554432000 4194304 4650419 140733764525056 18446744073709551615 4331876 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 283580

[startup+0.300479 s]
/proc/loadavg: 7.90 8.05 8.07 5/342 13305
/proc/meminfo: memFree=17886448/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=283744 CPUtime=1.16 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 2897 0 0 0 116 0 0 0 18 0 4 0 652417806 290553856 2167 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366841 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 70936 2167 393 112 0 65901 0
[pid=13305/tid=13306] ppid=13303 vsize=283744 CPUtime=0.29 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 646 0 0 0 29 0 0 0 18 0 4 0 652417806 290553856 2167 33554432000 4194304 4650419 140733764525056 18446744073709551615 4363553 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=283744 CPUtime=0.28 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 642 0 0 0 28 0 0 0 25 0 4 0 652417806 290553856 2167 33554432000 4194304 4650419 140733764525056 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=283744 CPUtime=0.28 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 565 0 0 0 28 0 0 0 25 0 4 0 652417806 290553856 2167 33554432000 4194304 4650419 140733764525056 18446744073709551615 4363613 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 283744

[startup+0.700411 s]
/proc/loadavg: 7.90 8.05 8.07 5/342 13305
/proc/meminfo: memFree=17886448/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=284740 CPUtime=2.76 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 4599 0 0 0 276 0 0 0 18 0 4 0 652417806 291573760 2710 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 71185 2710 393 112 0 66150 0
[pid=13305/tid=13306] ppid=13303 vsize=284740 CPUtime=0.69 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 1050 0 0 0 69 0 0 0 18 0 4 0 652417806 291573760 2710 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=284740 CPUtime=0.68 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 1040 0 0 0 68 0 0 0 25 0 4 0 652417806 291573760 2710 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=284740 CPUtime=0.68 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 1088 0 0 0 68 0 0 0 25 0 4 0 652417806 291573760 2710 33554432000 4194304 4650419 140733764525056 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284740

[startup+1.50028 s]
/proc/loadavg: 7.90 8.05 8.07 9/346 13309
/proc/meminfo: memFree=17874880/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=285904 CPUtime=5.95 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 8959 0 0 0 594 1 0 0 20 0 4 0 652417806 292765696 4834 33554432000 4194304 4650419 140733764525056 18446744073709551615 4439662 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 71476 4834 395 112 0 66441 0
[pid=13305/tid=13306] ppid=13303 vsize=285904 CPUtime=1.49 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 1894 0 0 0 149 0 0 0 20 0 4 0 652417806 292765696 4834 33554432000 4194304 4650419 140733764525056 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=285904 CPUtime=1.48 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 1865 0 0 0 148 0 0 0 25 0 4 0 652417806 292765696 4834 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365308 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=285904 CPUtime=1.47 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 1696 0 0 0 147 0 0 0 25 0 4 0 652417806 292765696 4834 33554432000 4194304 4650419 140733764525056 18446744073709551615 4363448 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 285904

[startup+3.10099 s]
/proc/loadavg: 7.90 8.05 8.07 9/346 13309
/proc/meminfo: memFree=17853552/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=304412 CPUtime=12.34 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 17687 0 0 0 1231 3 0 0 25 0 4 0 652417806 311717888 9791 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 76103 9791 395 112 0 71068 0
[pid=13305/tid=13306] ppid=13303 vsize=304412 CPUtime=3.08 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 4232 0 0 0 308 0 0 0 25 0 4 0 652417806 311717888 9791 33554432000 4194304 4650419 140733764525056 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=304412 CPUtime=3.08 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 4752 0 0 0 307 1 0 0 25 0 4 0 652417806 311717888 9791 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=304412 CPUtime=3.06 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 3908 0 0 0 306 0 0 0 25 0 4 0 652417806 311717888 9791 33554432000 4194304 4650419 140733764525056 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 304412

[startup+6.30043 s]
/proc/loadavg: 7.91 8.05 8.06 9/346 13310
/proc/meminfo: memFree=17836740/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=323008 CPUtime=25.1 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 26363 0 0 0 2505 5 0 0 25 0 4 0 652417806 330760192 14056 33554432000 4194304 4650419 140733764525056 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 80752 14056 395 112 0 75717 0
[pid=13305/tid=13306] ppid=13303 vsize=323008 CPUtime=6.29 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 7264 0 0 0 628 1 0 0 25 0 4 0 652417806 330760192 14056 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=323008 CPUtime=6.28 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 6741 0 0 0 627 1 0 0 25 0 4 0 652417806 330760192 14056 33554432000 4194304 4650419 140733764525056 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=323008 CPUtime=6.22 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 5258 0 0 0 622 0 0 0 25 0 4 0 652417806 330760192 14056 33554432000 4194304 4650419 140733764525056 18446744073709551615 4328256 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 323008

[startup+12.7003 s]
/proc/loadavg: 7.92 8.05 8.06 9/346 13310
/proc/meminfo: memFree=17811720/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=323816 CPUtime=50.63 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 39503 0 0 0 5054 9 0 0 25 0 4 0 652417806 331587584 19091 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 80954 19091 395 112 0 75919 0
[pid=13305/tid=13306] ppid=13303 vsize=323816 CPUtime=12.68 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 10673 0 0 0 1267 1 0 0 25 0 4 0 652417806 331587584 19091 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=323816 CPUtime=12.69 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 10975 0 0 0 1266 3 0 0 25 0 4 0 652417806 331587584 19091 33554432000 4194304 4650419 140733764525056 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=323816 CPUtime=12.55 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 6616 0 0 0 1254 1 0 0 25 0 4 0 652417806 331587584 19091 33554432000 4194304 4650419 140733764525056 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 323816

[startup+25.5011 s]
/proc/loadavg: 7.94 8.04 8.06 9/346 13310
/proc/meminfo: memFree=17787684/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=325280 CPUtime=101.69 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 60138 0 0 0 10155 14 0 0 25 0 4 0 652417806 333086720 27456 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 81320 27457 395 112 0 76285 0
[pid=13305/tid=13306] ppid=13303 vsize=325280 CPUtime=25.49 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 17285 0 0 0 2546 3 0 0 25 0 4 0 652417806 333086720 27457 33554432000 4194304 4650419 140733764525056 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=325280 CPUtime=25.48 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 17101 0 0 0 2543 5 0 0 25 0 4 0 652417806 333086720 27457 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=325280 CPUtime=25.2 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 7513 0 0 0 2519 1 0 0 25 0 4 0 652417806 333086720 27457 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 325280

[startup+51.1006 s]
/proc/loadavg: 8.10 8.07 8.07 9/346 13311
/proc/meminfo: memFree=17721084/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=327096 CPUtime=203.81 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 90334 0 0 0 20358 23 0 0 25 0 4 0 652417806 334946304 36188 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 81774 36188 395 112 0 76739 0
[pid=13305/tid=13306] ppid=13303 vsize=327096 CPUtime=51.08 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 27307 0 0 0 5102 6 0 0 25 0 4 0 652417806 334946304 36188 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=327096 CPUtime=51.08 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 27051 0 0 0 5101 7 0 0 25 0 4 0 652417806 334946304 36188 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=327096 CPUtime=50.52 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 8672 0 0 0 5051 1 0 0 25 0 4 0 652417806 334946304 36188 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 327096

[startup+102.301 s]
/proc/loadavg: 8.11 8.07 8.07 9/346 13312
/proc/meminfo: memFree=17699664/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=329768 CPUtime=408.08 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 135839 0 0 0 40766 42 0 0 25 0 4 0 652417806 337682432 42301 33554432000 4194304 4650419 140733764525056 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 82442 42301 395 112 0 77407 0
[pid=13305/tid=13306] ppid=13303 vsize=329768 CPUtime=102.3 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 42436 0 0 0 10217 13 0 0 25 0 4 0 652417806 337682432 42302 33554432000 4194304 4650419 140733764525056 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=329768 CPUtime=102.29 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 39864 0 0 0 10216 13 0 0 25 0 4 0 652417806 337682432 42302 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=329768 CPUtime=101.17 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 10958 0 0 0 10115 2 0 0 25 0 4 0 652417806 337682432 42302 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.08
Current children cumulated vsize (KiB) 329768

[startup+162.301 s]

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

[pid=13305] ppid=13303 vsize=546408 CPUtime=2801.44 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 423131 0 0 0 279953 191 0 0 25 0 4 0 652417806 559521792 90778 33554432000 4194304 4650419 140733764525056 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 136602 90778 395 112 0 131567 0
[pid=13305/tid=13306] ppid=13303 vsize=546408 CPUtime=702.29 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 146956 0 0 0 70163 66 0 0 25 0 4 0 652417806 559521792 90778 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=546408 CPUtime=702.29 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 146502 0 0 0 70164 65 0 0 25 0 4 0 652417806 559521792 90778 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=546408 CPUtime=694.53 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 27660 0 0 0 69440 13 0 0 25 0 4 0 652417806 559521792 90778 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2801.44
Current children cumulated vsize (KiB) 546408

[startup+762.301 s]
/proc/loadavg: 8.05 8.05 8.07 9/346 13361
/proc/meminfo: memFree=17673632/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=559456 CPUtime=3040.81 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 437732 0 0 0 303882 199 0 0 25 0 4 0 652417806 572882944 95303 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 139864 95303 395 112 0 134829 0
[pid=13305/tid=13306] ppid=13303 vsize=559456 CPUtime=762.3 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 154089 0 0 0 76161 69 0 0 25 0 4 0 652417806 572882944 95305 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=559456 CPUtime=762.31 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 151682 0 0 0 76163 68 0 0 25 0 4 0 652417806 572882944 95305 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=559456 CPUtime=753.87 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 27813 0 0 0 75374 13 0 0 25 0 4 0 652417806 572882944 95305 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.81
Current children cumulated vsize (KiB) 559456

[startup+822.301 s]
/proc/loadavg: 8.15 8.07 8.07 9/346 13362
/proc/meminfo: memFree=17641568/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=559676 CPUtime=3280.14 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 454194 0 0 0 327806 208 0 0 25 0 4 0 652417806 573108224 95972 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 139919 95972 395 112 0 134884 0
[pid=13305/tid=13306] ppid=13303 vsize=559676 CPUtime=822.29 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 161154 0 0 0 82157 72 0 0 25 0 4 0 652417806 573108224 95972 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=559676 CPUtime=822.3 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 158206 0 0 0 82157 73 0 0 25 0 4 0 652417806 573108224 95972 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=559676 CPUtime=813.21 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 28524 0 0 0 81308 13 0 0 25 0 4 0 652417806 573108224 95972 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.14
Current children cumulated vsize (KiB) 559676

[startup+882.313 s]
/proc/loadavg: 8.18 8.08 8.08 9/346 13364
/proc/meminfo: memFree=17607124/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=560264 CPUtime=3519.52 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 471889 0 0 0 351736 216 0 0 25 0 4 0 652417806 573710336 100940 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 140066 100940 395 112 0 135031 0
[pid=13305/tid=13306] ppid=13303 vsize=560264 CPUtime=882.31 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 170737 0 0 0 88155 76 0 0 25 0 4 0 652417806 573710336 100940 33554432000 4194304 4650419 140733764525056 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=560264 CPUtime=882.31 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 164873 0 0 0 88154 77 0 0 25 0 4 0 652417806 573710336 100940 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=560264 CPUtime=872.55 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 28664 0 0 0 87242 13 0 0 25 0 4 0 652417806 573710336 100940 33554432000 4194304 4650419 140733764525056 18446744073709551615 4364746 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3519.52
Current children cumulated vsize (KiB) 560264

[startup+942.301 s]
/proc/loadavg: 8.12 8.08 8.08 9/346 13366
/proc/meminfo: memFree=17575916/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=611716 CPUtime=3758.82 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 488197 0 0 0 375658 224 0 0 25 0 4 0 652417806 626397184 102601 33554432000 4194304 4650419 140733764525056 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 152929 102601 395 112 0 147894 0
[pid=13305/tid=13306] ppid=13303 vsize=611716 CPUtime=942.3 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 177316 0 0 0 94151 79 0 0 25 0 4 0 652417806 626397184 102601 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=611716 CPUtime=942.29 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 171756 0 0 0 94150 79 0 0 25 0 4 0 652417806 626397184 102601 33554432000 4194304 4650419 140733764525056 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=611716 CPUtime=931.89 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 28726 0 0 0 93175 14 0 0 25 0 4 0 652417806 626397184 102601 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.82
Current children cumulated vsize (KiB) 611716

[startup+1002.3 s]
/proc/loadavg: 8.09 8.08 8.08 9/346 13367
/proc/meminfo: memFree=17536692/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=561064 CPUtime=3998.17 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 504836 0 0 0 399586 231 0 0 25 0 4 0 652417806 574529536 102158 33554432000 4194304 4650419 140733764525056 18446744073709551615 4333952 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 140266 102158 395 112 0 135231 0
[pid=13305/tid=13306] ppid=13303 vsize=561064 CPUtime=1002.29 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 183590 0 0 0 100148 81 0 0 25 0 4 0 652417806 574529536 102158 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=561064 CPUtime=1002.3 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 179104 0 0 0 100148 82 0 0 25 0 4 0 652417806 574529536 102158 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=561064 CPUtime=991.23 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 28902 0 0 0 99109 14 0 0 25 0 4 0 652417806 574529536 102158 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3998.17
Current children cumulated vsize (KiB) 561064

[startup+1062.3 s]
/proc/loadavg: 8.08 8.08 8.08 9/346 13369
/proc/meminfo: memFree=17510600/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=562984 CPUtime=4237.53 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 520056 0 0 0 423514 239 0 0 25 0 4 0 652417806 576495616 106346 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 140746 106346 395 112 0 135711 0
[pid=13305/tid=13306] ppid=13303 vsize=562984 CPUtime=1062.3 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 188594 0 0 0 106146 84 0 0 25 0 4 0 652417806 576495616 106346 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=562984 CPUtime=1062.3 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 186329 0 0 0 106143 87 0 0 25 0 4 0 652417806 576495616 106346 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=562984 CPUtime=1050.58 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 29437 0 0 0 105044 14 0 0 25 0 4 0 652417806 576495616 106346 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4237.53
Current children cumulated vsize (KiB) 562984

[startup+1122.3 s]
/proc/loadavg: 8.07 8.08 8.08 9/346 13370
/proc/meminfo: memFree=17475336/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=681084 CPUtime=4476.86 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 536595 0 0 0 447439 247 0 0 25 0 4 0 652417806 697430016 113540 33554432000 4194304 4650419 140733764525056 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 170271 113540 395 112 0 165236 0
[pid=13305/tid=13306] ppid=13303 vsize=681084 CPUtime=1122.3 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 194893 0 0 0 112144 86 0 0 25 0 4 0 652417806 697430016 113540 33554432000 4194304 4650419 140733764525056 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=681084 CPUtime=1122.3 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 191471 0 0 0 112140 90 0 0 25 0 4 0 652417806 697430016 113540 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=681084 CPUtime=1109.91 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 29923 0 0 0 110977 14 0 0 25 0 4 0 652417806 697430016 113540 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.86
Current children cumulated vsize (KiB) 681084

[startup+1182.3 s]
/proc/loadavg: 8.02 8.06 8.07 9/346 13372
/proc/meminfo: memFree=17462624/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=640952 CPUtime=4716.21 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 556844 0 0 0 471364 257 0 0 25 0 4 0 652417806 656334848 113478 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366841 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 160238 113478 395 112 0 155203 0
[pid=13305/tid=13306] ppid=13303 vsize=640952 CPUtime=1182.3 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 201249 0 0 0 118140 90 0 0 25 0 4 0 652417806 656334848 113478 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=640952 CPUtime=1182.3 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 201351 0 0 0 118136 94 0 0 25 0 4 0 652417806 656334848 113478 33554432000 4194304 4650419 140733764525056 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=640952 CPUtime=1169.27 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 31931 0 0 0 116912 15 0 0 25 0 4 0 652417806 656334848 113478 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4716.21
Current children cumulated vsize (KiB) 640952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 8.10 8.07 8.07 10/346 13372
/proc/meminfo: memFree=17442872/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=742108 CPUtime=4800.44 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 560829 0 0 0 479784 260 0 0 25 0 4 0 652417806 759918592 117463 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 185527 117463 395 112 0 180492 0
[pid=13305/tid=13306] ppid=13303 vsize=742108 CPUtime=1203.42 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 202674 0 0 0 120252 90 0 0 25 0 4 0 652417806 759918592 117463 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=742108 CPUtime=1203.42 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 202933 0 0 0 120247 95 0 0 25 0 4 0 652417806 759918592 117463 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=742108 CPUtime=1190.14 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 32869 0 0 0 118998 16 0 0 25 0 4 0 652417806 759918592 117463 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.44
Current children cumulated vsize (KiB) 742108

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

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

[startup+1203.4 s]
/proc/loadavg: 8.10 8.07 8.07 10/346 13372
/proc/meminfo: memFree=17442872/32951124 swapFree=67082152/67111528
[pid=13305] ppid=13303 vsize=742108 CPUtime=4800.44 cores=1,3,5,7
/proc/13305/stat : 13305 (strangenight1-m) R 13303 13305 13065 0 -1 4202496 560829 0 0 0 479784 260 0 0 25 0 4 0 652417806 759918592 117463 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13305/statm: 185527 117463 395 112 0 180492 0
[pid=13305/tid=13306] ppid=13303 vsize=742108 CPUtime=1203.42 cores=1,3,5,7
/proc/13305/task/13306/stat : 13306 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 202674 0 0 0 120252 90 0 0 25 0 4 0 652417806 759918592 117463 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13305/tid=13307] ppid=13303 vsize=742108 CPUtime=1203.42 cores=1,3,5,7
/proc/13305/task/13307/stat : 13307 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 202933 0 0 0 120247 95 0 0 25 0 4 0 652417806 759918592 117463 33554432000 4194304 4650419 140733764525056 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13305/tid=13308] ppid=13303 vsize=742108 CPUtime=1190.14 cores=1,3,5,7
/proc/13305/task/13308/stat : 13308 (strangenight1-m) R 13303 13305 13065 0 -1 4202560 32869 0 0 0 118998 16 0 0 25 0 4 0 652417806 759918592 117463 33554432000 4194304 4650419 140733764525056 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.44
Current children cumulated vsize (KiB) 742108

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.45
CPU time (s): 4800.51
CPU user time (s): 4797.88
CPU system time (s): 2.6296
CPU usage (%): 398.895
Max. virtual memory (cumulated for all children) (KiB): 745992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.88
system time used= 2.6296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 560831
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= 274
involuntary context switches= 30358

runsolver used 3.37649 second user time and 9.93849 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-14 23:23:18
IDJOB=3368967
IDBENCH=82976
IDSOLVER=1846
FILE ID=node136/3368967-1305408198
RUNJOBID= node136-1305405787-13084
PBS_JOBID= 13324500
Free space on /tmp= 72988 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S927210717-059.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368967-1305408198/watcher-3368967-1305408198 -o /tmp/evaluation-result-3368967-1305408198/solver-3368967-1305408198 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368967-1305408198.cnf

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

MD5SUM BENCH= 7954e0b477e9d5cbd0a1f159f4b0eef6
RANDOM SEED=411756510

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.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.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.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.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:      17886852 kB
Buffers:        296628 kB
Cached:        5035692 kB
SwapCached:       2740 kB
Active:       10836508 kB
Inactive:      3886452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17886852 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:            6272 kB
Writeback:           0 kB
AnonPages:     9389428 kB
Mapped:          28200 kB
Slab:           236576 kB
PageTables:      39984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70225452 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= 72984 MiB
End job on node136 at 2011-05-14 23:43:24