Trace number 3312766

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.19 1207.63

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v175-c3727-S1592669696-022.SATISFIABLE.cnf
MD5SUM23d58aabf220f78ecd3bc4380d2e7fb8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.100983
Satisfiable
(Un)Satisfiability was proved
Number of variables175
Number of clauses3727
Sum of the clauses size18635
Maximum clause length5
Minimum clause length5
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 53727
Number of clauses of size over 50

Solver Data

0.10/0.11	18:23 INFO : Reading from input HOME/instance-3312766-1304133503.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.29	Starting Executor!
0.77/0.49	18:24 INFO : 175 variables remaining out of 175
0.77/0.49	18:24 INFO : 22362 literals remaining out of 22362

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-3312766-1304133503/watcher-3312766-1304133503 -o /tmp/evaluation-result-3312766-1304133503/solver-3312766-1304133503 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312766-1304133503.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: 3.43 4.14 5.57 2/186 28310
/proc/meminfo: memFree=31051636/32951124 swapFree=67106388/67111528
[pid=28310] ppid=28308 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/28310/stat : 28310 (java) S 28308 28310 28106 0 -1 4202496 1424 0 0 0 0 0 0 0 22 0 2 0 505766564 27824128 894 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051458021 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28310/statm: 6793 894 684 9 0 381 0
[pid=28310/tid=28311] ppid=28308 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28311/stat : 28311 (java) R 28308 28310 28106 0 -1 4202560 71 0 0 0 0 0 0 0 23 0 2 0 505766565 29065216 898 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212034731655 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.049367 s]
/proc/loadavg: 3.43 4.14 5.57 2/186 28310
/proc/meminfo: memFree=31051636/32951124 swapFree=67106388/67111528
[pid=28310] ppid=28308 vsize=15609644 CPUtime=0.04 cores=1,3,5,7
/proc/28310/stat : 28310 (java) S 28308 28310 28106 0 -1 4202496 4053 0 1 0 4 0 0 0 22 0 18 0 505766564 15984275456 3492 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28310/statm: 3902411 3493 1753 9 0 3893130 0
[pid=28310/tid=28311] ppid=28308 vsize=15609644 CPUtime=0.04 cores=1,3,5,7
/proc/28310/task/28311/stat : 28311 (java) R 28308 28310 28106 0 -1 4202560 2636 0 1 0 4 0 0 0 22 0 18 0 505766565 15984275456 3493 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 47489361743779 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609644

[startup+0.100325 s]
/proc/loadavg: 3.43 4.14 5.57 2/186 28310
/proc/meminfo: memFree=31051636/32951124 swapFree=67106388/67111528
[pid=28310] ppid=28308 vsize=15676644 CPUtime=0.1 cores=1,3,5,7
/proc/28310/stat : 28310 (java) S 28308 28310 28106 0 -1 4202496 5571 0 1 0 9 1 0 0 22 0 18 0 505766564 16052883456 5010 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28310/statm: 3919161 5010 2117 9 0 3909880 0
[pid=28310/tid=28311] ppid=28308 vsize=15676644 CPUtime=0.08 cores=1,3,5,7
/proc/28310/task/28311/stat : 28311 (java) R 28308 28310 28106 0 -1 4202560 3483 0 1 0 8 0 0 0 22 0 18 0 505766565 16052883456 5010 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 47489365597419 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676644

[startup+0.300335 s]
/proc/loadavg: 3.43 4.14 5.57 2/186 28310
/proc/meminfo: memFree=31051636/32951124 swapFree=67106388/67111528
[pid=28310] ppid=28308 vsize=15684596 CPUtime=0.51 cores=1,3,5,7
/proc/28310/stat : 28310 (java) S 28308 28310 28106 0 -1 4202496 13410 0 1 0 49 2 0 0 22 0 22 0 505766564 16061026304 11808 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28310/statm: 3921149 11808 2209 9 0 3911868 0
[pid=28310/tid=28311] ppid=28308 vsize=15684596 CPUtime=0.27 cores=1,3,5,7
/proc/28310/task/28311/stat : 28311 (java) R 28308 28310 28106 0 -1 4202560 8235 0 1 0 26 1 0 0 25 0 22 0 505766565 16061026304 11808 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 47489366211380 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15684596

[startup+0.700219 s]
/proc/loadavg: 3.43 4.14 5.57 2/186 28310
/proc/meminfo: memFree=31051636/32951124 swapFree=67106388/67111528
[pid=28310] ppid=28308 vsize=15699392 CPUtime=1.67 cores=1,3,5,7
/proc/28310/stat : 28310 (java) S 28308 28310 28106 0 -1 4202496 27488 0 1 0 161 6 0 0 22 0 22 0 505766564 16076177408 20965 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28310/statm: 3924848 20965 2261 9 0 3915567 0
[pid=28310/tid=28311] ppid=28308 vsize=15699392 CPUtime=0.48 cores=1,3,5,7
/proc/28310/task/28311/stat : 28311 (java) S 28308 28310 28106 0 -1 4202560 8869 0 1 0 46 2 0 0 25 0 22 0 505766565 16076177408 20965 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 15699392

