Trace number 3312493

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.14 1206.34

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S1859210562-077-UNKNOWN.cnf
MD5SUM3d96bca49fe954bb59442ef617e689bb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525500

Solver Data

0.11/0.11	59:30 INFO : Reading from input HOME/instance-3312493-1304117970.cnf
0.62/0.47	Executor set job limit to 1000000
0.62/0.47	Executor set job limit to 1000000
0.62/0.47	Executor set job limit to 1000000
0.62/0.47	Executor set job limit to 1000000
0.62/0.47	Starting Executor!
0.62/0.48	Starting Executor!
0.62/0.48	Starting Executor!
0.62/0.48	Starting Executor!
1.74/0.99	59:31 INFO : 300 variables remaining out of 300
1.74/0.99	59:31 INFO : 204000 literals remaining out of 204000

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

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

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


[startup+0 s]
/proc/loadavg: 6.84 7.81 7.94 2/187 4387
/proc/meminfo: memFree=30745576/32951124 swapFree=67110188/67111528
[pid=4387] ppid=4385 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4385 4387 4339 0 -1 4202496 1429 0 0 0 0 0 0 0 22 0 2 0 523397773 29065216 898 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933579749 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/4387/statm: 7096 898 686 9 0 381 0
[pid=4387/tid=4390] ppid=4385 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4390/stat : 4390 (java) R 4385 4387 4339 0 -1 4202560 110 0 0 0 0 0 0 0 24 0 2 0 523397774 31260672 930 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222921180618 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.081981 s]
/proc/loadavg: 6.84 7.81 7.94 2/187 4387
/proc/meminfo: memFree=30745576/32951124 swapFree=67110188/67111528
[pid=4387] ppid=4385 vsize=15741860 CPUtime=0.08 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4385 4387 4339 0 -1 4202496 5345 0 1 0 8 0 0 0 22 0 18 0 523397773 16119664640 4776 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4387/statm: 3935465 4777 2106 9 0 3926184 0
[pid=4387/tid=4390] ppid=4385 vsize=15741860 CPUtime=0.06 cores=1,3,5,7
/proc/4387/task/4390/stat : 4390 (java) R 4385 4387 4339 0 -1 4202560 3206 0 1 0 6 0 0 0 18 0 18 0 523397774 16119664640 4777 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 47766769396563 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15741860

[startup+0.101001 s]
/proc/loadavg: 6.84 7.81 7.94 2/187 4387
/proc/meminfo: memFree=30745576/32951124 swapFree=67110188/67111528
[pid=4387] ppid=4385 vsize=15741860 CPUtime=0.11 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4385 4387 4339 0 -1 4202496 5628 0 1 0 10 1 0 0 22 0 18 0 523397773 16119664640 5059 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4387/statm: 3935465 5060 2117 9 0 3926184 0
[pid=4387/tid=4390] ppid=4385 vsize=15741860 CPUtime=0.08 cores=1,3,5,7
/proc/4387/task/4390/stat : 4390 (java) R 4385 4387 4339 0 -1 4202560 3480 0 1 0 8 0 0 0 18 0 18 0 523397774 16119664640 5060 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 47766767298579 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15741860

[startup+0.300961 s]
/proc/loadavg: 6.84 7.81 7.94 2/187 4387
/proc/meminfo: memFree=30745576/32951124 swapFree=67110188/67111528
[pid=4387] ppid=4385 vsize=15746920 CPUtime=0.52 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4385 4387 4339 0 -1 4202496 16354 0 1 0 50 2 0 0 22 0 18 0 523397773 16124846080 14582 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4387/statm: 3936730 14589 2206 9 0 3927449 0
[pid=4387/tid=4390] ppid=4385 vsize=15746920 CPUtime=0.28 cores=1,3,5,7
/proc/4387/task/4390/stat : 4390 (java) R 4385 4387 4339 0 -1 4202560 11249 0 1 0 27 1 0 0 18 0 18 0 523397774 16124846080 14593 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505639955 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) 15746920

[startup+0.700877 s]
/proc/loadavg: 6.84 7.81 7.94 2/187 4387
/proc/meminfo: memFree=30745576/32951124 swapFree=67110188/67111528
[pid=4387] ppid=4385 vsize=15751032 CPUtime=1.15 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4385 4387 4339 0 -1 4202496 47159 0 1 0 109 6 0 0 22 0 22 0 523397773 16129056768 43199 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4387/statm: 3937758 43199 2247 9 0 3928477 0
[pid=4387/tid=4390] ppid=4385 vsize=15751032 CPUtime=0.67 cores=1,3,5,7
/proc/4387/task/4390/stat : 4390 (java) R 4385 4387 4339 0 -1 4202560 35645 0 1 0 63 4 0 0 20 0 22 0 523397774 16129056768 43199 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505675915 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 15751032

