Trace number 3175235

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.3 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S1920526651-049.SATISFIABLE.cnf
MD5SUM5df52ad002b8e310753df40806d6b835
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.009998
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
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-3175235-1304102618.cnf'
0.00/0.00	c -- header says num vars:            650
0.00/0.00	c -- header says num clauses:        2769
0.00/0.00	c -- clauses added:            0 learnts,         2769 normals,            0 xors
0.00/0.00	c -- vars added        650
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       650      2769         0         0      8307         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2769/2769 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:    650 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.01	c lits-rem:         0  cl-subs:        0  v-elim:     29  v-fix:    0  time:  0.01 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     299 undec:      76 neg:     275
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       621      2749         0         0      8413         0   no data   no data  --
0.00/0.07	c Decided on static restart strategy
0.00/0.17	c  N st     8      4918       621      2749         0      4827      8413    132096   no data   no data  --
0.00/0.43	c  N st    10     11302       621      2749         0      4493      8413     89303   no data   no data  --
0.00/0.72	c  N st    11     17046       621      2749         0     10097      8413    267107   no data   no data  --
4.37/1.16	c  F st    12     25001       621      2749         0     12428      8413    332043   no data   no data  --
4.37/1.16	c  N st    12     25001       621      2749         0     12428      8413    332043   no data   no data  --
5.58/1.41	c Decided on static restart strategy
5.58/1.41	c  N st    18     30002       621      2749         0     10689      8413    241965   no data   no data  --
5.58/1.41	c  S st    18     30002       621      2749         0     10689      8413    241965   no data   no data  --
5.58/1.44	c  S st    18     30507       621      2749         0     11194      8413    255690   no data   no data  --
5.58/1.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.58/1.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.58/1.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.58/1.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.58/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.58/1.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    621 time:  0.00 s
5.58/1.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.77/1.71	c lits-rem:       199  cl-subs:      401  v-elim:      0  v-fix:    0  time:  1.02 s
6.77/1.72	c asymm  cl-useful: 0/2749/2749 lits-rem:0 time: 0.04
6.77/1.72	c calculated reachability. Time: 0.00
6.77/1.72	c  N st    18     30507       621      2749         0     10793      8413    242325   no data   no data  --
8.37/2.19	c  N st    20     37617       621      2749         0     10044      8413    204247   no data   no data  --
10.37/2.62	c  N st    21     44016       621      2749         0     16383      8413    395672   no data   no data  --
10.77/2.76	c  S st    22     45760       621      2749         0      9284      8413    157705   no data   no data  --
10.77/2.79	c  S st    22     46261       621      2749         0      9785      8413    170243   no data   no data  --
10.77/2.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.77/2.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.77/2.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.17/2.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.17/2.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.17/2.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    621 time:  0.00 s
11.17/2.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.58/2.92	c lits-rem:        51  cl-subs:       25  v-elim:      0  v-fix:    0  time:  0.49 s
11.58/2.92	c vivif2 --  cl tried     2749 cl shrink        0 lits rem          0 time: 0.00
11.58/2.92	c vivif2 --  cl tried     9760 cl shrink        0 lits rem          0 time: 0.01
11.58/2.93	c asymm  cl-useful: 0/2749/2749 lits-rem:0 time: 0.03
11.58/2.93	c calculated reachability. Time: 0.00
11.58/2.93	c  N st    22     46261       621      2749         0      9760      8413    169583   no data   no data  --
15.56/3.90	c  N st    23     60659       621      2749         0     14103      8413    279785   no data   no data  --
17.96/4.55	c  N st    24     69391       621      2749         0     11880      8413    206707   no data   no data  --
17.96/4.55	c  S st    24     69391       621      2749         0     11880      8413    206707   no data   no data  --
17.96/4.58	c  S st    24     69895       621      2749         0     12383      8413    219306   no data   no data  --
17.96/4.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.96/4.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.96/4.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.96/4.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.96/4.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.96/4.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    621 time:  0.00 s
17.96/4.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.16/4.84	c lits-rem:        46  cl-subs:      193  v-elim:      0  v-fix:    0  time:  0.97 s
19.16/4.84	c vivif2 --  cl tried     2749 cl shrink        0 lits rem          0 time: 0.00
19.16/4.84	c vivif2 --  cl tried    12190 cl shrink        0 lits rem          0 time: 0.01
19.16/4.85	c asymm  cl-useful: 0/2749/2749 lits-rem:0 time: 0.04
19.16/4.85	c calculated reachability. Time: 0.00
19.16/4.85	c  N st    24     69895       621      2749         0     12190      8413    213575   no data   no data  --
24.77/6.29	c  F st    25     87501       621      2749         0     17723      8413    370496   no data   no data  --
24.77/6.29	c  N st    25     87501       621      2749         0     17723      8413    370496   no data   no data  --
26.35/6.70	c Decided on static restart strategy
27.54/6.93	c  N st    32     95540       621      2749         0     25642      8413    595659   no data   no data  --
30.34/7.63	c  N st    34    104842       621      2749         0     21978      8413    460019   no data   no data  --
30.34/7.63	c  S st    34    104842       621      2749         0     21978      8413    460019   no data   no data  --
30.34/7.69	c  S st    34    105346       621      2749         0     22482      8413    472793   no data   no data  --
30.34/7.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.34/7.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.74/7.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
30.74/7.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.74/7.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.74/7.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    621 time:  0.00 s
30.74/7.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
35.53/8.90	c lits-rem:       250  cl-subs:      897  v-elim:      0  v-fix:    0  time:  4.74 s
35.53/8.90	c vivif2 --  cl tried     2749 cl shrink        0 lits rem          0 time: 0.00
35.53/8.91	c vivif2 --  cl tried    21585 cl shrink        0 lits rem          0 time: 0.02
35.53/8.93	c asymm  cl-useful: 0/2749/2749 lits-rem:0 time: 0.08
35.53/8.93	c calculated reachability. Time: 0.00
35.53/8.93	c  N st    34    105346       621      2749         0     21585      8413    444002   no data   no data  --
38.73/9.79	c  N st    35    114945       621      2749         0     17317      8413    307766   no data   no data  --
43.91/11.09	c  N st    36    129342       621      2749         0     16703      8413    263905   no data   no data  --
52.31/13.11	c  N st    37    150937       621      2749         0     22155      8413    409608   no data   no data  --
54.70/13.75	c  S st    38    158021       621      2749         0     29131      8413    619310   no data   no data  --
55.10/13.82	c  S st    38    158526       621      2749         0     29634      8413    632814   no data   no data  --
55.10/13.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.10/13.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.10/13.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
55.10/13.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.10/13.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.10/13.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    621 time:  0.00 s
55.10/13.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
62.69/15.75	c lits-rem:       517  cl-subs:     1014  v-elim:      0  v-fix:    0  time:  7.59 s
62.69/15.75	c vivif2 --  cl tried     2749 cl shrink        0 lits rem          0 time: 0.00
62.69/15.76	c vivif2 --  cl tried    28620 cl shrink        0 lits rem          0 time: 0.02
62.69/15.78	c asymm  cl-useful: 0/2749/2749 lits-rem:0 time: 0.10
62.69/15.78	c calculated reachability. Time: 0.00
62.69/15.78	c  N st    38    158526       621      2749         0     28620      8413    598296   no data   no data  --
84.66/21.21	c  N st    39    207115       621      2749         0     23308      8413    387120   no data   no data  --
99.05/24.82	c  N st    40    237789       621      2749         0     33848      8413    693079   no data   no data  --
99.05/24.82	c  S st    40    237789       621      2749         0     33848      8413    693079   no data   no data  --
99.46/24.91	c  S st    40    238296       621      2749         0     34355      8413    706418   no data   no data  --
99.46/24.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
99.46/24.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
99.46/24.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
99.46/24.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.46/24.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.46/24.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    621 time:  0.00 s
99.46/24.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
108.25/27.13	c lits-rem:       529  cl-subs:     1249  v-elim:      0  v-fix:    0  time:  8.72 s
108.25/27.13	c vivif2 --  cl tried     2749 cl shrink        0 lits rem          0 time: 0.00
108.25/27.14	c vivif2 --  cl tried    33106 cl shrink        0 lits rem          0 time: 0.03
108.25/27.17	c asymm  cl-useful: 0/2749/2749 lits-rem:0 time: 0.12
108.25/27.17	c calculated reachability. Time: 0.00
108.25/27.17	c  N st    40    238296       621      2749         0     33106      8413    664116   no data   no data  --
142.19/35.67	c  F st    41    306251       621      2749         0     34937      8413    662552   no data   no data  --
142.19/35.67	c  N st    41    306251       621      2749         0     34937      8413    662552   no data   no data  --
144.98/36.37	c Decided on static restart strategy
156.16/39.17	c  N st    51    334556       621      2749         0     39245      8413    785890   no data   no data  --
168.15/42.17	c  N st    53    357446       621      2749         0     37256      8413    683852   no data   no data  --
168.15/42.17	c  S st    53    357446       621      2749         0     37256      8413    683852   no data   no data  --
168.55/42.26	c  S st    53    357956       621      2749         0     37766      8413    697581   no data   no data  --
168.55/42.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
168.55/42.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
168.55/42.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
168.95/42.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
168.95/42.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
168.95/42.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    621 time:  0.00 s
168.95/42.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
176.54/44.23	c lits-rem:      1338  cl-subs:      737  v-elim:      0  v-fix:    0  time:  7.71 s
176.54/44.23	c vivif2 --  cl tried     2749 cl shrink        0 lits rem          0 time: 0.00
176.54/44.24	c vivif2 --  cl tried    37029 cl shrink        0 lits rem          0 time: 0.03
176.54/44.28	c asymm  cl-useful: 0/2749/2749 lits-rem:0 time: 0.15
176.54/44.28	c calculated reachability. Time: 0.00
176.54/44.28	c  N st    53    357956       621      2749         0     37029      8413    674138   no data   no data  --
195.32/48.93	c  N st    54    390348       621      2749         0     43280      8413    843299   no data   no data  --
226.07/56.65	c  N st    55    438936       621      2749         0     36782      8413    594607   no data   no data  --
271.61/68.06	c  N st    56    511818       621      2749         0     50265      8413    943077   no data   no data  --
285.59/71.57	c  N st    57    536934       621      2749         0     44642      8413    795296   no data   no data  --
285.59/71.57	c  S st    57    536934       621      2749         0     44642      8413    795296   no data   no data  --
285.99/71.69	c  S st    57    537438       621      2749         0     45146      8413    809140   no data   no data  --
286.39/71.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
286.39/71.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
286.39/71.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
286.39/71.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
286.39/71.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
286.39/71.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    621 time:  0.00 s
286.39/71.74	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
295.58/74.04	c lits-rem:       537  cl-subs:     1133  v-elim:      0  v-fix:    0  time:  9.17 s
295.58/74.04	c vivif2 --  cl tried     2749 cl shrink        0 lits rem          0 time: 0.00
295.58/74.05	c vivif2 --  cl tried    44013 cl shrink        0 lits rem          0 time: 0.04
295.58/74.09	c asymm  cl-useful: 0/2749/2749 lits-rem:0 time: 0.19
295.58/74.09	c calculated reachability. Time: 0.00
295.58/74.09	c  N st    57    537438       621      2749         0     44013      8413    772163   no data   no data  --
409.02/102.44	c  N st    58    701423       621      2749         0     38179      8413    496541   no data   no data  --
488.52/122.38	c  N st    59    806160       621      2749         0     67358      8413   1314424   no data   no data  --
488.52/122.38	c  S st    59    806160       621      2749         0     67358      8413   1314424   no data   no data  --
489.32/122.58	c  S st    59    806663       621      2749         0     67861      8413   1328146   no data   no data  --
489.32/122.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
489.32/122.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
489.71/122.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
489.71/122.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
489.71/122.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
489.71/122.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    621 time:  0.00 s
489.71/122.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
506.09/126.71	c lits-rem:        72  cl-subs:     3048  v-elim:      0  v-fix:    0  time: 16.17 s
506.09/126.71	c vivif2 --  cl tried     2749 cl shrink        0 lits rem          0 time: 0.00
506.09/126.72	c vivif2 --  cl tried    64813 cl shrink        0 lits rem          0 time: 0.06
506.49/126.81	c asymm  cl-useful: 0/2749/2749 lits-rem:0 time: 0.35
506.49/126.81	c calculated reachability. Time: 0.00
506.49/126.81	c  N st    59    806663       621      2749         0     64813      8413   1239800   no data   no data  --
730.98/183.01	c  F st    60   1071876       621      2749         0     80422      8413   1590382   no data   no data  --
730.98/183.01	c  N st    60   1071876       621      2749         0     80422      8413   1590382   no data   no data  --
750.18/187.88	c  N dy   115   1091936       621      2749         0     56192      8413    773564     18.52     19.61  --
774.12/193.81	c  N dy   189   1114589       621      2749         0     78598      8413   1377427     18.14     19.32  --
798.51/199.96	c  N dy   301   1134742       621      2749         0     53290      8413    650870     18.54     19.61  --
818.86/205.00	c  N dy   400   1154829       621      2749         0     73217      8413   1197912     18.68     20.83  --
846.03/211.86	c  N dy   490   1174844       621      2749         0     46599      8413    425764     18.76     22.12  --
864.80/216.55	c  N dy   572   1196052       621      2749         0     67558      8413    995512     18.74     19.76  --
880.38/220.44	c  S st   620   1209994       621      2749         0     81352      8413   1371133     18.71     16.22  --
881.18/220.67	c  S st   620   1210501       621      2749         0     81857      8413   1385367     18.71   no data  --
881.18/220.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
881.18/220.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
881.60/220.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
881.60/220.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
881.60/220.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
881.60/220.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    621 time:  0.00 s
881.60/220.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
890.38/223.00	c lits-rem:       238  cl-subs:     1717  v-elim:      0  v-fix:    0  time:  8.91 s
890.38/223.00	c vivif2 --  cl tried     2749 cl shrink        0 lits rem          0 time: 0.00
890.79/223.02	c vivif2 --  cl tried    80140 cl shrink        0 lits rem          0 time: 0.07
891.16/223.13	c asymm  cl-useful: 0/2749/2749 lits-rem:0 time: 0.46
891.16/223.13	c calculated reachability. Time: 0.00
891.16/223.13	c  N dy   620   1210501       621      2749         0     80140      8413   1337133     18.71   no data  --
917.92/229.80	c  N dy   705   1230853       621      2749         0     52830      8413    561721     18.75     19.76  --
938.72/235.02	c  N dy   773   1254045       621      2749         0     75760      8413   1195202     18.66     19.70  --
971.06/243.10	c  N dy   878   1277512       621      2749         0     50548      8413    473874     18.69     19.71  --
988.63/247.58	c  N dy   936   1297898       621      2749         0     70688      8413   1026088     18.66     19.76  --
1015.80/254.34	c  N dy  1047   1318549       621      2749         0     91150      8413   1592180     18.71     19.74  --
1037.37/259.75	c  N dy  1106   1338634       621      2749         0     61515      8413    748868     18.67     22.95  --
1059.74/265.35	c  N dy  1163   1358780       621      2749         0     81441      8413   1287635     18.64     19.77  --
1090.50/273.07	c  N dy  1279   1379156       621      2749         0     51199      8413    434790     18.70     19.71  --
1109.67/277.81	c  N dy  1382   1399870       621      2749         0     71710      8413   1002168     18.74     20.00  --
1139.22/285.21	c  N dy  1477   1422565       621      2749         0     94152      8413   1627115     18.75     19.79  --
1163.99/291.46	c  N dy  1584   1443566       621      2749         0     63480      8413    756265     18.78     19.77  --
1192.35/298.51	c  N dy  1644   1468102       621      2749         0     87708      8413   1405992     18.73     19.75  --
1222.71/306.13	c  N dy  1737   1488444       621      2749         0     55425      8413    504058     18.75     19.74  --
1244.29/311.56	c  N dy  1821   1509901       621      2749         0     76656      8413   1087387     18.75     19.87  --
1275.84/319.41	c  N dy  1930   1531454       621      2749         0     97952      8413   1676591     18.78     19.89  --
1301.40/325.84	c  N dy  1997   1551462       621      2749         0     64308      8413    712554     18.76     21.20  --
1324.58/331.68	c  N dy  2088   1571527       621      2749         0     84190      8413   1264002     18.78     19.90  --
1355.74/339.44	c  N dy  2194   1591994       621      2749         0    104475      8413   1823578     18.80     19.79  --
1378.52/345.11	c  N dy  2275   1612702       621      2749         0     70542      8413    877981     18.80     19.84  --
1402.86/351.25	c  N dy  2362   1632716       621      2749         0     90309      8413   1418412     18.80     19.85  --
1439.22/360.38	c  N dy  2475   1654273       621      2749         0     56267      8413    453999     18.83     19.94  --
1458.80/365.25	c  N dy  2540   1674276       621      2749         0     76021      8413    991381     18.82     20.16  --
1482.36/371.14	c  N dy  2592   1694310       621      2749         0     95774      8413   1531061     18.80     19.81  --
1506.72/377.28	c  S st  2635   1710501       621      2749         0    111766      8413   1970640     18.78     17.26  --
1508.32/377.64	c  S st  2635   1711003       621      2749         0    112267      8413   1984958     18.78   no data  --
1508.32/377.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1508.32/377.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1508.73/377.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
1508.73/377.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1508.73/377.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1508.73/377.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    621 time:  0.00 s
1508.73/377.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1528.30/382.64	c lits-rem:       103  cl-subs:     3225  v-elim:      0  v-fix:    0  time: 19.46 s
1528.30/382.64	c vivif2 --  cl tried     2749 cl shrink        0 lits rem          0 time: 0.00
1528.30/382.67	c vivif2 --  cl tried   109042 cl shrink        0 lits rem          0 time: 0.10
1529.10/382.85	c asymm  cl-useful: 0/2749/2749 lits-rem:0 time: 0.71
1529.10/382.85	c calculated reachability. Time: 0.00
1529.10/382.85	c  N dy  2635   1711003       621      2749         0    109042      8413   1897589     18.78   no data  --
1552.67/388.76	c  N dy  2722   1731068       621      2749         0     72592      8413    884236     18.78     20.59  --
1578.23/395.16	c  N dy  2807   1751087       621      2749         0     92372      8413   1426971     18.79     19.92  --
1616.58/404.76	c  N dy  2916   1771100       621      2749         0    112164      8413   1969708     18.81     20.86  --
1651.33/413.47	c  N dy  3003   1796229       621      2749         0     79687      8413   1046358     18.79     19.97  --
1679.69/420.54	c  N dy  3080   1816300       621      2749         0     99529      8413   1592936     18.79     20.36  --
1712.06/428.64	c  N dy  3136   1836304       621      2749         0     60977      8413    512768     18.78     22.05  --
1733.22/433.95	c  N dy  3221   1856355       621      2749         0     80828      8413   1066219     18.79     23.02  --
1763.58/441.51	c  N dy  3322   1877032       621      2749         0    101264      8413   1630230     18.80     19.87  --
1797.93/450.13	c  N dy  3435   1897056       621      2749         0     61765      8413    512771     18.82     19.86  --
1819.50/455.55	c  N dy  3511   1917982       621      2749         0     82401      8413   1088326     18.81     19.86  --
1849.46/463.04	c  N dy  3625   1938017       621      2749         0    102255      8413   1652614     18.83     21.12  --
1885.42/472.09	c  N dy  3699   1959214       621      2749         0     62858      8413    521311     18.82     19.86  --
1910.20/478.25	c  N dy  3792   1981523       621      2749         0     84941      8413   1138775     18.83     19.93  --
1942.13/486.28	c  N dy  3876   2002024       621      2749         0    105183      8413   1695518     18.84     19.86  --
1976.89/494.97	c  N dy  3955   2022162       621      2749         0     63803      8413    524533     18.84     19.86  --
2004.85/501.91	c  N dy  3994   2046395       621      2749         0     87594      8413   1163061     18.80     19.86  --
2035.21/509.59	c  N dy  4053   2067505       621      2749         0    108434      8413   1732632     18.79     19.79  --
2071.55/518.69	c  N dy  4151   2087575       621      2749         0     66107      8413    568798     18.80     19.79  --
2101.52/526.14	c  N dy  4221   2113315       621      2749         0     91490      8413   1270898     18.78     19.89  --
2134.29/534.33	c  N dy  4272   2135271       621      2749         0    113165      8413   1861105     18.77     19.87  --
2169.05/543.07	c  N dy  4392   2155620       621      2749         0     70117      8413    657388     18.78     19.85  --
2196.58/549.95	c  N dy  4487   2177713       621      2749         0     91981      8413   1263087     18.78     19.85  --
2229.35/558.10	c  N dy  4583   2197724       621      2749         0    111815      8413   1817204     18.79     19.99  --
2256.51/564.97	c  S st  4666   2211005       621      2749         0    124969      8413   2187699     18.80     19.02  --
2258.11/565.35	c  S st  4666   2211510       621      2749         0    125474      8413   2202833     18.80   no data  --
2258.11/565.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2258.11/565.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2258.50/565.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.27
2258.90/565.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2258.90/565.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2258.90/565.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    621 time:  0.00 s
2258.90/565.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2288.09/572.86	c lits-rem:       180  cl-subs:     2608  v-elim:      0  v-fix:    0  time: 29.37 s
2288.09/572.86	c vivif2 --  cl tried     2749 cl shrink        0 lits rem          0 time: 0.00
2288.09/572.88	c vivif2 --  cl tried   122866 cl shrink        0 lits rem          0 time: 0.11
2288.87/573.08	c asymm  cl-useful: 0/2749/2749 lits-rem:0 time: 0.78
2288.87/573.08	c calculated reachability. Time: 0.00
2288.87/573.08	c  N dy  4666   2211510       621      2749         0    122866      8413   2126647     18.80   no data  --
2319.62/580.75	c  N dy  4749   2231598       621      2749         0     78443      8413    876538     18.80     20.06  --
2348.38/587.90	c  N dy  4839   2251611       621      2749         0     98218      8413   1417407     18.81     20.13  --
2383.54/596.77	c  N dy  4884   2272914       621      2749         0    119248      8413   1984680     18.80     19.80  --
2415.89/604.80	c  N dy  4978   2293015       621      2749         0     73914      8413    723955     18.81     23.26  --
2442.26/611.44	c  N dy  5109   2313043       621      2749         0     93773      8413   1287161     18.82     19.99  --
2475.81/619.89	c  N dy  5184   2333449       621      2749         0    113886      8413   1833800     18.82     19.87  --
2517.75/630.30	c  N dy  5235   2355595       621      2749         0     69507      8413    570120     18.81     20.01  --
2540.13/635.99	c  N dy  5293   2375616       621      2749         0     89270      8413   1112603     18.80     19.95  --
2579.66/645.83	c  N dy  5385   2400464       621      2749         0    113847      8413   1793986     18.79     19.82  --
2622.03/656.42	c  N dy  5456   2421740       621      2749         0     67673      8413    500335     18.79     19.93  --
2645.98/662.47	c  N dy  5534   2442658       621      2749         0     88333      8413   1065638     18.79     20.21  --
2675.93/669.93	c  N dy  5611   2462752       621      2749         0    108164      8413   1611959     18.79     22.86  --
2714.68/679.61	c  N dy  5705   2482814       621      2749         0    127999      8413   2167038     18.80     20.85  --
2747.04/687.77	c  N dy  5821   2502977       621      2749         0     79815      8413    819834     18.81     19.81  --
2776.20/695.07	c  N dy  5947   2523245       621      2749         0     99896      8413   1382097     18.82     19.85  --
2817.35/705.35	c  N dy  6068   2544602       621      2749         0    121007      8413   1975439     18.84     19.83  --
2859.68/715.93	c  N dy  6189   2564649       621      2749         0     71622      8413    566135     18.85     20.78  --
2882.86/721.73	c  N dy  6257   2584700       621      2749         0     91441      8413   1123319     18.85     19.89  --
2915.62/729.96	c  N dy  6353   2604758       621      2749         0    111318      8413   1676529     18.86     20.49  --
2955.57/739.95	c  N dy  6445   2624869       621      2749         0    131218      8413   2231997     18.86     20.25  --
2989.51/748.49	c  N dy  6531   2644892       621      2749         0     80764      8413    797792     18.87     21.69  --
3019.47/755.92	c  N dy  6577   2664983       621      2749         0    100569      8413   1328989     18.86     20.84  --
3054.23/764.66	c  N dy  6659   2685022       621      2749         0    120336      8413   1877836     18.86     20.91  --
3098.17/775.65	c  N dy  6746   2705071       621      2749         0    140155      8413   2424510     18.86     20.13  --
3109.77/778.54	c  S st  6772   2711512       621      2749         0     75377      8413    624746     18.86     15.94  --
3110.54/778.72	c  S st  6772   2712015       621      2749         0     75880      8413    639172     18.86   no data  --
3110.54/778.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3110.54/778.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3110.54/778.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
3110.54/778.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3110.54/778.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3110.54/778.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    621 time:  0.00 s
3110.54/778.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3119.33/780.94	c lits-rem:       206  cl-subs:      239  v-elim:      0  v-fix:    0  time:  8.60 s
3119.33/780.94	c vivif2 --  cl tried     2749 cl shrink        0 lits rem          0 time: 0.00
3119.33/780.95	c vivif2 --  cl tried    75641 cl shrink        0 lits rem          0 time: 0.04
3119.73/781.03	c asymm  cl-useful: 0/2749/2749 lits-rem:0 time: 0.34
3119.73/781.03	c calculated reachability. Time: 0.00
3119.73/781.03	c  N dy  6772   2712015       621      2749         0     75641      8413    632857     18.86   no data  --
3145.71/787.55	c  N dy  6880   2732053       621      2749         0     95472      8413   1185413     18.87     19.87  --
3180.07/796.16	c  N dy  7000   2752140       621      2749         0    115328      8413   1741793     18.88     20.85  --
3218.41/805.73	c  N dy  7030   2772942       621      2749         0    135828      8413   2290413     18.87     19.95  --
3252.76/814.36	c  N dy  7121   2793277       621      2749         0     83770      8413    832134     18.87     19.95  --
3289.52/823.51	c  N dy  7235   2818497       621      2749         0    108654      8413   1533399     18.87     19.94  --
3328.25/833.26	c  N dy  7333   2838765       621      2749         0    128708      8413   2094782     18.88     20.01  --
3378.58/845.81	c  N dy  7381   2865290       621      2749         0     81762      8413    742851     18.86     19.86  --
3406.95/852.99	c  N dy  7500   2885354       621      2749         0    101631      8413   1307540     18.87     20.01  --
3443.71/862.17	c  N dy  7606   2905418       621      2749         0    121465      8413   1866456     18.88     20.65  --
3487.25/873.08	c  N dy  7685   2926083       621      2749         0    141848      8413   2429344     18.88     19.90  --
3531.59/884.14	c  N dy  7778   2951800       621      2749         0     93183      8413   1065291     18.88     19.94  --
3572.72/894.47	c  N dy  7854   2972178       621      2749         0    113309      8413   1620720     18.88     20.06  --
3624.25/907.38	c  N dy  7965   2992282       621      2749         0    133209      8413   2178693     18.89     20.01  --
3666.19/917.84	c  N dy  8022   3012553       621      2749         0     78152      8413    619553     18.89     19.94  --
3702.15/926.86	c  N dy  8114   3039239       621      2749         0    104531      8413   1346657     18.88     20.00  --
3741.69/936.71	c  N dy  8229   3059725       621      2749         0    124763      8413   1911822     18.89     20.05  --
3791.62/949.21	c  N dy  8310   3081639       621      2749         0    146374      8413   2510090     18.89     19.91  --
3824.37/957.45	c  N dy  8411   3101872       621      2749         0     90291      8413    939587     18.90     20.01  --
3891.51/974.27	c  N dy  8487   3136612       621      2749         0    124539      8413   1881609     18.87     20.04  --
3939.42/986.27	c  N dy  8592   3157106       621      2749         0    144801      8413   2456396     18.88     19.93  --
3980.57/996.57	c  N dy  8685   3180057       621      2749         0     90446      8413    912498     18.88     19.96  --
4012.12/1004.46	c  N dy  8779   3200136       621      2749         0    110316      8413   1470333     18.88     19.99  --
4034.89/1010.13	c  S st  8859   3212015       621      2749         0    122074      8413   1803077     18.89     15.57  --
4036.51/1010.51	c  S st  8859   3212521       621      2749         0    122580      8413   1817441     18.89   no data  --
4036.51/1010.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4036.51/1010.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4036.51/1010.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
4036.91/1010.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4036.91/1010.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4036.91/1010.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    621 time:  0.00 s
4036.91/1010.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4061.66/1016.87	c lits-rem:       218  cl-subs:     2073  v-elim:      0  v-fix:    0  time: 24.85 s
4061.66/1016.87	c vivif2 --  cl tried     2749 cl shrink        0 lits rem          0 time: 0.00
4062.06/1016.90	c vivif2 --  cl tried   120507 cl shrink        0 lits rem          0 time: 0.10
4062.87/1017.10	c asymm  cl-useful: 0/2749/2749 lits-rem:0 time: 0.81
4062.87/1017.11	c calculated reachability. Time: 0.00
4062.87/1017.11	c  N dy  8859   3212521       621      2749         0    120507      8413   1757997     18.89   no data  --
4106.39/1028.05	c  N dy  8948   3233029       621      2749         0    140786      8413   2322474     18.90     19.92  --
4162.31/1042.02	c  N dy  9014   3264383       621      2749         0     93655      8413    977525     18.88     19.90  --
4194.67/1050.12	c  N dy  9083   3285376       621      2749         0    114360      8413   1549676     18.88     19.89  --
4234.21/1060.06	c  N dy  9153   3305397       621      2749         0    134090      8413   2088238     18.88     20.38  --
4282.96/1072.20	c  N dy  9226   3326010       621      2749         0    154454      8413   2651286     18.88     19.88  --
4316.09/1080.55	c  N dy  9345   3346150       621      2749         0     95404      8413   1020462     18.89     20.00  --
4349.24/1088.84	c  N dy  9447   3366322       621      2749         0    115363      8413   1578624     18.89     19.94  --
4389.59/1098.96	c  N dy  9536   3386425       621      2749         0    135256      8413   2134967     18.90     19.92  --
4441.52/1111.97	c  N dy  9630   3406941       621      2749         0    155511      8413   2698807     18.90     19.90  --
4484.27/1122.66	c  N dy  9743   3427285       621      2749         0     95595      8413    997403     18.91     19.92  --
4530.20/1134.11	c  N dy  9884   3448266       621      2749         0    116334      8413   1578227     18.92     19.99  --
4569.34/1143.96	c  N dy  9913   3468326       621      2749         0    136124      8413   2123690     18.90     20.92  --
4619.68/1156.59	c  N dy 10033   3488526       621      2749         0    156092      8413   2686027     18.91     19.91  --
4657.22/1165.94	c  N dy 10165   3508616       621      2749         0     94957      8413    961759     18.92     21.10  --
4691.98/1174.69	c  N dy 10262   3529334       621      2749         0    115489      8413   1532447     18.93     19.96  --
4734.33/1185.22	c  N dy 10363   3549380       621      2749         0    135291      8413   2080669     18.93     20.06  --
4787.45/1198.59	c  N dy 10459   3569482       621      2749         0    155163      8413   2636792     18.94     27.74  --

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-3175235-1304102618/watcher-3175235-1304102618 -o /tmp/evaluation-result-3175235-1304102618/solver-3175235-1304102618 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175235-1304102618.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: 6.95 7.85 7.93 2/173 17296
/proc/meminfo: memFree=30911736/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 413 0 0 0 0 0 0 0 22 0 4 0 521860511 52465664 352 33554432000 4194304 4650419 140734707821856 18446744073709551615 47372079364018 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 12809 352 303 112 0 7774 0
[pid=17296/tid=17300] ppid=17293 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 521860511 52465664 352 33554432000 4194304 4650419 140734707821856 18446744073709551615 47372079364022 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 521860511 52465664 352 33554432000 4194304 4650419 140734707821856 18446744073709551615 251814296561 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 521860511 52465664 352 33554432000 4194304 4650419 140734707821856 18446744073709551615 47372079364008 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.404632 s]
/proc/loadavg: 6.95 7.85 7.93 2/173 17296
/proc/meminfo: memFree=30911736/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=286112 CPUtime=3.4 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 6055 0 0 0 340 0 0 0 25 0 4 0 521860511 292978688 2924 33554432000 4194304 4650419 140734707821856 18446744073709551615 4333767 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 71528 2924 393 112 0 66493 0
[pid=17296/tid=17300] ppid=17293 vsize=286112 CPUtime=0.85 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 1483 0 0 0 85 0 0 0 25 0 4 0 521860511 292978688 2924 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=286112 CPUtime=0.84 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 1446 0 0 0 84 0 0 0 19 0 4 0 521860511 292978688 2924 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=286112 CPUtime=0.84 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 1247 0 0 0 84 0 0 0 25 0 4 0 521860511 292978688 2924 33554432000 4194304 4650419 140734707821856 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 286112

