Trace number 3313019

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
STRUCTure 0.1? (TO) 4800.15 1206.84

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.6/
frb75-13-2.used-as.sat04-878.cnf
MD5SUM00e6f1cbbaaa8f43dc6451d49bfa1cef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.241962
Satisfiable
(Un)Satisfiability was proved
Number of variables975
Number of clauses34275
Sum of the clauses size69375
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 234200
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.11/0.12	02:24 INFO : Reading from input HOME/instance-3313019-1304186543.cnf
0.62/0.40	Executor set job limit to 1000000
0.62/0.41	Executor set job limit to 1000000
0.62/0.41	Executor set job limit to 1000000
0.62/0.41	Executor set job limit to 1000000
0.62/0.41	Starting Executor!
0.62/0.41	Starting Executor!
0.62/0.41	Starting Executor!
0.62/0.41	Starting Executor!
1.80/0.99	02:25 INFO : 975 variables remaining out of 975
1.80/0.99	02:25 INFO : 201234 literals remaining out of 103650

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-3313019-1304186543/watcher-3313019-1304186543 -o /tmp/evaluation-result-3313019-1304186543/solver-3313019-1304186543 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313019-1304186543.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.21 7.89 7.93 3/198 11629
/proc/meminfo: memFree=29833484/32951124 swapFree=67110188/67111528
[pid=11629] ppid=11627 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/11629/stat : 11629 (java) S 11627 11629 11426 0 -1 4202496 1413 0 0 0 0 0 0 0 25 0 2 0 530255102 27824128 885 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933579749 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11629/statm: 6793 889 680 9 0 381 0
[pid=11629/tid=11630] ppid=11627 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11630/stat : 11630 (java) R 11627 11629 11426 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 530255103 27824128 894 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222916853479 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0769981 s]
/proc/loadavg: 7.21 7.89 7.93 3/198 11629
/proc/meminfo: memFree=29833484/32951124 swapFree=67110188/67111528
[pid=11629] ppid=11627 vsize=15675452 CPUtime=0.07 cores=0,2,4,6
/proc/11629/stat : 11629 (java) S 11627 11629 11426 0 -1 4202496 4717 0 1 0 6 1 0 0 25 0 18 0 530255102 16051662848 4157 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11629/statm: 3918863 4157 1938 9 0 3909582 0
[pid=11629/tid=11630] ppid=11627 vsize=15675452 CPUtime=0.06 cores=0,2,4,6
/proc/11629/task/11630/stat : 11630 (java) R 11627 11629 11426 0 -1 4202560 3085 0 1 0 6 0 0 0 25 0 18 0 530255103 16051662848 4157 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933602997 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15675452

[startup+0.104983 s]
/proc/loadavg: 7.21 7.89 7.93 3/198 11629
/proc/meminfo: memFree=29833484/32951124 swapFree=67110188/67111528
[pid=11629] ppid=11627 vsize=15676224 CPUtime=0.11 cores=0,2,4,6
/proc/11629/stat : 11629 (java) S 11627 11629 11426 0 -1 4202496 5671 0 1 0 10 1 0 0 25 0 18 0 530255102 16052453376 5067 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11629/statm: 3919056 5068 2118 9 0 3909775 0
[pid=11629/tid=11630] ppid=11627 vsize=15676224 CPUtime=0.09 cores=0,2,4,6
/proc/11629/task/11630/stat : 11630 (java) R 11627 11629 11426 0 -1 4202560 3475 0 1 0 8 1 0 0 18 0 18 0 530255103 16052453376 5069 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 47625205243811 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676224

[startup+0.305663 s]
/proc/loadavg: 7.21 7.89 7.93 3/198 11629
/proc/meminfo: memFree=29833484/32951124 swapFree=67110188/67111528
[pid=11629] ppid=11627 vsize=15681324 CPUtime=0.51 cores=0,2,4,6
/proc/11629/stat : 11629 (java) S 11627 11629 11426 0 -1 4202496 13837 0 1 0 48 3 0 0 25 0 18 0 530255102 16057675776 12000 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11629/statm: 3920331 12005 2207 9 0 3911050 0
[pid=11629/tid=11630] ppid=11627 vsize=15681324 CPUtime=0.29 cores=0,2,4,6
/proc/11629/task/11630/stat : 11630 (java) R 11627 11629 11426 0 -1 4202560 8629 0 1 0 27 2 0 0 18 0 18 0 530255103 16057675776 12008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 47625209711443 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15681324

[startup+0.700862 s]
/proc/loadavg: 7.21 7.89 7.93 3/198 11629
/proc/meminfo: memFree=29833484/32951124 swapFree=67110188/67111528
[pid=11629] ppid=11627 vsize=15687916 CPUtime=1.23 cores=0,2,4,6
/proc/11629/stat : 11629 (java) S 11627 11629 11426 0 -1 4202496 36641 0 1 0 117 6 0 0 25 0 22 0 530255102 16064425984 32331 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11629/statm: 3921979 32343 2234 9 0 3912698 0
[pid=11629/tid=11630] ppid=11627 vsize=15687916 CPUtime=0.68 cores=0,2,4,6
/proc/11629/task/11630/stat : 11630 (java) R 11627 11629 11426 0 -1 4202560 23506 0 1 0 65 3 0 0 20 0 22 0 530255103 16064425984 32349 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912505217341 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 15687916

