Trace number 3312304

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.3 1207.14

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_3_keyfind_1.cnf
MD5SUM4738c3d0ccd52030cff8addcec6bcde9
Bench CategoryAPPLICATION (applications 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 variables1404
Number of clauses7572
Sum of the clauses size29588
Maximum clause length5
Minimum clause length1
Number of clauses of size 1140
Number of clauses of size 2240
Number of clauses of size 32992
Number of clauses of size 41008
Number of clauses of size 53192
Number of clauses of size over 50

Solver Data

0.10/0.12	41:59 INFO : Reading from input HOME/instance-3312304-1304185318.cnf
0.51/0.31	Executor set job limit to 1000000
0.51/0.31	Executor set job limit to 1000000
0.51/0.31	Executor set job limit to 1000000
0.51/0.31	Executor set job limit to 1000000
0.51/0.31	Starting Executor!
0.51/0.31	Starting Executor!
0.51/0.31	Starting Executor!
0.51/0.31	Starting Executor!
0.71/0.46	41:59 INFO : Found 736 xor gates
1.28/0.69	41:59 INFO : 1040 variables remaining out of 1404
1.28/0.69	41:59 INFO : 34112 literals remaining out of 13076
4458.65/1121.22	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:4).
4458.65/1121.22	log4j:WARN Please initialize the log4j system properly.
4458.65/1121.22	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-3312304-1304185318/watcher-3312304-1304185318 -o /tmp/evaluation-result-3312304-1304185318/solver-3312304-1304185318 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312304-1304185318.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 8.06 8.06 7.93 5/198 7573
/proc/meminfo: memFree=23258196/32951124 swapFree=67111364/67111528
[pid=7573] ppid=7571 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/7573/stat : 7573 (java) R 7571 7573 7394 0 -1 4202496 807 0 0 0 0 0 0 0 25 0 1 0 530129808 23580672 293 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228239386368 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7573/statm: 5757 304 239 9 0 124 0

[startup+0.0548529 s]
/proc/loadavg: 8.06 8.06 7.93 5/198 7573
/proc/meminfo: memFree=23258196/32951124 swapFree=67111364/67111528
[pid=7573] ppid=7571 vsize=15675180 CPUtime=0.04 cores=1,3,5,7
/proc/7573/stat : 7573 (java) S 7571 7573 7394 0 -1 4202496 4017 0 1 0 3 1 0 0 25 0 18 0 530129808 16051384320 3456 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7573/statm: 3918795 3456 1749 9 0 3909514 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15675180

[startup+0.100844 s]
/proc/loadavg: 8.06 8.06 7.93 5/198 7573
/proc/meminfo: memFree=23258196/32951124 swapFree=67111364/67111528
[pid=7573] ppid=7571 vsize=15676728 CPUtime=0.1 cores=1,3,5,7
/proc/7573/stat : 7573 (java) S 7571 7573 7394 0 -1 4202496 5543 0 1 0 9 1 0 0 25 0 18 0 530129808 16052969472 4949 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7573/statm: 3919182 4951 2116 9 0 3909901 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676728

[startup+0.300812 s]
/proc/loadavg: 8.06 8.06 7.93 5/198 7573
/proc/meminfo: memFree=23258196/32951124 swapFree=67111364/67111528
[pid=7573] ppid=7571 vsize=15681176 CPUtime=0.51 cores=1,3,5,7
/proc/7573/stat : 7573 (java) S 7571 7573 7394 0 -1 4202496 14879 0 1 0 48 3 0 0 25 0 18 0 530129808 16057524224 13114 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7573/statm: 3920294 13120 2206 9 0 3911013 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15681176

[startup+0.700739 s]
/proc/loadavg: 8.06 8.06 7.93 5/198 7573
/proc/meminfo: memFree=23258196/32951124 swapFree=67111364/67111528
[pid=7573] ppid=7571 vsize=15696444 CPUtime=1.57 cores=1,3,5,7
/proc/7573/stat : 7573 (java) S 7571 7573 7394 0 -1 4202496 27424 0 1 0 153 4 0 0 25 0 22 0 530129808 16073158656 22907 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7573/statm: 3924111 22913 2249 9 0 3914830 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 15696444

