Trace number 3311679

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 (hbr=2)? (TO) 4800.08 1206.53

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v800-c3408-S846876765-035.SATISFIABLE.cnf
MD5SUM0d5f032713ed63748b72ef45ba69a269
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05599
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses3408
Sum of the clauses size10224
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33408
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	58:11 INFO : Reading from input HOME/instance-3311679-1304179090.cnf
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.82/0.41	58:11 INFO : 797 variables remaining out of 800
0.82/0.41	58:11 INFO : 13568 literals remaining out of 13632

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

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

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


[startup+0 s]
/proc/loadavg: 8.01 8.06 8.03 5/198 12429
/proc/meminfo: memFree=29884404/32951124 swapFree=67105204/67111528
[pid=12429] ppid=12427 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/12429/stat : 12429 (java) S 12427 12429 12050 0 -1 4202496 1414 0 0 0 0 0 0 0 25 0 2 0 510324961 26714112 885 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828039141 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12429/statm: 6522 885 678 9 0 381 0
[pid=12429/tid=12430] ppid=12427 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12430/stat : 12430 (java) R 12427 12429 12050 0 -1 4202560 63 0 0 0 0 0 0 0 25 0 2 0 510324962 27824128 891 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220811273984 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.0949959 s]
/proc/loadavg: 8.01 8.06 8.03 5/198 12429
/proc/meminfo: memFree=29884404/32951124 swapFree=67105204/67111528
[pid=12429] ppid=12427 vsize=15676208 CPUtime=0.09 cores=1,3,5,7
/proc/12429/stat : 12429 (java) S 12427 12429 12050 0 -1 4202496 5508 0 1 0 8 1 0 0 25 0 18 0 510324961 16052436992 4947 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12429/statm: 3919052 4947 2117 9 0 3909771 0
[pid=12429/tid=12430] ppid=12427 vsize=15676208 CPUtime=0.08 cores=1,3,5,7
/proc/12429/task/12430/stat : 12430 (java) R 12427 12429 12050 0 -1 4202560 3381 0 1 0 7 1 0 0 18 0 18 0 510324962 16052436992 4948 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220816232293 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676208

[startup+0.100996 s]
/proc/loadavg: 8.01 8.06 8.03 5/198 12429
/proc/meminfo: memFree=29884404/32951124 swapFree=67105204/67111528
[pid=12429] ppid=12427 vsize=15676208 CPUtime=0.1 cores=1,3,5,7
/proc/12429/stat : 12429 (java) S 12427 12429 12050 0 -1 4202496 5576 0 1 0 9 1 0 0 25 0 18 0 510324961 16052436992 5015 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12429/statm: 3919052 5015 2118 9 0 3909771 0
[pid=12429/tid=12430] ppid=12427 vsize=15676208 CPUtime=0.08 cores=1,3,5,7
/proc/12429/task/12430/stat : 12430 (java) R 12427 12429 12050 0 -1 4202560 3448 0 1 0 7 1 0 0 18 0 18 0 510324962 16052436992 5015 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828063179 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676208

[startup+0.300923 s]
/proc/loadavg: 8.01 8.06 8.03 5/198 12429
/proc/meminfo: memFree=29884404/32951124 swapFree=67105204/67111528
[pid=12429] ppid=12427 vsize=15685168 CPUtime=0.52 cores=1,3,5,7
/proc/12429/stat : 12429 (java) S 12427 12429 12050 0 -1 4202496 12101 0 1 0 50 2 0 0 25 0 22 0 510324961 16061612032 10205 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12429/statm: 3921292 10205 2219 9 0 3912011 0
[pid=12429/tid=12430] ppid=12427 vsize=15685168 CPUtime=0.28 cores=1,3,5,7
/proc/12429/task/12430/stat : 12430 (java) R 12427 12429 12050 0 -1 4202560 6857 0 1 0 27 1 0 0 19 0 22 0 510324962 16061612032 10205 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 46912505215728 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15685168

[startup+0.700851 s]
/proc/loadavg: 8.01 8.06 8.03 5/198 12429
/proc/meminfo: memFree=29884404/32951124 swapFree=67105204/67111528
[pid=12429] ppid=12427 vsize=15702036 CPUtime=1.81 cores=1,3,5,7
/proc/12429/stat : 12429 (java) S 12427 12429 12050 0 -1 4202496 31558 0 1 0 176 5 0 0 25 0 22 0 510324961 16078884864 26265 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12429/statm: 3925509 26265 2257 9 0 3916228 0
[pid=12429/tid=12430] ppid=12427 vsize=15702036 CPUtime=0.39 cores=1,3,5,7
/proc/12429/task/12430/stat : 12430 (java) S 12427 12429 12050 0 -1 4202560 7304 0 1 0 38 1 0 0 20 0 22 0 510324962 16078884864 26267 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 15702036

