Trace number 3312010

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.17 1207.23

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n280-s93756482-sat.cnf
MD5SUMbadb3b4ac12b29ada7dd8ed96ed75c80
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.66244
Satisfiable
(Un)Satisfiability was proved
Number of variables280
Number of clauses672
Sum of the clauses size1680
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2560
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5112
Number of clauses of size over 50

Solver Data

0.10/0.11	57:31 INFO : Reading from input HOME/instance-3312010-1304182650.cnf
0.10/0.19	Executor set job limit to 1000000
0.10/0.19	Executor set job limit to 1000000
0.10/0.19	Executor set job limit to 1000000
0.10/0.19	Executor set job limit to 1000000
0.10/0.19	Starting Executor!
0.10/0.19	Starting Executor!
0.10/0.19	Starting Executor!
0.10/0.19	Starting Executor!
0.27/0.24	57:31 INFO : 280 variables remaining out of 280
0.27/0.24	57:31 INFO : 4032 literals remaining out of 2352

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-3312010-1304182650/watcher-3312010-1304182650 -o /tmp/evaluation-result-3312010-1304182650/solver-3312010-1304182650 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312010-1304182650.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: 4.94 7.22 7.71 2/186 18453
/proc/meminfo: memFree=31125624/32951124 swapFree=67111356/67111528
[pid=18453] ppid=18451 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/18453/stat : 18453 (java) S 18451 18453 17712 0 -1 4202496 1494 0 0 0 0 0 0 0 23 0 2 0 510680669 31272960 956 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/18453/statm: 7635 956 736 9 0 386 0
[pid=18453/tid=18454] ppid=18451 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18454/stat : 18454 (java) R 18451 18453 17712 0 -1 4202560 137 0 0 0 0 0 0 0 25 0 2 0 510680670 31272960 956 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270338383675 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0662231 s]
/proc/loadavg: 4.94 7.22 7.71 2/186 18453
/proc/meminfo: memFree=31125624/32951124 swapFree=67111356/67111528
[pid=18453] ppid=18451 vsize=15609780 CPUtime=0.06 cores=1,3,5,7
/proc/18453/stat : 18453 (java) S 18451 18453 17712 0 -1 4202496 4382 0 1 0 5 1 0 0 23 0 18 0 510680669 15984414720 3821 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18453/statm: 3902445 3821 1778 9 0 3893164 0
[pid=18453/tid=18454] ppid=18451 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/18453/task/18454/stat : 18454 (java) R 18451 18453 17712 0 -1 4202560 2965 0 1 0 5 0 0 0 22 0 18 0 510680670 15984414720 3823 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350210507 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15609780

[startup+0.101205 s]
/proc/loadavg: 4.94 7.22 7.71 2/186 18453
/proc/meminfo: memFree=31125624/32951124 swapFree=67111356/67111528
[pid=18453] ppid=18451 vsize=15677232 CPUtime=0.1 cores=1,3,5,7
/proc/18453/stat : 18453 (java) S 18451 18453 17712 0 -1 4202496 5662 0 1 0 9 1 0 0 23 0 18 0 510680669 16053485568 5101 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18453/statm: 3919308 5101 2117 9 0 3910027 0
[pid=18453/tid=18454] ppid=18451 vsize=15677232 CPUtime=0.09 cores=1,3,5,7
/proc/18453/task/18454/stat : 18454 (java) R 18451 18453 17712 0 -1 4202560 3505 0 1 0 8 1 0 0 18 0 18 0 510680670 16053485568 5102 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350210507 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677232

[startup+0.305164 s]
/proc/loadavg: 4.94 7.22 7.71 2/186 18453
/proc/meminfo: memFree=31125624/32951124 swapFree=67111356/67111528
[pid=18453] ppid=18451 vsize=15699020 CPUtime=0.52 cores=1,3,5,7
/proc/18453/stat : 18453 (java) S 18451 18453 17712 0 -1 4202496 14096 0 1 0 50 2 0 0 23 0 22 0 510680669 16075796480 11533 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18453/statm: 3924755 11533 2216 9 0 3915474 0
[pid=18453/tid=18454] ppid=18451 vsize=15699020 CPUtime=0.23 cores=1,3,5,7
/proc/18453/task/18454/stat : 18454 (java) S 18451 18453 17712 0 -1 4202560 4915 0 1 0 22 1 0 0 20 0 22 0 510680670 16075796480 11533 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15699020