[startup+1.52367 s]
/proc/loadavg: 7.21 7.89 7.93 3/220 11651
/proc/meminfo: memFree=29698900/32951124 swapFree=67110188/67111528
[pid=11629] ppid=11627 vsize=15689916 CPUtime=3.59 cores=0,2,4,6
/proc/11629/stat : 11629 (java) S 11627 11629 11426 0 -1 4202496 59905 0 1 0 349 10 0 0 25 0 22 0 530255102 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11629/statm: 3922479 53008 2274 9 0 3913198 0
[pid=11629/tid=11630] ppid=11627 vsize=15689916 CPUtime=0.97 cores=0,2,4,6
/proc/11629/task/11630/stat : 11630 (java) S 11627 11629 11426 0 -1 4202560 25075 0 1 0 94 3 0 0 21 0 22 0 530255103 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11632] ppid=11627 vsize=15689916 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11632/stat : 11632 (java) S 11627 11629 11426 0 -1 4202560 882 0 0 0 0 0 0 0 15 0 22 0 530255103 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11633] ppid=11627 vsize=15689916 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11633/stat : 11633 (java) S 11627 11629 11426 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530255103 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11634] ppid=11627 vsize=15689916 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11634/stat : 11634 (java) S 11627 11629 11426 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530255103 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11635] ppid=11627 vsize=15689916 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11635/stat : 11635 (java) R 11627 11629 11426 0 -1 4202560 1053 0 0 0 0 0 0 0 16 0 22 0 530255103 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11629/tid=11636] ppid=11627 vsize=15689916 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11636/stat : 11636 (java) S 11627 11629 11426 0 -1 4202560 1317 0 0 0 0 0 0 0 15 0 22 0 530255103 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11637] ppid=11627 vsize=15689916 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11637/stat : 11637 (java) S 11627 11629 11426 0 -1 4202560 2259 0 0 0 0 0 0 0 15 0 22 0 530255103 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11638] ppid=11627 vsize=15689916 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11638/stat : 11638 (java) S 11627 11629 11426 0 -1 4202560 715 0 0 0 0 0 0 0 15 0 22 0 530255103 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11639] ppid=11627 vsize=15689916 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11639/stat : 11639 (java) S 11627 11629 11426 0 -1 4202560 560 0 0 0 0 0 0 0 15 0 22 0 530255103 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11640] ppid=11627 vsize=15689916 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11640/stat : 11640 (java) S 11627 11629 11426 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 530255104 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933593600 0 0 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11641] ppid=11627 vsize=15689916 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11641/stat : 11641 (java) S 11627 11629 11426 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530255105 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11642] ppid=11627 vsize=15689916 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11642/stat : 11642 (java) S 11627 11629 11426 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530255105 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11643] ppid=11627 vsize=15689916 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11643/stat : 11643 (java) S 11627 11629 11426 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530255107 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933600689 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11644] ppid=11627 vsize=15689916 CPUtime=0.61 cores=0,2,4,6
/proc/11629/task/11644/stat : 11644 (java) R 11627 11629 11426 0 -1 4202560 3825 0 0 0 61 0 0 0 15 0 22 0 530255107 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 47625208123025 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11629/tid=11645] ppid=11627 vsize=15689916 CPUtime=0.86 cores=0,2,4,6
/proc/11629/task/11645/stat : 11645 (java) R 11627 11629 11426 0 -1 4202560 12268 0 0 0 84 2 0 0 15 0 22 0 530255107 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11629/tid=11646] ppid=11627 vsize=15689916 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11646/stat : 11646 (java) S 11627 11629 11426 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530255107 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11647] ppid=11627 vsize=15689916 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11647/stat : 11647 (java) S 11627 11629 11426 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530255107 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933593600 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11648] ppid=11627 vsize=15689916 CPUtime=0.31 cores=0,2,4,6
/proc/11629/task/11648/stat : 11648 (java) R 11627 11629 11426 0 -1 4202560 2537 0 0 0 31 0 0 0 16 0 22 0 530255143 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912506002440 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11629/tid=11649] ppid=11627 vsize=15689916 CPUtime=0.36 cores=0,2,4,6
/proc/11629/task/11649/stat : 11649 (java) R 11627 11629 11426 0 -1 4202560 5069 0 0 0 36 0 0 0 16 0 22 0 530255143 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912506004359 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11629/tid=11650] ppid=11627 vsize=15689916 CPUtime=0.1 cores=0,2,4,6
/proc/11629/task/11650/stat : 11650 (java) R 11627 11629 11426 0 -1 4202560 166 0 0 0 10 0 0 0 15 0 22 0 530255143 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912505975354 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11629/tid=11651] ppid=11627 vsize=15689916 CPUtime=0.28 cores=0,2,4,6
/proc/11629/task/11651/stat : 11651 (java) R 11627 11629 11426 0 -1 4202560 2718 0 0 0 28 0 0 0 16 0 22 0 530255143 16066473984 53008 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912506013525 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 15689916

