Trace number 3311293

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.58 1206.51

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.10/0.12	06:50 INFO : Reading from input HOME/instance-3311293-1304118409.cnf
0.62/0.48	Executor set job limit to 1000000
0.62/0.48	Executor set job limit to 1000000
0.62/0.48	Executor set job limit to 1000000
0.62/0.48	Executor set job limit to 1000000
0.62/0.48	Starting Executor!
0.62/0.48	Starting Executor!
0.62/0.48	Starting Executor!
0.62/0.48	Starting Executor!
1.72/0.96	06:50 INFO : 300 variables remaining out of 300
1.72/0.96	06:50 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-3311293-1304118409/watcher-3311293-1304118409 -o /tmp/evaluation-result-3311293-1304118409/solver-3311293-1304118409 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311293-1304118409.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 3.81 5.45 6.86 4/189 23803
/proc/meminfo: memFree=30804908/32951124 swapFree=67111464/67111528
[pid=23801] ppid=23799 vsize=28436 CPUtime=0 cores=1,3,5,7
/proc/23801/stat : 23801 (java) S 23799 23801 23457 0 -1 4202496 1431 0 0 0 0 0 0 0 17 0 2 0 602071516 29118464 902 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032198629 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/23801/statm: 7645 905 692 9 0 381 0
[pid=23801/tid=23804] ppid=23799 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23804/stat : 23804 (java) R 23799 23801 23457 0 -1 4202560 92 0 0 0 0 0 0 0 18 0 2 0 602071517 31313920 918 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260015433493 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0997451 s]
/proc/loadavg: 3.81 5.45 6.86 4/189 23803
/proc/meminfo: memFree=30804908/32951124 swapFree=67111464/67111528
[pid=23801] ppid=23799 vsize=15676224 CPUtime=0.1 cores=1,3,5,7
/proc/23801/stat : 23801 (java) S 23799 23801 23457 0 -1 4202496 5541 0 1 0 9 1 0 0 17 0 18 0 602071516 16052453376 4973 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23801/statm: 3919056 4973 2117 9 0 3909775 0
[pid=23801/tid=23804] ppid=23799 vsize=15676224 CPUtime=0.09 cores=1,3,5,7
/proc/23801/task/23804/stat : 23804 (java) R 23799 23801 23457 0 -1 4202560 3487 0 1 0 8 1 0 0 18 0 18 0 602071517 16052453376 5036 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032224635 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676224

[startup+0.104274 s]
/proc/loadavg: 3.81 5.45 6.86 4/189 23803
/proc/meminfo: memFree=30804908/32951124 swapFree=67111464/67111528
[pid=23801] ppid=23799 vsize=15676224 CPUtime=0.1 cores=1,3,5,7
/proc/23801/stat : 23801 (java) S 23799 23801 23457 0 -1 4202496 5619 0 1 0 9 1 0 0 17 0 18 0 602071516 16052453376 5051 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23801/statm: 3919056 5051 2118 9 0 3909775 0
[pid=23801/tid=23804] ppid=23799 vsize=15676224 CPUtime=0.09 cores=1,3,5,7
/proc/23801/task/23804/stat : 23804 (java) R 23799 23801 23457 0 -1 4202560 3502 0 1 0 8 1 0 0 18 0 18 0 602071517 16052453376 5051 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032222667 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676224

[startup+0.300227 s]
/proc/loadavg: 3.81 5.45 6.86 4/189 23803
/proc/meminfo: memFree=30804908/32951124 swapFree=67111464/67111528
[pid=23801] ppid=23799 vsize=15681148 CPUtime=0.52 cores=1,3,5,7
/proc/23801/stat : 23801 (java) S 23799 23801 23457 0 -1 4202496 15526 0 1 0 49 3 0 0 17 0 18 0 602071516 16057495552 13739 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23801/statm: 3920287 13744 2207 9 0 3911006 0
[pid=23801/tid=23804] ppid=23799 vsize=15681148 CPUtime=0.28 cores=1,3,5,7
/proc/23801/task/23804/stat : 23804 (java) R 23799 23801 23457 0 -1 4202560 10414 0 1 0 27 1 0 0 18 0 18 0 602071517 16057495552 13747 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 46912505641427 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681148

[startup+0.701149 s]
/proc/loadavg: 3.81 5.45 6.86 4/189 23803
/proc/meminfo: memFree=30804908/32951124 swapFree=67111464/67111528
[pid=23801] ppid=23799 vsize=15685260 CPUtime=1.14 cores=1,3,5,7
/proc/23801/stat : 23801 (java) S 23799 23801 23457 0 -1 4202496 47017 0 1 0 108 6 0 0 17 0 22 0 602071516 16061706240 43122 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23801/statm: 3921315 43122 2248 9 0 3912034 0
[pid=23801/tid=23804] ppid=23799 vsize=15685260 CPUtime=0.68 cores=1,3,5,7
/proc/23801/task/23804/stat : 23804 (java) R 23799 23801 23457 0 -1 4202560 35621 0 1 0 64 4 0 0 20 0 22 0 602071517 16061706240 43122 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 47175150597011 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 15685260