[startup+0.701051 s]
/proc/loadavg: 4.94 7.22 7.71 2/186 18453
/proc/meminfo: memFree=31125624/32951124 swapFree=67111356/67111528
[pid=18453] ppid=18451 vsize=15703356 CPUtime=2.06 cores=1,3,5,7
/proc/18453/stat : 18453 (java) S 18451 18453 17712 0 -1 4202496 31301 0 1 0 201 5 0 0 23 0 22 0 510680669 16080236544 27825 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18453/statm: 3925839 27825 2236 9 0 3916558 0
[pid=18453/tid=18454] ppid=18451 vsize=15703356 CPUtime=0.23 cores=1,3,5,7
/proc/18453/task/18454/stat : 18454 (java) S 18451 18453 17712 0 -1 4202560 4915 0 1 0 22 1 0 0 20 0 22 0 510680670 16080236544 27825 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 15703356

[startup+1.50089 s]
/proc/loadavg: 4.94 7.22 7.71 13/220 18487
/proc/meminfo: memFree=30788764/32951124 swapFree=67111356/67111528
[pid=18453] ppid=18451 vsize=15712720 CPUtime=5.24 cores=1,3,5,7
/proc/18453/stat : 18453 (java) S 18451 18453 17712 0 -1 4202496 64360 0 1 0 515 9 0 0 23 0 22 0 510680669 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18453/statm: 3928180 58295 2275 9 0 3918899 0
[pid=18453/tid=18454] ppid=18451 vsize=15712720 CPUtime=0.23 cores=1,3,5,7
/proc/18453/task/18454/stat : 18454 (java) S 18451 18453 17712 0 -1 4202560 4915 0 1 0 22 1 0 0 20 0 22 0 510680670 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18457] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18457/stat : 18457 (java) S 18451 18453 17712 0 -1 4202560 564 0 0 0 0 0 0 0 16 0 22 0 510680670 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 3 0 0 0
[pid=18453/tid=18458] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18458/stat : 18458 (java) S 18451 18453 17712 0 -1 4202560 86 0 0 0 0 0 0 0 16 0 22 0 510680670 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18459] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18459/stat : 18459 (java) S 18451 18453 17712 0 -1 4202560 352 0 0 0 0 0 0 0 15 0 22 0 510680670 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18460] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18460/stat : 18460 (java) S 18451 18453 17712 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 22 0 510680670 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18461] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18461/stat : 18461 (java) S 18451 18453 17712 0 -1 4202560 572 0 0 0 0 0 0 0 15 0 22 0 510680670 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18462] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18462/stat : 18462 (java) S 18451 18453 17712 0 -1 4202560 993 0 0 0 0 0 0 0 16 0 22 0 510680670 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18463] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18463/stat : 18463 (java) S 18451 18453 17712 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 510680670 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 3 0 0 0
[pid=18453/tid=18464] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18464/stat : 18464 (java) S 18451 18453 17712 0 -1 4202560 158 0 0 0 0 0 0 0 16 0 22 0 510680670 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18467] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18467/stat : 18467 (java) S 18451 18453 17712 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 510680671 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350200320 0 0 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18468] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18468/stat : 18468 (java) S 18451 18453 17712 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510680671 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18469] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18469/stat : 18469 (java) S 18451 18453 17712 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 510680671 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18475] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18475/stat : 18475 (java) S 18451 18453 17712 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 510680674 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350207409 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18476] ppid=18451 vsize=15712720 CPUtime=0.81 cores=1,3,5,7
/proc/18453/task/18476/stat : 18476 (java) S 18451 18453 17712 0 -1 4202560 5208 0 0 0 81 0 0 0 18 0 22 0 510680674 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18477] ppid=18451 vsize=15712720 CPUtime=1.05 cores=1,3,5,7
/proc/18453/task/18477/stat : 18477 (java) R 18451 18453 17712 0 -1 4202560 19046 0 0 0 102 3 0 0 15 0 22 0 510680674 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 47747200094883 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18453/tid=18478] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18478/stat : 18478 (java) S 18451 18453 17712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510680674 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18479] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18479/stat : 18479 (java) S 18451 18453 17712 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510680674 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350200320 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18484] ppid=18451 vsize=15712720 CPUtime=0.68 cores=1,3,5,7
/proc/18453/task/18484/stat : 18484 (java) R 18451 18453 17712 0 -1 4202560 7116 0 0 0 68 0 0 0 16 0 22 0 510680689 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912505570092 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18453/tid=18485] ppid=18451 vsize=15712720 CPUtime=0.43 cores=1,3,5,7
/proc/18453/task/18485/stat : 18485 (java) R 18451 18453 17712 0 -1 4202560 3394 0 0 0 43 0 0 0 19 0 22 0 510680689 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18453/tid=18486] ppid=18451 vsize=15712720 CPUtime=0.87 cores=1,3,5,7
/proc/18453/task/18486/stat : 18486 (java) R 18451 18453 17712 0 -1 4202560 8259 0 0 0 86 1 0 0 20 0 22 0 510680689 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912505810753 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18453/tid=18487] ppid=18451 vsize=15712720 CPUtime=1.09 cores=1,3,5,7
/proc/18453/task/18487/stat : 18487 (java) R 18451 18453 17712 0 -1 4202560 12012 0 0 0 108 1 0 0 22 0 22 0 510680689 16089825280 58295 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912505589019 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 15712720

