Trace number 3312017

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.89 1208.06

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n190-s29985700-unsat.cnf
MD5SUMf2cf61fc47972fb7e89be65d1a83332e
Bench CategoryCRAFTED (crafted 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 variables193
Number of clauses396
Sum of the clauses size1188
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3396
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	02:15 INFO : Reading from input HOME/instance-3312017-1304182935.cnf
0.10/0.18	Executor set job limit to 1000000
0.10/0.18	Executor set job limit to 1000000
0.10/0.18	Executor set job limit to 1000000
0.10/0.18	Executor set job limit to 1000000
0.10/0.18	Starting Executor!
0.10/0.18	Starting Executor!
0.10/0.18	Starting Executor!
0.10/0.18	Starting Executor!
0.26/0.22	02:15 INFO : 193 variables remaining out of 193
0.26/0.22	02:15 INFO : 1584 literals remaining out of 1584

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-3312017-1304182935/watcher-3312017-1304182935 -o /tmp/evaluation-result-3312017-1304182935/solver-3312017-1304182935 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312017-1304182935.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.53 5.00 6.62 2/178 28313
/proc/meminfo: memFree=21979988/32951124 swapFree=67111524/67111528
[pid=28313] ppid=28311 vsize=26140 CPUtime=0 cores=1,3,5,7
/proc/28313/stat : 28313 (java) R 28311 28313 27899 0 -1 4202496 1395 0 0 0 0 0 0 0 24 0 2 0 510709106 26767360 873 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264726461425 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/28313/statm: 6522 869 663 9 0 381 0
[pid=28313/tid=28314] ppid=28311 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28314/stat : 28314 (java) R 28311 28313 27899 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 510709107 26714112 884 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264721481351 0 2147483391 4096 0 0 0 0 -1 5 0 0 0

[startup+0.082182 s]
/proc/loadavg: 3.53 5.00 6.62 2/178 28313
/proc/meminfo: memFree=21979988/32951124 swapFree=67111524/67111528
[pid=28313] ppid=28311 vsize=15677088 CPUtime=0.07 cores=1,3,5,7
/proc/28313/stat : 28313 (java) S 28311 28313 27899 0 -1 4202496 5211 0 1 0 7 0 0 0 24 0 18 0 510709106 16053338112 4644 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28313/statm: 3919272 4647 2086 9 0 3909991 0
[pid=28313/tid=28314] ppid=28311 vsize=15677088 CPUtime=0.06 cores=1,3,5,7
/proc/28313/task/28314/stat : 28314 (java) R 28311 28313 27899 0 -1 4202560 3162 0 1 0 6 0 0 0 18 0 18 0 510709107 16053338112 4648 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738231755 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15677088

[startup+0.103213 s]
/proc/loadavg: 3.53 5.00 6.62 2/178 28313
/proc/meminfo: memFree=21979988/32951124 swapFree=67111524/67111528
[pid=28313] ppid=28311 vsize=15677088 CPUtime=0.1 cores=1,3,5,7
/proc/28313/stat : 28313 (java) S 28311 28313 27899 0 -1 4202496 5573 0 1 0 9 1 0 0 24 0 18 0 510709106 16053338112 5006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28313/statm: 3919272 5007 2117 9 0 3909991 0
[pid=28313/tid=28314] ppid=28311 vsize=15677088 CPUtime=0.07 cores=1,3,5,7
/proc/28313/task/28314/stat : 28314 (java) R 28311 28313 27899 0 -1 4202560 3441 0 1 0 7 0 0 0 18 0 18 0 510709107 16053338112 5008 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 47096848655107 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) 15677088

[startup+0.300162 s]
/proc/loadavg: 3.53 5.00 6.62 2/178 28313
/proc/meminfo: memFree=21979988/32951124 swapFree=67111524/67111528
[pid=28313] ppid=28311 vsize=15684272 CPUtime=0.42 cores=1,3,5,7
/proc/28313/stat : 28313 (java) S 28311 28313 27899 0 -1 4202496 9472 0 1 0 41 1 0 0 24 0 22 0 510709106 16060694528 8297 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28313/statm: 3921068 8298 2221 9 0 3911787 0
[pid=28313/tid=28314] ppid=28311 vsize=15684272 CPUtime=0.19 cores=1,3,5,7
/proc/28313/task/28314/stat : 28314 (java) S 28311 28313 27899 0 -1 4202560 4642 0 1 0 19 0 0 0 19 0 22 0 510709107 16060694528 8299 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 15684272

