Trace number 3313305

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.67 1238.69

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand128.cnf
MD5SUMa551844fb6a7f35cf6025d0a525ca14e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark388.148
Satisfiable
(Un)Satisfiability was proved
Number of variables153834
Number of clauses459965
Sum of the clauses size1073249
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2306642
Number of clauses of size 3153321
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	06:16 INFO : Reading from input HOME/instance-3313305-1304075176.cnf
2.07/1.80	Executor set job limit to 1000000
2.07/1.80	Executor set job limit to 1000000
2.07/1.80	Executor set job limit to 1000000
2.07/1.80	Executor set job limit to 1000000
2.07/1.80	Starting Executor!
2.07/1.80	Starting Executor!
2.07/1.80	Starting Executor!
2.07/1.80	Starting Executor!
16.44/14.25	06:30 INFO : 152928 variables remaining out of 153834
16.44/14.25	06:30 INFO : 9481792 literals remaining out of 1533214

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

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

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


[startup+0 s]
/proc/loadavg: 7.55 8.03 7.94 2/194 22468
/proc/meminfo: memFree=18781512/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/22468/stat : 22468 (java) S 22466 22468 20430 0 -1 4202496 1482 0 0 0 0 0 0 0 19 0 2 0 519115570 31260672 943 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134516709 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22468/statm: 7632 947 729 9 0 383 0
[pid=22468/tid=22469] ppid=22466 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22469/stat : 22469 (java) R 22466 22468 20430 0 -1 4202560 133 0 0 0 0 0 0 0 20 0 2 0 519115570 31260672 953 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228122713856 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.099775 s]
/proc/loadavg: 7.55 8.03 7.94 2/194 22468
/proc/meminfo: memFree=18781512/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=15677120 CPUtime=0.1 cores=0,2,4,6
/proc/22468/stat : 22468 (java) S 22466 22468 20430 0 -1 4202496 5554 0 1 0 9 1 0 0 19 0 18 0 519115570 16053370880 4992 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22468/statm: 3919280 4992 2117 9 0 3909999 0
[pid=22468/tid=22469] ppid=22466 vsize=15677120 CPUtime=0.08 cores=0,2,4,6
/proc/22468/task/22469/stat : 22469 (java) R 22466 22468 20430 0 -1 4202560 3392 0 1 0 7 1 0 0 18 0 18 0 519115570 16053370880 4992 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228122709861 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677120

[startup+0.100732 s]
/proc/loadavg: 7.55 8.03 7.94 2/194 22468
/proc/meminfo: memFree=18781512/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=15677120 CPUtime=0.1 cores=0,2,4,6
/proc/22468/stat : 22468 (java) S 22466 22468 20430 0 -1 4202496 5573 0 1 0 9 1 0 0 19 0 18 0 519115570 16053370880 5011 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22468/statm: 3919280 5011 2117 9 0 3909999 0
[pid=22468/tid=22469] ppid=22466 vsize=15677120 CPUtime=0.08 cores=0,2,4,6
/proc/22468/task/22469/stat : 22469 (java) R 22466 22468 20430 0 -1 4202560 3411 0 1 0 7 1 0 0 18 0 18 0 519115570 16053370880 5011 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 47045879850822 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677120

[startup+0.300688 s]
/proc/loadavg: 7.55 8.03 7.94 2/194 22468
/proc/meminfo: memFree=18781512/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=15680544 CPUtime=0.52 cores=0,2,4,6
/proc/22468/stat : 22468 (java) S 22466 22468 20430 0 -1 4202496 14524 0 1 0 49 3 0 0 19 0 18 0 519115570 16056877056 13014 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22468/statm: 3920136 13019 2207 9 0 3910855 0
[pid=22468/tid=22469] ppid=22466 vsize=15680544 CPUtime=0.28 cores=0,2,4,6
/proc/22468/task/22469/stat : 22469 (java) R 22466 22468 20430 0 -1 4202560 9427 0 1 0 26 2 0 0 18 0 18 0 519115570 16056877056 13023 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 46912505639763 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680544

[startup+0.700622 s]
/proc/loadavg: 7.55 8.03 7.94 2/194 22468
/proc/meminfo: memFree=18781512/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=15680544 CPUtime=0.93 cores=0,2,4,6
/proc/22468/stat : 22468 (java) S 22466 22468 20430 0 -1 4202496 42047 0 1 0 86 7 0 0 19 0 18 0 519115570 16056877056 40533 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22468/statm: 3920136 40533 2223 9 0 3910855 0
[pid=22468/tid=22469] ppid=22466 vsize=15680544 CPUtime=0.67 cores=0,2,4,6
/proc/22468/task/22469/stat : 22469 (java) R 22466 22468 20430 0 -1 4202560 35522 0 1 0 62 5 0 0 18 0 18 0 519115570 16056877056 40533 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 46912505532805 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680544

