Trace number 3175358

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.29 1201.73

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.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175358-1304120809.cnf'
0.00/0.00	c -- header says num vars:            550
0.00/0.00	c -- header says num clauses:        2343
0.00/0.00	c -- clauses added:            0 learnts,         2343 normals,            0 xors
0.00/0.00	c -- vars added        550
0.00/0.00	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.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c 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
0.00/0.16	c lits-rem:         0  cl-subs:        0  v-elim:     16  v-fix:    0  time:  0.01 s
0.00/0.16	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.16	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.16	c calculated reachability. Time: 0.00
0.00/0.16	c Calc default polars -  time:   0.00 s pos:     244 undec:      69 neg:     237
0.00/0.16	c =========================================================================================
0.00/0.16	c types(t): F = full restart, N = normal restart
0.00/0.16	c types(t): S = simplification begin/end, E = solution found
0.00/0.16	c restart types(rt): st = static, dy = dynamic
0.00/0.16	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.16	c  B st     0         0       534      2323         0         0      7056         0   no data   no data  --
0.00/0.16	c Decided on static restart strategy
0.00/0.16	c  N st     8      4916       534      2323         0      4815      7056    118377   no data   no data  --
0.00/0.80	c  N st    10     11298       534      2323         0      4438      7056     77542   no data   no data  --
0.00/0.80	c  N st    11     17041       534      2323         0     10062      7056    206580   no data   no data  --
4.38/1.12	c  F st    12     25000       534      2323         0     12378      7056    279008   no data   no data  --
4.38/1.12	c  N st    12     25000       534      2323         0     12378      7056    279008   no data   no data  --
5.17/1.35	c Decided on static restart strategy
5.17/1.35	c  N st    18     30000       534      2323         0     10679      7056    209924   no data   no data  --
5.17/1.35	c  S st    18     30000       534      2323         0     10679      7056    209924   no data   no data  --
5.17/1.38	c  S st    18     30503       534      2323         0     11182      7056    222379   no data   no data  --
5.17/1.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.17/1.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
5.17/1.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.38/1.60	c lits-rem:       189  cl-subs:      545  v-elim:      0  v-fix:    0  time:  0.85 s
6.38/1.61	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.03
6.38/1.61	c calculated reachability. Time: 0.00
6.38/1.61	c  N st    18     30503       534      2323         0     10637      7056    208028   no data   no data  --
7.97/2.00	c  N st    20     37618       534      2323         0      9875      7056    169583   no data   no data  --
9.17/2.36	c  N st    21     44019       534      2323         0     16130      7056    321261   no data   no data  --
9.57/2.47	c  S st    22     45754       534      2323         0      9092      7056    133060   no data   no data  --
9.57/2.49	c  S st    22     46263       534      2323         0      9601      7056    145460   no data   no data  --
9.57/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.57/2.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.97/2.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.97/2.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.97/2.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.97/2.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
9.97/2.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.37/2.60	c lits-rem:        29  cl-subs:       78  v-elim:      0  v-fix:    0  time:  0.39 s
10.37/2.60	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
10.37/2.60	c vivif2 --  cl tried     9523 cl shrink        0 lits rem          0 time: 0.00
10.37/2.61	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.03
10.37/2.61	c calculated reachability. Time: 0.00
10.37/2.61	c  N st    22     46263       534      2323         0      9523      7056    143580   no data   no data  --
14.36/3.61	c  N st    23     60662       534      2323         0     13910      7056    241049   no data   no data  --
16.38/4.18	c  N st    24     69394       534      2323         0     11690      7056    176772   no data   no data  --
16.38/4.18	c  S st    24     69394       534      2323         0     11690      7056    176772   no data   no data  --
16.76/4.21	c  S st    24     69899       534      2323         0     12195      7056    188395   no data   no data  --
16.76/4.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.76/4.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.76/4.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
16.76/4.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.76/4.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.76/4.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
16.76/4.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.56/4.41	c lits-rem:        53  cl-subs:      160  v-elim:      0  v-fix:    0  time:  0.74 s
17.56/4.41	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
17.56/4.41	c vivif2 --  cl tried    12035 cl shrink        0 lits rem          0 time: 0.01
17.56/4.42	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.04
17.56/4.42	c calculated reachability. Time: 0.00
17.56/4.42	c  N st    24     69899       534      2323         0     12035      7056    184749   no data   no data  --
22.34/5.64	c  F st    25     87501       534      2323         0     17552      7056    330892   no data   no data  --
22.34/5.64	c  N st    25     87501       534      2323         0     17552      7056    330892   no data   no data  --
23.94/6.04	c Decided on static restart strategy
24.77/6.27	c  N st    32     95546       534      2323         0     25462      7056    533416   no data   no data  --
27.54/6.92	c  N st    34    104848       534      2323         0     21834      7056    407794   no data   no data  --
27.54/6.92	c  S st    34    104848       534      2323         0     21834      7056    407794   no data   no data  --
27.54/6.97	c  S st    34    105352       534      2323         0     22337      7056    420049   no data   no data  --
27.54/6.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.54/6.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.54/6.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
27.94/7.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.94/7.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.94/7.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
27.94/7.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
31.94/8.01	c lits-rem:       289  cl-subs:      624  v-elim:      0  v-fix:    0  time:  4.06 s
31.94/8.01	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
31.94/8.02	c vivif2 --  cl tried    21713 cl shrink        0 lits rem          0 time: 0.02
31.94/8.04	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.07
31.94/8.04	c calculated reachability. Time: 0.00
31.94/8.04	c  N st    34    105352       534      2323         0     21713      7056    401802   no data   no data  --
35.13/8.81	c  N st    35    114950       534      2323         0     17348      7056    265809   no data   no data  --
40.33/10.12	c  N st    36    129347       534      2323         0     16801      7056    241844   no data   no data  --
47.90/12.03	c  N st    37    150942       534      2323         0     22293      7056    362484   no data   no data  --
50.31/12.69	c  S st    38    158028       534      2323         0     29183      7056    530779   no data   no data  --
50.71/12.76	c  S st    38    158533       534      2323         0     29686      7056    542987   no data   no data  --
50.71/12.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
50.71/12.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.71/12.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
50.71/12.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.71/12.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.71/12.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
50.71/12.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
57.10/14.32	c lits-rem:       416  cl-subs:     1429  v-elim:      0  v-fix:    0  time:  6.13 s
57.10/14.33	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
57.10/14.33	c vivif2 --  cl tried    28257 cl shrink        0 lits rem          0 time: 0.02
57.10/14.35	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.09
57.10/14.35	c calculated reachability. Time: 0.00
57.10/14.35	c  N st    38    158533       534      2323         0     28257      7056    507000   no data   no data  --
78.27/19.68	c  N st    39    207124       534      2323         0     22886      7056    335247   no data   no data  --
91.45/22.98	c  N st    40    237799       534      2323         0     33341      7056    607119   no data   no data  --
91.45/22.98	c  S st    40    237799       534      2323         0     33341      7056    607119   no data   no data  --
91.85/23.08	c  S st    40    238302       534      2323         0     33843      7056    618833   no data   no data  --
91.85/23.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
91.85/23.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.85/23.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
92.25/23.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.25/23.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.25/23.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
92.25/23.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
100.24/25.11	c lits-rem:       811  cl-subs:     1598  v-elim:      0  v-fix:    0  time:  7.97 s
100.24/25.11	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
100.24/25.12	c vivif2 --  cl tried    32245 cl shrink        0 lits rem          0 time: 0.02
100.24/25.14	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.12
100.24/25.15	c calculated reachability. Time: 0.00
100.24/25.15	c  N st    40    238302       534      2323         0     32245      7056    573489   no data   no data  --
132.19/33.13	c  F st    41    306252       534      2323         0     34096      7056    555848   no data   no data  --
132.19/33.13	c  N st    41    306252       534      2323         0     34096      7056    555848   no data   no data  --
134.61/33.73	c Decided on static restart strategy
145.78/36.51	c  N st    51    334555       534      2323         0     38431      7056    672009   no data   no data  --
156.58/39.20	c  N st    53    357453       534      2323         0     36514      7056    602738   no data   no data  --
156.58/39.20	c  S st    53    357453       534      2323         0     36514      7056    602738   no data   no data  --
156.58/39.29	c  S st    53    357955       534      2323         0     37015      7056    614364   no data   no data  --
156.58/39.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
156.58/39.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
156.98/39.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
156.98/39.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
156.98/39.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
156.98/39.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
156.98/39.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
163.75/41.08	c lits-rem:       923  cl-subs:      968  v-elim:      0  v-fix:    0  time:  7.01 s
163.75/41.08	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
163.75/41.09	c vivif2 --  cl tried    36047 cl shrink        0 lits rem          0 time: 0.03
164.15/41.12	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.14
164.15/41.12	c calculated reachability. Time: 0.00
164.15/41.12	c  N st    53    357955       534      2323         0     36047      7056    585652   no data   no data  --
181.72/45.55	c  N st    54    390348       534      2323         0     42186      7056    701679   no data   no data  --
212.49/53.24	c  N st    55    438937       534      2323         0     36019      7056    523439   no data   no data  --
256.43/64.28	c  N st    56    511821       534      2323         0     49667      7056    862827   no data   no data  --
270.82/67.87	c  N st    57    536932       534      2323         0     43799      7056    685834   no data   no data  --
270.82/67.87	c  S st    57    536932       534      2323         0     43799      7056    685834   no data   no data  --
271.23/67.99	c  S st    57    537435       534      2323         0     44302      7056    698309   no data   no data  --
271.23/67.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
271.23/67.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
271.60/68.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
271.60/68.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
271.60/68.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
271.60/68.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
271.60/68.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
280.01/70.11	c lits-rem:       711  cl-subs:     1273  v-elim:      0  v-fix:    0  time:  8.30 s
280.01/70.11	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
280.01/70.12	c vivif2 --  cl tried    43029 cl shrink        0 lits rem          0 time: 0.03
280.01/70.16	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.16
280.01/70.16	c calculated reachability. Time: 0.00
280.01/70.16	c  N st    57    537435       534      2323         0     43029      7056    664405   no data   no data  --
387.05/96.93	c  N st    58    701420       534      2323         0     37139      7056    421796   no data   no data  --
467.34/117.09	c  N st    59    806152       534      2323         0     66242      7056   1181743   no data   no data  --
467.34/117.09	c  S st    59    806152       534      2323         0     66242      7056   1181743   no data   no data  --
468.14/117.27	c  S st    59    806655       534      2323         0     66745      7056   1194560   no data   no data  --
468.14/117.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
468.14/117.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
468.56/117.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
468.56/117.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
468.56/117.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
468.56/117.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
468.56/117.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
482.92/120.92	c lits-rem:       272  cl-subs:     2731  v-elim:      0  v-fix:    0  time: 14.27 s
482.92/120.92	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
482.92/120.93	c vivif2 --  cl tried    64014 cl shrink        0 lits rem          0 time: 0.06
483.32/121.01	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.32
483.32/121.01	c calculated reachability. Time: 0.00
483.32/121.01	c  N st    59    806655       534      2323         0     64014      7056   1116583   no data   no data  --
688.66/172.45	c  F st    60   1071875       534      2323         0     79395      7056   1352103   no data   no data  --
688.66/172.45	c  N st    60   1071875       534      2323         0     79395      7056   1352103   no data   no data  --
707.81/177.26	c  N dy   127   1091900       534      2323         0     55241      7056    703123     17.74     18.72  --
728.21/182.37	c  N dy   156   1113168       534      2323         0     76190      7056   1240997     16.36     17.38  --
753.35/188.65	c  N dy   225   1135149       534      2323         0     52727      7056    587408     16.33     17.34  --
773.32/193.68	c  N dy   351   1155199       534      2323         0     72521      7056   1072823     16.57     17.48  --
801.29/200.62	c  N dy   458   1175256       534      2323         0     92339      7056   1569502     16.73     18.80  --
818.06/204.83	c  N dy   519   1195295       534      2323         0     65800      7056    879265     16.70     20.58  --
836.44/209.44	c  S st   607   1209983       534      2323         0     80305      7056   1240330     16.79     16.98  --
837.24/209.67	c  S st   607   1210487       534      2323         0     80808      7056   1253206     16.79   no data  --
837.24/209.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
837.24/209.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
837.65/209.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
837.65/209.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
837.65/209.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
837.65/209.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
837.65/209.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
846.44/211.98	c lits-rem:       264  cl-subs:     1917  v-elim:      0  v-fix:    0  time:  8.88 s
846.44/211.98	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
846.44/211.99	c vivif2 --  cl tried    78891 cl shrink        0 lits rem          0 time: 0.06
847.22/212.12	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.50
847.22/212.12	c calculated reachability. Time: 0.00
847.22/212.12	c  N dy   607   1210487       534      2323         0     78891      7056   1205767     16.79   no data  --
879.58/220.27	c  N dy   675   1231217       534      2323         0     52101      7056    522869     16.75     17.65  --
899.94/225.36	c  N dy   750   1251955       534      2323         0     72581      7056   1023345     16.76     17.70  --
929.11/232.65	c  N dy   788   1274014       534      2323         0     94269      7056   1544093     16.66     18.05  --
948.68/237.55	c  N dy   885   1294018       534      2323         0     65746      7056    835234     16.70     17.67  --
973.45/243.78	c  N dy   992   1314035       534      2323         0     85487      7056   1325242     16.75     19.09  --
1000.63/250.52	c  N dy  1081   1334207       534      2323         0     56083      7056    564089     16.77     17.66  --
1027.38/257.28	c  N dy  1178   1354647       534      2323         0     76247      7056   1064862     16.80     18.03  --
1058.94/265.16	c  N dy  1265   1375365       534      2323         0     96702      7056   1577106     16.82     17.77  --
1080.10/270.43	c  N dy  1342   1395941       534      2323         0     66675      7056    809352     16.83     17.79  --
1105.69/276.81	c  N dy  1421   1416774       534      2323         0     87194      7056   1310614     16.84     17.80  --
1133.22/283.75	c  N dy  1516   1436842       534      2323         0     55724      7056    524149     16.86     17.77  --
1155.60/289.33	c  N dy  1642   1457803       534      2323         0     76424      7056   1041516     16.92     17.91  --
1183.96/296.42	c  N dy  1726   1477846       534      2323         0     96161      7056   1521887     16.92     19.32  --
1208.33/302.59	c  N dy  1802   1498387       534      2323         0     64173      7056    709140     16.91     17.88  --
1233.12/308.75	c  N dy  1863   1519672       534      2323         0     85106      7056   1217009     16.89     18.00  --
1265.85/316.93	c  N dy  1948   1539802       534      2323         0    104953      7056   1706698     16.91     18.03  --
1287.42/322.36	c  N dy  2086   1559858       534      2323         0     71572      7056    876788     16.96     19.59  --
1314.19/329.05	c  N dy  2177   1579899       534      2323         0     91344      7056   1364725     16.97     20.05  --
1354.93/339.21	c  N dy  2252   1612519       534      2323         0     69128      7056    771318     16.92     18.07  --
1379.30/345.37	c  N dy  2332   1632539       534      2323         0     88826      7056   1256248     16.92     19.38  --
1412.46/353.63	c  N dy  2406   1653613       534      2323         0    109590      7056   1778907     16.92     17.84  --
1434.43/359.11	c  N dy  2497   1675219       534      2323         0     75789      7056    940592     16.92     17.97  --
1462.79/366.24	c  N dy  2581   1695797       534      2323         0     96076      7056   1441606     16.93     17.85  --
1487.55/372.41	c  S st  2653   1710488       534      2323         0    110590      7056   1806819     16.94   no data  --
1488.75/372.71	c  S st  2653   1710991       534      2323         0    111092      7056   1820169     16.94   no data  --
1488.75/372.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1488.75/372.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1488.75/372.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1489.14/372.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1489.14/372.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1489.14/372.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
1489.14/372.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1508.32/377.69	c lits-rem:       219  cl-subs:     3085  v-elim:      0  v-fix:    0  time: 19.39 s
1508.32/377.69	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
1508.72/377.71	c vivif2 --  cl tried   108007 cl shrink        0 lits rem          0 time: 0.09
1509.12/377.87	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.62
1509.12/377.87	c calculated reachability. Time: 0.00
1509.12/377.87	c  N dy  2653   1710991       534      2323         0    108007      7056   1742607     16.94   no data  --
1533.08/383.87	c  N dy  2750   1731059       534      2323         0     71621      7056    810732     16.94     17.87  --
1565.84/392.03	c  N dy  2768   1757163       534      2323         0     97146      7056   1402461     16.88     17.84  --
1600.20/400.67	c  N dy  2866   1777202       534      2323         0     59827      7056    501786     16.89     17.83  --
1626.56/407.25	c  N dy  2942   1797240       534      2323         0     79589      7056    987492     16.89     18.37  --
1657.32/414.95	c  N dy  3035   1819152       534      2323         0    101147      7056   1523317     16.90     17.81  --
1689.68/423.09	c  N dy  3132   1839187       534      2323         0     62803      7056    553562     16.91     17.85  --
1714.84/429.31	c  N dy  3251   1861073       534      2323         0     84344      7056   1097291     16.94     17.86  --
1744.00/436.65	c  N dy  3306   1881149       534      2323         0    104077      7056   1576184     16.92     17.82  --
1772.76/443.83	c  N dy  3332   1901354       534      2323         0     64877      7056    586069     16.89     17.83  --
1801.13/450.97	c  N dy  3452   1924998       534      2323         0     88174      7056   1167317     16.90     17.80  --
1833.48/459.09	c  N dy  3566   1945075       534      2323         0    107964      7056   1660724     16.92     17.94  --
1866.63/467.39	c  N dy  3698   1966349       534      2323         0     68913      7056    674256     16.94     18.01  --
1892.21/473.77	c  N dy  3820   1986450       534      2323         0     88727      7056   1171528     16.96     19.29  --
1924.96/481.90	c  N dy  3914   2006547       534      2323         0    108568      7056   1676513     16.97     18.18  --
1958.91/490.42	c  N dy  4024   2026645       534      2323         0     67294      7056    608028     16.99     21.96  --
1994.46/499.31	c  N dy  4061   2057154       534      2323         0     97173      7056   1321677     16.94     17.89  --
2031.20/508.58	c  N dy  4187   2077230       534      2323         0    116958      7056   1822067     16.96     18.55  --
2059.59/515.65	c  N dy  4279   2097319       534      2323         0     74747      7056    773870     16.97     18.10  --
2090.72/523.43	c  N dy  4341   2120431       534      2323         0     97471      7056   1335557     16.96     17.90  --
2125.50/532.14	c  N dy  4442   2140484       534      2323         0    117232      7056   1832002     16.97     19.23  --
2166.63/542.46	c  N dy  4532   2170066       534      2323         0     83297      7056    956814     16.96     17.86  --
2197.39/550.17	c  N dy  4630   2190237       534      2323         0    103212      7056   1456267     16.97     17.90  --
2239.74/560.77	c  N dy  4740   2210653       534      2323         0    123334      7056   1961657     16.99     17.93  --
2240.52/560.96	c  S st  4742   2210991       534      2323         0    123666      7056   1969682     16.99   no data  --
2242.12/561.36	c  S st  4742   2211495       534      2323         0    124168      7056   1982432     16.99   no data  --
2242.12/561.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2242.12/561.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2242.52/561.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2242.52/561.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2242.52/561.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2242.52/561.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
2242.52/561.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2266.49/567.44	c lits-rem:       239  cl-subs:     4110  v-elim:      0  v-fix:    0  time: 23.73 s
2266.49/567.44	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
2266.49/567.46	c vivif2 --  cl tried   120058 cl shrink        0 lits rem          0 time: 0.10
2267.29/567.64	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.72
2267.29/567.65	c calculated reachability. Time: 0.00
2267.29/567.65	c  N dy  4742   2211495       534      2323         0    120058      7056   1883276     16.99   no data  --
2298.44/575.48	c  N dy  4814   2233017       534      2323         0     77240      7056    799046     16.98     17.94  --
2334.39/584.43	c  N dy  4925   2258556       534      2323         0    102437      7056   1443389     16.99     17.94  --
2372.34/593.96	c  N dy  5013   2280127       534      2323         0    123649      7056   1980895     16.99     17.94  --
2402.32/601.46	c  N dy  5090   2301093       534      2323         0     79257      7056    824621     16.99     17.90  --
2431.46/608.72	c  N dy  5202   2321120       534      2323         0     98946      7056   1318281     17.00     19.21  --
2471.01/618.62	c  N dy  5295   2342332       534      2323         0    119816      7056   1842687     17.00     17.96  --
2507.78/627.86	c  N dy  5415   2364112       534      2323         0     75382      7056    714379     17.02     18.20  --
2534.92/634.69	c  N dy  5518   2384164       534      2323         0     95171      7056   1216208     17.03     19.21  --
2568.48/643.09	c  N dy  5584   2404173       534      2323         0    114881      7056   1709150     17.03     19.31  --
2610.42/653.56	c  N dy  5682   2424547       534      2323         0     67982      7056    508004     17.03     17.94  --
2634.38/659.50	c  N dy  5793   2444562       534      2323         0     87675      7056   1005279     17.05     20.30  --
2665.56/667.33	c  N dy  5872   2464611       534      2323         0    107427      7056   1494348     17.05     19.38  --
2705.51/677.35	c  N dy  5922   2484812       534      2323         0    127296      7056   1985987     17.04     17.94  --
2737.45/685.36	c  N dy  5992   2506077       534      2323         0     80320      7056    793470     17.04     17.94  --
2765.81/692.41	c  N dy  6076   2526157       534      2323         0    100052      7056   1284802     17.04     19.88  --
2801.36/701.33	c  N dy  6175   2546298       534      2323         0    119886      7056   1779511     17.05     18.09  --
2851.28/713.82	c  N dy  6275   2571709       534      2323         0     75977      7056    660322     17.04     17.99  --
2877.26/720.35	c  N dy  6343   2591938       534      2323         0     95904      7056   1161082     17.04     17.97  --
2911.63/728.96	c  N dy  6410   2612003       534      2323         0    115676      7056   1652656     17.03     19.13  --
2959.95/741.07	c  N dy  6465   2634934       534      2323         0    138169      7056   2200877     17.03     17.93  --
2988.30/748.19	c  N dy  6570   2655506       534      2323         0     88532      7056    967098     17.03     18.04  --
3021.48/756.50	c  N dy  6706   2675509       534      2323         0    108283      7056   1476958     17.05     19.06  --
3062.20/766.61	c  N dy  6805   2695812       534      2323         0    128264      7056   1982181     17.06     18.02  --
3097.36/775.45	c  S st  6876   2711495       534      2323         0     72840      7056    552347     17.06   no data  --
3098.16/775.63	c  S st  6876   2711998       534      2323         0     73340      7056    565554     17.06   no data  --
3098.16/775.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3098.16/775.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3098.16/775.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.11
3098.16/775.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3098.16/775.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3098.16/775.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
3098.16/775.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3106.14/777.60	c lits-rem:       161  cl-subs:      211  v-elim:      0  v-fix:    0  time:  7.67 s
3106.14/777.60	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
3106.14/777.61	c vivif2 --  cl tried    73129 cl shrink        0 lits rem          0 time: 0.04
3106.14/777.69	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.32
3106.14/777.69	c calculated reachability. Time: 0.00
3106.14/777.69	c  N dy  6876   2711998       534      2323         0     73129      7056    560636     17.06   no data  --
3133.31/784.43	c  N dy  6987   2732302       534      2323         0     93133      7056   1072879     17.07     18.00  --
3168.06/793.13	c  N dy  7098   2752579       534      2323         0    113112      7056   1576027     17.08     17.99  --
3210.82/803.87	c  N dy  7228   2772620       534      2323         0    132890      7056   2082404     17.10     19.20  --
3249.56/813.50	c  N dy  7339   2792798       534      2323         0     80886      7056    739704     17.11     18.04  --
3278.31/820.72	c  N dy  7448   2812806       534      2323         0    100577      7056   1237490     17.12     18.27  --
3315.46/830.03	c  N dy  7558   2832858       534      2323         0    120387      7056   1742637     17.12     18.57  --
3365.79/842.66	c  N dy  7663   2855076       534      2323         0    142261      7056   2292214     17.13     18.05  --
3396.54/850.38	c  N dy  7736   2876167       534      2323         0     90091      7056    946576     17.13     18.04  --
3428.49/858.38	c  N dy  7815   2896596       534      2323         0    110177      7056   1446315     17.13     18.19  --
3467.24/868.08	c  N dy  7890   2916625       534      2323         0    129852      7056   1938745     17.13     18.32  --
3520.37/881.31	c  N dy  7957   2936929       534      2323         0     75965      7056    578414     17.13     18.16  --
3553.14/889.54	c  N dy  8052   2957277       534      2323         0     96009      7056   1080909     17.13     18.54  --
3587.47/898.16	c  N dy  8135   2977339       534      2323         0    115729      7056   1569705     17.14     19.80  --
3629.82/908.72	c  N dy  8222   2997612       534      2323         0    135622      7056   2064873     17.14     18.11  --
3679.75/921.21	c  N dy  8340   3017681       534      2323         0     80623      7056    677087     17.15     19.97  --
3710.51/928.98	c  N dy  8413   3037760       534      2323         0    100317      7056   1159289     17.15     18.05  --
3745.66/937.73	c  N dy  8483   3058135       534      2323         0    120338      7056   1656316     17.14     18.55  --
3789.60/948.72	c  N dy  8567   3078542       534      2323         0    140398      7056   2152155     17.14     18.08  --
3830.74/959.03	c  N dy  8616   3105175       534      2323         0     90837      7056    909829     17.13     18.12  --
3861.90/966.88	c  N dy  8679   3125327       534      2323         0    110652      7056   1404339     17.13     18.05  --
3899.85/976.36	c  N dy  8758   3145337       534      2323         0    130316      7056   1896941     17.13     20.13  --
3949.00/988.66	c  N dy  8824   3166374       534      2323         0    150949      7056   2405470     17.13     18.06  --
3978.54/996.00	c  N dy  8911   3186404       534      2323         0     94044      7056    978877     17.13     18.13  --
4011.29/1004.27	c  N dy  8990   3206568       534      2323         0    113842      7056   1470384     17.13     18.10  --
4020.88/1006.69	c  S st  9008   3211998       534      2323         0    119168      7056   1602562     17.13     17.09  --
4022.48/1007.04	c  S st  9008   3212498       534      2323         0    119667      7056   1616328     17.13   no data  --
4022.48/1007.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4022.48/1007.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4022.88/1007.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.24
4022.88/1007.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4022.88/1007.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4022.88/1007.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
4022.88/1007.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4039.65/1011.33	c lits-rem:       364  cl-subs:     3207  v-elim:      0  v-fix:    0  time: 16.64 s
4039.65/1011.33	c vivif2 --  cl tried     2323 cl shrink        0 lits rem          0 time: 0.00
4039.65/1011.35	c vivif2 --  cl tried   116460 cl shrink        0 lits rem          0 time: 0.08
4040.45/1011.52	c asymm  cl-useful: 0/2323/2323 lits-rem:0 time: 0.68
4040.45/1011.52	c calculated reachability. Time: 0.00
4040.45/1011.52	c  N dy  9008   3212498       534      2323         0    116460      7056   1537883     17.13   no data  --
4085.21/1022.79	c  N dy  9087   3232534       534      2323         0    136112      7056   2021851     17.13     18.14  --
4133.15/1034.75	c  N dy  9160   3253599       534      2323         0     79266      7056    589226     17.13     18.12  --
4163.49/1042.39	c  N dy  9249   3275715       534      2323         0    101036      7056   1136170     17.13     18.13  --
4199.84/1051.42	c  N dy  9301   3295930       534      2323         0    120962      7056   1631445     17.13     18.28  --
4244.18/1062.58	c  N dy  9418   3315938       534      2323         0    140707      7056   2140518     17.14     19.47  --
4292.91/1074.77	c  N dy  9474   3337842       534      2323         0     83498      7056    671707     17.13     18.04  --
4322.50/1082.15	c  N dy  9567   3357942       534      2323         0    103292      7056   1169616     17.14     19.49  --
4358.02/1091.05	c  N dy  9619   3378013       534      2323         0    122999      7056   1657849     17.14     18.11  --
4420.74/1106.70	c  N dy  9722   3401554       534      2323         0    146146      7056   2236507     17.14     18.15  --
4470.27/1119.10	c  N dy  9794   3421605       534      2323         0     86194      7056    723243     17.14     18.82  --
4501.83/1127.06	c  N dy  9884   3442907       534      2323         0    107166      7056   1255242     17.14     18.15  --
4540.58/1136.73	c  N dy  9997   3462953       534      2323         0    126939      7056   1764817     17.15     20.50  --
4592.91/1149.87	c  N dy 10123   3483476       534      2323         0    147156      7056   2283915     17.16     18.07  --
4640.84/1161.80	c  N dy 10199   3503843       534      2323         0     86531      7056    717375     17.16     18.08  --
4670.39/1169.26	c  N dy 10276   3523847       534      2323         0    106233      7056   1214321     17.16     19.53  --
4710.75/1179.35	c  N dy 10374   3544659       534      2323         0    126666      7056   1723018     17.16     18.25  --
4757.87/1191.11	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: 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-3175358-1304120809/watcher-3175358-1304120809 -o /tmp/evaluation-result-3175358-1304120809/solver-3175358-1304120809 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175358-1304120809.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.36 7.90 7.72 2/174 27877
/proc/meminfo: memFree=29690740/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) D 27874 27877 27136 0 -1 4202496 437 0 0 0 1 0 0 0 20 0 4 0 602311545 52465664 366 33554432000 4194304 4650419 140733357618176 18446744073709551615 4354576 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 12809 366 312 112 0 7774 0
[pid=27877/tid=27880] ppid=27874 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) D 27874 27877 27136 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 4 0 602311545 52465664 366 33554432000 4194304 4650419 140733357618176 18446744073709551615 256415434842 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) D 27874 27877 27136 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 4 0 602311545 52465664 366 33554432000 4194304 4650419 140733357618176 18446744073709551615 256415066456 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 4 0 602311545 52465664 366 33554432000 4194304 4650419 140733357618176 18446744073709551615 4300272 0 0 4096 2 0 0 0 -1 6 0 0 0