[startup+3.10139 s]
/proc/loadavg: 7.21 7.89 7.93 6/220 11651
/proc/meminfo: memFree=29512532/32951124 swapFree=67110188/67111528
[pid=11629] ppid=11627 vsize=15690076 CPUtime=9.86 cores=0,2,4,6
/proc/11629/stat : 11629 (java) S 11627 11629 11426 0 -1 4202496 161678 0 1 0 963 23 0 0 25 0 22 0 530255102 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11629/statm: 3922519 154755 2284 9 0 3913238 0
[pid=11629/tid=11630] ppid=11627 vsize=15690076 CPUtime=0.97 cores=0,2,4,6
/proc/11629/task/11630/stat : 11630 (java) S 11627 11629 11426 0 -1 4202560 25075 0 1 0 94 3 0 0 21 0 22 0 530255103 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11632] ppid=11627 vsize=15690076 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11632/stat : 11632 (java) S 11627 11629 11426 0 -1 4202560 1496 0 0 0 0 0 0 0 15 0 22 0 530255103 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11633] ppid=11627 vsize=15690076 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11633/stat : 11633 (java) S 11627 11629 11426 0 -1 4202560 2277 0 0 0 0 0 0 0 15 0 22 0 530255103 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11634] ppid=11627 vsize=15690076 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11634/stat : 11634 (java) S 11627 11629 11426 0 -1 4202560 3858 0 0 0 0 0 0 0 16 0 22 0 530255103 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11635] ppid=11627 vsize=15690076 CPUtime=0.01 cores=0,2,4,6
/proc/11629/task/11635/stat : 11635 (java) S 11627 11629 11426 0 -1 4202560 5137 0 0 0 1 0 0 0 16 0 22 0 530255103 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 2 0 0 0
[pid=11629/tid=11636] ppid=11627 vsize=15690076 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11636/stat : 11636 (java) S 11627 11629 11426 0 -1 4202560 5545 0 0 0 0 0 0 0 16 0 22 0 530255103 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11637] ppid=11627 vsize=15690076 CPUtime=0.01 cores=0,2,4,6
/proc/11629/task/11637/stat : 11637 (java) S 11627 11629 11426 0 -1 4202560 6209 0 0 0 1 0 0 0 15 0 22 0 530255103 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 2 0 0 0
[pid=11629/tid=11638] ppid=11627 vsize=15690076 CPUtime=0.01 cores=0,2,4,6
/proc/11629/task/11638/stat : 11638 (java) S 11627 11629 11426 0 -1 4202560 4653 0 0 0 1 0 0 0 15 0 22 0 530255103 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11639] ppid=11627 vsize=15690076 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11639/stat : 11639 (java) S 11627 11629 11426 0 -1 4202560 3300 0 0 0 0 0 0 0 16 0 22 0 530255103 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11640] ppid=11627 vsize=15690076 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11640/stat : 11640 (java) S 11627 11629 11426 0 -1 4202560 459 0 0 0 0 0 0 0 16 0 22 0 530255104 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933593600 0 0 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11641] ppid=11627 vsize=15690076 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11641/stat : 11641 (java) S 11627 11629 11426 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530255105 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11642] ppid=11627 vsize=15690076 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11642/stat : 11642 (java) S 11627 11629 11426 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530255105 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11643] ppid=11627 vsize=15690076 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11643/stat : 11643 (java) S 11627 11629 11426 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530255107 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933600689 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11644] ppid=11627 vsize=15690076 CPUtime=0.67 cores=0,2,4,6
/proc/11629/task/11644/stat : 11644 (java) S 11627 11629 11426 0 -1 4202560 3868 0 0 0 67 0 0 0 15 0 22 0 530255107 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11645] ppid=11627 vsize=15690076 CPUtime=0.93 cores=0,2,4,6
/proc/11629/task/11645/stat : 11645 (java) S 11627 11629 11426 0 -1 4202560 12287 0 0 0 91 2 0 0 16 0 22 0 530255107 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11646] ppid=11627 vsize=15690076 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11646/stat : 11646 (java) S 11627 11629 11426 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530255107 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11647] ppid=11627 vsize=15690076 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11647/stat : 11647 (java) S 11627 11629 11426 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530255107 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933593600 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11648] ppid=11627 vsize=15690076 CPUtime=1.78 cores=0,2,4,6
/proc/11629/task/11648/stat : 11648 (java) R 11627 11629 11426 0 -1 4202560 21911 0 0 0 176 2 0 0 17 0 22 0 530255143 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912505523495 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11629/tid=11649] ppid=11627 vsize=15690076 CPUtime=1.9 cores=0,2,4,6
/proc/11629/task/11649/stat : 11649 (java) R 11627 11629 11426 0 -1 4202560 23794 0 0 0 188 2 0 0 17 0 22 0 530255143 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912505788831 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11629/tid=11650] ppid=11627 vsize=15690076 CPUtime=1.56 cores=0,2,4,6
/proc/11629/task/11650/stat : 11650 (java) R 11627 11629 11426 0 -1 4202560 18917 0 0 0 154 2 0 0 17 0 22 0 530255143 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912505788959 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11629/tid=11651] ppid=11627 vsize=15690076 CPUtime=1.83 cores=0,2,4,6
/proc/11629/task/11651/stat : 11651 (java) R 11627 11629 11426 0 -1 4202560 21507 0 0 0 181 2 0 0 17 0 22 0 530255143 16066637824 154755 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912505789002 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.86
Current children cumulated vsize (KiB) 15690076

