Trace number 3311428

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.15 1207.84

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1085677759-100.UNKNOWN.cnf
MD5SUM12cee07ed764769ddb26400b2603221c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark827.068
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.08/0.14	28:10 INFO : Reading from input HOME/instance-3311428-1304126890.cnf
0.26/0.26	Executor set job limit to 1000000
0.26/0.26	Executor set job limit to 1000000
0.26/0.26	Executor set job limit to 1000000
0.26/0.26	Executor set job limit to 1000000
0.26/0.27	Starting Executor!
0.26/0.27	Starting Executor!
0.26/0.27	Starting Executor!
0.26/0.27	Starting Executor!
0.43/0.37	28:10 INFO : 498 variables remaining out of 500
0.43/0.37	28:10 INFO : 8464 literals remaining out of 8520

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-3311428-1304126890/watcher-3311428-1304126890 -o /tmp/evaluation-result-3311428-1304126890/solver-3311428-1304126890 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311428-1304126890.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.23 7.89 7.95 1/170 28458
/proc/meminfo: memFree=30839044/32951132 swapFree=67111356/67111528
[pid=28458] ppid=28456 vsize=24008 CPUtime=0 cores=0,2,4,6
/proc/28458/stat : 28458 (java) S 28456 28458 27898 0 -1 4202496 1374 0 0 0 0 0 0 0 24 0 2 0 524288621 24584192 854 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/28458/statm: 6001 862 658 9 0 381 0
[pid=28458/tid=28459] ppid=28456 vsize=24056 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28459/stat : 28459 (java) R 28456 28458 27898 0 -1 4202560 26 0 0 0 0 0 0 0 25 0 2 0 524288622 24633344 864 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274659884727 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0658919 s]
/proc/loadavg: 7.23 7.89 7.95 1/170 28458
/proc/meminfo: memFree=30839044/32951132 swapFree=67111356/67111528
[pid=28458] ppid=28456 vsize=15604248 CPUtime=0.03 cores=0,2,4,6
/proc/28458/stat : 28458 (java) S 28456 28458 27898 0 -1 4202496 3882 0 1 0 3 0 0 0 24 0 13 0 524288621 15978749952 3321 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676611045 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/28458/statm: 3901062 3321 1689 9 0 3891810 0
[pid=28458/tid=28459] ppid=28456 vsize=15604248 CPUtime=0.03 cores=0,2,4,6
/proc/28458/task/28459/stat : 28459 (java) S 28456 28458 27898 0 -1 4202560 2490 0 1 0 3 0 0 0 24 0 13 0 524288622 15978749952 3321 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274664804197 0 2147483391 0 16800971 18446744071699109054 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15604248

[startup+0.101037 s]
/proc/loadavg: 7.23 7.89 7.95 1/170 28458
/proc/meminfo: memFree=30839044/32951132 swapFree=67111356/67111528
[pid=28458] ppid=28456 vsize=15676500 CPUtime=0.08 cores=0,2,4,6
/proc/28458/stat : 28458 (java) S 28456 28458 27898 0 -1 4202496 5376 0 1 0 8 0 0 0 24 0 18 0 524288621 16052736000 4815 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28458/statm: 3919125 4815 2115 9 0 3909844 0
[pid=28458/tid=28459] ppid=28456 vsize=15676500 CPUtime=0.07 cores=0,2,4,6
/proc/28458/task/28459/stat : 28459 (java) R 28456 28458 27898 0 -1 4202560 3251 0 1 0 7 0 0 0 18 0 18 0 524288622 16052736000 4815 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274664493388 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15676500

[startup+0.30075 s]
/proc/loadavg: 7.23 7.89 7.95 1/170 28458
/proc/meminfo: memFree=30839044/32951132 swapFree=67111356/67111528
[pid=28458] ppid=28456 vsize=15681084 CPUtime=0.43 cores=0,2,4,6
/proc/28458/stat : 28458 (java) S 28456 28458 27898 0 -1 4202496 8597 0 1 0 41 2 0 0 24 0 22 0 524288621 16057430016 7957 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28458/statm: 3920271 7957 2205 9 0 3910990 0
[pid=28458/tid=28459] ppid=28456 vsize=15681084 CPUtime=0.26 cores=0,2,4,6
/proc/28458/task/28459/stat : 28459 (java) R 28456 28458 27898 0 -1 4202560 5855 0 1 0 25 1 0 0 19 0 22 0 524288622 16057430016 7957 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505217133 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 15681084

[startup+1.04462 s]
/proc/loadavg: 7.23 7.89 7.95 1/170 28458
/proc/meminfo: memFree=30839044/32951132 swapFree=67111356/67111528
[pid=28458] ppid=28456 vsize=15707580 CPUtime=3.11 cores=0,2,4,6
/proc/28458/stat : 28458 (java) S 28456 28458 27898 0 -1 4202496 45815 0 1 0 305 6 0 0 24 0 22 0 524288621 16084561920 40652 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28458/statm: 3926895 40657 2260 9 0 3917614 0
[pid=28458/tid=28459] ppid=28456 vsize=15707580 CPUtime=0.33 cores=0,2,4,6
/proc/28458/task/28459/stat : 28459 (java) S 28456 28458 27898 0 -1 4202560 6197 0 1 0 32 1 0 0 18 0 22 0 524288622 16084561920 40658 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 15707580

