Trace number 3313015

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.32 1207.34

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_3900_3900_220.shuffled.cnf
MD5SUMf0b7e0675915478b15cab3695fd0fd62
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.035994
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses3432
Sum of the clauses size17000
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32
Number of clauses of size 4156
Number of clauses of size 53274
Number of clauses of size over 50

Solver Data

0.11/0.11	24:58 INFO : Reading from input HOME/instance-3313015-1304187898.cnf
0.27/0.28	Executor set job limit to 1000000
0.27/0.28	Executor set job limit to 1000000
0.27/0.28	Executor set job limit to 1000000
0.27/0.28	Executor set job limit to 1000000
0.27/0.28	Starting Executor!
0.27/0.28	Starting Executor!
0.27/0.28	Starting Executor!
0.27/0.28	Starting Executor!
0.80/0.49	24:58 INFO : 220 variables remaining out of 220
0.80/0.49	24:58 INFO : 20432 literals remaining out of 20432

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

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

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


[startup+0 s]
/proc/loadavg: 8.30 8.18 7.99 5/198 13436
/proc/meminfo: memFree=29784792/32951124 swapFree=67111524/67111528
[pid=13436] ppid=13434 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/13436/stat : 13436 (java) S 13434 13436 12950 0 -1 4202496 1492 0 0 0 0 0 0 0 25 0 2 0 262981032 31260672 953 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/13436/statm: 7632 953 733 9 0 383 0
[pid=13436/tid=13437] ppid=13434 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13437/stat : 13437 (java) R 13434 13436 12950 0 -1 4202560 133 0 0 0 0 0 0 0 25 0 2 0 262981032 31260672 953 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268660662016 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.00653302 s]
/proc/loadavg: 8.30 8.18 7.99 5/198 13436
/proc/meminfo: memFree=29784792/32951124 swapFree=67111524/67111528
[pid=13436] ppid=13434 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/13436/stat : 13436 (java) S 13434 13436 12950 0 -1 4202496 1496 0 0 0 0 0 0 0 25 0 2 0 262981032 31272960 957 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/13436/statm: 7635 957 736 9 0 386 0
[pid=13436/tid=13437] ppid=13434 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13437/stat : 13437 (java) R 13434 13436 12950 0 -1 4202560 137 0 0 0 0 0 0 0 25 0 2 0 262981032 31272960 957 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268660662075 0 0 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30540

[startup+0.104572 s]
/proc/loadavg: 8.30 8.18 7.99 5/198 13436
/proc/meminfo: memFree=29784792/32951124 swapFree=67111524/67111528
[pid=13436] ppid=13434 vsize=15677200 CPUtime=0.11 cores=0,2,4,6
/proc/13436/stat : 13436 (java) S 13434 13436 12950 0 -1 4202496 5710 0 1 0 10 1 0 0 25 0 18 0 262981032 16053452800 5133 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13436/statm: 3919300 5134 2120 9 0 3910019 0
[pid=13436/tid=13437] ppid=13434 vsize=15677200 CPUtime=0.09 cores=0,2,4,6
/proc/13436/task/13437/stat : 13437 (java) R 13434 13436 12950 0 -1 4202560 3577 0 1 0 8 1 0 0 18 0 18 0 262981032 16053452800 5134 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912505213480 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) 15677200

[startup+0.300535 s]
/proc/loadavg: 8.30 8.18 7.99 5/198 13436
/proc/meminfo: memFree=29784792/32951124 swapFree=67111524/67111528
[pid=13436] ppid=13434 vsize=15686432 CPUtime=0.51 cores=0,2,4,6
/proc/13436/stat : 13436 (java) S 13434 13436 12950 0 -1 4202496 12526 0 1 0 49 2 0 0 25 0 22 0 262981032 16062906368 11479 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13436/statm: 3921608 11479 2212 9 0 3912327 0
[pid=13436/tid=13437] ppid=13434 vsize=15686432 CPUtime=0.28 cores=0,2,4,6
/proc/13436/task/13437/stat : 13437 (java) R 13434 13436 12950 0 -1 4202560 7885 0 1 0 27 1 0 0 19 0 22 0 262981032 16062906368 11480 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46913513446196 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15686432

[startup+1.41033 s]
/proc/loadavg: 8.30 8.18 7.99 5/198 13436
/proc/meminfo: memFree=29784792/32951124 swapFree=67111524/67111528
[pid=13436] ppid=13434 vsize=15722116 CPUtime=4.63 cores=0,2,4,6
/proc/13436/stat : 13436 (java) S 13434 13436 12950 0 -1 4202496 54572 0 1 0 456 7 0 0 25 0 22 0 262981032 16099446784 48673 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13436/statm: 3930529 48673 2261 9 0 3921248 0
[pid=13436/tid=13437] ppid=13434 vsize=15722116 CPUtime=0.48 cores=0,2,4,6
/proc/13436/task/13437/stat : 13437 (java) S 13434 13436 12950 0 -1 4202560 8446 0 1 0 46 2 0 0 20 0 22 0 262981032 16099446784 48673 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 15722116