[startup+1.50373 s]
/proc/loadavg: 3.81 5.45 6.86 5/220 23834
/proc/meminfo: memFree=30497536/32951124 swapFree=67111464/67111528
[pid=23801] ppid=23799 vsize=15697844 CPUtime=3.69 cores=1,3,5,7
/proc/23801/stat : 23801 (java) S 23799 23801 23457 0 -1 4202496 58012 0 1 0 362 7 0 0 17 0 22 0 602071516 16074592256 48590 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23801/statm: 3924461 48590 2274 9 0 3915180 0
[pid=23801/tid=23804] ppid=23799 vsize=15697844 CPUtime=0.95 cores=1,3,5,7
/proc/23801/task/23804/stat : 23804 (java) S 23799 23801 23457 0 -1 4202560 35675 0 1 0 91 4 0 0 20 0 22 0 602071517 16074592256 48590 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23806] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23806/stat : 23806 (java) S 23799 23801 23457 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 22 0 602071517 16074592256 48590 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23807] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23807/stat : 23807 (java) S 23799 23801 23457 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 602071517 16074592256 48590 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 7 0 0 0
[pid=23801/tid=23808] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23808/stat : 23808 (java) S 23799 23801 23457 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 602071517 16074592256 48590 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 7 0 0 0
[pid=23801/tid=23809] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23809/stat : 23809 (java) S 23799 23801 23457 0 -1 4202560 37 0 0 0 0 0 0 0 16 0 22 0 602071517 16074592256 48590 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23810] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23810/stat : 23810 (java) S 23799 23801 23457 0 -1 4202560 330 0 0 0 0 0 0 0 16 0 22 0 602071517 16074592256 48590 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23811] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23811/stat : 23811 (java) S 23799 23801 23457 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 602071517 16074592256 48591 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23812] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23812/stat : 23812 (java) S 23799 23801 23457 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 602071517 16074592256 48591 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23813] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23813/stat : 23813 (java) R 23799 23801 23457 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 602071517 16074592256 48591 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032212934 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23801/tid=23814] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23814/stat : 23814 (java) S 23799 23801 23457 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 602071518 16074592256 48593 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 0 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23820] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23820/stat : 23820 (java) S 23799 23801 23457 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 602071519 16074592256 48594 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23821] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23821/stat : 23821 (java) S 23799 23801 23457 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 602071519 16074592256 48596 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23822] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23822/stat : 23822 (java) S 23799 23801 23457 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 602071521 16074592256 48598 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032219569 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23823] ppid=23799 vsize=15697844 CPUtime=0.66 cores=1,3,5,7
/proc/23801/task/23823/stat : 23823 (java) S 23799 23801 23457 0 -1 4202560 5639 0 0 0 66 0 0 0 15 0 22 0 602071521 16074592256 48600 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 7 0 0 0
[pid=23801/tid=23824] ppid=23799 vsize=15697844 CPUtime=0.88 cores=1,3,5,7
/proc/23801/task/23824/stat : 23824 (java) S 23799 23801 23457 0 -1 4202560 14833 0 0 0 87 1 0 0 24 0 22 0 602071521 16074592256 48603 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23825] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23825/stat : 23825 (java) S 23799 23801 23457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 602071521 16074592256 48605 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23826] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23826/stat : 23826 (java) S 23799 23801 23457 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 602071521 16074592256 48606 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032212480 0 4 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23831] ppid=23799 vsize=15697844 CPUtime=0.29 cores=1,3,5,7
/proc/23801/task/23831/stat : 23831 (java) S 23799 23801 23457 0 -1 4202560 31 0 0 0 29 0 0 0 16 0 22 0 602071565 16074592256 48608 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23832] ppid=23799 vsize=15697844 CPUtime=0.15 cores=1,3,5,7
/proc/23801/task/23832/stat : 23832 (java) S 23799 23801 23457 0 -1 4202560 13 0 0 0 15 0 0 0 16 0 22 0 602071565 16074592256 48610 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23833] ppid=23799 vsize=15697844 CPUtime=0.26 cores=1,3,5,7
/proc/23801/task/23833/stat : 23833 (java) S 23799 23801 23457 0 -1 4202560 10 0 0 0 26 0 0 0 15 0 22 0 602071565 16074592256 48613 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 7 0 0 0
[pid=23801/tid=23834] ppid=23799 vsize=15697844 CPUtime=0.44 cores=1,3,5,7
/proc/23801/task/23834/stat : 23834 (java) S 23799 23801 23457 0 -1 4202560 10 0 0 0 44 0 0 0 16 0 22 0 602071565 16074592256 48620 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 15697844