[startup+1.50745 s]
/proc/loadavg: 7.23 7.89 7.95 11/218 28509
/proc/meminfo: memFree=30458912/32951132 swapFree=67111356/67111528
[pid=28458] ppid=28456 vsize=15707580 CPUtime=4.95 cores=0,2,4,6
/proc/28458/stat : 28458 (java) S 28456 28458 27898 0 -1 4202496 59827 0 1 0 487 8 0 0 24 0 22 0 524288621 16084561920 54654 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28458/statm: 3926895 54658 2275 9 0 3917614 0
[pid=28458/tid=28459] ppid=28456 vsize=15707580 CPUtime=0.33 cores=0,2,4,6
/proc/28458/task/28459/stat : 28459 (java) S 28456 28458 27898 0 -1 4202560 6197 0 1 0 32 1 0 0 18 0 22 0 524288622 16084561920 54663 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28463] ppid=28456 vsize=15707580 CPUtime=0.01 cores=0,2,4,6
/proc/28458/task/28463/stat : 28463 (java) S 28456 28458 27898 0 -1 4202560 835 0 0 0 1 0 0 0 15 0 22 0 524288624 16084561920 54669 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28464] ppid=28456 vsize=15707580 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28464/stat : 28464 (java) S 28456 28458 27898 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 524288624 16084561920 54672 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28465] ppid=28456 vsize=15707580 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28465/stat : 28465 (java) S 28456 28458 27898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524288624 16084561920 54676 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28466] ppid=28456 vsize=15707580 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28466/stat : 28466 (java) S 28456 28458 27898 0 -1 4202560 520 0 0 0 0 0 0 0 15 0 22 0 524288624 16084561920 54679 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28467] ppid=28456 vsize=15707580 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28467/stat : 28467 (java) S 28456 28458 27898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524288624 16084561920 54680 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28468] ppid=28456 vsize=15707580 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28468/stat : 28468 (java) S 28456 28458 27898 0 -1 4202560 1538 0 0 0 0 0 0 0 16 0 22 0 524288624 16084561920 54682 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28469] ppid=28456 vsize=15707580 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28469/stat : 28469 (java) S 28456 28458 27898 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 524288624 16084561920 54683 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28470] ppid=28456 vsize=15707580 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28470/stat : 28470 (java) S 28456 28458 27898 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 22 0 524288624 16084561920 54684 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28472] ppid=28456 vsize=15707580 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28472/stat : 28472 (java) S 28456 28458 27898 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 524288625 16084561920 54686 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624896 0 0 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28474] ppid=28456 vsize=15707580 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28474/stat : 28474 (java) S 28456 28458 27898 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524288625 16084561920 54688 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28475] ppid=28456 vsize=15707580 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28475/stat : 28475 (java) S 28456 28458 27898 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524288626 16084561920 54689 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28490] ppid=28456 vsize=15707580 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28490/stat : 28490 (java) S 28456 28458 27898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524288628 16084561920 54693 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676631985 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28491] ppid=28456 vsize=15707580 CPUtime=1.04 cores=0,2,4,6
/proc/28458/task/28491/stat : 28491 (java) S 28456 28458 27898 0 -1 4202560 4526 0 0 0 104 0 0 0 15 0 22 0 524288628 16084561920 54695 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28492] ppid=28456 vsize=15707580 CPUtime=0.51 cores=0,2,4,6
/proc/28458/task/28492/stat : 28492 (java) R 28456 28458 27898 0 -1 4202560 11436 0 0 0 50 1 0 0 17 0 22 0 524288628 16084561920 54697 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 47829295761897 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28458/tid=28493] ppid=28456 vsize=15707580 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28493/stat : 28493 (java) S 28456 28458 27898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524288628 16084561920 54700 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28494] ppid=28456 vsize=15707580 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28494/stat : 28494 (java) S 28456 28458 27898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524288628 16084561920 54701 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624896 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28502] ppid=28456 vsize=15707580 CPUtime=0.79 cores=0,2,4,6
/proc/28458/task/28502/stat : 28502 (java) R 28456 28458 27898 0 -1 4202560 10084 0 0 0 78 1 0 0 16 0 22 0 524288648 16084561920 54704 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505821160 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28458/tid=28503] ppid=28456 vsize=15707580 CPUtime=0.38 cores=0,2,4,6
/proc/28458/task/28503/stat : 28503 (java) R 28456 28458 27898 0 -1 4202560 3293 0 0 0 38 0 0 0 18 0 22 0 524288648 16084561920 54705 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505821160 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28458/tid=28504] ppid=28456 vsize=15707580 CPUtime=1.04 cores=0,2,4,6
/proc/28458/task/28504/stat : 28504 (java) R 28456 28458 27898 0 -1 4202560 10431 0 0 0 103 1 0 0 17 0 22 0 524288648 16084561920 54707 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505665987 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28458/tid=28505] ppid=28456 vsize=15707580 CPUtime=0.74 cores=0,2,4,6
/proc/28458/task/28505/stat : 28505 (java) R 28456 28458 27898 0 -1 4202560 8788 0 0 0 74 0 0 0 16 0 22 0 524288648 16084561920 54709 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505821160 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 15707580

