Trace number 3313310

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? (TO) 4801.45 1276.79

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark420.299
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

0.11/0.11	00:58 INFO : Reading from input HOME/instance-3313310-1304074856.cnf
11.98/11.53	Executor set job limit to 1000000
11.98/11.53	Executor set job limit to 1000000
11.98/11.53	Executor set job limit to 1000000
11.98/11.53	Executor set job limit to 1000000
11.98/11.53	Starting Executor!
11.98/11.54	Starting Executor!
11.98/11.54	Starting Executor!
11.98/11.54	Starting Executor!
61.22/58.36	01:56 INFO : 137305 variables remaining out of 154309
61.22/58.36	01:56 INFO : 22442272 literals remaining out of 12659990

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

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: 6.76 7.64 7.83 5/198 32450
/proc/meminfo: memFree=21491316/32951124 swapFree=67111524/67111528
[pid=32450] ppid=32448 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/32450/stat : 32450 (java) S 32448 32450 30400 0 -1 4202496 1419 0 0 0 0 0 0 0 23 0 2 0 499901680 27824128 889 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828039141 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32450/statm: 6793 894 684 9 0 381 0
[pid=32450/tid=32451] ppid=32448 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32451/stat : 32451 (java) S 32448 32450 30400 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 499901681 27824128 894 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220811312775 0 2147483391 4096 0 18446744071699207358 0 0 -1 2 0 0 0

[startup+0.087409 s]
/proc/loadavg: 6.76 7.64 7.83 5/198 32450
/proc/meminfo: memFree=21491316/32951124 swapFree=67111524/67111528
[pid=32450] ppid=32448 vsize=15676892 CPUtime=0.09 cores=0,2,4,6
/proc/32450/stat : 32450 (java) S 32448 32450 30400 0 -1 4202496 5423 0 1 0 9 0 0 0 23 0 18 0 499901680 16053137408 4861 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32450/statm: 3919223 4863 2116 9 0 3909942 0
[pid=32450/tid=32451] ppid=32448 vsize=15676892 CPUtime=0.07 cores=0,2,4,6
/proc/32450/task/32451/stat : 32451 (java) R 32448 32450 30400 0 -1 4202560 3335 0 1 0 7 0 0 0 18 0 18 0 499901681 16053137408 4863 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 47091938887192 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676892

[startup+0.100383 s]
/proc/loadavg: 6.76 7.64 7.83 5/198 32450
/proc/meminfo: memFree=21491316/32951124 swapFree=67111524/67111528
[pid=32450] ppid=32448 vsize=15676892 CPUtime=0.11 cores=0,2,4,6
/proc/32450/stat : 32450 (java) S 32448 32450 30400 0 -1 4202496 5574 0 1 0 10 1 0 0 23 0 18 0 499901680 16053137408 5012 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32450/statm: 3919223 5012 2117 9 0 3909942 0
[pid=32450/tid=32451] ppid=32448 vsize=15676892 CPUtime=0.08 cores=0,2,4,6
/proc/32450/task/32451/stat : 32451 (java) R 32448 32450 30400 0 -1 4202560 3486 0 1 0 8 0 0 0 18 0 18 0 499901681 16053137408 5014 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 47091939982435 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676892

[startup+0.300364 s]
/proc/loadavg: 6.76 7.64 7.83 5/198 32450
/proc/meminfo: memFree=21491316/32951124 swapFree=67111524/67111528
[pid=32450] ppid=32448 vsize=15680384 CPUtime=0.51 cores=0,2,4,6
/proc/32450/stat : 32450 (java) S 32448 32450 30400 0 -1 4202496 15454 0 1 0 49 2 0 0 23 0 18 0 499901680 16056713216 13909 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32450/statm: 3920096 13915 2207 9 0 3910815 0
[pid=32450/tid=32451] ppid=32448 vsize=15680384 CPUtime=0.29 cores=0,2,4,6
/proc/32450/task/32451/stat : 32451 (java) R 32448 32450 30400 0 -1 4202560 10420 0 1 0 27 2 0 0 18 0 18 0 499901681 16056713216 13918 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 46912505637536 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680384

[startup+0.700301 s]
/proc/loadavg: 6.76 7.64 7.83 5/198 32450
/proc/meminfo: memFree=21491316/32951124 swapFree=67111524/67111528
[pid=32450] ppid=32448 vsize=15680384 CPUtime=0.93 cores=0,2,4,6
/proc/32450/stat : 32450 (java) S 32448 32450 30400 0 -1 4202496 42028 0 1 0 88 5 0 0 23 0 18 0 499901680 16056713216 40479 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32450/statm: 3920096 40479 2223 9 0 3910815 0
[pid=32450/tid=32451] ppid=32448 vsize=15680384 CPUtime=0.68 cores=0,2,4,6
/proc/32450/task/32451/stat : 32451 (java) R 32448 32450 30400 0 -1 4202560 35563 0 1 0 64 4 0 0 18 0 18 0 499901681 16056713216 40479 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 46912505611354 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680384