[startup+1.50148 s]
/proc/loadavg: 7.19 7.94 7.91 6/216 22490
/proc/meminfo: memFree=18497076/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=15680544 CPUtime=1.75 cores=0,2,4,6
/proc/22468/stat : 22468 (java) S 22466 22468 20430 0 -1 4202496 45240 0 1 0 168 7 0 0 19 0 18 0 519115570 16056877056 43708 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22468/statm: 3920136 43714 2223 9 0 3910855 0
[pid=22468/tid=22469] ppid=22466 vsize=15680544 CPUtime=1.46 cores=0,2,4,6
/proc/22468/task/22469/stat : 22469 (java) R 22466 22468 20430 0 -1 4202560 35542 0 1 0 141 5 0 0 19 0 18 0 519115570 16056877056 43717 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 46912505639763 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22468/tid=22471] ppid=22466 vsize=15680544 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22471/stat : 22471 (java) S 22466 22468 20430 0 -1 4202560 128 0 0 0 0 0 0 0 16 0 18 0 519115570 16056877056 43721 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22472] ppid=22466 vsize=15680544 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22472/stat : 22472 (java) S 22466 22468 20430 0 -1 4202560 497 0 0 0 0 0 0 0 15 0 18 0 519115570 16056877056 43725 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 4 0 0 0
[pid=22468/tid=22473] ppid=22466 vsize=15680544 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22473/stat : 22473 (java) S 22466 22468 20430 0 -1 4202560 347 0 0 0 0 0 0 0 15 0 18 0 519115570 16056877056 43728 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 4 0 0 0
[pid=22468/tid=22474] ppid=22466 vsize=15680544 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22474/stat : 22474 (java) S 22466 22468 20430 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 18 0 519115570 16056877056 43731 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 4 0 0 0
[pid=22468/tid=22475] ppid=22466 vsize=15680544 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22475/stat : 22475 (java) S 22466 22468 20430 0 -1 4202560 1266 0 0 0 0 0 0 0 15 0 18 0 519115570 16056877056 43735 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 2 0 0 0
[pid=22468/tid=22476] ppid=22466 vsize=15680544 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22476/stat : 22476 (java) S 22466 22468 20430 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 519115570 16056877056 43739 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 4 0 0 0
[pid=22468/tid=22477] ppid=22466 vsize=15680544 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22477/stat : 22477 (java) S 22466 22468 20430 0 -1 4202560 2098 0 0 0 0 0 0 0 16 0 18 0 519115570 16056877056 43742 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 0 0 0 0
[pid=22468/tid=22478] ppid=22466 vsize=15680544 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22478/stat : 22478 (java) S 22466 22468 20430 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 18 0 519115570 16056877056 43746 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22479] ppid=22466 vsize=15680544 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22479/stat : 22479 (java) S 22466 22468 20430 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 18 0 519115572 16056877056 43750 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134530560 0 0 0 16800975 18446604453953334272 0 0 -1 4 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=15680544 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22480/stat : 22480 (java) S 22466 22468 20430 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 519115572 16056877056 43753 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=15680544 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22481/stat : 22481 (java) S 22466 22468 20430 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 519115572 16056877056 43757 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=15680544 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22482/stat : 22482 (java) S 22466 22468 20430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519115574 16056877056 43761 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134537649 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22483] ppid=22466 vsize=15680544 CPUtime=0.11 cores=0,2,4,6
/proc/22468/task/22483/stat : 22483 (java) S 22466 22468 20430 0 -1 4202560 1236 0 0 0 11 0 0 0 17 0 18 0 519115574 16056877056 43764 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 4 0 0 0
[pid=22468/tid=22484] ppid=22466 vsize=15680544 CPUtime=0.1 cores=0,2,4,6
/proc/22468/task/22484/stat : 22484 (java) S 22466 22468 20430 0 -1 4202560 2476 0 0 0 10 0 0 0 15 0 18 0 519115574 16056877056 43768 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22485] ppid=22466 vsize=15680544 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22485/stat : 22485 (java) S 22466 22468 20430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519115574 16056877056 43772 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22486] ppid=22466 vsize=15680544 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22486/stat : 22486 (java) S 22466 22468 20430 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519115574 16056877056 43775 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134530560 0 4 0 16800975 18446604453953334272 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15680544