[startup+1.50071 s]
/proc/loadavg: 6.84 7.81 7.94 5/220 4420
/proc/meminfo: memFree=30434996/32951124 swapFree=67110188/67111528
[pid=4387] ppid=4385 vsize=15763116 CPUtime=3.78 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4385 4387 4339 0 -1 4202496 59276 0 2 0 371 7 0 0 22 0 22 0 523397773 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4387/statm: 3940779 48749 2273 9 0 3931498 0
[pid=4387/tid=4390] ppid=4385 vsize=15763116 CPUtime=0.97 cores=1,3,5,7
/proc/4387/task/4390/stat : 4390 (java) S 4385 4387 4339 0 -1 4202560 35727 0 1 0 93 4 0 0 20 0 22 0 523397774 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4392] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4392/stat : 4392 (java) S 4385 4387 4339 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523397774 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4393] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4393/stat : 4393 (java) S 4385 4387 4339 0 -1 4202560 18 0 0 0 0 0 0 0 21 0 22 0 523397774 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 7 0 0 0
[pid=4387/tid=4394] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4394/stat : 4394 (java) S 4385 4387 4339 0 -1 4202560 333 0 0 0 0 0 0 0 21 0 22 0 523397774 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4395] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4395/stat : 4395 (java) S 4385 4387 4339 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523397774 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4396] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4396/stat : 4396 (java) S 4385 4387 4339 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523397774 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4397] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4397/stat : 4397 (java) S 4385 4387 4339 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 523397774 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4398] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4398/stat : 4398 (java) S 4385 4387 4339 0 -1 4202560 20 0 0 0 0 0 0 0 21 0 22 0 523397774 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4399] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4399/stat : 4399 (java) S 4385 4387 4339 0 -1 4202560 33 0 0 0 0 0 0 0 18 0 22 0 523397774 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 7 0 0 0
[pid=4387/tid=4400] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4400/stat : 4400 (java) S 4385 4387 4339 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523397775 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933593600 0 0 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4401] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4401/stat : 4401 (java) S 4385 4387 4339 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523397776 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4402] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4402/stat : 4402 (java) S 4385 4387 4339 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 523397776 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4408] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4408/stat : 4408 (java) S 4385 4387 4339 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 523397778 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933600689 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4409] ppid=4385 vsize=15763116 CPUtime=0.72 cores=1,3,5,7
/proc/4387/task/4409/stat : 4409 (java) R 4385 4387 4339 0 -1 4202560 5552 0 0 0 72 0 0 0 20 0 22 0 523397778 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4387/tid=4410] ppid=4385 vsize=15763116 CPUtime=1.02 cores=1,3,5,7
/proc/4387/task/4410/stat : 4410 (java) S 4385 4387 4339 0 -1 4202560 16127 0 1 0 101 1 0 0 16 0 22 0 523397778 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4411] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4411/stat : 4411 (java) S 4385 4387 4339 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 523397778 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4412] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4412/stat : 4412 (java) S 4385 4387 4339 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523397778 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933593600 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4417] ppid=4385 vsize=15763116 CPUtime=0.5 cores=1,3,5,7
/proc/4387/task/4417/stat : 4417 (java) R 4385 4387 4339 0 -1 4202560 35 0 0 0 50 0 0 0 16 0 22 0 523397821 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505790183 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4387/tid=4418] ppid=4385 vsize=15763116 CPUtime=0.2 cores=1,3,5,7
/proc/4387/task/4418/stat : 4418 (java) R 4385 4387 4339 0 -1 4202560 9 0 0 0 20 0 0 0 16 0 22 0 523397821 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505852147 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4387/tid=4419] ppid=4385 vsize=15763116 CPUtime=0.12 cores=1,3,5,7
/proc/4387/task/4419/stat : 4419 (java) R 4385 4387 4339 0 -1 4202560 13 0 0 0 12 0 0 0 16 0 22 0 523397821 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505852264 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4387/tid=4420] ppid=4385 vsize=15763116 CPUtime=0.18 cores=1,3,5,7
/proc/4387/task/4420/stat : 4420 (java) R 4385 4387 4339 0 -1 4202560 8 0 0 0 18 0 0 0 15 0 22 0 523397821 16141430784 48749 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505934260 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 15763116