[startup+1.50118 s]
/proc/loadavg: 6.76 7.64 7.83 5/216 32468
/proc/meminfo: memFree=21329300/32951124 swapFree=67111524/67111528
[pid=32450] ppid=32448 vsize=15680384 CPUtime=1.74 cores=0,2,4,6
/proc/32450/stat : 32450 (java) S 32448 32450 30400 0 -1 4202496 75988 0 1 0 165 9 0 0 23 0 18 0 499901680 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32450/statm: 3920096 74436 2223 9 0 3910815 0
[pid=32450/tid=32451] ppid=32448 vsize=15680384 CPUtime=1.46 cores=0,2,4,6
/proc/32450/task/32451/stat : 32451 (java) R 32448 32450 30400 0 -1 4202560 66026 0 1 0 139 7 0 0 19 0 18 0 499901681 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 46912505179312 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32450/tid=32453] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32453/stat : 32453 (java) S 32448 32450 30400 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 499901681 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 0
[pid=32450/tid=32454] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32454/stat : 32454 (java) S 32448 32450 30400 0 -1 4202560 316 0 0 0 0 0 0 0 16 0 18 0 499901681 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32455] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32455/stat : 32455 (java) S 32448 32450 30400 0 -1 4202560 162 0 0 0 0 0 0 0 16 0 18 0 499901681 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32456] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32456/stat : 32456 (java) S 32448 32450 30400 0 -1 4202560 660 0 0 0 0 0 0 0 15 0 18 0 499901681 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32457] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32457/stat : 32457 (java) S 32448 32450 30400 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 18 0 499901681 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 0
[pid=32450/tid=32458] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32458/stat : 32458 (java) S 32448 32450 30400 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 18 0 499901681 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 0
[pid=32450/tid=32459] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32459/stat : 32459 (java) S 32448 32450 30400 0 -1 4202560 1836 0 0 0 0 0 0 0 16 0 18 0 499901681 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 0
[pid=32450/tid=32460] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32460/stat : 32460 (java) S 32448 32450 30400 0 -1 4202560 1515 0 0 0 0 0 0 0 16 0 18 0 499901681 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32461] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32461/stat : 32461 (java) S 32448 32450 30400 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 18 0 499901682 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052992 0 0 0 16800975 18446604453951145280 0 0 -1 6 0 0 0
[pid=32450/tid=32462] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32462/stat : 32462 (java) S 32448 32450 30400 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 499901683 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32463] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32463/stat : 32463 (java) S 32448 32450 30400 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 499901683 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 0
[pid=32450/tid=32464] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32464/stat : 32464 (java) S 32448 32450 30400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 499901685 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828060081 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32465] ppid=32448 vsize=15680384 CPUtime=0.12 cores=0,2,4,6
/proc/32450/task/32465/stat : 32465 (java) S 32448 32450 30400 0 -1 4202560 2490 0 0 0 12 0 0 0 15 0 18 0 499901685 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32466] ppid=32448 vsize=15680384 CPUtime=0.1 cores=0,2,4,6
/proc/32450/task/32466/stat : 32466 (java) S 32448 32450 30400 0 -1 4202560 1159 0 0 0 10 0 0 0 17 0 18 0 499901685 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 0
[pid=32450/tid=32467] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32467/stat : 32467 (java) S 32448 32450 30400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 499901685 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32468] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32468/stat : 32468 (java) S 32448 32450 30400 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 499901685 16056713216 74436 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052992 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15680384