[startup+0.856766 s]
/proc/loadavg: 7.36 7.90 7.72 2/174 27877
/proc/meminfo: memFree=29690740/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=285560 CPUtime=3.4 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 5489 0 0 0 339 1 0 0 19 0 4 0 602311545 292413440 2758 33554432000 4194304 4650419 140733357618176 18446744073709551615 4363331 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 71390 2759 393 112 0 66355 0
[pid=27877/tid=27880] ppid=27874 vsize=285560 CPUtime=0.84 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 1299 0 0 0 84 0 0 0 19 0 4 0 602311545 292413440 2759 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=285560 CPUtime=0.84 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 1308 0 0 0 84 0 0 0 19 0 4 0 602311545 292413440 2759 33554432000 4194304 4650419 140733357618176 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=285560 CPUtime=0.84 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 1191 0 0 0 84 0 0 0 19 0 4 0 602311545 292413440 2759 33554432000 4194304 4650419 140733357618176 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 285560

[startup+0.900757 s]
/proc/loadavg: 7.36 7.90 7.72 2/174 27877
/proc/meminfo: memFree=29690740/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=285560 CPUtime=3.58 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 5590 0 0 0 357 1 0 0 19 0 4 0 602311545 292413440 2859 33554432000 4194304 4650419 140733357618176 18446744073709551615 4349680 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 71390 2859 393 112 0 66355 0
[pid=27877/tid=27880] ppid=27874 vsize=285560 CPUtime=0.89 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 1323 0 0 0 89 0 0 0 19 0 4 0 602311545 292413440 2859 33554432000 4194304 4650419 140733357618176 18446744073709551615 4349707 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=285560 CPUtime=0.89 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 1332 0 0 0 89 0 0 0 19 0 4 0 602311545 292413440 2859 33554432000 4194304 4650419 140733357618176 18446744073709551615 4240972 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=285560 CPUtime=0.89 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 1218 0 0 0 89 0 0 0 19 0 4 0 602311545 292413440 2859 33554432000 4194304 4650419 140733357618176 18446744073709551615 4367249 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 285560