[startup+3.10142 s]
/proc/loadavg: 6.84 7.81 7.94 15/220 4420
/proc/meminfo: memFree=30201632/32951124 swapFree=67110188/67111528
[pid=4387] ppid=4385 vsize=15763116 CPUtime=10.16 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4385 4387 4339 0 -1 4202496 113322 0 2 0 1000 16 0 0 22 0 22 0 523397773 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4387/statm: 3940779 102669 2273 9 0 3931498 0
[pid=4387/tid=4390] ppid=4385 vsize=15763116 CPUtime=0.97 cores=1,3,5,7
/proc/4387/task/4390/stat : 4390 (java) S 4385 4387 4339 0 -1 4202560 35727 0 1 0 93 4 0 0 20 0 22 0 523397774 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4392] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4392/stat : 4392 (java) S 4385 4387 4339 0 -1 4202560 3096 0 0 0 0 0 0 0 15 0 22 0 523397774 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4393] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4393/stat : 4393 (java) S 4385 4387 4339 0 -1 4202560 4522 0 0 0 0 0 0 0 16 0 22 0 523397774 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 7 0 0 0
[pid=4387/tid=4394] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4394/stat : 4394 (java) S 4385 4387 4339 0 -1 4202560 4038 0 0 0 0 0 0 0 15 0 22 0 523397774 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4395] ppid=4385 vsize=15763116 CPUtime=0.01 cores=1,3,5,7
/proc/4387/task/4395/stat : 4395 (java) S 4385 4387 4339 0 -1 4202560 5492 0 0 0 1 0 0 0 16 0 22 0 523397774 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4396] ppid=4385 vsize=15763116 CPUtime=0.01 cores=1,3,5,7
/proc/4387/task/4396/stat : 4396 (java) S 4385 4387 4339 0 -1 4202560 5260 0 0 0 0 1 0 0 15 0 22 0 523397774 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4397] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4397/stat : 4397 (java) S 4385 4387 4339 0 -1 4202560 5296 0 0 0 0 0 0 0 16 0 22 0 523397774 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4398] ppid=4385 vsize=15763116 CPUtime=0.01 cores=1,3,5,7
/proc/4387/task/4398/stat : 4398 (java) S 4385 4387 4339 0 -1 4202560 4755 0 0 0 0 1 0 0 16 0 22 0 523397774 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4399] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4399/stat : 4399 (java) S 4385 4387 4339 0 -1 4202560 1135 0 0 0 0 0 0 0 15 0 22 0 523397774 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 7 0 0 0
[pid=4387/tid=4400] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4400/stat : 4400 (java) S 4385 4387 4339 0 -1 4202560 239 0 0 0 0 0 0 0 16 0 22 0 523397775 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933593600 0 0 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4401] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4401/stat : 4401 (java) S 4385 4387 4339 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523397776 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4402] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4402/stat : 4402 (java) S 4385 4387 4339 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523397776 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4408] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4408/stat : 4408 (java) S 4385 4387 4339 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 523397778 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933600689 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4409] ppid=4385 vsize=15763116 CPUtime=0.72 cores=1,3,5,7
/proc/4387/task/4409/stat : 4409 (java) R 4385 4387 4339 0 -1 4202560 5553 0 0 0 72 0 0 0 19 0 22 0 523397778 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4387/tid=4410] ppid=4385 vsize=15763116 CPUtime=1.14 cores=1,3,5,7
/proc/4387/task/4410/stat : 4410 (java) S 4385 4387 4339 0 -1 4202560 16142 0 1 0 113 1 0 0 15 0 22 0 523397778 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4411] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4411/stat : 4411 (java) S 4385 4387 4339 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 523397778 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4412] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4412/stat : 4412 (java) S 4385 4387 4339 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523397778 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933593600 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4417] ppid=4385 vsize=15763116 CPUtime=2.06 cores=1,3,5,7
/proc/4387/task/4417/stat : 4417 (java) R 4385 4387 4339 0 -1 4202560 5092 0 0 0 206 0 0 0 17 0 22 0 523397821 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505799658 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4387/tid=4418] ppid=4385 vsize=15763116 CPUtime=1.75 cores=1,3,5,7
/proc/4387/task/4418/stat : 4418 (java) R 4385 4387 4339 0 -1 4202560 5165 0 0 0 175 0 0 0 17 0 22 0 523397821 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505523205 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4387/tid=4419] ppid=4385 vsize=15763116 CPUtime=1.68 cores=1,3,5,7
/proc/4387/task/4419/stat : 4419 (java) R 4385 4387 4339 0 -1 4202560 5519 0 0 0 168 0 0 0 17 0 22 0 523397821 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 47766769396577 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4387/tid=4420] ppid=4385 vsize=15763116 CPUtime=1.62 cores=1,3,5,7
/proc/4387/task/4420/stat : 4420 (java) R 4385 4387 4339 0 -1 4202560 4905 0 0 0 162 0 0 0 17 0 22 0 523397821 16141430784 102669 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505852272 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.16
Current children cumulated vsize (KiB) 15763116