[startup+3.10158 s]
/proc/loadavg: 4.94 7.22 7.71 10/220 18487
/proc/meminfo: memFree=30149172/32951124 swapFree=67111356/67111528
[pid=18453] ppid=18451 vsize=15712720 CPUtime=11.62 cores=1,3,5,7
/proc/18453/stat : 18453 (java) S 18451 18453 17712 0 -1 4202496 160567 0 1 0 1142 20 0 0 23 0 22 0 510680669 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18453/statm: 3928180 154254 2282 9 0 3918899 0
[pid=18453/tid=18454] ppid=18451 vsize=15712720 CPUtime=0.23 cores=1,3,5,7
/proc/18453/task/18454/stat : 18454 (java) S 18451 18453 17712 0 -1 4202560 4915 0 1 0 22 1 0 0 20 0 22 0 510680670 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18457] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18457/stat : 18457 (java) S 18451 18453 17712 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 22 0 510680670 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 3 0 0 0
[pid=18453/tid=18458] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18458/stat : 18458 (java) S 18451 18453 17712 0 -1 4202560 830 0 0 0 0 0 0 0 16 0 22 0 510680670 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18459] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18459/stat : 18459 (java) S 18451 18453 17712 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 22 0 510680670 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18460] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18460/stat : 18460 (java) S 18451 18453 17712 0 -1 4202560 227 0 0 0 0 0 0 0 15 0 22 0 510680670 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18461] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18461/stat : 18461 (java) S 18451 18453 17712 0 -1 4202560 675 0 0 0 0 0 0 0 15 0 22 0 510680670 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18462] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18462/stat : 18462 (java) S 18451 18453 17712 0 -1 4202560 1935 0 0 0 0 0 0 0 15 0 22 0 510680670 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18463] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18463/stat : 18463 (java) S 18451 18453 17712 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 22 0 510680670 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 3 0 0 0
[pid=18453/tid=18464] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18464/stat : 18464 (java) S 18451 18453 17712 0 -1 4202560 938 0 0 0 0 0 0 0 16 0 22 0 510680670 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18467] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18467/stat : 18467 (java) S 18451 18453 17712 0 -1 4202560 433 0 0 0 0 0 0 0 15 0 22 0 510680671 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350200320 0 0 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18468] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18468/stat : 18468 (java) S 18451 18453 17712 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510680671 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18469] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18469/stat : 18469 (java) S 18451 18453 17712 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 510680671 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18475] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18475/stat : 18475 (java) S 18451 18453 17712 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 510680674 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350207409 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18476] ppid=18451 vsize=15712720 CPUtime=0.92 cores=1,3,5,7
/proc/18453/task/18476/stat : 18476 (java) S 18451 18453 17712 0 -1 4202560 5228 0 0 0 92 0 0 0 15 0 22 0 510680674 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18477] ppid=18451 vsize=15712720 CPUtime=1.1 cores=1,3,5,7
/proc/18453/task/18477/stat : 18477 (java) S 18451 18453 17712 0 -1 4202560 19058 0 0 0 107 3 0 0 15 0 22 0 510680674 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18478] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18478/stat : 18478 (java) S 18451 18453 17712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510680674 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18479] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18479/stat : 18479 (java) S 18451 18453 17712 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510680674 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350200320 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18484] ppid=18451 vsize=15712720 CPUtime=2.27 cores=1,3,5,7
/proc/18453/task/18484/stat : 18484 (java) R 18451 18453 17712 0 -1 4202560 30963 0 0 0 224 3 0 0 18 0 22 0 510680689 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912506086899 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18453/tid=18485] ppid=18451 vsize=15712720 CPUtime=2.02 cores=1,3,5,7
/proc/18453/task/18485/stat : 18485 (java) R 18451 18453 17712 0 -1 4202560 27648 0 0 0 199 3 0 0 23 0 22 0 510680689 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912505784642 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18453/tid=18486] ppid=18451 vsize=15712720 CPUtime=2.41 cores=1,3,5,7
/proc/18453/task/18486/stat : 18486 (java) R 18451 18453 17712 0 -1 4202560 30706 0 0 0 238 3 0 0 25 0 22 0 510680689 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18453/tid=18487] ppid=18451 vsize=15712720 CPUtime=2.55 cores=1,3,5,7
/proc/18453/task/18487/stat : 18487 (java) R 18451 18453 17712 0 -1 4202560 33921 0 0 0 252 3 0 0 25 0 22 0 510680689 16089825280 154254 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912505578845 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.62
Current children cumulated vsize (KiB) 15712720