[startup+1.5007 s]
/proc/loadavg: 8.01 8.06 8.03 13/220 12451
/proc/meminfo: memFree=29689792/32951124 swapFree=67105204/67111528
[pid=12429] ppid=12427 vsize=15702036 CPUtime=4.99 cores=1,3,5,7
/proc/12429/stat : 12429 (java) S 12427 12429 12050 0 -1 4202496 55242 0 1 0 491 8 0 0 25 0 22 0 510324961 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12429/statm: 3925509 49943 2269 9 0 3916228 0
[pid=12429/tid=12430] ppid=12427 vsize=15702036 CPUtime=0.39 cores=1,3,5,7
/proc/12429/task/12430/stat : 12430 (java) S 12427 12429 12050 0 -1 4202560 7304 0 1 0 38 1 0 0 20 0 22 0 510324962 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12432] ppid=12427 vsize=15702036 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12432/stat : 12432 (java) S 12427 12429 12050 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 510324962 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12433] ppid=12427 vsize=15702036 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12433/stat : 12433 (java) S 12427 12429 12050 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 510324962 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12434] ppid=12427 vsize=15702036 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12434/stat : 12434 (java) S 12427 12429 12050 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 510324962 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12435] ppid=12427 vsize=15702036 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12435/stat : 12435 (java) S 12427 12429 12050 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 510324962 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12436] ppid=12427 vsize=15702036 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12436/stat : 12436 (java) S 12427 12429 12050 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 510324962 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12437] ppid=12427 vsize=15702036 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12437/stat : 12437 (java) R 12427 12429 12050 0 -1 4202560 1087 0 0 0 0 0 0 0 18 0 22 0 510324962 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12429/tid=12438] ppid=12427 vsize=15702036 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12438/stat : 12438 (java) S 12427 12429 12050 0 -1 4202560 1066 0 0 0 0 0 0 0 18 0 22 0 510324962 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12439] ppid=12427 vsize=15702036 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12439/stat : 12439 (java) S 12427 12429 12050 0 -1 4202560 323 0 0 0 0 0 0 0 18 0 22 0 510324962 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12440] ppid=12427 vsize=15702036 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12440/stat : 12440 (java) S 12427 12429 12050 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 22 0 510324963 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052992 0 0 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12441] ppid=12427 vsize=15702036 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12441/stat : 12441 (java) S 12427 12429 12050 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510324963 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12442] ppid=12427 vsize=15702036 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12442/stat : 12442 (java) S 12427 12429 12050 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510324963 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12443] ppid=12427 vsize=15702036 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12443/stat : 12443 (java) S 12427 12429 12050 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510324966 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828060081 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12444] ppid=12427 vsize=15702036 CPUtime=0.49 cores=1,3,5,7
/proc/12429/task/12444/stat : 12444 (java) R 12427 12429 12050 0 -1 4202560 11790 0 0 0 48 1 0 0 18 0 22 0 510324966 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 47103584758332 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12429/tid=12445] ppid=12427 vsize=15702036 CPUtime=0.51 cores=1,3,5,7
/proc/12429/task/12445/stat : 12445 (java) R 12427 12429 12050 0 -1 4202560 4552 0 0 0 51 0 0 0 25 0 22 0 510324966 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 47103588389887 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12429/tid=12446] ppid=12427 vsize=15702036 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12446/stat : 12446 (java) S 12427 12429 12050 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510324966 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12447] ppid=12427 vsize=15702036 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12447/stat : 12447 (java) S 12427 12429 12050 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510324966 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052992 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12448] ppid=12427 vsize=15702036 CPUtime=1.06 cores=1,3,5,7
/proc/12429/task/12448/stat : 12448 (java) R 12427 12429 12050 0 -1 4202560 8370 0 0 0 106 0 0 0 20 0 22 0 510324988 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 46912505721295 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12429/tid=12449] ppid=12427 vsize=15702036 CPUtime=0.75 cores=1,3,5,7
/proc/12429/task/12449/stat : 12449 (java) R 12427 12429 12050 0 -1 4202560 5450 0 0 0 74 1 0 0 16 0 22 0 510324988 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 46912505228718 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12429/tid=12450] ppid=12427 vsize=15702036 CPUtime=0.81 cores=1,3,5,7
/proc/12429/task/12450/stat : 12450 (java) R 12427 12429 12050 0 -1 4202560 6728 0 0 0 81 0 0 0 17 0 22 0 510324988 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 46912505216229 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12429/tid=12451] ppid=12427 vsize=15702036 CPUtime=0.88 cores=1,3,5,7
/proc/12429/task/12451/stat : 12451 (java) R 12427 12429 12050 0 -1 4202560 7169 0 0 0 88 0 0 0 18 0 22 0 510324988 16078884864 49943 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 15702036