[startup+1.50108 s]
/proc/loadavg: 3.43 4.14 5.57 14/220 28344
/proc/meminfo: memFree=30738584/32951124 swapFree=67106388/67111528
[pid=28310] ppid=28308 vsize=15697780 CPUtime=4.85 cores=1,3,5,7
/proc/28310/stat : 28310 (java) S 28308 28310 28106 0 -1 4202496 58798 0 1 0 476 9 0 0 22 0 22 0 505766564 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28310/statm: 3924445 51263 2285 9 0 3915164 0
[pid=28310/tid=28311] ppid=28308 vsize=15697780 CPUtime=0.48 cores=1,3,5,7
/proc/28310/task/28311/stat : 28311 (java) S 28308 28310 28106 0 -1 4202560 8869 0 1 0 46 2 0 0 25 0 22 0 505766565 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28314] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28314/stat : 28314 (java) S 28308 28310 28106 0 -1 4202560 678 0 0 0 0 0 0 0 16 0 22 0 505766565 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28315] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28315/stat : 28315 (java) S 28308 28310 28106 0 -1 4202560 1685 0 0 0 0 0 0 0 16 0 22 0 505766565 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 3 0 0 0
[pid=28310/tid=28316] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28316/stat : 28316 (java) S 28308 28310 28106 0 -1 4202560 1222 0 0 0 0 0 0 0 16 0 22 0 505766565 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28317] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28317/stat : 28317 (java) S 28308 28310 28106 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 22 0 505766565 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28318] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28318/stat : 28318 (java) S 28308 28310 28106 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 505766565 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28319] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28319/stat : 28319 (java) S 28308 28310 28106 0 -1 4202560 119 0 0 0 0 0 0 0 16 0 22 0 505766565 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28320] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28320/stat : 28320 (java) S 28308 28310 28106 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 22 0 505766565 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28321] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28321/stat : 28321 (java) S 28308 28310 28106 0 -1 4202560 552 0 0 0 0 0 0 0 15 0 22 0 505766565 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28324] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28324/stat : 28324 (java) S 28308 28310 28106 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 505766566 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471872 0 0 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28325] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28325/stat : 28325 (java) S 28308 28310 28106 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 505766567 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28326] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28326/stat : 28326 (java) S 28308 28310 28106 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505766567 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28332] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28332/stat : 28332 (java) S 28308 28310 28106 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 505766569 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051478961 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28333] ppid=28308 vsize=15697780 CPUtime=0.86 cores=1,3,5,7
/proc/28310/task/28333/stat : 28333 (java) S 28308 28310 28106 0 -1 4202560 8067 0 0 0 85 1 0 0 15 0 22 0 505766569 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 3 0 0 0
[pid=28310/tid=28334] ppid=28308 vsize=15697780 CPUtime=0.84 cores=1,3,5,7
/proc/28310/task/28334/stat : 28334 (java) S 28308 28310 28106 0 -1 4202560 8460 0 0 0 83 1 0 0 15 0 22 0 505766569 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28335] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28335/stat : 28335 (java) S 28308 28310 28106 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 505766569 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28336] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28336/stat : 28336 (java) S 28308 28310 28106 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 505766569 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471872 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28341] ppid=28308 vsize=15697780 CPUtime=0.93 cores=1,3,5,7
/proc/28310/task/28341/stat : 28341 (java) R 28308 28310 28106 0 -1 4202560 11504 0 0 0 92 1 0 0 16 0 22 0 505766593 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912505932715 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28310/tid=28342] ppid=28308 vsize=15697780 CPUtime=0.42 cores=1,3,5,7
/proc/28310/task/28342/stat : 28342 (java) R 28308 28310 28106 0 -1 4202560 2908 0 0 0 42 0 0 0 20 0 22 0 505766593 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912505786687 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28310/tid=28343] ppid=28308 vsize=15697780 CPUtime=0.53 cores=1,3,5,7
/proc/28310/task/28343/stat : 28343 (java) R 28308 28310 28106 0 -1 4202560 5124 0 0 0 53 0 0 0 21 0 22 0 505766593 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912505801538 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28310/tid=28344] ppid=28308 vsize=15697780 CPUtime=0.69 cores=1,3,5,7
/proc/28310/task/28344/stat : 28344 (java) R 28308 28310 28106 0 -1 4202560 7232 0 0 0 69 0 0 0 25 0 22 0 505766593 16074526720 51263 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912505821972 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 15697780

