Trace number 3311954

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.34 1220.5

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
MD5SUMad30956261e72142648a01bc7c025dba
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 variables85
Number of clauses29282
Sum of the clauses size292650
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 534
Number of clauses of size over 529248

Solver Data

0.10/0.12	52:19 INFO : Reading from input HOME/instance-3311954-1304185939.cnf
0.71/0.57	Executor set job limit to 1000000
0.71/0.57	Executor set job limit to 1000000
0.71/0.57	Executor set job limit to 1000000
0.71/0.57	Executor set job limit to 1000000
0.71/0.57	Starting Executor!
0.71/0.57	Starting Executor!
0.71/0.57	Starting Executor!
0.71/0.57	Starting Executor!
1.93/1.28	52:20 INFO : 85 variables remaining out of 85
1.93/1.28	52:20 INFO : 321932 literals remaining out of 321932
5.98/2.87	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:2).
5.98/2.87	log4j:WARN Please initialize the log4j system properly.
5.98/2.87	log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

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

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: 8.04 8.08 8.03 5/198 12151
/proc/meminfo: memFree=20343848/32951124 swapFree=67111348/67111528
[pid=12151] ppid=12149 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/12151/stat : 12151 (java) R 12149 12151 11540 0 -1 4202496 1090 0 0 0 0 0 0 0 17 0 1 0 608824351 23580672 576 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252453103360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12151/statm: 5757 590 444 9 0 124 0

[startup+0.100273 s]
/proc/loadavg: 8.04 8.08 8.03 5/198 12151
/proc/meminfo: memFree=20343848/32951124 swapFree=67111348/67111528
[pid=12151] ppid=12149 vsize=15676844 CPUtime=0.1 cores=0,2,4,6
/proc/12151/stat : 12151 (java) S 12149 12151 11540 0 -1 4202496 5551 0 1 0 9 1 0 0 17 0 18 0 608824351 16053088256 4978 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12151/statm: 3919211 4978 2117 9 0 3909930 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676844

[startup+0.20527 s]
/proc/loadavg: 8.04 8.08 8.03 5/198 12151
/proc/meminfo: memFree=20343848/32951124 swapFree=67111348/67111528
[pid=12151] ppid=12149 vsize=15678372 CPUtime=0.27 cores=0,2,4,6
/proc/12151/stat : 12151 (java) S 12149 12151 11540 0 -1 4202496 7292 0 1 0 26 1 0 0 17 0 18 0 608824351 16054652928 6579 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12151/statm: 3919593 6580 2185 9 0 3910312 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 15678372

[startup+0.300256 s]
/proc/loadavg: 8.04 8.08 8.03 5/198 12151
/proc/meminfo: memFree=20343848/32951124 swapFree=67111348/67111528
[pid=12151] ppid=12149 vsize=15680792 CPUtime=0.51 cores=0,2,4,6
/proc/12151/stat : 12151 (java) S 12149 12151 11540 0 -1 4202496 14053 0 1 0 49 2 0 0 17 0 18 0 608824351 16057131008 12487 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12151/statm: 3920198 12490 2208 9 0 3910917 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680792

[startup+0.700113 s]
/proc/loadavg: 8.04 8.08 8.03 5/198 12151
/proc/meminfo: memFree=20343848/32951124 swapFree=67111348/67111528
[pid=12151] ppid=12149 vsize=15686856 CPUtime=1.02 cores=0,2,4,6
/proc/12151/stat : 12151 (java) S 12149 12151 11540 0 -1 4202496 42134 0 1 0 97 5 0 0 17 0 22 0 608824351 16063340544 40161 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12151/statm: 3921714 40161 2250 9 0 3912433 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 15686856