[startup+3.10162 s]
/proc/loadavg: 8.01 8.06 8.03 11/220 12451
/proc/meminfo: memFree=29675804/32951124 swapFree=67105204/67111528
[pid=12429] ppid=12427 vsize=15699520 CPUtime=11.36 cores=1,3,5,7
/proc/12429/stat : 12429 (java) S 12427 12429 12050 0 -1 4202496 71935 0 1 0 1125 11 0 0 25 0 22 0 510324961 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12429/statm: 3924880 60209 2285 9 0 3915599 0
[pid=12429/tid=12430] ppid=12427 vsize=15699520 CPUtime=0.39 cores=1,3,5,7
/proc/12429/task/12430/stat : 12430 (java) S 12427 12429 12050 0 -1 4202560 7304 0 1 0 38 1 0 0 20 0 22 0 510324962 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12432] ppid=12427 vsize=15699520 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12432/stat : 12432 (java) S 12427 12429 12050 0 -1 4202560 3162 0 0 0 0 0 0 0 15 0 22 0 510324962 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12433] ppid=12427 vsize=15699520 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12433/stat : 12433 (java) R 12427 12429 12050 0 -1 4202560 817 0 0 0 0 0 0 0 15 0 22 0 510324962 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220816189751 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12429/tid=12434] ppid=12427 vsize=15699520 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12434/stat : 12434 (java) R 12427 12429 12050 0 -1 4202560 1725 0 0 0 0 0 0 0 15 0 22 0 510324962 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12429/tid=12435] ppid=12427 vsize=15699520 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12435/stat : 12435 (java) R 12427 12429 12050 0 -1 4202560 1152 0 0 0 0 0 0 0 15 0 22 0 510324962 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220816189751 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12429/tid=12436] ppid=12427 vsize=15699520 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12436/stat : 12436 (java) R 12427 12429 12050 0 -1 4202560 966 0 0 0 0 0 0 0 15 0 22 0 510324962 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220816189751 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12429/tid=12437] ppid=12427 vsize=15699520 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12437/stat : 12437 (java) R 12427 12429 12050 0 -1 4202560 2336 0 0 0 0 0 0 0 15 0 22 0 510324962 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220816189751 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12429/tid=12438] ppid=12427 vsize=15699520 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12438/stat : 12438 (java) R 12427 12429 12050 0 -1 4202560 1068 0 0 0 0 0 0 0 15 0 22 0 510324962 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220816189751 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12429/tid=12439] ppid=12427 vsize=15699520 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12439/stat : 12439 (java) R 12427 12429 12050 0 -1 4202560 1337 0 0 0 0 0 0 0 15 0 22 0 510324962 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220816189751 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12429/tid=12440] ppid=12427 vsize=15699520 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12440/stat : 12440 (java) S 12427 12429 12050 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 510324963 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 0 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12441] ppid=12427 vsize=15699520 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12441/stat : 12441 (java) S 12427 12429 12050 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510324963 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12442] ppid=12427 vsize=15699520 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12442/stat : 12442 (java) S 12427 12429 12050 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510324963 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12443] ppid=12427 vsize=15699520 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12443/stat : 12443 (java) S 12427 12429 12050 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510324966 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828060081 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12444] ppid=12427 vsize=15699520 CPUtime=1.19 cores=1,3,5,7
/proc/12429/task/12444/stat : 12444 (java) S 12427 12429 12050 0 -1 4202560 15007 0 0 0 117 2 0 0 19 0 22 0 510324966 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12445] ppid=12427 vsize=15699520 CPUtime=0.85 cores=1,3,5,7
/proc/12429/task/12445/stat : 12445 (java) S 12427 12429 12050 0 -1 4202560 7144 0 0 0 84 1 0 0 24 0 22 0 510324966 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12446] ppid=12427 vsize=15699520 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12446/stat : 12446 (java) S 12427 12429 12050 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510324966 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12447] ppid=12427 vsize=15699520 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12447/stat : 12447 (java) S 12427 12429 12050 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510324966 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052992 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12448] ppid=12427 vsize=15699520 CPUtime=2.29 cores=1,3,5,7
/proc/12429/task/12448/stat : 12448 (java) S 12427 12429 12050 0 -1 4202560 8516 0 0 0 229 0 0 0 22 0 22 0 510324988 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 3 0 0 0
[pid=12429/tid=12449] ppid=12427 vsize=15699520 CPUtime=2.32 cores=1,3,5,7
/proc/12429/task/12449/stat : 12449 (java) S 12427 12429 12050 0 -1 4202560 5817 0 0 0 231 1 0 0 18 0 22 0 510324988 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12450] ppid=12427 vsize=15699520 CPUtime=1.93 cores=1,3,5,7
/proc/12429/task/12450/stat : 12450 (java) S 12427 12429 12050 0 -1 4202560 6952 0 0 0 193 0 0 0 19 0 22 0 510324988 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12451] ppid=12427 vsize=15699520 CPUtime=2.24 cores=1,3,5,7
/proc/12429/task/12451/stat : 12451 (java) S 12427 12429 12050 0 -1 4202560 7171 0 0 0 224 0 0 0 21 0 22 0 510324988 16076308480 60209 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 15699520