[startup+0.70551 s]
/proc/loadavg: 3.53 5.00 6.62 2/178 28313
/proc/meminfo: memFree=21979988/32951124 swapFree=67111524/67111528
[pid=28313] ppid=28311 vsize=15689392 CPUtime=2.2 cores=1,3,5,7
/proc/28313/stat : 28313 (java) S 28311 28313 27899 0 -1 4202496 44686 0 1 0 214 6 0 0 24 0 22 0 510709106 16065937408 40413 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28313/statm: 3922348 40413 2268 9 0 3913067 0
[pid=28313/tid=28314] ppid=28311 vsize=15689392 CPUtime=0.19 cores=1,3,5,7
/proc/28313/task/28314/stat : 28314 (java) S 28311 28313 27899 0 -1 4202560 4642 0 1 0 19 0 0 0 19 0 22 0 510709107 16065937408 40413 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 15689392

[startup+1.50091 s]
/proc/loadavg: 3.53 5.00 6.62 13/220 28355
/proc/meminfo: memFree=21661168/32951124 swapFree=67111524/67111528
[pid=28313] ppid=28311 vsize=15689392 CPUtime=5.09 cores=1,3,5,7
/proc/28313/stat : 28313 (java) S 28311 28313 27899 0 -1 4202496 79076 0 1 0 499 10 0 0 24 0 22 0 510709106 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28313/statm: 3922348 74506 2288 9 0 3913067 0
[pid=28313/tid=28314] ppid=28311 vsize=15689392 CPUtime=0.19 cores=1,3,5,7
/proc/28313/task/28314/stat : 28314 (java) S 28311 28313 27899 0 -1 4202560 4642 0 1 0 19 0 0 0 19 0 22 0 510709107 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28317] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28317/stat : 28317 (java) S 28311 28313 27899 0 -1 4202560 828 0 0 0 0 0 0 0 16 0 22 0 510709107 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28319] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28319/stat : 28319 (java) S 28311 28313 27899 0 -1 4202560 260 0 0 0 0 0 0 0 15 0 22 0 510709107 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28321] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28321/stat : 28321 (java) S 28311 28313 27899 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 22 0 510709107 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 1 0 0 0
[pid=28313/tid=28323] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28323/stat : 28323 (java) S 28311 28313 27899 0 -1 4202560 370 0 0 0 0 0 0 0 16 0 22 0 510709107 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 1 0 0 0
[pid=28313/tid=28325] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28325/stat : 28325 (java) S 28311 28313 27899 0 -1 4202560 468 0 0 0 0 0 0 0 15 0 22 0 510709107 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 1 0 0 0
[pid=28313/tid=28327] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28327/stat : 28327 (java) S 28311 28313 27899 0 -1 4202560 361 0 0 0 0 0 0 0 15 0 22 0 510709107 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0
[pid=28313/tid=28329] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28329/stat : 28329 (java) S 28311 28313 27899 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 22 0 510709107 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28331] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28331/stat : 28331 (java) S 28311 28313 27899 0 -1 4202560 400 0 0 0 0 0 0 0 16 0 22 0 510709107 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0
[pid=28313/tid=28333] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28333/stat : 28333 (java) S 28311 28313 27899 0 -1 4202560 199 0 0 0 0 0 0 0 16 0 22 0 510709108 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738221568 0 0 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28335] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28335/stat : 28335 (java) S 28311 28313 27899 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 510709109 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28337] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28337/stat : 28337 (java) S 28311 28313 27899 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 510709109 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28339] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28339/stat : 28339 (java) S 28311 28313 27899 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 510709111 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738228657 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28341] ppid=28311 vsize=15689392 CPUtime=0.7 cores=1,3,5,7
/proc/28313/task/28341/stat : 28341 (java) S 28311 28313 27899 0 -1 4202560 5211 0 0 0 70 0 0 0 16 0 22 0 510709111 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28343] ppid=28311 vsize=15689392 CPUtime=0.61 cores=1,3,5,7
/proc/28313/task/28343/stat : 28343 (java) S 28311 28313 27899 0 -1 4202560 3213 0 0 0 61 0 0 0 15 0 22 0 510709111 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28345] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28345/stat : 28345 (java) S 28311 28313 27899 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 510709111 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28347] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28347/stat : 28347 (java) S 28311 28313 27899 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510709111 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738221568 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0
[pid=28313/tid=28352] ppid=28311 vsize=15689392 CPUtime=1.1 cores=1,3,5,7
/proc/28313/task/28352/stat : 28352 (java) R 28311 28313 27899 0 -1 4202560 21798 0 0 0 108 2 0 0 18 0 22 0 510709125 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505616862 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28313/tid=28353] ppid=28311 vsize=15689392 CPUtime=0.68 cores=1,3,5,7
/proc/28313/task/28353/stat : 28353 (java) R 28311 28313 27899 0 -1 4202560 11574 0 0 0 67 1 0 0 19 0 22 0 510709125 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505892597 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28313/tid=28354] ppid=28311 vsize=15689392 CPUtime=0.78 cores=1,3,5,7
/proc/28313/task/28354/stat : 28354 (java) R 28311 28313 27899 0 -1 4202560 10306 0 0 0 78 0 0 0 18 0 22 0 510709125 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505738359 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28313/tid=28355] ppid=28311 vsize=15689392 CPUtime=0.91 cores=1,3,5,7
/proc/28313/task/28355/stat : 28355 (java) R 28311 28313 27899 0 -1 4202560 17798 0 0 0 89 2 0 0 18 0 22 0 510709125 16065937408 74506 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 15689392