[startup+1.00074 s]
/proc/loadavg: 7.36 7.90 7.72 2/174 27877
/proc/meminfo: memFree=29690740/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=285560 CPUtime=3.98 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 5829 0 0 0 397 1 0 0 19 0 4 0 602311545 292413440 3098 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 71390 3098 393 112 0 66355 0
[pid=27877/tid=27880] ppid=27874 vsize=285560 CPUtime=0.99 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 1382 0 0 0 99 0 0 0 19 0 4 0 602311545 292413440 3098 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=285560 CPUtime=0.99 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 1388 0 0 0 99 0 0 0 19 0 4 0 602311545 292413440 3098 33554432000 4194304 4650419 140733357618176 18446744073709551615 4229472 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=285560 CPUtime=0.99 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 1289 0 0 0 99 0 0 0 19 0 4 0 602311545 292413440 3098 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 285560

[startup+1.10072 s]
/proc/loadavg: 7.36 7.90 7.72 2/174 27877
/proc/meminfo: memFree=29690740/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=285612 CPUtime=4.38 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 6225 0 0 0 437 1 0 0 19 0 4 0 602311545 292466688 3171 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 71403 3171 394 112 0 66368 0
[pid=27877/tid=27880] ppid=27874 vsize=285612 CPUtime=1.09 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 1466 0 0 0 109 0 0 0 19 0 4 0 602311545 292466688 3171 33554432000 4194304 4650419 140733357618176 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=285612 CPUtime=1.09 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 1440 0 0 0 109 0 0 0 19 0 4 0 602311545 292466688 3171 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=285612 CPUtime=1.08 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 1495 0 0 0 108 0 0 0 19 0 4 0 602311545 292466688 3171 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 285612