[startup+0.958113 s]
/proc/loadavg: 6.95 7.85 7.93 2/173 17296
/proc/meminfo: memFree=30911736/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=286112 CPUtime=3.8 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 6296 0 0 0 380 0 0 0 25 0 4 0 521860511 292978688 3165 33554432000 4194304 4650419 140734707821856 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 71528 3165 393 112 0 66493 0
[pid=17296/tid=17300] ppid=17293 vsize=286112 CPUtime=0.95 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 1543 0 0 0 95 0 0 0 25 0 4 0 521860511 292978688 3165 33554432000 4194304 4650419 140734707821856 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=286112 CPUtime=0.94 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 1506 0 0 0 94 0 0 0 19 0 4 0 521860511 292978688 3166 33554432000 4194304 4650419 140734707821856 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=286112 CPUtime=0.94 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 1305 0 0 0 94 0 0 0 25 0 4 0 521860511 292978688 3166 33554432000 4194304 4650419 140734707821856 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 286112

[startup+1.00111 s]
/proc/loadavg: 6.95 7.85 7.93 2/173 17296
/proc/meminfo: memFree=30911736/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=286112 CPUtime=3.97 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 6396 0 0 0 397 0 0 0 25 0 4 0 521860511 292978688 3265 33554432000 4194304 4650419 140734707821856 18446744073709551615 4331388 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 71528 3265 393 112 0 66493 0
[pid=17296/tid=17300] ppid=17293 vsize=286112 CPUtime=0.99 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 1569 0 0 0 99 0 0 0 25 0 4 0 521860511 292978688 3265 33554432000 4194304 4650419 140734707821856 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=286112 CPUtime=0.98 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 1532 0 0 0 98 0 0 0 19 0 4 0 521860511 292978688 3265 33554432000 4194304 4650419 140734707821856 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=286112 CPUtime=0.99 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 1328 0 0 0 99 0 0 0 25 0 4 0 521860511 292978688 3265 33554432000 4194304 4650419 140734707821856 18446744073709551615 4366657 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 286112