[startup+6.30094 s]
/proc/loadavg: 5.19 7.24 7.71 9/220 18487
/proc/meminfo: memFree=30025544/32951124 swapFree=67111356/67111528
[pid=18453] ppid=18451 vsize=15712720 CPUtime=24.38 cores=1,3,5,7
/proc/18453/stat : 18453 (java) S 18451 18453 17712 0 -1 4202496 162887 0 1 0 2417 21 0 0 23 0 22 0 510680669 16089825280 153211 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18453/statm: 3928180 153211 2287 9 0 3918899 0
[pid=18453/tid=18454] ppid=18451 vsize=15712720 CPUtime=0.23 cores=1,3,5,7
/proc/18453/task/18454/stat : 18454 (java) S 18451 18453 17712 0 -1 4202560 4915 0 1 0 22 1 0 0 20 0 22 0 510680670 16089825280 153211 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18457] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18457/stat : 18457 (java) S 18451 18453 17712 0 -1 4202560 903 0 0 0 0 0 0 0 15 0 22 0 510680670 16089825280 153211 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 3 0 0 0
[pid=18453/tid=18458] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18458/stat : 18458 (java) S 18451 18453 17712 0 -1 4202560 1174 0 0 0 0 0 0 0 16 0 22 0 510680670 16089825280 153211 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18459] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18459/stat : 18459 (java) S 18451 18453 17712 0 -1 4202560 1020 0 0 0 0 0 0 0 15 0 22 0 510680670 16089825280 153211 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18460] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18460/stat : 18460 (java) S 18451 18453 17712 0 -1 4202560 633 0 0 0 0 0 0 0 15 0 22 0 510680670 16089825280 153211 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18461] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18461/stat : 18461 (java) S 18451 18453 17712 0 -1 4202560 955 0 0 0 0 0 0 0 15 0 22 0 510680670 16089825280 153211 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18462] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18462/stat : 18462 (java) S 18451 18453 17712 0 -1 4202560 2212 0 0 0 0 0 0 0 15 0 22 0 510680670 16089825280 153211 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18463] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18463/stat : 18463 (java) S 18451 18453 17712 0 -1 4202560 508 0 0 0 0 0 0 0 16 0 22 0 510680670 16089825280 153211 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 3 0 0 0
[pid=18453/tid=18464] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18464/stat : 18464 (java) S 18451 18453 17712 0 -1 4202560 1191 0 0 0 0 0 0 0 15 0 22 0 510680670 16089825280 153211 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0

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

[pid=18453/tid=18485] ppid=18451 vsize=15712720 CPUtime=1048.85 cores=1,3,5,7
/proc/18453/task/18485/stat : 18485 (java) R 18451 18453 17712 0 -1 4202560 111965 0 0 0 104858 27 0 0 25 0 22 0 510680689 16089825280 140966 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912505570098 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18453/tid=18486] ppid=18451 vsize=15712720 CPUtime=1048.98 cores=1,3,5,7
/proc/18453/task/18486/stat : 18486 (java) R 18451 18453 17712 0 -1 4202560 114250 0 0 0 104872 26 0 0 25 0 22 0 510680689 16089825280 140966 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912505570351 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18453/tid=18487] ppid=18451 vsize=15712720 CPUtime=1049.34 cores=1,3,5,7
/proc/18453/task/18487/stat : 18487 (java) R 18451 18453 17712 0 -1 4202560 119569 0 0 0 104906 28 0 0 25 0 22 0 510680689 16089825280 140966 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912505774337 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4224.09
Current children cumulated vsize (KiB) 15712720