[startup+6.30083 s]
/proc/loadavg: 7.17 7.86 7.95 15/220 4420
/proc/meminfo: memFree=28513124/32951124 swapFree=67110188/67111528
[pid=4387] ppid=4385 vsize=15763116 CPUtime=22.92 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4385 4387 4339 0 -1 4202496 228202 0 2 0 2261 31 0 0 22 0 22 0 523397773 16141430784 217365 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4387/statm: 3940779 217365 2283 9 0 3931498 0
[pid=4387/tid=4390] ppid=4385 vsize=15763116 CPUtime=0.97 cores=1,3,5,7
/proc/4387/task/4390/stat : 4390 (java) S 4385 4387 4339 0 -1 4202560 35727 0 1 0 93 4 0 0 20 0 22 0 523397774 16141430784 217365 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4392] ppid=4385 vsize=15763116 CPUtime=0.06 cores=1,3,5,7
/proc/4387/task/4392/stat : 4392 (java) S 4385 4387 4339 0 -1 4202560 19077 0 0 0 3 3 0 0 16 0 22 0 523397774 16141430784 217365 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4393] ppid=4385 vsize=15763116 CPUtime=0.01 cores=1,3,5,7
/proc/4387/task/4393/stat : 4393 (java) S 4385 4387 4339 0 -1 4202560 7553 0 0 0 0 1 0 0 15 0 22 0 523397774 16141430784 217365 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4394] ppid=4385 vsize=15763116 CPUtime=0.06 cores=1,3,5,7
/proc/4387/task/4394/stat : 4394 (java) S 4385 4387 4339 0 -1 4202560 18641 0 0 0 4 2 0 0 16 0 22 0 523397774 16141430784 217365 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4395] ppid=4385 vsize=15763116 CPUtime=0.02 cores=1,3,5,7
/proc/4387/task/4395/stat : 4395 (java) S 4385 4387 4339 0 -1 4202560 8992 0 0 0 1 1 0 0 15 0 22 0 523397774 16141430784 217365 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4396] ppid=4385 vsize=15763116 CPUtime=0.01 cores=1,3,5,7
/proc/4387/task/4396/stat : 4396 (java) S 4385 4387 4339 0 -1 4202560 5260 0 0 0 0 1 0 0 15 0 22 0 523397774 16141430784 217365 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4397] ppid=4385 vsize=15763116 CPUtime=0.04 cores=1,3,5,7
/proc/4387/task/4397/stat : 4397 (java) S 4385 4387 4339 0 -1 4202560 11932 0 0 0 2 2 0 0 16 0 22 0 523397774 16141430784 217365 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4398] ppid=4385 vsize=15763116 CPUtime=0.06 cores=1,3,5,7
/proc/4387/task/4398/stat : 4398 (java) S 4385 4387 4339 0 -1 4202560 17421 0 0 0 3 3 0 0 16 0 22 0 523397774 16141430784 217365 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4399] ppid=4385 vsize=15763116 CPUtime=0.01 cores=1,3,5,7
/proc/4387/task/4399/stat : 4399 (java) S 4385 4387 4339 0 -1 4202560 6580 0 0 0 1 0 0 0 15 0 22 0 523397774 16141430784 217365 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0

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

[pid=4387/tid=4418] ppid=4385 vsize=15763116 CPUtime=1107.99 cores=1,3,5,7
/proc/4387/task/4418/stat : 4418 (java) R 4385 4387 4339 0 -1 4202560 242063 0 0 0 110764 35 0 0 25 0 22 0 523397821 16141430784 124061 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505799650 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4387/tid=4419] ppid=4385 vsize=15763116 CPUtime=1108.63 cores=1,3,5,7
/proc/4387/task/4419/stat : 4419 (java) R 4385 4387 4339 0 -1 4202560 243958 0 0 0 110830 33 0 0 25 0 22 0 523397821 16141430784 124061 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505939872 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4387/tid=4420] ppid=4385 vsize=15763116 CPUtime=1107.79 cores=1,3,5,7
/proc/4387/task/4420/stat : 4420 (java) R 4385 4387 4339 0 -1 4202560 240855 0 0 0 110745 34 0 0 25 0 22 0 523397821 16141430784 124061 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505789895 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4465.62
Current children cumulated vsize (KiB) 15763116