[startup+1.50103 s]
/proc/loadavg: 8.04 8.08 8.03 6/220 12173
/proc/meminfo: memFree=20181612/32951124 swapFree=67111348/67111528
[pid=12151] ppid=12149 vsize=15695972 CPUtime=2.49 cores=0,2,4,6
/proc/12151/stat : 12151 (java) S 12149 12151 11540 0 -1 4202496 48150 0 1 0 242 7 0 0 17 0 22 0 608824351 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12151/statm: 3923993 44477 2273 9 0 3914712 0
[pid=12151/tid=12153] ppid=12149 vsize=15695972 CPUtime=1.26 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (java) S 12149 12151 11540 0 -1 4202560 35694 0 1 0 122 4 0 0 21 0 22 0 608824351 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12154] ppid=12149 vsize=15695972 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (java) S 12149 12151 11540 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 608824352 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12155] ppid=12149 vsize=15695972 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12155/stat : 12155 (java) S 12149 12151 11540 0 -1 4202560 380 0 0 0 0 0 0 0 16 0 22 0 608824352 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12156] ppid=12149 vsize=15695972 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12156/stat : 12156 (java) S 12149 12151 11540 0 -1 4202560 394 0 0 0 0 0 0 0 15 0 22 0 608824352 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 4 0 0 0
[pid=12151/tid=12157] ppid=12149 vsize=15695972 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12157/stat : 12157 (java) S 12149 12151 11540 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608824352 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 2 0 0 0
[pid=12151/tid=12158] ppid=12149 vsize=15695972 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12158/stat : 12158 (java) S 12149 12151 11540 0 -1 4202560 328 0 0 0 0 0 0 0 16 0 22 0 608824352 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 2 0 0 0
[pid=12151/tid=12159] ppid=12149 vsize=15695972 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12159/stat : 12159 (java) S 12149 12151 11540 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 608824352 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 4 0 0 0
[pid=12151/tid=12160] ppid=12149 vsize=15695972 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12160/stat : 12160 (java) S 12149 12151 11540 0 -1 4202560 330 0 0 0 0 0 0 0 15 0 22 0 608824352 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12161] ppid=12149 vsize=15695972 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12161/stat : 12161 (java) S 12149 12151 11540 0 -1 4202560 346 0 0 0 0 0 0 0 16 0 22 0 608824352 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12162] ppid=12149 vsize=15695972 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12162/stat : 12162 (java) S 12149 12151 11540 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 608824353 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469882368 0 0 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12163] ppid=12149 vsize=15695972 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12163/stat : 12163 (java) S 12149 12151 11540 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608824353 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12164] ppid=12149 vsize=15695972 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12164/stat : 12164 (java) S 12149 12151 11540 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608824354 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12165] ppid=12149 vsize=15695972 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12165/stat : 12165 (java) S 12149 12151 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608824356 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469889457 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12166] ppid=12149 vsize=15695972 CPUtime=0.57 cores=0,2,4,6
/proc/12151/task/12166/stat : 12166 (java) S 12149 12151 11540 0 -1 4202560 5576 0 0 0 56 1 0 0 20 0 22 0 608824356 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12167] ppid=12149 vsize=15695972 CPUtime=0.42 cores=0,2,4,6
/proc/12151/task/12167/stat : 12167 (java) R 12149 12151 11540 0 -1 4202560 3580 0 0 0 42 0 0 0 15 0 22 0 608824356 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 47722271328688 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12151/tid=12168] ppid=12149 vsize=15695972 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12168/stat : 12168 (java) S 12149 12151 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608824356 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12169] ppid=12149 vsize=15695972 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12169/stat : 12169 (java) S 12149 12151 11540 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608824356 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469882368 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12170] ppid=12149 vsize=15695972 CPUtime=0.19 cores=0,2,4,6
/proc/12151/task/12170/stat : 12170 (java) R 12149 12151 11540 0 -1 4202560 26 0 0 0 19 0 0 0 16 0 22 0 608824408 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 46912505896509 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12151/tid=12171] ppid=12149 vsize=15695972 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12171/stat : 12171 (java) S 12149 12151 11540 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 608824408 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469882368 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12172] ppid=12149 vsize=15695972 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12172/stat : 12172 (java) S 12149 12151 11540 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 608824408 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469882368 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12173] ppid=12149 vsize=15695972 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12173/stat : 12173 (java) S 12149 12151 11540 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 608824408 16072675328 44477 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469882368 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 15695972