[startup+1.10109 s]
/proc/loadavg: 6.95 7.85 7.93 2/173 17296
/proc/meminfo: memFree=30911736/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=286112 CPUtime=4.37 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 6618 0 0 0 437 0 0 0 25 0 4 0 521860511 292978688 3487 33554432000 4194304 4650419 140734707821856 18446744073709551615 4360479 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 71528 3487 394 112 0 66493 0
[pid=17296/tid=17300] ppid=17293 vsize=286112 CPUtime=1.09 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 1625 0 0 0 109 0 0 0 25 0 4 0 521860511 292978688 3487 33554432000 4194304 4650419 140734707821856 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=286112 CPUtime=1.08 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 1585 0 0 0 108 0 0 0 19 0 4 0 521860511 292978688 3487 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=286112 CPUtime=1.09 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 1389 0 0 0 109 0 0 0 25 0 4 0 521860511 292978688 3487 33554432000 4194304 4650419 140734707821856 18446744073709551615 4363617 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 286112

[startup+1.50103 s]
/proc/loadavg: 6.95 7.85 7.93 2/173 17296
/proc/meminfo: memFree=30911736/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=286632 CPUtime=5.98 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 9865 0 0 0 597 1 0 0 25 0 4 0 521860511 293511168 5176 33554432000 4194304 4650419 140734707821856 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 71658 5176 395 112 0 66623 0
[pid=17296/tid=17300] ppid=17293 vsize=286632 CPUtime=1.49 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 2099 0 0 0 149 0 0 0 25 0 4 0 521860511 293511168 5176 33554432000 4194304 4650419 140734707821856 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=286632 CPUtime=1.48 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 2038 0 0 0 148 0 0 0 20 0 4 0 521860511 293511168 5176 33554432000 4194304 4650419 140734707821856 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=286632 CPUtime=1.49 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 1784 0 0 0 149 0 0 0 25 0 4 0 521860511 293511168 5176 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 286632

