Trace number 3291498

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.28 1201.7

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

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-3291498-1304136401.cnf'
0.00/0.00	c -- header says num vars:          36809
0.00/0.00	c -- header says num clauses:      142491
0.35/0.16	c -- clauses added:            0 learnts,       142491 normals,            0 xors
0.35/0.16	c -- vars added      36809
0.35/0.16	c Parsing time:  0.46 s
0.35/0.16	c  N st     0         0     36809    117899     24559         0    559608         0   no data   no data  --
1.90/0.50	c asymm  cl-useful: 4399/117865/117865 lits-rem:4706 time: 1.33
2.70/0.71	c Flit:    32 Blit:      0 bXBeca:    0 bXProp: 6133 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.70
2.70/0.74	c Replacing     6133 vars Replaced   102229 lits Time:     0.17 s 
3.42/0.92	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3.83/1.04	c subs with bin:      332  lits-rem:       335  v-fix:    0  time:  0.06 s
3.83/1.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:    30 done:  30595 time:  0.07 s
3.83/1.04	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.06 s
5.41/1.43	c lits-rem:       756  cl-subs:      261  v-elim:    135  v-fix:    0  time:  1.87 s
5.41/1.44	c Finding binary XORs  T:     0.06 s  found:       0
5.81/1.54	c Finding non-binary XORs:     0.33 s (found:   10609, avg size: 3.4)
5.81/1.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
5.81/1.55	c calculated reachability. Time: 0.01
5.81/1.56	c Calc default polars -  time:   0.03 s pos:    6154 undec:    7071 neg:   23584
5.81/1.56	c =========================================================================================
5.81/1.56	c types(t): F = full restart, N = normal restart
5.81/1.56	c types(t): S = simplification begin/end, E = solution found
5.81/1.56	c restart types(rt): st = static, dy = dynamic
5.81/1.56	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
5.81/1.56	c  B st     0         0     30445     55758     12483         0    347394         0   no data   no data  --
9.00/2.35	c Decided on static restart strategy
12.62/3.26	c  N st     8      4913     30344     55758     14451      2876    347394     15713   no data   no data  --
17.79/4.56	c Finding binary XORs  T:     0.06 s  found:       0
20.99/5.30	c  N st    10     11295     30262     55021     18009      8286    345492     49492   no data   no data  --
30.97/7.85	c  N st    11     17038     30262     55021     18542     13443    345492     79330   no data   no data  --
51.75/13.00	c  F st    12     25000     30253     55021     20481     17993    345492    102064   no data   no data  --
51.75/13.02	c Replacing        2 vars Replaced       27 lits Time:     0.05 s 
51.75/13.07	c  N st    12     25000     30250     54955     20503     17993    345112    102062   no data   no data  --
51.75/13.09	c Finding binary XORs  T:     0.06 s  found:       0
66.52/16.76	c Decided on static restart strategy
66.52/16.76	c  N st    18     30000     30250     54955     21797     22713    345111    133052   no data   no data  --
66.52/16.76	c  S st    18     30000     30250     54955     21797     22713    345111    133052   no data   no data  --
67.32/16.95	c  S st    18     30501     30250     54955     21818     23192    345111    139791   no data   no data  --
67.32/16.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
67.32/16.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
68.92/17.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:  14716 BRemL:   1892 BRemN:      0 P:  3.7M T:  1.56
69.32/17.40	c bin-w-bin subsume rem          392 bins  time:  0.04 s
69.32/17.44	c subs with bin:    14955  lits-rem:      7284  v-fix:    0  time:  0.17 s
69.32/17.47	c Subs w/ non-existent bins:    222 l-rem:    113 v-fix:     0 done:   5554 time:  0.09 s
69.32/17.48	c Removed useless bin:      28  fixed:     0  props:   0.40M  time:  0.07 s
70.92/17.80	c lits-rem:       590  cl-subs:     2897  v-elim:   1290  v-fix:    0  time:  1.26 s
71.72/18.03	c asymm  cl-useful: 1098/42732/42732 lits-rem:1098 time: 0.93
71.72/18.04	c calculated reachability. Time: 0.02
71.72/18.05	c  N st    18     30501     28960     42732     30548     19358    315233    130547   no data   no data  --
80.90/20.36	c Finding binary XORs  T:     0.07 s  found:       0
93.28/23.41	c  N st    20     37612     28960     42732     30794     26423    315233    526181   no data   no data  --
109.68/27.58	c  N st    21     44011     28960     42732     30795     32774    315233   3241937   no data   no data  --
110.06/27.63	c Finding binary XORs  T:     0.07 s  found:       0
114.45/28.79	c  S st    22     45751     28959     42727     33232     30475    315220   3440685   no data   no data  --
115.26/28.95	c  S st    22     46255     28959     42727     33248     30961    315220   3447519   no data   no data  --
115.26/28.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
115.26/28.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
117.25/29.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   4502 BRemL:   2466 BRemN:      0 P:  4.1M T:  1.91
118.08/29.68	c bin-w-bin subsume rem         1349 bins  time:  0.04 s
122.87/30.89	c subs with bin:     5593  lits-rem:      2885  v-fix:    0  time:  4.83 s
123.24/30.91	c Subs w/ non-existent bins:      2 l-rem:    317 v-fix:     0 done:    179 time:  0.08 s
123.24/30.93	c Removed useless bin:       0  fixed:     0  props:   0.46M  time:  0.07 s
171.98/43.12	c lits-rem:        66  cl-subs:     7699  v-elim:    273  v-fix:    0  time: 48.55 s
171.98/43.14	c vivif2 --  cl tried    37807 cl shrink     1156 lits rem       1156 time: 0.09
171.98/43.16	c vivif2 --  cl tried    22819 cl shrink     1223 lits rem       1685 time: 0.06
173.17/43.44	c asymm  cl-useful: 0/37737/37737 lits-rem:0 time: 1.14
173.17/43.46	c calculated reachability. Time: 0.03
173.17/43.46	c  N st    22     46255     28686     37737     33384     22806    305441    239857   no data   no data  --
242.28/60.70	c  N st    23     60654     28686     37737     33384     37034    305441   6050969   no data   no data  --
242.28/60.78	c Finding binary XORs  T:     0.10 s  found:       0
275.04/68.90	c  N st    24     69383     28685     37736     40197     45636    305432  10203575   no data   no data  --
275.04/68.90	c  S st    24     69383     28685     37736     40197     45636    305432  10203575   no data   no data  --
275.84/69.19	c  S st    24     69888     28685     37736     40262     46139    305432  10211835   no data   no data  --
276.26/69.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.14
276.26/69.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
279.43/70.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   2523 BRemL:   1996 BRemN:      0 P:  6.7M T:  3.12
281.82/70.70	c bin-w-bin subsume rem         4554 bins  time:  0.04 s
290.62/72.83	c subs with bin:      798  lits-rem:       988  v-fix:    0  time:  8.50 s
290.62/72.85	c Subs w/ non-existent bins:      0 l-rem:    154 v-fix:     0 done:     11 time:  0.09 s
290.62/72.87	c Removed useless bin:       0  fixed:     0  props:   0.46M  time:  0.09 s
1061.57/265.80	c lits-rem:        10  cl-subs:      996  v-elim:      0  v-fix:    0  time: 769.36 s
1061.57/265.82	c vivif2 --  cl tried    36658 cl shrink      283 lits rem        283 time: 0.08
1065.16/266.70	c vivif2 --  cl tried    45422 cl shrink    13843 lits rem      99172 time: 3.50
1066.36/267.00	c asymm  cl-useful: 220/36375/36375 lits-rem:660 time: 1.18
1066.36/267.01	c calculated reachability. Time: 0.03
1066.36/267.01	c  N st    24     69888     28685     36155     36879     45303    302454   9801516   no data   no data  --
1150.24/288.06	c  F st    25     87501     28685     36155     36879     52361    302454   9230433   no data   no data  --
1151.06/288.26	c  N st    25     87501     28685     36155     36879     52361    302454   9230433   no data   no data  --
1151.06/288.29	c Finding binary XORs  T:     0.08 s  found:       0
1167.01/292.20	c Decided on static restart strategy
1175.81/294.47	c  N st    32     95538     28685     36155     39179     60292    302454  11896437   no data   no data  --
1216.56/304.70	c  N st    34    104833     28685     36155     39179     52999    302454   8978343   no data   no data  --
1216.56/304.70	c  S st    34    104833     28685     36155     39179     52999    302454   8978343   no data   no data  --
1217.34/304.85	c  S st    34    105338     28685     36155     39181     53502    302454   8984241   no data   no data  --
1217.34/304.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.14
1217.34/304.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
1220.15/305.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     65 BRemL:    766 BRemN:      0 P:  5.9M T:  2.47
1221.74/305.95	c bin-w-bin subsume rem         2074 bins  time:  0.04 s
1229.75/307.90	c subs with bin:      159  lits-rem:         9  v-fix:    0  time:  7.76 s
1229.75/307.92	c Subs w/ non-existent bins:      0 l-rem:     38 v-fix:     0 done:     38 time:  0.07 s
1229.75/307.93	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.08 s
1819.31/455.54	c lits-rem:        17  cl-subs:      724  v-elim:      0  v-fix:    0  time: 588.55 s
1819.31/455.56	c vivif2 --  cl tried    36004 cl shrink       34 lits rem         34 time: 0.08
1821.71/456.12	c vivif2 --  cl tried    52770 cl shrink     6987 lits rem      37756 time: 2.23
1822.92/456.43	c asymm  cl-useful: 8/35970/35970 lits-rem:24 time: 1.22
1822.92/456.44	c calculated reachability. Time: 0.03
1822.92/456.44	c  N st    34    105338     28685     35962     36451     52767    302067   8641945   no data   no data  --
1879.64/470.60	c  N st    35    114938     28685     35962     36451     62196    302067  12371512   no data   no data  --
1941.98/486.27	c  N st    36    129336     28685     35962     36461     56570    302067  12463243   no data   no data  --
2020.66/505.92	c  N st    37    150932     28685     35962     36461     56405    302067   9348312   no data   no data  --
2041.81/511.24	c  S st    38    158007     28685     35962     36461     63333    302067  11923948   no data   no data  --
2042.63/511.49	c  S st    38    158507     28685     35962     36461     63831    302067  11930541   no data   no data  --
2043.03/511.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.17
2043.03/511.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
2045.41/512.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      9 BRemN:      0 P:  6.1M T:  2.56
2048.20/512.82	c bin-w-bin subsume rem           45 bins  time:  0.03 s
2055.81/514.78	c subs with bin:       31  lits-rem:         0  v-fix:    0  time:  7.80 s
2055.81/514.80	c Subs w/ non-existent bins:      0 l-rem:    230 v-fix:     0 done:      2 time:  0.09 s
2056.22/514.82	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.09 s
3136.04/785.14	c lits-rem:         3  cl-subs:      575  v-elim:      0  v-fix:    0  time: 1078.22 s
3136.04/785.16	c vivif2 --  cl tried    35933 cl shrink        0 lits rem          0 time: 0.08
3139.63/786.02	c vivif2 --  cl tried    63254 cl shrink     9082 lits rem      66378 time: 3.45
3140.83/786.37	c asymm  cl-useful: 9/35933/35933 lits-rem:27 time: 1.37
3140.83/786.38	c calculated reachability. Time: 0.04
3140.83/786.38	c  N st    38    158507     28685     35924     36416     63254    302003  11668630   no data   no data  --
3363.37/842.08	c  N st    39    207095     28685     35924     36416     62667    302003  11974309   no data   no data  --
3503.20/877.07	c  N st    40    237761     28685     35924     36418     66719    302003  13231720   no data   no data  --
3503.20/877.07	c  S st    40    237761     28685     35924     36418     66719    302003  13231720   no data   no data  --
3504.40/877.37	c  S st    40    238261     28685     35924     36419     67216    302003  13243509   no data   no data  --
3504.80/877.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.18
3504.80/877.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
3507.19/878.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    104 BRemL:      0 BRemN:      0 P:  6.2M T:  2.60
3510.00/878.73	c bin-w-bin subsume rem            9 bins  time:  0.03 s
3517.98/880.74	c subs with bin:       46  lits-rem:         0  v-fix:    0  time:  8.01 s
3517.98/880.76	c Subs w/ non-existent bins:      0 l-rem:     44 v-fix:     0 done:    166 time:  0.08 s
3517.98/880.78	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.08 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.06 7.52 6.91 6/180 8353
/proc/meminfo: memFree=29150744/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 603870802 52465664 352 33554432000 4194304 4650419 140737018501040 18446744073709551615 231895546865 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8353/statm: 12809 352 303 112 0 7774 0
[pid=8353/tid=8354] ppid=8351 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 603870802 52465664 352 33554432000 4194304 4650419 140737018501040 18446744073709551615 47314037372850 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 603870802 52465664 352 33554432000 4194304 4650419 140737018501040 18446744073709551615 231907288118 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 603870802 52465664 352 33554432000 4194304 4650419 140737018501040 18446744073709551615 231895546865 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.055458 s]
/proc/loadavg: 8.06 7.52 6.91 6/180 8353
/proc/meminfo: memFree=29150744/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=319748 CPUtime=0.17 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 17729 0 0 0 15 2 0 0 18 0 4 0 603870802 327421952 14114 33554432000 4194304 4650419 140737018501040 18446744073709551615 231895159025 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8353/statm: 79937 14217 345 112 0 74902 0
[pid=8353/tid=8354] ppid=8351 vsize=319748 CPUtime=0.04 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) S 8351 8353 7283 0 -1 4202560 4535 0 0 0 4 0 0 0 18 0 4 0 603870802 327421952 14254 33554432000 4194304 4650419 140737018501040 18446744073709551615 231895595502 0 0 4096 2 18446604453914722752 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=319748 CPUtime=0.03 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 4374 0 0 0 3 0 0 0 18 0 4 0 603870802 327421952 14301 33554432000 4194304 4650419 140737018501040 18446744073709551615 4373800 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=319748 CPUtime=0.03 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) S 8351 8353 7283 0 -1 4202560 4375 0 0 0 3 0 0 0 18 0 4 0 603870802 327421952 14311 33554432000 4194304 4650419 140737018501040 18446744073709551615 231895595502 0 0 4096 2 18446604453914722752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 319748