[startup+3.10067 s]
/proc/loadavg: 8.04 8.08 8.03 7/220 12173
/proc/meminfo: memFree=20127548/32951124 swapFree=67111348/67111528
[pid=12151] ppid=12149 vsize=15696392 CPUtime=7.16 cores=0,2,4,6
/proc/12151/stat : 12151 (java) S 12149 12151 11540 0 -1 4202496 60241 0 1 0 707 9 0 0 17 0 22 0 608824351 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12151/statm: 3924098 56152 2287 9 0 3914817 0
[pid=12151/tid=12153] ppid=12149 vsize=15696392 CPUtime=1.26 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (java) S 12149 12151 11540 0 -1 4202560 35694 0 1 0 122 4 0 0 21 0 22 0 608824351 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12154] ppid=12149 vsize=15696392 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (java) S 12149 12151 11540 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 608824352 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12155] ppid=12149 vsize=15696392 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12155/stat : 12155 (java) S 12149 12151 11540 0 -1 4202560 1941 0 0 0 0 0 0 0 15 0 22 0 608824352 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 4 0 0 0
[pid=12151/tid=12156] ppid=12149 vsize=15696392 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12156/stat : 12156 (java) S 12149 12151 11540 0 -1 4202560 1860 0 0 0 0 0 0 0 16 0 22 0 608824352 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 4 0 0 0
[pid=12151/tid=12157] ppid=12149 vsize=15696392 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12157/stat : 12157 (java) S 12149 12151 11540 0 -1 4202560 2956 0 0 0 0 0 0 0 16 0 22 0 608824352 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 2 0 0 0
[pid=12151/tid=12158] ppid=12149 vsize=15696392 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12158/stat : 12158 (java) S 12149 12151 11540 0 -1 4202560 329 0 0 0 0 0 0 0 15 0 22 0 608824352 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12159] ppid=12149 vsize=15696392 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12159/stat : 12159 (java) S 12149 12151 11540 0 -1 4202560 3102 0 0 0 0 0 0 0 16 0 22 0 608824352 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12160] ppid=12149 vsize=15696392 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12160/stat : 12160 (java) S 12149 12151 11540 0 -1 4202560 1719 0 0 0 0 0 0 0 16 0 22 0 608824352 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12161] ppid=12149 vsize=15696392 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12161/stat : 12161 (java) S 12149 12151 11540 0 -1 4202560 1919 0 0 0 0 0 0 0 15 0 22 0 608824352 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12162] ppid=12149 vsize=15696392 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12162/stat : 12162 (java) S 12149 12151 11540 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 22 0 608824353 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469882368 0 0 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12163] ppid=12149 vsize=15696392 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12163/stat : 12163 (java) S 12149 12151 11540 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608824353 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12164] ppid=12149 vsize=15696392 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12164/stat : 12164 (java) S 12149 12151 11540 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608824354 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12165] ppid=12149 vsize=15696392 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12165/stat : 12165 (java) S 12149 12151 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608824356 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469889457 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12166] ppid=12149 vsize=15696392 CPUtime=0.85 cores=0,2,4,6
/proc/12151/task/12166/stat : 12166 (java) R 12149 12151 11540 0 -1 4202560 5608 0 0 0 84 1 0 0 16 0 22 0 608824356 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12151/tid=12167] ppid=12149 vsize=15696392 CPUtime=0.61 cores=0,2,4,6
/proc/12151/task/12167/stat : 12167 (java) S 12149 12151 11540 0 -1 4202560 3619 0 0 0 61 0 0 0 15 0 22 0 608824356 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 4 0 0 0
[pid=12151/tid=12168] ppid=12149 vsize=15696392 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12168/stat : 12168 (java) S 12149 12151 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608824356 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12169] ppid=12149 vsize=15696392 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12169/stat : 12169 (java) S 12149 12151 11540 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608824356 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469882368 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12170] ppid=12149 vsize=15696392 CPUtime=1.4 cores=0,2,4,6
/proc/12151/task/12170/stat : 12170 (java) R 12149 12151 11540 0 -1 4202560 27 0 0 0 140 0 0 0 16 0 22 0 608824408 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 46912505974512 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12151/tid=12171] ppid=12149 vsize=15696392 CPUtime=1.1 cores=0,2,4,6
/proc/12151/task/12171/stat : 12171 (java) R 12149 12151 11540 0 -1 4202560 37 0 0 0 110 0 0 0 16 0 22 0 608824408 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 46912505226706 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12151/tid=12172] ppid=12149 vsize=15696392 CPUtime=0.85 cores=0,2,4,6
/proc/12151/task/12172/stat : 12172 (java) R 12149 12151 11540 0 -1 4202560 11 0 0 0 85 0 0 0 16 0 22 0 608824408 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 46912505865810 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12151/tid=12173] ppid=12149 vsize=15696392 CPUtime=0.99 cores=0,2,4,6
/proc/12151/task/12173/stat : 12173 (java) R 12149 12151 11540 0 -1 4202560 8 0 0 0 99 0 0 0 16 0 22 0 608824408 16073105408 56152 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 47722274300977 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 15696392