[startup+3.10118 s]
/proc/loadavg: 7.23 7.89 7.95 10/218 28509
/proc/meminfo: memFree=29814156/32951132 swapFree=67111356/67111528
[pid=28458] ppid=28456 vsize=15704932 CPUtime=11.28 cores=0,2,4,6
/proc/28458/stat : 28458 (java) S 28456 28458 27898 0 -1 4202496 156794 0 1 0 1107 21 0 0 24 0 22 0 524288621 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28458/statm: 3926233 146523 2276 9 0 3916952 0
[pid=28458/tid=28459] ppid=28456 vsize=15704932 CPUtime=0.33 cores=0,2,4,6
/proc/28458/task/28459/stat : 28459 (java) S 28456 28458 27898 0 -1 4202560 6197 0 1 0 32 1 0 0 18 0 22 0 524288622 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28463] ppid=28456 vsize=15704932 CPUtime=0.01 cores=0,2,4,6
/proc/28458/task/28463/stat : 28463 (java) S 28456 28458 27898 0 -1 4202560 1706 0 0 0 1 0 0 0 15 0 22 0 524288624 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 0 0 0 0
[pid=28458/tid=28464] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28464/stat : 28464 (java) S 28456 28458 27898 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 22 0 524288624 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28465] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28465/stat : 28465 (java) S 28456 28458 27898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524288624 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28466] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28466/stat : 28466 (java) S 28456 28458 27898 0 -1 4202560 1181 0 0 0 0 0 0 0 16 0 22 0 524288624 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28467] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28467/stat : 28467 (java) S 28456 28458 27898 0 -1 4202560 551 0 0 0 0 0 0 0 15 0 22 0 524288624 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28468] ppid=28456 vsize=15704932 CPUtime=0.01 cores=0,2,4,6
/proc/28458/task/28468/stat : 28468 (java) S 28456 28458 27898 0 -1 4202560 2655 0 0 0 1 0 0 0 15 0 22 0 524288624 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28469] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28469/stat : 28469 (java) S 28456 28458 27898 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 22 0 524288624 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28470] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28470/stat : 28470 (java) S 28456 28458 27898 0 -1 4202560 1926 0 0 0 0 0 0 0 16 0 22 0 524288624 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28472] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28472/stat : 28472 (java) S 28456 28458 27898 0 -1 4202560 441 0 0 0 0 0 0 0 15 0 22 0 524288625 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624896 0 0 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28474] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28474/stat : 28474 (java) S 28456 28458 27898 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524288625 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28475] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28475/stat : 28475 (java) S 28456 28458 27898 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524288626 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28490] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28490/stat : 28490 (java) S 28456 28458 27898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524288628 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676631985 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28491] ppid=28456 vsize=15704932 CPUtime=1.15 cores=0,2,4,6
/proc/28458/task/28491/stat : 28491 (java) S 28456 28458 27898 0 -1 4202560 4584 0 0 0 115 0 0 0 15 0 22 0 524288628 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28492] ppid=28456 vsize=15704932 CPUtime=0.94 cores=0,2,4,6
/proc/28458/task/28492/stat : 28492 (java) S 28456 28458 27898 0 -1 4202560 15605 0 0 0 92 2 0 0 16 0 22 0 524288628 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28493] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28493/stat : 28493 (java) S 28456 28458 27898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524288628 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28494] ppid=28456 vsize=15704932 CPUtime=0.01 cores=0,2,4,6
/proc/28458/task/28494/stat : 28494 (java) S 28456 28458 27898 0 -1 4202560 1 0 0 0 0 1 0 0 15 0 22 0 524288628 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624896 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28502] ppid=28456 vsize=15704932 CPUtime=2.36 cores=0,2,4,6
/proc/28458/task/28502/stat : 28502 (java) R 28456 28458 27898 0 -1 4202560 32101 0 0 0 233 3 0 0 18 0 22 0 524288648 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 18446744073699066094 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28458/tid=28503] ppid=28456 vsize=15704932 CPUtime=1.86 cores=0,2,4,6
/proc/28458/task/28503/stat : 28503 (java) R 28456 28458 27898 0 -1 4202560 25963 0 0 0 184 2 0 0 20 0 22 0 524288648 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505689060 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28458/tid=28504] ppid=28456 vsize=15704932 CPUtime=2.4 cores=0,2,4,6
/proc/28458/task/28504/stat : 28504 (java) R 28456 28458 27898 0 -1 4202560 29932 0 0 0 237 3 0 0 18 0 22 0 524288648 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 47829300237271 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28458/tid=28505] ppid=28456 vsize=15704932 CPUtime=2.07 cores=0,2,4,6
/proc/28458/task/28505/stat : 28505 (java) R 28456 28458 27898 0 -1 4202560 31058 0 0 0 204 3 0 0 18 0 22 0 524288648 16081850368 146523 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 18446744073699066094 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 15704932

