Trace number 3311275

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.36 1206.65

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S69399346-065-UNKNOWN.cnf
MD5SUM98486271f2f72889c040eabfd36ebd13
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525500

Solver Data

0.10/0.12	52:24 INFO : Reading from input HOME/instance-3311275-1304117544.cnf
0.61/0.48	Executor set job limit to 1000000
0.61/0.48	Executor set job limit to 1000000
0.61/0.48	Executor set job limit to 1000000
0.61/0.48	Executor set job limit to 1000000
0.61/0.48	Starting Executor!
0.61/0.48	Starting Executor!
0.61/0.48	Starting Executor!
0.61/0.48	Starting Executor!
1.72/0.97	52:25 INFO : 300 variables remaining out of 300
1.72/0.97	52:25 INFO : 204000 literals remaining out of 204000

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-3311275-1304117544/watcher-3311275-1304117544 -o /tmp/evaluation-result-3311275-1304117544/solver-3311275-1304117544 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311275-1304117544.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.73 4.33 5.70 2/189 31447
/proc/meminfo: memFree=30969568/32950928 swapFree=67111464/67111528
[pid=31447] ppid=31445 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/31447/stat : 31447 (java) S 31445 31447 30488 0 -1 4202496 1401 0 0 0 0 0 0 0 18 0 2 0 523351114 26714112 871 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512494565 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31447/statm: 6522 881 675 9 0 381 0
[pid=31447/tid=31448] ppid=31445 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31448/stat : 31448 (java) R 31445 31447 30488 0 -1 4202560 56 0 0 0 0 0 0 0 19 0 2 0 523351114 26714112 885 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254495768199 0 2147483391 4096 0 0 0 0 -1 5 0 0 0

[startup+0.014289 s]
/proc/loadavg: 3.73 4.33 5.70 2/189 31447
/proc/meminfo: memFree=30969568/32950928 swapFree=67111464/67111528
[pid=31447] ppid=31445 vsize=15591648 CPUtime=0 cores=1,3,5,7
/proc/31447/stat : 31447 (java) S 31445 31447 30488 0 -1 4202496 2754 0 1 0 0 0 0 0 18 0 10 0 523351114 15965847552 2194 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/31447/statm: 3897912 2202 1317 9 0 3888660 0
[pid=31447/tid=31448] ppid=31445 vsize=15591648 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31448/stat : 31448 (java) R 31445 31447 30488 0 -1 4202560 1400 0 1 0 0 0 0 0 21 0 10 0 523351114 15965847552 2207 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 46912504011048 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15591648

[startup+0.100265 s]
/proc/loadavg: 3.73 4.33 5.70 2/189 31447
/proc/meminfo: memFree=30969568/32950928 swapFree=67111464/67111528
[pid=31447] ppid=31445 vsize=15676972 CPUtime=0.1 cores=1,3,5,7
/proc/31447/stat : 31447 (java) S 31445 31447 30488 0 -1 4202496 5526 0 1 0 9 1 0 0 18 0 18 0 523351114 16053219328 4964 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31447/statm: 3919243 4964 2116 9 0 3909962 0
[pid=31447/tid=31448] ppid=31445 vsize=15676972 CPUtime=0.07 cores=1,3,5,7
/proc/31447/task/31448/stat : 31448 (java) R 31445 31447 30488 0 -1 4202560 3405 0 1 0 7 0 0 0 18 0 18 0 523351114 16053219328 4964 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254500497179 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676972

[startup+0.300212 s]
/proc/loadavg: 3.73 4.33 5.70 2/189 31447
/proc/meminfo: memFree=30969568/32950928 swapFree=67111464/67111528
[pid=31447] ppid=31445 vsize=15680424 CPUtime=0.51 cores=1,3,5,7
/proc/31447/stat : 31447 (java) S 31445 31447 30488 0 -1 4202496 14989 0 1 0 49 2 0 0 18 0 18 0 523351114 16056754176 13479 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31447/statm: 3920106 13485 2206 9 0 3910825 0
[pid=31447/tid=31448] ppid=31445 vsize=15680424 CPUtime=0.28 cores=1,3,5,7
/proc/31447/task/31448/stat : 31448 (java) R 31445 31447 30488 0 -1 4202560 9920 0 1 0 27 1 0 0 18 0 18 0 523351114 16056754176 13489 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 46912505640595 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680424

[startup+0.701129 s]
/proc/loadavg: 3.73 4.33 5.70 2/189 31447
/proc/meminfo: memFree=30969568/32950928 swapFree=67111464/67111528
[pid=31447] ppid=31445 vsize=15684536 CPUtime=1.14 cores=1,3,5,7
/proc/31447/stat : 31447 (java) S 31445 31447 30488 0 -1 4202496 46191 0 1 0 108 6 0 0 18 0 22 0 523351114 16060964864 42674 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31447/statm: 3921134 42674 2248 9 0 3911853 0
[pid=31447/tid=31448] ppid=31445 vsize=15684536 CPUtime=0.67 cores=1,3,5,7
/proc/31447/task/31448/stat : 31448 (java) R 31445 31447 30488 0 -1 4202560 35625 0 1 0 63 4 0 0 20 0 22 0 523351114 16060964864 42674 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 47683017274154 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 15684536