[startup+1.50027 s]
/proc/loadavg: 8.30 8.18 7.99 5/198 13436
/proc/meminfo: memFree=29784792/32951124 swapFree=67111524/67111528
[pid=13436] ppid=13434 vsize=15722116 CPUtime=4.98 cores=0,2,4,6
/proc/13436/stat : 13436 (java) S 13434 13436 12950 0 -1 4202496 57470 0 1 0 491 7 0 0 25 0 22 0 262981032 16099446784 51571 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13436/statm: 3930529 51571 2261 9 0 3921248 0
[pid=13436/tid=13437] ppid=13434 vsize=15722116 CPUtime=0.48 cores=0,2,4,6
/proc/13436/task/13437/stat : 13437 (java) S 13434 13436 12950 0 -1 4202560 8446 0 1 0 46 2 0 0 20 0 22 0 262981032 16099446784 51571 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 15722116

[startup+3.10099 s]
/proc/loadavg: 8.59 8.24 8.01 11/220 13458
/proc/meminfo: memFree=29561788/32951124 swapFree=67111524/67111528
[pid=13436] ppid=13434 vsize=15722120 CPUtime=11.35 cores=0,2,4,6
/proc/13436/stat : 13436 (java) S 13434 13436 12950 0 -1 4202496 69802 0 1 0 1127 8 0 0 25 0 22 0 262981032 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13436/statm: 3930530 60652 2278 9 0 3921249 0
[pid=13436/tid=13437] ppid=13434 vsize=15722120 CPUtime=0.48 cores=0,2,4,6
/proc/13436/task/13437/stat : 13437 (java) S 13434 13436 12950 0 -1 4202560 8446 0 1 0 46 2 0 0 20 0 22 0 262981032 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13439] ppid=13434 vsize=15722120 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13439/stat : 13439 (java) S 13434 13436 12950 0 -1 4202560 1748 0 0 0 0 0 0 0 15 0 22 0 262981033 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=15722120 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13440/stat : 13440 (java) S 13434 13436 12950 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 262981033 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13441] ppid=13434 vsize=15722120 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13441/stat : 13441 (java) S 13434 13436 12950 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 262981033 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13442] ppid=13434 vsize=15722120 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13442/stat : 13442 (java) S 13434 13436 12950 0 -1 4202560 227 0 0 0 0 0 0 0 18 0 22 0 262981033 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13443] ppid=13434 vsize=15722120 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13443/stat : 13443 (java) S 13434 13436 12950 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 262981033 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13444] ppid=13434 vsize=15722120 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13444/stat : 13444 (java) S 13434 13436 12950 0 -1 4202560 1433 0 0 0 0 0 0 0 15 0 22 0 262981033 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13445] ppid=13434 vsize=15722120 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13445/stat : 13445 (java) S 13434 13436 12950 0 -1 4202560 1229 0 0 0 0 0 0 0 15 0 22 0 262981033 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
[pid=13436/tid=13446] ppid=13434 vsize=15722120 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13446/stat : 13446 (java) S 13434 13436 12950 0 -1 4202560 1080 0 0 0 0 0 0 0 15 0 22 0 262981033 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13447] ppid=13434 vsize=15722120 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13447/stat : 13447 (java) S 13434 13436 12950 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 262981034 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478720 0 0 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
[pid=13436/tid=13448] ppid=13434 vsize=15722120 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13448/stat : 13448 (java) S 13434 13436 12950 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 262981034 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13449] ppid=13434 vsize=15722120 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13449/stat : 13449 (java) S 13434 13436 12950 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 262981034 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13450] ppid=13434 vsize=15722120 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13450/stat : 13450 (java) S 13434 13436 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262981036 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672485809 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13451] ppid=13434 vsize=15722120 CPUtime=1.28 cores=0,2,4,6
/proc/13436/task/13451/stat : 13451 (java) R 13434 13436 12950 0 -1 4202560 11034 0 0 0 127 1 0 0 19 0 22 0 262981036 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46913508597039 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13436/tid=13452] ppid=13434 vsize=15722120 CPUtime=0.77 cores=0,2,4,6
/proc/13436/task/13452/stat : 13452 (java) R 13434 13436 12950 0 -1 4202560 16220 0 0 0 76 1 0 0 18 0 22 0 262981036 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46913509799320 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13436/tid=13453] ppid=13434 vsize=15722120 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13453/stat : 13453 (java) S 13434 13436 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262981036 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13454] ppid=13434 vsize=15722120 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13454/stat : 13454 (java) S 13434 13436 12950 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 262981036 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478720 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13455] ppid=13434 vsize=15722120 CPUtime=2.4 cores=0,2,4,6
/proc/13436/task/13455/stat : 13455 (java) R 13434 13436 12950 0 -1 4202560 7667 0 0 0 240 0 0 0 21 0 22 0 262981060 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912505850521 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13436/tid=13456] ppid=13434 vsize=15722120 CPUtime=2.1 cores=0,2,4,6
/proc/13436/task/13456/stat : 13456 (java) R 13434 13436 12950 0 -1 4202560 5817 0 0 0 210 0 0 0 18 0 22 0 262981060 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912505948067 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13436/tid=13457] ppid=13434 vsize=15722120 CPUtime=2.23 cores=0,2,4,6
/proc/13436/task/13457/stat : 13457 (java) R 13434 13436 12950 0 -1 4202560 7130 0 0 0 223 0 0 0 21 0 22 0 262981061 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478720 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13436/tid=13458] ppid=13434 vsize=15722120 CPUtime=1.98 cores=0,2,4,6
/proc/13436/task/13458/stat : 13458 (java) R 13434 13436 12950 0 -1 4202560 6304 0 0 0 198 0 0 0 18 0 22 0 262981061 16099450880 60652 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912505121159 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.35
Current children cumulated vsize (KiB) 15722120