[startup+1182.3 s]
/proc/loadavg: 8.12 8.14 8.06 10/220 4464
/proc/meminfo: memFree=28228456/32951124 swapFree=67110188/67111528
[pid=4387] ppid=4385 vsize=15763116 CPUtime=4704.51 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4385 4387 4339 0 -1 4202496 1974905 0 2 0 470047 404 0 0 22 0 22 0 523397773 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4387/statm: 3940779 123580 2297 9 0 3931498 0
[pid=4387/tid=4390] ppid=4385 vsize=15763116 CPUtime=0.97 cores=1,3,5,7
/proc/4387/task/4390/stat : 4390 (java) S 4385 4387 4339 0 -1 4202560 35727 0 1 0 93 4 0 0 20 0 22 0 523397774 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4392] ppid=4385 vsize=15763116 CPUtime=3.71 cores=1,3,5,7
/proc/4387/task/4392/stat : 4392 (java) S 4385 4387 4339 0 -1 4202560 118959 0 0 0 345 26 0 0 15 0 22 0 523397774 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 7 0 0 0
[pid=4387/tid=4393] ppid=4385 vsize=15763116 CPUtime=3.66 cores=1,3,5,7
/proc/4387/task/4393/stat : 4393 (java) S 4385 4387 4339 0 -1 4202560 112069 0 0 0 343 23 0 0 16 0 22 0 523397774 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4394] ppid=4385 vsize=15763116 CPUtime=3.87 cores=1,3,5,7
/proc/4387/task/4394/stat : 4394 (java) S 4385 4387 4339 0 -1 4202560 119522 0 0 0 362 25 0 0 15 0 22 0 523397774 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4395] ppid=4385 vsize=15763116 CPUtime=3.67 cores=1,3,5,7
/proc/4387/task/4395/stat : 4395 (java) S 4385 4387 4339 0 -1 4202560 98362 0 0 0 345 22 0 0 15 0 22 0 523397774 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4396] ppid=4385 vsize=15763116 CPUtime=3.68 cores=1,3,5,7
/proc/4387/task/4396/stat : 4396 (java) S 4385 4387 4339 0 -1 4202560 107296 0 0 0 346 22 0 0 16 0 22 0 523397774 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4397] ppid=4385 vsize=15763116 CPUtime=3.81 cores=1,3,5,7
/proc/4387/task/4397/stat : 4397 (java) S 4385 4387 4339 0 -1 4202560 107266 0 0 0 359 22 0 0 15 0 22 0 523397774 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4398] ppid=4385 vsize=15763116 CPUtime=3.7 cores=1,3,5,7
/proc/4387/task/4398/stat : 4398 (java) S 4385 4387 4339 0 -1 4202560 110357 0 0 0 346 24 0 0 15 0 22 0 523397774 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4399] ppid=4385 vsize=15763116 CPUtime=3.76 cores=1,3,5,7
/proc/4387/task/4399/stat : 4399 (java) S 4385 4387 4339 0 -1 4202560 103068 0 0 0 354 22 0 0 15 0 22 0 523397774 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 7 0 0 0
[pid=4387/tid=4400] ppid=4385 vsize=15763116 CPUtime=1.74 cores=1,3,5,7
/proc/4387/task/4400/stat : 4400 (java) S 4385 4387 4339 0 -1 4202560 5425 0 0 0 119 55 0 0 16 0 22 0 523397775 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933593600 0 0 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4401] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4401/stat : 4401 (java) S 4385 4387 4339 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523397776 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4402] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4402/stat : 4402 (java) S 4385 4387 4339 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523397776 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4408] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4408/stat : 4408 (java) S 4385 4387 4339 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 523397778 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933600689 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4409] ppid=4385 vsize=15763116 CPUtime=1.04 cores=1,3,5,7
/proc/4387/task/4409/stat : 4409 (java) S 4385 4387 4339 0 -1 4202560 5604 0 0 0 104 0 0 0 15 0 22 0 523397778 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4410] ppid=4385 vsize=15763116 CPUtime=1.39 cores=1,3,5,7
/proc/4387/task/4410/stat : 4410 (java) S 4385 4387 4339 0 -1 4202560 16200 0 1 0 138 1 0 0 15 0 22 0 523397778 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4411] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4411/stat : 4411 (java) S 4385 4387 4339 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 523397778 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4412] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4412/stat : 4412 (java) S 4385 4387 4339 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 523397778 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933593600 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4417] ppid=4385 vsize=15763116 CPUtime=1167.05 cores=1,3,5,7
/proc/4387/task/4417/stat : 4417 (java) R 4385 4387 4339 0 -1 4202560 260509 0 0 0 116666 39 0 0 25 0 22 0 523397821 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505939166 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4387/tid=4418] ppid=4385 vsize=15763116 CPUtime=1167.32 cores=1,3,5,7
/proc/4387/task/4418/stat : 4418 (java) R 4385 4387 4339 0 -1 4202560 257727 0 0 0 116695 37 0 0 25 0 22 0 523397821 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505852520 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4387/tid=4419] ppid=4385 vsize=15763116 CPUtime=1168.01 cores=1,3,5,7
/proc/4387/task/4419/stat : 4419 (java) R 4385 4387 4339 0 -1 4202560 258825 0 0 0 116765 36 0 0 25 0 22 0 523397821 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505773465 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4387/tid=4420] ppid=4385 vsize=15763116 CPUtime=1166.98 cores=1,3,5,7
/proc/4387/task/4420/stat : 4420 (java) R 4385 4387 4339 0 -1 4202560 256538 0 0 0 116663 35 0 0 25 0 22 0 523397821 16141430784 123580 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4704.51
Current children cumulated vsize (KiB) 15763116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.3 s]
/proc/loadavg: 8.08 8.13 8.06 8/216 4511
/proc/meminfo: memFree=30216572/32951124 swapFree=67110188/67111528
[pid=4387] ppid=4385 vsize=15763116 CPUtime=4800.09 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4385 4387 4339 0 -1 4202496 2019291 0 2 0 479595 414 0 0 22 0 22 0 523397773 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4387/statm: 3940779 129885 2297 9 0 3931498 0
[pid=4387/tid=4390] ppid=4385 vsize=15763116 CPUtime=0.97 cores=1,3,5,7
/proc/4387/task/4390/stat : 4390 (java) S 4385 4387 4339 0 -1 4202560 35727 0 1 0 93 4 0 0 20 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4392] ppid=4385 vsize=15763116 CPUtime=3.77 cores=1,3,5,7
/proc/4387/task/4392/stat : 4392 (java) S 4385 4387 4339 0 -1 4202560 121589 0 0 0 351 26 0 0 16 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 7 0 0 0
[pid=4387/tid=4393] ppid=4385 vsize=15763116 CPUtime=3.75 cores=1,3,5,7
/proc/4387/task/4393/stat : 4393 (java) S 4385 4387 4339 0 -1 4202560 115139 0 0 0 351 24 0 0 15 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4394] ppid=4385 vsize=15763116 CPUtime=3.95 cores=1,3,5,7
/proc/4387/task/4394/stat : 4394 (java) S 4385 4387 4339 0 -1 4202560 122064 0 0 0 369 26 0 0 15 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4395] ppid=4385 vsize=15763116 CPUtime=3.75 cores=1,3,5,7
/proc/4387/task/4395/stat : 4395 (java) S 4385 4387 4339 0 -1 4202560 100222 0 0 0 352 23 0 0 16 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4396] ppid=4385 vsize=15763116 CPUtime=3.75 cores=1,3,5,7
/proc/4387/task/4396/stat : 4396 (java) S 4385 4387 4339 0 -1 4202560 110209 0 0 0 352 23 0 0 16 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4397] ppid=4385 vsize=15763116 CPUtime=3.89 cores=1,3,5,7
/proc/4387/task/4397/stat : 4397 (java) S 4385 4387 4339 0 -1 4202560 110088 0 0 0 366 23 0 0 15 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 7 0 0 0
[pid=4387/tid=4398] ppid=4385 vsize=15763116 CPUtime=3.79 cores=1,3,5,7
/proc/4387/task/4398/stat : 4398 (java) S 4385 4387 4339 0 -1 4202560 113682 0 0 0 354 25 0 0 16 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4399] ppid=4385 vsize=15763116 CPUtime=3.85 cores=1,3,5,7
/proc/4387/task/4399/stat : 4399 (java) S 4385 4387 4339 0 -1 4202560 105589 0 0 0 362 23 0 0 15 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4400] ppid=4385 vsize=15763116 CPUtime=1.78 cores=1,3,5,7
/proc/4387/task/4400/stat : 4400 (java) S 4385 4387 4339 0 -1 4202560 5574 0 0 0 121 57 0 0 15 0 22 0 523397775 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933593600 0 0 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4401] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4401/stat : 4401 (java) S 4385 4387 4339 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523397776 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4402] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4402/stat : 4402 (java) S 4385 4387 4339 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523397776 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4408] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4408/stat : 4408 (java) S 4385 4387 4339 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 523397778 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933600689 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4409] ppid=4385 vsize=15763116 CPUtime=1.04 cores=1,3,5,7
/proc/4387/task/4409/stat : 4409 (java) S 4385 4387 4339 0 -1 4202560 5604 0 0 0 104 0 0 0 15 0 22 0 523397778 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4410] ppid=4385 vsize=15763116 CPUtime=1.39 cores=1,3,5,7
/proc/4387/task/4410/stat : 4410 (java) S 4385 4387 4339 0 -1 4202560 16200 0 1 0 138 1 0 0 15 0 22 0 523397778 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4411] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4411/stat : 4411 (java) S 4385 4387 4339 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 523397778 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4412] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4412/stat : 4412 (java) S 4385 4387 4339 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 523397778 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933593600 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4417] ppid=4385 vsize=15763116 CPUtime=1190.81 cores=1,3,5,7
/proc/4387/task/4417/stat : 4417 (java) R 4385 4387 4339 0 -1 4202560 266176 0 0 0 119042 39 0 0 25 0 22 0 523397821 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505890017 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4387/tid=4418] ppid=4385 vsize=15763116 CPUtime=1191 cores=1,3,5,7
/proc/4387/task/4418/stat : 4418 (java) R 4385 4387 4339 0 -1 4202560 263176 0 0 0 119062 38 0 0 25 0 22 0 523397821 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912506169541 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4387/tid=4419] ppid=4385 vsize=15763116 CPUtime=1191.74 cores=1,3,5,7
/proc/4387/task/4419/stat : 4419 (java) R 4385 4387 4339 0 -1 4202560 265021 0 0 0 119138 36 0 0 25 0 22 0 523397821 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505743536 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4387/tid=4420] ppid=4385 vsize=15763116 CPUtime=1190.7 cores=1,3,5,7
/proc/4387/task/4420/stat : 4420 (java) R 4385 4387 4339 0 -1 4202560 261778 0 0 0 119034 36 0 0 25 0 22 0 523397821 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505987467 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 15763116

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

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