[startup+0.105147 s]
/proc/loadavg: 8.06 7.52 6.91 6/180 8353
/proc/meminfo: memFree=29150744/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=386724 CPUtime=0.35 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) S 8351 8353 7283 0 -1 4202496 20663 0 0 0 30 5 0 0 18 0 4 0 603870802 396005376 17048 33554432000 4194304 4650419 140737018501040 18446744073709551615 231895595502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8353/statm: 96681 17073 345 112 0 91646 0
[pid=8353/tid=8354] ppid=8351 vsize=386724 CPUtime=0.08 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) S 8351 8353 7283 0 -1 4202560 5390 0 0 0 7 1 0 0 18 0 4 0 603870802 396005376 17094 33554432000 4194304 4650419 140737018501040 18446744073709551615 231895595502 0 0 4096 2 18446604453914722752 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=386724 CPUtime=0.08 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 5223 0 0 0 7 1 0 0 18 0 4 0 603870802 396005376 17123 33554432000 4194304 4650419 140737018501040 18446744073709551615 231895595551 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=386724 CPUtime=0.07 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) S 8351 8353 7283 0 -1 4202560 4975 0 0 0 6 1 0 0 18 0 4 0 603870802 396005376 17176 33554432000 4194304 4650419 140737018501040 18446744073709551615 231895595502 0 0 4096 2 18446604453914722752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 386724