[startup+6.30107 s]
/proc/loadavg: 8.03 8.08 8.03 9/220 12173
/proc/meminfo: memFree=19562772/32951124 swapFree=67111348/67111528
[pid=12151] ppid=12149 vsize=15691668 CPUtime=19.85 cores=0,2,4,6
/proc/12151/stat : 12151 (java) S 12149 12151 11540 0 -1 4202496 192480 0 1 0 1948 37 0 0 17 0 22 0 608824351 16068268032 185234 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12151/statm: 3922917 185234 2291 9 0 3913636 0
[pid=12151/tid=12153] ppid=12149 vsize=15691668 CPUtime=1.26 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (java) S 12149 12151 11540 0 -1 4202560 35694 0 1 0 122 4 0 0 21 0 22 0 608824351 16068268032 185234 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12154] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (java) S 12149 12151 11540 0 -1 4202560 3990 0 0 0 0 0 0 0 15 0 22 0 608824352 16068268032 185234 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12155] ppid=12149 vsize=15691668 CPUtime=0.03 cores=0,2,4,6
/proc/12151/task/12155/stat : 12155 (java) S 12149 12151 11540 0 -1 4202560 6554 0 0 0 2 1 0 0 15 0 22 0 608824352 16068268032 185234 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 4 0 0 0
[pid=12151/tid=12156] ppid=12149 vsize=15691668 CPUtime=0.02 cores=0,2,4,6
/proc/12151/task/12156/stat : 12156 (java) S 12149 12151 11540 0 -1 4202560 5880 0 0 0 1 1 0 0 15 0 22 0 608824352 16068268032 185234 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12157] ppid=12149 vsize=15691668 CPUtime=0.02 cores=0,2,4,6
/proc/12151/task/12157/stat : 12157 (java) S 12149 12151 11540 0 -1 4202560 7439 0 0 0 1 1 0 0 15 0 22 0 608824352 16068268032 185234 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 2 0 0 0
[pid=12151/tid=12158] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12158/stat : 12158 (java) S 12149 12151 11540 0 -1 4202560 879 0 0 0 0 0 0 0 15 0 22 0 608824352 16068268032 185234 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12159] ppid=12149 vsize=15691668 CPUtime=0.02 cores=0,2,4,6
/proc/12151/task/12159/stat : 12159 (java) S 12149 12151 11540 0 -1 4202560 4166 0 0 0 1 1 0 0 16 0 22 0 608824352 16068268032 185234 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12160] ppid=12149 vsize=15691668 CPUtime=0.01 cores=0,2,4,6
/proc/12151/task/12160/stat : 12160 (java) S 12149 12151 11540 0 -1 4202560 3134 0 0 0 1 0 0 0 15 0 22 0 608824352 16068268032 185234 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 2 0 0 0
[pid=12151/tid=12161] ppid=12149 vsize=15691668 CPUtime=0.02 cores=0,2,4,6
/proc/12151/task/12161/stat : 12161 (java) S 12149 12151 11540 0 -1 4202560 5918 0 0 0 1 1 0 0 16 0 22 0 608824352 16068268032 185234 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12162] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12162/stat : 12162 (java) S 12149 12151 11540 0 -1 4202560 477 0 0 0 0 0 0 0 15 0 22 0 608824353 16068268032 185234 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469882368 0 0 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12163] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12163/stat : 12163 (java) S 12149 12151 11540 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608824353 16068268032 185234 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12164] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12164/stat : 12164 (java) S 12149 12151 11540 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608824354 16068268032 185234 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12165] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12165/stat : 12165 (java) S 12149 12151 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608824356 16068268032 185234 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469889457 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12166] ppid=12149 vsize=15691668 CPUtime=1.16 cores=0,2,4,6
/proc/12151/task/12166/stat : 12166 (java) S 12149 12151 11540 0 -1 4202560 5646 0 0 0 115 1 0 0 15 0 22 0 608824356 16068268032 185234 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0

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

[pid=12151/tid=12171] ppid=12149 vsize=15691668 CPUtime=1096.79 cores=0,2,4,6
/proc/12151/task/12171/stat : 12171 (java) R 12149 12151 11540 0 -1 4202560 73401 0 0 0 108873 806 0 0 18 0 22 0 608824408 16068268032 118359 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 46912506157683 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12151/tid=12172] ppid=12149 vsize=15691668 CPUtime=1095.87 cores=0,2,4,6
/proc/12151/task/12172/stat : 12172 (java) R 12149 12151 11540 0 -1 4202560 70719 0 0 0 108785 802 0 0 18 0 22 0 608824408 16068268032 118359 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469891765 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12151/tid=12173] ppid=12149 vsize=15691668 CPUtime=1096.2 cores=0,2,4,6
/proc/12151/task/12173/stat : 12173 (java) R 12149 12151 11540 0 -1 4202560 72124 0 0 0 108803 817 0 0 18 0 22 0 608824408 16068268032 118359 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469891765 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4414.57
Current children cumulated vsize (KiB) 15691668