[startup+6.30163 s]
/proc/loadavg: 7.29 7.89 7.95 9/218 28509
/proc/meminfo: memFree=29257288/32951132 swapFree=67111356/67111528
[pid=28458] ppid=28456 vsize=15704932 CPUtime=22.95 cores=0,2,4,6
/proc/28458/stat : 28458 (java) S 28456 28458 27898 0 -1 4202496 267942 0 1 0 2262 33 0 0 24 0 22 0 524288621 16081850368 253583 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28458/statm: 3926233 253583 2283 9 0 3916952 0
[pid=28458/tid=28459] ppid=28456 vsize=15704932 CPUtime=0.33 cores=0,2,4,6
/proc/28458/task/28459/stat : 28459 (java) S 28456 28458 27898 0 -1 4202560 6197 0 1 0 32 1 0 0 18 0 22 0 524288622 16081850368 253583 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28463] ppid=28456 vsize=15704932 CPUtime=0.02 cores=0,2,4,6
/proc/28458/task/28463/stat : 28463 (java) S 28456 28458 27898 0 -1 4202560 2170 0 0 0 2 0 0 0 15 0 22 0 524288624 16081850368 253583 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28464] ppid=28456 vsize=15704932 CPUtime=0.01 cores=0,2,4,6
/proc/28458/task/28464/stat : 28464 (java) S 28456 28458 27898 0 -1 4202560 918 0 0 0 1 0 0 0 16 0 22 0 524288624 16081850368 253583 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28465] ppid=28456 vsize=15704932 CPUtime=0.01 cores=0,2,4,6
/proc/28458/task/28465/stat : 28465 (java) S 28456 28458 27898 0 -1 4202560 1784 0 0 0 1 0 0 0 15 0 22 0 524288624 16081850368 253583 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28466] ppid=28456 vsize=15704932 CPUtime=0.01 cores=0,2,4,6
/proc/28458/task/28466/stat : 28466 (java) S 28456 28458 27898 0 -1 4202560 2269 0 0 0 1 0 0 0 15 0 22 0 524288624 16081850368 253583 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28467] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28467/stat : 28467 (java) S 28456 28458 27898 0 -1 4202560 1425 0 0 0 0 0 0 0 15 0 22 0 524288624 16081850368 253583 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 0 0 0 0
[pid=28458/tid=28468] ppid=28456 vsize=15704932 CPUtime=0.01 cores=0,2,4,6
/proc/28458/task/28468/stat : 28468 (java) S 28456 28458 27898 0 -1 4202560 2973 0 0 0 1 0 0 0 15 0 22 0 524288624 16081850368 253583 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28469] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28469/stat : 28469 (java) S 28456 28458 27898 0 -1 4202560 958 0 0 0 0 0 0 0 15 0 22 0 524288624 16081850368 253583 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28470] ppid=28456 vsize=15704932 CPUtime=0.01 cores=0,2,4,6
/proc/28458/task/28470/stat : 28470 (java) S 28456 28458 27898 0 -1 4202560 3259 0 0 0 1 0 0 0 15 0 22 0 524288624 16081850368 253583 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0

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

[pid=28458/tid=28503] ppid=28456 vsize=15704932 CPUtime=1106.6 cores=0,2,4,6
/proc/28458/task/28503/stat : 28503 (java) R 28456 28458 27898 0 -1 4202560 337138 0 0 0 110595 65 0 0 25 0 22 0 524288648 16081850368 88928 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505729647 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28458/tid=28504] ppid=28456 vsize=15704932 CPUtime=1107.78 cores=0,2,4,6
/proc/28458/task/28504/stat : 28504 (java) R 28456 28458 27898 0 -1 4202560 342171 0 0 0 110720 58 0 0 25 0 22 0 524288648 16081850368 88928 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505741230 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28458/tid=28505] ppid=28456 vsize=15704932 CPUtime=1107.06 cores=0,2,4,6
/proc/28458/task/28505/stat : 28505 (java) R 28456 28458 27898 0 -1 4202560 342711 0 0 0 110649 57 0 0 25 0 22 0 524288648 16081850368 88928 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505820026 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4460.22
Current children cumulated vsize (KiB) 15704932