[startup+3.1016 s]
/proc/loadavg: 3.53 5.00 6.62 9/220 28355
/proc/meminfo: memFree=20896468/32951124 swapFree=67111524/67111528
[pid=28313] ppid=28311 vsize=15689392 CPUtime=11.47 cores=1,3,5,7
/proc/28313/stat : 28313 (java) S 28311 28313 27899 0 -1 4202496 142459 0 1 0 1128 19 0 0 24 0 22 0 510709106 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28313/statm: 3922348 136615 2288 9 0 3913067 0
[pid=28313/tid=28314] ppid=28311 vsize=15689392 CPUtime=0.19 cores=1,3,5,7
/proc/28313/task/28314/stat : 28314 (java) S 28311 28313 27899 0 -1 4202560 4642 0 1 0 19 0 0 0 19 0 22 0 510709107 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28317] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28317/stat : 28317 (java) S 28311 28313 27899 0 -1 4202560 863 0 0 0 0 0 0 0 15 0 22 0 510709107 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28319] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28319/stat : 28319 (java) S 28311 28313 27899 0 -1 4202560 299 0 0 0 0 0 0 0 15 0 22 0 510709107 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28321] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28321/stat : 28321 (java) S 28311 28313 27899 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 22 0 510709107 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 1 0 0 0
[pid=28313/tid=28323] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28323/stat : 28323 (java) S 28311 28313 27899 0 -1 4202560 405 0 0 0 0 0 0 0 16 0 22 0 510709107 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28325] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28325/stat : 28325 (java) S 28311 28313 27899 0 -1 4202560 612 0 0 0 0 0 0 0 15 0 22 0 510709107 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 1 0 0 0
[pid=28313/tid=28327] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28327/stat : 28327 (java) S 28311 28313 27899 0 -1 4202560 400 0 0 0 0 0 0 0 15 0 22 0 510709107 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28329] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28329/stat : 28329 (java) S 28311 28313 27899 0 -1 4202560 196 0 0 0 0 0 0 0 15 0 22 0 510709107 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0
[pid=28313/tid=28331] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28331/stat : 28331 (java) S 28311 28313 27899 0 -1 4202560 425 0 0 0 0 0 0 0 15 0 22 0 510709107 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0
[pid=28313/tid=28333] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28333/stat : 28333 (java) S 28311 28313 27899 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 22 0 510709108 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738221568 0 0 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28335] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28335/stat : 28335 (java) S 28311 28313 27899 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 510709109 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28337] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28337/stat : 28337 (java) S 28311 28313 27899 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 510709109 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28339] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28339/stat : 28339 (java) S 28311 28313 27899 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 510709111 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738228657 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28341] ppid=28311 vsize=15689392 CPUtime=0.7 cores=1,3,5,7
/proc/28313/task/28341/stat : 28341 (java) S 28311 28313 27899 0 -1 4202560 5211 0 0 0 70 0 0 0 16 0 22 0 510709111 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28343] ppid=28311 vsize=15689392 CPUtime=0.61 cores=1,3,5,7
/proc/28313/task/28343/stat : 28343 (java) S 28311 28313 27899 0 -1 4202560 3213 0 0 0 61 0 0 0 15 0 22 0 510709111 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28345] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28345/stat : 28345 (java) S 28311 28313 27899 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 510709111 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28347] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28347/stat : 28347 (java) S 28311 28313 27899 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510709111 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738221568 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0
[pid=28313/tid=28352] ppid=28311 vsize=15689392 CPUtime=2.69 cores=1,3,5,7
/proc/28313/task/28352/stat : 28352 (java) R 28311 28313 27899 0 -1 4202560 37757 0 0 0 265 4 0 0 20 0 22 0 510709125 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505893350 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28313/tid=28353] ppid=28311 vsize=15689392 CPUtime=2.27 cores=1,3,5,7
/proc/28313/task/28353/stat : 28353 (java) R 28311 28313 27899 0 -1 4202560 27579 0 0 0 224 3 0 0 22 0 22 0 510709125 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505845888 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28313/tid=28354] ppid=28311 vsize=15689392 CPUtime=2.38 cores=1,3,5,7
/proc/28313/task/28354/stat : 28354 (java) R 28311 28313 27899 0 -1 4202560 26079 0 0 0 235 3 0 0 19 0 22 0 510709125 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505757340 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28313/tid=28355] ppid=28311 vsize=15689392 CPUtime=2.51 cores=1,3,5,7
/proc/28313/task/28355/stat : 28355 (java) R 28311 28313 27899 0 -1 4202560 33077 0 0 0 247 4 0 0 20 0 22 0 510709125 16065937408 136615 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505735797 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.47
Current children cumulated vsize (KiB) 15689392