[startup+3.10076 s]
/proc/loadavg: 7.04 7.85 7.93 9/184 17307
/proc/meminfo: memFree=30830172/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=283252 CPUtime=12.36 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 18412 0 0 0 1233 3 0 0 25 0 4 0 521860511 290050048 10752 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365280 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 70813 10752 395 112 0 65778 0
[pid=17296/tid=17300] ppid=17293 vsize=283252 CPUtime=3.08 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 4393 0 0 0 308 0 0 0 25 0 4 0 521860511 290050048 10752 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=283252 CPUtime=3.07 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 4879 0 0 0 307 0 0 0 25 0 4 0 521860511 290050048 10752 33554432000 4194304 4650419 140734707821856 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=283252 CPUtime=3.08 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 4045 0 0 0 308 0 0 0 25 0 4 0 521860511 290050048 10752 33554432000 4194304 4650419 140734707821856 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 283252

[startup+6.30622 s]
/proc/loadavg: 7.04 7.85 7.93 9/184 17307
/proc/meminfo: memFree=30806020/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=292132 CPUtime=25.17 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 27806 0 0 0 2511 6 0 0 25 0 4 0 521860511 299143168 13950 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 73033 13950 395 112 0 67998 0
[pid=17296/tid=17300] ppid=17293 vsize=292132 CPUtime=6.29 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 7479 0 0 0 628 1 0 0 25 0 4 0 521860511 299143168 13950 33554432000 4194304 4650419 140734707821856 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=292132 CPUtime=6.26 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 7154 0 0 0 625 1 0 0 25 0 4 0 521860511 299143168 13950 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=292132 CPUtime=6.29 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 5644 0 0 0 628 1 0 0 25 0 4 0 521860511 299143168 13950 33554432000 4194304 4650419 140734707821856 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 292132