[startup+3.10119 s]
/proc/loadavg: 7.19 7.94 7.91 9/220 22495
/proc/meminfo: memFree=18252068/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=15717296 CPUtime=4.43 cores=0,2,4,6
/proc/22468/stat : 22468 (java) S 22466 22468 20430 0 -1 4202496 93788 0 1 0 429 14 0 0 19 0 22 0 519115570 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22468/statm: 3929324 84215 2265 9 0 3920043 0
[pid=22468/tid=22469] ppid=22466 vsize=15717296 CPUtime=3.06 cores=0,2,4,6
/proc/22468/task/22469/stat : 22469 (java) R 22466 22468 20430 0 -1 4202560 64661 0 1 0 297 9 0 0 25 0 22 0 519115570 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 46912505201599 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22468/tid=22471] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22471/stat : 22471 (java) S 22466 22468 20430 0 -1 4202560 128 0 0 0 0 0 0 0 16 0 22 0 519115570 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22472] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22472/stat : 22472 (java) S 22466 22468 20430 0 -1 4202560 497 0 0 0 0 0 0 0 15 0 22 0 519115570 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 0 0 0 0
[pid=22468/tid=22473] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22473/stat : 22473 (java) S 22466 22468 20430 0 -1 4202560 347 0 0 0 0 0 0 0 15 0 22 0 519115570 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 2 0 0 0
[pid=22468/tid=22474] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22474/stat : 22474 (java) S 22466 22468 20430 0 -1 4202560 2769 0 0 0 0 0 0 0 15 0 22 0 519115570 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 4 0 0 0
[pid=22468/tid=22475] ppid=22466 vsize=15717296 CPUtime=0.01 cores=0,2,4,6
/proc/22468/task/22475/stat : 22475 (java) S 22466 22468 20430 0 -1 4202560 1295 0 0 0 1 0 0 0 15 0 22 0 519115570 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 2 0 0 0
[pid=22468/tid=22476] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22476/stat : 22476 (java) S 22466 22468 20430 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 519115570 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 4 0 0 0
[pid=22468/tid=22477] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22477/stat : 22477 (java) S 22466 22468 20430 0 -1 4202560 2098 0 0 0 0 0 0 0 15 0 22 0 519115570 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 0 0 0 0
[pid=22468/tid=22478] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22478/stat : 22478 (java) S 22466 22468 20430 0 -1 4202560 182 0 0 0 0 0 0 0 16 0 22 0 519115570 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22479] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22479/stat : 22479 (java) S 22466 22468 20430 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 22 0 519115572 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134530560 0 0 0 16800975 18446604453953334272 0 0 -1 4 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22480/stat : 22480 (java) S 22466 22468 20430 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519115572 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22481/stat : 22481 (java) S 22466 22468 20430 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519115572 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22482/stat : 22482 (java) S 22466 22468 20430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519115574 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134537649 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22483] ppid=22466 vsize=15717296 CPUtime=1.04 cores=0,2,4,6
/proc/22468/task/22483/stat : 22483 (java) S 22466 22468 20430 0 -1 4202560 16967 0 0 0 102 2 0 0 15 0 22 0 519115574 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 4 0 0 0
[pid=22468/tid=22484] ppid=22466 vsize=15717296 CPUtime=0.24 cores=0,2,4,6
/proc/22468/task/22484/stat : 22484 (java) R 22466 22468 20430 0 -1 4202560 3214 0 0 0 24 0 0 0 15 0 22 0 519115574 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 47045878406134 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22468/tid=22485] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22485/stat : 22485 (java) S 22466 22468 20430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519115574 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22486] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22486/stat : 22486 (java) S 22466 22468 20430 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519115574 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134530560 0 4 0 16800975 18446604453953334272 0 0 -1 2 0 0 0
[pid=22468/tid=22492] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22492/stat : 22492 (java) S 22466 22468 20430 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 519115750 16094511104 84215 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134530560 0 4 0 16800975 18446604453953334272 0 0 -1 0 0 0 0
[pid=22468/tid=22493] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22493/stat : 22493 (java) S 22466 22468 20430 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 519115750 16094511104 84223 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134530560 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22494] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22494/stat : 22494 (java) S 22466 22468 20430 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 519115750 16094511104 84227 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134530560 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22495] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22495/stat : 22495 (java) S 22466 22468 20430 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 519115750 16094511104 84227 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134530560 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 15717296