[startup+6.301 s]
/proc/loadavg: 3.89 5.05 6.63 7/220 28404
/proc/meminfo: memFree=21293708/32951124 swapFree=67111524/67111528
[pid=28313] ppid=28311 vsize=15689392 CPUtime=24.2 cores=1,3,5,7
/proc/28313/stat : 28313 (java) S 28311 28313 27899 0 -1 4202496 142668 0 1 0 2399 21 0 0 24 0 22 0 510709106 16065937408 130432 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28313/statm: 3922348 130432 2288 9 0 3913067 0
[pid=28313/tid=28314] ppid=28311 vsize=15689392 CPUtime=0.19 cores=1,3,5,7
/proc/28313/task/28314/stat : 28314 (java) S 28311 28313 27899 0 -1 4202560 4642 0 1 0 19 0 0 0 19 0 22 0 510709107 16065937408 130432 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28317] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28317/stat : 28317 (java) S 28311 28313 27899 0 -1 4202560 881 0 0 0 0 0 0 0 15 0 22 0 510709107 16065937408 130432 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0
[pid=28313/tid=28319] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28319/stat : 28319 (java) S 28311 28313 27899 0 -1 4202560 317 0 0 0 0 0 0 0 15 0 22 0 510709107 16065937408 130432 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28321] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28321/stat : 28321 (java) S 28311 28313 27899 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 22 0 510709107 16065937408 130432 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 1 0 0 0
[pid=28313/tid=28323] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28323/stat : 28323 (java) S 28311 28313 27899 0 -1 4202560 410 0 0 0 0 0 0 0 15 0 22 0 510709107 16065937408 130432 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28325] ppid=28311 vsize=15689392 CPUtime=0.01 cores=1,3,5,7
/proc/28313/task/28325/stat : 28325 (java) S 28311 28313 27899 0 -1 4202560 636 0 0 0 1 0 0 0 15 0 22 0 510709107 16065937408 130432 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 1 0 0 0
[pid=28313/tid=28327] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28327/stat : 28327 (java) S 28311 28313 27899 0 -1 4202560 429 0 0 0 0 0 0 0 15 0 22 0 510709107 16065937408 130432 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0
[pid=28313/tid=28329] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28329/stat : 28329 (java) S 28311 28313 27899 0 -1 4202560 229 0 0 0 0 0 0 0 16 0 22 0 510709107 16065937408 130432 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28331] ppid=28311 vsize=15689392 CPUtime=0.01 cores=1,3,5,7
/proc/28313/task/28331/stat : 28331 (java) S 28311 28313 27899 0 -1 4202560 467 0 0 0 1 0 0 0 15 0 22 0 510709107 16065937408 130432 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0

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

[pid=28313/tid=28353] ppid=28311 vsize=15689392 CPUtime=1107.63 cores=1,3,5,7
/proc/28313/task/28353/stat : 28353 (java) R 28311 28313 27899 0 -1 4202560 65864 0 0 0 110648 115 0 0 22 0 22 0 510709125 16065937408 140842 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505962904 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28313/tid=28354] ppid=28311 vsize=15689392 CPUtime=1107.62 cores=1,3,5,7
/proc/28313/task/28354/stat : 28354 (java) R 28311 28313 27899 0 -1 4202560 64977 0 0 0 110638 124 0 0 25 0 22 0 510709125 16065937408 140842 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28313/tid=28355] ppid=28311 vsize=15689392 CPUtime=1107.81 cores=1,3,5,7
/proc/28313/task/28355/stat : 28355 (java) R 28311 28313 27899 0 -1 4202560 71239 0 0 0 110653 128 0 0 18 0 22 0 510709125 16065937408 140842 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505989678 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4460.27
Current children cumulated vsize (KiB) 15689392