[startup+1206.3 s]
/proc/loadavg: 8.08 8.13 8.06 8/216 4511
/proc/meminfo: memFree=30216572/32951124 swapFree=67110188/67111528
[pid=4387] ppid=4385 vsize=15763116 CPUtime=4800.09 cores=1,3,5,7
/proc/4387/stat : 4387 (java) S 4385 4387 4339 0 -1 4202496 2019291 0 2 0 479595 414 0 0 22 0 22 0 523397773 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4387/statm: 3940779 129885 2297 9 0 3931498 0
[pid=4387/tid=4390] ppid=4385 vsize=15763116 CPUtime=0.97 cores=1,3,5,7
/proc/4387/task/4390/stat : 4390 (java) S 4385 4387 4339 0 -1 4202560 35727 0 1 0 93 4 0 0 20 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4392] ppid=4385 vsize=15763116 CPUtime=3.77 cores=1,3,5,7
/proc/4387/task/4392/stat : 4392 (java) S 4385 4387 4339 0 -1 4202560 121589 0 0 0 351 26 0 0 16 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 7 0 0 0
[pid=4387/tid=4393] ppid=4385 vsize=15763116 CPUtime=3.75 cores=1,3,5,7
/proc/4387/task/4393/stat : 4393 (java) S 4385 4387 4339 0 -1 4202560 115139 0 0 0 351 24 0 0 15 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4394] ppid=4385 vsize=15763116 CPUtime=3.95 cores=1,3,5,7
/proc/4387/task/4394/stat : 4394 (java) S 4385 4387 4339 0 -1 4202560 122064 0 0 0 369 26 0 0 15 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4395] ppid=4385 vsize=15763116 CPUtime=3.75 cores=1,3,5,7
/proc/4387/task/4395/stat : 4395 (java) S 4385 4387 4339 0 -1 4202560 100222 0 0 0 352 23 0 0 16 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4396] ppid=4385 vsize=15763116 CPUtime=3.75 cores=1,3,5,7
/proc/4387/task/4396/stat : 4396 (java) S 4385 4387 4339 0 -1 4202560 110209 0 0 0 352 23 0 0 16 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4397] ppid=4385 vsize=15763116 CPUtime=3.89 cores=1,3,5,7
/proc/4387/task/4397/stat : 4397 (java) S 4385 4387 4339 0 -1 4202560 110088 0 0 0 366 23 0 0 15 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 7 0 0 0
[pid=4387/tid=4398] ppid=4385 vsize=15763116 CPUtime=3.79 cores=1,3,5,7
/proc/4387/task/4398/stat : 4398 (java) S 4385 4387 4339 0 -1 4202560 113682 0 0 0 354 25 0 0 16 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4399] ppid=4385 vsize=15763116 CPUtime=3.85 cores=1,3,5,7
/proc/4387/task/4399/stat : 4399 (java) S 4385 4387 4339 0 -1 4202560 105589 0 0 0 362 23 0 0 15 0 22 0 523397774 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4400] ppid=4385 vsize=15763116 CPUtime=1.78 cores=1,3,5,7
/proc/4387/task/4400/stat : 4400 (java) S 4385 4387 4339 0 -1 4202560 5574 0 0 0 121 57 0 0 15 0 22 0 523397775 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933593600 0 0 0 16800975 18446604471124701632 0 0 -1 3 0 0 0
[pid=4387/tid=4401] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4401/stat : 4401 (java) S 4385 4387 4339 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523397776 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4402] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4402/stat : 4402 (java) S 4385 4387 4339 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523397776 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4408] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4408/stat : 4408 (java) S 4385 4387 4339 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 523397778 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933600689 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4409] ppid=4385 vsize=15763116 CPUtime=1.04 cores=1,3,5,7
/proc/4387/task/4409/stat : 4409 (java) S 4385 4387 4339 0 -1 4202560 5604 0 0 0 104 0 0 0 15 0 22 0 523397778 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 1 0 0 0
[pid=4387/tid=4410] ppid=4385 vsize=15763116 CPUtime=1.39 cores=1,3,5,7
/proc/4387/task/4410/stat : 4410 (java) S 4385 4387 4339 0 -1 4202560 16200 0 1 0 138 1 0 0 15 0 22 0 523397778 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4411] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4411/stat : 4411 (java) S 4385 4387 4339 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 523397778 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933592985 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4412] ppid=4385 vsize=15763116 CPUtime=0 cores=1,3,5,7
/proc/4387/task/4412/stat : 4412 (java) S 4385 4387 4339 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 523397778 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 222933593600 0 4 0 16800975 18446604471124701632 0 0 -1 5 0 0 0
[pid=4387/tid=4417] ppid=4385 vsize=15763116 CPUtime=1190.81 cores=1,3,5,7
/proc/4387/task/4417/stat : 4417 (java) R 4385 4387 4339 0 -1 4202560 266176 0 0 0 119042 39 0 0 25 0 22 0 523397821 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505890017 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4387/tid=4418] ppid=4385 vsize=15763116 CPUtime=1191 cores=1,3,5,7
/proc/4387/task/4418/stat : 4418 (java) R 4385 4387 4339 0 -1 4202560 263176 0 0 0 119062 38 0 0 25 0 22 0 523397821 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912506169541 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4387/tid=4419] ppid=4385 vsize=15763116 CPUtime=1191.74 cores=1,3,5,7
/proc/4387/task/4419/stat : 4419 (java) R 4385 4387 4339 0 -1 4202560 265021 0 0 0 119138 36 0 0 25 0 22 0 523397821 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505743536 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4387/tid=4420] ppid=4385 vsize=15763116 CPUtime=1190.7 cores=1,3,5,7
/proc/4387/task/4420/stat : 4420 (java) R 4385 4387 4339 0 -1 4202560 261778 0 0 0 119034 36 0 0 25 0 22 0 523397821 16141430784 129885 33554432000 1073741824 1073778376 140733550514976 18446744073709551615 46912505987467 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 15763116