[startup+6.3008 s]
/proc/loadavg: 7.11 7.86 7.92 6/220 11651
/proc/meminfo: memFree=28722044/32951124 swapFree=67110188/67111528
[pid=11629] ppid=11627 vsize=15691024 CPUtime=22.63 cores=0,2,4,6
/proc/11629/stat : 11629 (java) S 11627 11629 11426 0 -1 4202496 288093 0 1 0 2225 38 0 0 25 0 22 0 530255102 16067608576 281036 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11629/statm: 3922756 281036 2284 9 0 3913475 0
[pid=11629/tid=11630] ppid=11627 vsize=15691024 CPUtime=0.97 cores=0,2,4,6
/proc/11629/task/11630/stat : 11630 (java) S 11627 11629 11426 0 -1 4202560 25075 0 1 0 94 3 0 0 21 0 22 0 530255103 16067608576 281036 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11632] ppid=11627 vsize=15691024 CPUtime=0.01 cores=0,2,4,6
/proc/11629/task/11632/stat : 11632 (java) S 11627 11629 11426 0 -1 4202560 2170 0 0 0 1 0 0 0 16 0 22 0 530255103 16067608576 281036 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11633] ppid=11627 vsize=15691024 CPUtime=0.01 cores=0,2,4,6
/proc/11629/task/11633/stat : 11633 (java) S 11627 11629 11426 0 -1 4202560 4209 0 0 0 1 0 0 0 16 0 22 0 530255103 16067608576 281036 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 2 0 0 0
[pid=11629/tid=11634] ppid=11627 vsize=15691024 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11634/stat : 11634 (java) S 11627 11629 11426 0 -1 4202560 5185 0 0 0 0 0 0 0 15 0 22 0 530255103 16067608576 281036 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11635] ppid=11627 vsize=15691024 CPUtime=0.02 cores=0,2,4,6
/proc/11629/task/11635/stat : 11635 (java) S 11627 11629 11426 0 -1 4202560 6445 0 0 0 1 1 0 0 16 0 22 0 530255103 16067608576 281036 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11636] ppid=11627 vsize=15691024 CPUtime=0.01 cores=0,2,4,6
/proc/11629/task/11636/stat : 11636 (java) S 11627 11629 11426 0 -1 4202560 6063 0 0 0 0 1 0 0 15 0 22 0 530255103 16067608576 281036 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 2 0 0 0
[pid=11629/tid=11637] ppid=11627 vsize=15691024 CPUtime=0.01 cores=0,2,4,6
/proc/11629/task/11637/stat : 11637 (java) S 11627 11629 11426 0 -1 4202560 6209 0 0 0 1 0 0 0 15 0 22 0 530255103 16067608576 281036 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 2 0 0 0
[pid=11629/tid=11638] ppid=11627 vsize=15691024 CPUtime=0.01 cores=0,2,4,6
/proc/11629/task/11638/stat : 11638 (java) S 11627 11629 11426 0 -1 4202560 5233 0 0 0 1 0 0 0 15 0 22 0 530255103 16067608576 281036 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11639] ppid=11627 vsize=15691024 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11639/stat : 11639 (java) S 11627 11629 11426 0 -1 4202560 4034 0 0 0 0 0 0 0 15 0 22 0 530255103 16067608576 281036 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0

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

[pid=11629/tid=11649] ppid=11627 vsize=15691024 CPUtime=1048.89 cores=0,2,4,6
/proc/11629/task/11649/stat : 11649 (java) R 11627 11629 11426 0 -1 4202560 388880 0 0 0 104837 52 0 0 25 0 22 0 530255143 16067608576 145471 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912506079996 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11629/tid=11650] ppid=11627 vsize=15691024 CPUtime=1047.25 cores=0,2,4,6
/proc/11629/task/11650/stat : 11650 (java) R 11627 11629 11426 0 -1 4202560 379296 0 0 0 104671 54 0 0 25 0 22 0 530255143 16067608576 145471 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912505788997 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11629/tid=11651] ppid=11627 vsize=15691024 CPUtime=1048.29 cores=0,2,4,6
/proc/11629/task/11651/stat : 11651 (java) R 11627 11629 11426 0 -1 4202560 384507 0 0 0 104776 53 0 0 25 0 22 0 530255143 16067608576 145471 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912506315762 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4225.1
Current children cumulated vsize (KiB) 15691024