[startup+3.10079 s]
/proc/loadavg: 3.43 4.14 5.57 10/220 28344
/proc/meminfo: memFree=30407380/32951124 swapFree=67106388/67111528
[pid=28310] ppid=28308 vsize=15697780 CPUtime=11.23 cores=1,3,5,7
/proc/28310/stat : 28310 (java) S 28308 28310 28106 0 -1 4202496 154953 0 1 0 1102 21 0 0 22 0 22 0 505766564 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28310/statm: 3924445 144953 2285 9 0 3915164 0
[pid=28310/tid=28311] ppid=28308 vsize=15697780 CPUtime=0.48 cores=1,3,5,7
/proc/28310/task/28311/stat : 28311 (java) S 28308 28310 28106 0 -1 4202560 8869 0 1 0 46 2 0 0 25 0 22 0 505766565 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28314] ppid=28308 vsize=15697780 CPUtime=0.01 cores=1,3,5,7
/proc/28310/task/28314/stat : 28314 (java) S 28308 28310 28106 0 -1 4202560 2792 0 0 0 1 0 0 0 15 0 22 0 505766565 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28315] ppid=28308 vsize=15697780 CPUtime=0.01 cores=1,3,5,7
/proc/28310/task/28315/stat : 28315 (java) S 28308 28310 28106 0 -1 4202560 3010 0 0 0 1 0 0 0 15 0 22 0 505766565 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28316] ppid=28308 vsize=15697780 CPUtime=0.01 cores=1,3,5,7
/proc/28310/task/28316/stat : 28316 (java) S 28308 28310 28106 0 -1 4202560 3239 0 0 0 1 0 0 0 15 0 22 0 505766565 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28317] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28317/stat : 28317 (java) S 28308 28310 28106 0 -1 4202560 700 0 0 0 0 0 0 0 15 0 22 0 505766565 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28318] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28318/stat : 28318 (java) S 28308 28310 28106 0 -1 4202560 680 0 0 0 0 0 0 0 15 0 22 0 505766565 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 3 0 0 0
[pid=28310/tid=28319] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28319/stat : 28319 (java) S 28308 28310 28106 0 -1 4202560 1324 0 0 0 0 0 0 0 15 0 22 0 505766565 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28320] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28320/stat : 28320 (java) S 28308 28310 28106 0 -1 4202560 1759 0 0 0 0 0 0 0 15 0 22 0 505766565 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 3 0 0 0
[pid=28310/tid=28321] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28321/stat : 28321 (java) S 28308 28310 28106 0 -1 4202560 1843 0 0 0 0 0 0 0 15 0 22 0 505766565 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28324] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28324/stat : 28324 (java) S 28308 28310 28106 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 22 0 505766566 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471872 0 0 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28325] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28325/stat : 28325 (java) S 28308 28310 28106 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 505766567 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28326] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28326/stat : 28326 (java) S 28308 28310 28106 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505766567 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28332] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28332/stat : 28332 (java) S 28308 28310 28106 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 505766569 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051478961 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28333] ppid=28308 vsize=15697780 CPUtime=0.93 cores=1,3,5,7
/proc/28310/task/28333/stat : 28333 (java) S 28308 28310 28106 0 -1 4202560 8072 0 0 0 92 1 0 0 15 0 22 0 505766569 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28334] ppid=28308 vsize=15697780 CPUtime=0.9 cores=1,3,5,7
/proc/28310/task/28334/stat : 28334 (java) S 28308 28310 28106 0 -1 4202560 8469 0 0 0 89 1 0 0 15 0 22 0 505766569 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28335] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28335/stat : 28335 (java) S 28308 28310 28106 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 505766569 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28336] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28336/stat : 28336 (java) S 28308 28310 28106 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 505766569 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471872 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28341] ppid=28308 vsize=15697780 CPUtime=2.47 cores=1,3,5,7
/proc/28310/task/28341/stat : 28341 (java) R 28308 28310 28106 0 -1 4202560 33029 0 0 0 243 4 0 0 18 0 22 0 505766593 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912506199824 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28310/tid=28342] ppid=28308 vsize=15697780 CPUtime=1.98 cores=1,3,5,7
/proc/28310/task/28342/stat : 28342 (java) R 28308 28310 28106 0 -1 4202560 24118 0 0 0 195 3 0 0 25 0 22 0 505766593 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912505786272 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28310/tid=28343] ppid=28308 vsize=15697780 CPUtime=2.06 cores=1,3,5,7
/proc/28310/task/28343/stat : 28343 (java) R 28308 28310 28106 0 -1 4202560 26318 0 0 0 203 3 0 0 25 0 22 0 505766593 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912505609526 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28310/tid=28344] ppid=28308 vsize=15697780 CPUtime=2.27 cores=1,3,5,7
/proc/28310/task/28344/stat : 28344 (java) R 28308 28310 28106 0 -1 4202560 29155 0 0 0 225 2 0 0 25 0 22 0 505766593 16074526720 144953 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912505822941 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.23
Current children cumulated vsize (KiB) 15697780