[startup+1.50157 s]
/proc/loadavg: 8.06 8.06 7.93 10/220 7595
/proc/meminfo: memFree=23177696/32951124 swapFree=67111364/67111528
[pid=7573] ppid=7571 vsize=15698556 CPUtime=4.59 cores=1,3,5,7
/proc/7573/stat : 7573 (java) S 7571 7573 7394 0 -1 4202496 67868 0 1 0 448 11 0 0 25 0 22 0 530129808 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7573/statm: 3924639 60330 2277 9 0 3915358 0
[pid=7573/tid=7575] ppid=7571 vsize=15698556 CPUtime=0.67 cores=1,3,5,7
/proc/7573/task/7575/stat : 7575 (java) S 7571 7573 7394 0 -1 4202560 12094 0 1 0 65 2 0 0 25 0 22 0 530129809 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7576] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7576/stat : 7576 (java) S 7571 7573 7394 0 -1 4202560 2768 0 0 0 0 0 0 0 16 0 22 0 530129809 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7577] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7577/stat : 7577 (java) S 7571 7573 7394 0 -1 4202560 613 0 0 0 0 0 0 0 15 0 22 0 530129809 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7578] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7578/stat : 7578 (java) S 7571 7573 7394 0 -1 4202560 2127 0 0 0 0 0 0 0 16 0 22 0 530129809 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7579] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7579/stat : 7579 (java) S 7571 7573 7394 0 -1 4202560 1620 0 0 0 0 0 0 0 16 0 22 0 530129809 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7580] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7580/stat : 7580 (java) S 7571 7573 7394 0 -1 4202560 2966 0 0 0 0 0 0 0 16 0 22 0 530129809 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7581] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7581/stat : 7581 (java) S 7571 7573 7394 0 -1 4202560 1321 0 0 0 0 0 0 0 15 0 22 0 530129809 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7582] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7582/stat : 7582 (java) S 7571 7573 7394 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530129809 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7583] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7583/stat : 7583 (java) S 7571 7573 7394 0 -1 4202560 1255 0 0 0 0 0 0 0 15 0 22 0 530129809 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7584] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7584/stat : 7584 (java) S 7571 7573 7394 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 530129810 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256165376 0 0 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7585] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7585/stat : 7585 (java) S 7571 7573 7394 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530129811 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7586] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7586/stat : 7586 (java) S 7571 7573 7394 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 22 0 530129811 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7587] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7587/stat : 7587 (java) S 7571 7573 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530129813 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256172465 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7588] ppid=7571 vsize=15698556 CPUtime=0.87 cores=1,3,5,7
/proc/7573/task/7588/stat : 7588 (java) S 7571 7573 7394 0 -1 4202560 5021 0 0 0 87 0 0 0 16 0 22 0 530129813 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7589] ppid=7571 vsize=15698556 CPUtime=0.97 cores=1,3,5,7
/proc/7573/task/7589/stat : 7589 (java) S 7571 7573 7394 0 -1 4202560 13081 0 0 0 96 1 0 0 15 0 22 0 530129813 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7590] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7590/stat : 7590 (java) S 7571 7573 7394 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 530129813 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7591] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7591/stat : 7591 (java) S 7571 7573 7394 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530129813 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256165376 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7592] ppid=7571 vsize=15698556 CPUtime=0.48 cores=1,3,5,7
/proc/7573/task/7592/stat : 7592 (java) R 7571 7573 7394 0 -1 4202560 4916 0 0 0 48 0 0 0 16 0 22 0 530129839 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505930493 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7573/tid=7593] ppid=7571 vsize=15698556 CPUtime=0.36 cores=1,3,5,7
/proc/7573/task/7593/stat : 7593 (java) R 7571 7573 7394 0 -1 4202560 2294 0 0 0 36 0 0 0 20 0 22 0 530129839 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505960528 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7573/tid=7594] ppid=7571 vsize=15698556 CPUtime=0.6 cores=1,3,5,7
/proc/7573/task/7594/stat : 7594 (java) R 7571 7573 7394 0 -1 4202560 7669 0 0 0 59 1 0 0 22 0 22 0 530129840 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505819666 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7573/tid=7595] ppid=7571 vsize=15698556 CPUtime=0.51 cores=1,3,5,7
/proc/7573/task/7595/stat : 7595 (java) R 7571 7573 7394 0 -1 4202560 8659 0 0 0 50 1 0 0 21 0 22 0 530129840 16075321344 60330 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505777766 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 15698556