[startup+6.30162 s]
/proc/loadavg: 7.19 7.94 7.91 6/220 22495
/proc/meminfo: memFree=17267884/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=15717296 CPUtime=8.14 cores=0,2,4,6
/proc/22468/stat : 22468 (java) S 22466 22468 20430 0 -1 4202496 112368 0 1 0 798 16 0 0 19 0 22 0 519115570 16094511104 100977 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22468/statm: 3929324 100977 2275 9 0 3920043 0
[pid=22468/tid=22469] ppid=22466 vsize=15717296 CPUtime=6.21 cores=0,2,4,6
/proc/22468/task/22469/stat : 22469 (java) R 22466 22468 20430 0 -1 4202560 64675 0 1 0 612 9 0 0 18 0 22 0 519115570 16094511104 100977 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 46912506071266 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22468/tid=22471] ppid=22466 vsize=15717296 CPUtime=0.04 cores=0,2,4,6
/proc/22468/task/22471/stat : 22471 (java) S 22466 22468 20430 0 -1 4202560 4515 0 0 0 4 0 0 0 16 0 22 0 519115570 16094511104 100977 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 2 0 0 0
[pid=22468/tid=22472] ppid=22466 vsize=15717296 CPUtime=0.02 cores=0,2,4,6
/proc/22468/task/22472/stat : 22472 (java) S 22466 22468 20430 0 -1 4202560 2130 0 0 0 2 0 0 0 16 0 22 0 519115570 16094511104 100977 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 4 0 0 0
[pid=22468/tid=22473] ppid=22466 vsize=15717296 CPUtime=0.01 cores=0,2,4,6
/proc/22468/task/22473/stat : 22473 (java) S 22466 22468 20430 0 -1 4202560 2317 0 0 0 1 0 0 0 16 0 22 0 519115570 16094511104 100977 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 2 0 0 0
[pid=22468/tid=22474] ppid=22466 vsize=15717296 CPUtime=0.02 cores=0,2,4,6
/proc/22468/task/22474/stat : 22474 (java) S 22466 22468 20430 0 -1 4202560 4708 0 0 0 2 0 0 0 16 0 22 0 519115570 16094511104 100977 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 2 0 0 0
[pid=22468/tid=22475] ppid=22466 vsize=15717296 CPUtime=0.03 cores=0,2,4,6
/proc/22468/task/22475/stat : 22475 (java) S 22466 22468 20430 0 -1 4202560 3158 0 0 0 3 0 0 0 16 0 22 0 519115570 16094511104 100977 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 2 0 0 0
[pid=22468/tid=22476] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22476/stat : 22476 (java) S 22466 22468 20430 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 519115570 16094511104 100977 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 0 0 0 0
[pid=22468/tid=22477] ppid=22466 vsize=15717296 CPUtime=0.04 cores=0,2,4,6
/proc/22468/task/22477/stat : 22477 (java) S 22466 22468 20430 0 -1 4202560 7368 0 0 0 4 0 0 0 16 0 22 0 519115570 16094511104 100977 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 0 0 0 0
[pid=22468/tid=22478] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22478/stat : 22478 (java) S 22466 22468 20430 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 22 0 519115570 16094511104 100977 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22479] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22479/stat : 22479 (java) S 22466 22468 20430 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 22 0 519115572 16094511104 100977 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134530560 0 0 0 16800975 18446604453953334272 0 0 -1 4 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22480/stat : 22480 (java) S 22466 22468 20430 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519115572 16094511104 100977 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22481/stat : 22481 (java) S 22466 22468 20430 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519115572 16094511104 100977 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22482/stat : 22482 (java) S 22466 22468 20430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519115574 16094511104 100977 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134537649 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0

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