[startup+1182.3 s]
/proc/loadavg: 3.96 4.34 5.86 5/193 12233
/proc/meminfo: memFree=28588908/32951124 swapFree=67111348/67111528
[pid=12151] ppid=12149 vsize=15691668 CPUtime=4650.37 cores=0,2,4,6
/proc/12151/stat : 12151 (java) S 12149 12151 11540 0 -1 4202496 576736 0 1 0 461578 3459 0 0 17 0 22 0 608824351 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12151/statm: 3922917 124829 2299 9 0 3913636 0
[pid=12151/tid=12153] ppid=12149 vsize=15691668 CPUtime=1.26 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (java) S 12149 12151 11540 0 -1 4202560 35694 0 1 0 122 4 0 0 21 0 22 0 608824351 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12154] ppid=12149 vsize=15691668 CPUtime=3.33 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (java) S 12149 12151 11540 0 -1 4202560 27185 0 0 0 323 10 0 0 16 0 22 0 608824352 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 2 0 0 0
[pid=12151/tid=12155] ppid=12149 vsize=15691668 CPUtime=3.26 cores=0,2,4,6
/proc/12151/task/12155/stat : 12155 (java) S 12149 12151 11540 0 -1 4202560 29374 0 0 0 317 9 0 0 15 0 22 0 608824352 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12156] ppid=12149 vsize=15691668 CPUtime=3.34 cores=0,2,4,6
/proc/12151/task/12156/stat : 12156 (java) S 12149 12151 11540 0 -1 4202560 29451 0 0 0 324 10 0 0 15 0 22 0 608824352 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12157] ppid=12149 vsize=15691668 CPUtime=3.29 cores=0,2,4,6
/proc/12151/task/12157/stat : 12157 (java) S 12149 12151 11540 0 -1 4202560 30855 0 0 0 319 10 0 0 15 0 22 0 608824352 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 4 0 0 0
[pid=12151/tid=12158] ppid=12149 vsize=15691668 CPUtime=3.19 cores=0,2,4,6
/proc/12151/task/12158/stat : 12158 (java) S 12149 12151 11540 0 -1 4202560 24269 0 0 0 313 6 0 0 15 0 22 0 608824352 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 2 0 0 0
[pid=12151/tid=12159] ppid=12149 vsize=15691668 CPUtime=3.33 cores=0,2,4,6
/proc/12151/task/12159/stat : 12159 (java) S 12149 12151 11540 0 -1 4202560 28037 0 0 0 323 10 0 0 15 0 22 0 608824352 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 4 0 0 0
[pid=12151/tid=12160] ppid=12149 vsize=15691668 CPUtime=3.27 cores=0,2,4,6
/proc/12151/task/12160/stat : 12160 (java) S 12149 12151 11540 0 -1 4202560 26100 0 0 0 320 7 0 0 15 0 22 0 608824352 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 4 0 0 0
[pid=12151/tid=12161] ppid=12149 vsize=15691668 CPUtime=3.28 cores=0,2,4,6
/proc/12151/task/12161/stat : 12161 (java) S 12149 12151 11540 0 -1 4202560 29306 0 0 0 320 8 0 0 15 0 22 0 608824352 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 2 0 0 0
[pid=12151/tid=12162] ppid=12149 vsize=15691668 CPUtime=1.59 cores=0,2,4,6
/proc/12151/task/12162/stat : 12162 (java) S 12149 12151 11540 0 -1 4202560 1461 0 0 0 112 47 0 0 16 0 22 0 608824353 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469882368 0 0 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12163] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12163/stat : 12163 (java) S 12149 12151 11540 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608824353 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12164] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12164/stat : 12164 (java) S 12149 12151 11540 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608824354 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12165] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12165/stat : 12165 (java) S 12149 12151 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608824356 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469889457 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12166] ppid=12149 vsize=15691668 CPUtime=1.27 cores=0,2,4,6
/proc/12151/task/12166/stat : 12166 (java) S 12149 12151 11540 0 -1 4202560 5655 0 0 0 126 1 0 0 15 0 22 0 608824356 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12167] ppid=12149 vsize=15691668 CPUtime=0.98 cores=0,2,4,6
/proc/12151/task/12167/stat : 12167 (java) S 12149 12151 11540 0 -1 4202560 5755 0 0 0 98 0 0 0 16 0 22 0 608824356 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 4 0 0 0
[pid=12151/tid=12168] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12168/stat : 12168 (java) S 12149 12151 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608824356 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12169] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12169/stat : 12169 (java) S 12149 12151 11540 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 22 0 608824356 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469882368 0 4 0 16800975 18446604453856283648 0 0 -1 4 0 0 0
[pid=12151/tid=12170] ppid=12149 vsize=15691668 CPUtime=1154.11 cores=0,2,4,6
/proc/12151/task/12170/stat : 12170 (java) R 12149 12151 11540 0 -1 4202560 76540 0 0 0 114604 807 0 0 18 0 22 0 608824408 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 47722274288723 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12151/tid=12171] ppid=12149 vsize=15691668 CPUtime=1155.46 cores=0,2,4,6
/proc/12151/task/12171/stat : 12171 (java) S 12149 12151 11540 0 -1 4202560 76569 0 0 0 114702 844 0 0 18 0 22 0 608824408 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 4 0 0 0
[pid=12151/tid=12172] ppid=12149 vsize=15691668 CPUtime=1154.51 cores=0,2,4,6
/proc/12151/task/12172/stat : 12172 (java) S 12149 12151 11540 0 -1 4202560 73715 0 0 0 114619 832 0 0 18 0 22 0 608824408 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 2 0 0 0
[pid=12151/tid=12173] ppid=12149 vsize=15691668 CPUtime=1154.72 cores=0,2,4,6
/proc/12151/task/12173/stat : 12173 (java) S 12149 12151 11540 0 -1 4202560 75278 0 0 0 114626 846 0 0 18 0 22 0 608824408 16068268032 124829 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469882368 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4650.37
Current children cumulated vsize (KiB) 15691668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.4 s]
/proc/loadavg: 3.83 4.27 5.77 5/193 12234
/proc/meminfo: memFree=28658196/32951124 swapFree=67111348/67111528
[pid=12151] ppid=12149 vsize=15691668 CPUtime=4800.02 cores=0,2,4,6
/proc/12151/stat : 12151 (java) S 12149 12151 11540 0 -1 4202496 577251 0 1 0 476463 3539 0 0 17 0 22 0 608824351 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12151/statm: 3922917 108782 2299 9 0 3913636 0
[pid=12151/tid=12153] ppid=12149 vsize=15691668 CPUtime=1.26 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (java) S 12149 12151 11540 0 -1 4202560 35694 0 1 0 122 4 0 0 21 0 22 0 608824351 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12154] ppid=12149 vsize=15691668 CPUtime=3.43 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (java) S 12149 12151 11540 0 -1 4202560 27189 0 0 0 333 10 0 0 16 0 22 0 608824352 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12155] ppid=12149 vsize=15691668 CPUtime=3.34 cores=0,2,4,6
/proc/12151/task/12155/stat : 12155 (java) S 12149 12151 11540 0 -1 4202560 29378 0 0 0 325 9 0 0 15 0 22 0 608824352 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12156] ppid=12149 vsize=15691668 CPUtime=3.42 cores=0,2,4,6
/proc/12151/task/12156/stat : 12156 (java) S 12149 12151 11540 0 -1 4202560 29454 0 0 0 332 10 0 0 15 0 22 0 608824352 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 2 0 0 0
[pid=12151/tid=12157] ppid=12149 vsize=15691668 CPUtime=3.38 cores=0,2,4,6
/proc/12151/task/12157/stat : 12157 (java) S 12149 12151 11540 0 -1 4202560 30859 0 0 0 328 10 0 0 15 0 22 0 608824352 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12158] ppid=12149 vsize=15691668 CPUtime=3.29 cores=0,2,4,6
/proc/12151/task/12158/stat : 12158 (java) S 12149 12151 11540 0 -1 4202560 24273 0 0 0 323 6 0 0 15 0 22 0 608824352 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 4 0 0 0
[pid=12151/tid=12159] ppid=12149 vsize=15691668 CPUtime=3.44 cores=0,2,4,6
/proc/12151/task/12159/stat : 12159 (java) S 12149 12151 11540 0 -1 4202560 28042 0 0 0 334 10 0 0 15 0 22 0 608824352 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12160] ppid=12149 vsize=15691668 CPUtime=3.36 cores=0,2,4,6
/proc/12151/task/12160/stat : 12160 (java) S 12149 12151 11540 0 -1 4202560 26104 0 0 0 329 7 0 0 15 0 22 0 608824352 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12161] ppid=12149 vsize=15691668 CPUtime=3.38 cores=0,2,4,6
/proc/12151/task/12161/stat : 12161 (java) S 12149 12151 11540 0 -1 4202560 29310 0 0 0 329 9 0 0 15 0 22 0 608824352 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 2 0 0 0
[pid=12151/tid=12162] ppid=12149 vsize=15691668 CPUtime=1.66 cores=0,2,4,6
/proc/12151/task/12162/stat : 12162 (java) S 12149 12151 11540 0 -1 4202560 1483 0 0 0 116 50 0 0 15 0 22 0 608824353 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469882368 0 0 0 16800975 18446604453856283648 0 0 -1 2 0 0 0
[pid=12151/tid=12163] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12163/stat : 12163 (java) S 12149 12151 11540 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608824353 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12164] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12164/stat : 12164 (java) S 12149 12151 11540 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608824354 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12165] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12165/stat : 12165 (java) S 12149 12151 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608824356 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469889457 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12166] ppid=12149 vsize=15691668 CPUtime=1.27 cores=0,2,4,6
/proc/12151/task/12166/stat : 12166 (java) S 12149 12151 11540 0 -1 4202560 5655 0 0 0 126 1 0 0 15 0 22 0 608824356 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12167] ppid=12149 vsize=15691668 CPUtime=0.98 cores=0,2,4,6
/proc/12151/task/12167/stat : 12167 (java) S 12149 12151 11540 0 -1 4202560 5755 0 0 0 98 0 0 0 16 0 22 0 608824356 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 4 0 0 0
[pid=12151/tid=12168] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12168/stat : 12168 (java) S 12149 12151 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608824356 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12169] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12169/stat : 12169 (java) S 12149 12151 11540 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 22 0 608824356 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469882368 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12170] ppid=12149 vsize=15691668 CPUtime=1191.27 cores=0,2,4,6
/proc/12151/task/12170/stat : 12170 (java) R 12149 12151 11540 0 -1 4202560 76663 0 0 0 118303 824 0 0 18 0 22 0 608824408 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469891765 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12151/tid=12171] ppid=12149 vsize=15691668 CPUtime=1192.69 cores=0,2,4,6
/proc/12151/task/12171/stat : 12171 (java) R 12149 12151 11540 0 -1 4202560 76669 0 0 0 118408 861 0 0 18 0 22 0 608824408 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469891765 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12151/tid=12172] ppid=12149 vsize=15691668 CPUtime=1191.76 cores=0,2,4,6
/proc/12151/task/12172/stat : 12172 (java) R 12149 12151 11540 0 -1 4202560 73829 0 0 0 118323 853 0 0 18 0 22 0 608824408 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 46912505973072 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12151/tid=12173] ppid=12149 vsize=15691668 CPUtime=1191.93 cores=0,2,4,6
/proc/12151/task/12173/stat : 12173 (java) R 12149 12151 11540 0 -1 4202560 75399 0 0 0 118326 867 0 0 18 0 22 0 608824408 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469891765 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 15691668

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

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