[startup+3.10129 s]
/proc/loadavg: 8.06 8.06 7.93 9/220 7596
/proc/meminfo: memFree=22921100/32951124 swapFree=67111364/67111528
[pid=7573] ppid=7571 vsize=15698556 CPUtime=10.96 cores=1,3,5,7
/proc/7573/stat : 7573 (java) S 7571 7573 7394 0 -1 4202496 167534 0 1 0 1072 24 0 0 25 0 22 0 530129808 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7573/statm: 3924639 159897 2287 9 0 3915358 0
[pid=7573/tid=7575] ppid=7571 vsize=15698556 CPUtime=0.67 cores=1,3,5,7
/proc/7573/task/7575/stat : 7575 (java) S 7571 7573 7394 0 -1 4202560 12094 0 1 0 65 2 0 0 25 0 22 0 530129809 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7576] ppid=7571 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/7573/task/7576/stat : 7576 (java) S 7571 7573 7394 0 -1 4202560 5728 0 0 0 1 0 0 0 16 0 22 0 530129809 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7577] ppid=7571 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/7573/task/7577/stat : 7577 (java) S 7571 7573 7394 0 -1 4202560 6015 0 0 0 1 0 0 0 16 0 22 0 530129809 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7578] ppid=7571 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/7573/task/7578/stat : 7578 (java) S 7571 7573 7394 0 -1 4202560 3924 0 0 0 1 0 0 0 15 0 22 0 530129809 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7579] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7579/stat : 7579 (java) S 7571 7573 7394 0 -1 4202560 2775 0 0 0 0 0 0 0 15 0 22 0 530129809 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7580] ppid=7571 vsize=15698556 CPUtime=0.02 cores=1,3,5,7
/proc/7573/task/7580/stat : 7580 (java) S 7571 7573 7394 0 -1 4202560 5843 0 0 0 1 1 0 0 16 0 22 0 530129809 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7581] ppid=7571 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/7573/task/7581/stat : 7581 (java) S 7571 7573 7394 0 -1 4202560 4926 0 0 0 1 0 0 0 16 0 22 0 530129809 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7582] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7582/stat : 7582 (java) S 7571 7573 7394 0 -1 4202560 2688 0 0 0 0 0 0 0 15 0 22 0 530129809 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7583] ppid=7571 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/7573/task/7583/stat : 7583 (java) S 7571 7573 7394 0 -1 4202560 4886 0 0 0 1 0 0 0 16 0 22 0 530129809 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7584] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7584/stat : 7584 (java) S 7571 7573 7394 0 -1 4202560 467 0 0 0 0 0 0 0 16 0 22 0 530129810 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256165376 0 0 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7585] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7585/stat : 7585 (java) S 7571 7573 7394 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530129811 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7586] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7586/stat : 7586 (java) S 7571 7573 7394 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 22 0 530129811 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7587] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7587/stat : 7587 (java) S 7571 7573 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530129813 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256172465 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7588] ppid=7571 vsize=15698556 CPUtime=1.03 cores=1,3,5,7
/proc/7573/task/7588/stat : 7588 (java) S 7571 7573 7394 0 -1 4202560 5048 0 0 0 103 0 0 0 15 0 22 0 530129813 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7589] ppid=7571 vsize=15698556 CPUtime=1.1 cores=1,3,5,7
/proc/7573/task/7589/stat : 7589 (java) S 7571 7573 7394 0 -1 4202560 13115 0 0 0 109 1 0 0 15 0 22 0 530129813 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7590] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7590/stat : 7590 (java) S 7571 7573 7394 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 530129813 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7591] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7591/stat : 7591 (java) S 7571 7573 7394 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530129813 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256165376 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7592] ppid=7571 vsize=15698556 CPUtime=2.04 cores=1,3,5,7
/proc/7573/task/7592/stat : 7592 (java) R 7571 7573 7394 0 -1 4202560 24274 0 0 0 201 3 0 0 17 0 22 0 530129839 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505786936 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7573/tid=7593] ppid=7571 vsize=15698556 CPUtime=1.86 cores=1,3,5,7
/proc/7573/task/7593/stat : 7593 (java) R 7571 7573 7394 0 -1 4202560 21383 0 0 0 184 2 0 0 23 0 22 0 530129839 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505900386 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7573/tid=7594] ppid=7571 vsize=15698556 CPUtime=2.07 cores=1,3,5,7
/proc/7573/task/7594/stat : 7594 (java) R 7571 7573 7394 0 -1 4202560 26418 0 0 0 204 3 0 0 25 0 22 0 530129840 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505786720 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7573/tid=7595] ppid=7571 vsize=15698556 CPUtime=1.96 cores=1,3,5,7
/proc/7573/task/7595/stat : 7595 (java) R 7571 7573 7394 0 -1 4202560 26561 0 0 0 193 3 0 0 25 0 22 0 530129840 16075321344 159897 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 47791240123441 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.96
Current children cumulated vsize (KiB) 15698556