[pid=22468/tid=22479] ppid=22466 vsize=15717296 CPUtime=10.65 cores=0,2,4,6
/proc/22468/task/22479/stat : 22479 (java) S 22466 22468 20430 0 -1 4202560 31607 0 0 0 1059 6 0 0 15 0 22 0 519115572 16094511104 2947983 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134530560 0 0 0 16800975 18446604453953334272 0 0 -1 0 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22480/stat : 22480 (java) S 22466 22468 20430 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519115572 16094511104 2947983 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22481/stat : 22481 (java) S 22466 22468 20430 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519115572 16094511104 2947983 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22482/stat : 22482 (java) S 22466 22468 20430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519115574 16094511104 2947983 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134537649 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22483] ppid=22466 vsize=15717296 CPUtime=2.24 cores=0,2,4,6
/proc/22468/task/22483/stat : 22483 (java) S 22466 22468 20430 0 -1 4202560 17153 0 0 0 222 2 0 0 16 0 22 0 519115574 16094511104 2947983 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22484] ppid=22466 vsize=15717296 CPUtime=1.43 cores=0,2,4,6
/proc/22468/task/22484/stat : 22484 (java) S 22466 22468 20430 0 -1 4202560 7862 0 0 0 142 1 0 0 16 0 22 0 519115574 16094511104 2947983 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 0 0 0 0
[pid=22468/tid=22485] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22485/stat : 22485 (java) S 22466 22468 20430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519115574 16094511104 2947983 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22486] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22486/stat : 22486 (java) S 22466 22468 20430 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 519115574 16094511104 2947983 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134530560 0 4 0 16800975 18446604453953334272 0 0 -1 0 0 0 0
[pid=22468/tid=22492] ppid=22466 vsize=15717296 CPUtime=1052.5 cores=0,2,4,6
/proc/22468/task/22492/stat : 22492 (java) R 22466 22468 20430 0 -1 4202560 1189 0 0 0 105246 4 0 0 25 0 22 0 519115750 16094511104 2947983 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 46912506071322 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22468/tid=22493] ppid=22466 vsize=15717296 CPUtime=1055.04 cores=0,2,4,6
/proc/22468/task/22493/stat : 22493 (java) R 22466 22468 20430 0 -1 4202560 5632 0 0 0 105503 1 0 0 25 0 22 0 519115750 16094511104 2947983 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 46912506071266 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22468/tid=22494] ppid=22466 vsize=15717296 CPUtime=1077.87 cores=0,2,4,6
/proc/22468/task/22494/stat : 22494 (java) R 22466 22468 20430 0 -1 4202560 46518 0 0 0 107779 8 0 0 25 0 22 0 519115750 16094511104 2947983 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 46912505366042 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22468/tid=22495] ppid=22466 vsize=15717296 CPUtime=1054.45 cores=0,2,4,6
/proc/22468/task/22495/stat : 22495 (java) R 22466 22468 20430 0 -1 4202560 43402 0 0 0 105441 4 0 0 25 0 22 0 519115750 16094511104 2947983 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 46912506071266 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4338.21
Current children cumulated vsize (KiB) 15717296