[startup+1220.4 s]
/proc/loadavg: 3.83 4.27 5.77 5/193 12234
/proc/meminfo: memFree=28658196/32951124 swapFree=67111348/67111528
[pid=12151] ppid=12149 vsize=15691668 CPUtime=4800.02 cores=0,2,4,6
/proc/12151/stat : 12151 (java) S 12149 12151 11540 0 -1 4202496 577251 0 1 0 476463 3539 0 0 17 0 22 0 608824351 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12151/statm: 3922917 108782 2299 9 0 3913636 0
[pid=12151/tid=12153] ppid=12149 vsize=15691668 CPUtime=1.26 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (java) S 12149 12151 11540 0 -1 4202560 35694 0 1 0 122 4 0 0 21 0 22 0 608824351 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12154] ppid=12149 vsize=15691668 CPUtime=3.43 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (java) S 12149 12151 11540 0 -1 4202560 27189 0 0 0 333 10 0 0 16 0 22 0 608824352 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12155] ppid=12149 vsize=15691668 CPUtime=3.34 cores=0,2,4,6
/proc/12151/task/12155/stat : 12155 (java) S 12149 12151 11540 0 -1 4202560 29378 0 0 0 325 9 0 0 15 0 22 0 608824352 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12156] ppid=12149 vsize=15691668 CPUtime=3.42 cores=0,2,4,6
/proc/12151/task/12156/stat : 12156 (java) S 12149 12151 11540 0 -1 4202560 29454 0 0 0 332 10 0 0 15 0 22 0 608824352 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 2 0 0 0
[pid=12151/tid=12157] ppid=12149 vsize=15691668 CPUtime=3.38 cores=0,2,4,6
/proc/12151/task/12157/stat : 12157 (java) S 12149 12151 11540 0 -1 4202560 30859 0 0 0 328 10 0 0 15 0 22 0 608824352 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12158] ppid=12149 vsize=15691668 CPUtime=3.29 cores=0,2,4,6
/proc/12151/task/12158/stat : 12158 (java) S 12149 12151 11540 0 -1 4202560 24273 0 0 0 323 6 0 0 15 0 22 0 608824352 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 4 0 0 0
[pid=12151/tid=12159] ppid=12149 vsize=15691668 CPUtime=3.44 cores=0,2,4,6
/proc/12151/task/12159/stat : 12159 (java) S 12149 12151 11540 0 -1 4202560 28042 0 0 0 334 10 0 0 15 0 22 0 608824352 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12160] ppid=12149 vsize=15691668 CPUtime=3.36 cores=0,2,4,6
/proc/12151/task/12160/stat : 12160 (java) S 12149 12151 11540 0 -1 4202560 26104 0 0 0 329 7 0 0 15 0 22 0 608824352 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12161] ppid=12149 vsize=15691668 CPUtime=3.38 cores=0,2,4,6
/proc/12151/task/12161/stat : 12161 (java) S 12149 12151 11540 0 -1 4202560 29310 0 0 0 329 9 0 0 15 0 22 0 608824352 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 2 0 0 0
[pid=12151/tid=12162] ppid=12149 vsize=15691668 CPUtime=1.66 cores=0,2,4,6
/proc/12151/task/12162/stat : 12162 (java) S 12149 12151 11540 0 -1 4202560 1483 0 0 0 116 50 0 0 15 0 22 0 608824353 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469882368 0 0 0 16800975 18446604453856283648 0 0 -1 2 0 0 0
[pid=12151/tid=12163] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12163/stat : 12163 (java) S 12149 12151 11540 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608824353 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12164] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12164/stat : 12164 (java) S 12149 12151 11540 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608824354 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12165] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12165/stat : 12165 (java) S 12149 12151 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608824356 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469889457 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12166] ppid=12149 vsize=15691668 CPUtime=1.27 cores=0,2,4,6
/proc/12151/task/12166/stat : 12166 (java) S 12149 12151 11540 0 -1 4202560 5655 0 0 0 126 1 0 0 15 0 22 0 608824356 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12167] ppid=12149 vsize=15691668 CPUtime=0.98 cores=0,2,4,6
/proc/12151/task/12167/stat : 12167 (java) S 12149 12151 11540 0 -1 4202560 5755 0 0 0 98 0 0 0 16 0 22 0 608824356 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 4 0 0 0
[pid=12151/tid=12168] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12168/stat : 12168 (java) S 12149 12151 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608824356 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469881753 0 4 0 16800975 18446604453856283648 0 0 -1 6 0 0 0
[pid=12151/tid=12169] ppid=12149 vsize=15691668 CPUtime=0 cores=0,2,4,6
/proc/12151/task/12169/stat : 12169 (java) S 12149 12151 11540 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 22 0 608824356 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469882368 0 4 0 16800975 18446604453856283648 0 0 -1 0 0 0 0
[pid=12151/tid=12170] ppid=12149 vsize=15691668 CPUtime=1191.27 cores=0,2,4,6
/proc/12151/task/12170/stat : 12170 (java) R 12149 12151 11540 0 -1 4202560 76663 0 0 0 118303 824 0 0 18 0 22 0 608824408 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469891765 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12151/tid=12171] ppid=12149 vsize=15691668 CPUtime=1192.69 cores=0,2,4,6
/proc/12151/task/12171/stat : 12171 (java) R 12149 12151 11540 0 -1 4202560 76669 0 0 0 118408 861 0 0 18 0 22 0 608824408 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469891765 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12151/tid=12172] ppid=12149 vsize=15691668 CPUtime=1191.76 cores=0,2,4,6
/proc/12151/task/12172/stat : 12172 (java) R 12149 12151 11540 0 -1 4202560 73829 0 0 0 118323 853 0 0 18 0 22 0 608824408 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 46912505973072 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12151/tid=12173] ppid=12149 vsize=15691668 CPUtime=1191.93 cores=0,2,4,6
/proc/12151/task/12173/stat : 12173 (java) R 12149 12151 11540 0 -1 4202560 75399 0 0 0 118326 867 0 0 18 0 22 0 608824408 16068268032 108782 33554432000 1073741824 1073778376 140736146071504 18446744073709551615 252469891765 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 15691668