[startup+1.54282 s]
/proc/loadavg: 3.73 4.33 5.70 4/220 31478
/proc/meminfo: memFree=30619316/32950928 swapFree=67111464/67111528
[pid=31447] ppid=31445 vsize=15699240 CPUtime=3.44 cores=1,3,5,7
/proc/31447/stat : 31447 (java) S 31445 31447 30488 0 -1 4202496 55810 0 1 0 337 7 0 0 18 0 22 0 523351114 16076021760 47635 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31447/statm: 3924810 47635 2274 9 0 3915529 0
[pid=31447/tid=31448] ppid=31445 vsize=15699240 CPUtime=0.94 cores=1,3,5,7
/proc/31447/task/31448/stat : 31448 (java) S 31445 31447 30488 0 -1 4202560 35688 0 1 0 90 4 0 0 20 0 22 0 523351114 16076021760 47635 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31450] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31450/stat : 31450 (java) S 31445 31447 30488 0 -1 4202560 32 0 0 0 0 0 0 0 16 0 22 0 523351115 16076021760 47635 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31451] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31451/stat : 31451 (java) S 31445 31447 30488 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 523351115 16076021760 47635 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31452] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31452/stat : 31452 (java) S 31445 31447 30488 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 523351115 16076021760 47636 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31453] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31453/stat : 31453 (java) S 31445 31447 30488 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 523351115 16076021760 47636 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31454] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31454/stat : 31454 (java) S 31445 31447 30488 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 22 0 523351115 16076021760 47636 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31455] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31455/stat : 31455 (java) S 31445 31447 30488 0 -1 4202560 362 0 0 0 0 0 0 0 16 0 22 0 523351115 16076021760 47636 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31456] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31456/stat : 31456 (java) R 31445 31447 30488 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 523351115 16076021760 47639 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31447/tid=31457] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31457/stat : 31457 (java) S 31445 31447 30488 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 523351115 16076021760 47640 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31463] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31463/stat : 31463 (java) R 31445 31447 30488 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 22 0 523351116 16076021760 47642 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512517813 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=31447/tid=31464] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31464/stat : 31464 (java) S 31445 31447 30488 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 523351116 16076021760 47643 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31465] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31465/stat : 31465 (java) S 31445 31447 30488 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 523351116 16076021760 47646 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 7 0 0 0
[pid=31447/tid=31466] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31466/stat : 31466 (java) S 31445 31447 30488 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523351119 16076021760 47649 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512515505 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31467] ppid=31445 vsize=15699240 CPUtime=0.62 cores=1,3,5,7
/proc/31447/task/31467/stat : 31467 (java) S 31445 31447 30488 0 -1 4202560 4747 0 0 0 62 0 0 0 15 0 22 0 523351119 16076021760 47650 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31468] ppid=31445 vsize=15699240 CPUtime=0.79 cores=1,3,5,7
/proc/31447/task/31468/stat : 31468 (java) S 31445 31447 30488 0 -1 4202560 13510 0 0 0 78 1 0 0 15 0 22 0 523351119 16076021760 47652 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31469] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31469/stat : 31469 (java) S 31445 31447 30488 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 523351119 16076021760 47654 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31470] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31470/stat : 31470 (java) S 31445 31447 30488 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523351119 16076021760 47656 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512508416 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31475] ppid=31445 vsize=15699240 CPUtime=0.32 cores=1,3,5,7
/proc/31447/task/31475/stat : 31475 (java) S 31445 31447 30488 0 -1 4202560 22 0 0 0 32 0 0 0 16 0 22 0 523351162 16076021760 47663 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31476] ppid=31445 vsize=15699240 CPUtime=0.21 cores=1,3,5,7
/proc/31447/task/31476/stat : 31476 (java) S 31445 31447 30488 0 -1 4202560 16 0 0 0 21 0 0 0 16 0 22 0 523351162 16076021760 47665 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31477] ppid=31445 vsize=15699240 CPUtime=0.21 cores=1,3,5,7
/proc/31447/task/31477/stat : 31477 (java) S 31445 31447 30488 0 -1 4202560 15 0 0 0 21 0 0 0 16 0 22 0 523351163 16076021760 47666 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31478] ppid=31445 vsize=15699240 CPUtime=0.28 cores=1,3,5,7
/proc/31447/task/31478/stat : 31478 (java) S 31445 31447 30488 0 -1 4202560 9 0 0 0 28 0 0 0 16 0 22 0 523351163 16076021760 47667 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 15699240

