Trace number 3311950

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.27 1207.53

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_4300_4300_170.shuffled.cnf
MD5SUM82789f57e506af1994452e76af2dcbf0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.073988
Satisfiable
(Un)Satisfiability was proved
Number of variables170
Number of clauses2924
Sum of the clauses size14457
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31
Number of clauses of size 4161
Number of clauses of size 52762
Number of clauses of size over 50

Solver Data

0.10/0.11	33:11 INFO : Reading from input HOME/instance-3311950-1304188390.cnf
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.82/0.47	33:11 INFO : 170 variables remaining out of 170
0.82/0.47	33:11 INFO : 17381 literals remaining out of 17381

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.45 7.86 7.37 2/194 12772
/proc/meminfo: memFree=27817148/32951124 swapFree=67111348/67111528
[pid=12772] ppid=12770 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/12772/stat : 12772 (java) R 12770 12772 11540 0 -1 4202496 1357 0 0 0 0 0 0 0 25 0 1 0 609069531 24580096 837 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252458122225 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12772/statm: 6001 846 645 9 0 381 0
[pid=12772/tid=12773] ppid=12770 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12773/stat : 12773 (java) R 12770 12772 11540 0 -1 4202560 26 0 0 0 0 0 0 0 25 0 2 0 609069531 24580096 863 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252453142151 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.095825 s]
/proc/loadavg: 7.45 7.86 7.37 2/194 12772
/proc/meminfo: memFree=27817148/32951124 swapFree=67111348/67111528
[pid=12772] ppid=12770 vsize=15677036 CPUtime=0.1 cores=0,2,4,6
/proc/12772/stat : 12772 (java) S 12770 12772 11540 0 -1 4202496 5536 0 1 0 9 1 0 0 25 0 18 0 609069531 16053284864 4975 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12772/statm: 3919259 4975 2117 9 0 3909978 0
[pid=12772/tid=12773] ppid=12770 vsize=15677036 CPUtime=0.07 cores=0,2,4,6
/proc/12772/task/12773/stat : 12773 (java) R 12770 12772 11540 0 -1 4202560 3424 0 1 0 7 0 0 0 18 0 18 0 609069531 16053284864 4975 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469892555 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677036

[startup+0.100813 s]
/proc/loadavg: 7.45 7.86 7.37 2/194 12772
/proc/meminfo: memFree=27817148/32951124 swapFree=67111348/67111528
[pid=12772] ppid=12770 vsize=15677036 CPUtime=0.1 cores=0,2,4,6
/proc/12772/stat : 12772 (java) S 12770 12772 11540 0 -1 4202496 5615 0 1 0 9 1 0 0 25 0 18 0 609069531 16053284864 5054 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12772/statm: 3919259 5055 2118 9 0 3909978 0
[pid=12772/tid=12773] ppid=12770 vsize=15677036 CPUtime=0.08 cores=0,2,4,6
/proc/12772/task/12773/stat : 12773 (java) R 12770 12772 11540 0 -1 4202560 3504 0 1 0 8 0 0 0 18 0 18 0 609069531 16053284864 5055 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469892555 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677036

[startup+0.30081 s]
/proc/loadavg: 7.45 7.86 7.37 2/194 12772
/proc/meminfo: memFree=27817148/32951124 swapFree=67111348/67111528
[pid=12772] ppid=12770 vsize=15685064 CPUtime=0.55 cores=0,2,4,6
/proc/12772/stat : 12772 (java) S 12770 12772 11540 0 -1 4202496 12593 0 1 0 53 2 0 0 25 0 22 0 609069531 16061505536 11091 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12772/statm: 3921266 11092 2214 9 0 3911985 0
[pid=12772/tid=12773] ppid=12770 vsize=15685064 CPUtime=0.27 cores=0,2,4,6
/proc/12772/task/12773/stat : 12773 (java) R 12770 12772 11540 0 -1 4202560 7443 0 1 0 27 0 0 0 20 0 22 0 609069531 16061505536 11092 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 47824829594451 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 15685064

[startup+0.933689 s]
/proc/loadavg: 7.45 7.86 7.37 2/194 12772
/proc/meminfo: memFree=27817148/32951124 swapFree=67111348/67111528
[pid=12772] ppid=12770 vsize=15704724 CPUtime=2.71 cores=0,2,4,6
/proc/12772/stat : 12772 (java) S 12770 12772 11540 0 -1 4202496 39987 0 1 0 265 6 0 0 25 0 22 0 609069531 16081637376 33537 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12772/statm: 3926181 33085 2260 9 0 3916900 0
[pid=12772/tid=12773] ppid=12770 vsize=15704724 CPUtime=0.45 cores=0,2,4,6
/proc/12772/task/12773/stat : 12773 (java) S 12770 12772 11540 0 -1 4202560 7886 0 1 0 45 0 0 0 20 0 22 0 609069531 16081637376 32970 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 15704724

