Trace number 3312082

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.09 1207.33

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_3_keyfind_1.cnf
MD5SUM278d646386a62d4f28f7fc390c5eab3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark151.988
Satisfiable
(Un)Satisfiability was proved
Number of variables708
Number of clauses2664
Sum of the clauses size8392
Maximum clause length5
Minimum clause length1
Number of clauses of size 176
Number of clauses of size 2120
Number of clauses of size 31856
Number of clauses of size 4552
Number of clauses of size 560
Number of clauses of size over 50

Solver Data

0.10/0.12	42:48 INFO : Reading from input HOME/instance-3312082-1304185368.cnf
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.26	Starting Executor!
0.52/0.32	42:48 INFO : Found 368 xor gates
0.78/0.40	42:48 INFO : 520 variables remaining out of 708
0.78/0.40	42:48 INFO : 9376 literals remaining out of 6364
269.32/67.98	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:4).
269.32/67.98	log4j:WARN Please initialize the log4j system properly.
269.32/67.98	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-3312082-1304185368/watcher-3312082-1304185368 -o /tmp/evaluation-result-3312082-1304185368/solver-3312082-1304185368 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312082-1304185368.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 3.11 4.19 5.67 2/176 10520
/proc/meminfo: memFree=30479880/32950928 swapFree=67111464/67111528
[pid=10520] ppid=10518 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/10520/stat : 10520 (java) R 10518 10520 10483 0 -1 4202496 1370 0 0 0 0 0 0 0 23 0 2 0 530135595 24580096 849 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268272745457 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10520/statm: 6001 849 647 9 0 381 0
[pid=10520/tid=10523] ppid=10518 vsize=24008 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10523/stat : 10523 (java) R 10518 10520 10483 0 -1 4202560 23 0 0 0 0 0 0 0 24 0 2 0 530135595 24584192 861 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268272236176 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0457619 s]
/proc/loadavg: 3.11 4.19 5.67 2/176 10520
/proc/meminfo: memFree=30479880/32950928 swapFree=67111464/67111528
[pid=10520] ppid=10518 vsize=15604248 CPUtime=0.03 cores=1,3,5,7
/proc/10520/stat : 10520 (java) S 10518 10520 10483 0 -1 4202496 3856 0 1 0 2 1 0 0 23 0 13 0 530135595 15978749952 3294 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284491749 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/10520/statm: 3901062 3295 1683 9 0 3891810 0
[pid=10520/tid=10523] ppid=10518 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/10520/task/10523/stat : 10523 (java) R 10518 10520 10483 0 -1 4202560 2464 0 1 0 2 0 0 0 18 0 13 0 530135595 15978749952 3295 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 47525327341587 0 4 0 16800971 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15604248

[startup+0.100752 s]
/proc/loadavg: 3.11 4.19 5.67 2/176 10520
/proc/meminfo: memFree=30479880/32950928 swapFree=67111464/67111528
[pid=10520] ppid=10518 vsize=15676340 CPUtime=0.1 cores=1,3,5,7
/proc/10520/stat : 10520 (java) S 10518 10520 10483 0 -1 4202496 5537 0 1 0 9 1 0 0 23 0 18 0 530135595 16052572160 4967 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10520/statm: 3919085 4967 2117 9 0 3909804 0
[pid=10520/tid=10523] ppid=10518 vsize=15676340 CPUtime=0.08 cores=1,3,5,7
/proc/10520/task/10523/stat : 10523 (java) R 10518 10520 10483 0 -1 4202560 3416 0 1 0 7 1 0 0 18 0 18 0 530135595 16052572160 4967 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268272684901 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676340

[startup+0.300717 s]
/proc/loadavg: 3.11 4.19 5.67 2/176 10520
/proc/meminfo: memFree=30479880/32950928 swapFree=67111464/67111528
[pid=10520] ppid=10518 vsize=15750292 CPUtime=0.52 cores=1,3,5,7
/proc/10520/stat : 10520 (java) S 10518 10520 10483 0 -1 4202496 11468 0 1 0 49 3 0 0 23 0 22 0 530135595 16128299008 9898 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10520/statm: 3937573 9898 2213 9 0 3928292 0
[pid=10520/tid=10523] ppid=10518 vsize=15750292 CPUtime=0.28 cores=1,3,5,7
/proc/10520/task/10523/stat : 10523 (java) R 10518 10520 10483 0 -1 4202560 6488 0 1 0 27 1 0 0 20 0 22 0 530135595 16128299008 9898 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912505603072 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15750292