[startup+6.30082 s]
/proc/loadavg: 8.01 8.06 8.03 9/220 12451
/proc/meminfo: memFree=29288416/32951124 swapFree=67105204/67111528
[pid=12429] ppid=12427 vsize=15700068 CPUtime=24.12 cores=1,3,5,7
/proc/12429/stat : 12429 (java) S 12427 12429 12050 0 -1 4202496 237213 0 1 0 2384 28 0 0 25 0 22 0 510324961 16076869632 223324 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12429/statm: 3925017 223324 2286 9 0 3915736 0
[pid=12429/tid=12430] ppid=12427 vsize=15700068 CPUtime=0.39 cores=1,3,5,7
/proc/12429/task/12430/stat : 12430 (java) S 12427 12429 12050 0 -1 4202560 7304 0 1 0 38 1 0 0 20 0 22 0 510324962 16076869632 223324 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12432] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12432/stat : 12432 (java) S 12427 12429 12050 0 -1 4202560 4266 0 0 0 0 0 0 0 15 0 22 0 510324962 16076869632 223324 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 3 0 0 0
[pid=12429/tid=12433] ppid=12427 vsize=15700068 CPUtime=0.01 cores=1,3,5,7
/proc/12429/task/12433/stat : 12433 (java) S 12427 12429 12050 0 -1 4202560 1874 0 0 0 1 0 0 0 15 0 22 0 510324962 16076869632 223324 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12434] ppid=12427 vsize=15700068 CPUtime=0.01 cores=1,3,5,7
/proc/12429/task/12434/stat : 12434 (java) S 12427 12429 12050 0 -1 4202560 2283 0 0 0 1 0 0 0 15 0 22 0 510324962 16076869632 223324 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12435] ppid=12427 vsize=15700068 CPUtime=0.01 cores=1,3,5,7
/proc/12429/task/12435/stat : 12435 (java) S 12427 12429 12050 0 -1 4202560 2280 0 0 0 1 0 0 0 15 0 22 0 510324962 16076869632 223324 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12436] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12436/stat : 12436 (java) S 12427 12429 12050 0 -1 4202560 1562 0 0 0 0 0 0 0 15 0 22 0 510324962 16076869632 223324 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12437] ppid=12427 vsize=15700068 CPUtime=0.01 cores=1,3,5,7
/proc/12429/task/12437/stat : 12437 (java) S 12427 12429 12050 0 -1 4202560 4830 0 0 0 1 0 0 0 15 0 22 0 510324962 16076869632 223324 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 3 0 0 0
[pid=12429/tid=12438] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12438/stat : 12438 (java) S 12427 12429 12050 0 -1 4202560 1304 0 0 0 0 0 0 0 16 0 22 0 510324962 16076869632 223324 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12439] ppid=12427 vsize=15700068 CPUtime=0.01 cores=1,3,5,7
/proc/12429/task/12439/stat : 12439 (java) S 12427 12429 12050 0 -1 4202560 2628 0 0 0 1 0 0 0 15 0 22 0 510324962 16076869632 223324 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0

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

[pid=12429/tid=12449] ppid=12427 vsize=15700068 CPUtime=1049.13 cores=1,3,5,7
/proc/12429/task/12449/stat : 12449 (java) R 12427 12429 12050 0 -1 4202560 381442 0 0 0 104864 49 0 0 25 0 22 0 510324988 16076869632 106894 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 46912505833565 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12429/tid=12450] ppid=12427 vsize=15700068 CPUtime=1048.59 cores=1,3,5,7
/proc/12429/task/12450/stat : 12450 (java) R 12427 12429 12050 0 -1 4202560 375112 0 0 0 104807 52 0 0 25 0 22 0 510324988 16076869632 106894 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12429/tid=12451] ppid=12427 vsize=15700068 CPUtime=1048.36 cores=1,3,5,7
/proc/12429/task/12451/stat : 12451 (java) R 12427 12429 12050 0 -1 4202560 380538 0 0 0 104786 50 0 0 25 0 22 0 510324988 16076869632 106894 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 46912505844824 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4226.25
Current children cumulated vsize (KiB) 15700068