[startup+6.30143 s]
/proc/loadavg: 8.59 8.24 8.01 9/220 13459
/proc/meminfo: memFree=29205724/32951124 swapFree=67111524/67111528
[pid=13436] ppid=13434 vsize=15718524 CPUtime=24.11 cores=0,2,4,6
/proc/13436/stat : 13436 (java) S 13434 13436 12950 0 -1 4202496 164814 0 1 0 2390 21 0 0 25 0 22 0 262981032 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13436/statm: 3929631 149373 2288 9 0 3920350 0
[pid=13436/tid=13437] ppid=13434 vsize=15718524 CPUtime=0.48 cores=0,2,4,6
/proc/13436/task/13437/stat : 13437 (java) S 13434 13436 12950 0 -1 4202560 8446 0 1 0 46 2 0 0 20 0 22 0 262981032 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13439] ppid=13434 vsize=15718524 CPUtime=0.01 cores=0,2,4,6
/proc/13436/task/13439/stat : 13439 (java) S 13434 13436 12950 0 -1 4202560 5411 0 0 0 1 0 0 0 15 0 22 0 262981033 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13440/stat : 13440 (java) S 13434 13436 12950 0 -1 4202560 1080 0 0 0 0 0 0 0 15 0 22 0 262981033 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 4 0 0 0
[pid=13436/tid=13441] ppid=13434 vsize=15718524 CPUtime=0.01 cores=0,2,4,6
/proc/13436/task/13441/stat : 13441 (java) S 13434 13436 12950 0 -1 4202560 2080 0 0 0 1 0 0 0 15 0 22 0 262981033 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13442] ppid=13434 vsize=15718524 CPUtime=0.01 cores=0,2,4,6
/proc/13436/task/13442/stat : 13442 (java) S 13434 13436 12950 0 -1 4202560 1280 0 0 0 1 0 0 0 15 0 22 0 262981033 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
[pid=13436/tid=13443] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13443/stat : 13443 (java) S 13434 13436 12950 0 -1 4202560 3218 0 0 0 0 0 0 0 16 0 22 0 262981033 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13444] ppid=13434 vsize=15718524 CPUtime=0.01 cores=0,2,4,6
/proc/13436/task/13444/stat : 13444 (java) S 13434 13436 12950 0 -1 4202560 3266 0 0 0 1 0 0 0 15 0 22 0 262981033 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 4 0 0 0
[pid=13436/tid=13445] ppid=13434 vsize=15718524 CPUtime=0.01 cores=0,2,4,6
/proc/13436/task/13445/stat : 13445 (java) S 13434 13436 12950 0 -1 4202560 2569 0 0 0 1 0 0 0 15 0 22 0 262981033 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13446] ppid=13434 vsize=15718524 CPUtime=0.01 cores=0,2,4,6
/proc/13436/task/13446/stat : 13446 (java) S 13434 13436 12950 0 -1 4202560 2593 0 0 0 1 0 0 0 16 0 22 0 262981033 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 4 0 0 0
[pid=13436/tid=13447] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13447/stat : 13447 (java) S 13434 13436 12950 0 -1 4202560 422 0 0 0 0 0 0 0 15 0 22 0 262981034 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478720 0 0 0 16800975 18446604453958830912 0 0 -1 4 0 0 0
[pid=13436/tid=13448] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13448/stat : 13448 (java) S 13434 13436 12950 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 262981034 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13449] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13449/stat : 13449 (java) S 13434 13436 12950 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 262981034 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13450] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13450/stat : 13450 (java) S 13434 13436 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262981036 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672485809 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13451] ppid=13434 vsize=15718524 CPUtime=1.53 cores=0,2,4,6
/proc/13436/task/13451/stat : 13451 (java) S 13434 13436 12950 0 -1 4202560 11087 0 0 0 152 1 0 0 16 0 22 0 262981036 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 4 0 0 0
[pid=13436/tid=13452] ppid=13434 vsize=15718524 CPUtime=1.21 cores=0,2,4,6
/proc/13436/task/13452/stat : 13452 (java) S 13434 13436 12950 0 -1 4202560 18134 0 0 0 119 2 0 0 16 0 22 0 262981036 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
[pid=13436/tid=13453] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13453/stat : 13453 (java) S 13434 13436 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262981036 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13454] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13454/stat : 13454 (java) S 13434 13436 12950 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 262981036 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478720 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13455] ppid=13434 vsize=15718524 CPUtime=5.23 cores=0,2,4,6
/proc/13436/task/13455/stat : 13455 (java) R 13434 13436 12950 0 -1 4202560 25729 0 0 0 520 3 0 0 25 0 22 0 262981060 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912505679552 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13436/tid=13456] ppid=13434 vsize=15718524 CPUtime=5.18 cores=0,2,4,6
/proc/13436/task/13456/stat : 13456 (java) R 13434 13436 12950 0 -1 4202560 26205 0 0 0 516 2 0 0 25 0 22 0 262981060 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912505911836 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13436/tid=13457] ppid=13434 vsize=15718524 CPUtime=5.25 cores=0,2,4,6
/proc/13436/task/13457/stat : 13457 (java) R 13434 13436 12950 0 -1 4202560 25644 0 0 0 522 3 0 0 22 0 22 0 262981061 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912505829798 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13436/tid=13458] ppid=13434 vsize=15718524 CPUtime=5.07 cores=0,2,4,6
/proc/13436/task/13458/stat : 13458 (java) R 13434 13436 12950 0 -1 4202560 26262 0 0 0 504 3 0 0 25 0 22 0 262981061 16095768576 149373 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912505829955 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.11
Current children cumulated vsize (KiB) 15718524