[startup+0.700652 s]
/proc/loadavg: 3.11 4.19 5.67 2/176 10520
/proc/meminfo: memFree=30479880/32950928 swapFree=67111464/67111528
[pid=10520] ppid=10518 vsize=15765428 CPUtime=1.9 cores=1,3,5,7
/proc/10520/stat : 10520 (java) S 10518 10520 10483 0 -1 4202496 28523 0 1 0 185 5 0 0 23 0 22 0 530135595 16143798272 22867 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10520/statm: 3941357 22867 2258 9 0 3932076 0
[pid=10520/tid=10523] ppid=10518 vsize=15765428 CPUtime=0.38 cores=1,3,5,7
/proc/10520/task/10523/stat : 10523 (java) S 10518 10520 10483 0 -1 4202560 6888 0 1 0 37 1 0 0 20 0 22 0 530135595 16143798272 22867 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 15765428

[startup+1.50151 s]
/proc/loadavg: 3.11 4.19 5.67 14/220 10564
/proc/meminfo: memFree=30192784/32950928 swapFree=67111464/67111528
[pid=10520] ppid=10518 vsize=15764992 CPUtime=5.08 cores=1,3,5,7
/proc/10520/stat : 10520 (java) S 10518 10520 10483 0 -1 4202496 59804 0 1 0 498 10 0 0 23 0 22 0 530135595 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10520/statm: 3941248 51170 2283 9 0 3931967 0
[pid=10520/tid=10523] ppid=10518 vsize=15764992 CPUtime=0.38 cores=1,3,5,7
/proc/10520/task/10523/stat : 10523 (java) S 10518 10520 10483 0 -1 4202560 6888 0 1 0 37 1 0 0 20 0 22 0 530135595 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10526] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10526/stat : 10526 (java) S 10518 10520 10483 0 -1 4202560 540 0 0 0 0 0 0 0 15 0 22 0 530135596 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10528] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10528/stat : 10528 (java) S 10518 10520 10483 0 -1 4202560 358 0 0 0 0 0 0 0 15 0 22 0 530135596 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10530] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10530/stat : 10530 (java) S 10518 10520 10483 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530135596 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10532] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10532/stat : 10532 (java) S 10518 10520 10483 0 -1 4202560 127 0 0 0 0 0 0 0 16 0 22 0 530135596 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10534] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10534/stat : 10534 (java) S 10518 10520 10483 0 -1 4202560 1146 0 0 0 0 0 0 0 16 0 22 0 530135596 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 7 0 0 0
[pid=10520/tid=10536] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10536/stat : 10536 (java) S 10518 10520 10483 0 -1 4202560 176 0 0 0 0 0 0 0 15 0 22 0 530135596 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10538] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10538/stat : 10538 (java) S 10518 10520 10483 0 -1 4202560 823 0 0 0 0 0 0 0 16 0 22 0 530135596 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10540] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10540/stat : 10540 (java) S 10518 10520 10483 0 -1 4202560 239 0 0 0 0 0 0 0 15 0 22 0 530135596 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10542] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10542/stat : 10542 (java) S 10518 10520 10483 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 530135597 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284505600 0 0 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10543] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10543/stat : 10543 (java) S 10518 10520 10483 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530135597 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10545] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10545/stat : 10545 (java) S 10518 10520 10483 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530135597 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 7 0 0 0
[pid=10520/tid=10547] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10547/stat : 10547 (java) S 10518 10520 10483 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530135600 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284512689 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10548] ppid=10518 vsize=15764992 CPUtime=0.95 cores=1,3,5,7
/proc/10520/task/10548/stat : 10548 (java) R 10518 10520 10483 0 -1 4202560 6258 0 0 0 94 1 0 0 18 0 22 0 530135600 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 47525328131630 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10520/tid=10551] ppid=10518 vsize=15764992 CPUtime=0.96 cores=1,3,5,7
/proc/10520/task/10551/stat : 10551 (java) S 10518 10520 10483 0 -1 4202560 13023 0 0 0 95 1 0 0 17 0 22 0 530135600 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10552] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10552/stat : 10552 (java) S 10518 10520 10483 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530135600 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10555] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10555/stat : 10555 (java) S 10518 10520 10483 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530135600 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284505600 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10557] ppid=10518 vsize=15764992 CPUtime=0.84 cores=1,3,5,7
/proc/10520/task/10557/stat : 10557 (java) R 10518 10520 10483 0 -1 4202560 13176 0 0 0 82 2 0 0 17 0 22 0 530135621 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 47525327907955 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10520/tid=10558] ppid=10518 vsize=15764992 CPUtime=0.55 cores=1,3,5,7
/proc/10520/task/10558/stat : 10558 (java) R 10518 10520 10483 0 -1 4202560 1887 0 0 0 55 0 0 0 20 0 22 0 530135621 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912505184864 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10520/tid=10559] ppid=10518 vsize=15764992 CPUtime=0.81 cores=1,3,5,7
/proc/10520/task/10559/stat : 10559 (java) R 10518 10520 10483 0 -1 4202560 12244 0 0 0 80 1 0 0 17 0 22 0 530135621 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912505726828 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10520/tid=10560] ppid=10518 vsize=15764992 CPUtime=0.49 cores=1,3,5,7
/proc/10520/task/10560/stat : 10560 (java) R 10518 10520 10483 0 -1 4202560 1456 0 0 0 49 0 0 0 18 0 22 0 530135621 16143351808 51170 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912505788454 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 15764992