[startup+1122.3 s]
/proc/loadavg: 8.14 8.12 8.08 9/220 12490
/proc/meminfo: memFree=29729128/32951124 swapFree=67105204/67111528
[pid=12429] ppid=12427 vsize=15700068 CPUtime=4465 cores=1,3,5,7
/proc/12429/stat : 12429 (java) S 12427 12429 12050 0 -1 4202496 2874747 0 1 0 445995 505 0 0 25 0 22 0 510324961 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12429/statm: 3925017 108309 2297 9 0 3915736 0
[pid=12429/tid=12430] ppid=12427 vsize=15700068 CPUtime=0.39 cores=1,3,5,7
/proc/12429/task/12430/stat : 12430 (java) S 12427 12429 12050 0 -1 4202560 7304 0 1 0 38 1 0 0 20 0 22 0 510324962 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12432] ppid=12427 vsize=15700068 CPUtime=3.41 cores=1,3,5,7
/proc/12429/task/12432/stat : 12432 (java) S 12427 12429 12050 0 -1 4202560 158072 0 0 0 315 26 0 0 16 0 22 0 510324962 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12433] ppid=12427 vsize=15700068 CPUtime=3.5 cores=1,3,5,7
/proc/12429/task/12433/stat : 12433 (java) S 12427 12429 12050 0 -1 4202560 156127 0 0 0 325 25 0 0 15 0 22 0 510324962 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12434] ppid=12427 vsize=15700068 CPUtime=3.45 cores=1,3,5,7
/proc/12429/task/12434/stat : 12434 (java) S 12427 12429 12050 0 -1 4202560 157842 0 0 0 317 28 0 0 16 0 22 0 510324962 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12435] ppid=12427 vsize=15700068 CPUtime=3.43 cores=1,3,5,7
/proc/12429/task/12435/stat : 12435 (java) S 12427 12429 12050 0 -1 4202560 152165 0 0 0 318 25 0 0 15 0 22 0 510324962 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12436] ppid=12427 vsize=15700068 CPUtime=3.5 cores=1,3,5,7
/proc/12429/task/12436/stat : 12436 (java) S 12427 12429 12050 0 -1 4202560 154968 0 0 0 325 25 0 0 15 0 22 0 510324962 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 3 0 0 0
[pid=12429/tid=12437] ppid=12427 vsize=15700068 CPUtime=3.52 cores=1,3,5,7
/proc/12429/task/12437/stat : 12437 (java) S 12427 12429 12050 0 -1 4202560 167062 0 0 0 325 27 0 0 16 0 22 0 510324962 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12438] ppid=12427 vsize=15700068 CPUtime=3.38 cores=1,3,5,7
/proc/12429/task/12438/stat : 12438 (java) S 12427 12429 12050 0 -1 4202560 145897 0 0 0 313 25 0 0 15 0 22 0 510324962 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12439] ppid=12427 vsize=15700068 CPUtime=3.51 cores=1,3,5,7
/proc/12429/task/12439/stat : 12439 (java) S 12427 12429 12050 0 -1 4202560 155625 0 0 0 323 28 0 0 16 0 22 0 510324962 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 3 0 0 0
[pid=12429/tid=12440] ppid=12427 vsize=15700068 CPUtime=1.94 cores=1,3,5,7
/proc/12429/task/12440/stat : 12440 (java) S 12427 12429 12050 0 -1 4202560 7472 0 0 0 122 72 0 0 15 0 22 0 510324963 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052992 0 0 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12441] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12441/stat : 12441 (java) S 12427 12429 12050 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510324963 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12442] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12442/stat : 12442 (java) S 12427 12429 12050 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510324963 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12443] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12443/stat : 12443 (java) S 12427 12429 12050 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510324966 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828060081 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12444] ppid=12427 vsize=15700068 CPUtime=1.36 cores=1,3,5,7
/proc/12429/task/12444/stat : 12444 (java) S 12427 12429 12050 0 -1 4202560 15029 0 0 0 134 2 0 0 15 0 22 0 510324966 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12445] ppid=12427 vsize=15700068 CPUtime=1.02 cores=1,3,5,7
/proc/12429/task/12445/stat : 12445 (java) S 12427 12429 12050 0 -1 4202560 7220 0 0 0 101 1 0 0 15 0 22 0 510324966 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12446] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12446/stat : 12446 (java) S 12427 12429 12050 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510324966 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12447] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12447/stat : 12447 (java) S 12427 12429 12050 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 510324966 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052992 0 4 0 16800975 18446604468219437504 0 0 -1 3 0 0 0
[pid=12429/tid=12448] ppid=12427 vsize=15700068 CPUtime=1108.56 cores=1,3,5,7
/proc/12429/task/12448/stat : 12448 (java) R 12427 12429 12050 0 -1 4202560 403032 0 0 0 110802 54 0 0 25 0 22 0 510324988 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 46912505777393 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12429/tid=12449] ppid=12427 vsize=15700068 CPUtime=1108.25 cores=1,3,5,7
/proc/12429/task/12449/stat : 12449 (java) R 12427 12429 12050 0 -1 4202560 397358 0 0 0 110773 52 0 0 22 0 22 0 510324988 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 46912505714357 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12429/tid=12450] ppid=12427 vsize=15700068 CPUtime=1107.95 cores=1,3,5,7
/proc/12429/task/12450/stat : 12450 (java) R 12427 12429 12050 0 -1 4202560 391164 0 0 0 110741 54 0 0 25 0 22 0 510324988 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 46912505844663 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12429/tid=12451] ppid=12427 vsize=15700068 CPUtime=1107.68 cores=1,3,5,7
/proc/12429/task/12451/stat : 12451 (java) R 12427 12429 12050 0 -1 4202560 396962 0 0 0 110716 52 0 0 25 0 22 0 510324988 16076869632 108309 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 46912505844908 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4465
Current children cumulated vsize (KiB) 15700068