[startup+0.301107 s]
/proc/loadavg: 8.06 7.52 6.91 6/180 8353
/proc/meminfo: memFree=29150744/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=388868 CPUtime=1.1 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 24485 0 0 0 102 8 0 0 18 0 4 0 603870802 398200832 20870 33554432000 4194304 4650419 140737018501040 18446744073709551615 4370522 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8353/statm: 97217 20870 369 112 0 92182 0
[pid=8353/tid=8354] ppid=8351 vsize=388868 CPUtime=0.27 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 6270 0 0 0 26 1 0 0 18 0 4 0 603870802 398200832 20870 33554432000 4194304 4650419 140737018501040 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=388868 CPUtime=0.27 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 6087 0 0 0 25 2 0 0 18 0 4 0 603870802 398200832 20870 33554432000 4194304 4650419 140737018501040 18446744073709551615 4370652 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=388868 CPUtime=0.26 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 6213 0 0 0 24 2 0 0 18 0 4 0 603870802 398200832 20870 33554432000 4194304 4650419 140737018501040 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 388868

[startup+0.701035 s]
/proc/loadavg: 8.06 7.52 6.91 6/180 8353
/proc/meminfo: memFree=29150744/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=401612 CPUtime=2.7 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 30277 0 0 0 260 10 0 0 18 0 4 0 603870802 411250688 24049 33554432000 4194304 4650419 140737018501040 18446744073709551615 4223283 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8353/statm: 100403 24049 376 112 0 95368 0
[pid=8353/tid=8354] ppid=8351 vsize=401612 CPUtime=0.67 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 8161 0 0 0 65 2 0 0 18 0 4 0 603870802 411250688 24049 33554432000 4194304 4650419 140737018501040 18446744073709551615 4266288 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=401612 CPUtime=0.67 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 7993 0 0 0 64 3 0 0 18 0 4 0 603870802 411250688 24049 33554432000 4194304 4650419 140737018501040 18446744073709551615 231895159025 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=401612 CPUtime=0.66 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 6257 0 0 0 64 2 0 0 18 0 4 0 603870802 411250688 24049 33554432000 4194304 4650419 140737018501040 18446744073709551615 4363398 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 401612