[startup+3.10122 s]
/proc/loadavg: 3.11 4.19 5.67 9/220 10564
/proc/meminfo: memFree=29804292/32950928 swapFree=67111464/67111528
[pid=10520] ppid=10518 vsize=15764992 CPUtime=11.45 cores=1,3,5,7
/proc/10520/stat : 10520 (java) S 10518 10520 10483 0 -1 4202496 156839 0 1 0 1123 22 0 0 23 0 22 0 530135595 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10520/statm: 3941248 148155 2283 9 0 3931967 0
[pid=10520/tid=10523] ppid=10518 vsize=15764992 CPUtime=0.38 cores=1,3,5,7
/proc/10520/task/10523/stat : 10523 (java) S 10518 10520 10483 0 -1 4202560 6888 0 1 0 37 1 0 0 20 0 22 0 530135595 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10526] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10526/stat : 10526 (java) S 10518 10520 10483 0 -1 4202560 1017 0 0 0 0 0 0 0 15 0 22 0 530135596 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10528] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10528/stat : 10528 (java) S 10518 10520 10483 0 -1 4202560 699 0 0 0 0 0 0 0 15 0 22 0 530135596 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10530] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10530/stat : 10530 (java) S 10518 10520 10483 0 -1 4202560 1186 0 0 0 0 0 0 0 15 0 22 0 530135596 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10532] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10532/stat : 10532 (java) S 10518 10520 10483 0 -1 4202560 626 0 0 0 0 0 0 0 16 0 22 0 530135596 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10534] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10534/stat : 10534 (java) S 10518 10520 10483 0 -1 4202560 1892 0 0 0 0 0 0 0 15 0 22 0 530135596 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10536] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10536/stat : 10536 (java) S 10518 10520 10483 0 -1 4202560 1076 0 0 0 0 0 0 0 16 0 22 0 530135596 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10538] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10538/stat : 10538 (java) S 10518 10520 10483 0 -1 4202560 2621 0 0 0 0 0 0 0 16 0 22 0 530135596 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 7 0 0 0
[pid=10520/tid=10540] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10540/stat : 10540 (java) S 10518 10520 10483 0 -1 4202560 1311 0 0 0 0 0 0 0 15 0 22 0 530135596 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10542] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10542/stat : 10542 (java) S 10518 10520 10483 0 -1 4202560 440 0 0 0 0 0 0 0 15 0 22 0 530135597 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284505600 0 0 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10543] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10543/stat : 10543 (java) S 10518 10520 10483 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530135597 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10545] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10545/stat : 10545 (java) S 10518 10520 10483 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530135597 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 7 0 0 0
[pid=10520/tid=10547] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10547/stat : 10547 (java) S 10518 10520 10483 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530135600 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284512689 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10548] ppid=10518 vsize=15764992 CPUtime=1.07 cores=1,3,5,7
/proc/10520/task/10548/stat : 10548 (java) S 10518 10520 10483 0 -1 4202560 6279 0 0 0 106 1 0 0 15 0 22 0 530135600 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 7 0 0 0
[pid=10520/tid=10551] ppid=10518 vsize=15764992 CPUtime=1.07 cores=1,3,5,7
/proc/10520/task/10551/stat : 10551 (java) S 10518 10520 10483 0 -1 4202560 13040 0 0 0 106 1 0 0 16 0 22 0 530135600 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10552] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10552/stat : 10552 (java) S 10518 10520 10483 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530135600 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10555] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10555/stat : 10555 (java) S 10518 10520 10483 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530135600 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284505600 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10557] ppid=10518 vsize=15764992 CPUtime=2.43 cores=1,3,5,7
/proc/10520/task/10557/stat : 10557 (java) R 10518 10520 10483 0 -1 4202560 36470 0 0 0 238 5 0 0 19 0 22 0 530135621 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912505847360 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10520/tid=10558] ppid=10518 vsize=15764992 CPUtime=2 cores=1,3,5,7
/proc/10520/task/10558/stat : 10558 (java) R 10518 10520 10483 0 -1 4202560 23885 0 0 0 198 2 0 0 23 0 22 0 530135621 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912505698095 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10520/tid=10559] ppid=10518 vsize=15764992 CPUtime=2.39 cores=1,3,5,7
/proc/10520/task/10559/stat : 10559 (java) R 10518 10520 10483 0 -1 4202560 35949 0 0 0 235 4 0 0 19 0 22 0 530135621 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912505759942 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10520/tid=10560] ppid=10518 vsize=15764992 CPUtime=1.96 cores=1,3,5,7
/proc/10520/task/10560/stat : 10560 (java) R 10518 10520 10483 0 -1 4202560 22072 0 0 0 194 2 0 0 21 0 22 0 530135621 16143351808 148155 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912505676542 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.45
Current children cumulated vsize (KiB) 15764992