[startup+1.50152 s]
/proc/loadavg: 7.02 7.76 7.34 10/216 12794
/proc/meminfo: memFree=27337580/32951124 swapFree=67111348/67111528
[pid=12772] ppid=12770 vsize=15702456 CPUtime=4.96 cores=0,2,4,6
/proc/12772/stat : 12772 (java) S 12770 12772 11540 0 -1 4202496 58015 0 1 0 488 8 0 0 25 0 22 0 609069531 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12772/statm: 3925614 50365 2283 9 0 3916333 0
[pid=12772/tid=12773] ppid=12770 vsize=15702456 CPUtime=0.45 cores=0,2,4,6
/proc/12772/task/12773/stat : 12773 (java) S 12770 12772 11540 0 -1 4202560 7886 0 1 0 45 0 0 0 20 0 22 0 609069531 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12775] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12775/stat : 12775 (java) S 12770 12772 11540 0 -1 4202560 620 0 0 0 0 0 0 0 16 0 22 0 609069532 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12776] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12776/stat : 12776 (java) S 12770 12772 11540 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 609069532 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12777] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12777/stat : 12777 (java) S 12770 12772 11540 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 609069532 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12778] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12778/stat : 12778 (java) S 12770 12772 11540 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 609069532 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12779] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12779/stat : 12779 (java) S 12770 12772 11540 0 -1 4202560 682 0 0 0 0 0 0 0 16 0 22 0 609069532 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12780] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12780/stat : 12780 (java) S 12770 12772 11540 0 -1 4202560 1328 0 0 0 0 0 0 0 16 0 22 0 609069532 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 0 0 0 0
[pid=12772/tid=12781] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12781/stat : 12781 (java) S 12770 12772 11540 0 -1 4202560 874 0 0 0 0 0 0 0 16 0 22 0 609069532 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12782] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12782/stat : 12782 (java) S 12770 12772 11540 0 -1 4202560 671 0 0 0 0 0 0 0 15 0 22 0 609069532 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12783] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12783/stat : 12783 (java) S 12770 12772 11540 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 609069533 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469882368 0 0 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12784] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12784/stat : 12784 (java) S 12770 12772 11540 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 609069533 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12785] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12785/stat : 12785 (java) R 12770 12772 11540 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 609069533 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12772/tid=12786] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12786/stat : 12786 (java) S 12770 12772 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609069535 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469889457 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12787] ppid=12770 vsize=15702456 CPUtime=0.92 cores=0,2,4,6
/proc/12772/task/12787/stat : 12787 (java) R 12770 12772 11540 0 -1 4202560 5438 0 0 0 91 1 0 0 18 0 22 0 609069535 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12772/tid=12788] ppid=12770 vsize=15702456 CPUtime=1.07 cores=0,2,4,6
/proc/12772/task/12788/stat : 12788 (java) S 12770 12772 11540 0 -1 4202560 11425 0 0 0 106 1 0 0 17 0 22 0 609069535 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 0 0 0 0
[pid=12772/tid=12789] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12789/stat : 12789 (java) S 12770 12772 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609069535 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12790] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12790/stat : 12790 (java) S 12770 12772 11540 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 609069535 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469882368 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12791] ppid=12770 vsize=15702456 CPUtime=0.47 cores=0,2,4,6
/proc/12772/task/12791/stat : 12791 (java) R 12770 12772 11540 0 -1 4202560 6718 0 0 0 47 0 0 0 18 0 22 0 609069558 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912505821222 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12772/tid=12792] ppid=12770 vsize=15702456 CPUtime=0.67 cores=0,2,4,6
/proc/12772/task/12792/stat : 12792 (java) R 12770 12772 11540 0 -1 4202560 8497 0 0 0 67 0 0 0 16 0 22 0 609069558 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912506000020 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12772/tid=12793] ppid=12770 vsize=15702456 CPUtime=0.71 cores=0,2,4,6
/proc/12772/task/12793/stat : 12793 (java) R 12770 12772 11540 0 -1 4202560 7298 0 0 0 71 0 0 0 17 0 22 0 609069558 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912505946566 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12772/tid=12794] ppid=12770 vsize=15702456 CPUtime=0.56 cores=0,2,4,6
/proc/12772/task/12794/stat : 12794 (java) R 12770 12772 11540 0 -1 4202560 5180 0 0 0 56 0 0 0 17 0 22 0 609069558 16079314944 50365 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912505121435 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 15702456