[startup+1.50065 s]
/proc/loadavg: 7.36 7.90 7.72 2/174 27877
/proc/meminfo: memFree=29690740/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=291656 CPUtime=5.98 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 8970 0 0 0 596 2 0 0 20 0 4 0 602311545 298655744 4842 33554432000 4194304 4650419 140733357618176 18446744073709551615 4439191 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 72914 4842 395 112 0 67879 0
[pid=27877/tid=27880] ppid=27874 vsize=291656 CPUtime=1.49 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 1882 0 0 0 149 0 0 0 20 0 4 0 602311545 298655744 4842 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=291656 CPUtime=1.49 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 1877 0 0 0 149 0 0 0 20 0 4 0 602311545 298655744 4842 33554432000 4194304 4650419 140733357618176 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=291656 CPUtime=1.48 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 1706 0 0 0 148 0 0 0 20 0 4 0 602311545 298655744 4842 33554432000 4194304 4650419 140733357618176 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 291656

[startup+3.10034 s]
/proc/loadavg: 7.41 7.90 7.72 9/184 27887
/proc/meminfo: memFree=29611308/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=283936 CPUtime=12.37 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 17566 0 0 0 1234 3 0 0 25 0 4 0 602311545 290750464 9951 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 70984 9951 395 112 0 65949 0
[pid=27877/tid=27880] ppid=27874 vsize=283936 CPUtime=3.08 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 4213 0 0 0 308 0 0 0 25 0 4 0 602311545 290750464 9951 33554432000 4194304 4650419 140733357618176 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=283936 CPUtime=3.08 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 4784 0 0 0 308 0 0 0 25 0 4 0 602311545 290750464 9951 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=283936 CPUtime=3.07 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 3933 0 0 0 307 0 0 0 25 0 4 0 602311545 290750464 9951 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365410 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 283936