[startup+6.30073 s]
/proc/loadavg: 8.06 8.06 7.93 9/220 7596
/proc/meminfo: memFree=22198924/32951124 swapFree=67111364/67111528
[pid=7573] ppid=7571 vsize=15698556 CPUtime=23.72 cores=1,3,5,7
/proc/7573/stat : 7573 (java) S 7571 7573 7394 0 -1 4202496 326507 0 1 0 2330 42 0 0 25 0 22 0 530129808 16075321344 317324 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7573/statm: 3924639 317329 2287 9 0 3915358 0
[pid=7573/tid=7575] ppid=7571 vsize=15698556 CPUtime=0.67 cores=1,3,5,7
/proc/7573/task/7575/stat : 7575 (java) S 7571 7573 7394 0 -1 4202560 12094 0 1 0 65 2 0 0 25 0 22 0 530129809 16075321344 317331 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7576] ppid=7571 vsize=15698556 CPUtime=0.02 cores=1,3,5,7
/proc/7573/task/7576/stat : 7576 (java) S 7571 7573 7394 0 -1 4202560 6763 0 0 0 2 0 0 0 15 0 22 0 530129809 16075321344 317343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7577] ppid=7571 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/7573/task/7577/stat : 7577 (java) S 7571 7573 7394 0 -1 4202560 6355 0 0 0 1 0 0 0 16 0 22 0 530129809 16075321344 317352 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7578] ppid=7571 vsize=15698556 CPUtime=0.02 cores=1,3,5,7
/proc/7573/task/7578/stat : 7578 (java) S 7571 7573 7394 0 -1 4202560 5067 0 0 0 2 0 0 0 15 0 22 0 530129809 16075321344 317362 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7579] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7579/stat : 7579 (java) S 7571 7573 7394 0 -1 4202560 2974 0 0 0 0 0 0 0 15 0 22 0 530129809 16075321344 317372 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7580] ppid=7571 vsize=15698556 CPUtime=0.02 cores=1,3,5,7
/proc/7573/task/7580/stat : 7580 (java) S 7571 7573 7394 0 -1 4202560 5843 0 0 0 1 1 0 0 15 0 22 0 530129809 16075321344 317383 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7581] ppid=7571 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/7573/task/7581/stat : 7581 (java) S 7571 7573 7394 0 -1 4202560 6056 0 0 0 1 0 0 0 15 0 22 0 530129809 16075321344 317392 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7582] ppid=7571 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/7573/task/7582/stat : 7582 (java) S 7571 7573 7394 0 -1 4202560 2865 0 0 0 1 0 0 0 16 0 22 0 530129809 16075321344 317402 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7583] ppid=7571 vsize=15698556 CPUtime=0.01 cores=1,3,5,7
/proc/7573/task/7583/stat : 7583 (java) S 7571 7573 7394 0 -1 4202560 5844 0 0 0 1 0 0 0 15 0 22 0 530129809 16075321344 317412 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7584] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7584/stat : 7584 (java) S 7571 7573 7394 0 -1 4202560 770 0 0 0 0 0 0 0 15 0 22 0 530129810 16075321344 317421 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256165376 0 0 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7585] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7585/stat : 7585 (java) S 7571 7573 7394 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530129811 16075321344 317424 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7586] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7586/stat : 7586 (java) S 7571 7573 7394 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 22 0 530129811 16075321344 317427 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7587] ppid=7571 vsize=15698556 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7587/stat : 7587 (java) S 7571 7573 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530129813 16075321344 317431 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256172465 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7588] ppid=7571 vsize=15698556 CPUtime=1.05 cores=1,3,5,7
/proc/7573/task/7588/stat : 7588 (java) S 7571 7573 7394 0 -1 4202560 5048 0 0 0 105 0 0 0 15 0 22 0 530129813 16075321344 317435 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 5 0 0 0

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

[pid=7573/tid=7593] ppid=7571 vsize=15758880 CPUtime=1107.74 cores=1,3,5,7
/proc/7573/task/7593/stat : 7593 (java) R 7571 7573 7394 0 -1 4202560 248305 0 0 0 110733 41 0 0 25 0 22 0 530129839 16137093120 118878 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505901663 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7573/tid=7594] ppid=7571 vsize=15758880 CPUtime=1107.95 cores=1,3,5,7
/proc/7573/task/7594/stat : 7594 (java) R 7571 7573 7394 0 -1 4202560 248282 0 0 0 110754 41 0 0 25 0 22 0 530129840 16137093120 118878 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505860841 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7573/tid=7595] ppid=7571 vsize=15758880 CPUtime=1107.61 cores=1,3,5,7
/proc/7573/task/7595/stat : 7595 (java) R 7571 7573 7394 0 -1 4202560 253972 0 0 0 110722 39 0 0 25 0 22 0 530129840 16137093120 118878 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505901827 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4463.02
Current children cumulated vsize (KiB) 15758880