[startup+3.10122 s]
/proc/loadavg: 7.02 7.76 7.34 6/216 12794
/proc/meminfo: memFree=26978228/32951124 swapFree=67111348/67111528
[pid=12772] ppid=12770 vsize=15702456 CPUtime=11.33 cores=0,2,4,6
/proc/12772/stat : 12772 (java) S 12770 12772 11540 0 -1 4202496 91003 0 1 0 1120 13 0 0 25 0 22 0 609069531 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12772/statm: 3925614 83057 2284 9 0 3916333 0
[pid=12772/tid=12773] ppid=12770 vsize=15702456 CPUtime=0.45 cores=0,2,4,6
/proc/12772/task/12773/stat : 12773 (java) S 12770 12772 11540 0 -1 4202560 7886 0 1 0 45 0 0 0 20 0 22 0 609069531 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12775] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12775/stat : 12775 (java) S 12770 12772 11540 0 -1 4202560 1486 0 0 0 0 0 0 0 16 0 22 0 609069532 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 0 0 0 0
[pid=12772/tid=12776] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12776/stat : 12776 (java) S 12770 12772 11540 0 -1 4202560 466 0 0 0 0 0 0 0 15 0 22 0 609069532 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 6 0 0 0
[pid=12772/tid=12777] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12777/stat : 12777 (java) S 12770 12772 11540 0 -1 4202560 880 0 0 0 0 0 0 0 15 0 22 0 609069532 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 6 0 0 0
[pid=12772/tid=12778] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12778/stat : 12778 (java) S 12770 12772 11540 0 -1 4202560 1018 0 0 0 0 0 0 0 15 0 22 0 609069532 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12779] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12779/stat : 12779 (java) S 12770 12772 11540 0 -1 4202560 902 0 0 0 0 0 0 0 15 0 22 0 609069532 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12780] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12780/stat : 12780 (java) S 12770 12772 11540 0 -1 4202560 1886 0 0 0 0 0 0 0 15 0 22 0 609069532 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12781] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12781/stat : 12781 (java) S 12770 12772 11540 0 -1 4202560 1667 0 0 0 0 0 0 0 15 0 22 0 609069532 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 6 0 0 0
[pid=12772/tid=12782] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12782/stat : 12782 (java) S 12770 12772 11540 0 -1 4202560 674 0 0 0 0 0 0 0 15 0 22 0 609069532 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12783] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12783/stat : 12783 (java) S 12770 12772 11540 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 22 0 609069533 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469882368 0 0 0 16800975 18446604453862909248 0 0 -1 0 0 0 0
[pid=12772/tid=12784] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12784/stat : 12784 (java) S 12770 12772 11540 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 609069533 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12785] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12785/stat : 12785 (java) S 12770 12772 11540 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 609069533 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12786] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12786/stat : 12786 (java) S 12770 12772 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609069535 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469889457 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12787] ppid=12770 vsize=15702456 CPUtime=0.98 cores=0,2,4,6
/proc/12772/task/12787/stat : 12787 (java) S 12770 12772 11540 0 -1 4202560 5451 0 0 0 97 1 0 0 15 0 22 0 609069535 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12788] ppid=12770 vsize=15702456 CPUtime=1.14 cores=0,2,4,6
/proc/12772/task/12788/stat : 12788 (java) S 12770 12772 11540 0 -1 4202560 11434 0 0 0 113 1 0 0 15 0 22 0 609069535 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 0 0 0 0
[pid=12772/tid=12789] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12789/stat : 12789 (java) S 12770 12772 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609069535 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12790] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12790/stat : 12790 (java) S 12770 12772 11540 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 609069535 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469882368 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12791] ppid=12770 vsize=15702456 CPUtime=1.98 cores=0,2,4,6
/proc/12772/task/12791/stat : 12791 (java) R 12770 12772 11540 0 -1 4202560 13688 0 0 0 197 1 0 0 20 0 22 0 609069558 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912506154545 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12772/tid=12792] ppid=12770 vsize=15702456 CPUtime=2.25 cores=0,2,4,6
/proc/12772/task/12792/stat : 12792 (java) R 12770 12772 11540 0 -1 4202560 15321 0 0 0 224 1 0 0 18 0 22 0 609069558 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 47824828916396 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12772/tid=12793] ppid=12770 vsize=15702456 CPUtime=2.23 cores=0,2,4,6
/proc/12772/task/12793/stat : 12793 (java) R 12770 12772 11540 0 -1 4202560 14235 0 0 0 222 1 0 0 19 0 22 0 609069558 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912505678208 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12772/tid=12794] ppid=12770 vsize=15702456 CPUtime=2.14 cores=0,2,4,6
/proc/12772/task/12794/stat : 12794 (java) R 12770 12772 11540 0 -1 4202560 12422 0 0 0 213 1 0 0 20 0 22 0 609069558 16079314944 83057 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912505816934 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.33
Current children cumulated vsize (KiB) 15702456