[startup+3.10159 s]
/proc/loadavg: 3.73 4.33 5.70 10/220 31478
/proc/meminfo: memFree=30512800/32950928 swapFree=67111464/67111528
[pid=31447] ppid=31445 vsize=15699240 CPUtime=9.65 cores=1,3,5,7
/proc/31447/stat : 31447 (java) S 31445 31447 30488 0 -1 4202496 87344 0 1 0 952 13 0 0 18 0 22 0 523351114 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31447/statm: 3924810 79077 2274 9 0 3915529 0
[pid=31447/tid=31448] ppid=31445 vsize=15699240 CPUtime=0.94 cores=1,3,5,7
/proc/31447/task/31448/stat : 31448 (java) S 31445 31447 30488 0 -1 4202560 35688 0 1 0 90 4 0 0 20 0 22 0 523351114 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31450] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31450/stat : 31450 (java) S 31445 31447 30488 0 -1 4202560 1487 0 0 0 0 0 0 0 15 0 22 0 523351115 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31451] ppid=31445 vsize=15699240 CPUtime=0.02 cores=1,3,5,7
/proc/31447/task/31451/stat : 31451 (java) S 31445 31447 30488 0 -1 4202560 6881 0 0 0 2 0 0 0 16 0 22 0 523351115 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 7 0 0 0
[pid=31447/tid=31452] ppid=31445 vsize=15699240 CPUtime=0.01 cores=1,3,5,7
/proc/31447/task/31452/stat : 31452 (java) S 31445 31447 30488 0 -1 4202560 3882 0 0 0 1 0 0 0 15 0 22 0 523351115 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31453] ppid=31445 vsize=15699240 CPUtime=0.01 cores=1,3,5,7
/proc/31447/task/31453/stat : 31453 (java) S 31445 31447 30488 0 -1 4202560 5493 0 0 0 0 1 0 0 16 0 22 0 523351115 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31454] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31454/stat : 31454 (java) S 31445 31447 30488 0 -1 4202560 704 0 0 0 0 0 0 0 15 0 22 0 523351115 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 7 0 0 0
[pid=31447/tid=31455] ppid=31445 vsize=15699240 CPUtime=0.01 cores=1,3,5,7
/proc/31447/task/31455/stat : 31455 (java) S 31445 31447 30488 0 -1 4202560 5336 0 0 0 0 1 0 0 16 0 22 0 523351115 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31456] ppid=31445 vsize=15699240 CPUtime=0.01 cores=1,3,5,7
/proc/31447/task/31456/stat : 31456 (java) S 31445 31447 30488 0 -1 4202560 5812 0 0 0 1 0 0 0 16 0 22 0 523351115 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31457] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31457/stat : 31457 (java) S 31445 31447 30488 0 -1 4202560 2221 0 0 0 0 0 0 0 15 0 22 0 523351115 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31463] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31463/stat : 31463 (java) S 31445 31447 30488 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 22 0 523351116 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512508416 0 0 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31464] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31464/stat : 31464 (java) S 31445 31447 30488 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 22 0 523351116 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31465] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31465/stat : 31465 (java) S 31445 31447 30488 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523351116 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31466] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31466/stat : 31466 (java) S 31445 31447 30488 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523351119 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512515505 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31467] ppid=31445 vsize=15699240 CPUtime=0.67 cores=1,3,5,7
/proc/31447/task/31467/stat : 31467 (java) S 31445 31447 30488 0 -1 4202560 4754 0 0 0 67 0 0 0 15 0 22 0 523351119 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31468] ppid=31445 vsize=15699240 CPUtime=0.84 cores=1,3,5,7
/proc/31447/task/31468/stat : 31468 (java) S 31445 31447 30488 0 -1 4202560 13516 0 0 0 83 1 0 0 15 0 22 0 523351119 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 7 0 0 0
[pid=31447/tid=31469] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31469/stat : 31469 (java) S 31445 31447 30488 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 523351119 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31470] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31470/stat : 31470 (java) S 31445 31447 30488 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523351119 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512508416 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31475] ppid=31445 vsize=15699240 CPUtime=1.78 cores=1,3,5,7
/proc/31447/task/31475/stat : 31475 (java) R 31445 31447 30488 0 -1 4202560 23 0 0 0 178 0 0 0 17 0 22 0 523351162 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 46912506061097 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31447/tid=31476] ppid=31445 vsize=15699240 CPUtime=1.73 cores=1,3,5,7
/proc/31447/task/31476/stat : 31476 (java) R 31445 31447 30488 0 -1 4202560 17 0 0 0 173 0 0 0 17 0 22 0 523351162 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 46912505846504 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31447/tid=31477] ppid=31445 vsize=15699240 CPUtime=1.68 cores=1,3,5,7
/proc/31447/task/31477/stat : 31477 (java) R 31445 31447 30488 0 -1 4202560 17 0 0 0 168 0 0 0 17 0 22 0 523351163 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 46912506056655 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31447/tid=31478] ppid=31445 vsize=15699240 CPUtime=1.79 cores=1,3,5,7
/proc/31447/task/31478/stat : 31478 (java) R 31445 31447 30488 0 -1 4202560 9 0 0 0 179 0 0 0 17 0 22 0 523351163 16076021760 79077 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 46912506061097 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.65
Current children cumulated vsize (KiB) 15699240