[startup+1122.3 s]
/proc/loadavg: 8.48 7.14 6.77 9/220 11684
/proc/meminfo: memFree=20232320/32951124 swapFree=67110188/67111528
[pid=11629] ppid=11627 vsize=15691024 CPUtime=4463.79 cores=0,2,4,6
/proc/11629/stat : 11629 (java) S 11627 11629 11426 0 -1 4202496 2877218 0 1 0 445832 547 0 0 25 0 22 0 530255102 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11629/statm: 3922756 121360 2298 9 0 3913475 0
[pid=11629/tid=11630] ppid=11627 vsize=15691024 CPUtime=0.97 cores=0,2,4,6
/proc/11629/task/11630/stat : 11630 (java) S 11627 11629 11426 0 -1 4202560 25075 0 1 0 94 3 0 0 21 0 22 0 530255103 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11632] ppid=11627 vsize=15691024 CPUtime=3.51 cores=0,2,4,6
/proc/11629/task/11632/stat : 11632 (java) S 11627 11629 11426 0 -1 4202560 148614 0 0 0 323 28 0 0 16 0 22 0 530255103 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11633] ppid=11627 vsize=15691024 CPUtime=3.57 cores=0,2,4,6
/proc/11629/task/11633/stat : 11633 (java) S 11627 11629 11426 0 -1 4202560 151334 0 0 0 328 29 0 0 15 0 22 0 530255103 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11634] ppid=11627 vsize=15691024 CPUtime=3.54 cores=0,2,4,6
/proc/11629/task/11634/stat : 11634 (java) S 11627 11629 11426 0 -1 4202560 151096 0 0 0 328 26 0 0 16 0 22 0 530255103 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11635] ppid=11627 vsize=15691024 CPUtime=3.52 cores=0,2,4,6
/proc/11629/task/11635/stat : 11635 (java) S 11627 11629 11426 0 -1 4202560 154680 0 0 0 321 31 0 0 15 0 22 0 530255103 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11636] ppid=11627 vsize=15691024 CPUtime=3.53 cores=0,2,4,6
/proc/11629/task/11636/stat : 11636 (java) S 11627 11629 11426 0 -1 4202560 149454 0 0 0 324 29 0 0 16 0 22 0 530255103 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 2 0 0 0
[pid=11629/tid=11637] ppid=11627 vsize=15691024 CPUtime=3.57 cores=0,2,4,6
/proc/11629/task/11637/stat : 11637 (java) S 11627 11629 11426 0 -1 4202560 151122 0 0 0 327 30 0 0 15 0 22 0 530255103 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11638] ppid=11627 vsize=15691024 CPUtime=3.58 cores=0,2,4,6
/proc/11629/task/11638/stat : 11638 (java) S 11627 11629 11426 0 -1 4202560 150332 0 0 0 329 29 0 0 15 0 22 0 530255103 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11639] ppid=11627 vsize=15691024 CPUtime=3.51 cores=0,2,4,6
/proc/11629/task/11639/stat : 11639 (java) S 11627 11629 11426 0 -1 4202560 151039 0 0 0 321 30 0 0 15 0 22 0 530255103 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11640] ppid=11627 vsize=15691024 CPUtime=2.03 cores=0,2,4,6
/proc/11629/task/11640/stat : 11640 (java) S 11627 11629 11426 0 -1 4202560 7323 0 0 0 127 76 0 0 15 0 22 0 530255104 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933593600 0 0 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11641] ppid=11627 vsize=15691024 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11641/stat : 11641 (java) S 11627 11629 11426 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530255105 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11642] ppid=11627 vsize=15691024 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11642/stat : 11642 (java) S 11627 11629 11426 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530255105 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11643] ppid=11627 vsize=15691024 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11643/stat : 11643 (java) S 11627 11629 11426 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530255107 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933600689 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11644] ppid=11627 vsize=15691024 CPUtime=0.94 cores=0,2,4,6
/proc/11629/task/11644/stat : 11644 (java) S 11627 11629 11426 0 -1 4202560 4133 0 0 0 94 0 0 0 15 0 22 0 530255107 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11645] ppid=11627 vsize=15691024 CPUtime=1.07 cores=0,2,4,6
/proc/11629/task/11645/stat : 11645 (java) S 11627 11629 11426 0 -1 4202560 12299 0 0 0 105 2 0 0 15 0 22 0 530255107 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11646] ppid=11627 vsize=15691024 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11646/stat : 11646 (java) S 11627 11629 11426 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530255107 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11647] ppid=11627 vsize=15691024 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11647/stat : 11647 (java) S 11627 11629 11426 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 530255107 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933593600 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11648] ppid=11627 vsize=15691024 CPUtime=1108.03 cores=0,2,4,6
/proc/11629/task/11648/stat : 11648 (java) R 11627 11629 11426 0 -1 4202560 404484 0 0 0 110747 56 0 0 25 0 22 0 530255143 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912505999414 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11629/tid=11649] ppid=11627 vsize=15691024 CPUtime=1108.21 cores=0,2,4,6
/proc/11629/task/11649/stat : 11649 (java) R 11627 11629 11426 0 -1 4202560 409495 0 0 0 110766 55 0 0 25 0 22 0 530255143 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912505999407 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11629/tid=11650] ppid=11627 vsize=15691024 CPUtime=1106.59 cores=0,2,4,6
/proc/11629/task/11650/stat : 11650 (java) R 11627 11629 11426 0 -1 4202560 399610 0 0 0 110602 57 0 0 25 0 22 0 530255143 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912506065658 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11629/tid=11651] ppid=11627 vsize=15691024 CPUtime=1107.45 cores=0,2,4,6
/proc/11629/task/11651/stat : 11651 (java) R 11627 11629 11426 0 -1 4202560 405685 0 0 0 110689 56 0 0 25 0 22 0 530255143 16067608576 121360 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912506074845 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4463.79
Current children cumulated vsize (KiB) 15691024