[startup+12.7013 s]
/proc/loadavg: 8.50 8.23 8.01 9/220 13459
/proc/meminfo: memFree=29197540/32951124 swapFree=67111524/67111528
[pid=13436] ppid=13434 vsize=15718524 CPUtime=49.67 cores=0,2,4,6
/proc/13436/stat : 13436 (java) S 13434 13436 12950 0 -1 4202496 169898 0 1 0 4945 22 0 0 25 0 22 0 262981032 16095768576 150110 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13436/statm: 3929631 150110 2290 9 0 3920350 0
[pid=13436/tid=13437] ppid=13434 vsize=15718524 CPUtime=0.48 cores=0,2,4,6
/proc/13436/task/13437/stat : 13437 (java) S 13434 13436 12950 0 -1 4202560 8446 0 1 0 46 2 0 0 20 0 22 0 262981032 16095768576 150110 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13439] ppid=13434 vsize=15718524 CPUtime=0.01 cores=0,2,4,6
/proc/13436/task/13439/stat : 13439 (java) S 13434 13436 12950 0 -1 4202560 5771 0 0 0 1 0 0 0 15 0 22 0 262981033 16095768576 150110 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13440/stat : 13440 (java) S 13434 13436 12950 0 -1 4202560 1577 0 0 0 0 0 0 0 15 0 22 0 262981033 16095768576 150110 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
[pid=13436/tid=13441] ppid=13434 vsize=15718524 CPUtime=0.01 cores=0,2,4,6

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

[pid=13436/tid=13456] ppid=13434 vsize=15718524 CPUtime=1048.94 cores=0,2,4,6
/proc/13436/task/13456/stat : 13456 (java) R 13434 13436 12950 0 -1 4202560 156724 0 0 0 104867 27 0 0 25 0 22 0 262981060 16095768576 94230 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912506027466 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13436/tid=13457] ppid=13434 vsize=15718524 CPUtime=1048.17 cores=0,2,4,6
/proc/13436/task/13457/stat : 13457 (java) R 13434 13436 12950 0 -1 4202560 154326 0 0 0 104784 33 0 0 25 0 22 0 262981061 16095768576 94230 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912505948318 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13436/tid=13458] ppid=13434 vsize=15718524 CPUtime=1049.16 cores=0,2,4,6
/proc/13436/task/13458/stat : 13458 (java) R 13434 13436 12950 0 -1 4202560 158147 0 0 0 104887 29 0 0 25 0 22 0 262981061 16095768576 94230 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912505707344 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4223.67
Current children cumulated vsize (KiB) 15718524