[startup+1182.31 s]
/proc/loadavg: 8.14 8.10 7.98 9/220 22526
/proc/meminfo: memFree=6309792/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=15717296 CPUtime=4576.92 cores=0,2,4,6
/proc/22468/stat : 22468 (java) S 22466 22468 20430 0 -1 4202496 3178790 0 1 0 457161 531 0 0 19 0 22 0 519115570 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22468/statm: 3929324 2984237 2300 9 0 3920043 0
[pid=22468/tid=22469] ppid=22466 vsize=15717296 CPUtime=14.17 cores=0,2,4,6
/proc/22468/task/22469/stat : 22469 (java) S 22466 22468 20430 0 -1 4202560 79448 0 1 0 1406 11 0 0 18 0 22 0 519115570 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 0 0 0 0
[pid=22468/tid=22471] ppid=22466 vsize=15717296 CPUtime=9.08 cores=0,2,4,6
/proc/22468/task/22471/stat : 22471 (java) S 22466 22468 20430 0 -1 4202560 399048 0 0 0 843 65 0 0 16 0 22 0 519115570 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22472] ppid=22466 vsize=15717296 CPUtime=7.91 cores=0,2,4,6
/proc/22468/task/22472/stat : 22472 (java) S 22466 22468 20430 0 -1 4202560 253633 0 0 0 749 42 0 0 16 0 22 0 519115570 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 4 0 0 0
[pid=22468/tid=22473] ppid=22466 vsize=15717296 CPUtime=7.83 cores=0,2,4,6
/proc/22468/task/22473/stat : 22473 (java) S 22466 22468 20430 0 -1 4202560 244629 0 0 0 744 39 0 0 16 0 22 0 519115570 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 2 0 0 0
[pid=22468/tid=22474] ppid=22466 vsize=15717296 CPUtime=9.7 cores=0,2,4,6
/proc/22468/task/22474/stat : 22474 (java) S 22466 22468 20430 0 -1 4202560 375163 0 0 0 907 63 0 0 15 0 22 0 519115570 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 4 0 0 0
[pid=22468/tid=22475] ppid=22466 vsize=15717296 CPUtime=8.78 cores=0,2,4,6
/proc/22468/task/22475/stat : 22475 (java) S 22466 22468 20430 0 -1 4202560 273755 0 0 0 837 41 0 0 15 0 22 0 519115570 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 2 0 0 0
[pid=22468/tid=22476] ppid=22466 vsize=15717296 CPUtime=9.58 cores=0,2,4,6
/proc/22468/task/22476/stat : 22476 (java) S 22466 22468 20430 0 -1 4202560 447637 0 0 0 883 75 0 0 16 0 22 0 519115570 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 0 0 0 0
[pid=22468/tid=22477] ppid=22466 vsize=15717296 CPUtime=9.69 cores=0,2,4,6
/proc/22468/task/22477/stat : 22477 (java) S 22466 22468 20430 0 -1 4202560 480567 0 0 0 888 81 0 0 15 0 22 0 519115570 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 2 0 0 0
[pid=22468/tid=22478] ppid=22466 vsize=15717296 CPUtime=10.44 cores=0,2,4,6
/proc/22468/task/22478/stat : 22478 (java) S 22466 22468 20430 0 -1 4202560 470042 0 0 0 968 76 0 0 15 0 22 0 519115570 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 2 0 0 0
[pid=22468/tid=22479] ppid=22466 vsize=15717296 CPUtime=10.96 cores=0,2,4,6
/proc/22468/task/22479/stat : 22479 (java) S 22466 22468 20430 0 -1 4202560 31641 0 0 0 1089 7 0 0 15 0 22 0 519115572 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134530560 0 0 0 16800975 18446604453953334272 0 0 -1 0 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22480/stat : 22480 (java) S 22466 22468 20430 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519115572 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22481/stat : 22481 (java) S 22466 22468 20430 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519115572 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22482/stat : 22482 (java) S 22466 22468 20430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519115574 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134537649 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22483] ppid=22466 vsize=15717296 CPUtime=2.24 cores=0,2,4,6
/proc/22468/task/22483/stat : 22483 (java) S 22466 22468 20430 0 -1 4202560 17153 0 0 0 222 2 0 0 16 0 22 0 519115574 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22484] ppid=22466 vsize=15717296 CPUtime=1.43 cores=0,2,4,6
/proc/22468/task/22484/stat : 22484 (java) S 22466 22468 20430 0 -1 4202560 7862 0 0 0 142 1 0 0 16 0 22 0 519115574 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 0 0 0 0
[pid=22468/tid=22485] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22485/stat : 22485 (java) S 22466 22468 20430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519115574 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22486] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22486/stat : 22486 (java) S 22466 22468 20430 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 519115574 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134530560 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22492] ppid=22466 vsize=15717296 CPUtime=1111.36 cores=0,2,4,6
/proc/22468/task/22492/stat : 22492 (java) R 22466 22468 20430 0 -1 4202560 1195 0 0 0 111131 5 0 0 25 0 22 0 519115750 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 46912505936618 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22468/tid=22493] ppid=22466 vsize=15717296 CPUtime=1113.61 cores=0,2,4,6
/proc/22468/task/22493/stat : 22493 (java) R 22466 22468 20430 0 -1 4202560 5633 0 0 0 111360 1 0 0 25 0 22 0 519115750 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 47045879507083 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22468/tid=22494] ppid=22466 vsize=15717296 CPUtime=1136.73 cores=0,2,4,6
/proc/22468/task/22494/stat : 22494 (java) R 22466 22468 20430 0 -1 4202560 46525 0 0 0 113664 9 0 0 25 0 22 0 519115750 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 46912506454698 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22468/tid=22495] ppid=22466 vsize=15717296 CPUtime=1113.25 cores=0,2,4,6
/proc/22468/task/22495/stat : 22495 (java) R 22466 22468 20430 0 -1 4202560 43403 0 0 0 111320 5 0 0 25 0 22 0 519115750 16094511104 2984237 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 46912506071299 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4576.92
Current children cumulated vsize (KiB) 15717296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1238.2 s]
/proc/loadavg: 8.31 8.14 8.00 9/220 22578
/proc/meminfo: memFree=3186544/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=15717296 CPUtime=4800.15 cores=0,2,4,6
/proc/22468/stat : 22468 (java) S 22466 22468 20430 0 -1 4202496 3178868 0 1 0 479482 533 0 0 19 0 22 0 519115570 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22468/statm: 3929324 2984250 2300 9 0 3920043 0
[pid=22468/tid=22469] ppid=22466 vsize=15717296 CPUtime=14.17 cores=0,2,4,6
/proc/22468/task/22469/stat : 22469 (java) S 22466 22468 20430 0 -1 4202560 79448 0 1 0 1406 11 0 0 18 0 22 0 519115570 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 0 0 0 0
[pid=22468/tid=22471] ppid=22466 vsize=15717296 CPUtime=9.52 cores=0,2,4,6
/proc/22468/task/22471/stat : 22471 (java) S 22466 22468 20430 0 -1 4202560 399048 0 0 0 887 65 0 0 16 0 22 0 519115570 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 4 0 0 0
[pid=22468/tid=22472] ppid=22466 vsize=15717296 CPUtime=8.36 cores=0,2,4,6
/proc/22468/task/22472/stat : 22472 (java) S 22466 22468 20430 0 -1 4202560 253633 0 0 0 794 42 0 0 16 0 22 0 519115570 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22473] ppid=22466 vsize=15717296 CPUtime=8.29 cores=0,2,4,6
/proc/22468/task/22473/stat : 22473 (java) S 22466 22468 20430 0 -1 4202560 244629 0 0 0 790 39 0 0 16 0 22 0 519115570 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 0 0 0 0
[pid=22468/tid=22474] ppid=22466 vsize=15717296 CPUtime=10.16 cores=0,2,4,6
/proc/22468/task/22474/stat : 22474 (java) S 22466 22468 20430 0 -1 4202560 375163 0 0 0 953 63 0 0 16 0 22 0 519115570 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 2 0 0 0
[pid=22468/tid=22475] ppid=22466 vsize=15717296 CPUtime=9.06 cores=0,2,4,6
/proc/22468/task/22475/stat : 22475 (java) S 22466 22468 20430 0 -1 4202560 273755 0 0 0 865 41 0 0 15 0 22 0 519115570 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 4 0 0 0
[pid=22468/tid=22476] ppid=22466 vsize=15717296 CPUtime=9.88 cores=0,2,4,6
/proc/22468/task/22476/stat : 22476 (java) S 22466 22468 20430 0 -1 4202560 447637 0 0 0 913 75 0 0 15 0 22 0 519115570 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 2 0 0 0
[pid=22468/tid=22477] ppid=22466 vsize=15717296 CPUtime=9.92 cores=0,2,4,6
/proc/22468/task/22477/stat : 22477 (java) S 22466 22468 20430 0 -1 4202560 480567 0 0 0 911 81 0 0 15 0 22 0 519115570 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 2 0 0 0
[pid=22468/tid=22478] ppid=22466 vsize=15717296 CPUtime=10.64 cores=0,2,4,6
/proc/22468/task/22478/stat : 22478 (java) S 22466 22468 20430 0 -1 4202560 470042 0 0 0 988 76 0 0 15 0 22 0 519115570 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22479] ppid=22466 vsize=15717296 CPUtime=10.97 cores=0,2,4,6
/proc/22468/task/22479/stat : 22479 (java) S 22466 22468 20430 0 -1 4202560 31698 0 0 0 1090 7 0 0 15 0 22 0 519115572 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134530560 0 0 0 16800975 18446604453953334272 0 0 -1 0 0 0 0
[pid=22468/tid=22480] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22480/stat : 22480 (java) S 22466 22468 20430 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519115572 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22481] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22481/stat : 22481 (java) S 22466 22468 20430 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519115572 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22482] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22482/stat : 22482 (java) S 22466 22468 20430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519115574 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134537649 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22483] ppid=22466 vsize=15717296 CPUtime=2.24 cores=0,2,4,6
/proc/22468/task/22483/stat : 22483 (java) S 22466 22468 20430 0 -1 4202560 17153 0 0 0 222 2 0 0 16 0 22 0 519115574 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22484] ppid=22466 vsize=15717296 CPUtime=1.43 cores=0,2,4,6
/proc/22468/task/22484/stat : 22484 (java) S 22466 22468 20430 0 -1 4202560 7862 0 0 0 142 1 0 0 16 0 22 0 519115574 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 0 0 0 0
[pid=22468/tid=22485] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22485/stat : 22485 (java) S 22466 22468 20430 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519115574 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134529945 0 4 0 16800975 18446604453953334272 0 0 -1 6 0 0 0
[pid=22468/tid=22486] ppid=22466 vsize=15717296 CPUtime=0 cores=0,2,4,6
/proc/22468/task/22486/stat : 22486 (java) S 22466 22468 20430 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 519115574 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 228134530560 0 4 0 16800975 18446604453953334272 0 0 -1 4 0 0 0
[pid=22468/tid=22492] ppid=22466 vsize=15717296 CPUtime=1166.53 cores=0,2,4,6
/proc/22468/task/22492/stat : 22492 (java) R 22466 22468 20430 0 -1 4202560 1201 0 0 0 116648 5 0 0 25 0 22 0 519115750 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 46912506255386 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22468/tid=22493] ppid=22466 vsize=15717296 CPUtime=1168.67 cores=0,2,4,6
/proc/22468/task/22493/stat : 22493 (java) R 22466 22468 20430 0 -1 4202560 5635 0 0 0 116866 1 0 0 25 0 22 0 519115750 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 46912506089873 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22468/tid=22494] ppid=22466 vsize=15717296 CPUtime=1191.89 cores=0,2,4,6
/proc/22468/task/22494/stat : 22494 (java) R 22466 22468 20430 0 -1 4202560 46534 0 0 0 119180 9 0 0 25 0 22 0 519115750 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 46912505804195 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22468/tid=22495] ppid=22466 vsize=15717296 CPUtime=1168.25 cores=0,2,4,6
/proc/22468/task/22495/stat : 22495 (java) R 22466 22468 20430 0 -1 4202560 43403 0 0 0 116820 5 0 0 25 0 22 0 519115750 16094511104 2984250 33554432000 1073741824 1073778376 140734398785760 18446744073709551615 46912506071363 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 15717296

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

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