[startup+3.10089 s]
/proc/loadavg: 6.54 7.58 7.81 5/216 32468
/proc/meminfo: memFree=21081292/32951124 swapFree=67111524/67111528
[pid=32450] ppid=32448 vsize=15680384 CPUtime=3.42 cores=0,2,4,6
/proc/32450/stat : 32450 (java) S 32448 32450 30400 0 -1 4202496 145687 0 1 0 325 17 0 0 23 0 18 0 499901680 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32450/statm: 3920096 144130 2241 9 0 3910815 0
[pid=32450/tid=32451] ppid=32448 vsize=15680384 CPUtime=3.05 cores=0,2,4,6
/proc/32450/task/32451/stat : 32451 (java) R 32448 32450 30400 0 -1 4202560 127297 0 1 0 290 15 0 0 22 0 18 0 499901681 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 46912505528800 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32450/tid=32453] ppid=32448 vsize=15680384 CPUtime=0.01 cores=0,2,4,6
/proc/32450/task/32453/stat : 32453 (java) S 32448 32450 30400 0 -1 4202560 12 0 0 0 1 0 0 0 16 0 18 0 499901681 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 0
[pid=32450/tid=32454] ppid=32448 vsize=15680384 CPUtime=0.01 cores=0,2,4,6
/proc/32450/task/32454/stat : 32454 (java) S 32448 32450 30400 0 -1 4202560 351 0 0 0 1 0 0 0 16 0 18 0 499901681 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32455] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32455/stat : 32455 (java) S 32448 32450 30400 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 18 0 499901681 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32456] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32456/stat : 32456 (java) S 32448 32450 30400 0 -1 4202560 660 0 0 0 0 0 0 0 16 0 18 0 499901681 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 0
[pid=32450/tid=32457] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32457/stat : 32457 (java) S 32448 32450 30400 0 -1 4202560 2683 0 0 0 0 0 0 0 15 0 18 0 499901681 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32458] ppid=32448 vsize=15680384 CPUtime=0.01 cores=0,2,4,6
/proc/32450/task/32458/stat : 32458 (java) S 32448 32450 30400 0 -1 4202560 374 0 0 0 1 0 0 0 16 0 18 0 499901681 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 0
[pid=32450/tid=32459] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32459/stat : 32459 (java) S 32448 32450 30400 0 -1 4202560 6958 0 0 0 0 0 0 0 16 0 18 0 499901681 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32460] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32460/stat : 32460 (java) S 32448 32450 30400 0 -1 4202560 1666 0 0 0 0 0 0 0 15 0 18 0 499901681 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32461] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32461/stat : 32461 (java) S 32448 32450 30400 0 -1 4202560 435 0 0 0 0 0 0 0 15 0 18 0 499901682 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052992 0 0 0 16800975 18446604453951145280 0 0 -1 6 0 0 0
[pid=32450/tid=32462] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32462/stat : 32462 (java) S 32448 32450 30400 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 499901683 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32463] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32463/stat : 32463 (java) S 32448 32450 30400 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 499901683 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 0
[pid=32450/tid=32464] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32464/stat : 32464 (java) S 32448 32450 30400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 499901685 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828060081 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32465] ppid=32448 vsize=15680384 CPUtime=0.15 cores=0,2,4,6
/proc/32450/task/32465/stat : 32465 (java) S 32448 32450 30400 0 -1 4202560 2532 0 0 0 15 0 0 0 16 0 18 0 499901685 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32466] ppid=32448 vsize=15680384 CPUtime=0.12 cores=0,2,4,6
/proc/32450/task/32466/stat : 32466 (java) S 32448 32450 30400 0 -1 4202560 1170 0 0 0 12 0 0 0 15 0 18 0 499901685 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 0
[pid=32450/tid=32467] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32467/stat : 32467 (java) S 32448 32450 30400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 499901685 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32468] ppid=32448 vsize=15680384 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32468/stat : 32468 (java) S 32448 32450 30400 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 499901685 16056713216 144130 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052992 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 15680384