[startup+1122.3 s]
/proc/loadavg: 8.18 8.13 8.05 9/220 13488
/proc/meminfo: memFree=29654864/32951124 swapFree=67111524/67111528
[pid=13436] ppid=13434 vsize=15718524 CPUtime=4462.28 cores=0,2,4,6
/proc/13436/stat : 13436 (java) S 13434 13436 12950 0 -1 4202496 1258714 0 1 0 445911 317 0 0 25 0 22 0 262981032 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13436/statm: 3929631 92222 2298 9 0 3920350 0
[pid=13436/tid=13437] ppid=13434 vsize=15718524 CPUtime=0.48 cores=0,2,4,6
/proc/13436/task/13437/stat : 13437 (java) S 13434 13436 12950 0 -1 4202560 8446 0 1 0 46 2 0 0 20 0 22 0 262981032 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13439] ppid=13434 vsize=15718524 CPUtime=3.01 cores=0,2,4,6
/proc/13436/task/13439/stat : 13439 (java) S 13434 13436 12950 0 -1 4202560 71647 0 0 0 284 17 0 0 15 0 22 0 262981033 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=15718524 CPUtime=2.98 cores=0,2,4,6
/proc/13436/task/13440/stat : 13440 (java) S 13434 13436 12950 0 -1 4202560 65745 0 0 0 283 15 0 0 16 0 22 0 262981033 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13441] ppid=13434 vsize=15718524 CPUtime=3.04 cores=0,2,4,6
/proc/13436/task/13441/stat : 13441 (java) S 13434 13436 12950 0 -1 4202560 68592 0 0 0 289 15 0 0 16 0 22 0 262981033 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 4 0 0 0
[pid=13436/tid=13442] ppid=13434 vsize=15718524 CPUtime=3 cores=0,2,4,6
/proc/13436/task/13442/stat : 13442 (java) S 13434 13436 12950 0 -1 4202560 66079 0 0 0 286 14 0 0 15 0 22 0 262981033 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 4 0 0 0
[pid=13436/tid=13443] ppid=13434 vsize=15718524 CPUtime=3 cores=0,2,4,6
/proc/13436/task/13443/stat : 13443 (java) S 13434 13436 12950 0 -1 4202560 69673 0 0 0 285 15 0 0 15 0 22 0 262981033 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
[pid=13436/tid=13444] ppid=13434 vsize=15718524 CPUtime=3.07 cores=0,2,4,6
/proc/13436/task/13444/stat : 13444 (java) S 13434 13436 12950 0 -1 4202560 69935 0 0 0 290 17 0 0 15 0 22 0 262981033 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13445] ppid=13434 vsize=15718524 CPUtime=3.03 cores=0,2,4,6
/proc/13436/task/13445/stat : 13445 (java) S 13434 13436 12950 0 -1 4202560 70377 0 0 0 286 17 0 0 16 0 22 0 262981033 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13446] ppid=13434 vsize=15718524 CPUtime=3.05 cores=0,2,4,6
/proc/13436/task/13446/stat : 13446 (java) S 13434 13436 12950 0 -1 4202560 71331 0 0 0 288 17 0 0 15 0 22 0 262981033 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
[pid=13436/tid=13447] ppid=13434 vsize=15718524 CPUtime=2.06 cores=0,2,4,6
/proc/13436/task/13447/stat : 13447 (java) S 13434 13436 12950 0 -1 4202560 3090 0 0 0 150 56 0 0 15 0 22 0 262981034 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478720 0 0 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13448] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13448/stat : 13448 (java) S 13434 13436 12950 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 262981034 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13449] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13449/stat : 13449 (java) S 13434 13436 12950 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 262981034 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13450] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13450/stat : 13450 (java) S 13434 13436 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262981036 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672485809 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13451] ppid=13434 vsize=15718524 CPUtime=1.57 cores=0,2,4,6
/proc/13436/task/13451/stat : 13451 (java) S 13434 13436 12950 0 -1 4202560 11094 0 0 0 156 1 0 0 15 0 22 0 262981036 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 4 0 0 0
[pid=13436/tid=13452] ppid=13434 vsize=15718524 CPUtime=1.25 cores=0,2,4,6
/proc/13436/task/13452/stat : 13452 (java) S 13434 13436 12950 0 -1 4202560 18141 0 0 0 123 2 0 0 15 0 22 0 262981036 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
[pid=13436/tid=13453] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13453/stat : 13453 (java) S 13434 13436 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262981036 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13454] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13454/stat : 13454 (java) S 13434 13436 12950 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 262981036 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478720 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13455] ppid=13434 vsize=15718524 CPUtime=1108.34 cores=0,2,4,6
/proc/13436/task/13455/stat : 13455 (java) R 13434 13436 12950 0 -1 4202560 164325 0 0 0 110804 30 0 0 25 0 22 0 262981060 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912505365895 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13436/tid=13456] ppid=13434 vsize=15718524 CPUtime=1108.24 cores=0,2,4,6
/proc/13436/task/13456/stat : 13456 (java) R 13434 13436 12950 0 -1 4202560 166123 0 0 0 110796 28 0 0 25 0 22 0 262981060 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912505760823 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13436/tid=13457] ppid=13434 vsize=15718524 CPUtime=1107.54 cores=0,2,4,6
/proc/13436/task/13457/stat : 13457 (java) R 13434 13436 12950 0 -1 4202560 164402 0 0 0 110720 34 0 0 25 0 22 0 262981061 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46913512769200 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13436/tid=13458] ppid=13434 vsize=15718524 CPUtime=1108.49 cores=0,2,4,6
/proc/13436/task/13458/stat : 13458 (java) R 13434 13436 12950 0 -1 4202560 168266 0 0 0 110819 30 0 0 25 0 22 0 262981061 16095768576 92222 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912505978658 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4462.28
Current children cumulated vsize (KiB) 15718524