[startup+1182.3 s]
/proc/loadavg: 8.20 8.13 8.05 9/218 28540
/proc/meminfo: memFree=30134084/32951132 swapFree=67111356/67111528
[pid=28458] ppid=28456 vsize=15704932 CPUtime=4698.72 cores=0,2,4,6
/proc/28458/stat : 28458 (java) S 28456 28458 27898 0 -1 4202496 2543634 0 1 0 469326 546 0 0 24 0 22 0 524288621 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28458/statm: 3926233 94991 2297 9 0 3916952 0
[pid=28458/tid=28459] ppid=28456 vsize=15704932 CPUtime=0.33 cores=0,2,4,6
/proc/28458/task/28459/stat : 28459 (java) S 28456 28458 27898 0 -1 4202560 6197 0 1 0 32 1 0 0 18 0 22 0 524288622 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28463] ppid=28456 vsize=15704932 CPUtime=3.52 cores=0,2,4,6
/proc/28458/task/28463/stat : 28463 (java) S 28456 28458 27898 0 -1 4202560 132582 0 0 0 329 23 0 0 16 0 22 0 524288624 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28464] ppid=28456 vsize=15704932 CPUtime=3.35 cores=0,2,4,6
/proc/28458/task/28464/stat : 28464 (java) S 28456 28458 27898 0 -1 4202560 130870 0 0 0 314 21 0 0 15 0 22 0 524288624 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28465] ppid=28456 vsize=15704932 CPUtime=3.39 cores=0,2,4,6
/proc/28458/task/28465/stat : 28465 (java) S 28456 28458 27898 0 -1 4202560 133276 0 0 0 315 24 0 0 15 0 22 0 524288624 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 0 0 0 0
[pid=28458/tid=28466] ppid=28456 vsize=15704932 CPUtime=3.45 cores=0,2,4,6
/proc/28458/task/28466/stat : 28466 (java) S 28456 28458 27898 0 -1 4202560 132012 0 0 0 323 22 0 0 15 0 22 0 524288624 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28467] ppid=28456 vsize=15704932 CPUtime=3.53 cores=0,2,4,6
/proc/28458/task/28467/stat : 28467 (java) S 28456 28458 27898 0 -1 4202560 132460 0 0 0 329 24 0 0 16 0 22 0 524288624 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 0 0 0 0
[pid=28458/tid=28468] ppid=28456 vsize=15704932 CPUtime=3.47 cores=0,2,4,6
/proc/28458/task/28468/stat : 28468 (java) S 28456 28458 27898 0 -1 4202560 137632 0 0 0 323 24 0 0 15 0 22 0 524288624 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28469] ppid=28456 vsize=15704932 CPUtime=3.44 cores=0,2,4,6
/proc/28458/task/28469/stat : 28469 (java) S 28456 28458 27898 0 -1 4202560 133429 0 0 0 317 27 0 0 16 0 22 0 524288624 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28470] ppid=28456 vsize=15704932 CPUtime=3.33 cores=0,2,4,6
/proc/28458/task/28470/stat : 28470 (java) S 28456 28458 27898 0 -1 4202560 133359 0 0 0 311 22 0 0 16 0 22 0 524288624 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28472] ppid=28456 vsize=15704932 CPUtime=2.45 cores=0,2,4,6
/proc/28458/task/28472/stat : 28472 (java) S 28456 28458 27898 0 -1 4202560 6496 0 0 0 155 90 0 0 15 0 22 0 524288625 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624896 0 0 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28474] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28474/stat : 28474 (java) S 28456 28458 27898 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524288625 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28475] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28475/stat : 28475 (java) S 28456 28458 27898 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524288626 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28490] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28490/stat : 28490 (java) S 28456 28458 27898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524288628 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676631985 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28491] ppid=28456 vsize=15704932 CPUtime=1.19 cores=0,2,4,6
/proc/28458/task/28491/stat : 28491 (java) S 28456 28458 27898 0 -1 4202560 4592 0 0 0 119 0 0 0 16 0 22 0 524288628 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28492] ppid=28456 vsize=15704932 CPUtime=1.1 cores=0,2,4,6
/proc/28458/task/28492/stat : 28492 (java) S 28456 28458 27898 0 -1 4202560 15704 0 0 0 108 2 0 0 15 0 22 0 524288628 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 0 0 0 0
[pid=28458/tid=28493] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28493/stat : 28493 (java) S 28456 28458 27898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524288628 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28494] ppid=28456 vsize=15704932 CPUtime=0.03 cores=0,2,4,6
/proc/28458/task/28494/stat : 28494 (java) S 28456 28458 27898 0 -1 4202560 65 0 0 0 0 3 0 0 15 0 22 0 524288628 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624896 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28502] ppid=28456 vsize=15704932 CPUtime=1166.73 cores=0,2,4,6
/proc/28458/task/28502/stat : 28502 (java) R 28456 28458 27898 0 -1 4202560 362125 0 0 0 116609 64 0 0 25 0 22 0 524288648 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505957066 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28458/tid=28503] ppid=28456 vsize=15704932 CPUtime=1165.93 cores=0,2,4,6
/proc/28458/task/28503/stat : 28503 (java) R 28456 28458 27898 0 -1 4202560 356836 0 0 0 116526 67 0 0 25 0 22 0 524288648 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505626501 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28458/tid=28504] ppid=28456 vsize=15704932 CPUtime=1166.99 cores=0,2,4,6
/proc/28458/task/28504/stat : 28504 (java) R 28456 28458 27898 0 -1 4202560 361957 0 0 0 116637 62 0 0 25 0 22 0 524288648 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505701937 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28458/tid=28505] ppid=28456 vsize=15704932 CPUtime=1166.31 cores=0,2,4,6
/proc/28458/task/28505/stat : 28505 (java) R 28456 28458 27898 0 -1 4202560 362656 0 0 0 116570 61 0 0 25 0 22 0 524288648 16081850368 94991 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505626449 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4698.72
Current children cumulated vsize (KiB) 15704932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.8 s]
/proc/loadavg: 8.13 8.12 8.05 5/195 28544
/proc/meminfo: memFree=30407064/32951132 swapFree=67111356/67111528
[pid=28458] ppid=28456 vsize=15704932 CPUtime=4800.09 cores=0,2,4,6
/proc/28458/stat : 28458 (java) S 28456 28458 27898 0 -1 4202496 2605253 0 1 0 479452 557 0 0 24 0 22 0 524288621 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28458/statm: 3926233 107731 2297 9 0 3916952 0
[pid=28458/tid=28459] ppid=28456 vsize=15704932 CPUtime=0.33 cores=0,2,4,6
/proc/28458/task/28459/stat : 28459 (java) S 28456 28458 27898 0 -1 4202560 6197 0 1 0 32 1 0 0 18 0 22 0 524288622 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28463] ppid=28456 vsize=15704932 CPUtime=3.59 cores=0,2,4,6
/proc/28458/task/28463/stat : 28463 (java) S 28456 28458 27898 0 -1 4202560 136645 0 0 0 336 23 0 0 15 0 22 0 524288624 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28464] ppid=28456 vsize=15704932 CPUtime=3.42 cores=0,2,4,6
/proc/28458/task/28464/stat : 28464 (java) S 28456 28458 27898 0 -1 4202560 135080 0 0 0 320 22 0 0 16 0 22 0 524288624 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28465] ppid=28456 vsize=15704932 CPUtime=3.45 cores=0,2,4,6
/proc/28458/task/28465/stat : 28465 (java) S 28456 28458 27898 0 -1 4202560 137565 0 0 0 321 24 0 0 16 0 22 0 524288624 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 0 0 0 0
[pid=28458/tid=28466] ppid=28456 vsize=15704932 CPUtime=3.52 cores=0,2,4,6
/proc/28458/task/28466/stat : 28466 (java) S 28456 28458 27898 0 -1 4202560 135744 0 0 0 330 22 0 0 15 0 22 0 524288624 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28467] ppid=28456 vsize=15704932 CPUtime=3.6 cores=0,2,4,6
/proc/28458/task/28467/stat : 28467 (java) S 28456 28458 27898 0 -1 4202560 135944 0 0 0 336 24 0 0 16 0 22 0 524288624 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28468] ppid=28456 vsize=15704932 CPUtime=3.54 cores=0,2,4,6
/proc/28458/task/28468/stat : 28468 (java) S 28456 28458 27898 0 -1 4202560 142009 0 0 0 329 25 0 0 16 0 22 0 524288624 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 0 0 0 0
[pid=28458/tid=28469] ppid=28456 vsize=15704932 CPUtime=3.51 cores=0,2,4,6
/proc/28458/task/28469/stat : 28469 (java) S 28456 28458 27898 0 -1 4202560 137426 0 0 0 324 27 0 0 15 0 22 0 524288624 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28470] ppid=28456 vsize=15704932 CPUtime=3.4 cores=0,2,4,6
/proc/28458/task/28470/stat : 28470 (java) S 28456 28458 27898 0 -1 4202560 137920 0 0 0 317 23 0 0 15 0 22 0 524288624 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28472] ppid=28456 vsize=15704932 CPUtime=2.51 cores=0,2,4,6
/proc/28458/task/28472/stat : 28472 (java) S 28456 28458 27898 0 -1 4202560 6646 0 0 0 159 92 0 0 15 0 22 0 524288625 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624896 0 0 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28474] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28474/stat : 28474 (java) S 28456 28458 27898 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524288625 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28475] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28475/stat : 28475 (java) S 28456 28458 27898 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524288626 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28490] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28490/stat : 28490 (java) S 28456 28458 27898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524288628 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676631985 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28491] ppid=28456 vsize=15704932 CPUtime=1.19 cores=0,2,4,6
/proc/28458/task/28491/stat : 28491 (java) S 28456 28458 27898 0 -1 4202560 4592 0 0 0 119 0 0 0 16 0 22 0 524288628 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28492] ppid=28456 vsize=15704932 CPUtime=1.1 cores=0,2,4,6
/proc/28458/task/28492/stat : 28492 (java) S 28456 28458 27898 0 -1 4202560 15704 0 0 0 108 2 0 0 15 0 22 0 524288628 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 0 0 0 0
[pid=28458/tid=28493] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28493/stat : 28493 (java) S 28456 28458 27898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524288628 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28494] ppid=28456 vsize=15704932 CPUtime=0.03 cores=0,2,4,6
/proc/28458/task/28494/stat : 28494 (java) S 28456 28458 27898 0 -1 4202560 67 0 0 0 0 3 0 0 15 0 22 0 524288628 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624896 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28502] ppid=28456 vsize=15704932 CPUtime=1191.96 cores=0,2,4,6
/proc/28458/task/28502/stat : 28502 (java) R 28456 28458 27898 0 -1 4202560 369717 0 0 0 119131 65 0 0 25 0 22 0 524288648 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505665928 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28458/tid=28503] ppid=28456 vsize=15704932 CPUtime=1191.17 cores=0,2,4,6
/proc/28458/task/28503/stat : 28503 (java) R 28456 28458 27898 0 -1 4202560 363717 0 0 0 119049 68 0 0 25 0 22 0 524288648 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505592421 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28458/tid=28504] ppid=28456 vsize=15704932 CPUtime=1192.06 cores=0,2,4,6
/proc/28458/task/28504/stat : 28504 (java) R 28456 28458 27898 0 -1 4202560 368876 0 0 0 119142 64 0 0 25 0 22 0 524288648 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505875320 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28458/tid=28505] ppid=28456 vsize=15704932 CPUtime=1191.53 cores=0,2,4,6
/proc/28458/task/28505/stat : 28505 (java) R 28456 28458 27898 0 -1 4202560 370018 0 0 0 119091 62 0 0 25 0 22 0 524288648 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505714490 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 15704932

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

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