[startup+6.30163 s]
/proc/loadavg: 6.86 7.71 7.33 6/216 12794
/proc/meminfo: memFree=26790384/32951124 swapFree=67111348/67111528
[pid=12772] ppid=12770 vsize=15702456 CPUtime=24.08 cores=0,2,4,6
/proc/12772/stat : 12772 (java) S 12770 12772 11540 0 -1 4202496 93949 0 1 0 2395 13 0 0 25 0 22 0 609069531 16079314944 83316 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12772/statm: 3925614 83316 2287 9 0 3916333 0
[pid=12772/tid=12773] ppid=12770 vsize=15702456 CPUtime=0.45 cores=0,2,4,6
/proc/12772/task/12773/stat : 12773 (java) S 12770 12772 11540 0 -1 4202560 7886 0 1 0 45 0 0 0 20 0 22 0 609069531 16079314944 83316 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12775] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12775/stat : 12775 (java) S 12770 12772 11540 0 -1 4202560 1908 0 0 0 0 0 0 0 16 0 22 0 609069532 16079314944 83316 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12776] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12776/stat : 12776 (java) S 12770 12772 11540 0 -1 4202560 817 0 0 0 0 0 0 0 15 0 22 0 609069532 16079314944 83316 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12777] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12777/stat : 12777 (java) S 12770 12772 11540 0 -1 4202560 1304 0 0 0 0 0 0 0 16 0 22 0 609069532 16079314944 83316 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 6 0 0 0
[pid=12772/tid=12778] ppid=12770 vsize=15702456 CPUtime=0.01 cores=0,2,4,6
/proc/12772/task/12778/stat : 12778 (java) S 12770 12772 11540 0 -1 4202560 1223 0 0 0 1 0 0 0 15 0 22 0 609069532 16079314944 83316 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12779] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12779/stat : 12779 (java) S 12770 12772 11540 0 -1 4202560 1087 0 0 0 0 0 0 0 15 0 22 0 609069532 16079314944 83316 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 6 0 0 0
[pid=12772/tid=12780] ppid=12770 vsize=15702456 CPUtime=0.01 cores=0,2,4,6
/proc/12772/task/12780/stat : 12780 (java) S 12770 12772 11540 0 -1 4202560 2295 0 0 0 1 0 0 0 15 0 22 0 609069532 16079314944 83316 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12781] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12781/stat : 12781 (java) S 12770 12772 11540 0 -1 4202560 1907 0 0 0 0 0 0 0 15 0 22 0 609069532 16079314944 83316 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12782] ppid=12770 vsize=15702456 CPUtime=0.01 cores=0,2,4,6
/proc/12772/task/12782/stat : 12782 (java) S 12770 12772 11540 0 -1 4202560 1339 0 0 0 1 0 0 0 16 0 22 0 609069532 16079314944 83316 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 0 0 0 0

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

[pid=12772/tid=12792] ppid=12770 vsize=15702456 CPUtime=1108.86 cores=0,2,4,6
/proc/12772/task/12792/stat : 12792 (java) R 12770 12772 11540 0 -1 4202560 159121 0 0 0 110858 28 0 0 25 0 22 0 609069558 16079314944 82598 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 47824828916860 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12772/tid=12793] ppid=12770 vsize=15702456 CPUtime=1108.2 cores=0,2,4,6
/proc/12772/task/12793/stat : 12793 (java) R 12770 12772 11540 0 -1 4202560 158642 0 0 0 110792 28 0 0 25 0 22 0 609069558 16079314944 82598 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912505878750 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12772/tid=12794] ppid=12770 vsize=15702456 CPUtime=1108.45 cores=0,2,4,6
/proc/12772/task/12794/stat : 12794 (java) R 12770 12772 11540 0 -1 4202560 157312 0 0 0 110818 27 0 0 25 0 22 0 609069558 16079314944 82598 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912505947691 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4461.6
Current children cumulated vsize (KiB) 15702456