[startup+1182.3 s]
/proc/loadavg: 8.12 8.12 8.05 9/220 13490
/proc/meminfo: memFree=29697736/32951124 swapFree=67111524/67111528
[pid=13436] ppid=13434 vsize=15718524 CPUtime=4700.84 cores=0,2,4,6
/proc/13436/stat : 13436 (java) S 13434 13436 12950 0 -1 4202496 1318479 0 1 0 469750 334 0 0 25 0 22 0 262981032 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13436/statm: 3929631 88537 2298 9 0 3920350 0
[pid=13436/tid=13437] ppid=13434 vsize=15718524 CPUtime=0.48 cores=0,2,4,6
/proc/13436/task/13437/stat : 13437 (java) S 13434 13436 12950 0 -1 4202560 8446 0 1 0 46 2 0 0 20 0 22 0 262981032 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13439] ppid=13434 vsize=15718524 CPUtime=3.15 cores=0,2,4,6
/proc/13436/task/13439/stat : 13439 (java) S 13434 13436 12950 0 -1 4202560 73478 0 0 0 298 17 0 0 16 0 22 0 262981033 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=15718524 CPUtime=3.1 cores=0,2,4,6
/proc/13436/task/13440/stat : 13440 (java) S 13434 13436 12950 0 -1 4202560 67453 0 0 0 295 15 0 0 16 0 22 0 262981033 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13441] ppid=13434 vsize=15718524 CPUtime=3.17 cores=0,2,4,6
/proc/13436/task/13441/stat : 13441 (java) S 13434 13436 12950 0 -1 4202560 70645 0 0 0 301 16 0 0 15 0 22 0 262981033 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
[pid=13436/tid=13442] ppid=13434 vsize=15718524 CPUtime=3.15 cores=0,2,4,6
/proc/13436/task/13442/stat : 13442 (java) S 13434 13436 12950 0 -1 4202560 68160 0 0 0 301 14 0 0 15 0 22 0 262981033 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 4 0 0 0
[pid=13436/tid=13443] ppid=13434 vsize=15718524 CPUtime=3.17 cores=0,2,4,6
/proc/13436/task/13443/stat : 13443 (java) S 13434 13436 12950 0 -1 4202560 71746 0 0 0 301 16 0 0 15 0 22 0 262981033 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 4 0 0 0
[pid=13436/tid=13444] ppid=13434 vsize=15718524 CPUtime=3.22 cores=0,2,4,6
/proc/13436/task/13444/stat : 13444 (java) S 13434 13436 12950 0 -1 4202560 71812 0 0 0 304 18 0 0 15 0 22 0 262981033 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
[pid=13436/tid=13445] ppid=13434 vsize=15718524 CPUtime=3.16 cores=0,2,4,6
/proc/13436/task/13445/stat : 13445 (java) S 13434 13436 12950 0 -1 4202560 72135 0 0 0 299 17 0 0 15 0 22 0 262981033 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 4 0 0 0
[pid=13436/tid=13446] ppid=13434 vsize=15718524 CPUtime=3.19 cores=0,2,4,6
/proc/13436/task/13446/stat : 13446 (java) S 13434 13436 12950 0 -1 4202560 73260 0 0 0 302 17 0 0 15 0 22 0 262981033 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13447] ppid=13434 vsize=15718524 CPUtime=2.19 cores=0,2,4,6
/proc/13436/task/13447/stat : 13447 (java) S 13434 13436 12950 0 -1 4202560 3239 0 0 0 159 60 0 0 15 0 22 0 262981034 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478720 0 0 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13448] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13448/stat : 13448 (java) S 13434 13436 12950 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 262981034 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13449] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13449/stat : 13449 (java) S 13434 13436 12950 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 262981034 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13450] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13450/stat : 13450 (java) S 13434 13436 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262981036 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672485809 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13451] ppid=13434 vsize=15718524 CPUtime=1.57 cores=0,2,4,6
/proc/13436/task/13451/stat : 13451 (java) S 13434 13436 12950 0 -1 4202560 11094 0 0 0 156 1 0 0 15 0 22 0 262981036 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 4 0 0 0
[pid=13436/tid=13452] ppid=13434 vsize=15718524 CPUtime=1.25 cores=0,2,4,6
/proc/13436/task/13452/stat : 13452 (java) S 13434 13436 12950 0 -1 4202560 18141 0 0 0 123 2 0 0 15 0 22 0 262981036 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
[pid=13436/tid=13453] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13453/stat : 13453 (java) S 13434 13436 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262981036 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13454] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13454/stat : 13454 (java) S 13434 13436 12950 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 262981036 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478720 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13455] ppid=13434 vsize=15718524 CPUtime=1167.68 cores=0,2,4,6
/proc/13436/task/13455/stat : 13455 (java) R 13434 13436 12950 0 -1 4202560 175454 0 0 0 116736 32 0 0 25 0 22 0 262981060 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912505948265 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13436/tid=13456] ppid=13434 vsize=15718524 CPUtime=1167.64 cores=0,2,4,6
/proc/13436/task/13456/stat : 13456 (java) R 13434 13436 12950 0 -1 4202560 177264 0 0 0 116734 30 0 0 25 0 22 0 262981060 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912505814251 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13436/tid=13457] ppid=13434 vsize=15718524 CPUtime=1166.93 cores=0,2,4,6
/proc/13436/task/13457/stat : 13457 (java) R 13434 13436 12950 0 -1 4202560 175254 0 0 0 116658 35 0 0 25 0 22 0 262981061 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912505892242 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13436/tid=13458] ppid=13434 vsize=15718524 CPUtime=1167.61 cores=0,2,4,6
/proc/13436/task/13458/stat : 13458 (java) R 13434 13436 12950 0 -1 4202560 179446 0 0 0 116728 33 0 0 25 0 22 0 262981061 16095768576 88537 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 46912505521644 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4700.84
Current children cumulated vsize (KiB) 15718524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 7.82 8.06 8.03 5/194 13511
/proc/meminfo: memFree=30000460/32951124 swapFree=67111524/67111528
[pid=13436] ppid=13434 vsize=15718524 CPUtime=4800.27 cores=0,2,4,6
/proc/13436/stat : 13436 (java) S 13434 13436 12950 0 -1 4202496 1347588 0 1 0 479687 340 0 0 25 0 22 0 262981032 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/13436/statm: 3929631 94888 2298 9 0 3920350 0
[pid=13436/tid=13437] ppid=13434 vsize=15718524 CPUtime=0.48 cores=0,2,4,6
/proc/13436/task/13437/stat : 13437 (java) S 13434 13436 12950 0 -1 4202560 8446 0 1 0 46 2 0 0 20 0 22 0 262981032 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13439] ppid=13434 vsize=15718524 CPUtime=3.22 cores=0,2,4,6
/proc/13436/task/13439/stat : 13439 (java) R 13434 13436 12950 0 -1 4202560 74363 0 0 0 305 17 0 0 15 0 22 0 262981033 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268660615479 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13436/tid=13440] ppid=13434 vsize=15718524 CPUtime=3.17 cores=0,2,4,6
/proc/13436/task/13440/stat : 13440 (java) R 13434 13436 12950 0 -1 4202560 68778 0 0 0 302 15 0 0 15 0 22 0 262981033 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=13436/tid=13441] ppid=13434 vsize=15718524 CPUtime=3.24 cores=0,2,4,6
/proc/13436/task/13441/stat : 13441 (java) R 13434 13436 12950 0 -1 4202560 72448 0 0 0 308 16 0 0 15 0 22 0 262981033 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268660615479 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13436/tid=13442] ppid=13434 vsize=15718524 CPUtime=3.21 cores=0,2,4,6
/proc/13436/task/13442/stat : 13442 (java) R 13434 13436 12950 0 -1 4202560 69281 0 0 0 306 15 0 0 15 0 22 0 262981033 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268660615479 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13436/tid=13443] ppid=13434 vsize=15718524 CPUtime=3.25 cores=0,2,4,6
/proc/13436/task/13443/stat : 13443 (java) R 13434 13436 12950 0 -1 4202560 73058 0 0 0 309 16 0 0 15 0 22 0 262981033 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268660615479 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13436/tid=13444] ppid=13434 vsize=15718524 CPUtime=3.3 cores=0,2,4,6
/proc/13436/task/13444/stat : 13444 (java) R 13434 13436 12950 0 -1 4202560 73306 0 0 0 312 18 0 0 15 0 22 0 262981033 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268660615479 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13436/tid=13445] ppid=13434 vsize=15718524 CPUtime=3.25 cores=0,2,4,6
/proc/13436/task/13445/stat : 13445 (java) R 13434 13436 12950 0 -1 4202560 73396 0 0 0 307 18 0 0 15 0 22 0 262981033 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268660615479 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=13436/tid=13446] ppid=13434 vsize=15718524 CPUtime=3.28 cores=0,2,4,6
/proc/13436/task/13446/stat : 13446 (java) R 13434 13436 12950 0 -1 4202560 74559 0 0 0 310 18 0 0 15 0 22 0 262981033 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268660615479 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13436/tid=13447] ppid=13434 vsize=15718524 CPUtime=2.22 cores=0,2,4,6
/proc/13436/task/13447/stat : 13447 (java) S 13434 13436 12950 0 -1 4202560 3328 0 0 0 161 61 0 0 16 0 22 0 262981034 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 0 0 16800975 18446604453958830912 0 0 -1 4 0 0 0
[pid=13436/tid=13448] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13448/stat : 13448 (java) S 13434 13436 12950 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 262981034 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13449] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13449/stat : 13449 (java) S 13434 13436 12950 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 262981034 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13450] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13450/stat : 13450 (java) S 13434 13436 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262981036 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672485809 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13451] ppid=13434 vsize=15718524 CPUtime=1.57 cores=0,2,4,6
/proc/13436/task/13451/stat : 13451 (java) S 13434 13436 12950 0 -1 4202560 11094 0 0 0 156 1 0 0 15 0 22 0 262981036 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 4 0 0 0
[pid=13436/tid=13452] ppid=13434 vsize=15718524 CPUtime=1.25 cores=0,2,4,6
/proc/13436/task/13452/stat : 13452 (java) S 13434 13436 12950 0 -1 4202560 18141 0 0 0 123 2 0 0 15 0 22 0 262981036 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
[pid=13436/tid=13453] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13453/stat : 13453 (java) S 13434 13436 12950 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 262981036 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13454] ppid=13434 vsize=15718524 CPUtime=0 cores=0,2,4,6
/proc/13436/task/13454/stat : 13454 (java) S 13434 13436 12950 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 262981036 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478720 0 4 0 16800975 18446604453958830912 0 0 -1 6 0 0 0
[pid=13436/tid=13455] ppid=13434 vsize=15718524 CPUtime=1192.34 cores=0,2,4,6
/proc/13436/task/13455/stat : 13455 (java) S 13434 13436 12950 0 -1 4202560 179798 0 0 0 119201 33 0 0 25 0 22 0 262981060 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
[pid=13436/tid=13456] ppid=13434 vsize=15718524 CPUtime=1192.38 cores=0,2,4,6
/proc/13436/task/13456/stat : 13456 (java) S 13434 13436 12950 0 -1 4202560 182222 0 0 0 119207 31 0 0 25 0 22 0 262981060 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 2 0 0 0
[pid=13436/tid=13457] ppid=13434 vsize=15718524 CPUtime=1191.62 cores=0,2,4,6
/proc/13436/task/13457/stat : 13457 (java) S 13434 13436 12950 0 -1 4202560 179920 0 0 0 119126 36 0 0 25 0 22 0 262981061 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 4 0 0 0
[pid=13436/tid=13458] ppid=13434 vsize=15718524 CPUtime=1192.35 cores=0,2,4,6
/proc/13436/task/13458/stat : 13458 (java) S 13434 13436 12950 0 -1 4202560 183996 0 0 0 119201 34 0 0 25 0 22 0 262981061 16095768576 94888 33554432000 1073741824 1073778376 140734960152688 18446744073709551615 268672478105 0 4 0 16800975 18446604453958830912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 15718524

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): 1207.34
CPU time (s): 4800.32
CPU user time (s): 4796.9
CPU system time (s): 3.42448
CPU usage (%): 397.596
Max. virtual memory (cumulated for all children) (KiB): 15722136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.9
system time used= 3.42448
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1347624
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= 308924
involuntary context switches= 160229

runsolver used 1.9497 second user time and 4.67629 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-30 20:24:58
IDJOB=3313015
IDBENCH=87453
IDSOLVER=1699
FILE ID=node107/3313015-1304187898
RUNJOBID= node107-1304185468-12968
PBS_JOBID= 13172482
Free space on /tmp= 72624 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_3900_3900_220.shuffled.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313015-1304187898/watcher-3313015-1304187898 -o /tmp/evaluation-result-3313015-1304187898/solver-3313015-1304187898 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313015-1304187898.cnf

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

MD5SUM BENCH= f0b7e0675915478b15cab3695fd0fd62
RANDOM SEED=375026865

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29785064 kB
Buffers:        403168 kB
Cached:        1761000 kB
SwapCached:          4 kB
Active:         739224 kB
Inactive:      2076248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29785064 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3512 kB
Writeback:           0 kB
AnonPages:      650016 kB
Mapped:          23428 kB
Slab:           286988 kB
PageTables:       5596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1695692 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= 72624 MiB
End job on node107 at 2011-04-30 20:45:07