[startup+1.50089 s]
/proc/loadavg: 8.06 7.52 6.91 10/184 8357
/proc/meminfo: memFree=28996332/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=426832 CPUtime=5.81 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 50995 0 0 0 559 22 0 0 18 0 4 0 603870802 437075968 41923 33554432000 4194304 4650419 140737018501040 18446744073709551615 4378397 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8353/statm: 106708 41923 391 112 0 101673 0
[pid=8353/tid=8354] ppid=8351 vsize=426832 CPUtime=1.44 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 15608 0 0 0 138 6 0 0 18 0 4 0 603870802 437075968 41923 33554432000 4194304 4650419 140737018501040 18446744073709551615 4382495 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=426832 CPUtime=1.44 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 15402 0 0 0 137 7 0 0 18 0 4 0 603870802 437075968 41923 33554432000 4194304 4650419 140737018501040 18446744073709551615 4301350 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=426832 CPUtime=1.45 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 6283 0 0 0 143 2 0 0 18 0 4 0 603870802 437075968 41923 33554432000 4194304 4650419 140737018501040 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 426832

[startup+3.10058 s]
/proc/loadavg: 8.06 7.52 6.91 9/184 8357
/proc/meminfo: memFree=28980084/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=426832 CPUtime=12.2 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 51407 0 0 0 1198 22 0 0 21 0 4 0 603870802 437075968 41837 33554432000 4194304 4650419 140737018501040 18446744073709551615 4364883 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8353/statm: 106708 41837 393 112 0 101673 0
[pid=8353/tid=8354] ppid=8351 vsize=426832 CPUtime=3.04 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 15743 0 0 0 298 6 0 0 21 0 4 0 603870802 437075968 41837 33554432000 4194304 4650419 140737018501040 18446744073709551615 4303982 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=426832 CPUtime=3.04 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 15493 0 0 0 297 7 0 0 21 0 4 0 603870802 437075968 41837 33554432000 4194304 4650419 140737018501040 18446744073709551615 4367391 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=426832 CPUtime=3.04 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 6345 0 0 0 302 2 0 0 21 0 4 0 603870802 437075968 41837 33554432000 4194304 4650419 140737018501040 18446744073709551615 4311310 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 426832