[startup+6.30908 s]
/proc/loadavg: 3.88 4.22 5.59 9/220 28344
/proc/meminfo: memFree=29927240/32951124 swapFree=67106388/67111528
[pid=28310] ppid=28308 vsize=15697780 CPUtime=24.03 cores=1,3,5,7
/proc/28310/stat : 28310 (java) S 28308 28310 28106 0 -1 4202496 155458 0 1 0 2381 22 0 0 22 0 22 0 505766564 16074526720 137365 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28310/statm: 3924445 137365 2288 9 0 3915164 0
[pid=28310/tid=28311] ppid=28308 vsize=15697780 CPUtime=0.48 cores=1,3,5,7
/proc/28310/task/28311/stat : 28311 (java) S 28308 28310 28106 0 -1 4202560 8869 0 1 0 46 2 0 0 25 0 22 0 505766565 16074526720 137365 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28314] ppid=28308 vsize=15697780 CPUtime=0.01 cores=1,3,5,7
/proc/28310/task/28314/stat : 28314 (java) S 28308 28310 28106 0 -1 4202560 2844 0 0 0 1 0 0 0 15 0 22 0 505766565 16074526720 137365 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28315] ppid=28308 vsize=15697780 CPUtime=0.01 cores=1,3,5,7
/proc/28310/task/28315/stat : 28315 (java) S 28308 28310 28106 0 -1 4202560 3014 0 0 0 1 0 0 0 15 0 22 0 505766565 16074526720 137365 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28316] ppid=28308 vsize=15697780 CPUtime=0.01 cores=1,3,5,7
/proc/28310/task/28316/stat : 28316 (java) S 28308 28310 28106 0 -1 4202560 3283 0 0 0 1 0 0 0 16 0 22 0 505766565 16074526720 137365 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28317] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28317/stat : 28317 (java) S 28308 28310 28106 0 -1 4202560 855 0 0 0 0 0 0 0 16 0 22 0 505766565 16074526720 137365 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 3 0 0 0
[pid=28310/tid=28318] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28318/stat : 28318 (java) S 28308 28310 28106 0 -1 4202560 694 0 0 0 0 0 0 0 15 0 22 0 505766565 16074526720 137365 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 3 0 0 0
[pid=28310/tid=28319] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28319/stat : 28319 (java) S 28308 28310 28106 0 -1 4202560 1324 0 0 0 0 0 0 0 15 0 22 0 505766565 16074526720 137365 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28320] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28320/stat : 28320 (java) S 28308 28310 28106 0 -1 4202560 1941 0 0 0 0 0 0 0 15 0 22 0 505766565 16074526720 137365 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28321] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28321/stat : 28321 (java) S 28308 28310 28106 0 -1 4202560 1854 0 0 0 0 0 0 0 15 0 22 0 505766565 16074526720 137365 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0

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

[pid=28310/tid=28342] ppid=28308 vsize=15697780 CPUtime=1047.87 cores=1,3,5,7
/proc/28310/task/28342/stat : 28342 (java) R 28308 28310 28106 0 -1 4202560 204392 0 0 0 104752 35 0 0 25 0 22 0 505766593 16074526720 69884 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28310/tid=28343] ppid=28308 vsize=15697780 CPUtime=1048.28 cores=1,3,5,7
/proc/28310/task/28343/stat : 28343 (java) R 28308 28310 28106 0 -1 4202560 204354 0 0 0 104793 35 0 0 25 0 22 0 505766593 16074526720 69884 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912505725248 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28310/tid=28344] ppid=28308 vsize=15697780 CPUtime=1048.85 cores=1,3,5,7
/proc/28310/task/28344/stat : 28344 (java) R 28308 28310 28106 0 -1 4202560 211974 0 0 0 104848 37 0 0 25 0 22 0 505766593 16074526720 69884 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912505715431 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4222.6
Current children cumulated vsize (KiB) 15697780