[startup+6.3013 s]
/proc/loadavg: 6.54 7.58 7.81 5/216 32477
/proc/meminfo: memFree=19963180/32951124 swapFree=67111524/67111528
[pid=32450] ppid=32448 vsize=15679332 CPUtime=6.68 cores=0,2,4,6
/proc/32450/stat : 32450 (java) S 32448 32450 30400 0 -1 4202496 284589 0 1 0 633 35 0 0 23 0 18 0 499901680 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32450/statm: 3919833 282777 2241 9 0 3910552 0
[pid=32450/tid=32451] ppid=32448 vsize=15679332 CPUtime=6.22 cores=0,2,4,6
/proc/32450/task/32451/stat : 32451 (java) R 32448 32450 30400 0 -1 4202560 255688 0 1 0 591 31 0 0 20 0 18 0 499901681 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 46912505524094 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32450/tid=32453] ppid=32448 vsize=15679332 CPUtime=0.01 cores=0,2,4,6
/proc/32450/task/32453/stat : 32453 (java) S 32448 32450 30400 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 18 0 499901681 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32454] ppid=32448 vsize=15679332 CPUtime=0.01 cores=0,2,4,6
/proc/32450/task/32454/stat : 32454 (java) S 32448 32450 30400 0 -1 4202560 351 0 0 0 1 0 0 0 15 0 18 0 499901681 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32455] ppid=32448 vsize=15679332 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32455/stat : 32455 (java) S 32448 32450 30400 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 18 0 499901681 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32456] ppid=32448 vsize=15679332 CPUtime=0.01 cores=0,2,4,6
/proc/32450/task/32456/stat : 32456 (java) S 32448 32450 30400 0 -1 4202560 10900 0 0 0 1 0 0 0 16 0 18 0 499901681 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 0
[pid=32450/tid=32457] ppid=32448 vsize=15679332 CPUtime=0.01 cores=0,2,4,6
/proc/32450/task/32457/stat : 32457 (java) S 32448 32450 30400 0 -1 4202560 2683 0 0 0 1 0 0 0 15 0 18 0 499901681 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32458] ppid=32448 vsize=15679332 CPUtime=0.02 cores=0,2,4,6
/proc/32450/task/32458/stat : 32458 (java) S 32448 32450 30400 0 -1 4202560 374 0 0 0 2 0 0 0 15 0 18 0 499901681 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 0
[pid=32450/tid=32459] ppid=32448 vsize=15679332 CPUtime=0.01 cores=0,2,4,6
/proc/32450/task/32459/stat : 32459 (java) S 32448 32450 30400 0 -1 4202560 6960 0 0 0 1 0 0 0 15 0 18 0 499901681 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32460] ppid=32448 vsize=15679332 CPUtime=0.01 cores=0,2,4,6
/proc/32450/task/32460/stat : 32460 (java) S 32448 32450 30400 0 -1 4202560 1666 0 0 0 1 0 0 0 15 0 18 0 499901681 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 0
[pid=32450/tid=32461] ppid=32448 vsize=15679332 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32461/stat : 32461 (java) S 32448 32450 30400 0 -1 4202560 704 0 0 0 0 0 0 0 15 0 18 0 499901682 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052992 0 0 0 16800975 18446604453951145280 0 0 -1 6 0 0 0
[pid=32450/tid=32462] ppid=32448 vsize=15679332 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32462/stat : 32462 (java) S 32448 32450 30400 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 499901683 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32463] ppid=32448 vsize=15679332 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32463/stat : 32463 (java) S 32448 32450 30400 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 499901683 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 0
[pid=32450/tid=32464] ppid=32448 vsize=15679332 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32464/stat : 32464 (java) S 32448 32450 30400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 499901685 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828060081 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32465] ppid=32448 vsize=15679332 CPUtime=0.15 cores=0,2,4,6
/proc/32450/task/32465/stat : 32465 (java) S 32448 32450 30400 0 -1 4202560 2532 0 0 0 15 0 0 0 16 0 18 0 499901685 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32466] ppid=32448 vsize=15679332 CPUtime=0.12 cores=0,2,4,6
/proc/32450/task/32466/stat : 32466 (java) S 32448 32450 30400 0 -1 4202560 1170 0 0 0 12 0 0 0 15 0 18 0 499901685 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 0
[pid=32450/tid=32467] ppid=32448 vsize=15679332 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32467/stat : 32467 (java) S 32448 32450 30400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 499901685 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32468] ppid=32448 vsize=15679332 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32468/stat : 32468 (java) S 32448 32450 30400 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 499901685 16055635968 282777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052992 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 0

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