[startup+6.30099 s]
/proc/loadavg: 8.05 7.52 6.92 9/184 8357
/proc/meminfo: memFree=28976736/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=426832 CPUtime=24.98 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 51621 0 0 0 2476 22 0 0 25 0 4 0 603870802 437075968 42051 33554432000 4194304 4650419 140737018501040 18446744073709551615 4334297 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8353/statm: 106708 42051 393 112 0 101673 0
[pid=8353/tid=8354] ppid=8351 vsize=426832 CPUtime=6.24 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 15817 0 0 0 618 6 0 0 25 0 4 0 603870802 437075968 42051 33554432000 4194304 4650419 140737018501040 18446744073709551615 4364406 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=426832 CPUtime=6.24 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 15530 0 0 0 617 7 0 0 25 0 4 0 603870802 437075968 42051 33554432000 4194304 4650419 140737018501040 18446744073709551615 4363484 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=426832 CPUtime=6.22 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 6384 0 0 0 620 2 0 0 25 0 4 0 603870802 437075968 42051 33554432000 4194304 4650419 140737018501040 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 426832

[startup+12.7008 s]
/proc/loadavg: 8.05 7.53 6.92 9/184 8357
/proc/meminfo: memFree=28975604/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=418868 CPUtime=50.55 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 54567 0 0 0 5032 23 0 0 25 0 4 0 603870802 428920832 40979 33554432000 4194304 4650419 140737018501040 18446744073709551615 4363994 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8353/statm: 104717 40979 396 112 0 99682 0
[pid=8353/tid=8354] ppid=8351 vsize=418868 CPUtime=12.65 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 18353 0 0 0 1258 7 0 0 25 0 4 0 603870802 428920832 40979 33554432000 4194304 4650419 140737018501040 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=418868 CPUtime=12.64 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 15687 0 0 0 1257 7 0 0 25 0 4 0 603870802 428920832 40979 33554432000 4194304 4650419 140737018501040 18446744073709551615 4363924 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=418868 CPUtime=12.59 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 6431 0 0 0 1257 2 0 0 25 0 4 0 603870802 428920832 40979 33554432000 4194304 4650419 140737018501040 18446744073709551615 4365477 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 418868

[startup+25.5004 s]
/proc/loadavg: 8.10 7.57 6.94 9/184 8358
/proc/meminfo: memFree=28933672/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=408524 CPUtime=101.67 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 85499 0 0 0 10140 27 0 0 25 0 4 0 603870802 418328576 47446 33554432000 4194304 4650419 140737018501040 18446744073709551615 4315094 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8353/statm: 102131 47446 396 112 0 97096 0
[pid=8353/tid=8354] ppid=8351 vsize=408524 CPUtime=25.44 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 21484 0 0 0 2536 8 0 0 25 0 4 0 603870802 418328576 47446 33554432000 4194304 4650419 140737018501040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=408524 CPUtime=25.45 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 19626 0 0 0 2537 8 0 0 25 0 4 0 603870802 418328576 47446 33554432000 4194304 4650419 140737018501040 18446744073709551615 4315293 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=408524 CPUtime=25.31 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 26674 0 0 0 2527 4 0 0 25 0 4 0 603870802 418328576 47446 33554432000 4194304 4650419 140737018501040 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 408524