[startup+6.30065 s]
/proc/loadavg: 3.50 4.26 5.68 9/220 10564
/proc/meminfo: memFree=28804656/32950928 swapFree=67111464/67111528
[pid=10520] ppid=10518 vsize=15764992 CPUtime=24.21 cores=1,3,5,7
/proc/10520/stat : 10520 (java) S 10518 10520 10483 0 -1 4202496 159596 0 1 0 2398 23 0 0 23 0 22 0 530135595 16143351808 147760 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10520/statm: 3941248 147760 2289 9 0 3931967 0
[pid=10520/tid=10523] ppid=10518 vsize=15764992 CPUtime=0.38 cores=1,3,5,7
/proc/10520/task/10523/stat : 10523 (java) S 10518 10520 10483 0 -1 4202560 6888 0 1 0 37 1 0 0 20 0 22 0 530135595 16143351808 147760 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10526] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10526/stat : 10526 (java) S 10518 10520 10483 0 -1 4202560 1563 0 0 0 0 0 0 0 15 0 22 0 530135596 16143351808 147760 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10528] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10528/stat : 10528 (java) S 10518 10520 10483 0 -1 4202560 1171 0 0 0 0 0 0 0 15 0 22 0 530135596 16143351808 147760 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10530] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10530/stat : 10530 (java) S 10518 10520 10483 0 -1 4202560 1511 0 0 0 0 0 0 0 15 0 22 0 530135596 16143351808 147760 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10532] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10532/stat : 10532 (java) S 10518 10520 10483 0 -1 4202560 773 0 0 0 0 0 0 0 16 0 22 0 530135596 16143351808 147760 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10534] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10534/stat : 10534 (java) S 10518 10520 10483 0 -1 4202560 2221 0 0 0 0 0 0 0 16 0 22 0 530135596 16143351808 147760 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10536] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10536/stat : 10536 (java) S 10518 10520 10483 0 -1 4202560 1341 0 0 0 0 0 0 0 16 0 22 0 530135596 16143351808 147760 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 7 0 0 0
[pid=10520/tid=10538] ppid=10518 vsize=15764992 CPUtime=0.01 cores=1,3,5,7
/proc/10520/task/10538/stat : 10538 (java) S 10518 10520 10483 0 -1 4202560 3057 0 0 0 1 0 0 0 15 0 22 0 530135596 16143351808 147760 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 7 0 0 0
[pid=10520/tid=10540] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10540/stat : 10540 (java) S 10518 10520 10483 0 -1 4202560 1519 0 0 0 0 0 0 0 15 0 22 0 530135596 16143351808 147760 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0

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

[pid=10520/tid=10558] ppid=10518 vsize=15764992 CPUtime=1107.99 cores=1,3,5,7
/proc/10520/task/10558/stat : 10558 (java) R 10518 10520 10483 0 -1 4202560 162183 0 0 0 110765 34 0 0 25 0 22 0 530135621 16143351808 104115 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912505676012 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10520/tid=10559] ppid=10518 vsize=15764992 CPUtime=1108.13 cores=1,3,5,7
/proc/10520/task/10559/stat : 10559 (java) R 10518 10520 10483 0 -1 4202560 173938 0 0 0 110778 35 0 0 25 0 22 0 530135621 16143351808 104115 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912506190446 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10520/tid=10560] ppid=10518 vsize=15764992 CPUtime=1108.13 cores=1,3,5,7
/proc/10520/task/10560/stat : 10560 (java) R 10518 10520 10483 0 -1 4202560 159600 0 0 0 110781 32 0 0 25 0 22 0 530135621 16143351808 104115 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912506109506 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4462.03
Current children cumulated vsize (KiB) 15764992