[startup+12.7011 s]
/proc/loadavg: 7.18 7.85 7.93 9/184 17308
/proc/meminfo: memFree=30761876/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=310716 CPUtime=50.71 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 41851 0 0 0 5062 9 0 0 25 0 4 0 521860511 318173184 21225 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 77679 21225 395 112 0 72644 0
[pid=17296/tid=17300] ppid=17293 vsize=310716 CPUtime=12.69 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 10537 0 0 0 1267 2 0 0 25 0 4 0 521860511 318173184 21225 33554432000 4194304 4650419 140734707821856 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=310716 CPUtime=12.63 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 11160 0 0 0 1261 2 0 0 25 0 4 0 521860511 318173184 21225 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=310716 CPUtime=12.69 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 8169 0 0 0 1267 2 0 0 25 0 4 0 521860511 318173184 21225 33554432000 4194304 4650419 140734707821856 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 310716

[startup+25.501 s]
/proc/loadavg: 7.31 7.86 7.93 9/184 17308
/proc/meminfo: memFree=30702096/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=315812 CPUtime=101.84 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 63276 0 0 0 10170 14 0 0 25 0 4 0 521860511 323391488 30874 33554432000 4194304 4650419 140734707821856 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 78953 30874 395 112 0 73918 0
[pid=17296/tid=17300] ppid=17293 vsize=315812 CPUtime=25.49 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 13907 0 0 0 2546 3 0 0 25 0 4 0 521860511 323391488 30874 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=315812 CPUtime=25.35 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 18380 0 0 0 2532 3 0 0 25 0 4 0 521860511 323391488 30874 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=315812 CPUtime=25.48 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 11062 0 0 0 2545 3 0 0 25 0 4 0 521860511 323391488 30874 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 315812