[pid=32450/tid=32461] ppid=32448 vsize=15686140 CPUtime=15.69 cores=0,2,4,6
/proc/32450/task/32461/stat : 32461 (java) S 32448 32450 30400 0 -1 4202560 41544 0 0 0 1557 12 0 0 15 0 22 0 499901682 16062607360 3852777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052992 0 0 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32462] ppid=32448 vsize=15686140 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32462/stat : 32462 (java) S 32448 32450 30400 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499901683 16062607360 3852777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32463] ppid=32448 vsize=15686140 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32463/stat : 32463 (java) S 32448 32450 30400 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 499901683 16062607360 3852777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 0
[pid=32450/tid=32464] ppid=32448 vsize=15686140 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32464/stat : 32464 (java) S 32448 32450 30400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499901685 16062607360 3852777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828060081 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32465] ppid=32448 vsize=15686140 CPUtime=2.56 cores=0,2,4,6
/proc/32450/task/32465/stat : 32465 (java) S 32448 32450 30400 0 -1 4202560 17470 0 1 0 254 2 0 0 16 0 22 0 499901685 16062607360 3852777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 4
[pid=32450/tid=32466] ppid=32448 vsize=15686140 CPUtime=1.39 cores=0,2,4,6
/proc/32450/task/32466/stat : 32466 (java) S 32448 32450 30400 0 -1 4202560 1848 0 1 0 139 0 0 0 15 0 22 0 499901685 16062607360 3852777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 4
[pid=32450/tid=32467] ppid=32448 vsize=15686140 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32467/stat : 32467 (java) S 32448 32450 30400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499901685 16062607360 3852777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32468] ppid=32448 vsize=15686140 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32468/stat : 32468 (java) S 32448 32450 30400 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 499901685 16062607360 3852777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052992 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 0
[pid=32450/tid=32478] ppid=32448 vsize=15686140 CPUtime=1071.06 cores=0,2,4,6
/proc/32450/task/32478/stat : 32478 (java) R 32448 32450 30400 0 -1 4202560 11985 0 0 0 107103 3 0 0 25 0 22 0 499902834 16062607360 3852777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 46912505988960 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32450/tid=32479] ppid=32448 vsize=15686140 CPUtime=1040.95 cores=0,2,4,6
/proc/32450/task/32479/stat : 32479 (java) R 32448 32450 30400 0 -1 4202560 21069 0 0 0 104093 2 0 0 25 0 22 0 499902834 16062607360 3852777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 46912505874521 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32450/tid=32480] ppid=32448 vsize=15686140 CPUtime=1074.15 cores=0,2,4,6
/proc/32450/task/32480/stat : 32480 (java) R 32448 32450 30400 0 -1 4202560 23579 0 0 0 107410 5 0 0 25 0 22 0 499902834 16062607360 3852777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 46912505988993 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32450/tid=32481] ppid=32448 vsize=15686140 CPUtime=1042.04 cores=0,2,4,6
/proc/32450/task/32481/stat : 32481 (java) R 32448 32450 30400 0 -1 4202560 39997 0 0 0 104198 6 0 0 25 0 22 0 499902834 16062607360 3852777 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 46912505524221 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4426.05
Current children cumulated vsize (KiB) 15686140