[startup+1238.31 s]
/proc/loadavg: 8.31 8.14 8.00 6/201 22582
/proc/meminfo: memFree=5704428/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=0 CPUtime=4800.28 cores=0,2,4,6
/proc/22468/stat : 22468 (java) Z 22466 22468 20430 0 -1 4203548 3178894 0 1 0 479485 543 0 0 17 0 2 0 519115570 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22468/statm: 0 0 0 0 0 0 0
[pid=22468/tid=22495] ppid=22466 vsize=0 CPUtime=1168.35 cores=0,2,4,6
/proc/22468/task/22495/stat : 22495 (java) R 22466 22468 20430 0 -1 4203588 43403 0 0 0 116820 15 0 0 25 0 2 0 519115750 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 0

[startup+1238.5 s]
/proc/loadavg: 8.31 8.14 8.00 6/201 22582
/proc/meminfo: memFree=5704428/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=0 CPUtime=4800.47 cores=0,2,4,6
/proc/22468/stat : 22468 (java) Z 22466 22468 20430 0 -1 4203548 3178894 0 1 0 479485 562 0 0 17 0 2 0 519115570 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22468/statm: 0 0 0 0 0 0 0
[pid=22468/tid=22495] ppid=22466 vsize=0 CPUtime=1168.54 cores=0,2,4,6
/proc/22468/task/22495/stat : 22495 (java) R 22466 22468 20430 0 -1 4203588 43403 0 0 0 116820 34 0 0 25 0 2 0 519115750 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.47
Current children cumulated vsize (KiB) 0