[startup+51.1007 s]
/proc/loadavg: 7.60 7.88 7.94 9/184 17308
/proc/meminfo: memFree=30642528/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=306908 CPUtime=204.1 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 92995 0 0 0 20385 25 0 0 25 0 4 0 521860511 314273792 38348 33554432000 4194304 4650419 140734707821856 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 76727 38348 395 112 0 71692 0
[pid=17296/tid=17300] ppid=17293 vsize=306908 CPUtime=51.09 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 19278 0 0 0 5104 5 0 0 25 0 4 0 521860511 314273792 38348 33554432000 4194304 4650419 140734707821856 18446744073709551615 4360579 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=306908 CPUtime=50.81 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 28125 0 0 0 5075 6 0 0 25 0 4 0 521860511 314273792 38348 33554432000 4194304 4650419 140734707821856 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=306908 CPUtime=51.08 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 16514 0 0 0 5103 5 0 0 25 0 4 0 521860511 314273792 38348 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 306908

[startup+102.301 s]
/proc/loadavg: 7.90 7.91 7.94 9/184 17310
/proc/meminfo: memFree=30559916/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=450012 CPUtime=408.62 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 133681 0 0 0 40823 39 0 0 25 0 4 0 521860511 460812288 53174 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 112503 53174 395 112 0 107468 0
[pid=17296/tid=17300] ppid=17293 vsize=450012 CPUtime=102.28 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 30685 0 0 0 10219 9 0 0 25 0 4 0 521860511 460812288 53174 33554432000 4194304 4650419 140734707821856 18446744073709551615 4432376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=450012 CPUtime=101.73 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 38572 0 0 0 10163 10 0 0 25 0 4 0 521860511 460812288 53174 33554432000 4194304 4650419 140734707821856 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=450012 CPUtime=102.28 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 24413 0 0 0 10221 7 0 0 25 0 4 0 521860511 460812288 53174 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 450012