[startup+1182.3 s]
/proc/loadavg: 8.11 8.05 7.95 9/220 7834
/proc/meminfo: memFree=28972868/32951124 swapFree=67111364/67111528
[pid=7573] ppid=7571 vsize=15758880 CPUtime=4701.63 cores=1,3,5,7
/proc/7573/stat : 7573 (java) S 7571 7573 7394 0 -1 4202496 1809155 0 1 0 469761 402 0 0 25 0 22 0 530129808 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7573/statm: 3939720 101704 2298 9 0 3930439 0
[pid=7573/tid=7575] ppid=7571 vsize=15758880 CPUtime=0.67 cores=1,3,5,7
/proc/7573/task/7575/stat : 7575 (java) S 7571 7573 7394 0 -1 4202560 12094 0 1 0 65 2 0 0 25 0 22 0 530129809 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7576] ppid=7571 vsize=15758880 CPUtime=3.44 cores=1,3,5,7
/proc/7573/task/7576/stat : 7576 (java) S 7571 7573 7394 0 -1 4202560 89918 0 0 0 325 19 0 0 16 0 22 0 530129809 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7577] ppid=7571 vsize=15758880 CPUtime=3.44 cores=1,3,5,7
/proc/7573/task/7577/stat : 7577 (java) S 7571 7573 7394 0 -1 4202560 95395 0 0 0 323 21 0 0 16 0 22 0 530129809 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7578] ppid=7571 vsize=15758880 CPUtime=3.39 cores=1,3,5,7
/proc/7573/task/7578/stat : 7578 (java) S 7571 7573 7394 0 -1 4202560 92960 0 0 0 320 19 0 0 15 0 22 0 530129809 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7579] ppid=7571 vsize=15758880 CPUtime=3.42 cores=1,3,5,7
/proc/7573/task/7579/stat : 7579 (java) S 7571 7573 7394 0 -1 4202560 89494 0 0 0 325 17 0 0 15 0 22 0 530129809 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7580] ppid=7571 vsize=15758880 CPUtime=3.46 cores=1,3,5,7
/proc/7573/task/7580/stat : 7580 (java) S 7571 7573 7394 0 -1 4202560 91686 0 0 0 324 22 0 0 15 0 22 0 530129809 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7581] ppid=7571 vsize=15758880 CPUtime=3.44 cores=1,3,5,7
/proc/7573/task/7581/stat : 7581 (java) S 7571 7573 7394 0 -1 4202560 92601 0 0 0 326 18 0 0 15 0 22 0 530129809 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7582] ppid=7571 vsize=15758880 CPUtime=3.4 cores=1,3,5,7
/proc/7573/task/7582/stat : 7582 (java) S 7571 7573 7394 0 -1 4202560 91536 0 0 0 321 19 0 0 16 0 22 0 530129809 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7583] ppid=7571 vsize=15758880 CPUtime=3.44 cores=1,3,5,7
/proc/7573/task/7583/stat : 7583 (java) S 7571 7573 7394 0 -1 4202560 96199 0 0 0 324 20 0 0 16 0 22 0 530129809 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7584] ppid=7571 vsize=15758880 CPUtime=2.13 cores=1,3,5,7
/proc/7573/task/7584/stat : 7584 (java) S 7571 7573 7394 0 -1 4202560 4465 0 0 0 145 68 0 0 15 0 22 0 530129810 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256165376 0 0 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7585] ppid=7571 vsize=15758880 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7585/stat : 7585 (java) S 7571 7573 7394 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530129811 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7586] ppid=7571 vsize=15758880 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7586/stat : 7586 (java) S 7571 7573 7394 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 22 0 530129811 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7587] ppid=7571 vsize=15758880 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7587/stat : 7587 (java) S 7571 7573 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530129813 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256172465 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7588] ppid=7571 vsize=15758880 CPUtime=1.38 cores=1,3,5,7
/proc/7573/task/7588/stat : 7588 (java) S 7571 7573 7394 0 -1 4202560 5101 0 0 0 138 0 0 0 16 0 22 0 530129813 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7589] ppid=7571 vsize=15758880 CPUtime=1.36 cores=1,3,5,7
/proc/7573/task/7589/stat : 7589 (java) S 7571 7573 7394 0 -1 4202560 13149 0 0 0 135 1 0 0 15 0 22 0 530129813 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7590] ppid=7571 vsize=15758880 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7590/stat : 7590 (java) S 7571 7573 7394 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 530129813 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7591] ppid=7571 vsize=15758880 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7591/stat : 7591 (java) S 7571 7573 7394 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 530129813 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256165376 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7592] ppid=7571 vsize=15758880 CPUtime=1167.35 cores=1,3,5,7
/proc/7573/task/7592/stat : 7592 (java) R 7571 7573 7394 0 -1 4202560 260104 0 0 0 116694 41 0 0 25 0 22 0 530129839 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7573/tid=7593] ppid=7571 vsize=15758880 CPUtime=1167.08 cores=1,3,5,7
/proc/7573/task/7593/stat : 7593 (java) R 7571 7573 7394 0 -1 4202560 256118 0 0 0 116664 44 0 0 25 0 22 0 530129839 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505859968 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7573/tid=7594] ppid=7571 vsize=15758880 CPUtime=1167.21 cores=1,3,5,7
/proc/7573/task/7594/stat : 7594 (java) R 7571 7573 7394 0 -1 4202560 255321 0 0 0 116678 43 0 0 25 0 22 0 530129840 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912506111855 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7573/tid=7595] ppid=7571 vsize=15758880 CPUtime=1166.87 cores=1,3,5,7
/proc/7573/task/7595/stat : 7595 (java) R 7571 7573 7394 0 -1 4202560 261560 0 0 0 116646 41 0 0 25 0 22 0 530129840 16137093120 101704 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505859961 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4701.63
Current children cumulated vsize (KiB) 15758880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.1 s]
/proc/loadavg: 8.13 8.06 7.95 10/220 7835
/proc/meminfo: memFree=28854692/32951124 swapFree=67111364/67111528
[pid=7573] ppid=7571 vsize=15758880 CPUtime=4800.24 cores=1,3,5,7
/proc/7573/stat : 7573 (java) S 7571 7573 7394 0 -1 4202496 1856558 0 1 0 479611 413 0 0 25 0 22 0 530129808 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7573/statm: 3939720 116343 2298 9 0 3930439 0
[pid=7573/tid=7575] ppid=7571 vsize=15758880 CPUtime=0.67 cores=1,3,5,7
/proc/7573/task/7575/stat : 7575 (java) S 7571 7573 7394 0 -1 4202560 12094 0 1 0 65 2 0 0 25 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7576] ppid=7571 vsize=15758880 CPUtime=3.54 cores=1,3,5,7
/proc/7573/task/7576/stat : 7576 (java) S 7571 7573 7394 0 -1 4202560 92207 0 0 0 334 20 0 0 15 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7577] ppid=7571 vsize=15758880 CPUtime=3.52 cores=1,3,5,7
/proc/7573/task/7577/stat : 7577 (java) S 7571 7573 7394 0 -1 4202560 97207 0 0 0 330 22 0 0 16 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7578] ppid=7571 vsize=15758880 CPUtime=3.47 cores=1,3,5,7
/proc/7573/task/7578/stat : 7578 (java) S 7571 7573 7394 0 -1 4202560 94597 0 0 0 327 20 0 0 16 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7579] ppid=7571 vsize=15758880 CPUtime=3.49 cores=1,3,5,7
/proc/7573/task/7579/stat : 7579 (java) S 7571 7573 7394 0 -1 4202560 91015 0 0 0 332 17 0 0 16 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7580] ppid=7571 vsize=15758880 CPUtime=3.53 cores=1,3,5,7
/proc/7573/task/7580/stat : 7580 (java) S 7571 7573 7394 0 -1 4202560 93673 0 0 0 331 22 0 0 15 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7581] ppid=7571 vsize=15758880 CPUtime=3.49 cores=1,3,5,7
/proc/7573/task/7581/stat : 7581 (java) S 7571 7573 7394 0 -1 4202560 93774 0 0 0 331 18 0 0 15 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7582] ppid=7571 vsize=15758880 CPUtime=3.48 cores=1,3,5,7
/proc/7573/task/7582/stat : 7582 (java) S 7571 7573 7394 0 -1 4202560 93851 0 0 0 329 19 0 0 15 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7583] ppid=7571 vsize=15758880 CPUtime=3.52 cores=1,3,5,7
/proc/7573/task/7583/stat : 7583 (java) S 7571 7573 7394 0 -1 4202560 98261 0 0 0 331 21 0 0 15 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7584] ppid=7571 vsize=15758880 CPUtime=2.18 cores=1,3,5,7
/proc/7573/task/7584/stat : 7584 (java) S 7571 7573 7394 0 -1 4202560 4601 0 0 0 148 70 0 0 15 0 22 0 530129810 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256165376 0 0 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7585] ppid=7571 vsize=15758880 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7585/stat : 7585 (java) S 7571 7573 7394 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530129811 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7586] ppid=7571 vsize=15758880 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7586/stat : 7586 (java) S 7571 7573 7394 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 22 0 530129811 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7587] ppid=7571 vsize=15758880 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7587/stat : 7587 (java) S 7571 7573 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530129813 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256172465 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7588] ppid=7571 vsize=15758880 CPUtime=1.38 cores=1,3,5,7
/proc/7573/task/7588/stat : 7588 (java) S 7571 7573 7394 0 -1 4202560 5101 0 0 0 138 0 0 0 16 0 22 0 530129813 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7589] ppid=7571 vsize=15758880 CPUtime=1.36 cores=1,3,5,7
/proc/7573/task/7589/stat : 7589 (java) S 7571 7573 7394 0 -1 4202560 13149 0 0 0 135 1 0 0 15 0 22 0 530129813 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7590] ppid=7571 vsize=15758880 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7590/stat : 7590 (java) S 7571 7573 7394 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 530129813 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7591] ppid=7571 vsize=15758880 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7591/stat : 7591 (java) S 7571 7573 7394 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 530129813 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256165376 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7592] ppid=7571 vsize=15758880 CPUtime=1191.87 cores=1,3,5,7
/proc/7573/task/7592/stat : 7592 (java) R 7571 7573 7394 0 -1 4202560 267949 0 0 0 119145 42 0 0 25 0 22 0 530129839 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505777771 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7573/tid=7593] ppid=7571 vsize=15758880 CPUtime=1191.61 cores=1,3,5,7
/proc/7573/task/7593/stat : 7593 (java) R 7571 7573 7394 0 -1 4202560 263979 0 0 0 119116 45 0 0 25 0 22 0 530129839 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505901098 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7573/tid=7594] ppid=7571 vsize=15758880 CPUtime=1191.73 cores=1,3,5,7
/proc/7573/task/7594/stat : 7594 (java) R 7571 7573 7394 0 -1 4202560 263593 0 0 0 119129 44 0 0 25 0 22 0 530129840 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912506469789 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7573/tid=7595] ppid=7571 vsize=15758880 CPUtime=1191.25 cores=1,3,5,7
/proc/7573/task/7595/stat : 7595 (java) R 7571 7573 7394 0 -1 4202560 270051 0 0 0 119083 42 0 0 25 0 22 0 530129840 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505901940 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 15758880

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

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