[startup+1182.3 s]
/proc/loadavg: 7.97 7.98 7.64 9/220 28435
/proc/meminfo: memFree=20567116/32951124 swapFree=67111524/67111528
[pid=28313] ppid=28311 vsize=15689392 CPUtime=4698.72 cores=1,3,5,7
/proc/28313/stat : 28313 (java) S 28311 28313 27899 0 -1 4202496 505422 0 1 0 469205 667 0 0 24 0 22 0 510709106 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28313/statm: 3922348 138006 2298 9 0 3913067 0
[pid=28313/tid=28314] ppid=28311 vsize=15689392 CPUtime=0.19 cores=1,3,5,7
/proc/28313/task/28314/stat : 28314 (java) S 28311 28313 27899 0 -1 4202560 4642 0 1 0 19 0 0 0 19 0 22 0 510709107 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28317] ppid=28311 vsize=15689392 CPUtime=3.45 cores=1,3,5,7
/proc/28313/task/28317/stat : 28317 (java) S 28311 28313 27899 0 -1 4202560 26910 0 0 0 331 14 0 0 15 0 22 0 510709107 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28319] ppid=28311 vsize=15689392 CPUtime=3.4 cores=1,3,5,7
/proc/28313/task/28319/stat : 28319 (java) S 28311 28313 27899 0 -1 4202560 25943 0 0 0 326 14 0 0 15 0 22 0 510709107 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0
[pid=28313/tid=28321] ppid=28311 vsize=15689392 CPUtime=3.35 cores=1,3,5,7
/proc/28313/task/28321/stat : 28321 (java) S 28311 28313 27899 0 -1 4202560 25451 0 0 0 325 10 0 0 15 0 22 0 510709107 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0
[pid=28313/tid=28323] ppid=28311 vsize=15689392 CPUtime=3.39 cores=1,3,5,7
/proc/28313/task/28323/stat : 28323 (java) S 28311 28313 27899 0 -1 4202560 25495 0 0 0 325 14 0 0 15 0 22 0 510709107 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 1 0 0 0
[pid=28313/tid=28325] ppid=28311 vsize=15689392 CPUtime=3.42 cores=1,3,5,7
/proc/28313/task/28325/stat : 28325 (java) S 28311 28313 27899 0 -1 4202560 25612 0 0 0 329 13 0 0 15 0 22 0 510709107 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0
[pid=28313/tid=28327] ppid=28311 vsize=15689392 CPUtime=3.51 cores=1,3,5,7
/proc/28313/task/28327/stat : 28327 (java) S 28311 28313 27899 0 -1 4202560 26888 0 0 0 338 13 0 0 15 0 22 0 510709107 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28329] ppid=28311 vsize=15689392 CPUtime=3.39 cores=1,3,5,7
/proc/28313/task/28329/stat : 28329 (java) S 28311 28313 27899 0 -1 4202560 25538 0 0 0 327 12 0 0 16 0 22 0 510709107 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28331] ppid=28311 vsize=15689392 CPUtime=3.32 cores=1,3,5,7
/proc/28313/task/28331/stat : 28331 (java) S 28311 28313 27899 0 -1 4202560 26639 0 0 0 320 12 0 0 15 0 22 0 510709107 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 1 0 0 0
[pid=28313/tid=28333] ppid=28311 vsize=15689392 CPUtime=1.91 cores=1,3,5,7
/proc/28313/task/28333/stat : 28333 (java) S 28311 28313 27899 0 -1 4202560 1246 0 0 0 147 44 0 0 15 0 22 0 510709108 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738221568 0 0 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28335] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28335/stat : 28335 (java) S 28311 28313 27899 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 510709109 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28337] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28337/stat : 28337 (java) S 28311 28313 27899 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 510709109 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28339] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28339/stat : 28339 (java) S 28311 28313 27899 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 510709111 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738228657 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28341] ppid=28311 vsize=15689392 CPUtime=0.75 cores=1,3,5,7
/proc/28313/task/28341/stat : 28341 (java) S 28311 28313 27899 0 -1 4202560 5222 0 0 0 75 0 0 0 16 0 22 0 510709111 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28343] ppid=28311 vsize=15689392 CPUtime=0.69 cores=1,3,5,7
/proc/28313/task/28343/stat : 28343 (java) S 28311 28313 27899 0 -1 4202560 3241 0 0 0 69 0 0 0 16 0 22 0 510709111 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28345] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28345/stat : 28345 (java) S 28311 28313 27899 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 510709111 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28347] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28347/stat : 28347 (java) S 28311 28313 27899 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 510709111 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738221568 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28352] ppid=28311 vsize=15689392 CPUtime=1166.93 cores=1,3,5,7
/proc/28313/task/28352/stat : 28352 (java) R 28311 28313 27899 0 -1 4202560 76983 0 0 0 116565 128 0 0 20 0 22 0 510709125 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 47096848623800 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28313/tid=28353] ppid=28311 vsize=15689392 CPUtime=1166.89 cores=1,3,5,7
/proc/28313/task/28353/stat : 28353 (java) R 28311 28313 27899 0 -1 4202560 66514 0 0 0 116569 120 0 0 25 0 22 0 510709125 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505606280 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28313/tid=28354] ppid=28311 vsize=15689392 CPUtime=1166.84 cores=1,3,5,7
/proc/28313/task/28354/stat : 28354 (java) R 28311 28313 27899 0 -1 4202560 65673 0 0 0 116555 129 0 0 25 0 22 0 510709125 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505572697 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28313/tid=28355] ppid=28311 vsize=15689392 CPUtime=1167.11 cores=1,3,5,7
/proc/28313/task/28355/stat : 28355 (java) R 28311 28313 27899 0 -1 4202560 71972 0 0 0 116575 136 0 0 25 0 22 0 510709125 16065937408 138006 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505617146 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4698.72
Current children cumulated vsize (KiB) 15689392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.91 s]
/proc/loadavg: 7.86 7.95 7.64 9/220 28436
/proc/meminfo: memFree=20650432/32951124 swapFree=67111524/67111528
[pid=28313] ppid=28311 vsize=15689392 CPUtime=4800.38 cores=1,3,5,7
/proc/28313/stat : 28313 (java) S 28311 28313 27899 0 -1 4202496 513253 0 1 0 479356 682 0 0 24 0 22 0 510709106 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28313/statm: 3922348 134303 2298 9 0 3913067 0
[pid=28313/tid=28314] ppid=28311 vsize=15689392 CPUtime=0.19 cores=1,3,5,7
/proc/28313/task/28314/stat : 28314 (java) S 28311 28313 27899 0 -1 4202560 4642 0 1 0 19 0 0 0 19 0 22 0 510709107 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28317] ppid=28311 vsize=15689392 CPUtime=3.53 cores=1,3,5,7
/proc/28313/task/28317/stat : 28317 (java) S 28311 28313 27899 0 -1 4202560 27897 0 0 0 339 14 0 0 15 0 22 0 510709107 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28319] ppid=28311 vsize=15689392 CPUtime=3.46 cores=1,3,5,7
/proc/28313/task/28319/stat : 28319 (java) S 28311 28313 27899 0 -1 4202560 26680 0 0 0 332 14 0 0 15 0 22 0 510709107 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28321] ppid=28311 vsize=15689392 CPUtime=3.41 cores=1,3,5,7
/proc/28313/task/28321/stat : 28321 (java) S 28311 28313 27899 0 -1 4202560 26326 0 0 0 331 10 0 0 16 0 22 0 510709107 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 1 0 0 0
[pid=28313/tid=28323] ppid=28311 vsize=15689392 CPUtime=3.47 cores=1,3,5,7
/proc/28313/task/28323/stat : 28323 (java) S 28311 28313 27899 0 -1 4202560 26501 0 0 0 333 14 0 0 16 0 22 0 510709107 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0
[pid=28313/tid=28325] ppid=28311 vsize=15689392 CPUtime=3.49 cores=1,3,5,7
/proc/28313/task/28325/stat : 28325 (java) S 28311 28313 27899 0 -1 4202560 26468 0 0 0 336 13 0 0 15 0 22 0 510709107 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0
[pid=28313/tid=28327] ppid=28311 vsize=15689392 CPUtime=3.58 cores=1,3,5,7
/proc/28313/task/28327/stat : 28327 (java) S 28311 28313 27899 0 -1 4202560 27812 0 0 0 345 13 0 0 15 0 22 0 510709107 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28329] ppid=28311 vsize=15689392 CPUtime=3.47 cores=1,3,5,7
/proc/28313/task/28329/stat : 28329 (java) S 28311 28313 27899 0 -1 4202560 26507 0 0 0 334 13 0 0 15 0 22 0 510709107 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0
[pid=28313/tid=28331] ppid=28311 vsize=15689392 CPUtime=3.39 cores=1,3,5,7
/proc/28313/task/28331/stat : 28331 (java) S 28311 28313 27899 0 -1 4202560 27671 0 0 0 327 12 0 0 15 0 22 0 510709107 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 1 0 0 0
[pid=28313/tid=28333] ppid=28311 vsize=15689392 CPUtime=1.99 cores=1,3,5,7
/proc/28313/task/28333/stat : 28333 (java) S 28311 28313 27899 0 -1 4202560 1247 0 0 0 154 45 0 0 15 0 22 0 510709108 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738221568 0 0 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28335] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28335/stat : 28335 (java) S 28311 28313 27899 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 510709109 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28337] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28337/stat : 28337 (java) S 28311 28313 27899 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 510709109 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28339] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28339/stat : 28339 (java) S 28311 28313 27899 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 510709111 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738228657 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28341] ppid=28311 vsize=15689392 CPUtime=0.75 cores=1,3,5,7
/proc/28313/task/28341/stat : 28341 (java) S 28311 28313 27899 0 -1 4202560 5222 0 0 0 75 0 0 0 16 0 22 0 510709111 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28343] ppid=28311 vsize=15689392 CPUtime=0.69 cores=1,3,5,7
/proc/28313/task/28343/stat : 28343 (java) S 28311 28313 27899 0 -1 4202560 3241 0 0 0 69 0 0 0 16 0 22 0 510709111 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28345] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28345/stat : 28345 (java) S 28311 28313 27899 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 510709111 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28347] ppid=28311 vsize=15689392 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28347/stat : 28347 (java) S 28311 28313 27899 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 510709111 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738221568 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28352] ppid=28311 vsize=15689392 CPUtime=1192.2 cores=1,3,5,7
/proc/28313/task/28352/stat : 28352 (java) R 28311 28313 27899 0 -1 4202560 77115 0 0 0 119090 130 0 0 25 0 22 0 510709125 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505709240 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28313/tid=28353] ppid=28311 vsize=15689392 CPUtime=1192.14 cores=1,3,5,7
/proc/28313/task/28353/stat : 28353 (java) R 28311 28313 27899 0 -1 4202560 66621 0 0 0 119091 123 0 0 25 0 22 0 510709125 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505870223 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28313/tid=28354] ppid=28311 vsize=15689392 CPUtime=1192.04 cores=1,3,5,7
/proc/28313/task/28354/stat : 28354 (java) R 28311 28313 27899 0 -1 4202560 65802 0 0 0 119073 131 0 0 24 0 22 0 510709125 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 18446744073699065925 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28313/tid=28355] ppid=28311 vsize=15689392 CPUtime=1192.39 cores=1,3,5,7
/proc/28313/task/28355/stat : 28355 (java) R 28311 28313 27899 0 -1 4202560 72046 0 0 0 119100 139 0 0 18 0 22 0 510709125 16065937408 134303 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505798488 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 15689392

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

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