[startup+1182.3 s]
/proc/loadavg: 8.22 7.15 6.63 6/220 12833
/proc/meminfo: memFree=16080772/32951124 swapFree=67111348/67111528
[pid=12772] ppid=12770 vsize=15702456 CPUtime=4700.06 cores=0,2,4,6
/proc/12772/stat : 12772 (java) S 12770 12772 11540 0 -1 4202496 1218384 0 1 0 469697 309 0 0 25 0 22 0 609069531 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12772/statm: 3925614 81829 2298 9 0 3916333 0
[pid=12772/tid=12773] ppid=12770 vsize=15702456 CPUtime=0.45 cores=0,2,4,6
/proc/12772/task/12773/stat : 12773 (java) S 12770 12772 11540 0 -1 4202560 7886 0 1 0 45 0 0 0 20 0 22 0 609069531 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12775] ppid=12770 vsize=15702456 CPUtime=3.22 cores=0,2,4,6
/proc/12772/task/12775/stat : 12775 (java) S 12770 12772 11540 0 -1 4202560 63981 0 0 0 306 16 0 0 16 0 22 0 609069532 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 0 0 0 0
[pid=12772/tid=12776] ppid=12770 vsize=15702456 CPUtime=3.15 cores=0,2,4,6
/proc/12772/task/12776/stat : 12776 (java) S 12770 12772 11540 0 -1 4202560 65333 0 0 0 301 14 0 0 16 0 22 0 609069532 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12777] ppid=12770 vsize=15702456 CPUtime=3.13 cores=0,2,4,6
/proc/12772/task/12777/stat : 12777 (java) S 12770 12772 11540 0 -1 4202560 66017 0 0 0 298 15 0 0 16 0 22 0 609069532 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 0 0 0 0
[pid=12772/tid=12778] ppid=12770 vsize=15702456 CPUtime=3.13 cores=0,2,4,6
/proc/12772/task/12778/stat : 12778 (java) S 12770 12772 11540 0 -1 4202560 63753 0 0 0 297 16 0 0 15 0 22 0 609069532 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 6 0 0 0
[pid=12772/tid=12779] ppid=12770 vsize=15702456 CPUtime=3.13 cores=0,2,4,6
/proc/12772/task/12779/stat : 12779 (java) S 12770 12772 11540 0 -1 4202560 65335 0 0 0 300 13 0 0 15 0 22 0 609069532 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12780] ppid=12770 vsize=15702456 CPUtime=3.24 cores=0,2,4,6
/proc/12772/task/12780/stat : 12780 (java) S 12770 12772 11540 0 -1 4202560 66445 0 0 0 312 12 0 0 15 0 22 0 609069532 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 0 0 0 0
[pid=12772/tid=12781] ppid=12770 vsize=15702456 CPUtime=3.23 cores=0,2,4,6
/proc/12772/task/12781/stat : 12781 (java) S 12770 12772 11540 0 -1 4202560 65743 0 0 0 308 15 0 0 15 0 22 0 609069532 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12782] ppid=12770 vsize=15702456 CPUtime=3.18 cores=0,2,4,6
/proc/12772/task/12782/stat : 12782 (java) S 12770 12772 11540 0 -1 4202560 65650 0 0 0 303 15 0 0 15 0 22 0 609069532 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12783] ppid=12770 vsize=15702456 CPUtime=1.94 cores=0,2,4,6
/proc/12772/task/12783/stat : 12783 (java) S 12770 12772 11540 0 -1 4202560 2964 0 0 0 129 65 0 0 15 0 22 0 609069533 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469882368 0 0 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12784] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12784/stat : 12784 (java) S 12770 12772 11540 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 609069533 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12785] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12785/stat : 12785 (java) S 12770 12772 11540 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 609069533 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12786] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12786/stat : 12786 (java) S 12770 12772 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609069535 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469889457 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12787] ppid=12770 vsize=15702456 CPUtime=1.07 cores=0,2,4,6
/proc/12772/task/12787/stat : 12787 (java) S 12770 12772 11540 0 -1 4202560 5469 0 0 0 106 1 0 0 15 0 22 0 609069535 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12788] ppid=12770 vsize=15702456 CPUtime=1.27 cores=0,2,4,6
/proc/12772/task/12788/stat : 12788 (java) S 12770 12772 11540 0 -1 4202560 11458 0 0 0 126 1 0 0 15 0 22 0 609069535 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 0 0 0 0
[pid=12772/tid=12789] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12789/stat : 12789 (java) S 12770 12772 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609069535 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12790] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12790/stat : 12790 (java) S 12770 12772 11540 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 609069535 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469882368 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12791] ppid=12770 vsize=15702456 CPUtime=1166.5 cores=0,2,4,6
/proc/12772/task/12791/stat : 12791 (java) R 12770 12772 11540 0 -1 4202560 166656 0 0 0 116620 30 0 0 25 0 22 0 609069558 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912505946495 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12772/tid=12792] ppid=12770 vsize=15702456 CPUtime=1168.17 cores=0,2,4,6
/proc/12772/task/12792/stat : 12792 (java) R 12770 12772 11540 0 -1 4202560 167712 0 0 0 116788 29 0 0 25 0 22 0 609069558 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912505821925 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12772/tid=12793] ppid=12770 vsize=15702456 CPUtime=1167.52 cores=0,2,4,6
/proc/12772/task/12793/stat : 12793 (java) R 12770 12772 11540 0 -1 4202560 166679 0 0 0 116723 29 0 0 25 0 22 0 609069558 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912506105867 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12772/tid=12794] ppid=12770 vsize=15702456 CPUtime=1167.57 cores=0,2,4,6
/proc/12772/task/12794/stat : 12794 (java) R 12770 12772 11540 0 -1 4202560 165859 0 0 0 116729 28 0 0 25 0 22 0 609069558 16079314944 81829 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912505767591 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4700.06
Current children cumulated vsize (KiB) 15702456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.5 s]
/proc/loadavg: 7.86 7.15 6.64 8/220 12833
/proc/meminfo: memFree=16087568/32951124 swapFree=67111348/67111528
[pid=12772] ppid=12770 vsize=15702456 CPUtime=4800.22 cores=0,2,4,6
/proc/12772/stat : 12772 (java) S 12770 12772 11540 0 -1 4202496 1238998 0 1 0 479707 315 0 0 25 0 22 0 609069531 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12772/statm: 3925614 78168 2298 9 0 3916333 0
[pid=12772/tid=12773] ppid=12770 vsize=15702456 CPUtime=0.45 cores=0,2,4,6
/proc/12772/task/12773/stat : 12773 (java) S 12770 12772 11540 0 -1 4202560 7886 0 1 0 45 0 0 0 20 0 22 0 609069531 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12775] ppid=12770 vsize=15702456 CPUtime=3.29 cores=0,2,4,6
/proc/12772/task/12775/stat : 12775 (java) S 12770 12772 11540 0 -1 4202560 65572 0 0 0 313 16 0 0 15 0 22 0 609069532 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12776] ppid=12770 vsize=15702456 CPUtime=3.2 cores=0,2,4,6
/proc/12772/task/12776/stat : 12776 (java) S 12770 12772 11540 0 -1 4202560 66402 0 0 0 306 14 0 0 15 0 22 0 609069532 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 6 0 0 0
[pid=12772/tid=12777] ppid=12770 vsize=15702456 CPUtime=3.19 cores=0,2,4,6
/proc/12772/task/12777/stat : 12777 (java) S 12770 12772 11540 0 -1 4202560 67171 0 0 0 304 15 0 0 15 0 22 0 609069532 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12778] ppid=12770 vsize=15702456 CPUtime=3.19 cores=0,2,4,6
/proc/12772/task/12778/stat : 12778 (java) S 12770 12772 11540 0 -1 4202560 64979 0 0 0 303 16 0 0 15 0 22 0 609069532 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12779] ppid=12770 vsize=15702456 CPUtime=3.2 cores=0,2,4,6
/proc/12772/task/12779/stat : 12779 (java) S 12770 12772 11540 0 -1 4202560 66593 0 0 0 306 14 0 0 15 0 22 0 609069532 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 6 0 0 0
[pid=12772/tid=12780] ppid=12770 vsize=15702456 CPUtime=3.3 cores=0,2,4,6
/proc/12772/task/12780/stat : 12780 (java) S 12770 12772 11540 0 -1 4202560 68208 0 0 0 318 12 0 0 15 0 22 0 609069532 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 6 0 0 0
[pid=12772/tid=12781] ppid=12770 vsize=15702456 CPUtime=3.3 cores=0,2,4,6
/proc/12772/task/12781/stat : 12781 (java) S 12770 12772 11540 0 -1 4202560 67132 0 0 0 315 15 0 0 16 0 22 0 609069532 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12782] ppid=12770 vsize=15702456 CPUtime=3.25 cores=0,2,4,6
/proc/12772/task/12782/stat : 12782 (java) S 12770 12772 11540 0 -1 4202560 67332 0 0 0 309 16 0 0 15 0 22 0 609069532 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 0 0 0 0
[pid=12772/tid=12783] ppid=12770 vsize=15702456 CPUtime=2 cores=0,2,4,6
/proc/12772/task/12783/stat : 12783 (java) S 12770 12772 11540 0 -1 4202560 3015 0 0 0 132 68 0 0 15 0 22 0 609069533 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469882368 0 0 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12784] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12784/stat : 12784 (java) S 12770 12772 11540 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 609069533 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12785] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12785/stat : 12785 (java) S 12770 12772 11540 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 609069533 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12786] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12786/stat : 12786 (java) S 12770 12772 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609069535 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469889457 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12787] ppid=12770 vsize=15702456 CPUtime=1.07 cores=0,2,4,6
/proc/12772/task/12787/stat : 12787 (java) S 12770 12772 11540 0 -1 4202560 5469 0 0 0 106 1 0 0 15 0 22 0 609069535 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12788] ppid=12770 vsize=15702456 CPUtime=1.27 cores=0,2,4,6
/proc/12772/task/12788/stat : 12788 (java) S 12770 12772 11540 0 -1 4202560 11458 0 0 0 126 1 0 0 15 0 22 0 609069535 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 0 0 0 0
[pid=12772/tid=12789] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12789/stat : 12789 (java) S 12770 12772 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609069535 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12790] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12790/stat : 12790 (java) S 12770 12772 11540 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 609069535 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469882368 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12791] ppid=12770 vsize=15702456 CPUtime=1191.43 cores=0,2,4,6
/proc/12772/task/12791/stat : 12791 (java) R 12770 12772 11540 0 -1 4202560 168904 0 0 0 119113 30 0 0 25 0 22 0 609069558 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912505805615 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12772/tid=12792] ppid=12770 vsize=15702456 CPUtime=1193.02 cores=0,2,4,6
/proc/12772/task/12792/stat : 12792 (java) R 12770 12772 11540 0 -1 4202560 169983 0 0 0 119272 30 0 0 25 0 22 0 609069558 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 47824828916302 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12772/tid=12793] ppid=12770 vsize=15702456 CPUtime=1192.39 cores=0,2,4,6
/proc/12772/task/12793/stat : 12793 (java) R 12770 12772 11540 0 -1 4202560 169116 0 0 0 119209 30 0 0 25 0 22 0 609069558 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912506173413 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12772/tid=12794] ppid=12770 vsize=15702456 CPUtime=1192.5 cores=0,2,4,6
/proc/12772/task/12794/stat : 12794 (java) R 12770 12772 11540 0 -1 4202560 168332 0 0 0 119221 29 0 0 25 0 22 0 609069558 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912505821190 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 15702456

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

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