[startup+1207.1 s]
/proc/loadavg: 8.13 8.06 7.95 10/220 7835
/proc/meminfo: memFree=28854692/32951124 swapFree=67111364/67111528
[pid=7573] ppid=7571 vsize=15758880 CPUtime=4800.24 cores=1,3,5,7
/proc/7573/stat : 7573 (java) S 7571 7573 7394 0 -1 4202496 1856558 0 1 0 479611 413 0 0 25 0 22 0 530129808 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7573/statm: 3939720 116343 2298 9 0 3930439 0
[pid=7573/tid=7575] ppid=7571 vsize=15758880 CPUtime=0.67 cores=1,3,5,7
/proc/7573/task/7575/stat : 7575 (java) S 7571 7573 7394 0 -1 4202560 12094 0 1 0 65 2 0 0 25 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7576] ppid=7571 vsize=15758880 CPUtime=3.54 cores=1,3,5,7
/proc/7573/task/7576/stat : 7576 (java) S 7571 7573 7394 0 -1 4202560 92207 0 0 0 334 20 0 0 15 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7577] ppid=7571 vsize=15758880 CPUtime=3.52 cores=1,3,5,7
/proc/7573/task/7577/stat : 7577 (java) S 7571 7573 7394 0 -1 4202560 97207 0 0 0 330 22 0 0 16 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7578] ppid=7571 vsize=15758880 CPUtime=3.47 cores=1,3,5,7
/proc/7573/task/7578/stat : 7578 (java) S 7571 7573 7394 0 -1 4202560 94597 0 0 0 327 20 0 0 16 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7579] ppid=7571 vsize=15758880 CPUtime=3.49 cores=1,3,5,7
/proc/7573/task/7579/stat : 7579 (java) S 7571 7573 7394 0 -1 4202560 91015 0 0 0 332 17 0 0 16 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7580] ppid=7571 vsize=15758880 CPUtime=3.53 cores=1,3,5,7
/proc/7573/task/7580/stat : 7580 (java) S 7571 7573 7394 0 -1 4202560 93673 0 0 0 331 22 0 0 15 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7581] ppid=7571 vsize=15758880 CPUtime=3.49 cores=1,3,5,7
/proc/7573/task/7581/stat : 7581 (java) S 7571 7573 7394 0 -1 4202560 93774 0 0 0 331 18 0 0 15 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7582] ppid=7571 vsize=15758880 CPUtime=3.48 cores=1,3,5,7
/proc/7573/task/7582/stat : 7582 (java) S 7571 7573 7394 0 -1 4202560 93851 0 0 0 329 19 0 0 15 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7583] ppid=7571 vsize=15758880 CPUtime=3.52 cores=1,3,5,7
/proc/7573/task/7583/stat : 7583 (java) S 7571 7573 7394 0 -1 4202560 98261 0 0 0 331 21 0 0 15 0 22 0 530129809 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7584] ppid=7571 vsize=15758880 CPUtime=2.18 cores=1,3,5,7
/proc/7573/task/7584/stat : 7584 (java) S 7571 7573 7394 0 -1 4202560 4601 0 0 0 148 70 0 0 15 0 22 0 530129810 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256165376 0 0 0 16800975 18446604470513068224 0 0 -1 5 0 0 0
[pid=7573/tid=7585] ppid=7571 vsize=15758880 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7585/stat : 7585 (java) S 7571 7573 7394 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530129811 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7586] ppid=7571 vsize=15758880 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7586/stat : 7586 (java) S 7571 7573 7394 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 22 0 530129811 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7587] ppid=7571 vsize=15758880 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7587/stat : 7587 (java) S 7571 7573 7394 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530129813 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256172465 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7588] ppid=7571 vsize=15758880 CPUtime=1.38 cores=1,3,5,7
/proc/7573/task/7588/stat : 7588 (java) S 7571 7573 7394 0 -1 4202560 5101 0 0 0 138 0 0 0 16 0 22 0 530129813 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 3 0 0 0
[pid=7573/tid=7589] ppid=7571 vsize=15758880 CPUtime=1.36 cores=1,3,5,7
/proc/7573/task/7589/stat : 7589 (java) S 7571 7573 7394 0 -1 4202560 13149 0 0 0 135 1 0 0 15 0 22 0 530129813 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7590] ppid=7571 vsize=15758880 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7590/stat : 7590 (java) S 7571 7573 7394 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 530129813 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256164761 0 4 0 16800975 18446604470513068224 0 0 -1 1 0 0 0
[pid=7573/tid=7591] ppid=7571 vsize=15758880 CPUtime=0 cores=1,3,5,7
/proc/7573/task/7591/stat : 7591 (java) S 7571 7573 7394 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 530129813 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 228256165376 0 4 0 16800975 18446604470513068224 0 0 -1 7 0 0 0
[pid=7573/tid=7592] ppid=7571 vsize=15758880 CPUtime=1191.87 cores=1,3,5,7
/proc/7573/task/7592/stat : 7592 (java) R 7571 7573 7394 0 -1 4202560 267949 0 0 0 119145 42 0 0 25 0 22 0 530129839 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505777771 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7573/tid=7593] ppid=7571 vsize=15758880 CPUtime=1191.61 cores=1,3,5,7
/proc/7573/task/7593/stat : 7593 (java) R 7571 7573 7394 0 -1 4202560 263979 0 0 0 119116 45 0 0 25 0 22 0 530129839 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505901098 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7573/tid=7594] ppid=7571 vsize=15758880 CPUtime=1191.73 cores=1,3,5,7
/proc/7573/task/7594/stat : 7594 (java) R 7571 7573 7394 0 -1 4202560 263593 0 0 0 119129 44 0 0 25 0 22 0 530129840 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912506469789 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7573/tid=7595] ppid=7571 vsize=15758880 CPUtime=1191.25 cores=1,3,5,7
/proc/7573/task/7595/stat : 7595 (java) R 7571 7573 7394 0 -1 4202560 270051 0 0 0 119083 42 0 0 25 0 22 0 530129840 16137093120 116343 33554432000 1073741824 1073778376 140733592990512 18446744073709551615 46912505901940 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 15758880