[startup+1208.01 s]
/proc/loadavg: 7.86 7.95 7.64 9/220 28436
/proc/meminfo: memFree=20650432/32951124 swapFree=67111524/67111528
[pid=28313] ppid=28311 vsize=15691448 CPUtime=4800.77 cores=1,3,5,7
/proc/28313/stat : 28313 (java) S 28311 28313 27899 0 -1 4202496 513278 0 1 0 479395 682 0 0 18 0 24 0 510709106 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/28313/statm: 3922862 134328 2298 9 0 3913581 0
[pid=28313/tid=28314] ppid=28311 vsize=15691448 CPUtime=0.19 cores=1,3,5,7
/proc/28313/task/28314/stat : 28314 (java) S 28311 28313 27899 0 -1 4202560 4642 0 1 0 19 0 0 0 19 0 24 0 510709107 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28317] ppid=28311 vsize=15691448 CPUtime=3.53 cores=1,3,5,7
/proc/28313/task/28317/stat : 28317 (java) S 28311 28313 27899 0 -1 4202560 27897 0 0 0 339 14 0 0 15 0 24 0 510709107 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28319] ppid=28311 vsize=15691448 CPUtime=3.46 cores=1,3,5,7
/proc/28313/task/28319/stat : 28319 (java) S 28311 28313 27899 0 -1 4202560 26680 0 0 0 332 14 0 0 15 0 24 0 510709107 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28321] ppid=28311 vsize=15691448 CPUtime=3.41 cores=1,3,5,7
/proc/28313/task/28321/stat : 28321 (java) S 28311 28313 27899 0 -1 4202560 26326 0 0 0 331 10 0 0 16 0 24 0 510709107 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 1 0 0 0
[pid=28313/tid=28323] ppid=28311 vsize=15691448 CPUtime=3.47 cores=1,3,5,7
/proc/28313/task/28323/stat : 28323 (java) S 28311 28313 27899 0 -1 4202560 26501 0 0 0 333 14 0 0 16 0 24 0 510709107 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0
[pid=28313/tid=28325] ppid=28311 vsize=15691448 CPUtime=3.49 cores=1,3,5,7
/proc/28313/task/28325/stat : 28325 (java) S 28311 28313 27899 0 -1 4202560 26468 0 0 0 336 13 0 0 15 0 24 0 510709107 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0
[pid=28313/tid=28327] ppid=28311 vsize=15691448 CPUtime=3.58 cores=1,3,5,7
/proc/28313/task/28327/stat : 28327 (java) S 28311 28313 27899 0 -1 4202560 27812 0 0 0 345 13 0 0 15 0 24 0 510709107 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28329] ppid=28311 vsize=15691448 CPUtime=3.47 cores=1,3,5,7
/proc/28313/task/28329/stat : 28329 (java) S 28311 28313 27899 0 -1 4202560 26507 0 0 0 334 13 0 0 15 0 24 0 510709107 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 7 0 0 0
[pid=28313/tid=28331] ppid=28311 vsize=15691448 CPUtime=3.39 cores=1,3,5,7
/proc/28313/task/28331/stat : 28331 (java) S 28311 28313 27899 0 -1 4202560 27671 0 0 0 327 12 0 0 15 0 24 0 510709107 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 1 0 0 0
[pid=28313/tid=28333] ppid=28311 vsize=15691448 CPUtime=1.99 cores=1,3,5,7
/proc/28313/task/28333/stat : 28333 (java) S 28311 28313 27899 0 -1 4202560 1247 0 0 0 154 45 0 0 15 0 24 0 510709108 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738221568 0 0 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28335] ppid=28311 vsize=15691448 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28335/stat : 28335 (java) S 28311 28313 27899 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 24 0 510709109 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28337] ppid=28311 vsize=15691448 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28337/stat : 28337 (java) S 28311 28313 27899 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 24 0 510709109 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28339] ppid=28311 vsize=15691448 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28339/stat : 28339 (java) S 28311 28313 27899 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 24 0 510709111 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738228657 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28341] ppid=28311 vsize=15691448 CPUtime=0.75 cores=1,3,5,7
/proc/28313/task/28341/stat : 28341 (java) S 28311 28313 27899 0 -1 4202560 5222 0 0 0 75 0 0 0 16 0 24 0 510709111 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28343] ppid=28311 vsize=15691448 CPUtime=0.69 cores=1,3,5,7
/proc/28313/task/28343/stat : 28343 (java) S 28311 28313 27899 0 -1 4202560 3241 0 0 0 69 0 0 0 16 0 24 0 510709111 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28345] ppid=28311 vsize=15691448 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28345/stat : 28345 (java) S 28311 28313 27899 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 510709111 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738220953 0 4 0 16800975 18446604457340223552 0 0 -1 5 0 0 0
[pid=28313/tid=28347] ppid=28311 vsize=15691448 CPUtime=0 cores=1,3,5,7
/proc/28313/task/28347/stat : 28347 (java) S 28311 28313 27899 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 24 0 510709111 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 264738221568 0 4 0 16800975 18446604457340223552 0 0 -1 3 0 0 0
[pid=28313/tid=28352] ppid=28311 vsize=15691448 CPUtime=1192.29 cores=1,3,5,7
/proc/28313/task/28352/stat : 28352 (java) R 28311 28313 27899 0 -1 4202560 77115 0 0 0 119099 130 0 0 25 0 24 0 510709125 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505766711 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28313/tid=28353] ppid=28311 vsize=15691448 CPUtime=1192.24 cores=1,3,5,7
/proc/28313/task/28353/stat : 28353 (java) R 28311 28313 27899 0 -1 4202560 66621 0 0 0 119101 123 0 0 25 0 24 0 510709125 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505726916 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28313/tid=28354] ppid=28311 vsize=15691448 CPUtime=1192.14 cores=1,3,5,7
/proc/28313/task/28354/stat : 28354 (java) R 28311 28313 27899 0 -1 4202560 65802 0 0 0 119083 131 0 0 25 0 24 0 510709125 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 46912505990099 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28313/tid=28355] ppid=28311 vsize=15691448 CPUtime=1192.49 cores=1,3,5,7
/proc/28313/task/28355/stat : 28355 (java) R 28311 28313 27899 0 -1 4202560 72046 0 0 0 119110 139 0 0 19 0 24 0 510709125 16068042752 134328 33554432000 1073741824 1073778376 140737459742480 18446744073709551615 47096852472434 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.77
Current children cumulated vsize (KiB) 15691448