[startup+1207.8 s]
/proc/loadavg: 8.13 8.12 8.05 5/195 28544
/proc/meminfo: memFree=30407064/32951132 swapFree=67111356/67111528
[pid=28458] ppid=28456 vsize=15704932 CPUtime=4800.09 cores=0,2,4,6
/proc/28458/stat : 28458 (java) S 28456 28458 27898 0 -1 4202496 2605253 0 1 0 479452 557 0 0 24 0 22 0 524288621 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28458/statm: 3926233 107731 2297 9 0 3916952 0
[pid=28458/tid=28459] ppid=28456 vsize=15704932 CPUtime=0.33 cores=0,2,4,6
/proc/28458/task/28459/stat : 28459 (java) S 28456 28458 27898 0 -1 4202560 6197 0 1 0 32 1 0 0 18 0 22 0 524288622 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28463] ppid=28456 vsize=15704932 CPUtime=3.59 cores=0,2,4,6
/proc/28458/task/28463/stat : 28463 (java) S 28456 28458 27898 0 -1 4202560 136645 0 0 0 336 23 0 0 15 0 22 0 524288624 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28464] ppid=28456 vsize=15704932 CPUtime=3.42 cores=0,2,4,6
/proc/28458/task/28464/stat : 28464 (java) S 28456 28458 27898 0 -1 4202560 135080 0 0 0 320 22 0 0 16 0 22 0 524288624 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28465] ppid=28456 vsize=15704932 CPUtime=3.45 cores=0,2,4,6
/proc/28458/task/28465/stat : 28465 (java) S 28456 28458 27898 0 -1 4202560 137565 0 0 0 321 24 0 0 16 0 22 0 524288624 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 0 0 0 0
[pid=28458/tid=28466] ppid=28456 vsize=15704932 CPUtime=3.52 cores=0,2,4,6
/proc/28458/task/28466/stat : 28466 (java) S 28456 28458 27898 0 -1 4202560 135744 0 0 0 330 22 0 0 15 0 22 0 524288624 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28467] ppid=28456 vsize=15704932 CPUtime=3.6 cores=0,2,4,6
/proc/28458/task/28467/stat : 28467 (java) S 28456 28458 27898 0 -1 4202560 135944 0 0 0 336 24 0 0 16 0 22 0 524288624 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28468] ppid=28456 vsize=15704932 CPUtime=3.54 cores=0,2,4,6
/proc/28458/task/28468/stat : 28468 (java) S 28456 28458 27898 0 -1 4202560 142009 0 0 0 329 25 0 0 16 0 22 0 524288624 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 0 0 0 0
[pid=28458/tid=28469] ppid=28456 vsize=15704932 CPUtime=3.51 cores=0,2,4,6
/proc/28458/task/28469/stat : 28469 (java) S 28456 28458 27898 0 -1 4202560 137426 0 0 0 324 27 0 0 15 0 22 0 524288624 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28470] ppid=28456 vsize=15704932 CPUtime=3.4 cores=0,2,4,6
/proc/28458/task/28470/stat : 28470 (java) S 28456 28458 27898 0 -1 4202560 137920 0 0 0 317 23 0 0 15 0 22 0 524288624 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28472] ppid=28456 vsize=15704932 CPUtime=2.51 cores=0,2,4,6
/proc/28458/task/28472/stat : 28472 (java) S 28456 28458 27898 0 -1 4202560 6646 0 0 0 159 92 0 0 15 0 22 0 524288625 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624896 0 0 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28474] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28474/stat : 28474 (java) S 28456 28458 27898 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524288625 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28475] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28475/stat : 28475 (java) S 28456 28458 27898 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524288626 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28490] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28490/stat : 28490 (java) S 28456 28458 27898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524288628 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676631985 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28491] ppid=28456 vsize=15704932 CPUtime=1.19 cores=0,2,4,6
/proc/28458/task/28491/stat : 28491 (java) S 28456 28458 27898 0 -1 4202560 4592 0 0 0 119 0 0 0 16 0 22 0 524288628 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 2 0 0 0
[pid=28458/tid=28492] ppid=28456 vsize=15704932 CPUtime=1.1 cores=0,2,4,6
/proc/28458/task/28492/stat : 28492 (java) S 28456 28458 27898 0 -1 4202560 15704 0 0 0 108 2 0 0 15 0 22 0 524288628 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 0 0 0 0
[pid=28458/tid=28493] ppid=28456 vsize=15704932 CPUtime=0 cores=0,2,4,6
/proc/28458/task/28493/stat : 28493 (java) S 28456 28458 27898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 524288628 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624281 0 4 0 16800975 18446604453713605056 0 0 -1 6 0 0 0
[pid=28458/tid=28494] ppid=28456 vsize=15704932 CPUtime=0.03 cores=0,2,4,6
/proc/28458/task/28494/stat : 28494 (java) S 28456 28458 27898 0 -1 4202560 67 0 0 0 0 3 0 0 15 0 22 0 524288628 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 274676624896 0 4 0 16800975 18446604453713605056 0 0 -1 4 0 0 0
[pid=28458/tid=28502] ppid=28456 vsize=15704932 CPUtime=1191.96 cores=0,2,4,6
/proc/28458/task/28502/stat : 28502 (java) R 28456 28458 27898 0 -1 4202560 369717 0 0 0 119131 65 0 0 25 0 22 0 524288648 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505665928 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28458/tid=28503] ppid=28456 vsize=15704932 CPUtime=1191.17 cores=0,2,4,6
/proc/28458/task/28503/stat : 28503 (java) R 28456 28458 27898 0 -1 4202560 363717 0 0 0 119049 68 0 0 25 0 22 0 524288648 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505592421 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28458/tid=28504] ppid=28456 vsize=15704932 CPUtime=1192.06 cores=0,2,4,6
/proc/28458/task/28504/stat : 28504 (java) R 28456 28458 27898 0 -1 4202560 368876 0 0 0 119142 64 0 0 25 0 22 0 524288648 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505875320 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28458/tid=28505] ppid=28456 vsize=15704932 CPUtime=1191.53 cores=0,2,4,6
/proc/28458/task/28505/stat : 28505 (java) R 28456 28458 27898 0 -1 4202560 370018 0 0 0 119091 62 0 0 25 0 22 0 524288648 16081850368 107731 33554432000 1073741824 1073778376 140736201883072 18446744073709551615 46912505714490 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 15704932