[startup+6.30674 s]
/proc/loadavg: 7.41 7.90 7.72 10/184 27887
/proc/meminfo: memFree=29579328/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=286220 CPUtime=25.17 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 26061 0 0 0 2512 5 0 0 25 0 4 0 602311545 293089280 13198 33554432000 4194304 4650419 140733357618176 18446744073709551615 4313008 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 71555 13198 395 112 0 66520 0
[pid=27877/tid=27880] ppid=27874 vsize=286220 CPUtime=6.29 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 7256 0 0 0 628 1 0 0 25 0 4 0 602311545 293089280 13198 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=286220 CPUtime=6.29 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 6765 0 0 0 628 1 0 0 25 0 4 0 602311545 293089280 13198 33554432000 4194304 4650419 140733357618176 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=286220 CPUtime=6.26 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 5275 0 0 0 626 0 0 0 25 0 4 0 602311545 293089280 13198 33554432000 4194304 4650419 140733357618176 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 286220

[startup+12.7005 s]
/proc/loadavg: 7.50 7.91 7.72 10/184 27888
/proc/meminfo: memFree=29534508/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=291876 CPUtime=50.71 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 39914 0 0 0 5063 8 0 0 25 0 4 0 602311545 298881024 17933 33554432000 4194304 4650419 140733357618176 18446744073709551615 4333403 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 72969 17933 395 112 0 67934 0
[pid=27877/tid=27880] ppid=27874 vsize=291876 CPUtime=12.68 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 10686 0 0 0 1266 2 0 0 25 0 4 0 602311545 298881024 17933 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=291876 CPUtime=12.68 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 11015 0 0 0 1266 2 0 0 25 0 4 0 602311545 298881024 17933 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=291876 CPUtime=12.62 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 7524 0 0 0 1261 1 0 0 25 0 4 0 602311545 298881024 17933 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 291876