[startup+3.10068 s]
/proc/loadavg: 4.23 5.51 6.87 12/220 23834
/proc/meminfo: memFree=30232424/32951124 swapFree=67111464/67111528
[pid=23801] ppid=23799 vsize=15697844 CPUtime=10.05 cores=1,3,5,7
/proc/23801/stat : 23801 (java) S 23799 23801 23457 0 -1 4202496 86651 0 1 0 993 12 0 0 17 0 22 0 602071516 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23801/statm: 3924461 77123 2274 9 0 3915180 0
[pid=23801/tid=23804] ppid=23799 vsize=15697844 CPUtime=0.95 cores=1,3,5,7
/proc/23801/task/23804/stat : 23804 (java) S 23799 23801 23457 0 -1 4202560 35675 0 1 0 91 4 0 0 20 0 22 0 602071517 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23806] ppid=23799 vsize=15697844 CPUtime=0.02 cores=1,3,5,7
/proc/23801/task/23806/stat : 23806 (java) S 23799 23801 23457 0 -1 4202560 5692 0 0 0 1 1 0 0 16 0 22 0 602071517 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 7 0 0 0
[pid=23801/tid=23807] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23807/stat : 23807 (java) S 23799 23801 23457 0 -1 4202560 2137 0 0 0 0 0 0 0 15 0 22 0 602071517 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 7 0 0 0
[pid=23801/tid=23808] ppid=23799 vsize=15697844 CPUtime=0.01 cores=1,3,5,7
/proc/23801/task/23808/stat : 23808 (java) S 23799 23801 23457 0 -1 4202560 4263 0 0 0 1 0 0 0 16 0 22 0 602071517 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23809] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23809/stat : 23809 (java) S 23799 23801 23457 0 -1 4202560 4071 0 0 0 0 0 0 0 15 0 22 0 602071517 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 7 0 0 0
[pid=23801/tid=23810] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23810/stat : 23810 (java) S 23799 23801 23457 0 -1 4202560 1591 0 0 0 0 0 0 0 16 0 22 0 602071517 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23811] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23811/stat : 23811 (java) S 23799 23801 23457 0 -1 4202560 1100 0 0 0 0 0 0 0 16 0 22 0 602071517 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23812] ppid=23799 vsize=15697844 CPUtime=0.02 cores=1,3,5,7
/proc/23801/task/23812/stat : 23812 (java) S 23799 23801 23457 0 -1 4202560 4948 0 0 0 2 0 0 0 16 0 22 0 602071517 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23813] ppid=23799 vsize=15697844 CPUtime=0.01 cores=1,3,5,7
/proc/23801/task/23813/stat : 23813 (java) S 23799 23801 23457 0 -1 4202560 5128 0 0 0 1 0 0 0 16 0 22 0 602071517 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23814] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23814/stat : 23814 (java) S 23799 23801 23457 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 22 0 602071518 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032212480 0 0 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23820] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23820/stat : 23820 (java) S 23799 23801 23457 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 602071519 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23821] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23821/stat : 23821 (java) S 23799 23801 23457 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 602071519 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23822] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23822/stat : 23822 (java) S 23799 23801 23457 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 602071521 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032219569 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23823] ppid=23799 vsize=15697844 CPUtime=0.83 cores=1,3,5,7
/proc/23801/task/23823/stat : 23823 (java) S 23799 23801 23457 0 -1 4202560 5651 0 0 0 83 0 0 0 15 0 22 0 602071521 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 7 0 0 0
[pid=23801/tid=23824] ppid=23799 vsize=15697844 CPUtime=0.89 cores=1,3,5,7
/proc/23801/task/23824/stat : 23824 (java) R 23799 23801 23457 0 -1 4202560 14833 0 0 0 88 1 0 0 18 0 22 0 602071521 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23801/tid=23825] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23825/stat : 23825 (java) S 23799 23801 23457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 602071521 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23826] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23826/stat : 23826 (java) S 23799 23801 23457 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 602071521 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032212480 0 4 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23831] ppid=23799 vsize=15697844 CPUtime=1.85 cores=1,3,5,7
/proc/23801/task/23831/stat : 23831 (java) R 23799 23801 23457 0 -1 4202560 31 0 0 0 185 0 0 0 17 0 22 0 602071565 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 46912505875630 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23801/tid=23832] ppid=23799 vsize=15697844 CPUtime=1.65 cores=1,3,5,7
/proc/23801/task/23832/stat : 23832 (java) R 23799 23801 23457 0 -1 4202560 14 0 0 0 165 0 0 0 17 0 22 0 602071565 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 47175154398257 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23801/tid=23833] ppid=23799 vsize=15697844 CPUtime=1.7 cores=1,3,5,7
/proc/23801/task/23833/stat : 23833 (java) R 23799 23801 23457 0 -1 4202560 12 0 0 0 170 0 0 0 17 0 22 0 602071565 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 46912505767968 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23801/tid=23834] ppid=23799 vsize=15697844 CPUtime=1.99 cores=1,3,5,7
/proc/23801/task/23834/stat : 23834 (java) R 23799 23801 23457 0 -1 4202560 11 0 0 0 199 0 0 0 17 0 22 0 602071565 16074592256 77123 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 46912505789968 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.05
Current children cumulated vsize (KiB) 15697844