[startup+1122.3 s]
/proc/loadavg: 8.04 8.03 7.91 9/220 18526
/proc/meminfo: memFree=29849060/32951124 swapFree=67111356/67111528
[pid=18453] ppid=18451 vsize=15712720 CPUtime=4462.61 cores=1,3,5,7
/proc/18453/stat : 18453 (java) S 18451 18453 17712 0 -1 4202496 911532 0 1 0 445964 297 0 0 23 0 22 0 510680669 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18453/statm: 3928180 127493 2296 9 0 3918899 0
[pid=18453/tid=18454] ppid=18451 vsize=15712720 CPUtime=0.23 cores=1,3,5,7
/proc/18453/task/18454/stat : 18454 (java) S 18451 18453 17712 0 -1 4202560 4915 0 1 0 22 1 0 0 20 0 22 0 510680670 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18457] ppid=18451 vsize=15712720 CPUtime=3.06 cores=1,3,5,7
/proc/18453/task/18457/stat : 18457 (java) S 18451 18453 17712 0 -1 4202560 48789 0 0 0 292 14 0 0 15 0 22 0 510680670 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18458] ppid=18451 vsize=15712720 CPUtime=3.05 cores=1,3,5,7
/proc/18453/task/18458/stat : 18458 (java) S 18451 18453 17712 0 -1 4202560 49500 0 0 0 291 14 0 0 15 0 22 0 510680670 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18459] ppid=18451 vsize=15712720 CPUtime=3.12 cores=1,3,5,7
/proc/18453/task/18459/stat : 18459 (java) S 18451 18453 17712 0 -1 4202560 47628 0 0 0 296 16 0 0 15 0 22 0 510680670 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 3 0 0 0
[pid=18453/tid=18460] ppid=18451 vsize=15712720 CPUtime=2.98 cores=1,3,5,7
/proc/18453/task/18460/stat : 18460 (java) S 18451 18453 17712 0 -1 4202560 49886 0 0 0 283 15 0 0 15 0 22 0 510680670 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 3 0 0 0
[pid=18453/tid=18461] ppid=18451 vsize=15712720 CPUtime=3.06 cores=1,3,5,7
/proc/18453/task/18461/stat : 18461 (java) S 18451 18453 17712 0 -1 4202560 50091 0 0 0 288 18 0 0 16 0 22 0 510680670 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18462] ppid=18451 vsize=15712720 CPUtime=3.06 cores=1,3,5,7
/proc/18453/task/18462/stat : 18462 (java) S 18451 18453 17712 0 -1 4202560 50110 0 0 0 291 15 0 0 15 0 22 0 510680670 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18463] ppid=18451 vsize=15712720 CPUtime=3.02 cores=1,3,5,7
/proc/18453/task/18463/stat : 18463 (java) S 18451 18453 17712 0 -1 4202560 49046 0 0 0 286 16 0 0 15 0 22 0 510680670 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 3 0 0 0
[pid=18453/tid=18464] ppid=18451 vsize=15712720 CPUtime=3.04 cores=1,3,5,7
/proc/18453/task/18464/stat : 18464 (java) S 18451 18453 17712 0 -1 4202560 51085 0 0 0 287 17 0 0 16 0 22 0 510680670 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18467] ppid=18451 vsize=15712720 CPUtime=2 cores=1,3,5,7
/proc/18453/task/18467/stat : 18467 (java) S 18451 18453 17712 0 -1 4202560 2094 0 0 0 153 47 0 0 15 0 22 0 510680671 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350200320 0 0 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18468] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18468/stat : 18468 (java) S 18451 18453 17712 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510680671 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18469] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18469/stat : 18469 (java) S 18451 18453 17712 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 510680671 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18475] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18475/stat : 18475 (java) S 18451 18453 17712 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 510680674 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350207409 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18476] ppid=18451 vsize=15712720 CPUtime=1.1 cores=1,3,5,7
/proc/18453/task/18476/stat : 18476 (java) S 18451 18453 17712 0 -1 4202560 5258 0 0 0 110 0 0 0 15 0 22 0 510680674 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18477] ppid=18451 vsize=15712720 CPUtime=1.35 cores=1,3,5,7
/proc/18453/task/18477/stat : 18477 (java) S 18451 18453 17712 0 -1 4202560 19089 0 0 0 132 3 0 0 15 0 22 0 510680674 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18478] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18478/stat : 18478 (java) S 18451 18453 17712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510680674 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18479] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18479/stat : 18479 (java) S 18451 18453 17712 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 510680674 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350200320 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18484] ppid=18451 vsize=15712720 CPUtime=1108.33 cores=1,3,5,7
/proc/18453/task/18484/stat : 18484 (java) R 18451 18453 17712 0 -1 4202560 121254 0 0 0 110804 29 0 0 25 0 22 0 510680689 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912505523688 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18453/tid=18485] ppid=18451 vsize=15712720 CPUtime=1108.22 cores=1,3,5,7
/proc/18453/task/18485/stat : 18485 (java) R 18451 18453 17712 0 -1 4202560 117272 0 0 0 110794 28 0 0 25 0 22 0 510680689 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912506085584 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18453/tid=18486] ppid=18451 vsize=15712720 CPUtime=1108.22 cores=1,3,5,7
/proc/18453/task/18486/stat : 18486 (java) R 18451 18453 17712 0 -1 4202560 119306 0 0 0 110794 28 0 0 25 0 22 0 510680689 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912505690210 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18453/tid=18487] ppid=18451 vsize=15712720 CPUtime=1108.62 cores=1,3,5,7
/proc/18453/task/18487/stat : 18487 (java) R 18451 18453 17712 0 -1 4202560 124767 0 0 0 110833 29 0 0 25 0 22 0 510680689 16089825280 127493 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912505601367 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4462.61
Current children cumulated vsize (KiB) 15712720