[startup+25.5011 s]
/proc/loadavg: 7.58 7.91 7.73 9/184 27888
/proc/meminfo: memFree=29464184/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=305944 CPUtime=101.84 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 62647 0 0 0 10172 12 0 0 25 0 4 0 602311545 313286656 27658 33554432000 4194304 4650419 140733357618176 18446744073709551615 4328378 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 76486 27658 395 112 0 71451 0
[pid=27877/tid=27880] ppid=27874 vsize=305944 CPUtime=25.48 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 17337 0 0 0 2545 3 0 0 25 0 4 0 602311545 313286656 27658 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=305944 CPUtime=25.48 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 17151 0 0 0 2545 3 0 0 25 0 4 0 602311545 313286656 27658 33554432000 4194304 4650419 140733357618176 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=305944 CPUtime=25.35 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 10861 0 0 0 2533 2 0 0 25 0 4 0 602311545 313286656 27658 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 305944

[startup+51.1003 s]
/proc/loadavg: 7.72 7.92 7.73 9/184 27889
/proc/meminfo: memFree=29400448/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=312184 CPUtime=204.1 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 95992 0 0 0 20390 20 0 0 25 0 4 0 602311545 319676416 34300 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 78046 34300 395 112 0 73011 0
[pid=27877/tid=27880] ppid=27874 vsize=312184 CPUtime=51.08 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 27677 0 0 0 5103 5 0 0 25 0 4 0 602311545 319676416 34300 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=312184 CPUtime=51.09 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 26986 0 0 0 5103 6 0 0 25 0 4 0 602311545 319676416 34300 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=312184 CPUtime=50.81 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 15279 0 0 0 5078 3 0 0 25 0 4 0 602311545 319676416 34300 33554432000 4194304 4650419 140733357618176 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 312184