[startup+1207.5 s]
/proc/loadavg: 7.86 7.15 6.64 8/220 12833
/proc/meminfo: memFree=16087568/32951124 swapFree=67111348/67111528
[pid=12772] ppid=12770 vsize=15702456 CPUtime=4800.22 cores=0,2,4,6
/proc/12772/stat : 12772 (java) S 12770 12772 11540 0 -1 4202496 1238998 0 1 0 479707 315 0 0 25 0 22 0 609069531 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/12772/statm: 3925614 78168 2298 9 0 3916333 0
[pid=12772/tid=12773] ppid=12770 vsize=15702456 CPUtime=0.45 cores=0,2,4,6
/proc/12772/task/12773/stat : 12773 (java) S 12770 12772 11540 0 -1 4202560 7886 0 1 0 45 0 0 0 20 0 22 0 609069531 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12775] ppid=12770 vsize=15702456 CPUtime=3.29 cores=0,2,4,6
/proc/12772/task/12775/stat : 12775 (java) S 12770 12772 11540 0 -1 4202560 65572 0 0 0 313 16 0 0 15 0 22 0 609069532 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12776] ppid=12770 vsize=15702456 CPUtime=3.2 cores=0,2,4,6
/proc/12772/task/12776/stat : 12776 (java) S 12770 12772 11540 0 -1 4202560 66402 0 0 0 306 14 0 0 15 0 22 0 609069532 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 6 0 0 0
[pid=12772/tid=12777] ppid=12770 vsize=15702456 CPUtime=3.19 cores=0,2,4,6
/proc/12772/task/12777/stat : 12777 (java) S 12770 12772 11540 0 -1 4202560 67171 0 0 0 304 15 0 0 15 0 22 0 609069532 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12778] ppid=12770 vsize=15702456 CPUtime=3.19 cores=0,2,4,6
/proc/12772/task/12778/stat : 12778 (java) S 12770 12772 11540 0 -1 4202560 64979 0 0 0 303 16 0 0 15 0 22 0 609069532 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12779] ppid=12770 vsize=15702456 CPUtime=3.2 cores=0,2,4,6
/proc/12772/task/12779/stat : 12779 (java) S 12770 12772 11540 0 -1 4202560 66593 0 0 0 306 14 0 0 15 0 22 0 609069532 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 6 0 0 0
[pid=12772/tid=12780] ppid=12770 vsize=15702456 CPUtime=3.3 cores=0,2,4,6
/proc/12772/task/12780/stat : 12780 (java) S 12770 12772 11540 0 -1 4202560 68208 0 0 0 318 12 0 0 15 0 22 0 609069532 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 6 0 0 0
[pid=12772/tid=12781] ppid=12770 vsize=15702456 CPUtime=3.3 cores=0,2,4,6
/proc/12772/task/12781/stat : 12781 (java) S 12770 12772 11540 0 -1 4202560 67132 0 0 0 315 15 0 0 16 0 22 0 609069532 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12782] ppid=12770 vsize=15702456 CPUtime=3.25 cores=0,2,4,6
/proc/12772/task/12782/stat : 12782 (java) S 12770 12772 11540 0 -1 4202560 67332 0 0 0 309 16 0 0 15 0 22 0 609069532 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 0 0 0 0
[pid=12772/tid=12783] ppid=12770 vsize=15702456 CPUtime=2 cores=0,2,4,6
/proc/12772/task/12783/stat : 12783 (java) S 12770 12772 11540 0 -1 4202560 3015 0 0 0 132 68 0 0 15 0 22 0 609069533 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469882368 0 0 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12784] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12784/stat : 12784 (java) S 12770 12772 11540 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 609069533 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12785] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12785/stat : 12785 (java) S 12770 12772 11540 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 609069533 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12786] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12786/stat : 12786 (java) S 12770 12772 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609069535 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469889457 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12787] ppid=12770 vsize=15702456 CPUtime=1.07 cores=0,2,4,6
/proc/12772/task/12787/stat : 12787 (java) S 12770 12772 11540 0 -1 4202560 5469 0 0 0 106 1 0 0 15 0 22 0 609069535 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12788] ppid=12770 vsize=15702456 CPUtime=1.27 cores=0,2,4,6
/proc/12772/task/12788/stat : 12788 (java) S 12770 12772 11540 0 -1 4202560 11458 0 0 0 126 1 0 0 15 0 22 0 609069535 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 0 0 0 0
[pid=12772/tid=12789] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12789/stat : 12789 (java) S 12770 12772 11540 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609069535 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469881753 0 4 0 16800975 18446604453862909248 0 0 -1 4 0 0 0
[pid=12772/tid=12790] ppid=12770 vsize=15702456 CPUtime=0 cores=0,2,4,6
/proc/12772/task/12790/stat : 12790 (java) S 12770 12772 11540 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 609069535 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 252469882368 0 4 0 16800975 18446604453862909248 0 0 -1 2 0 0 0
[pid=12772/tid=12791] ppid=12770 vsize=15702456 CPUtime=1191.43 cores=0,2,4,6
/proc/12772/task/12791/stat : 12791 (java) R 12770 12772 11540 0 -1 4202560 168904 0 0 0 119113 30 0 0 25 0 22 0 609069558 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912505805615 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=12772/tid=12792] ppid=12770 vsize=15702456 CPUtime=1193.02 cores=0,2,4,6
/proc/12772/task/12792/stat : 12792 (java) R 12770 12772 11540 0 -1 4202560 169983 0 0 0 119272 30 0 0 25 0 22 0 609069558 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 47824828916302 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=12772/tid=12793] ppid=12770 vsize=15702456 CPUtime=1192.39 cores=0,2,4,6
/proc/12772/task/12793/stat : 12793 (java) R 12770 12772 11540 0 -1 4202560 169116 0 0 0 119209 30 0 0 25 0 22 0 609069558 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912506173413 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12772/tid=12794] ppid=12770 vsize=15702456 CPUtime=1192.5 cores=0,2,4,6
/proc/12772/task/12794/stat : 12794 (java) R 12770 12772 11540 0 -1 4202560 168332 0 0 0 119221 29 0 0 25 0 22 0 609069558 16079314944 78168 33554432000 1073741824 1073778376 140737023921408 18446744073709551615 46912505821190 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 15702456