[startup+6.30096 s]
/proc/loadavg: 4.15 4.40 5.72 10/220 31478
/proc/meminfo: memFree=29419116/32950928 swapFree=67111464/67111528
[pid=31447] ppid=31445 vsize=15699240 CPUtime=22.41 cores=1,3,5,7
/proc/31447/stat : 31447 (java) S 31445 31447 30488 0 -1 4202496 228096 0 1 0 2204 37 0 0 18 0 22 0 523351114 16076021760 219130 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31447/statm: 3924810 219130 2277 9 0 3915529 0
[pid=31447/tid=31448] ppid=31445 vsize=15699240 CPUtime=0.94 cores=1,3,5,7
/proc/31447/task/31448/stat : 31448 (java) S 31445 31447 30488 0 -1 4202560 35688 0 1 0 90 4 0 0 20 0 22 0 523351114 16076021760 219130 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31450] ppid=31445 vsize=15699240 CPUtime=0.03 cores=1,3,5,7
/proc/31447/task/31450/stat : 31450 (java) S 31445 31447 30488 0 -1 4202560 10109 0 0 0 2 1 0 0 16 0 22 0 523351115 16076021760 219130 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 7 0 0 0
[pid=31447/tid=31451] ppid=31445 vsize=15699240 CPUtime=0.09 cores=1,3,5,7
/proc/31447/task/31451/stat : 31451 (java) S 31445 31447 30488 0 -1 4202560 23967 0 0 0 5 4 0 0 16 0 22 0 523351115 16076021760 219130 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 7 0 0 0
[pid=31447/tid=31452] ppid=31445 vsize=15699240 CPUtime=0.01 cores=1,3,5,7
/proc/31447/task/31452/stat : 31452 (java) S 31445 31447 30488 0 -1 4202560 3895 0 0 0 1 0 0 0 15 0 22 0 523351115 16076021760 219130 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31453] ppid=31445 vsize=15699240 CPUtime=0.08 cores=1,3,5,7
/proc/31447/task/31453/stat : 31453 (java) S 31445 31447 30488 0 -1 4202560 23212 0 0 0 4 4 0 0 16 0 22 0 523351115 16076021760 219130 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31454] ppid=31445 vsize=15699240 CPUtime=0.06 cores=1,3,5,7
/proc/31447/task/31454/stat : 31454 (java) S 31445 31447 30488 0 -1 4202560 18056 0 0 0 3 3 0 0 16 0 22 0 523351115 16076021760 219130 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31455] ppid=31445 vsize=15699240 CPUtime=0.07 cores=1,3,5,7
/proc/31447/task/31455/stat : 31455 (java) S 31445 31447 30488 0 -1 4202560 22583 0 0 0 3 4 0 0 16 0 22 0 523351115 16076021760 219130 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31456] ppid=31445 vsize=15699240 CPUtime=0.03 cores=1,3,5,7
/proc/31447/task/31456/stat : 31456 (java) S 31445 31447 30488 0 -1 4202560 10802 0 0 0 2 1 0 0 16 0 22 0 523351115 16076021760 219130 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31457] ppid=31445 vsize=15699240 CPUtime=0.01 cores=1,3,5,7
/proc/31447/task/31457/stat : 31457 (java) S 31445 31447 30488 0 -1 4202560 5736 0 0 0 1 0 0 0 15 0 22 0 523351115 16076021760 219130 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0

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

[pid=31447/tid=31476] ppid=31445 vsize=15699240 CPUtime=1048.77 cores=1,3,5,7
/proc/31447/task/31476/stat : 31476 (java) R 31445 31447 30488 0 -1 4202560 239205 0 0 0 104844 33 0 0 25 0 22 0 523351162 16076021760 128296 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 46912505741487 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31447/tid=31477] ppid=31445 vsize=15699240 CPUtime=1048.72 cores=1,3,5,7
/proc/31447/task/31477/stat : 31477 (java) R 31445 31447 30488 0 -1 4202560 240576 0 0 0 104840 32 0 0 25 0 22 0 523351163 16076021760 128296 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 46912506139615 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31447/tid=31478] ppid=31445 vsize=15699240 CPUtime=1049.36 cores=1,3,5,7
/proc/31447/task/31478/stat : 31478 (java) R 31445 31447 30488 0 -1 4202560 242567 0 0 0 104899 37 0 0 25 0 22 0 523351163 16076021760 128296 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 47683021076738 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4226.03
Current children cumulated vsize (KiB) 15699240