[startup+102.301 s]
/proc/loadavg: 7.89 7.93 7.74 10/184 27890
/proc/meminfo: memFree=29341252/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=320056 CPUtime=408.61 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 146732 0 0 0 40827 34 0 0 25 0 4 0 602311545 327737344 41720 33554432000 4194304 4650419 140733357618176 18446744073709551615 4363426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 80014 41720 395 112 0 74979 0
[pid=27877/tid=27880] ppid=27874 vsize=320056 CPUtime=102.29 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 42985 0 0 0 10219 10 0 0 25 0 4 0 602311545 327737344 41720 33554432000 4194304 4650419 140733357618176 18446744073709551615 4433090 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=320056 CPUtime=102.28 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 39838 0 0 0 10220 8 0 0 25 0 4 0 602311545 327737344 41720 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=320056 CPUtime=101.72 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 23749 0 0 0 10167 5 0 0 25 0 4 0 602311545 327737344 41720 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 320056

[startup+162.3 s]

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

[pid=27877] ppid=27874 vsize=562716 CPUtime=2805.35 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 437629 0 0 0 280390 145 0 0 25 0 4 0 602311545 576221184 93007 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 140679 93007 395 112 0 135644 0
[pid=27877/tid=27880] ppid=27874 vsize=562716 CPUtime=702.29 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 146436 0 0 0 70178 51 0 0 25 0 4 0 602311545 576221184 93007 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=562716 CPUtime=702.3 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 147098 0 0 0 70181 49 0 0 25 0 4 0 602311545 576221184 93007 33554432000 4194304 4650419 140733357618176 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=562716 CPUtime=698.42 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 74081 0 0 0 69817 25 0 0 25 0 4 0 602311545 576221184 93007 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.35
Current children cumulated vsize (KiB) 562716

[startup+762.301 s]
/proc/loadavg: 8.11 8.06 7.89 9/184 27908
/proc/meminfo: memFree=28915836/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=584188 CPUtime=3045.03 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 454957 0 0 0 304350 153 0 0 25 0 4 0 602311545 598208512 95364 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366865 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 146047 95364 395 112 0 141012 0
[pid=27877/tid=27880] ppid=27874 vsize=584188 CPUtime=762.29 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 153607 0 0 0 76175 54 0 0 25 0 4 0 602311545 598208512 95364 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=584188 CPUtime=762.3 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 152269 0 0 0 76179 51 0 0 25 0 4 0 602311545 598208512 95364 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=584188 CPUtime=758.09 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 76787 0 0 0 75782 27 0 0 25 0 4 0 602311545 598208512 95364 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.03
Current children cumulated vsize (KiB) 584188

[startup+822.301 s]
/proc/loadavg: 8.12 8.08 7.91 10/184 27909
/proc/meminfo: memFree=28927076/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=584408 CPUtime=3284.71 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 472596 0 0 0 328309 162 0 0 25 0 4 0 602311545 598433792 94590 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 146102 94590 395 112 0 141067 0
[pid=27877/tid=27880] ppid=27874 vsize=584408 CPUtime=822.29 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 160647 0 0 0 82172 57 0 0 25 0 4 0 602311545 598433792 94590 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=584408 CPUtime=822.3 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 158807 0 0 0 82176 54 0 0 25 0 4 0 602311545 598433792 94590 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=584408 CPUtime=817.76 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 80706 0 0 0 81747 29 0 0 25 0 4 0 602311545 598433792 94590 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.71
Current children cumulated vsize (KiB) 584408

[startup+882.301 s]
/proc/loadavg: 8.18 8.11 7.93 10/184 27920
/proc/meminfo: memFree=28889732/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=584752 CPUtime=3524.36 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 493035 0 0 0 352266 170 0 0 25 0 4 0 602311545 598786048 104877 33554432000 4194304 4650419 140733357618176 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 146188 104877 395 112 0 141153 0
[pid=27877/tid=27880] ppid=27874 vsize=584752 CPUtime=882.29 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 170492 0 0 0 88168 61 0 0 25 0 4 0 602311545 598786048 104877 33554432000 4194304 4650419 140733357618176 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=584752 CPUtime=882.3 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 165513 0 0 0 88172 58 0 0 25 0 4 0 602311545 598786048 104877 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=584752 CPUtime=877.43 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 84576 0 0 0 87713 30 0 0 25 0 4 0 602311545 598786048 104877 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 584752

[startup+942.3 s]
/proc/loadavg: 8.24 8.13 7.94 9/184 27921
/proc/meminfo: memFree=28903688/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=636204 CPUtime=3764.05 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 507795 0 0 0 376229 176 0 0 25 0 4 0 602311545 651472896 102249 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 159051 102249 395 112 0 154016 0
[pid=27877/tid=27880] ppid=27874 vsize=636204 CPUtime=942.29 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 176737 0 0 0 94166 63 0 0 25 0 4 0 602311545 651472896 102249 33554432000 4194304 4650419 140733357618176 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=636204 CPUtime=942.3 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 172341 0 0 0 94170 60 0 0 25 0 4 0 602311545 651472896 102249 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=636204 CPUtime=937.1 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 86262 0 0 0 93679 31 0 0 25 0 4 0 602311545 651472896 102249 33554432000 4194304 4650419 140733357618176 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 636204

[startup+1002.3 s]
/proc/loadavg: 8.22 8.14 7.95 10/184 27923
/proc/meminfo: memFree=28874872/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=636812 CPUtime=4003.71 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 524956 0 0 0 400188 183 0 0 25 0 4 0 602311545 652095488 108457 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 159203 108457 395 112 0 154168 0
[pid=27877/tid=27880] ppid=27874 vsize=636812 CPUtime=1002.29 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 181926 0 0 0 100163 66 0 0 25 0 4 0 602311545 652095488 108457 33554432000 4194304 4650419 140733357618176 18446744073709551615 4313703 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=636812 CPUtime=1002.3 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 179687 0 0 0 100167 63 0 0 25 0 4 0 602311545 652095488 108457 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=636812 CPUtime=996.76 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 90818 0 0 0 99644 32 0 0 25 0 4 0 602311545 652095488 108457 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 636812