[startup+1182.3 s]
/proc/loadavg: 8.07 7.27 6.83 9/220 11685
/proc/meminfo: memFree=19520756/32951124 swapFree=67110188/67111528
[pid=11629] ppid=11627 vsize=15691024 CPUtime=4702.56 cores=0,2,4,6
/proc/11629/stat : 11629 (java) S 11627 11629 11426 0 -1 4202496 3027635 0 1 0 469678 578 0 0 25 0 22 0 530255102 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11629/statm: 3922756 128901 2298 9 0 3913475 0
[pid=11629/tid=11630] ppid=11627 vsize=15691024 CPUtime=0.97 cores=0,2,4,6
/proc/11629/task/11630/stat : 11630 (java) S 11627 11629 11426 0 -1 4202560 25075 0 1 0 94 3 0 0 21 0 22 0 530255103 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11632] ppid=11627 vsize=15691024 CPUtime=3.72 cores=0,2,4,6
/proc/11629/task/11632/stat : 11632 (java) S 11627 11629 11426 0 -1 4202560 158256 0 0 0 341 31 0 0 15 0 22 0 530255103 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11633] ppid=11627 vsize=15691024 CPUtime=3.75 cores=0,2,4,6
/proc/11629/task/11633/stat : 11633 (java) S 11627 11629 11426 0 -1 4202560 158221 0 0 0 344 31 0 0 16 0 22 0 530255103 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11634] ppid=11627 vsize=15691024 CPUtime=3.71 cores=0,2,4,6
/proc/11629/task/11634/stat : 11634 (java) S 11627 11629 11426 0 -1 4202560 158456 0 0 0 344 27 0 0 15 0 22 0 530255103 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11635] ppid=11627 vsize=15691024 CPUtime=3.71 cores=0,2,4,6
/proc/11629/task/11635/stat : 11635 (java) S 11627 11629 11426 0 -1 4202560 162706 0 0 0 338 33 0 0 15 0 22 0 530255103 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11636] ppid=11627 vsize=15691024 CPUtime=3.71 cores=0,2,4,6
/proc/11629/task/11636/stat : 11636 (java) S 11627 11629 11426 0 -1 4202560 157174 0 0 0 341 30 0 0 16 0 22 0 530255103 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11637] ppid=11627 vsize=15691024 CPUtime=3.76 cores=0,2,4,6
/proc/11629/task/11637/stat : 11637 (java) S 11627 11629 11426 0 -1 4202560 158569 0 0 0 345 31 0 0 15 0 22 0 530255103 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 2 0 0 0
[pid=11629/tid=11638] ppid=11627 vsize=15691024 CPUtime=3.77 cores=0,2,4,6
/proc/11629/task/11638/stat : 11638 (java) S 11627 11629 11426 0 -1 4202560 159985 0 0 0 346 31 0 0 16 0 22 0 530255103 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11639] ppid=11627 vsize=15691024 CPUtime=3.73 cores=0,2,4,6
/proc/11629/task/11639/stat : 11639 (java) S 11627 11629 11426 0 -1 4202560 161073 0 0 0 340 33 0 0 16 0 22 0 530255103 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11640] ppid=11627 vsize=15691024 CPUtime=2.15 cores=0,2,4,6
/proc/11629/task/11640/stat : 11640 (java) S 11627 11629 11426 0 -1 4202560 7739 0 0 0 134 81 0 0 15 0 22 0 530255104 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933593600 0 0 0 16800975 18446604444182883072 0 0 -1 2 0 0 0
[pid=11629/tid=11641] ppid=11627 vsize=15691024 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11641/stat : 11641 (java) S 11627 11629 11426 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530255105 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11642] ppid=11627 vsize=15691024 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11642/stat : 11642 (java) S 11627 11629 11426 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530255105 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11643] ppid=11627 vsize=15691024 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11643/stat : 11643 (java) S 11627 11629 11426 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530255107 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933600689 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11644] ppid=11627 vsize=15691024 CPUtime=0.94 cores=0,2,4,6
/proc/11629/task/11644/stat : 11644 (java) S 11627 11629 11426 0 -1 4202560 4133 0 0 0 94 0 0 0 15 0 22 0 530255107 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11645] ppid=11627 vsize=15691024 CPUtime=1.07 cores=0,2,4,6
/proc/11629/task/11645/stat : 11645 (java) S 11627 11629 11426 0 -1 4202560 12299 0 0 0 105 2 0 0 15 0 22 0 530255107 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11646] ppid=11627 vsize=15691024 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11646/stat : 11646 (java) S 11627 11629 11426 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530255107 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11647] ppid=11627 vsize=15691024 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11647/stat : 11647 (java) S 11627 11629 11426 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 530255107 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933593600 0 4 0 16800975 18446604444182883072 0 0 -1 2 0 0 0
[pid=11629/tid=11648] ppid=11627 vsize=15691024 CPUtime=1167.21 cores=0,2,4,6
/proc/11629/task/11648/stat : 11648 (java) R 11627 11629 11426 0 -1 4202560 425117 0 0 0 116663 58 0 0 25 0 22 0 530255143 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912506001710 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11629/tid=11649] ppid=11627 vsize=15691024 CPUtime=1167.52 cores=0,2,4,6
/proc/11629/task/11649/stat : 11649 (java) R 11627 11629 11426 0 -1 4202560 429949 0 0 0 116694 58 0 0 25 0 22 0 530255143 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912505873285 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11629/tid=11650] ppid=11627 vsize=15691024 CPUtime=1165.91 cores=0,2,4,6
/proc/11629/task/11650/stat : 11650 (java) R 11627 11629 11426 0 -1 4202560 421365 0 0 0 116530 61 0 0 25 0 22 0 530255143 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912506050028 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11629/tid=11651] ppid=11627 vsize=15691024 CPUtime=1166.74 cores=0,2,4,6
/proc/11629/task/11651/stat : 11651 (java) R 11627 11629 11426 0 -1 4202560 426071 0 0 0 116615 59 0 0 25 0 22 0 530255143 16067608576 128901 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912505975233 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4702.56
Current children cumulated vsize (KiB) 15691024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.8 s]
/proc/loadavg: 8.04 7.32 6.86 9/220 11686
/proc/meminfo: memFree=19392652/32951124 swapFree=67110188/67111528
[pid=11629] ppid=11627 vsize=15691024 CPUtime=4800.09 cores=0,2,4,6
/proc/11629/stat : 11629 (java) S 11627 11629 11426 0 -1 4202496 3094686 0 1 0 479420 589 0 0 25 0 22 0 530255102 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11629/statm: 3922756 135585 2298 9 0 3913475 0
[pid=11629/tid=11630] ppid=11627 vsize=15691024 CPUtime=0.97 cores=0,2,4,6
/proc/11629/task/11630/stat : 11630 (java) S 11627 11629 11426 0 -1 4202560 25075 0 1 0 94 3 0 0 21 0 22 0 530255103 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11632] ppid=11627 vsize=15691024 CPUtime=3.8 cores=0,2,4,6
/proc/11629/task/11632/stat : 11632 (java) S 11627 11629 11426 0 -1 4202560 163662 0 0 0 349 31 0 0 16 0 22 0 530255103 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11633] ppid=11627 vsize=15691024 CPUtime=3.81 cores=0,2,4,6
/proc/11629/task/11633/stat : 11633 (java) S 11627 11629 11426 0 -1 4202560 162142 0 0 0 350 31 0 0 16 0 22 0 530255103 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 2 0 0 0
[pid=11629/tid=11634] ppid=11627 vsize=15691024 CPUtime=3.8 cores=0,2,4,6
/proc/11629/task/11634/stat : 11634 (java) S 11627 11629 11426 0 -1 4202560 162888 0 0 0 352 28 0 0 15 0 22 0 530255103 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11635] ppid=11627 vsize=15691024 CPUtime=3.81 cores=0,2,4,6
/proc/11629/task/11635/stat : 11635 (java) S 11627 11629 11426 0 -1 4202560 166562 0 0 0 347 34 0 0 15 0 22 0 530255103 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11636] ppid=11627 vsize=15691024 CPUtime=3.8 cores=0,2,4,6
/proc/11629/task/11636/stat : 11636 (java) S 11627 11629 11426 0 -1 4202560 161649 0 0 0 349 31 0 0 15 0 22 0 530255103 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11637] ppid=11627 vsize=15691024 CPUtime=3.83 cores=0,2,4,6
/proc/11629/task/11637/stat : 11637 (java) S 11627 11629 11426 0 -1 4202560 160870 0 0 0 351 32 0 0 16 0 22 0 530255103 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11638] ppid=11627 vsize=15691024 CPUtime=3.86 cores=0,2,4,6
/proc/11629/task/11638/stat : 11638 (java) S 11627 11629 11426 0 -1 4202560 164950 0 0 0 354 32 0 0 16 0 22 0 530255103 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11639] ppid=11627 vsize=15691024 CPUtime=3.81 cores=0,2,4,6
/proc/11629/task/11639/stat : 11639 (java) S 11627 11629 11426 0 -1 4202560 164783 0 0 0 348 33 0 0 15 0 22 0 530255103 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 2 0 0 0
[pid=11629/tid=11640] ppid=11627 vsize=15691024 CPUtime=2.21 cores=0,2,4,6
/proc/11629/task/11640/stat : 11640 (java) S 11627 11629 11426 0 -1 4202560 7929 0 0 0 138 83 0 0 15 0 22 0 530255104 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933593600 0 0 0 16800975 18446604444182883072 0 0 -1 2 0 0 0
[pid=11629/tid=11641] ppid=11627 vsize=15691024 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11641/stat : 11641 (java) S 11627 11629 11426 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530255105 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11642] ppid=11627 vsize=15691024 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11642/stat : 11642 (java) S 11627 11629 11426 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530255105 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 4 0 0 0
[pid=11629/tid=11643] ppid=11627 vsize=15691024 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11643/stat : 11643 (java) S 11627 11629 11426 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530255107 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933600689 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11644] ppid=11627 vsize=15691024 CPUtime=0.94 cores=0,2,4,6
/proc/11629/task/11644/stat : 11644 (java) S 11627 11629 11426 0 -1 4202560 4133 0 0 0 94 0 0 0 15 0 22 0 530255107 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11645] ppid=11627 vsize=15691024 CPUtime=1.07 cores=0,2,4,6
/proc/11629/task/11645/stat : 11645 (java) S 11627 11629 11426 0 -1 4202560 12299 0 0 0 105 2 0 0 15 0 22 0 530255107 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11646] ppid=11627 vsize=15691024 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11646/stat : 11646 (java) S 11627 11629 11426 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530255107 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933592985 0 4 0 16800975 18446604444182883072 0 0 -1 6 0 0 0
[pid=11629/tid=11647] ppid=11627 vsize=15691024 CPUtime=0 cores=0,2,4,6
/proc/11629/task/11647/stat : 11647 (java) S 11627 11629 11426 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 530255107 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 222933593600 0 4 0 16800975 18446604444182883072 0 0 -1 0 0 0 0
[pid=11629/tid=11648] ppid=11627 vsize=15691024 CPUtime=1191.41 cores=0,2,4,6
/proc/11629/task/11648/stat : 11648 (java) R 11627 11629 11426 0 -1 4202560 433297 0 0 0 119083 58 0 0 25 0 22 0 530255143 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912506013525 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11629/tid=11649] ppid=11627 vsize=15691024 CPUtime=1191.7 cores=0,2,4,6
/proc/11629/task/11649/stat : 11649 (java) R 11627 11629 11426 0 -1 4202560 439128 0 0 0 119112 58 0 0 25 0 22 0 530255143 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912505860074 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11629/tid=11650] ppid=11627 vsize=15691024 CPUtime=1190.15 cores=0,2,4,6
/proc/11629/task/11650/stat : 11650 (java) R 11627 11629 11426 0 -1 4202560 429504 0 0 0 118953 62 0 0 25 0 22 0 530255143 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912506067119 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11629/tid=11651] ppid=11627 vsize=15691024 CPUtime=1190.92 cores=0,2,4,6
/proc/11629/task/11651/stat : 11651 (java) R 11627 11629 11426 0 -1 4202560 434366 0 0 0 119033 59 0 0 25 0 22 0 530255143 16067608576 135585 33554432000 1073741824 1073778376 140735165316240 18446744073709551615 46912505860053 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 15691024

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

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