Child status: 143
Real time (s): 1208.06
CPU time (s): 4800.89
CPU user time (s): 4794.04
CPU system time (s): 6.84996
CPU usage (%): 397.405
Max. virtual memory (cumulated for all children) (KiB): 15691448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.04
system time used= 6.84996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 513281
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= 773598
involuntary context switches= 174894

runsolver used 2.03069 second user time and 4.6043 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-30 19:02:15
IDJOB=3312017
IDBENCH=83156
IDSOLVER=1698
FILE ID=node141/3312017-1304182935
RUNJOBID= node141-1304182935-28293
PBS_JOBID= 13172451
Free space on /tmp= 72600 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n190-s29985700-unsat.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312017-1304182935/watcher-3312017-1304182935 -o /tmp/evaluation-result-3312017-1304182935/solver-3312017-1304182935 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312017-1304182935.cnf -hbr 2

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

MD5SUM BENCH= f2cf61fc47972fb7e89be65d1a83332e
RANDOM SEED=1178992798

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.84
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.806
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.806
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.806
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:      21980400 kB
Buffers:       1411888 kB
Cached:        8920032 kB
SwapCached:          4 kB
Active:        2661820 kB
Inactive:      7734584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21980400 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3168 kB
Writeback:           0 kB
AnonPages:       64224 kB
Mapped:          16424 kB
Slab:           511064 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   208552 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= 72596 MiB
End job on node141 at 2011-04-30 19:22:25