[startup+6.30109 s]
/proc/loadavg: 4.23 5.51 6.87 10/220 23834
/proc/meminfo: memFree=28638676/32951124 swapFree=67111464/67111528
[pid=23801] ppid=23799 vsize=15697844 CPUtime=22.81 cores=1,3,5,7
/proc/23801/stat : 23801 (java) S 23799 23801 23457 0 -1 4202496 226755 0 1 0 2247 34 0 0 17 0 22 0 602071516 16074592256 216260 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23801/statm: 3924461 216260 2284 9 0 3915180 0
[pid=23801/tid=23804] ppid=23799 vsize=15697844 CPUtime=0.95 cores=1,3,5,7
/proc/23801/task/23804/stat : 23804 (java) S 23799 23801 23457 0 -1 4202560 35675 0 1 0 91 4 0 0 20 0 22 0 602071517 16074592256 216260 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23806] ppid=23799 vsize=15697844 CPUtime=0.06 cores=1,3,5,7
/proc/23801/task/23806/stat : 23806 (java) S 23799 23801 23457 0 -1 4202560 18123 0 0 0 3 3 0 0 16 0 22 0 602071517 16074592256 216260 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23807] ppid=23799 vsize=15697844 CPUtime=0.04 cores=1,3,5,7
/proc/23801/task/23807/stat : 23807 (java) S 23799 23801 23457 0 -1 4202560 11493 0 0 0 2 2 0 0 15 0 22 0 602071517 16074592256 216260 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23808] ppid=23799 vsize=15697844 CPUtime=0.06 cores=1,3,5,7
/proc/23801/task/23808/stat : 23808 (java) S 23799 23801 23457 0 -1 4202560 20675 0 0 0 3 3 0 0 16 0 22 0 602071517 16074592256 216260 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23809] ppid=23799 vsize=15697844 CPUtime=0.04 cores=1,3,5,7
/proc/23801/task/23809/stat : 23809 (java) S 23799 23801 23457 0 -1 4202560 14291 0 0 0 2 2 0 0 15 0 22 0 602071517 16074592256 216260 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23810] ppid=23799 vsize=15697844 CPUtime=0.04 cores=1,3,5,7
/proc/23801/task/23810/stat : 23810 (java) S 23799 23801 23457 0 -1 4202560 14203 0 0 0 1 3 0 0 16 0 22 0 602071517 16074592256 216260 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23811] ppid=23799 vsize=15697844 CPUtime=0.03 cores=1,3,5,7
/proc/23801/task/23811/stat : 23811 (java) S 23799 23801 23457 0 -1 4202560 8911 0 0 0 2 1 0 0 15 0 22 0 602071517 16074592256 216260 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23812] ppid=23799 vsize=15697844 CPUtime=0.02 cores=1,3,5,7
/proc/23801/task/23812/stat : 23812 (java) S 23799 23801 23457 0 -1 4202560 5440 0 0 0 2 0 0 0 16 0 22 0 602071517 16074592256 216260 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23813] ppid=23799 vsize=15697844 CPUtime=0.05 cores=1,3,5,7
/proc/23801/task/23813/stat : 23813 (java) S 23799 23801 23457 0 -1 4202560 15390 0 0 0 3 2 0 0 16 0 22 0 602071517 16074592256 216260 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 7 0 0 0

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

[pid=23801/tid=23832] ppid=23799 vsize=15697844 CPUtime=1048.61 cores=1,3,5,7
/proc/23801/task/23832/stat : 23832 (java) R 23799 23801 23457 0 -1 4202560 206974 0 0 0 104829 32 0 0 25 0 22 0 602071565 16074592256 120801 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 46912505845114 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23801/tid=23833] ppid=23799 vsize=15697844 CPUtime=1048.5 cores=1,3,5,7
/proc/23801/task/23833/stat : 23833 (java) R 23799 23801 23457 0 -1 4202560 206303 0 0 0 104821 29 0 0 25 0 22 0 602071565 16074592256 120801 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23801/tid=23834] ppid=23799 vsize=15697844 CPUtime=1048.82 cores=1,3,5,7
/proc/23801/task/23834/stat : 23834 (java) R 23799 23801 23457 0 -1 4202560 208555 0 0 0 104852 30 0 0 25 0 22 0 602071565 16074592256 120801 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 46912506134885 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4226.7
Current children cumulated vsize (KiB) 15697844