[startup+1182.3 s]
/proc/loadavg: 8.16 8.13 8.09 9/220 12492
/proc/meminfo: memFree=29767768/32951124 swapFree=67105204/67111528
[pid=12429] ppid=12427 vsize=15700068 CPUtime=4703.68 cores=1,3,5,7
/proc/12429/stat : 12429 (java) S 12427 12429 12050 0 -1 4202496 3020727 0 1 0 469839 529 0 0 25 0 22 0 510324961 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12429/statm: 3925017 118788 2297 9 0 3915736 0
[pid=12429/tid=12430] ppid=12427 vsize=15700068 CPUtime=0.39 cores=1,3,5,7
/proc/12429/task/12430/stat : 12430 (java) S 12427 12429 12050 0 -1 4202560 7304 0 1 0 38 1 0 0 20 0 22 0 510324962 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12432] ppid=12427 vsize=15700068 CPUtime=3.61 cores=1,3,5,7
/proc/12429/task/12432/stat : 12432 (java) S 12427 12429 12050 0 -1 4202560 168358 0 0 0 333 28 0 0 15 0 22 0 510324962 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12433] ppid=12427 vsize=15700068 CPUtime=3.68 cores=1,3,5,7
/proc/12429/task/12433/stat : 12433 (java) S 12427 12429 12050 0 -1 4202560 164319 0 0 0 342 26 0 0 16 0 22 0 510324962 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12434] ppid=12427 vsize=15700068 CPUtime=3.63 cores=1,3,5,7
/proc/12429/task/12434/stat : 12434 (java) S 12427 12429 12050 0 -1 4202560 166479 0 0 0 334 29 0 0 15 0 22 0 510324962 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12435] ppid=12427 vsize=15700068 CPUtime=3.61 cores=1,3,5,7
/proc/12429/task/12435/stat : 12435 (java) S 12427 12429 12050 0 -1 4202560 160847 0 0 0 335 26 0 0 16 0 22 0 510324962 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 3 0 0 0
[pid=12429/tid=12436] ppid=12427 vsize=15700068 CPUtime=3.71 cores=1,3,5,7
/proc/12429/task/12436/stat : 12436 (java) S 12427 12429 12050 0 -1 4202560 165065 0 0 0 345 26 0 0 15 0 22 0 510324962 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12437] ppid=12427 vsize=15700068 CPUtime=3.71 cores=1,3,5,7
/proc/12429/task/12437/stat : 12437 (java) S 12427 12429 12050 0 -1 4202560 174332 0 0 0 343 28 0 0 16 0 22 0 510324962 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12438] ppid=12427 vsize=15700068 CPUtime=3.56 cores=1,3,5,7
/proc/12429/task/12438/stat : 12438 (java) S 12427 12429 12050 0 -1 4202560 154688 0 0 0 331 25 0 0 16 0 22 0 510324962 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 3 0 0 0
[pid=12429/tid=12439] ppid=12427 vsize=15700068 CPUtime=3.71 cores=1,3,5,7
/proc/12429/task/12439/stat : 12439 (java) S 12427 12429 12050 0 -1 4202560 165108 0 0 0 341 30 0 0 16 0 22 0 510324962 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12440] ppid=12427 vsize=15700068 CPUtime=2.06 cores=1,3,5,7
/proc/12429/task/12440/stat : 12440 (java) S 12427 12429 12050 0 -1 4202560 7937 0 0 0 131 75 0 0 15 0 22 0 510324963 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052992 0 0 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12441] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12441/stat : 12441 (java) S 12427 12429 12050 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510324963 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12442] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12442/stat : 12442 (java) S 12427 12429 12050 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510324963 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12443] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12443/stat : 12443 (java) S 12427 12429 12050 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510324966 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828060081 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12444] ppid=12427 vsize=15700068 CPUtime=1.36 cores=1,3,5,7
/proc/12429/task/12444/stat : 12444 (java) S 12427 12429 12050 0 -1 4202560 15029 0 0 0 134 2 0 0 15 0 22 0 510324966 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12445] ppid=12427 vsize=15700068 CPUtime=1.02 cores=1,3,5,7
/proc/12429/task/12445/stat : 12445 (java) S 12427 12429 12050 0 -1 4202560 7220 0 0 0 101 1 0 0 15 0 22 0 510324966 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12446] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12446/stat : 12446 (java) S 12427 12429 12050 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510324966 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12447] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12447/stat : 12447 (java) S 12427 12429 12050 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 510324966 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052992 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12448] ppid=12427 vsize=15700068 CPUtime=1167.9 cores=1,3,5,7
/proc/12429/task/12448/stat : 12448 (java) R 12427 12429 12050 0 -1 4202560 420914 0 0 0 116733 57 0 0 25 0 22 0 510324988 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 18446744073699065911 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12429/tid=12449] ppid=12427 vsize=15700068 CPUtime=1167.58 cores=1,3,5,7
/proc/12429/task/12449/stat : 12449 (java) R 12427 12429 12050 0 -1 4202560 415635 0 0 0 116702 56 0 0 25 0 22 0 510324988 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 47103587730283 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12429/tid=12450] ppid=12427 vsize=15700068 CPUtime=1167.01 cores=1,3,5,7
/proc/12429/task/12450/stat : 12450 (java) R 12427 12429 12050 0 -1 4202560 409912 0 0 0 116645 56 0 0 25 0 22 0 510324988 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 46912505755764 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12429/tid=12451] ppid=12427 vsize=15700068 CPUtime=1166.98 cores=1,3,5,7
/proc/12429/task/12451/stat : 12451 (java) R 12427 12429 12050 0 -1 4202560 416129 0 0 0 116643 55 0 0 25 0 22 0 510324988 16076869632 118788 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 46912505721363 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4703.68
Current children cumulated vsize (KiB) 15700068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.5 s]
/proc/loadavg: 7.84 8.06 8.07 5/194 12512
/proc/meminfo: memFree=30026580/32951124 swapFree=67105204/67111528
[pid=12429] ppid=12427 vsize=15700068 CPUtime=4800.03 cores=1,3,5,7
/proc/12429/stat : 12429 (java) S 12427 12429 12050 0 -1 4202496 3078403 0 1 0 479463 540 0 0 25 0 22 0 510324961 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/12429/statm: 3925017 110390 2297 9 0 3915736 0
[pid=12429/tid=12430] ppid=12427 vsize=15700068 CPUtime=0.39 cores=1,3,5,7
/proc/12429/task/12430/stat : 12430 (java) S 12427 12429 12050 0 -1 4202560 7304 0 1 0 38 1 0 0 20 0 22 0 510324962 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12432] ppid=12427 vsize=15700068 CPUtime=3.69 cores=1,3,5,7
/proc/12429/task/12432/stat : 12432 (java) S 12427 12429 12050 0 -1 4202560 172151 0 0 0 341 28 0 0 16 0 22 0 510324962 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12433] ppid=12427 vsize=15700068 CPUtime=3.78 cores=1,3,5,7
/proc/12429/task/12433/stat : 12433 (java) S 12427 12429 12050 0 -1 4202560 168213 0 0 0 351 27 0 0 15 0 22 0 510324962 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 3 0 0 0
[pid=12429/tid=12434] ppid=12427 vsize=15700068 CPUtime=3.68 cores=1,3,5,7
/proc/12429/task/12434/stat : 12434 (java) S 12427 12429 12050 0 -1 4202560 170267 0 0 0 338 30 0 0 15 0 22 0 510324962 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 3 0 0 0
[pid=12429/tid=12435] ppid=12427 vsize=15700068 CPUtime=3.67 cores=1,3,5,7
/proc/12429/task/12435/stat : 12435 (java) S 12427 12429 12050 0 -1 4202560 163793 0 0 0 340 27 0 0 15 0 22 0 510324962 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12436] ppid=12427 vsize=15700068 CPUtime=3.78 cores=1,3,5,7
/proc/12429/task/12436/stat : 12436 (java) S 12427 12429 12050 0 -1 4202560 168498 0 0 0 351 27 0 0 15 0 22 0 510324962 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12437] ppid=12427 vsize=15700068 CPUtime=3.78 cores=1,3,5,7
/proc/12429/task/12437/stat : 12437 (java) S 12427 12429 12050 0 -1 4202560 178329 0 0 0 349 29 0 0 16 0 22 0 510324962 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12438] ppid=12427 vsize=15700068 CPUtime=3.64 cores=1,3,5,7
/proc/12429/task/12438/stat : 12438 (java) S 12427 12429 12050 0 -1 4202560 160284 0 0 0 338 26 0 0 15 0 22 0 510324962 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12439] ppid=12427 vsize=15700068 CPUtime=3.77 cores=1,3,5,7
/proc/12429/task/12439/stat : 12439 (java) S 12427 12429 12050 0 -1 4202560 169412 0 0 0 347 30 0 0 15 0 22 0 510324962 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12440] ppid=12427 vsize=15700068 CPUtime=2.1 cores=1,3,5,7
/proc/12429/task/12440/stat : 12440 (java) S 12427 12429 12050 0 -1 4202560 8042 0 0 0 133 77 0 0 15 0 22 0 510324963 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052992 0 0 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12441] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12441/stat : 12441 (java) S 12427 12429 12050 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510324963 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12442] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12442/stat : 12442 (java) S 12427 12429 12050 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510324963 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12443] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12443/stat : 12443 (java) S 12427 12429 12050 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510324966 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828060081 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12444] ppid=12427 vsize=15700068 CPUtime=1.36 cores=1,3,5,7
/proc/12429/task/12444/stat : 12444 (java) S 12427 12429 12050 0 -1 4202560 15029 0 0 0 134 2 0 0 15 0 22 0 510324966 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 7 0 0 0
[pid=12429/tid=12445] ppid=12427 vsize=15700068 CPUtime=1.02 cores=1,3,5,7
/proc/12429/task/12445/stat : 12445 (java) S 12427 12429 12050 0 -1 4202560 7220 0 0 0 101 1 0 0 15 0 22 0 510324966 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 1 0 0 0
[pid=12429/tid=12446] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12446/stat : 12446 (java) S 12427 12429 12050 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510324966 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052377 0 4 0 16800975 18446604468219437504 0 0 -1 5 0 0 0
[pid=12429/tid=12447] ppid=12427 vsize=15700068 CPUtime=0 cores=1,3,5,7
/proc/12429/task/12447/stat : 12447 (java) S 12427 12429 12050 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 510324966 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 220828052992 0 4 0 16800975 18446604468219437504 0 0 -1 3 0 0 0
[pid=12429/tid=12448] ppid=12427 vsize=15700068 CPUtime=1191.86 cores=1,3,5,7
/proc/12429/task/12448/stat : 12448 (java) R 12427 12429 12050 0 -1 4202560 427940 0 0 0 119128 58 0 0 25 0 22 0 510324988 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 46912505755302 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12429/tid=12449] ppid=12427 vsize=15700068 CPUtime=1191.43 cores=1,3,5,7
/proc/12429/task/12449/stat : 12449 (java) R 12427 12429 12050 0 -1 4202560 422259 0 0 0 119086 57 0 0 25 0 22 0 510324988 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 46912505755917 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12429/tid=12450] ppid=12427 vsize=15700068 CPUtime=1190.96 cores=1,3,5,7
/proc/12429/task/12450/stat : 12450 (java) R 12427 12429 12050 0 -1 4202560 416160 0 0 0 119039 57 0 0 25 0 22 0 510324988 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 46912505844905 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12429/tid=12451] ppid=12427 vsize=15700068 CPUtime=1190.95 cores=1,3,5,7
/proc/12429/task/12451/stat : 12451 (java) R 12427 12429 12050 0 -1 4202560 422050 0 0 0 119040 55 0 0 25 0 22 0 510324988 16076869632 110390 33554432000 1073741824 1073778376 140734426159744 18446744073709551615 46912506067414 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 15700068

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.53
CPU time (s): 4800.08
CPU user time (s): 4794.66
CPU system time (s): 5.42018
CPU usage (%): 397.841
Max. virtual memory (cumulated for all children) (KiB): 15708656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.66
system time used= 5.42018
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3078429
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= 194707
involuntary context switches= 123994

runsolver used 2.0027 second user time and 4.6353 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-30 17:58:11
IDJOB=3311679
IDBENCH=83064
IDSOLVER=1698
FILE ID=node147/3311679-1304179090
RUNJOBID= node147-1304176668-12069
PBS_JOBID= 13172428
Free space on /tmp= 73080 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v800-c3408-S846876765-035.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311679-1304179090/watcher-3311679-1304179090 -o /tmp/evaluation-result-3311679-1304179090/solver-3311679-1304179090 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311679-1304179090.cnf -hbr 2

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

MD5SUM BENCH= 0d5f032713ed63748b72ef45ba69a269
RANDOM SEED=1686479678

node147.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.836
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.67
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.836
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.836
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.82
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.836
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.836
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.836
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.76
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.836
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.836
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:     32951124 kB
MemFree:      29884676 kB
Buffers:        336360 kB
Cached:        1757632 kB
SwapCached:       3064 kB
Active:         799316 kB
Inactive:      1933408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29884676 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:            3468 kB
Writeback:          32 kB
AnonPages:      637124 kB
Mapped:          23388 kB
Slab:           270104 kB
PageTables:       5648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1701600 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= 73080 MiB
End job on node147 at 2011-04-30 18:18:19