[startup+1122.3 s]
/proc/loadavg: 8.25 8.07 7.38 9/220 31520
/proc/meminfo: memFree=30099492/32950928 swapFree=67111464/67111528
[pid=31447] ppid=31445 vsize=15699240 CPUtime=4464.77 cores=1,3,5,7
/proc/31447/stat : 31447 (java) S 31445 31447 30488 0 -1 4202496 1880103 0 1 0 446087 390 0 0 18 0 22 0 523351114 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31447/statm: 3924810 119579 2299 9 0 3915529 0
[pid=31447/tid=31448] ppid=31445 vsize=15699240 CPUtime=0.94 cores=1,3,5,7
/proc/31447/task/31448/stat : 31448 (java) S 31445 31447 30488 0 -1 4202560 35688 0 1 0 90 4 0 0 20 0 22 0 523351114 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31450] ppid=31445 vsize=15699240 CPUtime=3.48 cores=1,3,5,7
/proc/31447/task/31450/stat : 31450 (java) S 31445 31447 30488 0 -1 4202560 102398 0 0 0 327 21 0 0 16 0 22 0 523351115 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31451] ppid=31445 vsize=15699240 CPUtime=3.5 cores=1,3,5,7
/proc/31447/task/31451/stat : 31451 (java) S 31445 31447 30488 0 -1 4202560 111163 0 0 0 328 22 0 0 15 0 22 0 523351115 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 7 0 0 0
[pid=31447/tid=31452] ppid=31445 vsize=15699240 CPUtime=3.41 cores=1,3,5,7
/proc/31447/task/31452/stat : 31452 (java) S 31445 31447 30488 0 -1 4202560 89799 0 0 0 322 19 0 0 16 0 22 0 523351115 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31453] ppid=31445 vsize=15699240 CPUtime=3.42 cores=1,3,5,7
/proc/31447/task/31453/stat : 31453 (java) S 31445 31447 30488 0 -1 4202560 107472 0 0 0 318 24 0 0 15 0 22 0 523351115 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 7 0 0 0
[pid=31447/tid=31454] ppid=31445 vsize=15699240 CPUtime=3.44 cores=1,3,5,7
/proc/31447/task/31454/stat : 31454 (java) S 31445 31447 30488 0 -1 4202560 102914 0 0 0 321 23 0 0 15 0 22 0 523351115 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31455] ppid=31445 vsize=15699240 CPUtime=3.44 cores=1,3,5,7
/proc/31447/task/31455/stat : 31455 (java) S 31445 31447 30488 0 -1 4202560 111570 0 0 0 320 24 0 0 15 0 22 0 523351115 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31456] ppid=31445 vsize=15699240 CPUtime=3.41 cores=1,3,5,7
/proc/31447/task/31456/stat : 31456 (java) S 31445 31447 30488 0 -1 4202560 97538 0 0 0 318 23 0 0 16 0 22 0 523351115 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31457] ppid=31445 vsize=15699240 CPUtime=3.36 cores=1,3,5,7
/proc/31447/task/31457/stat : 31457 (java) S 31445 31447 30488 0 -1 4202560 93747 0 0 0 314 22 0 0 15 0 22 0 523351115 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31463] ppid=31445 vsize=15699240 CPUtime=1.74 cores=1,3,5,7
/proc/31447/task/31463/stat : 31463 (java) S 31445 31447 30488 0 -1 4202560 4801 0 0 0 115 59 0 0 15 0 22 0 523351116 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512508416 0 0 0 16800975 18446604454223279360 0 0 -1 7 0 0 0
[pid=31447/tid=31464] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31464/stat : 31464 (java) S 31445 31447 30488 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 22 0 523351116 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31465] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31465/stat : 31465 (java) S 31445 31447 30488 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523351116 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31466] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31466/stat : 31466 (java) S 31445 31447 30488 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523351119 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512515505 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31467] ppid=31445 vsize=15699240 CPUtime=0.99 cores=1,3,5,7
/proc/31447/task/31467/stat : 31467 (java) S 31445 31447 30488 0 -1 4202560 4803 0 0 0 99 0 0 0 15 0 22 0 523351119 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31468] ppid=31445 vsize=15699240 CPUtime=1.12 cores=1,3,5,7
/proc/31447/task/31468/stat : 31468 (java) S 31445 31447 30488 0 -1 4202560 13550 0 0 0 111 1 0 0 15 0 22 0 523351119 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 7 0 0 0
[pid=31447/tid=31469] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31469/stat : 31469 (java) S 31445 31447 30488 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 523351119 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31470] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31470/stat : 31470 (java) S 31445 31447 30488 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 523351119 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512508416 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31475] ppid=31445 vsize=15699240 CPUtime=1107.42 cores=1,3,5,7
/proc/31447/task/31475/stat : 31475 (java) R 31445 31447 30488 0 -1 4202560 249913 0 0 0 110709 33 0 0 25 0 22 0 523351162 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 46912505583227 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31447/tid=31476] ppid=31445 vsize=15699240 CPUtime=1108.14 cores=1,3,5,7
/proc/31447/task/31476/stat : 31476 (java) R 31445 31447 30488 0 -1 4202560 249484 0 0 0 110779 35 0 0 25 0 22 0 523351162 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 46912506056344 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31447/tid=31477] ppid=31445 vsize=15699240 CPUtime=1108.1 cores=1,3,5,7
/proc/31447/task/31477/stat : 31477 (java) R 31445 31447 30488 0 -1 4202560 250907 0 0 0 110776 34 0 0 25 0 22 0 523351163 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 18446744073699065894 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31447/tid=31478] ppid=31445 vsize=15699240 CPUtime=1108.69 cores=1,3,5,7
/proc/31447/task/31478/stat : 31478 (java) R 31445 31447 30488 0 -1 4202560 252907 0 0 0 110831 38 0 0 25 0 22 0 523351163 16076021760 119579 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 46912505634526 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4464.77
Current children cumulated vsize (KiB) 15699240