[startup+1122.3 s]
/proc/loadavg: 8.17 8.09 7.72 10/220 23863
/proc/meminfo: memFree=26150724/32951124 swapFree=67111464/67111528
[pid=23801] ppid=23799 vsize=15697844 CPUtime=4465.51 cores=1,3,5,7
/proc/23801/stat : 23801 (java) S 23799 23801 23457 0 -1 4202496 1761720 0 1 0 446168 383 0 0 17 0 22 0 602071516 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23801/statm: 3924461 123482 2299 9 0 3915180 0
[pid=23801/tid=23804] ppid=23799 vsize=15697844 CPUtime=0.95 cores=1,3,5,7
/proc/23801/task/23804/stat : 23804 (java) S 23799 23801 23457 0 -1 4202560 35675 0 1 0 91 4 0 0 20 0 22 0 602071517 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23806] ppid=23799 vsize=15697844 CPUtime=3.53 cores=1,3,5,7
/proc/23801/task/23806/stat : 23806 (java) S 23799 23801 23457 0 -1 4202560 103507 0 0 0 329 24 0 0 16 0 22 0 602071517 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23807] ppid=23799 vsize=15697844 CPUtime=3.6 cores=1,3,5,7
/proc/23801/task/23807/stat : 23807 (java) S 23799 23801 23457 0 -1 4202560 102944 0 0 0 338 22 0 0 16 0 22 0 602071517 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23808] ppid=23799 vsize=15697844 CPUtime=3.55 cores=1,3,5,7
/proc/23801/task/23808/stat : 23808 (java) S 23799 23801 23457 0 -1 4202560 103911 0 0 0 332 23 0 0 15 0 22 0 602071517 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23809] ppid=23799 vsize=15697844 CPUtime=3.56 cores=1,3,5,7
/proc/23801/task/23809/stat : 23809 (java) S 23799 23801 23457 0 -1 4202560 95703 0 0 0 333 23 0 0 16 0 22 0 602071517 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23810] ppid=23799 vsize=15697844 CPUtime=3.61 cores=1,3,5,7
/proc/23801/task/23810/stat : 23810 (java) S 23799 23801 23457 0 -1 4202560 101785 0 0 0 336 25 0 0 16 0 22 0 602071517 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23811] ppid=23799 vsize=15697844 CPUtime=3.52 cores=1,3,5,7
/proc/23801/task/23811/stat : 23811 (java) S 23799 23801 23457 0 -1 4202560 96170 0 0 0 332 20 0 0 15 0 22 0 602071517 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23812] ppid=23799 vsize=15697844 CPUtime=3.5 cores=1,3,5,7
/proc/23801/task/23812/stat : 23812 (java) S 23799 23801 23457 0 -1 4202560 94827 0 0 0 328 22 0 0 16 0 22 0 602071517 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 7 0 0 0
[pid=23801/tid=23813] ppid=23799 vsize=15697844 CPUtime=3.64 cores=1,3,5,7
/proc/23801/task/23813/stat : 23813 (java) S 23799 23801 23457 0 -1 4202560 108626 0 0 0 341 23 0 0 16 0 22 0 602071517 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 7 0 0 0
[pid=23801/tid=23814] ppid=23799 vsize=15697844 CPUtime=1.61 cores=1,3,5,7
/proc/23801/task/23814/stat : 23814 (java) S 23799 23801 23457 0 -1 4202560 4957 0 0 0 108 53 0 0 15 0 22 0 602071518 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032212480 0 0 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23820] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23820/stat : 23820 (java) S 23799 23801 23457 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 602071519 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23821] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23821/stat : 23821 (java) S 23799 23801 23457 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 602071519 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23822] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23822/stat : 23822 (java) S 23799 23801 23457 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 602071521 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032219569 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23823] ppid=23799 vsize=15697844 CPUtime=1.25 cores=1,3,5,7
/proc/23801/task/23823/stat : 23823 (java) S 23799 23801 23457 0 -1 4202560 5701 0 0 0 125 0 0 0 15 0 22 0 602071521 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23824] ppid=23799 vsize=15697844 CPUtime=1.07 cores=1,3,5,7
/proc/23801/task/23824/stat : 23824 (java) S 23799 23801 23457 0 -1 4202560 14878 0 0 0 105 2 0 0 15 0 22 0 602071521 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23825] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23825/stat : 23825 (java) S 23799 23801 23457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 602071521 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23826] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23826/stat : 23826 (java) S 23799 23801 23457 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 602071521 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032212480 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23831] ppid=23799 vsize=15697844 CPUtime=1108.11 cores=1,3,5,7
/proc/23801/task/23831/stat : 23831 (java) R 23799 23801 23457 0 -1 4202560 227981 0 0 0 110775 36 0 0 25 0 22 0 602071565 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23801/tid=23832] ppid=23799 vsize=15697844 CPUtime=1107.93 cores=1,3,5,7
/proc/23801/task/23832/stat : 23832 (java) R 23799 23801 23457 0 -1 4202560 220543 0 0 0 110759 34 0 0 25 0 22 0 602071565 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 46912505740264 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23801/tid=23833] ppid=23799 vsize=15697844 CPUtime=1107.76 cores=1,3,5,7
/proc/23801/task/23833/stat : 23833 (java) R 23799 23801 23457 0 -1 4202560 220509 0 0 0 110744 32 0 0 25 0 22 0 602071565 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 46912505601717 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23801/tid=23834] ppid=23799 vsize=15697844 CPUtime=1108.15 cores=1,3,5,7
/proc/23801/task/23834/stat : 23834 (java) R 23799 23801 23457 0 -1 4202560 222553 0 0 0 110784 31 0 0 25 0 22 0 602071565 16074592256 123482 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 46912505825345 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4465.51
Current children cumulated vsize (KiB) 15697844