[startup+162.301 s]

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

[pid=17296] ppid=17293 vsize=589256 CPUtime=2805.36 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 384287 0 0 0 280370 166 0 0 25 0 4 0 521860511 603398144 101143 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 147314 101143 395 112 0 142279 0
[pid=17296/tid=17300] ppid=17293 vsize=589256 CPUtime=702.28 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 91311 0 0 0 70187 41 0 0 25 0 4 0 521860511 603398144 101143 33554432000 4194304 4650419 140734707821856 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=589256 CPUtime=698.46 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 132500 0 0 0 69789 57 0 0 25 0 4 0 521860511 603398144 101143 33554432000 4194304 4650419 140734707821856 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=589256 CPUtime=702.29 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 64834 0 0 0 70203 26 0 0 25 0 4 0 521860511 603398144 101143 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.36
Current children cumulated vsize (KiB) 589256

[startup+762.3 s]
/proc/loadavg: 8.11 8.09 8.01 9/184 17328
/proc/meminfo: memFree=30157104/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=590192 CPUtime=3045.03 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 400323 0 0 0 304329 174 0 0 25 0 4 0 521860511 604356608 102544 33554432000 4194304 4650419 140734707821856 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 147548 102544 395 112 0 142513 0
[pid=17296/tid=17300] ppid=17293 vsize=590192 CPUtime=762.28 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 95398 0 0 0 76185 43 0 0 25 0 4 0 521860511 604356608 102544 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=590192 CPUtime=758.14 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 141708 0 0 0 75752 62 0 0 25 0 4 0 521860511 604356608 102544 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=590192 CPUtime=762.29 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 64838 0 0 0 76203 26 0 0 25 0 4 0 521860511 604356608 102544 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.03
Current children cumulated vsize (KiB) 590192

[startup+822.3 s]
/proc/loadavg: 8.08 8.08 8.01 9/184 17329
/proc/meminfo: memFree=30151984/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=590348 CPUtime=3284.71 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 414864 0 0 0 328290 181 0 0 25 0 4 0 521860511 604516352 102756 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 147587 102756 395 112 0 142552 0
[pid=17296/tid=17300] ppid=17293 vsize=590348 CPUtime=822.28 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 99364 0 0 0 82183 45 0 0 25 0 4 0 521860511 604516352 102756 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=590348 CPUtime=817.82 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 149033 0 0 0 81717 65 0 0 25 0 4 0 521860511 604516352 102756 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=590348 CPUtime=822.28 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 65564 0 0 0 82202 26 0 0 25 0 4 0 521860511 604516352 102756 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.71
Current children cumulated vsize (KiB) 590348

[startup+882.301 s]
/proc/loadavg: 8.07 8.08 8.01 9/184 17330
/proc/meminfo: memFree=30120584/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=596352 CPUtime=3524.38 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 432702 0 0 0 352249 189 0 0 25 0 4 0 521860511 610664448 103111 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 149088 103111 395 112 0 144053 0
[pid=17296/tid=17300] ppid=17293 vsize=596352 CPUtime=882.28 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 107573 0 0 0 88179 49 0 0 25 0 4 0 521860511 610664448 103111 33554432000 4194304 4650419 140734707821856 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=596352 CPUtime=877.49 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 156141 0 0 0 87681 68 0 0 25 0 4 0 521860511 610664448 103111 33554432000 4194304 4650419 140734707821856 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=596352 CPUtime=882.28 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 65639 0 0 0 88202 26 0 0 25 0 4 0 521860511 610664448 103111 33554432000 4194304 4650419 140734707821856 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.38
Current children cumulated vsize (KiB) 596352

[startup+942.301 s]
/proc/loadavg: 8.06 8.08 8.01 9/184 17332
/proc/meminfo: memFree=30106656/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=654376 CPUtime=3764.08 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 449087 0 0 0 376210 198 0 0 25 0 4 0 521860511 670081024 104725 33554432000 4194304 4650419 140734707821856 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 163594 104725 395 112 0 158559 0
[pid=17296/tid=17300] ppid=17293 vsize=654376 CPUtime=942.28 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 113139 0 0 0 94177 51 0 0 25 0 4 0 521860511 670081024 104725 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=654376 CPUtime=937.16 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 163689 0 0 0 93644 72 0 0 25 0 4 0 521860511 670081024 104725 33554432000 4194304 4650419 140734707821856 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=654376 CPUtime=942.29 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 67054 0 0 0 94202 27 0 0 25 0 4 0 521860511 670081024 104725 33554432000 4194304 4650419 140734707821856 18446744073709551615 4313354 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 654376

[startup+1002.3 s]
/proc/loadavg: 8.06 8.08 8.01 9/184 17334
/proc/meminfo: memFree=30109208/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=618028 CPUtime=4003.74 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 472349 0 0 0 400164 210 0 0 25 0 4 0 521860511 632860672 111016 33554432000 4194304 4650419 140734707821856 18446744073709551615 4349694 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 154507 111016 395 112 0 149472 0
[pid=17296/tid=17300] ppid=17293 vsize=618028 CPUtime=1002.28 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 117283 0 0 0 100175 53 0 0 25 0 4 0 521860511 632860672 111016 33554432000 4194304 4650419 140734707821856 18446744073709551615 4333403 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=618028 CPUtime=996.83 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 174236 0 0 0 99608 75 0 0 25 0 4 0 521860511 632860672 111016 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=618028 CPUtime=1002.28 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 72422 0 0 0 100197 31 0 0 25 0 4 0 521860511 632860672 111016 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.74
Current children cumulated vsize (KiB) 618028