[startup+1242.3 s]
/proc/loadavg: 6.04 6.17 6.88 6/220 32514
/proc/meminfo: memFree=150096/32951124 swapFree=66915340/67111528
[pid=32450] ppid=32448 vsize=15686140 CPUtime=4665.66 cores=0,2,4,6
/proc/32450/stat : 32450 (java) S 32448 32450 30400 0 -1 4202496 3988874 0 3 0 465393 1173 0 0 23 0 22 0 499901680 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32450/statm: 3921535 3851524 2301 9 0 3912254 0
[pid=32450/tid=32451] ppid=32448 vsize=15686140 CPUtime=57.61 cores=0,2,4,6
/proc/32450/task/32451/stat : 32451 (java) S 32448 32450 30400 0 -1 4202560 255854 0 1 0 5728 33 0 0 25 0 22 0 499901681 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 0
[pid=32450/tid=32453] ppid=32448 vsize=15686140 CPUtime=15.2 cores=0,2,4,6
/proc/32450/task/32453/stat : 32453 (java) S 32448 32450 30400 0 -1 4202560 456166 0 0 0 1413 107 0 0 16 0 22 0 499901681 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 5
[pid=32450/tid=32454] ppid=32448 vsize=15686140 CPUtime=17.84 cores=0,2,4,6
/proc/32450/task/32454/stat : 32454 (java) S 32448 32450 30400 0 -1 4202560 533356 0 0 0 1618 166 0 0 16 0 22 0 499901681 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 4
[pid=32450/tid=32455] ppid=32448 vsize=15686140 CPUtime=15.4 cores=0,2,4,6
/proc/32450/task/32455/stat : 32455 (java) S 32448 32450 30400 0 -1 4202560 470755 0 0 0 1385 155 0 0 16 0 22 0 499901681 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 2
[pid=32450/tid=32456] ppid=32448 vsize=15686140 CPUtime=16.51 cores=0,2,4,6
/proc/32450/task/32456/stat : 32456 (java) S 32448 32450 30400 0 -1 4202560 376956 0 0 0 1524 127 0 0 16 0 22 0 499901681 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 17
[pid=32450/tid=32457] ppid=32448 vsize=15686140 CPUtime=14.69 cores=0,2,4,6
/proc/32450/task/32457/stat : 32457 (java) S 32448 32450 30400 0 -1 4202560 444591 0 0 0 1314 155 0 0 15 0 22 0 499901681 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 8
[pid=32450/tid=32458] ppid=32448 vsize=15686140 CPUtime=15.14 cores=0,2,4,6
/proc/32450/task/32458/stat : 32458 (java) S 32448 32450 30400 0 -1 4202560 441090 0 0 0 1383 131 0 0 16 0 22 0 499901681 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 4
[pid=32450/tid=32459] ppid=32448 vsize=15686140 CPUtime=16.56 cores=0,2,4,6
/proc/32450/task/32459/stat : 32459 (java) S 32448 32450 30400 0 -1 4202560 451238 0 0 0 1531 125 0 0 16 0 22 0 499901681 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 8
[pid=32450/tid=32460] ppid=32448 vsize=15686140 CPUtime=14.99 cores=0,2,4,6
/proc/32450/task/32460/stat : 32460 (java) S 32448 32450 30400 0 -1 4202560 399821 0 0 0 1366 133 0 0 15 0 22 0 499901681 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 9
[pid=32450/tid=32461] ppid=32448 vsize=15686140 CPUtime=15.7 cores=0,2,4,6
/proc/32450/task/32461/stat : 32461 (java) S 32448 32450 30400 0 -1 4202560 41628 0 0 0 1557 13 0 0 15 0 22 0 499901682 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052992 0 0 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32462] ppid=32448 vsize=15686140 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32462/stat : 32462 (java) S 32448 32450 30400 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499901683 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32463] ppid=32448 vsize=15686140 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32463/stat : 32463 (java) S 32448 32450 30400 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 499901683 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 0
[pid=32450/tid=32464] ppid=32448 vsize=15686140 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32464/stat : 32464 (java) S 32448 32450 30400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499901685 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828060081 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32465] ppid=32448 vsize=15686140 CPUtime=2.56 cores=0,2,4,6
/proc/32450/task/32465/stat : 32465 (java) S 32448 32450 30400 0 -1 4202560 17470 0 1 0 254 2 0 0 16 0 22 0 499901685 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 4
[pid=32450/tid=32466] ppid=32448 vsize=15686140 CPUtime=1.39 cores=0,2,4,6
/proc/32450/task/32466/stat : 32466 (java) S 32448 32450 30400 0 -1 4202560 1848 0 1 0 139 0 0 0 15 0 22 0 499901685 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 4
[pid=32450/tid=32467] ppid=32448 vsize=15686140 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32467/stat : 32467 (java) S 32448 32450 30400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499901685 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32468] ppid=32448 vsize=15686140 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32468/stat : 32468 (java) S 32448 32450 30400 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 499901685 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052992 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32478] ppid=32448 vsize=15686140 CPUtime=1129.56 cores=0,2,4,6
/proc/32450/task/32478/stat : 32478 (java) R 32448 32450 30400 0 -1 4202560 11991 0 0 0 112953 3 0 0 25 0 22 0 499902834 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 46912505981481 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32450/tid=32479] ppid=32448 vsize=15686140 CPUtime=1099.24 cores=0,2,4,6
/proc/32450/task/32479/stat : 32479 (java) R 32448 32450 30400 0 -1 4202560 21071 0 0 0 109922 2 0 0 25 0 22 0 499902834 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 46912506269937 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32450/tid=32480] ppid=32448 vsize=15686140 CPUtime=1132.55 cores=0,2,4,6
/proc/32450/task/32480/stat : 32480 (java) R 32448 32450 30400 0 -1 4202560 23581 0 0 0 113250 5 0 0 25 0 22 0 499902834 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 46912506405778 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32450/tid=32481] ppid=32448 vsize=15686140 CPUtime=1100.55 cores=0,2,4,6
/proc/32450/task/32481/stat : 32481 (java) R 32448 32450 30400 0 -1 4202560 40000 0 0 0 110049 6 0 0 25 0 22 0 499902834 16062607360 3851524 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 46912505720637 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4665.66
Current children cumulated vsize (KiB) 15686140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1276 s]
/proc/loadavg: 6.62 6.28 6.90 9/220 32564
/proc/meminfo: memFree=13117184/32951124 swapFree=67105204/67111528
[pid=32450] ppid=32448 vsize=15686140 CPUtime=4800.27 cores=0,2,4,6
/proc/32450/stat : 32450 (java) S 32448 32450 30400 0 -1 4202496 3988910 0 3 0 478853 1174 0 0 23 0 22 0 499901680 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32450/statm: 3921535 3851527 2301 9 0 3912254 0
[pid=32450/tid=32451] ppid=32448 vsize=15686140 CPUtime=57.61 cores=0,2,4,6
/proc/32450/task/32451/stat : 32451 (java) S 32448 32450 30400 0 -1 4202560 255854 0 1 0 5728 33 0 0 25 0 22 0 499901681 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 0
[pid=32450/tid=32453] ppid=32448 vsize=15686140 CPUtime=15.75 cores=0,2,4,6
/proc/32450/task/32453/stat : 32453 (java) S 32448 32450 30400 0 -1 4202560 456166 0 0 0 1468 107 0 0 15 0 22 0 499901681 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 5
[pid=32450/tid=32454] ppid=32448 vsize=15686140 CPUtime=18.3 cores=0,2,4,6
/proc/32450/task/32454/stat : 32454 (java) S 32448 32450 30400 0 -1 4202560 533356 0 0 0 1664 166 0 0 16 0 22 0 499901681 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 4
[pid=32450/tid=32455] ppid=32448 vsize=15686140 CPUtime=15.93 cores=0,2,4,6
/proc/32450/task/32455/stat : 32455 (java) S 32448 32450 30400 0 -1 4202560 470755 0 0 0 1438 155 0 0 16 0 22 0 499901681 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 4 0 0 2
[pid=32450/tid=32456] ppid=32448 vsize=15686140 CPUtime=16.79 cores=0,2,4,6
/proc/32450/task/32456/stat : 32456 (java) S 32448 32450 30400 0 -1 4202560 376956 0 0 0 1552 127 0 0 15 0 22 0 499901681 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 17
[pid=32450/tid=32457] ppid=32448 vsize=15686140 CPUtime=14.99 cores=0,2,4,6
/proc/32450/task/32457/stat : 32457 (java) S 32448 32450 30400 0 -1 4202560 444591 0 0 0 1344 155 0 0 15 0 22 0 499901681 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 8
[pid=32450/tid=32458] ppid=32448 vsize=15686140 CPUtime=15.51 cores=0,2,4,6
/proc/32450/task/32458/stat : 32458 (java) S 32448 32450 30400 0 -1 4202560 441090 0 0 0 1420 131 0 0 16 0 22 0 499901681 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 4
[pid=32450/tid=32459] ppid=32448 vsize=15686140 CPUtime=16.99 cores=0,2,4,6
/proc/32450/task/32459/stat : 32459 (java) S 32448 32450 30400 0 -1 4202560 451242 0 0 0 1574 125 0 0 16 0 22 0 499901681 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 8
[pid=32450/tid=32460] ppid=32448 vsize=15686140 CPUtime=15.44 cores=0,2,4,6
/proc/32450/task/32460/stat : 32460 (java) S 32448 32450 30400 0 -1 4202560 399821 0 0 0 1411 133 0 0 16 0 22 0 499901681 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 9
[pid=32450/tid=32461] ppid=32448 vsize=15686140 CPUtime=15.7 cores=0,2,4,6
/proc/32450/task/32461/stat : 32461 (java) S 32448 32450 30400 0 -1 4202560 41651 0 0 0 1557 13 0 0 15 0 22 0 499901682 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052992 0 0 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32462] ppid=32448 vsize=15686140 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32462/stat : 32462 (java) S 32448 32450 30400 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 499901683 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 0
[pid=32450/tid=32463] ppid=32448 vsize=15686140 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32463/stat : 32463 (java) S 32448 32450 30400 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 499901683 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 0
[pid=32450/tid=32464] ppid=32448 vsize=15686140 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32464/stat : 32464 (java) S 32448 32450 30400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499901685 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828060081 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32465] ppid=32448 vsize=15686140 CPUtime=2.56 cores=0,2,4,6
/proc/32450/task/32465/stat : 32465 (java) S 32448 32450 30400 0 -1 4202560 17470 0 1 0 254 2 0 0 16 0 22 0 499901685 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 0 0 0 4
[pid=32450/tid=32466] ppid=32448 vsize=15686140 CPUtime=1.39 cores=0,2,4,6
/proc/32450/task/32466/stat : 32466 (java) S 32448 32450 30400 0 -1 4202560 1848 0 1 0 139 0 0 0 15 0 22 0 499901685 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 4
[pid=32450/tid=32467] ppid=32448 vsize=15686140 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32467/stat : 32467 (java) S 32448 32450 30400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 499901685 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052377 0 4 0 16800975 18446604453951145280 0 0 -1 2 0 0 0
[pid=32450/tid=32468] ppid=32448 vsize=15686140 CPUtime=0 cores=0,2,4,6
/proc/32450/task/32468/stat : 32468 (java) S 32448 32450 30400 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 499901685 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 220828052992 0 4 0 16800975 18446604453951145280 0 0 -1 6 0 0 0
[pid=32450/tid=32478] ppid=32448 vsize=15686140 CPUtime=1162.41 cores=0,2,4,6
/proc/32450/task/32478/stat : 32478 (java) R 32448 32450 30400 0 -1 4202560 11993 0 0 0 116237 4 0 0 25 0 22 0 499902834 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 46912506646086 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32450/tid=32479] ppid=32448 vsize=15686140 CPUtime=1132.1 cores=0,2,4,6
/proc/32450/task/32479/stat : 32479 (java) R 32448 32450 30400 0 -1 4202560 21072 0 0 0 113208 2 0 0 25 0 22 0 499902834 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 46912506381152 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32450/tid=32480] ppid=32448 vsize=15686140 CPUtime=1165.22 cores=0,2,4,6
/proc/32450/task/32480/stat : 32480 (java) R 32448 32450 30400 0 -1 4202560 23582 0 0 0 116517 5 0 0 25 0 22 0 499902834 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 46912506684927 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32450/tid=32481] ppid=32448 vsize=15686140 CPUtime=1133.41 cores=0,2,4,6
/proc/32450/task/32481/stat : 32481 (java) R 32448 32450 30400 0 -1 4202560 40003 0 0 0 113335 6 0 0 25 0 22 0 499902834 16062607360 3851527 33554432000 1073741824 1073778376 140737232484928 18446744073709551615 46912506288588 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 15686140

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

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