[startup+1182.3 s]
/proc/loadavg: 8.20 8.08 7.43 9/220 31521
/proc/meminfo: memFree=30100676/32950928 swapFree=67111464/67111528
[pid=31447] ppid=31445 vsize=15699240 CPUtime=4703.6 cores=1,3,5,7
/proc/31447/stat : 31447 (java) S 31445 31447 30488 0 -1 4202496 1965710 0 1 0 469949 411 0 0 18 0 22 0 523351114 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31447/statm: 3924810 116331 2299 9 0 3915529 0
[pid=31447/tid=31448] ppid=31445 vsize=15699240 CPUtime=0.94 cores=1,3,5,7
/proc/31447/task/31448/stat : 31448 (java) S 31445 31447 30488 0 -1 4202560 35688 0 1 0 90 4 0 0 20 0 22 0 523351114 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31450] ppid=31445 vsize=15699240 CPUtime=3.69 cores=1,3,5,7
/proc/31447/task/31450/stat : 31450 (java) S 31445 31447 30488 0 -1 4202560 109440 0 0 0 346 23 0 0 16 0 22 0 523351115 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31451] ppid=31445 vsize=15699240 CPUtime=3.7 cores=1,3,5,7
/proc/31447/task/31451/stat : 31451 (java) S 31445 31447 30488 0 -1 4202560 116122 0 0 0 347 23 0 0 15 0 22 0 523351115 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31452] ppid=31445 vsize=15699240 CPUtime=3.6 cores=1,3,5,7
/proc/31447/task/31452/stat : 31452 (java) S 31445 31447 30488 0 -1 4202560 96042 0 0 0 339 21 0 0 15 0 22 0 523351115 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31453] ppid=31445 vsize=15699240 CPUtime=3.6 cores=1,3,5,7
/proc/31447/task/31453/stat : 31453 (java) S 31445 31447 30488 0 -1 4202560 111644 0 0 0 334 26 0 0 16 0 22 0 523351115 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31454] ppid=31445 vsize=15699240 CPUtime=3.64 cores=1,3,5,7
/proc/31447/task/31454/stat : 31454 (java) S 31445 31447 30488 0 -1 4202560 109182 0 0 0 339 25 0 0 16 0 22 0 523351115 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 7 0 0 0
[pid=31447/tid=31455] ppid=31445 vsize=15699240 CPUtime=3.65 cores=1,3,5,7
/proc/31447/task/31455/stat : 31455 (java) S 31445 31447 30488 0 -1 4202560 118614 0 0 0 340 25 0 0 15 0 22 0 523351115 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31456] ppid=31445 vsize=15699240 CPUtime=3.61 cores=1,3,5,7
/proc/31447/task/31456/stat : 31456 (java) S 31445 31447 30488 0 -1 4202560 103706 0 0 0 337 24 0 0 15 0 22 0 523351115 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31457] ppid=31445 vsize=15699240 CPUtime=3.56 cores=1,3,5,7
/proc/31447/task/31457/stat : 31457 (java) S 31445 31447 30488 0 -1 4202560 100218 0 0 0 332 24 0 0 15 0 22 0 523351115 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 7 0 0 0
[pid=31447/tid=31463] ppid=31445 vsize=15699240 CPUtime=1.83 cores=1,3,5,7
/proc/31447/task/31463/stat : 31463 (java) S 31445 31447 30488 0 -1 4202560 5042 0 0 0 122 61 0 0 15 0 22 0 523351116 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512508416 0 0 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31464] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31464/stat : 31464 (java) S 31445 31447 30488 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 22 0 523351116 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31465] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31465/stat : 31465 (java) S 31445 31447 30488 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523351116 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31466] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31466/stat : 31466 (java) S 31445 31447 30488 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523351119 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512515505 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31467] ppid=31445 vsize=15699240 CPUtime=0.99 cores=1,3,5,7
/proc/31447/task/31467/stat : 31467 (java) S 31445 31447 30488 0 -1 4202560 4803 0 0 0 99 0 0 0 15 0 22 0 523351119 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31468] ppid=31445 vsize=15699240 CPUtime=1.12 cores=1,3,5,7
/proc/31447/task/31468/stat : 31468 (java) S 31445 31447 30488 0 -1 4202560 13550 0 0 0 111 1 0 0 15 0 22 0 523351119 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 7 0 0 0
[pid=31447/tid=31469] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31469/stat : 31469 (java) S 31445 31447 30488 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 523351119 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31470] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31470/stat : 31470 (java) S 31445 31447 30488 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 523351119 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512508416 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31475] ppid=31445 vsize=15699240 CPUtime=1166.68 cores=1,3,5,7
/proc/31447/task/31475/stat : 31475 (java) R 31445 31447 30488 0 -1 4202560 259140 0 0 0 116634 34 0 0 25 0 22 0 523351162 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 46912505716984 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31447/tid=31476] ppid=31445 vsize=15699240 CPUtime=1167.51 cores=1,3,5,7
/proc/31447/task/31476/stat : 31476 (java) R 31445 31447 30488 0 -1 4202560 259177 0 0 0 116714 37 0 0 25 0 22 0 523351162 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 46912505523205 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31447/tid=31477] ppid=31445 vsize=15699240 CPUtime=1167.35 cores=1,3,5,7
/proc/31447/task/31477/stat : 31477 (java) R 31445 31447 30488 0 -1 4202560 259778 0 0 0 116700 35 0 0 25 0 22 0 523351163 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 46912505741379 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31447/tid=31478] ppid=31445 vsize=15699240 CPUtime=1167.96 cores=1,3,5,7
/proc/31447/task/31478/stat : 31478 (java) R 31445 31447 30488 0 -1 4202560 262112 0 0 0 116757 39 0 0 25 0 22 0 523351163 16076021760 116331 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 47683021075463 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4703.6
Current children cumulated vsize (KiB) 15699240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.6 s]
/proc/loadavg: 8.13 8.08 7.44 9/220 31522
/proc/meminfo: memFree=29960156/32950928 swapFree=67111464/67111528
[pid=31447] ppid=31445 vsize=15699240 CPUtime=4800.29 cores=1,3,5,7
/proc/31447/stat : 31447 (java) S 31445 31447 30488 0 -1 4202496 2021804 0 1 0 479609 420 0 0 18 0 22 0 523351114 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31447/statm: 3924810 144101 2299 9 0 3915529 0
[pid=31447/tid=31448] ppid=31445 vsize=15699240 CPUtime=0.94 cores=1,3,5,7
/proc/31447/task/31448/stat : 31448 (java) S 31445 31447 30488 0 -1 4202560 35688 0 1 0 90 4 0 0 20 0 22 0 523351114 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31450] ppid=31445 vsize=15699240 CPUtime=3.77 cores=1,3,5,7
/proc/31447/task/31450/stat : 31450 (java) S 31445 31447 30488 0 -1 4202560 111875 0 0 0 354 23 0 0 16 0 22 0 523351115 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31451] ppid=31445 vsize=15699240 CPUtime=3.79 cores=1,3,5,7
/proc/31447/task/31451/stat : 31451 (java) S 31445 31447 30488 0 -1 4202560 118614 0 0 0 355 24 0 0 16 0 22 0 523351115 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31452] ppid=31445 vsize=15699240 CPUtime=3.7 cores=1,3,5,7
/proc/31447/task/31452/stat : 31452 (java) S 31445 31447 30488 0 -1 4202560 98845 0 0 0 348 22 0 0 16 0 22 0 523351115 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31453] ppid=31445 vsize=15699240 CPUtime=3.67 cores=1,3,5,7
/proc/31447/task/31453/stat : 31453 (java) S 31445 31447 30488 0 -1 4202560 114622 0 0 0 341 26 0 0 15 0 22 0 523351115 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 1 0 0 0
[pid=31447/tid=31454] ppid=31445 vsize=15699240 CPUtime=3.71 cores=1,3,5,7
/proc/31447/task/31454/stat : 31454 (java) S 31445 31447 30488 0 -1 4202560 111896 0 0 0 346 25 0 0 16 0 22 0 523351115 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 7 0 0 0
[pid=31447/tid=31455] ppid=31445 vsize=15699240 CPUtime=3.72 cores=1,3,5,7
/proc/31447/task/31455/stat : 31455 (java) S 31445 31447 30488 0 -1 4202560 120729 0 0 0 347 25 0 0 15 0 22 0 523351115 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 7 0 0 0
[pid=31447/tid=31456] ppid=31445 vsize=15699240 CPUtime=3.67 cores=1,3,5,7
/proc/31447/task/31456/stat : 31456 (java) S 31445 31447 30488 0 -1 4202560 105688 0 0 0 343 24 0 0 15 0 22 0 523351115 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31457] ppid=31445 vsize=15699240 CPUtime=3.62 cores=1,3,5,7
/proc/31447/task/31457/stat : 31457 (java) S 31445 31447 30488 0 -1 4202560 102097 0 0 0 338 24 0 0 15 0 22 0 523351115 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 7 0 0 0
[pid=31447/tid=31463] ppid=31445 vsize=15699240 CPUtime=1.88 cores=1,3,5,7
/proc/31447/task/31463/stat : 31463 (java) S 31445 31447 30488 0 -1 4202560 5227 0 0 0 125 63 0 0 15 0 22 0 523351116 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512508416 0 0 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31464] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31464/stat : 31464 (java) S 31445 31447 30488 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 22 0 523351116 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31465] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31465/stat : 31465 (java) S 31445 31447 30488 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523351116 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31466] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31466/stat : 31466 (java) S 31445 31447 30488 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523351119 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512515505 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31467] ppid=31445 vsize=15699240 CPUtime=0.99 cores=1,3,5,7
/proc/31447/task/31467/stat : 31467 (java) S 31445 31447 30488 0 -1 4202560 4803 0 0 0 99 0 0 0 15 0 22 0 523351119 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31468] ppid=31445 vsize=15699240 CPUtime=1.12 cores=1,3,5,7
/proc/31447/task/31468/stat : 31468 (java) S 31445 31447 30488 0 -1 4202560 13550 0 0 0 111 1 0 0 15 0 22 0 523351119 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 7 0 0 0
[pid=31447/tid=31469] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31469/stat : 31469 (java) S 31445 31447 30488 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 523351119 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512507801 0 4 0 16800975 18446604454223279360 0 0 -1 5 0 0 0
[pid=31447/tid=31470] ppid=31445 vsize=15699240 CPUtime=0 cores=1,3,5,7
/proc/31447/task/31470/stat : 31470 (java) S 31445 31447 30488 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 523351119 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 254512508416 0 4 0 16800975 18446604454223279360 0 0 -1 3 0 0 0
[pid=31447/tid=31475] ppid=31445 vsize=15699240 CPUtime=1190.68 cores=1,3,5,7
/proc/31447/task/31475/stat : 31475 (java) R 31445 31447 30488 0 -1 4202560 268125 0 0 0 119033 35 0 0 25 0 22 0 523351162 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 46912505846515 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31447/tid=31476] ppid=31445 vsize=15699240 CPUtime=1191.55 cores=1,3,5,7
/proc/31447/task/31476/stat : 31476 (java) R 31445 31447 30488 0 -1 4202560 268148 0 0 0 119117 38 0 0 25 0 22 0 523351162 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 46912505846863 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31447/tid=31477] ppid=31445 vsize=15699240 CPUtime=1191.3 cores=1,3,5,7
/proc/31447/task/31477/stat : 31477 (java) R 31445 31447 30488 0 -1 4202560 269119 0 0 0 119093 37 0 0 25 0 22 0 523351163 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31447/tid=31478] ppid=31445 vsize=15699240 CPUtime=1191.99 cores=1,3,5,7
/proc/31447/task/31478/stat : 31478 (java) R 31445 31447 30488 0 -1 4202560 271326 0 0 0 119159 40 0 0 25 0 22 0 523351163 16076021760 144101 33554432000 1073741824 1073778376 140736600578592 18446744073709551615 46912505926701 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 15699240

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): 1206.65
CPU time (s): 4800.36
CPU user time (s): 4796.13
CPU system time (s): 4.22936
CPU usage (%): 397.826
Max. virtual memory (cumulated for all children) (KiB): 15699280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.13
system time used= 4.22936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2021831
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= 181513
involuntary context switches= 118327

runsolver used 2.13267 second user time and 4.50531 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-30 00:52:24
IDJOB=3311275
IDBENCH=82660
IDSOLVER=1698
FILE ID=node149/3311275-1304117544
RUNJOBID= node149-1304117544-31416
PBS_JOBID= 13170671
Free space on /tmp= 71928 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S69399346-065-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311275-1304117544/watcher-3311275-1304117544 -o /tmp/evaluation-result-3311275-1304117544/solver-3311275-1304117544 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311275-1304117544.cnf -hbr 2

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

MD5SUM BENCH= 98486271f2f72889c040eabfd36ebd13
RANDOM SEED=524948706

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30969840 kB
Buffers:        442664 kB
Cached:        1099272 kB
SwapCached:         60 kB
Active:         153164 kB
Inactive:      1459204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30969840 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            4672 kB
Writeback:           0 kB
AnonPages:       70072 kB
Mapped:          20696 kB
Slab:           305000 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   771776 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= 71928 MiB
End job on node149 at 2011-04-30 01:12:33