[startup+1238.6 s]
/proc/loadavg: 8.31 8.14 8.00 6/201 22582
/proc/meminfo: memFree=5704428/32951124 swapFree=67111528/67111528
[pid=22468] ppid=22466 vsize=0 CPUtime=4800.57 cores=0,2,4,6
/proc/22468/stat : 22468 (java) Z 22466 22468 20430 0 -1 4203548 3178894 0 1 0 479485 572 0 0 17 0 2 0 519115570 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22468/statm: 0 0 0 0 0 0 0
[pid=22468/tid=22495] ppid=22466 vsize=0 CPUtime=1168.64 cores=0,2,4,6
/proc/22468/task/22495/stat : 22495 (java) R 22466 22468 20430 0 -1 4203588 43403 0 0 0 116820 44 0 0 25 0 2 0 519115750 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.57
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1238.69
CPU time (s): 4800.67
CPU user time (s): 4794.85
CPU system time (s): 5.81312
CPU usage (%): 387.559
Max. virtual memory (cumulated for all children) (KiB): 15719180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.85
system time used= 5.81312
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3178894
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= 43285
involuntary context switches= 63065

runsolver used 1.9797 second user time and 4.85426 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-29 13:06:16
IDJOB=3313305
IDBENCH=70760
IDSOLVER=1699
FILE ID=node138/3313305-1304075176
RUNJOBID= node138-1304075176-22431
PBS_JOBID= 13170427
Free space on /tmp= 71808 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand128.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313305-1304075176/watcher-3313305-1304075176 -o /tmp/evaluation-result-3313305-1304075176/solver-3313305-1304075176 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313305-1304075176.cnf

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

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED=879157373

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:      18781784 kB
Buffers:       2041340 kB
Cached:       11487516 kB
SwapCached:          0 kB
Active:        3273544 kB
Inactive:     10332040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18781784 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10972 kB
Writeback:           0 kB
AnonPages:       76120 kB
Mapped:          22252 kB
Slab:           500388 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   780288 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= 71804 MiB
End job on node138 at 2011-04-29 13:26:56