[startup+1276.2 s]
/proc/loadavg: 6.62 6.28 6.90 9/220 32564
/proc/meminfo: memFree=13117184/32951124 swapFree=67105204/67111528
[pid=32450] ppid=32448 vsize=0 CPUtime=4800.86 cores=0,2,4,6
/proc/32450/stat : 32450 (java) Z 32448 32450 30400 0 -1 4203548 3988958 0 3 0 478905 1181 0 0 16 0 2 0 499901680 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32450/statm: 0 0 0 0 0 0 0
[pid=32450/tid=32478] ppid=32448 vsize=0 CPUtime=1162.49 cores=0,2,4,6
/proc/32450/task/32478/stat : 32478 (java) R 32448 32450 30400 0 -1 4203588 11993 0 0 0 116238 11 0 0 24 0 2 0 499902834 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.86
Current children cumulated vsize (KiB) 0

[startup+1276.61 s]
/proc/loadavg: 7.05 6.37 6.93 6/201 32567
/proc/meminfo: memFree=21978376/32951124 swapFree=67105204/67111528
[pid=32450] ppid=32448 vsize=0 CPUtime=4801.26 cores=0,2,4,6
/proc/32450/stat : 32450 (java) Z 32448 32450 30400 0 -1 4203548 3988958 0 3 0 478905 1221 0 0 16 0 2 0 499901680 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32450/statm: 0 0 0 0 0 0 0
[pid=32450/tid=32478] ppid=32448 vsize=0 CPUtime=1162.89 cores=0,2,4,6
/proc/32450/task/32478/stat : 32478 (java) R 32448 32450 30400 0 -1 4203588 11993 0 0 0 116238 51 0 0 25 0 2 0 499902834 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4801.26
Current children cumulated vsize (KiB) 0