[startup+1182.3 s]
/proc/loadavg: 8.01 8.03 7.91 9/220 18528
/proc/meminfo: memFree=29948844/32951124 swapFree=67111356/67111528
[pid=18453] ppid=18451 vsize=15712720 CPUtime=4701.13 cores=1,3,5,7
/proc/18453/stat : 18453 (java) S 18451 18453 17712 0 -1 4202496 942005 0 1 0 469804 309 0 0 23 0 22 0 510680669 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18453/statm: 3928180 116873 2296 9 0 3918899 0
[pid=18453/tid=18454] ppid=18451 vsize=15712720 CPUtime=0.23 cores=1,3,5,7
/proc/18453/task/18454/stat : 18454 (java) S 18451 18453 17712 0 -1 4202560 4915 0 1 0 22 1 0 0 20 0 22 0 510680670 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18457] ppid=18451 vsize=15712720 CPUtime=3.22 cores=1,3,5,7
/proc/18453/task/18457/stat : 18457 (java) S 18451 18453 17712 0 -1 4202560 51363 0 0 0 308 14 0 0 15 0 22 0 510680670 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18458] ppid=18451 vsize=15712720 CPUtime=3.19 cores=1,3,5,7
/proc/18453/task/18458/stat : 18458 (java) S 18451 18453 17712 0 -1 4202560 51575 0 0 0 304 15 0 0 15 0 22 0 510680670 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 3 0 0 0
[pid=18453/tid=18459] ppid=18451 vsize=15712720 CPUtime=3.27 cores=1,3,5,7
/proc/18453/task/18459/stat : 18459 (java) S 18451 18453 17712 0 -1 4202560 49599 0 0 0 311 16 0 0 15 0 22 0 510680670 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18460] ppid=18451 vsize=15712720 CPUtime=3.14 cores=1,3,5,7
/proc/18453/task/18460/stat : 18460 (java) S 18451 18453 17712 0 -1 4202560 52697 0 0 0 298 16 0 0 16 0 22 0 510680670 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18461] ppid=18451 vsize=15712720 CPUtime=3.22 cores=1,3,5,7
/proc/18453/task/18461/stat : 18461 (java) S 18451 18453 17712 0 -1 4202560 52324 0 0 0 304 18 0 0 15 0 22 0 510680670 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18462] ppid=18451 vsize=15712720 CPUtime=3.23 cores=1,3,5,7
/proc/18453/task/18462/stat : 18462 (java) S 18451 18453 17712 0 -1 4202560 52819 0 0 0 307 16 0 0 15 0 22 0 510680670 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18463] ppid=18451 vsize=15712720 CPUtime=3.16 cores=1,3,5,7
/proc/18453/task/18463/stat : 18463 (java) S 18451 18453 17712 0 -1 4202560 51474 0 0 0 300 16 0 0 15 0 22 0 510680670 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 3 0 0 0
[pid=18453/tid=18464] ppid=18451 vsize=15712720 CPUtime=3.19 cores=1,3,5,7
/proc/18453/task/18464/stat : 18464 (java) S 18451 18453 17712 0 -1 4202560 53035 0 0 0 302 17 0 0 15 0 22 0 510680670 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 3 0 0 0
[pid=18453/tid=18467] ppid=18451 vsize=15712720 CPUtime=2.13 cores=1,3,5,7
/proc/18453/task/18467/stat : 18467 (java) S 18451 18453 17712 0 -1 4202560 2168 0 0 0 163 50 0 0 15 0 22 0 510680671 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350200320 0 0 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18468] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18468/stat : 18468 (java) S 18451 18453 17712 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510680671 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18469] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18469/stat : 18469 (java) S 18451 18453 17712 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 510680671 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18475] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18475/stat : 18475 (java) S 18451 18453 17712 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 510680674 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350207409 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18476] ppid=18451 vsize=15712720 CPUtime=1.1 cores=1,3,5,7
/proc/18453/task/18476/stat : 18476 (java) S 18451 18453 17712 0 -1 4202560 5258 0 0 0 110 0 0 0 15 0 22 0 510680674 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18477] ppid=18451 vsize=15712720 CPUtime=1.35 cores=1,3,5,7
/proc/18453/task/18477/stat : 18477 (java) S 18451 18453 17712 0 -1 4202560 19089 0 0 0 132 3 0 0 15 0 22 0 510680674 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18478] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18478/stat : 18478 (java) S 18451 18453 17712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510680674 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18479] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18479/stat : 18479 (java) S 18451 18453 17712 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 510680674 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350200320 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18484] ppid=18451 vsize=15712720 CPUtime=1167.54 cores=1,3,5,7
/proc/18453/task/18484/stat : 18484 (java) R 18451 18453 17712 0 -1 4202560 124148 0 0 0 116724 30 0 0 25 0 22 0 510680689 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912506086678 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18453/tid=18485] ppid=18451 vsize=15712720 CPUtime=1167.48 cores=1,3,5,7
/proc/18453/task/18485/stat : 18485 (java) R 18451 18453 17712 0 -1 4202560 120372 0 0 0 116718 30 0 0 25 0 22 0 510680689 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912505570092 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18453/tid=18486] ppid=18451 vsize=15712720 CPUtime=1167.55 cores=1,3,5,7
/proc/18453/task/18486/stat : 18486 (java) R 18451 18453 17712 0 -1 4202560 122208 0 0 0 116727 28 0 0 25 0 22 0 510680689 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18453/tid=18487] ppid=18451 vsize=15712720 CPUtime=1167.95 cores=1,3,5,7
/proc/18453/task/18487/stat : 18487 (java) R 18451 18453 17712 0 -1 4202560 127515 0 0 0 116765 30 0 0 25 0 22 0 510680689 16089825280 116873 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912505570098 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4701.13
Current children cumulated vsize (KiB) 15712720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.2 s]
/proc/loadavg: 8.01 8.02 7.91 9/220 18528
/proc/meminfo: memFree=29979576/32951124 swapFree=67111356/67111528
[pid=18453] ppid=18451 vsize=15712720 CPUtime=4800.11 cores=1,3,5,7
/proc/18453/stat : 18453 (java) S 18451 18453 17712 0 -1 4202496 961149 0 1 0 479695 316 0 0 23 0 22 0 510680669 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18453/statm: 3928180 116224 2296 9 0 3918899 0
[pid=18453/tid=18454] ppid=18451 vsize=15712720 CPUtime=0.23 cores=1,3,5,7
/proc/18453/task/18454/stat : 18454 (java) S 18451 18453 17712 0 -1 4202560 4915 0 1 0 22 1 0 0 20 0 22 0 510680670 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18457] ppid=18451 vsize=15712720 CPUtime=3.29 cores=1,3,5,7
/proc/18453/task/18457/stat : 18457 (java) S 18451 18453 17712 0 -1 4202560 51990 0 0 0 314 15 0 0 16 0 22 0 510680670 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18458] ppid=18451 vsize=15712720 CPUtime=3.24 cores=1,3,5,7
/proc/18453/task/18458/stat : 18458 (java) S 18451 18453 17712 0 -1 4202560 51866 0 0 0 309 15 0 0 15 0 22 0 510680670 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 3 0 0 0
[pid=18453/tid=18459] ppid=18451 vsize=15712720 CPUtime=3.32 cores=1,3,5,7
/proc/18453/task/18459/stat : 18459 (java) S 18451 18453 17712 0 -1 4202560 50092 0 0 0 316 16 0 0 16 0 22 0 510680670 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18460] ppid=18451 vsize=15712720 CPUtime=3.2 cores=1,3,5,7
/proc/18453/task/18460/stat : 18460 (java) S 18451 18453 17712 0 -1 4202560 53315 0 0 0 304 16 0 0 15 0 22 0 510680670 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18461] ppid=18451 vsize=15712720 CPUtime=3.28 cores=1,3,5,7
/proc/18453/task/18461/stat : 18461 (java) S 18451 18453 17712 0 -1 4202560 52620 0 0 0 309 19 0 0 15 0 22 0 510680670 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 3 0 0 0
[pid=18453/tid=18462] ppid=18451 vsize=15712720 CPUtime=3.29 cores=1,3,5,7
/proc/18453/task/18462/stat : 18462 (java) S 18451 18453 17712 0 -1 4202560 53206 0 0 0 313 16 0 0 15 0 22 0 510680670 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18463] ppid=18451 vsize=15712720 CPUtime=3.23 cores=1,3,5,7
/proc/18453/task/18463/stat : 18463 (java) S 18451 18453 17712 0 -1 4202560 52166 0 0 0 306 17 0 0 15 0 22 0 510680670 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18464] ppid=18451 vsize=15712720 CPUtime=3.25 cores=1,3,5,7
/proc/18453/task/18464/stat : 18464 (java) S 18451 18453 17712 0 -1 4202560 53489 0 0 0 308 17 0 0 15 0 22 0 510680670 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 3 0 0 0
[pid=18453/tid=18467] ppid=18451 vsize=15712720 CPUtime=2.18 cores=1,3,5,7
/proc/18453/task/18467/stat : 18467 (java) S 18451 18453 17712 0 -1 4202560 2224 0 0 0 167 51 0 0 15 0 22 0 510680671 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350200320 0 0 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18468] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18468/stat : 18468 (java) S 18451 18453 17712 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510680671 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18469] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18469/stat : 18469 (java) S 18451 18453 17712 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 510680671 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18475] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18475/stat : 18475 (java) S 18451 18453 17712 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 510680674 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350207409 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18476] ppid=18451 vsize=15712720 CPUtime=1.1 cores=1,3,5,7
/proc/18453/task/18476/stat : 18476 (java) S 18451 18453 17712 0 -1 4202560 5258 0 0 0 110 0 0 0 15 0 22 0 510680674 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 7 0 0 0
[pid=18453/tid=18477] ppid=18451 vsize=15712720 CPUtime=1.35 cores=1,3,5,7
/proc/18453/task/18477/stat : 18477 (java) S 18451 18453 17712 0 -1 4202560 19089 0 0 0 132 3 0 0 15 0 22 0 510680674 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18478] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18478/stat : 18478 (java) S 18451 18453 17712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510680674 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350199705 0 4 0 16800975 18446604470851614656 0 0 -1 5 0 0 0
[pid=18453/tid=18479] ppid=18451 vsize=15712720 CPUtime=0 cores=1,3,5,7
/proc/18453/task/18479/stat : 18479 (java) S 18451 18453 17712 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 510680674 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 270350200320 0 4 0 16800975 18446604470851614656 0 0 -1 1 0 0 0
[pid=18453/tid=18484] ppid=18451 vsize=15712720 CPUtime=1192.11 cores=1,3,5,7
/proc/18453/task/18484/stat : 18484 (java) R 18451 18453 17712 0 -1 4202560 127874 0 0 0 119180 31 0 0 25 0 22 0 510680689 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912505601341 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18453/tid=18485] ppid=18451 vsize=15712720 CPUtime=1192.12 cores=1,3,5,7
/proc/18453/task/18485/stat : 18485 (java) R 18451 18453 17712 0 -1 4202560 124093 0 0 0 119182 30 0 0 25 0 22 0 510680689 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912505578697 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18453/tid=18486] ppid=18451 vsize=15712720 CPUtime=1192.2 cores=1,3,5,7
/proc/18453/task/18486/stat : 18486 (java) R 18451 18453 17712 0 -1 4202560 126000 0 0 0 119191 29 0 0 25 0 22 0 510680689 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912505624707 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18453/tid=18487] ppid=18451 vsize=15712720 CPUtime=1192.55 cores=1,3,5,7
/proc/18453/task/18487/stat : 18487 (java) R 18451 18453 17712 0 -1 4202560 131504 0 0 0 119224 31 0 0 25 0 22 0 510680689 16089825280 116224 33554432000 1073741824 1073778376 140735286993536 18446744073709551615 46912505690713 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 15712720

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

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

Child status: 143
Real time (s): 1207.23
CPU time (s): 4800.17
CPU user time (s): 4796.98
CPU system time (s): 3.18152
CPU usage (%): 397.617
Max. virtual memory (cumulated for all children) (KiB): 15712720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.98
system time used= 3.18152
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 961176
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= 340501
involuntary context switches= 176842

runsolver used 1.9987 second user time and 4.6323 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-30 18:57:31
IDJOB=3312010
IDBENCH=83149
IDSOLVER=1698
FILE ID=node143/3312010-1304182650
RUNJOBID= node143-1304182650-18425
PBS_JOBID= 13172419
Free space on /tmp= 73496 MiB

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

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

MD5SUM BENCH= badb3b4ac12b29ada7dd8ed96ed75c80
RANDOM SEED=1953349929

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31126028 kB
Buffers:        282860 kB
Cached:        1189560 kB
SwapCached:        168 kB
Active:         353536 kB
Inactive:      1187136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31126028 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3184 kB
Writeback:           4 kB
AnonPages:       68112 kB
Mapped:          18512 kB
Slab:           221476 kB
PageTables:       4896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   758456 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= 73492 MiB
End job on node143 at 2011-04-30 19:17:40