Child status: 143
Real time (s): 1207.14
CPU time (s): 4800.3
CPU user time (s): 4796.15
CPU system time (s): 4.15437
CPU usage (%): 397.66
Max. virtual memory (cumulated for all children) (KiB): 15758880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.15
system time used= 4.15437
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1856584
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= 245556
involuntary context switches= 147088

runsolver used 1.9657 second user time and 4.67229 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-30 19:41:58
IDJOB=3312304
IDBENCH=83421
IDSOLVER=1698
FILE ID=node136/3312304-1304185318
RUNJOBID= node136-1304184483-7413
PBS_JOBID= 13172470
Free space on /tmp= 73056 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_3_keyfind_1.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312304-1304185318/watcher-3312304-1304185318 -o /tmp/evaluation-result-3312304-1304185318/solver-3312304-1304185318 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312304-1304185318.cnf -hbr 2

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

MD5SUM BENCH= 4738c3d0ccd52030cff8addcec6bcde9
RANDOM SEED=160726271

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23258468 kB
Buffers:        631464 kB
Cached:        1043128 kB
SwapCached:          0 kB
Active:        7759092 kB
Inactive:      1494876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23258468 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1640 kB
Writeback:           0 kB
AnonPages:     7579688 kB
Mapped:          23640 kB
Slab:           360904 kB
PageTables:      19592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  8448316 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= 73056 MiB
End job on node136 at 2011-04-30 20:02:08