Child status: 143
Real time (s): 1206.84
CPU time (s): 4800.15
CPU user time (s): 4794.23
CPU system time (s): 5.9191
CPU usage (%): 397.745
Max. virtual memory (cumulated for all children) (KiB): 15692364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.23
system time used= 5.9191
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3094712
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 172025
involuntary context switches= 104913

runsolver used 2.10468 second user time and 4.53631 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-30 20:02:24
IDJOB=3313019
IDBENCH=84551
IDSOLVER=1699
FILE ID=node109/3313019-1304186543
RUNJOBID= node109-1304185316-11444
PBS_JOBID= 13172478
Free space on /tmp= 73000 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT04/handmade/kexu/frb-0.6/frb75-13-2.used-as.sat04-878.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313019-1304186543/watcher-3313019-1304186543 -o /tmp/evaluation-result-3313019-1304186543/solver-3313019-1304186543 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313019-1304186543.cnf

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

MD5SUM BENCH= 00e6f1cbbaaa8f43dc6451d49bfa1cef
RANDOM SEED=703098402

node109.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29833764 kB
Buffers:        803012 kB
Cached:        1180240 kB
SwapCached:        712 kB
Active:         880460 kB
Inactive:      1846736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29833764 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:           31776 kB
Writeback:           0 kB
AnonPages:      742884 kB
Mapped:          23312 kB
Slab:           325456 kB
PageTables:       6056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1485468 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= 72996 MiB
End job on node109 at 2011-04-30 20:22:32