[startup+1182.3 s]
/proc/loadavg: 8.04 8.01 7.38 9/220 10605
/proc/meminfo: memFree=29668128/32950928 swapFree=67111464/67111528
[pid=10520] ppid=10518 vsize=15764992 CPUtime=4700.6 cores=1,3,5,7
/proc/10520/stat : 10520 (java) S 10518 10520 10483 0 -1 4202496 1265000 0 1 0 469710 350 0 0 23 0 22 0 530135595 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10520/statm: 3941248 94672 2298 9 0 3931967 0
[pid=10520/tid=10523] ppid=10518 vsize=15764992 CPUtime=0.38 cores=1,3,5,7
/proc/10520/task/10523/stat : 10523 (java) S 10518 10520 10483 0 -1 4202560 6888 0 1 0 37 1 0 0 20 0 22 0 530135595 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10526] ppid=10518 vsize=15764992 CPUtime=3.21 cores=1,3,5,7
/proc/10520/task/10526/stat : 10526 (java) S 10518 10520 10483 0 -1 4202560 68181 0 0 0 303 18 0 0 16 0 22 0 530135596 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 7 0 0 0
[pid=10520/tid=10528] ppid=10518 vsize=15764992 CPUtime=3.18 cores=1,3,5,7
/proc/10520/task/10528/stat : 10528 (java) S 10518 10520 10483 0 -1 4202560 62758 0 0 0 301 17 0 0 15 0 22 0 530135596 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10530] ppid=10518 vsize=15764992 CPUtime=3.25 cores=1,3,5,7
/proc/10520/task/10530/stat : 10530 (java) S 10518 10520 10483 0 -1 4202560 69713 0 0 0 307 18 0 0 15 0 22 0 530135596 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 7 0 0 0
[pid=10520/tid=10532] ppid=10518 vsize=15764992 CPUtime=3.14 cores=1,3,5,7
/proc/10520/task/10532/stat : 10532 (java) S 10518 10520 10483 0 -1 4202560 64253 0 0 0 298 16 0 0 15 0 22 0 530135596 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10534] ppid=10518 vsize=15764992 CPUtime=3.17 cores=1,3,5,7
/proc/10520/task/10534/stat : 10534 (java) S 10518 10520 10483 0 -1 4202560 64168 0 0 0 300 17 0 0 15 0 22 0 530135596 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10536] ppid=10518 vsize=15764992 CPUtime=3.22 cores=1,3,5,7
/proc/10520/task/10536/stat : 10536 (java) S 10518 10520 10483 0 -1 4202560 66689 0 0 0 306 16 0 0 15 0 22 0 530135596 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 7 0 0 0
[pid=10520/tid=10538] ppid=10518 vsize=15764992 CPUtime=3.22 cores=1,3,5,7
/proc/10520/task/10538/stat : 10538 (java) S 10518 10520 10483 0 -1 4202560 69774 0 0 0 305 17 0 0 15 0 22 0 530135596 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 7 0 0 0
[pid=10520/tid=10540] ppid=10518 vsize=15764992 CPUtime=3.16 cores=1,3,5,7
/proc/10520/task/10540/stat : 10540 (java) S 10518 10520 10483 0 -1 4202560 65419 0 0 0 300 16 0 0 15 0 22 0 530135596 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10542] ppid=10518 vsize=15764992 CPUtime=2.17 cores=1,3,5,7
/proc/10520/task/10542/stat : 10542 (java) S 10518 10520 10483 0 -1 4202560 3210 0 0 0 158 59 0 0 15 0 22 0 530135597 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284505600 0 0 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10543] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10543/stat : 10543 (java) S 10518 10520 10483 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530135597 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10545] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10545/stat : 10545 (java) S 10518 10520 10483 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530135597 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 7 0 0 0
[pid=10520/tid=10547] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10547/stat : 10547 (java) S 10518 10520 10483 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530135600 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284512689 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10548] ppid=10518 vsize=15764992 CPUtime=1.34 cores=1,3,5,7
/proc/10520/task/10548/stat : 10548 (java) S 10518 10520 10483 0 -1 4202560 6315 0 0 0 133 1 0 0 15 0 22 0 530135600 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 7 0 0 0
[pid=10520/tid=10551] ppid=10518 vsize=15764992 CPUtime=1.27 cores=1,3,5,7
/proc/10520/task/10551/stat : 10551 (java) S 10518 10520 10483 0 -1 4202560 13081 0 0 0 126 1 0 0 15 0 22 0 530135600 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10552] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10552/stat : 10552 (java) S 10518 10520 10483 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530135600 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10555] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10555/stat : 10555 (java) S 10518 10520 10483 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 530135600 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284505600 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10557] ppid=10518 vsize=15764992 CPUtime=1167.65 cores=1,3,5,7
/proc/10520/task/10557/stat : 10557 (java) R 10518 10520 10483 0 -1 4202560 184075 0 0 0 116727 38 0 0 25 0 22 0 530135621 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10520/tid=10558] ppid=10518 vsize=15764992 CPUtime=1167.26 cores=1,3,5,7
/proc/10520/task/10558/stat : 10558 (java) R 10518 10520 10483 0 -1 4202560 169875 0 0 0 116691 35 0 0 25 0 22 0 530135621 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912506095315 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10520/tid=10559] ppid=10518 vsize=15764992 CPUtime=1167.5 cores=1,3,5,7
/proc/10520/task/10559/stat : 10559 (java) R 10518 10520 10483 0 -1 4202560 181749 0 0 0 116713 37 0 0 25 0 22 0 530135621 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912505837833 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10520/tid=10560] ppid=10518 vsize=15764992 CPUtime=1167.32 cores=1,3,5,7
/proc/10520/task/10560/stat : 10560 (java) R 10518 10520 10483 0 -1 4202560 167405 0 0 0 116697 35 0 0 25 0 22 0 530135621 16143351808 94672 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912506564300 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4700.6
Current children cumulated vsize (KiB) 15764992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.02 8.01 7.40 9/220 10605
/proc/meminfo: memFree=29756376/32950928 swapFree=67111464/67111528
[pid=10520] ppid=10518 vsize=15764992 CPUtime=4800.04 cores=1,3,5,7
/proc/10520/stat : 10520 (java) S 10518 10520 10483 0 -1 4202496 1289079 0 1 0 479646 358 0 0 23 0 22 0 530135595 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10520/statm: 3941248 89924 2298 9 0 3931967 0
[pid=10520/tid=10523] ppid=10518 vsize=15764992 CPUtime=0.38 cores=1,3,5,7
/proc/10520/task/10523/stat : 10523 (java) S 10518 10520 10483 0 -1 4202560 6888 0 1 0 37 1 0 0 20 0 22 0 530135595 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10526] ppid=10518 vsize=15764992 CPUtime=3.28 cores=1,3,5,7
/proc/10520/task/10526/stat : 10526 (java) S 10518 10520 10483 0 -1 4202560 69050 0 0 0 310 18 0 0 15 0 22 0 530135596 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10528] ppid=10518 vsize=15764992 CPUtime=3.24 cores=1,3,5,7
/proc/10520/task/10528/stat : 10528 (java) S 10518 10520 10483 0 -1 4202560 63715 0 0 0 307 17 0 0 15 0 22 0 530135596 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10530] ppid=10518 vsize=15764992 CPUtime=3.3 cores=1,3,5,7
/proc/10520/task/10530/stat : 10530 (java) S 10518 10520 10483 0 -1 4202560 70916 0 0 0 312 18 0 0 15 0 22 0 530135596 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10532] ppid=10518 vsize=15764992 CPUtime=3.23 cores=1,3,5,7
/proc/10520/task/10532/stat : 10532 (java) S 10518 10520 10483 0 -1 4202560 65241 0 0 0 306 17 0 0 15 0 22 0 530135596 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10534] ppid=10518 vsize=15764992 CPUtime=3.25 cores=1,3,5,7
/proc/10520/task/10534/stat : 10534 (java) S 10518 10520 10483 0 -1 4202560 65884 0 0 0 308 17 0 0 15 0 22 0 530135596 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10536] ppid=10518 vsize=15764992 CPUtime=3.28 cores=1,3,5,7
/proc/10520/task/10536/stat : 10536 (java) S 10518 10520 10483 0 -1 4202560 67390 0 0 0 312 16 0 0 16 0 22 0 530135596 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10538] ppid=10518 vsize=15764992 CPUtime=3.28 cores=1,3,5,7
/proc/10520/task/10538/stat : 10538 (java) S 10518 10520 10483 0 -1 4202560 70852 0 0 0 311 17 0 0 15 0 22 0 530135596 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10540] ppid=10518 vsize=15764992 CPUtime=3.22 cores=1,3,5,7
/proc/10520/task/10540/stat : 10540 (java) S 10518 10520 10483 0 -1 4202560 66248 0 0 0 306 16 0 0 15 0 22 0 530135596 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10542] ppid=10518 vsize=15764992 CPUtime=2.21 cores=1,3,5,7
/proc/10520/task/10542/stat : 10542 (java) S 10518 10520 10483 0 -1 4202560 3277 0 0 0 161 60 0 0 15 0 22 0 530135597 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284505600 0 0 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10543] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10543/stat : 10543 (java) S 10518 10520 10483 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530135597 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10545] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10545/stat : 10545 (java) S 10518 10520 10483 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530135597 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 7 0 0 0
[pid=10520/tid=10547] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10547/stat : 10547 (java) S 10518 10520 10483 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530135600 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284512689 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10548] ppid=10518 vsize=15764992 CPUtime=1.34 cores=1,3,5,7
/proc/10520/task/10548/stat : 10548 (java) S 10518 10520 10483 0 -1 4202560 6315 0 0 0 133 1 0 0 15 0 22 0 530135600 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 7 0 0 0
[pid=10520/tid=10551] ppid=10518 vsize=15764992 CPUtime=1.27 cores=1,3,5,7
/proc/10520/task/10551/stat : 10551 (java) S 10518 10520 10483 0 -1 4202560 13081 0 0 0 126 1 0 0 15 0 22 0 530135600 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10552] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10552/stat : 10552 (java) S 10518 10520 10483 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530135600 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10555] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10555/stat : 10555 (java) S 10518 10520 10483 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 530135600 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284505600 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10557] ppid=10518 vsize=15764992 CPUtime=1192.36 cores=1,3,5,7
/proc/10520/task/10557/stat : 10557 (java) R 10518 10520 10483 0 -1 4202560 188064 0 0 0 119197 39 0 0 25 0 22 0 530135621 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912506523881 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10520/tid=10558] ppid=10518 vsize=15764992 CPUtime=1191.99 cores=1,3,5,7
/proc/10520/task/10558/stat : 10558 (java) R 10518 10520 10483 0 -1 4202560 173622 0 0 0 119163 36 0 0 25 0 22 0 530135621 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912505523255 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10520/tid=10559] ppid=10518 vsize=15764992 CPUtime=1192.22 cores=1,3,5,7
/proc/10520/task/10559/stat : 10559 (java) R 10518 10520 10483 0 -1 4202560 185607 0 0 0 119184 38 0 0 25 0 22 0 530135621 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912505366072 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10520/tid=10560] ppid=10518 vsize=15764992 CPUtime=1192.01 cores=1,3,5,7
/proc/10520/task/10560/stat : 10560 (java) R 10518 10520 10483 0 -1 4202560 171480 0 0 0 119165 36 0 0 25 0 22 0 530135621 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 15764992

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

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