[startup+51.1006 s]
/proc/loadavg: 8.14 7.62 6.98 9/184 8358
/proc/meminfo: memFree=28434712/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=980784 CPUtime=203.93 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 228096 0 0 0 20335 58 0 0 25 0 4 0 603870802 1004322816 169407 33554432000 4194304 4650419 140737018501040 18446744073709551615 4314985 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8353/statm: 245196 169407 406 112 0 240161 0
[pid=8353/tid=8354] ppid=8351 vsize=980784 CPUtime=51.04 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 80165 0 0 0 5081 23 0 0 25 0 4 0 603870802 1004322816 169407 33554432000 4194304 4650419 140737018501040 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=980784 CPUtime=51.04 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 64751 0 0 0 5089 15 0 0 25 0 4 0 603870802 1004322816 169407 33554432000 4194304 4650419 140737018501040 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=980784 CPUtime=50.78 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 43775 0 0 0 5068 10 0 0 25 0 4 0 603870802 1004322816 169407 33554432000 4194304 4650419 140737018501040 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.93
Current children cumulated vsize (KiB) 980784

[startup+102.307 s]
/proc/loadavg: 8.14 7.69 7.03 9/184 8360
/proc/meminfo: memFree=28105368/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=1436180 CPUtime=408.48 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 356985 0 0 0 40750 98 0 0 25 0 4 0 603870802 1470648320 251180 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8353/statm: 359045 251180 396 112 0 354010 0
[pid=8353/tid=8354] ppid=8351 vsize=1436180 CPUtime=102.24 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 80166 0 0 0 10201 23 0 0 25 0 4 0 603870802 1470648320 251180 33554432000 4194304 4650419 140737018501040 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=1436180 CPUtime=102.25 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 115603 0 0 0 10192 33 0 0 25 0 4 0 603870802 1470648320 251180 33554432000 4194304 4650419 140737018501040 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=1436180 CPUtime=101.7 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 69462 0 0 0 10152 18 0 0 25 0 4 0 603870802 1470648320 251180 33554432000 4194304 4650419 140737018501040 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.48
Current children cumulated vsize (KiB) 1436180

[startup+162.301 s]

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

[pid=8353] ppid=8351 vsize=2224632 CPUtime=2565.52 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 1757053 0 0 0 256135 417 0 0 25 0 4 0 603870802 2278023168 445550 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8353/statm: 556158 445550 396 112 0 551123 0
[pid=8353/tid=8354] ppid=8351 vsize=2224632 CPUtime=642.2 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 459474 0 0 0 64116 104 0 0 25 0 4 0 603870802 2278023168 445550 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=2224632 CPUtime=642.26 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 741383 0 0 0 64064 162 0 0 25 0 4 0 603870802 2278023168 445550 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476129 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=2224632 CPUtime=638.77 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 218544 0 0 0 63795 82 0 0 25 0 4 0 603870802 2278023168 445550 33554432000 4194304 4650419 140737018501040 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.52
Current children cumulated vsize (KiB) 2224632

[startup+702.301 s]
/proc/loadavg: 5.55 7.31 7.27 5/175 8394
/proc/meminfo: memFree=27588064/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=2355712 CPUtime=2805.21 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 1935089 0 0 0 280058 463 0 0 25 0 4 0 603870802 2412249088 474095 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8353/statm: 588928 474095 396 112 0 583893 0
[pid=8353/tid=8354] ppid=8351 vsize=2355712 CPUtime=702.19 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 479973 0 0 0 70110 109 0 0 25 0 4 0 603870802 2412249088 474095 33554432000 4194304 4650419 140737018501040 18446744073709551615 4315081 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=2355712 CPUtime=702.25 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 753898 0 0 0 70061 164 0 0 25 0 4 0 603870802 2412249088 474095 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=2355712 CPUtime=698.47 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 363566 0 0 0 69727 120 0 0 25 0 4 0 603870802 2412249088 474095 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.21
Current children cumulated vsize (KiB) 2355712

[startup+762.306 s]
/proc/loadavg: 4.60 6.72 7.06 5/175 8395
/proc/meminfo: memFree=27587044/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=2358424 CPUtime=3044.95 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 2325407 0 0 0 303954 541 0 0 25 0 4 0 603870802 2415026176 474397 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8353/statm: 589606 474397 398 112 0 584571 0
[pid=8353/tid=8354] ppid=8351 vsize=2358424 CPUtime=762.2 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 513650 0 0 0 76096 124 0 0 25 0 4 0 603870802 2415026176 474397 33554432000 4194304 4650419 140737018501040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=2358424 CPUtime=762.26 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 770302 0 0 0 76060 166 0 0 25 0 4 0 603870802 2415026176 474397 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=2358424 CPUtime=758.2 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 703803 0 0 0 75638 182 0 0 25 0 4 0 603870802 2415026176 474397 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.95
Current children cumulated vsize (KiB) 2358424