Child status: 143
Real time (s): 1206.34
CPU time (s): 4800.14
CPU user time (s): 4795.98
CPU system time (s): 4.16137
CPU usage (%): 397.91
Max. virtual memory (cumulated for all children) (KiB): 15765900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.98
system time used= 4.16137
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2019317
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 181245
involuntary context switches= 119217

runsolver used 2.05569 second user time and 4.5863 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-30 00:59:30
IDJOB=3312493
IDBENCH=82678
IDSOLVER=1699
FILE ID=node109/3312493-1304117970
RUNJOBID= node109-1304117970-4358
PBS_JOBID= 13170719
Free space on /tmp= 72380 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S1859210562-077-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312493-1304117970/watcher-3312493-1304117970 -o /tmp/evaluation-result-3312493-1304117970/solver-3312493-1304117970 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312493-1304117970.cnf

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

MD5SUM BENCH= 3d96bca49fe954bb59442ef617e689bb
RANDOM SEED=1949325174

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30745972 kB
Buffers:        748500 kB
Cached:         998132 kB
SwapCached:        712 kB
Active:         145548 kB
Inactive:      1670000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30745972 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:            4396 kB
Writeback:           0 kB
AnonPages:       68028 kB
Mapped:          20580 kB
Slab:           324964 kB
PageTables:       4716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   771620 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= 72380 MiB
End job on node109 at 2011-04-30 01:19:39