Child status: 143
Real time (s): 1207.84
CPU time (s): 4800.15
CPU user time (s): 4794.55
CPU system time (s): 5.59715
CPU usage (%): 397.417
Max. virtual memory (cumulated for all children) (KiB): 15707620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.55
system time used= 5.59715
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2605279
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= 241358
involuntary context switches= 140476

runsolver used 2.17167 second user time and 4.89626 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-30 03:28:10
IDJOB=3311428
IDBENCH=82813
IDSOLVER=1698
FILE ID=node131/3311428-1304126890
RUNJOBID= node131-1304126890-28446
PBS_JOBID= 13170735
Free space on /tmp= 71388 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1085677759-100.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311428-1304126890/watcher-3311428-1304126890 -o /tmp/evaluation-result-3311428-1304126890/solver-3311428-1304126890 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311428-1304126890.cnf -hbr 2

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

MD5SUM BENCH= 12cee07ed764769ddb26400b2603221c
RANDOM SEED=334631313

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30839316 kB
Buffers:        220888 kB
Cached:        1520452 kB
SwapCached:        168 kB
Active:         157060 kB
Inactive:      1650380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30839316 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1680 kB
Writeback:           0 kB
AnonPages:       65712 kB
Mapped:          14592 kB
Slab:           243000 kB
PageTables:       4668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   190948 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71384 MiB
End job on node131 at 2011-04-30 03:48:20