[startup+822.301 s]
/proc/loadavg: 4.22 6.22 6.87 5/175 8397
/proc/meminfo: memFree=27548192/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=2364664 CPUtime=3284.66 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 2468483 0 0 0 327887 579 0 0 25 0 4 0 603870802 2421415936 484425 33554432000 4194304 4650419 140737018501040 18446744073709551615 4315467 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8353/statm: 591166 484425 396 112 0 586131 0
[pid=8353/tid=8354] ppid=8351 vsize=2364664 CPUtime=822.19 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 547667 0 0 0 82083 136 0 0 25 0 4 0 603870802 2421415936 484425 33554432000 4194304 4650419 140737018501040 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=2364664 CPUtime=822.25 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 780967 0 0 0 82057 168 0 0 25 0 4 0 603870802 2421415936 484425 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=2364664 CPUtime=817.92 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 769417 0 0 0 81597 195 0 0 25 0 4 0 603870802 2421415936 484425 33554432000 4194304 4650419 140737018501040 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.66
Current children cumulated vsize (KiB) 2364664

[startup+882.301 s]
/proc/loadavg: 4.12 5.83 6.69 5/175 8399
/proc/meminfo: memFree=27590948/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=2376212 CPUtime=3524.37 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 2597345 0 0 0 351818 619 0 0 25 0 4 0 603870802 2433241088 473126 33554432000 4194304 4650419 140737018501040 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8353/statm: 594053 473126 398 112 0 589018 0
[pid=8353/tid=8354] ppid=8351 vsize=2376212 CPUtime=882.19 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 592112 0 0 0 88068 151 0 0 25 0 4 0 603870802 2433241088 473126 33554432000 4194304 4650419 140737018501040 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=2376212 CPUtime=882.26 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 795566 0 0 0 88055 171 0 0 25 0 4 0 603870802 2433241088 473126 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=2376212 CPUtime=877.71 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 787517 0 0 0 87569 202 0 0 25 0 4 0 603870802 2433241088 473126 33554432000 4194304 4650419 140737018501040 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.37
Current children cumulated vsize (KiB) 2376212

[startup+942.301 s]
/proc/loadavg: 4.08 5.51 6.53 5/175 8400
/proc/meminfo: memFree=27533632/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=2440516 CPUtime=3764.11 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 2698785 0 0 0 375763 648 0 0 25 0 4 0 603870802 2499088384 487907 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476204 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8353/statm: 610129 487907 396 112 0 605094 0
[pid=8353/tid=8354] ppid=8351 vsize=2440516 CPUtime=942.19 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 623139 0 0 0 94055 164 0 0 25 0 4 0 603870802 2499088384 487907 33554432000 4194304 4650419 140737018501040 18446744073709551615 4315094 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=2440516 CPUtime=942.26 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 851637 0 0 0 94046 180 0 0 25 0 4 0 603870802 2499088384 487907 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476121 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=2440516 CPUtime=937.71 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 801832 0 0 0 93563 208 0 0 25 0 4 0 603870802 2499088384 487907 33554432000 4194304 4650419 140737018501040 18446744073709551615 4364815 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.11
Current children cumulated vsize (KiB) 2440516

[startup+1002.3 s]
/proc/loadavg: 4.11 5.25 6.37 5/175 8402
/proc/meminfo: memFree=27539308/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=2388304 CPUtime=4003.84 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 2833672 0 0 0 399708 676 0 0 25 0 4 0 603870802 2445623296 485898 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8353/statm: 597076 485898 396 112 0 592041 0
[pid=8353/tid=8354] ppid=8351 vsize=2388304 CPUtime=1002.19 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 685060 0 0 0 100045 174 0 0 25 0 4 0 603870802 2445623296 485898 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=2388304 CPUtime=1002.26 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 911171 0 0 0 100036 190 0 0 25 0 4 0 603870802 2445623296 485898 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=2388304 CPUtime=997.72 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 815160 0 0 0 99556 216 0 0 25 0 4 0 603870802 2445623296 485898 33554432000 4194304 4650419 140737018501040 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.84
Current children cumulated vsize (KiB) 2388304

[startup+1062.3 s]
/proc/loadavg: 4.04 5.02 6.22 5/175 8403
/proc/meminfo: memFree=27520552/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=2388744 CPUtime=4243.57 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 2973573 0 0 0 423652 705 0 0 25 0 4 0 603870802 2446073856 490856 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8353/statm: 597186 490856 396 112 0 592151 0
[pid=8353/tid=8354] ppid=8351 vsize=2388744 CPUtime=1062.19 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 784305 0 0 0 106030 189 0 0 25 0 4 0 603870802 2446073856 490856 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=2388744 CPUtime=1062.26 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 938584 0 0 0 106030 196 0 0 25 0 4 0 603870802 2446073856 490856 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=2388744 CPUtime=1057.72 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 828324 0 0 0 105548 224 0 0 25 0 4 0 603870802 2446073856 490856 33554432000 4194304 4650419 140737018501040 18446744073709551615 4363448 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.57
Current children cumulated vsize (KiB) 2388744