[startup+1062.31 s]
/proc/loadavg: 8.26 8.16 7.97 10/184 27925
/proc/meminfo: memFree=28808844/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=585460 CPUtime=4243.4 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 540696 0 0 0 424149 191 0 0 25 0 4 0 602311545 599511040 104366 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 146365 104366 395 112 0 141330 0
[pid=27877/tid=27880] ppid=27874 vsize=585460 CPUtime=1062.3 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 188028 0 0 0 106160 70 0 0 25 0 4 0 602311545 599511040 104366 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=585460 CPUtime=1062.31 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 186920 0 0 0 106165 66 0 0 25 0 4 0 602311545 599511040 104366 33554432000 4194304 4650419 140733357618176 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=585460 CPUtime=1056.43 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 93060 0 0 0 105610 33 0 0 25 0 4 0 602311545 599511040 104366 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 585460

[startup+1122.3 s]
/proc/loadavg: 8.23 8.16 7.98 10/184 27926
/proc/meminfo: memFree=28770624/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=638024 CPUtime=4483.05 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 556624 0 0 0 448106 199 0 0 25 0 4 0 602311545 653336576 110823 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 159506 110823 395 112 0 154471 0
[pid=27877/tid=27880] ppid=27874 vsize=638024 CPUtime=1122.29 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 194452 0 0 0 112156 73 0 0 25 0 4 0 602311545 653336576 110823 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=638024 CPUtime=1122.3 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 192080 0 0 0 112161 69 0 0 25 0 4 0 602311545 653336576 110823 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=638024 CPUtime=1116.1 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 97391 0 0 0 111575 35 0 0 25 0 4 0 602311545 653336576 110823 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.05
Current children cumulated vsize (KiB) 638024

[startup+1182.3 s]
/proc/loadavg: 8.21 8.16 7.99 10/184 27928
/proc/meminfo: memFree=28803324/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=585964 CPUtime=4722.72 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 574558 0 0 0 472066 206 0 0 25 0 4 0 602311545 600027136 105395 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 146491 105395 395 112 0 141456 0
[pid=27877/tid=27880] ppid=27874 vsize=585964 CPUtime=1182.29 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 200720 0 0 0 118154 75 0 0 25 0 4 0 602311545 600027136 105395 33554432000 4194304 4650419 140733357618176 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=585964 CPUtime=1182.31 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 201961 0 0 0 118158 73 0 0 25 0 4 0 602311545 600027136 105395 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=585964 CPUtime=1175.76 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 99120 0 0 0 117540 36 0 0 25 0 4 0 602311545 600027136 105395 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 585964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.15 8.15 7.99 9/184 27928
/proc/meminfo: memFree=28778384/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=687120 CPUtime=4800.24 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 578521 0 0 0 479816 208 0 0 25 0 4 0 602311545 703610880 109148 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366835 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 171780 109148 395 112 0 166745 0
[pid=27877/tid=27880] ppid=27874 vsize=687120 CPUtime=1201.69 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 202068 0 0 0 120093 76 0 0 25 0 4 0 602311545 703610880 109148 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=687120 CPUtime=1201.72 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 203417 0 0 0 120098 74 0 0 25 0 4 0 602311545 703610880 109148 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=687120 CPUtime=1195.06 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 100215 0 0 0 119470 36 0 0 25 0 4 0 602311545 703610880 109148 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 687120

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

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

[startup+1201.7 s]
/proc/loadavg: 8.15 8.15 7.99 9/184 27928
/proc/meminfo: memFree=28778384/32950928 swapFree=67111364/67111528
[pid=27877] ppid=27874 vsize=687120 CPUtime=4800.24 cores=0,2,4,6
/proc/27877/stat : 27877 (strangenight1-m) R 27874 27877 27136 0 -1 4202496 578521 0 0 0 479816 208 0 0 25 0 4 0 602311545 703610880 109148 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366835 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27877/statm: 171780 109148 395 112 0 166745 0
[pid=27877/tid=27880] ppid=27874 vsize=687120 CPUtime=1201.69 cores=0,2,4,6
/proc/27877/task/27880/stat : 27880 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 202068 0 0 0 120093 76 0 0 25 0 4 0 602311545 703610880 109148 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27877/tid=27881] ppid=27874 vsize=687120 CPUtime=1201.72 cores=0,2,4,6
/proc/27877/task/27881/stat : 27881 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 203417 0 0 0 120098 74 0 0 25 0 4 0 602311545 703610880 109148 33554432000 4194304 4650419 140733357618176 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27877/tid=27882] ppid=27874 vsize=687120 CPUtime=1195.06 cores=0,2,4,6
/proc/27877/task/27882/stat : 27882 (strangenight1-m) R 27874 27877 27136 0 -1 4202560 100215 0 0 0 119470 36 0 0 25 0 4 0 602311545 703610880 109148 33554432000 4194304 4650419 140733357618176 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 687120

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.29
CPU user time (s): 4798.18
CPU system time (s): 2.11168
CPU usage (%): 399.447
Max. virtual memory (cumulated for all children) (KiB): 687120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.18
system time used= 2.11168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 578523
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= 231
involuntary context switches= 44629

runsolver used 1.91571 second user time and 4.65829 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-30 01:46:49
IDJOB=3175358
IDBENCH=82976
IDSOLVER=1588
FILE ID=node115/3175358-1304120809
RUNJOBID= node115-1304120809-27860
PBS_JOBID= 13170702
Free space on /tmp= 72732 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3175358-1304120809/watcher-3175358-1304120809 -o /tmp/evaluation-result-3175358-1304120809/solver-3175358-1304120809 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175358-1304120809.cnf

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

MD5SUM BENCH= 7954e0b477e9d5cbd0a1f159f4b0eef6
RANDOM SEED=752647203

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.77
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.811
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.74
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.811
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.811
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:     32950928 kB
MemFree:      29691044 kB
Buffers:        813636 kB
Cached:        1956924 kB
SwapCached:          0 kB
Active:         177064 kB
Inactive:      2657060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29691044 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           12520 kB
Writeback:           0 kB
AnonPages:       63356 kB
Mapped:          14496 kB
Slab:           362368 kB
PageTables:       4880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188644 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= 72720 MiB
End job on node115 at 2011-04-30 02:06:52