Child status: 143
Real time (s): 1207.53
CPU time (s): 4800.27
CPU user time (s): 4797.1
CPU system time (s): 3.17552
CPU usage (%): 397.528
Max. virtual memory (cumulated for all children) (KiB): 15704724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.1
system time used= 3.17552
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1239025
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= 323974
involuntary context switches= 167872

runsolver used 2.14967 second user time and 4.48132 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-30 20:33:11
IDJOB=3311950
IDBENCH=87447
IDSOLVER=1698
FILE ID=node111/3311950-1304188390
RUNJOBID= node111-1304188379-12392
PBS_JOBID= 13172463
Free space on /tmp= 72372 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_4300_4300_170.shuffled.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311950-1304188390/watcher-3311950-1304188390 -o /tmp/evaluation-result-3311950-1304188390/solver-3311950-1304188390 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311950-1304188390.cnf -hbr 2

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

MD5SUM BENCH= 82789f57e506af1994452e76af2dcbf0
RANDOM SEED=921458687

node111.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27817420 kB
Buffers:       1041212 kB
Cached:        2445992 kB
SwapCached:          0 kB
Active:        1468828 kB
Inactive:      3209984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27817420 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          118072 kB
Writeback:           0 kB
AnonPages:     1191256 kB
Mapped:          23192 kB
Slab:           388172 kB
PageTables:       6700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2292976 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= 72372 MiB
End job on node111 at 2011-04-30 20:53:20