[startup+1122.3 s]
/proc/loadavg: 8.11 8.00 7.33 9/220 28426
/proc/meminfo: memFree=28615252/32951124 swapFree=67106388/67111528
[pid=28310] ppid=28308 vsize=15697780 CPUtime=4461.01 cores=1,3,5,7
/proc/28310/stat : 28310 (java) S 28308 28310 28106 0 -1 4202496 1455496 0 1 0 445737 364 0 0 22 0 22 0 505766564 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28310/statm: 3924445 65685 2298 9 0 3915164 0
[pid=28310/tid=28311] ppid=28308 vsize=15697780 CPUtime=0.48 cores=1,3,5,7
/proc/28310/task/28311/stat : 28311 (java) S 28308 28310 28106 0 -1 4202560 8869 0 1 0 46 2 0 0 25 0 22 0 505766565 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28314] ppid=28308 vsize=15697780 CPUtime=3.05 cores=1,3,5,7
/proc/28310/task/28314/stat : 28314 (java) S 28308 28310 28106 0 -1 4202560 68884 0 0 0 288 17 0 0 15 0 22 0 505766565 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28315] ppid=28308 vsize=15697780 CPUtime=3.05 cores=1,3,5,7
/proc/28310/task/28315/stat : 28315 (java) S 28308 28310 28106 0 -1 4202560 68747 0 0 0 290 15 0 0 15 0 22 0 505766565 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28316] ppid=28308 vsize=15697780 CPUtime=3.1 cores=1,3,5,7
/proc/28310/task/28316/stat : 28316 (java) S 28308 28310 28106 0 -1 4202560 70815 0 0 0 293 17 0 0 15 0 22 0 505766565 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28317] ppid=28308 vsize=15697780 CPUtime=3.07 cores=1,3,5,7
/proc/28310/task/28317/stat : 28317 (java) S 28308 28310 28106 0 -1 4202560 66380 0 0 0 292 15 0 0 16 0 22 0 505766565 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 3 0 0 0
[pid=28310/tid=28318] ppid=28308 vsize=15697780 CPUtime=3.17 cores=1,3,5,7
/proc/28310/task/28318/stat : 28318 (java) S 28308 28310 28106 0 -1 4202560 68050 0 0 0 301 16 0 0 15 0 22 0 505766565 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28319] ppid=28308 vsize=15697780 CPUtime=3.1 cores=1,3,5,7
/proc/28310/task/28319/stat : 28319 (java) S 28308 28310 28106 0 -1 4202560 67753 0 0 0 292 18 0 0 16 0 22 0 505766565 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28320] ppid=28308 vsize=15697780 CPUtime=3.1 cores=1,3,5,7
/proc/28310/task/28320/stat : 28320 (java) S 28308 28310 28106 0 -1 4202560 68797 0 0 0 293 17 0 0 15 0 22 0 505766565 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28321] ppid=28308 vsize=15697780 CPUtime=3.06 cores=1,3,5,7
/proc/28310/task/28321/stat : 28321 (java) S 28308 28310 28106 0 -1 4202560 70970 0 0 0 290 16 0 0 15 0 22 0 505766565 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28324] ppid=28308 vsize=15697780 CPUtime=2.23 cores=1,3,5,7
/proc/28310/task/28324/stat : 28324 (java) S 28308 28310 28106 0 -1 4202560 3681 0 0 0 158 65 0 0 15 0 22 0 505766566 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471872 0 0 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28325] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28325/stat : 28325 (java) S 28308 28310 28106 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 505766567 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28326] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28326/stat : 28326 (java) S 28308 28310 28106 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505766567 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28332] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28332/stat : 28332 (java) S 28308 28310 28106 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 505766569 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051478961 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28333] ppid=28308 vsize=15697780 CPUtime=1.02 cores=1,3,5,7
/proc/28310/task/28333/stat : 28333 (java) S 28308 28310 28106 0 -1 4202560 8091 0 0 0 101 1 0 0 15 0 22 0 505766569 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28334] ppid=28308 vsize=15697780 CPUtime=1 cores=1,3,5,7
/proc/28310/task/28334/stat : 28334 (java) S 28308 28310 28106 0 -1 4202560 8487 0 0 0 99 1 0 0 15 0 22 0 505766569 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28335] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28335/stat : 28335 (java) S 28308 28310 28106 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 505766569 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28336] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28336/stat : 28336 (java) S 28308 28310 28106 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 505766569 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471872 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28341] ppid=28308 vsize=15697780 CPUtime=1108.73 cores=1,3,5,7
/proc/28310/task/28341/stat : 28341 (java) R 28308 28310 28106 0 -1 4202560 223839 0 0 0 110831 42 0 0 25 0 22 0 505766593 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 47489365534861 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28310/tid=28342] ppid=28308 vsize=15697780 CPUtime=1107.08 cores=1,3,5,7
/proc/28310/task/28342/stat : 28342 (java) R 28308 28310 28106 0 -1 4202560 214217 0 0 0 110670 38 0 0 25 0 22 0 505766593 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912505822921 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28310/tid=28343] ppid=28308 vsize=15697780 CPUtime=1107.55 cores=1,3,5,7
/proc/28310/task/28343/stat : 28343 (java) R 28308 28310 28106 0 -1 4202560 214250 0 0 0 110717 38 0 0 24 0 22 0 505766593 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912505801521 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28310/tid=28344] ppid=28308 vsize=15697780 CPUtime=1108.07 cores=1,3,5,7
/proc/28310/task/28344/stat : 28344 (java) R 28308 28310 28106 0 -1 4202560 222223 0 0 0 110767 40 0 0 25 0 22 0 505766593 16074526720 65685 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 47489365533003 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4461.01
Current children cumulated vsize (KiB) 15697780