[startup+1122.3 s]
/proc/loadavg: 4.08 4.85 6.08 5/175 8405
/proc/meminfo: memFree=27518656/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=2390868 CPUtime=4483.3 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 3105410 0 0 0 447593 737 0 0 25 0 4 0 603870802 2448248832 491481 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8353/statm: 597717 491481 396 112 0 592682 0
[pid=8353/tid=8354] ppid=8351 vsize=2390868 CPUtime=1122.2 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 824040 0 0 0 112015 205 0 0 25 0 4 0 603870802 2448248832 491481 33554432000 4194304 4650419 140737018501040 18446744073709551615 4364170 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=2390868 CPUtime=1122.27 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 1020145 0 0 0 112019 208 0 0 25 0 4 0 603870802 2448248832 491481 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=2390868 CPUtime=1117.72 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 838865 0 0 0 111543 229 0 0 25 0 4 0 603870802 2448248832 491481 33554432000 4194304 4650419 140737018501040 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.3
Current children cumulated vsize (KiB) 2390868

[startup+1182.3 s]
/proc/loadavg: 4.03 4.69 5.95 5/175 8407
/proc/meminfo: memFree=27449444/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=2472720 CPUtime=4723.03 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 3204340 0 0 0 471535 768 0 0 25 0 4 0 603870802 2532065280 509048 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8353/statm: 618180 509048 396 112 0 613145 0
[pid=8353/tid=8354] ppid=8351 vsize=2472720 CPUtime=1182.2 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 862817 0 0 0 117998 222 0 0 25 0 4 0 603870802 2532065280 509048 33554432000 4194304 4650419 140737018501040 18446744073709551615 4333820 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=2472720 CPUtime=1182.26 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 1065976 0 0 0 118012 214 0 0 25 0 4 0 603870802 2532065280 509048 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=2472720 CPUtime=1177.72 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 853187 0 0 0 117536 236 0 0 25 0 4 0 603870802 2532065280 509048 33554432000 4194304 4650419 140737018501040 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4723.03
Current children cumulated vsize (KiB) 2472720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 4.02 4.64 5.91 5/175 8407
/proc/meminfo: memFree=27491724/32950928 swapFree=67111356/67111528
[pid=8353] ppid=8351 vsize=2405888 CPUtime=4800.17 cores=0,2,4,6
/proc/8353/stat : 8353 (strangenight1-m) R 8351 8353 7283 0 -1 4202496 3252980 0 0 0 479236 781 0 0 25 0 4 0 603870802 2463629312 497949 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8353/statm: 601472 497949 396 112 0 596437 0
[pid=8353/tid=8354] ppid=8351 vsize=2405888 CPUtime=1201.51 cores=0,2,4,6
/proc/8353/task/8354/stat : 8354 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 880400 0 0 0 119923 228 0 0 25 0 4 0 603870802 2463629312 497949 33554432000 4194304 4650419 140737018501040 18446744073709551615 4333632 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8353/tid=8355] ppid=8351 vsize=2405888 CPUtime=1201.57 cores=0,2,4,6
/proc/8353/task/8355/stat : 8355 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 1093505 0 0 0 119938 219 0 0 25 0 4 0 603870802 2463629312 497949 33554432000 4194304 4650419 140737018501040 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8353/tid=8356] ppid=8351 vsize=2405888 CPUtime=1197.03 cores=0,2,4,6
/proc/8353/task/8356/stat : 8356 (strangenight1-m) R 8351 8353 7283 0 -1 4202560 856715 0 0 0 119465 238 0 0 25 0 4 0 603870802 2463629312 497949 33554432000 4194304 4650419 140737018501040 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 2405888

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.7
CPU time (s): 4800.28
CPU user time (s): 4792.38
CPU system time (s): 7.9018
CPU usage (%): 399.456
Max. virtual memory (cumulated for all children) (KiB): 2586560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.38
system time used= 7.9018
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3252983
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= 20489
involuntary context switches= 18968

runsolver used 1.88271 second user time and 4.22436 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-30 06:06:41
IDJOB=3291498
IDBENCH=84227
IDSOLVER=1588
FILE ID=node114/3291498-1304136401
RUNJOBID= node114-1304135840-8156
PBS_JOBID= 13170787
Free space on /tmp= 73388 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291498-1304136401/watcher-3291498-1304136401 -o /tmp/evaluation-result-3291498-1304136401/solver-3291498-1304136401 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3291498-1304136401.cnf

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=1107082496

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29150908 kB
Buffers:       1089220 kB
Cached:        1812052 kB
SwapCached:        168 kB
Active:         511664 kB
Inactive:      2782348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29150908 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            9768 kB
Writeback:          36 kB
AnonPages:      392204 kB
Mapped:          15584 kB
Slab:           441072 kB
PageTables:       5748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   646788 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= 73388 MiB
End job on node114 at 2011-04-30 06:26:45