Child status: 143
Real time (s): 1220.5
CPU time (s): 4800.34
CPU user time (s): 4764.91
CPU system time (s): 35.4246
CPU usage (%): 393.308
Max. virtual memory (cumulated for all children) (KiB): 15696392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4764.91
system time used= 35.4246
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 577279
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= 10423063
involuntary context switches= 158985

runsolver used 2.12268 second user time and 4.5773 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-30 19:52:19
IDJOB=3311954
IDBENCH=83924
IDSOLVER=1698
FILE ID=node111/3311954-1304185939
RUNJOBID= node111-1304184729-11974
PBS_JOBID= 13172463
Free space on /tmp= 72480 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311954-1304185939/watcher-3311954-1304185939 -o /tmp/evaluation-result-3311954-1304185939/solver-3311954-1304185939 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311954-1304185939.cnf -hbr 2

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

MD5SUM BENCH= ad30956261e72142648a01bc7c025dba
RANDOM SEED=769763568

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20344144 kB
Buffers:       1040032 kB
Cached:        2312264 kB
SwapCached:          0 kB
Active:        8953136 kB
Inactive:      3186928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20344144 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            2800 kB
Writeback:           0 kB
AnonPages:     8787464 kB
Mapped:          23476 kB
Slab:           386216 kB
PageTables:      21580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  9724648 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= 72484 MiB
End job on node111 at 2011-04-30 20:12:41