[startup+1276.7 s]
/proc/loadavg: 7.05 6.37 6.93 6/201 32567
/proc/meminfo: memFree=21978376/32951124 swapFree=67105204/67111528
[pid=32450] ppid=32448 vsize=0 CPUtime=4801.36 cores=0,2,4,6
/proc/32450/stat : 32450 (java) Z 32448 32450 30400 0 -1 4203548 3988958 0 3 0 478905 1231 0 0 16 0 2 0 499901680 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32450/statm: 0 0 0 0 0 0 0
[pid=32450/tid=32478] ppid=32448 vsize=0 CPUtime=1162.99 cores=0,2,4,6
/proc/32450/task/32478/stat : 32478 (java) R 32448 32450 30400 0 -1 4203588 11993 0 0 0 116238 61 0 0 25 0 2 0 499902834 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4801.36
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1276.79
CPU time (s): 4801.45
CPU user time (s): 4789.06
CPU system time (s): 12.3971
CPU usage (%): 376.057
Max. virtual memory (cumulated for all children) (KiB): 15688196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.06
system time used= 12.3971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3988958
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43972
involuntary context switches= 82687

runsolver used 2.22166 second user time and 4.86326 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 13:00:58
IDJOB=3313310
IDBENCH=69571
IDSOLVER=1699
FILE ID=node147/3313310-1304074856
RUNJOBID= node147-1304074808-32358
PBS_JOBID= 13170424
Free space on /tmp= 72568 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313310-1304074856/watcher-3313310-1304074856 -o /tmp/evaluation-result-3313310-1304074856/solver-3313310-1304074856 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313310-1304074856.cnf

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=336431255

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21491472 kB
Buffers:       1031260 kB
Cached:        5918404 kB
SwapCached:          4 kB
Active:        5434536 kB
Inactive:      5569796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21491472 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           79472 kB
Writeback:           0 kB
AnonPages:     4054568 kB
Mapped:          23396 kB
Slab:           383856 kB
PageTables:      12648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5589480 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= 72588 MiB
End job on node147 at 2011-04-29 13:22:16