[startup+1207.3 s]
/proc/loadavg: 8.02 8.01 7.40 9/220 10605
/proc/meminfo: memFree=29756376/32950928 swapFree=67111464/67111528
[pid=10520] ppid=10518 vsize=15764992 CPUtime=4800.04 cores=1,3,5,7
/proc/10520/stat : 10520 (java) S 10518 10520 10483 0 -1 4202496 1289079 0 1 0 479646 358 0 0 23 0 22 0 530135595 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10520/statm: 3941248 89924 2298 9 0 3931967 0
[pid=10520/tid=10523] ppid=10518 vsize=15764992 CPUtime=0.38 cores=1,3,5,7
/proc/10520/task/10523/stat : 10523 (java) S 10518 10520 10483 0 -1 4202560 6888 0 1 0 37 1 0 0 20 0 22 0 530135595 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10526] ppid=10518 vsize=15764992 CPUtime=3.28 cores=1,3,5,7
/proc/10520/task/10526/stat : 10526 (java) S 10518 10520 10483 0 -1 4202560 69050 0 0 0 310 18 0 0 15 0 22 0 530135596 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10528] ppid=10518 vsize=15764992 CPUtime=3.24 cores=1,3,5,7
/proc/10520/task/10528/stat : 10528 (java) S 10518 10520 10483 0 -1 4202560 63715 0 0 0 307 17 0 0 15 0 22 0 530135596 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10530] ppid=10518 vsize=15764992 CPUtime=3.3 cores=1,3,5,7
/proc/10520/task/10530/stat : 10530 (java) S 10518 10520 10483 0 -1 4202560 70916 0 0 0 312 18 0 0 15 0 22 0 530135596 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10532] ppid=10518 vsize=15764992 CPUtime=3.23 cores=1,3,5,7
/proc/10520/task/10532/stat : 10532 (java) S 10518 10520 10483 0 -1 4202560 65241 0 0 0 306 17 0 0 15 0 22 0 530135596 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10534] ppid=10518 vsize=15764992 CPUtime=3.25 cores=1,3,5,7
/proc/10520/task/10534/stat : 10534 (java) S 10518 10520 10483 0 -1 4202560 65884 0 0 0 308 17 0 0 15 0 22 0 530135596 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 1 0 0 0
[pid=10520/tid=10536] ppid=10518 vsize=15764992 CPUtime=3.28 cores=1,3,5,7
/proc/10520/task/10536/stat : 10536 (java) S 10518 10520 10483 0 -1 4202560 67390 0 0 0 312 16 0 0 16 0 22 0 530135596 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10538] ppid=10518 vsize=15764992 CPUtime=3.28 cores=1,3,5,7
/proc/10520/task/10538/stat : 10538 (java) S 10518 10520 10483 0 -1 4202560 70852 0 0 0 311 17 0 0 15 0 22 0 530135596 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10540] ppid=10518 vsize=15764992 CPUtime=3.22 cores=1,3,5,7
/proc/10520/task/10540/stat : 10540 (java) S 10518 10520 10483 0 -1 4202560 66248 0 0 0 306 16 0 0 15 0 22 0 530135596 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10542] ppid=10518 vsize=15764992 CPUtime=2.21 cores=1,3,5,7
/proc/10520/task/10542/stat : 10542 (java) S 10518 10520 10483 0 -1 4202560 3277 0 0 0 161 60 0 0 15 0 22 0 530135597 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284505600 0 0 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10543] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10543/stat : 10543 (java) S 10518 10520 10483 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530135597 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10545] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10545/stat : 10545 (java) S 10518 10520 10483 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530135597 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 7 0 0 0
[pid=10520/tid=10547] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10547/stat : 10547 (java) S 10518 10520 10483 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530135600 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284512689 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10548] ppid=10518 vsize=15764992 CPUtime=1.34 cores=1,3,5,7
/proc/10520/task/10548/stat : 10548 (java) S 10518 10520 10483 0 -1 4202560 6315 0 0 0 133 1 0 0 15 0 22 0 530135600 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 7 0 0 0
[pid=10520/tid=10551] ppid=10518 vsize=15764992 CPUtime=1.27 cores=1,3,5,7
/proc/10520/task/10551/stat : 10551 (java) S 10518 10520 10483 0 -1 4202560 13081 0 0 0 126 1 0 0 15 0 22 0 530135600 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10552] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10552/stat : 10552 (java) S 10518 10520 10483 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530135600 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 18446604470430298432 0 0 -1 5 0 0 0
[pid=10520/tid=10555] ppid=10518 vsize=15764992 CPUtime=0 cores=1,3,5,7
/proc/10520/task/10555/stat : 10555 (java) S 10518 10520 10483 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 530135600 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284505600 0 4 0 16800975 18446604470430298432 0 0 -1 3 0 0 0
[pid=10520/tid=10557] ppid=10518 vsize=15764992 CPUtime=1192.36 cores=1,3,5,7
/proc/10520/task/10557/stat : 10557 (java) R 10518 10520 10483 0 -1 4202560 188064 0 0 0 119197 39 0 0 25 0 22 0 530135621 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912506523881 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10520/tid=10558] ppid=10518 vsize=15764992 CPUtime=1191.99 cores=1,3,5,7
/proc/10520/task/10558/stat : 10558 (java) R 10518 10520 10483 0 -1 4202560 173622 0 0 0 119163 36 0 0 25 0 22 0 530135621 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912505523255 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10520/tid=10559] ppid=10518 vsize=15764992 CPUtime=1192.22 cores=1,3,5,7
/proc/10520/task/10559/stat : 10559 (java) R 10518 10520 10483 0 -1 4202560 185607 0 0 0 119184 38 0 0 25 0 22 0 530135621 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 46912505366072 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10520/tid=10560] ppid=10518 vsize=15764992 CPUtime=1192.01 cores=1,3,5,7
/proc/10520/task/10560/stat : 10560 (java) R 10518 10520 10483 0 -1 4202560 171480 0 0 0 119165 36 0 0 25 0 22 0 530135621 16143351808 89924 33554432000 1073741824 1073778376 140736219026128 18446744073709551615 268284504985 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 15764992

Child status: 143
Real time (s): 1207.33
CPU time (s): 4800.09
CPU user time (s): 4796.49
CPU system time (s): 3.59645
CPU usage (%): 397.578
Max. virtual memory (cumulated for all children) (KiB): 15766868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.49
system time used= 3.59645
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1289106
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= 329287
involuntary context switches= 165299

runsolver used 2.03969 second user time and 4.5893 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-30 19:42:48
IDJOB=3312082
IDBENCH=83432
IDSOLVER=1698
FILE ID=node122/3312082-1304185368
RUNJOBID= node122-1304185368-10502
PBS_JOBID= 13172479
Free space on /tmp= 73348 MiB

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

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

MD5SUM BENCH= 278d646386a62d4f28f7fc390c5eab3e
RANDOM SEED=1053724155

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30480524 kB
Buffers:        344616 kB
Cached:        1716200 kB
SwapCached:         64 kB
Active:         368044 kB
Inactive:      1757560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30480524 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            3240 kB
Writeback:           0 kB
AnonPages:       65440 kB
Mapped:          15396 kB
Slab:           279360 kB
PageTables:       4488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   207324 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= 73344 MiB
End job on node122 at 2011-04-30 20:02:57