[startup+1182.3 s]
/proc/loadavg: 8.14 8.10 7.74 10/220 23865
/proc/meminfo: memFree=27166800/32951124 swapFree=67111464/67111528
[pid=23801] ppid=23799 vsize=15697844 CPUtime=4704.31 cores=1,3,5,7
/proc/23801/stat : 23801 (java) S 23799 23801 23457 0 -1 4202496 1854539 0 1 0 470027 404 0 0 17 0 22 0 602071516 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23801/statm: 3924461 130779 2299 9 0 3915180 0
[pid=23801/tid=23804] ppid=23799 vsize=15697844 CPUtime=0.95 cores=1,3,5,7
/proc/23801/task/23804/stat : 23804 (java) S 23799 23801 23457 0 -1 4202560 35675 0 1 0 91 4 0 0 20 0 22 0 602071517 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23806] ppid=23799 vsize=15697844 CPUtime=3.74 cores=1,3,5,7
/proc/23801/task/23806/stat : 23806 (java) S 23799 23801 23457 0 -1 4202560 109647 0 0 0 348 26 0 0 16 0 22 0 602071517 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23807] ppid=23799 vsize=15697844 CPUtime=3.82 cores=1,3,5,7
/proc/23801/task/23807/stat : 23807 (java) S 23799 23801 23457 0 -1 4202560 108821 0 0 0 359 23 0 0 15 0 22 0 602071517 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23808] ppid=23799 vsize=15697844 CPUtime=3.75 cores=1,3,5,7
/proc/23801/task/23808/stat : 23808 (java) S 23799 23801 23457 0 -1 4202560 109561 0 0 0 350 25 0 0 15 0 22 0 602071517 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23809] ppid=23799 vsize=15697844 CPUtime=3.77 cores=1,3,5,7
/proc/23801/task/23809/stat : 23809 (java) S 23799 23801 23457 0 -1 4202560 100476 0 0 0 353 24 0 0 15 0 22 0 602071517 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23810] ppid=23799 vsize=15697844 CPUtime=3.79 cores=1,3,5,7
/proc/23801/task/23810/stat : 23810 (java) S 23799 23801 23457 0 -1 4202560 108066 0 0 0 352 27 0 0 15 0 22 0 602071517 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23811] ppid=23799 vsize=15697844 CPUtime=3.71 cores=1,3,5,7
/proc/23801/task/23811/stat : 23811 (java) S 23799 23801 23457 0 -1 4202560 102413 0 0 0 350 21 0 0 15 0 22 0 602071517 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 7 0 0 0
[pid=23801/tid=23812] ppid=23799 vsize=15697844 CPUtime=3.7 cores=1,3,5,7
/proc/23801/task/23812/stat : 23812 (java) S 23799 23801 23457 0 -1 4202560 100557 0 0 0 347 23 0 0 16 0 22 0 602071517 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 7 0 0 0
[pid=23801/tid=23813] ppid=23799 vsize=15697844 CPUtime=3.82 cores=1,3,5,7
/proc/23801/task/23813/stat : 23813 (java) S 23799 23801 23457 0 -1 4202560 114385 0 0 0 359 23 0 0 15 0 22 0 602071517 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23814] ppid=23799 vsize=15697844 CPUtime=1.7 cores=1,3,5,7
/proc/23801/task/23814/stat : 23814 (java) S 23799 23801 23457 0 -1 4202560 5210 0 0 0 114 56 0 0 15 0 22 0 602071518 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032212480 0 0 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23820] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23820/stat : 23820 (java) S 23799 23801 23457 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 602071519 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23821] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23821/stat : 23821 (java) S 23799 23801 23457 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 602071519 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23822] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23822/stat : 23822 (java) S 23799 23801 23457 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 602071521 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032219569 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23823] ppid=23799 vsize=15697844 CPUtime=1.25 cores=1,3,5,7
/proc/23801/task/23823/stat : 23823 (java) S 23799 23801 23457 0 -1 4202560 5701 0 0 0 125 0 0 0 15 0 22 0 602071521 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23824] ppid=23799 vsize=15697844 CPUtime=1.07 cores=1,3,5,7
/proc/23801/task/23824/stat : 23824 (java) S 23799 23801 23457 0 -1 4202560 14878 0 0 0 105 2 0 0 15 0 22 0 602071521 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23825] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23825/stat : 23825 (java) S 23799 23801 23457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 602071521 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23826] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23826/stat : 23826 (java) S 23799 23801 23457 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 602071521 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032212480 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23831] ppid=23799 vsize=15697844 CPUtime=1167.37 cores=1,3,5,7
/proc/23801/task/23831/stat : 23831 (java) R 23799 23801 23457 0 -1 4202560 239826 0 0 0 116700 37 0 0 25 0 22 0 602071565 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 46912506135409 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23801/tid=23832] ppid=23799 vsize=15697844 CPUtime=1167.22 cores=1,3,5,7
/proc/23801/task/23832/stat : 23832 (java) R 23799 23801 23457 0 -1 4202560 232133 0 0 0 116686 36 0 0 25 0 22 0 602071565 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 46912506135691 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23801/tid=23833] ppid=23799 vsize=15697844 CPUtime=1167.09 cores=1,3,5,7
/proc/23801/task/23833/stat : 23833 (java) R 23799 23801 23457 0 -1 4202560 231248 0 0 0 116676 33 0 0 25 0 22 0 602071565 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 46912505914839 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23801/tid=23834] ppid=23799 vsize=15697844 CPUtime=1167.39 cores=1,3,5,7
/proc/23801/task/23834/stat : 23834 (java) R 23799 23801 23457 0 -1 4202560 234491 0 0 0 116705 34 0 0 25 0 22 0 602071565 16074592256 130779 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 46912505789973 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4704.31
Current children cumulated vsize (KiB) 15697844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.4 s]
/proc/loadavg: 8.07 8.09 7.75 6/216 23913
/proc/meminfo: memFree=30117588/32951124 swapFree=67111464/67111528
[pid=23801] ppid=23799 vsize=15697844 CPUtime=4800.24 cores=1,3,5,7
/proc/23801/stat : 23801 (java) S 23799 23801 23457 0 -1 4202496 1893721 0 1 0 479613 411 0 0 17 0 22 0 602071516 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23801/statm: 3924461 133719 2299 9 0 3915180 0
[pid=23801/tid=23804] ppid=23799 vsize=15697844 CPUtime=0.95 cores=1,3,5,7
/proc/23801/task/23804/stat : 23804 (java) S 23799 23801 23457 0 -1 4202560 35675 0 1 0 91 4 0 0 20 0 22 0 602071517 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23806] ppid=23799 vsize=15697844 CPUtime=3.82 cores=1,3,5,7
/proc/23801/task/23806/stat : 23806 (java) S 23799 23801 23457 0 -1 4202560 112089 0 0 0 356 26 0 0 16 0 22 0 602071517 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23807] ppid=23799 vsize=15697844 CPUtime=3.89 cores=1,3,5,7
/proc/23801/task/23807/stat : 23807 (java) S 23799 23801 23457 0 -1 4202560 109897 0 0 0 366 23 0 0 15 0 22 0 602071517 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 7 0 0 0
[pid=23801/tid=23808] ppid=23799 vsize=15697844 CPUtime=3.82 cores=1,3,5,7
/proc/23801/task/23808/stat : 23808 (java) S 23799 23801 23457 0 -1 4202560 111826 0 0 0 357 25 0 0 16 0 22 0 602071517 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23809] ppid=23799 vsize=15697844 CPUtime=3.86 cores=1,3,5,7
/proc/23801/task/23809/stat : 23809 (java) S 23799 23801 23457 0 -1 4202560 102984 0 0 0 362 24 0 0 16 0 22 0 602071517 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 7 0 0 0
[pid=23801/tid=23810] ppid=23799 vsize=15697844 CPUtime=3.85 cores=1,3,5,7
/proc/23801/task/23810/stat : 23810 (java) S 23799 23801 23457 0 -1 4202560 109943 0 0 0 358 27 0 0 15 0 22 0 602071517 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 7 0 0 0
[pid=23801/tid=23811] ppid=23799 vsize=15697844 CPUtime=3.8 cores=1,3,5,7
/proc/23801/task/23811/stat : 23811 (java) S 23799 23801 23457 0 -1 4202560 104989 0 0 0 358 22 0 0 16 0 22 0 602071517 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23812] ppid=23799 vsize=15697844 CPUtime=3.76 cores=1,3,5,7
/proc/23801/task/23812/stat : 23812 (java) S 23799 23801 23457 0 -1 4202560 103166 0 0 0 353 23 0 0 16 0 22 0 602071517 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 7 0 0 0
[pid=23801/tid=23813] ppid=23799 vsize=15697844 CPUtime=3.9 cores=1,3,5,7
/proc/23801/task/23813/stat : 23813 (java) S 23799 23801 23457 0 -1 4202560 116714 0 0 0 366 24 0 0 15 0 22 0 602071517 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23814] ppid=23799 vsize=15697844 CPUtime=1.74 cores=1,3,5,7
/proc/23801/task/23814/stat : 23814 (java) S 23799 23801 23457 0 -1 4202560 5310 0 0 0 117 57 0 0 16 0 22 0 602071518 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032212480 0 0 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23820] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23820/stat : 23820 (java) S 23799 23801 23457 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 602071519 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23821] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23821/stat : 23821 (java) S 23799 23801 23457 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 602071519 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 3 0 0 0
[pid=23801/tid=23822] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23822/stat : 23822 (java) S 23799 23801 23457 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 602071521 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032219569 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23823] ppid=23799 vsize=15697844 CPUtime=1.25 cores=1,3,5,7
/proc/23801/task/23823/stat : 23823 (java) S 23799 23801 23457 0 -1 4202560 5701 0 0 0 125 0 0 0 15 0 22 0 602071521 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23824] ppid=23799 vsize=15697844 CPUtime=1.07 cores=1,3,5,7
/proc/23801/task/23824/stat : 23824 (java) S 23799 23801 23457 0 -1 4202560 14878 0 0 0 105 2 0 0 15 0 22 0 602071521 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23825] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23825/stat : 23825 (java) S 23799 23801 23457 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 602071521 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032211865 0 4 0 16800975 18446604460835554624 0 0 -1 5 0 0 0
[pid=23801/tid=23826] ppid=23799 vsize=15697844 CPUtime=0 cores=1,3,5,7
/proc/23801/task/23826/stat : 23826 (java) S 23799 23801 23457 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 602071521 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 260032212480 0 4 0 16800975 18446604460835554624 0 0 -1 1 0 0 0
[pid=23801/tid=23831] ppid=23799 vsize=15697844 CPUtime=1191.21 cores=1,3,5,7
/proc/23801/task/23831/stat : 23831 (java) R 23799 23801 23457 0 -1 4202560 244541 0 0 0 119083 38 0 0 25 0 22 0 602071565 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 46912506135393 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23801/tid=23832] ppid=23799 vsize=15697844 CPUtime=1191.06 cores=1,3,5,7
/proc/23801/task/23832/stat : 23832 (java) R 23799 23801 23457 0 -1 4202560 237900 0 0 0 119068 38 0 0 25 0 22 0 602071565 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 46912505989120 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=23801/tid=23833] ppid=23799 vsize=15697844 CPUtime=1190.94 cores=1,3,5,7
/proc/23801/task/23833/stat : 23833 (java) R 23799 23801 23457 0 -1 4202560 236957 0 0 0 119060 34 0 0 25 0 22 0 602071565 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 46912505740051 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23801/tid=23834] ppid=23799 vsize=15697844 CPUtime=1191.15 cores=1,3,5,7
/proc/23801/task/23834/stat : 23834 (java) R 23799 23801 23457 0 -1 4202560 239699 0 0 0 119080 35 0 0 25 0 22 0 602071565 16074592256 133719 33554432000 1073741824 1073778376 140735261870960 18446744073709551615 46912505845058 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 15697844

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

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

Child status: 143
Real time (s): 1206.51
CPU time (s): 4800.58
CPU user time (s): 4796.44
CPU system time (s): 4.14037
CPU usage (%): 397.891
Max. virtual memory (cumulated for all children) (KiB): 15700632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.44
system time used= 4.14037
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1893747
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= 183353
involuntary context switches= 124370

runsolver used 2.03669 second user time and 4.5913 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-30 01:06:49
IDJOB=3311293
IDBENCH=82678
IDSOLVER=1698
FILE ID=node110/3311293-1304118409
RUNJOBID= node110-1304118409-23772
PBS_JOBID= 13170707
Free space on /tmp= 72836 MiB

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

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

MD5SUM BENCH= 3d96bca49fe954bb59442ef617e689bb
RANDOM SEED=518103271

node110.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.83
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.83
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.76
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.83
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30805444 kB
Buffers:        927996 kB
Cached:         743004 kB
SwapCached:         64 kB
Active:         142896 kB
Inactive:      1597872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30805444 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            4088 kB
Writeback:           4 kB
AnonPages:       69092 kB
Mapped:          21080 kB
Slab:           342020 kB
PageTables:       5052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   771224 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= 72832 MiB
End job on node110 at 2011-04-30 01:26:58