[startup+1062.31 s]
/proc/loadavg: 8.13 8.09 8.01 9/184 17345
/proc/meminfo: memFree=30082236/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=661536 CPUtime=4243.41 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 498131 0 0 0 424119 222 0 0 25 0 4 0 521860511 677412864 113206 33554432000 4194304 4650419 140734707821856 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 165384 113206 395 112 0 160349 0
[pid=17296/tid=17300] ppid=17293 vsize=661536 CPUtime=1062.28 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 123271 0 0 0 106171 57 0 0 25 0 4 0 521860511 677412864 113206 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=661536 CPUtime=1056.52 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 181819 0 0 0 105573 79 0 0 25 0 4 0 521860511 677412864 113206 33554432000 4194304 4650419 140734707821856 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=661536 CPUtime=1062.3 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 81544 0 0 0 106195 35 0 0 25 0 4 0 521860511 677412864 113206 33554432000 4194304 4650419 140734707821856 18446744073709551615 4328338 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.41
Current children cumulated vsize (KiB) 661536

[startup+1122.3 s]
/proc/loadavg: 8.12 8.09 8.01 9/184 17346
/proc/meminfo: memFree=30005052/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=722216 CPUtime=4483.06 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 518409 0 0 0 448074 232 0 0 25 0 4 0 521860511 739549184 121214 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 180554 121214 395 112 0 175519 0
[pid=17296/tid=17300] ppid=17293 vsize=722216 CPUtime=1122.27 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 129594 0 0 0 112167 60 0 0 25 0 4 0 521860511 739549184 121214 33554432000 4194304 4650419 140734707821856 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=722216 CPUtime=1116.18 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 188235 0 0 0 111536 82 0 0 25 0 4 0 521860511 739549184 121214 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365535 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=722216 CPUtime=1122.29 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 87013 0 0 0 112192 37 0 0 25 0 4 0 521860511 739549184 121214 33554432000 4194304 4650419 140734707821856 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 722216

[startup+1182.3 s]
/proc/loadavg: 8.11 8.09 8.01 9/184 17347
/proc/meminfo: memFree=30051760/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=667452 CPUtime=4722.73 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 532927 0 0 0 472031 242 0 0 25 0 4 0 521860511 683470848 113792 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 166863 113792 395 112 0 161828 0
[pid=17296/tid=17300] ppid=17293 vsize=667452 CPUtime=1182.26 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 133122 0 0 0 118165 61 0 0 25 0 4 0 521860511 683470848 113792 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=667452 CPUtime=1175.85 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 195567 0 0 0 117498 87 0 0 25 0 4 0 521860511 683470848 113792 33554432000 4194304 4650419 140734707821856 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=667452 CPUtime=1182.29 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 88636 0 0 0 118190 39 0 0 25 0 4 0 521860511 683470848 113792 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.73
Current children cumulated vsize (KiB) 667452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.08 8.08 8.01 9/184 17348
/proc/meminfo: memFree=30017632/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=833976 CPUtime=4800.26 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 540679 0 0 0 479781 245 0 0 25 0 4 0 521860511 853991424 118824 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 208494 118824 395 112 0 203459 0
[pid=17296/tid=17300] ppid=17293 vsize=833976 CPUtime=1201.67 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 133961 0 0 0 120105 62 0 0 25 0 4 0 521860511 853991424 118824 33554432000 4194304 4650419 140734707821856 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=833976 CPUtime=1195.15 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 200560 0 0 0 119427 88 0 0 25 0 4 0 521860511 853991424 118824 33554432000 4194304 4650419 140734707821856 18446744073709551615 4368281 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=833976 CPUtime=1201.69 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 90404 0 0 0 120130 39 0 0 25 0 4 0 521860511 853991424 118824 33554432000 4194304 4650419 140734707821856 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 833976

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.08 8.08 8.01 9/184 17348
/proc/meminfo: memFree=30017632/32950928 swapFree=67111448/67111528
[pid=17296] ppid=17293 vsize=833976 CPUtime=4800.26 cores=1,3,5,7
/proc/17296/stat : 17296 (strangenight1-m) R 17293 17296 17262 0 -1 4202496 540679 0 0 0 479781 245 0 0 25 0 4 0 521860511 853991424 118824 33554432000 4194304 4650419 140734707821856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17296/statm: 208494 118824 395 112 0 203459 0
[pid=17296/tid=17300] ppid=17293 vsize=833976 CPUtime=1201.67 cores=1,3,5,7
/proc/17296/task/17300/stat : 17300 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 133961 0 0 0 120105 62 0 0 25 0 4 0 521860511 853991424 118824 33554432000 4194304 4650419 140734707821856 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17296/tid=17301] ppid=17293 vsize=833976 CPUtime=1195.15 cores=1,3,5,7
/proc/17296/task/17301/stat : 17301 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 200560 0 0 0 119427 88 0 0 25 0 4 0 521860511 853991424 118824 33554432000 4194304 4650419 140734707821856 18446744073709551615 4368281 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17296/tid=17303] ppid=17293 vsize=833976 CPUtime=1201.69 cores=1,3,5,7
/proc/17296/task/17303/stat : 17303 (strangenight1-m) R 17293 17296 17262 0 -1 4202560 90404 0 0 0 120130 39 0 0 25 0 4 0 521860511 853991424 118824 33554432000 4194304 4650419 140734707821856 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 833976

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.3
CPU user time (s): 4797.83
CPU system time (s): 2.47262
CPU usage (%): 399.448
Max. virtual memory (cumulated for all children) (KiB): 833976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.83
system time used= 2.47262
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 540680
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= 215
involuntary context switches= 32967

runsolver used 1.81572 second user time and 4.75928 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-29 20:43:38
IDJOB=3175235
IDBENCH=82853
IDSOLVER=1588
FILE ID=node126/3175235-1304102618
RUNJOBID= node126-1304102618-17281
PBS_JOBID= 13170635
Free space on /tmp= 71600 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S1920526651-049.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175235-1304102618/watcher-3175235-1304102618 -o /tmp/evaluation-result-3175235-1304102618/solver-3175235-1304102618 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175235-1304102618.cnf

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

MD5SUM BENCH= 5df52ad002b8e310753df40806d6b835
RANDOM SEED=138651593

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30912024 kB
Buffers:        249892 kB
Cached:        1410892 kB
SwapCached:         76 kB
Active:         135084 kB
Inactive:      1589904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30912024 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           12612 kB
Writeback:          12 kB
AnonPages:       64744 kB
Mapped:          14816 kB
Slab:           247076 kB
PageTables:       5272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189252 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= 71588 MiB
End job on node126 at 2011-04-29 21:03:42