[startup+1182.3 s]
/proc/loadavg: 8.09 8.01 7.37 9/220 28428
/proc/meminfo: memFree=28837784/32951124 swapFree=67106388/67111528
[pid=28310] ppid=28308 vsize=15697780 CPUtime=4699.56 cores=1,3,5,7
/proc/28310/stat : 28310 (java) S 28308 28310 28106 0 -1 4202496 1545188 0 1 0 469570 386 0 0 22 0 22 0 505766564 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28310/statm: 3924445 77292 2298 9 0 3915164 0
[pid=28310/tid=28311] ppid=28308 vsize=15697780 CPUtime=0.48 cores=1,3,5,7
/proc/28310/task/28311/stat : 28311 (java) S 28308 28310 28106 0 -1 4202560 8869 0 1 0 46 2 0 0 25 0 22 0 505766565 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28314] ppid=28308 vsize=15697780 CPUtime=3.23 cores=1,3,5,7
/proc/28310/task/28314/stat : 28314 (java) S 28308 28310 28106 0 -1 4202560 73380 0 0 0 305 18 0 0 15 0 22 0 505766565 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28315] ppid=28308 vsize=15697780 CPUtime=3.2 cores=1,3,5,7
/proc/28310/task/28315/stat : 28315 (java) S 28308 28310 28106 0 -1 4202560 73160 0 0 0 304 16 0 0 16 0 22 0 505766565 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28316] ppid=28308 vsize=15697780 CPUtime=3.26 cores=1,3,5,7
/proc/28310/task/28316/stat : 28316 (java) S 28308 28310 28106 0 -1 4202560 75424 0 0 0 308 18 0 0 15 0 22 0 505766565 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28317] ppid=28308 vsize=15697780 CPUtime=3.23 cores=1,3,5,7
/proc/28310/task/28317/stat : 28317 (java) S 28308 28310 28106 0 -1 4202560 70849 0 0 0 307 16 0 0 15 0 22 0 505766565 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 3 0 0 0
[pid=28310/tid=28318] ppid=28308 vsize=15697780 CPUtime=3.33 cores=1,3,5,7
/proc/28310/task/28318/stat : 28318 (java) S 28308 28310 28106 0 -1 4202560 72957 0 0 0 315 18 0 0 16 0 22 0 505766565 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28319] ppid=28308 vsize=15697780 CPUtime=3.26 cores=1,3,5,7
/proc/28310/task/28319/stat : 28319 (java) S 28308 28310 28106 0 -1 4202560 71927 0 0 0 307 19 0 0 16 0 22 0 505766565 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28320] ppid=28308 vsize=15697780 CPUtime=3.26 cores=1,3,5,7
/proc/28310/task/28320/stat : 28320 (java) S 28308 28310 28106 0 -1 4202560 72520 0 0 0 308 18 0 0 16 0 22 0 505766565 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28321] ppid=28308 vsize=15697780 CPUtime=3.24 cores=1,3,5,7
/proc/28310/task/28321/stat : 28321 (java) S 28308 28310 28106 0 -1 4202560 75443 0 0 0 307 17 0 0 16 0 22 0 505766565 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 3 0 0 0
[pid=28310/tid=28324] ppid=28308 vsize=15697780 CPUtime=2.36 cores=1,3,5,7
/proc/28310/task/28324/stat : 28324 (java) S 28308 28310 28106 0 -1 4202560 3920 0 0 0 168 68 0 0 15 0 22 0 505766566 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471872 0 0 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28325] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28325/stat : 28325 (java) S 28308 28310 28106 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 505766567 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28326] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28326/stat : 28326 (java) S 28308 28310 28106 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505766567 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28332] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28332/stat : 28332 (java) S 28308 28310 28106 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 505766569 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051478961 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28333] ppid=28308 vsize=15697780 CPUtime=1.02 cores=1,3,5,7
/proc/28310/task/28333/stat : 28333 (java) S 28308 28310 28106 0 -1 4202560 8091 0 0 0 101 1 0 0 15 0 22 0 505766569 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28334] ppid=28308 vsize=15697780 CPUtime=1 cores=1,3,5,7
/proc/28310/task/28334/stat : 28334 (java) S 28308 28310 28106 0 -1 4202560 8487 0 0 0 99 1 0 0 15 0 22 0 505766569 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28335] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28335/stat : 28335 (java) S 28308 28310 28106 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 505766569 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28336] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28336/stat : 28336 (java) S 28308 28310 28106 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 505766569 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471872 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28341] ppid=28308 vsize=15697780 CPUtime=1168.01 cores=1,3,5,7
/proc/28310/task/28341/stat : 28341 (java) R 28308 28310 28106 0 -1 4202560 237433 0 0 0 116757 44 0 0 25 0 22 0 505766593 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912506104846 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28310/tid=28342] ppid=28308 vsize=15697780 CPUtime=1166.29 cores=1,3,5,7
/proc/28310/task/28342/stat : 28342 (java) R 28308 28310 28106 0 -1 4202560 227894 0 0 0 116589 40 0 0 25 0 22 0 505766593 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 18446744073699065887 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28310/tid=28343] ppid=28308 vsize=15697780 CPUtime=1166.9 cores=1,3,5,7
/proc/28310/task/28343/stat : 28343 (java) R 28308 28310 28106 0 -1 4202560 227563 0 0 0 116650 40 0 0 25 0 22 0 505766593 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912506105046 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28310/tid=28344] ppid=28308 vsize=15697780 CPUtime=1167.31 cores=1,3,5,7
/proc/28310/task/28344/stat : 28344 (java) R 28308 28310 28106 0 -1 4202560 235825 0 0 0 116690 41 0 0 25 0 22 0 505766593 16074526720 77292 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912506104755 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4699.56
Current children cumulated vsize (KiB) 15697780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.6 s]
/proc/loadavg: 8.06 8.01 7.39 9/220 28428
/proc/meminfo: memFree=28992140/32951124 swapFree=67106388/67111528
[pid=28310] ppid=28308 vsize=15697780 CPUtime=4800.14 cores=1,3,5,7
/proc/28310/stat : 28310 (java) S 28308 28310 28106 0 -1 4202496 1571722 0 1 0 479622 392 0 0 22 0 22 0 505766564 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28310/statm: 3924445 71691 2298 9 0 3915164 0
[pid=28310/tid=28311] ppid=28308 vsize=15697780 CPUtime=0.48 cores=1,3,5,7
/proc/28310/task/28311/stat : 28311 (java) S 28308 28310 28106 0 -1 4202560 8869 0 1 0 46 2 0 0 25 0 22 0 505766565 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28314] ppid=28308 vsize=15697780 CPUtime=3.29 cores=1,3,5,7
/proc/28310/task/28314/stat : 28314 (java) S 28308 28310 28106 0 -1 4202560 75288 0 0 0 311 18 0 0 16 0 22 0 505766565 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28315] ppid=28308 vsize=15697780 CPUtime=3.26 cores=1,3,5,7
/proc/28310/task/28315/stat : 28315 (java) S 28308 28310 28106 0 -1 4202560 74515 0 0 0 310 16 0 0 15 0 22 0 505766565 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28316] ppid=28308 vsize=15697780 CPUtime=3.33 cores=1,3,5,7
/proc/28310/task/28316/stat : 28316 (java) S 28308 28310 28106 0 -1 4202560 76633 0 0 0 314 19 0 0 15 0 22 0 505766565 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 3 0 0 0
[pid=28310/tid=28317] ppid=28308 vsize=15697780 CPUtime=3.29 cores=1,3,5,7
/proc/28310/task/28317/stat : 28317 (java) S 28308 28310 28106 0 -1 4202560 72749 0 0 0 313 16 0 0 15 0 22 0 505766565 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28318] ppid=28308 vsize=15697780 CPUtime=3.39 cores=1,3,5,7
/proc/28310/task/28318/stat : 28318 (java) S 28308 28310 28106 0 -1 4202560 74965 0 0 0 321 18 0 0 15 0 22 0 505766565 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 3 0 0 0
[pid=28310/tid=28319] ppid=28308 vsize=15697780 CPUtime=3.31 cores=1,3,5,7
/proc/28310/task/28319/stat : 28319 (java) S 28308 28310 28106 0 -1 4202560 73259 0 0 0 312 19 0 0 15 0 22 0 505766565 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28320] ppid=28308 vsize=15697780 CPUtime=3.32 cores=1,3,5,7
/proc/28310/task/28320/stat : 28320 (java) S 28308 28310 28106 0 -1 4202560 73683 0 0 0 314 18 0 0 15 0 22 0 505766565 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28321] ppid=28308 vsize=15697780 CPUtime=3.31 cores=1,3,5,7
/proc/28310/task/28321/stat : 28321 (java) S 28308 28310 28106 0 -1 4202560 77472 0 0 0 313 18 0 0 16 0 22 0 505766565 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28324] ppid=28308 vsize=15697780 CPUtime=2.41 cores=1,3,5,7
/proc/28310/task/28324/stat : 28324 (java) S 28308 28310 28106 0 -1 4202560 4027 0 0 0 172 69 0 0 15 0 22 0 505766566 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471872 0 0 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28325] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28325/stat : 28325 (java) S 28308 28310 28106 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 505766567 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28326] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28326/stat : 28326 (java) S 28308 28310 28106 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 505766567 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28332] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28332/stat : 28332 (java) S 28308 28310 28106 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 505766569 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051478961 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28333] ppid=28308 vsize=15697780 CPUtime=1.02 cores=1,3,5,7
/proc/28310/task/28333/stat : 28333 (java) S 28308 28310 28106 0 -1 4202560 8091 0 0 0 101 1 0 0 15 0 22 0 505766569 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28334] ppid=28308 vsize=15697780 CPUtime=1 cores=1,3,5,7
/proc/28310/task/28334/stat : 28334 (java) S 28308 28310 28106 0 -1 4202560 8487 0 0 0 99 1 0 0 15 0 22 0 505766569 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 5 0 0 0
[pid=28310/tid=28335] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28335/stat : 28335 (java) S 28308 28310 28106 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 505766569 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471257 0 4 0 16800975 18446604463430734144 0 0 -1 7 0 0 0
[pid=28310/tid=28336] ppid=28308 vsize=15697780 CPUtime=0 cores=1,3,5,7
/proc/28310/task/28336/stat : 28336 (java) S 28308 28310 28106 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 505766569 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 212051471872 0 4 0 16800975 18446604463430734144 0 0 -1 1 0 0 0
[pid=28310/tid=28341] ppid=28308 vsize=15697780 CPUtime=1192.96 cores=1,3,5,7
/proc/28310/task/28341/stat : 28341 (java) R 28308 28310 28106 0 -1 4202560 240875 0 0 0 119251 45 0 0 25 0 22 0 505766593 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 47489365532896 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28310/tid=28342] ppid=28308 vsize=15697780 CPUtime=1191.35 cores=1,3,5,7
/proc/28310/task/28342/stat : 28342 (java) R 28308 28310 28106 0 -1 4202560 231050 0 0 0 119094 41 0 0 25 0 22 0 505766593 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912505715984 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28310/tid=28343] ppid=28308 vsize=15697780 CPUtime=1191.94 cores=1,3,5,7
/proc/28310/task/28343/stat : 28343 (java) R 28308 28310 28106 0 -1 4202560 231133 0 0 0 119153 41 0 0 25 0 22 0 505766593 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912505786556 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28310/tid=28344] ppid=28308 vsize=15697780 CPUtime=1192.31 cores=1,3,5,7
/proc/28310/task/28344/stat : 28344 (java) R 28308 28310 28106 0 -1 4202560 239179 0 0 0 119189 42 0 0 25 0 22 0 505766593 16074526720 71691 33554432000 1073741824 1073778376 140735618448752 18446744073709551615 46912505801519 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 15697780

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.63
CPU time (s): 4800.19
CPU user time (s): 4796.25
CPU system time (s): 3.9374
CPU usage (%): 397.489
Max. virtual memory (cumulated for all children) (KiB): 15699392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.25
system time used= 3.9374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1571749
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= 311054
involuntary context switches= 169894

runsolver used 1.9837 second user time and 4.66729 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-30 05:18:23
IDJOB=3312766
IDBENCH=82951
IDSOLVER=1699
FILE ID=node146/3312766-1304133503
RUNJOBID= node146-1304133503-28282
PBS_JOBID= 13170796
Free space on /tmp= 73348 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v175-c3727-S1592669696-022.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312766-1304133503/watcher-3312766-1304133503 -o /tmp/evaluation-result-3312766-1304133503/solver-3312766-1304133503 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312766-1304133503.cnf

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

MD5SUM BENCH= 23d58aabf220f78ecd3bc4380d2e7fb8
RANDOM SEED=264869935

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31052164 kB
Buffers:        403756 kB
Cached:        1059524 kB
SwapCached:        636 kB
Active:         109856 kB
Inactive:      1416172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31052164 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:            3176 kB
Writeback:           0 kB
AnonPages:       61540 kB
Mapped:          17824 kB
Slab:           309804 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   757092 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= 73348 MiB
End job on node146 at 2011-04-30 05:38:33