Trace number 3313278

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) 3031.9 1300.64

General information on the benchmark

Namevelev-npe-1.0-9dlx-b71.cnf
MD5SUM75d91f0ba4398ccb5b452707c0e7fa27
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.3769
Satisfiable
(Un)Satisfiability was proved
Number of variables889302
Number of clauses14582074
Sum of the clauses size42006170
Maximum clause length5391
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 212803954
Number of clauses of size 3913633
Number of clauses of size 418493
Number of clauses of size 536153
Number of clauses of size over 5809840

Solver Data

0.10/0.11	20:19 INFO : Reading from input HOME/instance-3313278-1304094009.cnf
50.78/49.67	Executor set job limit to 1000000
50.78/49.67	Executor set job limit to 1000000
50.78/49.67	Executor set job limit to 1000000
50.78/49.67	Executor set job limit to 1000000
50.78/49.67	Starting Executor!
50.78/49.67	Starting Executor!
50.78/49.67	Starting Executor!
50.78/49.67	Starting Executor!
456.36/447.65	27:47 INFO : 888616 variables remaining out of 889302
456.36/447.65	27:47 INFO : 94498561 literals remaining out of 56588244

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-3313278-1304094009/watcher-3313278-1304094009 -o /tmp/evaluation-result-3313278-1304094009/solver-3313278-1304094009 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313278-1304094009.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: 7.63 7.99 7.80 5/198 29015
/proc/meminfo: memFree=17246180/32951124 swapFree=67111528/67111528
[pid=29015] ppid=29013 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/29015/stat : 29015 (java) S 29013 29015 28678 0 -1 4202496 1425 0 0 0 0 0 0 0 25 0 2 0 501817782 29065216 894 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522100197 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/29015/statm: 7096 898 686 9 0 381 0
[pid=29015/tid=29016] ppid=29013 vsize=28436 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29016/stat : 29016 (java) R 29013 29015 28678 0 -1 4202560 77 0 0 0 0 0 0 0 25 0 2 0 501817782 29118464 904 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233505373831 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0812549 s]
/proc/loadavg: 7.63 7.99 7.80 5/198 29015
/proc/meminfo: memFree=17246180/32951124 swapFree=67111528/67111528
[pid=29015] ppid=29013 vsize=15741876 CPUtime=0.08 cores=0,2,4,6
/proc/29015/stat : 29015 (java) S 29013 29015 28678 0 -1 4202496 5350 0 1 0 7 1 0 0 25 0 18 0 501817782 16119681024 4755 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29015/statm: 3935469 4756 2106 9 0 3926188 0
[pid=29015/tid=29016] ppid=29013 vsize=15741876 CPUtime=0.06 cores=0,2,4,6
/proc/29015/task/29016/stat : 29016 (java) R 29013 29015 28678 0 -1 4202560 3199 0 1 0 6 0 0 0 25 0 18 0 501817782 16119681024 4756 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522124235 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) 15741876

[startup+0.100457 s]
/proc/loadavg: 7.63 7.99 7.80 5/198 29015
/proc/meminfo: memFree=17246180/32951124 swapFree=67111528/67111528
[pid=29015] ppid=29013 vsize=15741876 CPUtime=0.1 cores=0,2,4,6
/proc/29015/stat : 29015 (java) S 29013 29015 28678 0 -1 4202496 5632 0 1 0 9 1 0 0 25 0 18 0 501817782 16119681024 5037 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29015/statm: 3935469 5038 2117 9 0 3926188 0
[pid=29015/tid=29016] ppid=29013 vsize=15741876 CPUtime=0.08 cores=0,2,4,6
/proc/29015/task/29016/stat : 29016 (java) R 29013 29015 28678 0 -1 4202560 3472 0 1 0 8 0 0 0 25 0 18 0 501817782 16119681024 5038 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522124235 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15741876

[startup+0.300426 s]
/proc/loadavg: 7.63 7.99 7.80 5/198 29015
/proc/meminfo: memFree=17246180/32951124 swapFree=67111528/67111528
[pid=29015] ppid=29013 vsize=15747052 CPUtime=0.53 cores=0,2,4,6
/proc/29015/stat : 29015 (java) S 29013 29015 28678 0 -1 4202496 16516 0 1 0 50 3 0 0 25 0 18 0 501817782 16124981248 14672 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29015/statm: 3936763 14679 2212 9 0 3927482 0
[pid=29015/tid=29016] ppid=29013 vsize=15747052 CPUtime=0.28 cores=0,2,4,6
/proc/29015/task/29016/stat : 29016 (java) R 29013 29015 28678 0 -1 4202560 11351 0 1 0 26 2 0 0 25 0 18 0 501817782 16124981248 14682 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 46912505597726 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15747052

[startup+0.700355 s]
/proc/loadavg: 7.63 7.99 7.80 5/198 29015
/proc/meminfo: memFree=17246180/32951124 swapFree=67111528/67111528
[pid=29015] ppid=29013 vsize=15747052 CPUtime=0.94 cores=0,2,4,6
/proc/29015/stat : 29015 (java) S 29013 29015 28678 0 -1 4202496 43634 0 1 0 88 6 0 0 25 0 18 0 501817782 16124981248 41788 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29015/statm: 3936763 41788 2228 9 0 3927482 0
[pid=29015/tid=29016] ppid=29013 vsize=15747052 CPUtime=0.67 cores=0,2,4,6
/proc/29015/task/29016/stat : 29016 (java) R 29013 29015 28678 0 -1 4202560 35542 0 1 0 63 4 0 0 25 0 18 0 501817782 16124981248 41788 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522124235 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 15747052

[startup+1.50121 s]
/proc/loadavg: 7.63 7.99 7.80 6/216 29033
/proc/meminfo: memFree=16842004/32951124 swapFree=67111528/67111528
[pid=29015] ppid=29013 vsize=15747052 CPUtime=1.76 cores=0,2,4,6
/proc/29015/stat : 29015 (java) S 29013 29015 28678 0 -1 4202496 77533 0 1 0 166 10 0 0 25 0 18 0 501817782 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29015/statm: 3936763 75684 2228 9 0 3927482 0
[pid=29015/tid=29016] ppid=29013 vsize=15747052 CPUtime=1.47 cores=0,2,4,6
/proc/29015/task/29016/stat : 29016 (java) R 29013 29015 28678 0 -1 4202560 64557 0 1 0 139 8 0 0 25 0 18 0 501817782 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522124235 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29015/tid=29018] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29018/stat : 29018 (java) S 29013 29015 28678 0 -1 4202560 2505 0 0 0 0 0 0 0 16 0 18 0 501817783 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29019] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29019/stat : 29019 (java) S 29013 29015 28678 0 -1 4202560 3028 0 0 0 0 0 0 0 15 0 18 0 501817783 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29020] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29020/stat : 29020 (java) S 29013 29015 28678 0 -1 4202560 431 0 0 0 0 0 0 0 15 0 18 0 501817783 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
[pid=29015/tid=29021] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29021/stat : 29021 (java) S 29013 29015 28678 0 -1 4202560 675 0 0 0 0 0 0 0 15 0 18 0 501817783 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
[pid=29015/tid=29022] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29022/stat : 29022 (java) S 29013 29015 28678 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 18 0 501817783 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
[pid=29015/tid=29023] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29023/stat : 29023 (java) S 29013 29015 28678 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 501817783 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29024] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29024/stat : 29024 (java) S 29013 29015 28678 0 -1 4202560 877 0 0 0 0 0 0 0 15 0 18 0 501817783 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29025] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29025/stat : 29025 (java) S 29013 29015 28678 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 501817783 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 6 0 0 0
[pid=29015/tid=29026] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29026/stat : 29026 (java) S 29013 29015 28678 0 -1 4202560 188 0 0 0 0 0 0 0 16 0 18 0 501817784 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522114048 0 0 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29027] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29027/stat : 29027 (java) S 29013 29015 28678 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 501817784 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29028] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29028/stat : 29028 (java) S 29013 29015 28678 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 501817784 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29029] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29029/stat : 29029 (java) S 29013 29015 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 501817786 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522121137 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29030] ppid=29013 vsize=15747052 CPUtime=0.13 cores=0,2,4,6
/proc/29015/task/29030/stat : 29030 (java) S 29013 29015 28678 0 -1 4202560 2333 0 0 0 13 0 0 0 15 0 18 0 501817786 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29031] ppid=29013 vsize=15747052 CPUtime=0.1 cores=0,2,4,6
/proc/29015/task/29031/stat : 29031 (java) S 29013 29015 28678 0 -1 4202560 1447 0 0 0 10 0 0 0 17 0 18 0 501817786 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 6 0 0 0
[pid=29015/tid=29032] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29032/stat : 29032 (java) S 29013 29015 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 501817786 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29033] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29033/stat : 29033 (java) S 29013 29015 28678 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 501817786 16124981248 75684 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522114048 0 4 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 15747052

[startup+3.10092 s]
/proc/loadavg: 7.42 7.94 7.78 6/216 29033
/proc/meminfo: memFree=16469756/32951124 swapFree=67111528/67111528
[pid=29015] ppid=29013 vsize=15747052 CPUtime=3.45 cores=0,2,4,6
/proc/29015/stat : 29015 (java) S 29013 29015 28678 0 -1 4202496 147315 0 1 0 325 20 0 0 25 0 18 0 501817782 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29015/statm: 3936763 145383 2246 9 0 3927482 0
[pid=29015/tid=29016] ppid=29013 vsize=15747052 CPUtime=3.05 cores=0,2,4,6
/proc/29015/task/29016/stat : 29016 (java) R 29013 29015 28678 0 -1 4202560 124395 0 1 0 289 16 0 0 25 0 18 0 501817782 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522124235 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29015/tid=29018] ppid=29013 vsize=15747052 CPUtime=0.01 cores=0,2,4,6
/proc/29015/task/29018/stat : 29018 (java) S 29013 29015 28678 0 -1 4202560 2549 0 0 0 1 0 0 0 15 0 18 0 501817783 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29019] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29019/stat : 29019 (java) S 29013 29015 28678 0 -1 4202560 3028 0 0 0 0 0 0 0 16 0 18 0 501817783 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 6 0 0 0
[pid=29015/tid=29020] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29020/stat : 29020 (java) S 29013 29015 28678 0 -1 4202560 5551 0 0 0 0 0 0 0 16 0 18 0 501817783 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
[pid=29015/tid=29021] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29021/stat : 29021 (java) S 29013 29015 28678 0 -1 4202560 1590 0 0 0 0 0 0 0 15 0 18 0 501817783 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29022] ppid=29013 vsize=15747052 CPUtime=0.01 cores=0,2,4,6
/proc/29015/task/29022/stat : 29022 (java) S 29013 29015 28678 0 -1 4202560 931 0 0 0 1 0 0 0 15 0 18 0 501817783 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29023] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29023/stat : 29023 (java) S 29013 29015 28678 0 -1 4202560 2579 0 0 0 0 0 0 0 15 0 18 0 501817783 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29024] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29024/stat : 29024 (java) S 29013 29015 28678 0 -1 4202560 877 0 0 0 0 0 0 0 15 0 18 0 501817783 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29025] ppid=29013 vsize=15747052 CPUtime=0.01 cores=0,2,4,6
/proc/29015/task/29025/stat : 29025 (java) S 29013 29015 28678 0 -1 4202560 74 0 0 0 1 0 0 0 15 0 18 0 501817783 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
[pid=29015/tid=29026] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29026/stat : 29026 (java) S 29013 29015 28678 0 -1 4202560 441 0 0 0 0 0 0 0 16 0 18 0 501817784 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522114048 0 0 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29027] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29027/stat : 29027 (java) S 29013 29015 28678 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 501817784 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29028] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29028/stat : 29028 (java) S 29013 29015 28678 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 501817784 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29029] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29029/stat : 29029 (java) S 29013 29015 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 501817786 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522121137 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29030] ppid=29013 vsize=15747052 CPUtime=0.16 cores=0,2,4,6
/proc/29015/task/29030/stat : 29030 (java) S 29013 29015 28678 0 -1 4202560 2352 0 0 0 16 0 0 0 15 0 18 0 501817786 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29031] ppid=29013 vsize=15747052 CPUtime=0.12 cores=0,2,4,6
/proc/29015/task/29031/stat : 29031 (java) S 29013 29015 28678 0 -1 4202560 1561 0 0 0 12 0 0 0 15 0 18 0 501817786 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
[pid=29015/tid=29032] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29032/stat : 29032 (java) S 29013 29015 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 501817786 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29033] ppid=29013 vsize=15747052 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29033/stat : 29033 (java) S 29013 29015 28678 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 501817786 16124981248 145383 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522114048 0 4 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 15747052

[startup+6.30135 s]
/proc/loadavg: 7.42 7.94 7.78 6/216 29033
/proc/meminfo: memFree=15162572/32951124 swapFree=67111528/67111528
[pid=29015] ppid=29013 vsize=15743868 CPUtime=6.7 cores=0,2,4,6
/proc/29015/stat : 29015 (java) S 29013 29015 28678 0 -1 4202496 285405 0 1 0 634 36 0 0 25 0 18 0 501817782 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29015/statm: 3935967 282824 2246 9 0 3926686 0
[pid=29015/tid=29016] ppid=29013 vsize=15743868 CPUtime=6.22 cores=0,2,4,6
/proc/29015/task/29016/stat : 29016 (java) R 29013 29015 28678 0 -1 4202560 251972 0 1 0 591 31 0 0 25 0 18 0 501817782 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 46912505521361 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29015/tid=29018] ppid=29013 vsize=15743868 CPUtime=0.02 cores=0,2,4,6
/proc/29015/task/29018/stat : 29018 (java) S 29013 29015 28678 0 -1 4202560 2549 0 0 0 2 0 0 0 15 0 18 0 501817783 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29019] ppid=29013 vsize=15743868 CPUtime=0.01 cores=0,2,4,6
/proc/29015/task/29019/stat : 29019 (java) S 29013 29015 28678 0 -1 4202560 3028 0 0 0 1 0 0 0 15 0 18 0 501817783 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 6 0 0 0
[pid=29015/tid=29020] ppid=29013 vsize=15743868 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29020/stat : 29020 (java) S 29013 29015 28678 0 -1 4202560 5552 0 0 0 0 0 0 0 15 0 18 0 501817783 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
[pid=29015/tid=29021] ppid=29013 vsize=15743868 CPUtime=0.01 cores=0,2,4,6
/proc/29015/task/29021/stat : 29021 (java) S 29013 29015 28678 0 -1 4202560 1590 0 0 0 1 0 0 0 15 0 18 0 501817783 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
[pid=29015/tid=29022] ppid=29013 vsize=15743868 CPUtime=0.02 cores=0,2,4,6
/proc/29015/task/29022/stat : 29022 (java) S 29013 29015 28678 0 -1 4202560 931 0 0 0 2 0 0 0 15 0 18 0 501817783 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29023] ppid=29013 vsize=15743868 CPUtime=0.02 cores=0,2,4,6
/proc/29015/task/29023/stat : 29023 (java) S 29013 29015 28678 0 -1 4202560 12820 0 0 0 1 1 0 0 16 0 18 0 501817783 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29024] ppid=29013 vsize=15743868 CPUtime=0.01 cores=0,2,4,6
/proc/29015/task/29024/stat : 29024 (java) S 29013 29015 28678 0 -1 4202560 877 0 0 0 1 0 0 0 15 0 18 0 501817783 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 6 0 0 0
[pid=29015/tid=29025] ppid=29013 vsize=15743868 CPUtime=0.02 cores=0,2,4,6
/proc/29015/task/29025/stat : 29025 (java) S 29013 29015 28678 0 -1 4202560 74 0 0 0 2 0 0 0 15 0 18 0 501817783 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
[pid=29015/tid=29026] ppid=29013 vsize=15743868 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29026/stat : 29026 (java) S 29013 29015 28678 0 -1 4202560 712 0 0 0 0 0 0 0 16 0 18 0 501817784 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522114048 0 0 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29027] ppid=29013 vsize=15743868 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29027/stat : 29027 (java) S 29013 29015 28678 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 501817784 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29028] ppid=29013 vsize=15743868 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29028/stat : 29028 (java) S 29013 29015 28678 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 501817784 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29029] ppid=29013 vsize=15743868 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29029/stat : 29029 (java) S 29013 29015 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 501817786 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522121137 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29030] ppid=29013 vsize=15743868 CPUtime=0.16 cores=0,2,4,6
/proc/29015/task/29030/stat : 29030 (java) S 29013 29015 28678 0 -1 4202560 2352 0 0 0 16 0 0 0 15 0 18 0 501817786 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29031] ppid=29013 vsize=15743868 CPUtime=0.12 cores=0,2,4,6
/proc/29015/task/29031/stat : 29031 (java) S 29013 29015 28678 0 -1 4202560 1561 0 0 0 12 0 0 0 15 0 18 0 501817786 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
[pid=29015/tid=29032] ppid=29013 vsize=15743868 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29032/stat : 29032 (java) S 29013 29015 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 501817786 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29033] ppid=29013 vsize=15743868 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29033/stat : 29033 (java) S 29013 29015 28678 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 501817786 16121720832 282824 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522114048 0 4 0 16800975 18446604453942101888 0 0 -1 0 0 0 0

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

[pid=29015/tid=29026] ppid=29013 vsize=15754712 CPUtime=57.77 cores=0,2,4,6
/proc/29015/task/29026/stat : 29026 (java) S 29013 29015 28678 0 -1 4202560 444122 0 0 0 5705 72 0 0 15 0 22 0 501817784 16132825088 3810800 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522114048 0 0 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
[pid=29015/tid=29027] ppid=29013 vsize=15754712 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29027/stat : 29027 (java) S 29013 29015 28678 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 501817784 16132825088 3810800 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29028] ppid=29013 vsize=15754712 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29028/stat : 29028 (java) S 29013 29015 28678 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 501817784 16132825088 3810800 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29029] ppid=29013 vsize=15754712 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29029/stat : 29029 (java) S 29013 29015 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501817786 16132825088 3810800 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522121137 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29030] ppid=29013 vsize=15754712 CPUtime=1.24 cores=0,2,4,6
/proc/29015/task/29030/stat : 29030 (java) S 29013 29015 28678 0 -1 4202560 6820 0 0 0 124 0 0 0 15 0 22 0 501817786 16132825088 3810800 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29031] ppid=29013 vsize=15754712 CPUtime=1.78 cores=0,2,4,6
/proc/29015/task/29031/stat : 29031 (java) S 29013 29015 28678 0 -1 4202560 17142 0 0 0 177 1 0 0 15 0 22 0 501817786 16132825088 3810800 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
[pid=29015/tid=29032] ppid=29013 vsize=15754712 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29032/stat : 29032 (java) S 29013 29015 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501817786 16132825088 3810800 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29033] ppid=29013 vsize=15754712 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29033/stat : 29033 (java) S 29013 29015 28678 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 501817786 16132825088 3810800 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522114048 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29035] ppid=29013 vsize=15754712 CPUtime=412.38 cores=0,2,4,6
/proc/29015/task/29035/stat : 29035 (java) R 29013 29015 28678 0 -1 4202560 50 0 0 0 41238 0 0 0 22 0 22 0 501822749 16132825088 3810800 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 46912505929551 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=29015/tid=29036] ppid=29013 vsize=15754712 CPUtime=360.72 cores=0,2,4,6
/proc/29015/task/29036/stat : 29036 (java) R 29013 29015 28678 0 -1 4202560 27 0 0 0 36072 0 0 0 22 0 22 0 501822749 16132825088 3810800 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 46912506438548 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=29015/tid=29037] ppid=29013 vsize=15754712 CPUtime=641.84 cores=0,2,4,6
/proc/29015/task/29037/stat : 29037 (java) R 29013 29015 28678 0 -1 4202560 20661 0 0 0 64181 3 0 0 22 0 22 0 501822749 16132825088 3810800 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 46912506172489 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29015/tid=29038] ppid=29013 vsize=15754712 CPUtime=641.73 cores=0,2,4,6
/proc/29015/task/29038/stat : 29038 (java) R 29013 29015 28678 0 -1 4202560 17800 0 0 0 64172 1 0 0 22 0 22 0 501822750 16132825088 3810800 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 46912505809472 0 4 0 16800975 0 0 0 -1 4 0 0 3
Current children cumulated CPU time (s) 2662.94
Current children cumulated vsize (KiB) 15754712

[startup+1242.31 s]
/proc/loadavg: 5.59 6.92 6.92 5/193 29093
/proc/meminfo: memFree=3252040/32951124 swapFree=67111528/67111528
[pid=29015] ppid=29013 vsize=15754712 CPUtime=2842.8 cores=0,2,4,6
/proc/29015/stat : 29015 (java) S 29013 29015 28678 0 -1 4202496 4806070 0 1 0 283424 856 0 0 25 0 22 0 501817782 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29015/statm: 3938678 3865981 2297 9 0 3929397 0
[pid=29015/tid=29016] ppid=29013 vsize=15754712 CPUtime=441.31 cores=0,2,4,6
/proc/29015/task/29016/stat : 29016 (java) S 29013 29015 28678 0 -1 4202560 508066 0 1 0 44056 75 0 0 25 0 22 0 501817782 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29018] ppid=29013 vsize=15754712 CPUtime=15.3 cores=0,2,4,6
/proc/29015/task/29018/stat : 29018 (java) S 29013 29015 28678 0 -1 4202560 492258 0 0 0 1433 97 0 0 16 0 22 0 501817783 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 6 0 0 0
[pid=29015/tid=29019] ppid=29013 vsize=15754712 CPUtime=13.41 cores=0,2,4,6
/proc/29015/task/29019/stat : 29019 (java) S 29013 29015 28678 0 -1 4202560 338748 0 0 0 1285 56 0 0 16 0 22 0 501817783 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29020] ppid=29013 vsize=15754712 CPUtime=13.11 cores=0,2,4,6
/proc/29015/task/29020/stat : 29020 (java) S 29013 29015 28678 0 -1 4202560 555922 0 0 0 1217 94 0 0 16 0 22 0 501817783 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 6 0 0 0
[pid=29015/tid=29021] ppid=29013 vsize=15754712 CPUtime=12.44 cores=0,2,4,6
/proc/29015/task/29021/stat : 29021 (java) S 29013 29015 28678 0 -1 4202560 447113 0 0 0 1155 89 0 0 16 0 22 0 501817783 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29022] ppid=29013 vsize=15754712 CPUtime=14.26 cores=0,2,4,6
/proc/29015/task/29022/stat : 29022 (java) S 29013 29015 28678 0 -1 4202560 519163 0 0 0 1329 97 0 0 16 0 22 0 501817783 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29023] ppid=29013 vsize=15754712 CPUtime=14.22 cores=0,2,4,6
/proc/29015/task/29023/stat : 29023 (java) S 29013 29015 28678 0 -1 4202560 452298 0 0 0 1344 78 0 0 16 0 22 0 501817783 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29024] ppid=29013 vsize=15754712 CPUtime=13.43 cores=0,2,4,6
/proc/29015/task/29024/stat : 29024 (java) S 29013 29015 28678 0 -1 4202560 540042 0 0 0 1246 97 0 0 16 0 22 0 501817783 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29025] ppid=29013 vsize=15754712 CPUtime=13.72 cores=0,2,4,6
/proc/29015/task/29025/stat : 29025 (java) S 29013 29015 28678 0 -1 4202560 418494 0 0 0 1289 83 0 0 16 0 22 0 501817783 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 6 0 0 0
[pid=29015/tid=29026] ppid=29013 vsize=15754712 CPUtime=77.74 cores=0,2,4,6
/proc/29015/task/29026/stat : 29026 (java) S 29013 29015 28678 0 -1 4202560 470002 0 0 0 7698 76 0 0 18 0 22 0 501817784 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522114048 0 0 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
[pid=29015/tid=29027] ppid=29013 vsize=15754712 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29027/stat : 29027 (java) S 29013 29015 28678 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 501817784 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29028] ppid=29013 vsize=15754712 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29028/stat : 29028 (java) S 29013 29015 28678 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 501817784 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29029] ppid=29013 vsize=15754712 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29029/stat : 29029 (java) S 29013 29015 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501817786 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522121137 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29030] ppid=29013 vsize=15754712 CPUtime=1.24 cores=0,2,4,6
/proc/29015/task/29030/stat : 29030 (java) S 29013 29015 28678 0 -1 4202560 6820 0 0 0 124 0 0 0 15 0 22 0 501817786 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29031] ppid=29013 vsize=15754712 CPUtime=1.78 cores=0,2,4,6
/proc/29015/task/29031/stat : 29031 (java) S 29013 29015 28678 0 -1 4202560 17142 0 0 0 177 1 0 0 15 0 22 0 501817786 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
[pid=29015/tid=29032] ppid=29013 vsize=15754712 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29032/stat : 29032 (java) S 29013 29015 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501817786 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29033] ppid=29013 vsize=15754712 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29033/stat : 29033 (java) S 29013 29015 28678 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 501817786 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522114048 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29035] ppid=29013 vsize=15754712 CPUtime=450.93 cores=0,2,4,6
/proc/29015/task/29035/stat : 29035 (java) R 29013 29015 28678 0 -1 4202560 51 0 0 0 45093 0 0 0 25 0 22 0 501822749 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 46912505891060 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=29015/tid=29036] ppid=29013 vsize=15754712 CPUtime=399.07 cores=0,2,4,6
/proc/29015/task/29036/stat : 29036 (java) R 29013 29015 28678 0 -1 4202560 28 0 0 0 39907 0 0 0 25 0 22 0 501822749 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 46912505891065 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=29015/tid=29037] ppid=29013 vsize=15754712 CPUtime=680.39 cores=0,2,4,6
/proc/29015/task/29037/stat : 29037 (java) R 29013 29015 28678 0 -1 4202560 20664 0 0 0 68036 3 0 0 25 0 22 0 501822749 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 46912506252213 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29015/tid=29038] ppid=29013 vsize=15754712 CPUtime=680.28 cores=0,2,4,6
/proc/29015/task/29038/stat : 29038 (java) R 29013 29015 28678 0 -1 4202560 17802 0 0 0 68027 1 0 0 25 0 22 0 501822750 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 46912506251922 0 4 0 16800975 0 0 0 -1 4 0 0 3
Current children cumulated CPU time (s) 2842.8
Current children cumulated vsize (KiB) 15754712



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.40 6.36 6.73 5/193 29094
/proc/meminfo: memFree=3251924/32951124 swapFree=67111528/67111528
[pid=29015] ppid=29013 vsize=15754712 CPUtime=3031.23 cores=0,2,4,6
/proc/29015/stat : 29015 (java) S 29013 29015 28678 0 -1 4202496 4806083 0 1 0 302267 856 0 0 25 0 22 0 501817782 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29015/statm: 3938678 3865981 2297 9 0 3929397 0
[pid=29015/tid=29016] ppid=29013 vsize=15754712 CPUtime=441.31 cores=0,2,4,6
/proc/29015/task/29016/stat : 29016 (java) S 29013 29015 28678 0 -1 4202560 508066 0 1 0 44056 75 0 0 25 0 22 0 501817782 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29018] ppid=29013 vsize=15754712 CPUtime=15.3 cores=0,2,4,6
/proc/29015/task/29018/stat : 29018 (java) S 29013 29015 28678 0 -1 4202560 492258 0 0 0 1433 97 0 0 16 0 22 0 501817783 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 6 0 0 0
[pid=29015/tid=29019] ppid=29013 vsize=15754712 CPUtime=13.41 cores=0,2,4,6
/proc/29015/task/29019/stat : 29019 (java) S 29013 29015 28678 0 -1 4202560 338748 0 0 0 1285 56 0 0 16 0 22 0 501817783 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29020] ppid=29013 vsize=15754712 CPUtime=13.11 cores=0,2,4,6
/proc/29015/task/29020/stat : 29020 (java) S 29013 29015 28678 0 -1 4202560 555922 0 0 0 1217 94 0 0 16 0 22 0 501817783 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 6 0 0 0
[pid=29015/tid=29021] ppid=29013 vsize=15754712 CPUtime=12.44 cores=0,2,4,6
/proc/29015/task/29021/stat : 29021 (java) S 29013 29015 28678 0 -1 4202560 447113 0 0 0 1155 89 0 0 16 0 22 0 501817783 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29022] ppid=29013 vsize=15754712 CPUtime=14.26 cores=0,2,4,6
/proc/29015/task/29022/stat : 29022 (java) S 29013 29015 28678 0 -1 4202560 519163 0 0 0 1329 97 0 0 16 0 22 0 501817783 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29023] ppid=29013 vsize=15754712 CPUtime=14.22 cores=0,2,4,6
/proc/29015/task/29023/stat : 29023 (java) S 29013 29015 28678 0 -1 4202560 452298 0 0 0 1344 78 0 0 16 0 22 0 501817783 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29024] ppid=29013 vsize=15754712 CPUtime=13.43 cores=0,2,4,6
/proc/29015/task/29024/stat : 29024 (java) S 29013 29015 28678 0 -1 4202560 540042 0 0 0 1246 97 0 0 16 0 22 0 501817783 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29025] ppid=29013 vsize=15754712 CPUtime=13.72 cores=0,2,4,6
/proc/29015/task/29025/stat : 29025 (java) S 29013 29015 28678 0 -1 4202560 418494 0 0 0 1289 83 0 0 16 0 22 0 501817783 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 6 0 0 0
[pid=29015/tid=29026] ppid=29013 vsize=15754712 CPUtime=91.79 cores=0,2,4,6
/proc/29015/task/29026/stat : 29026 (java) S 29013 29015 28678 0 -1 4202560 470006 0 0 0 9103 76 0 0 18 0 22 0 501817784 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522114048 0 0 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
[pid=29015/tid=29027] ppid=29013 vsize=15754712 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29027/stat : 29027 (java) S 29013 29015 28678 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 501817784 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29028] ppid=29013 vsize=15754712 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29028/stat : 29028 (java) S 29013 29015 28678 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 501817784 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29029] ppid=29013 vsize=15754712 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29029/stat : 29029 (java) S 29013 29015 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501817786 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522121137 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29030] ppid=29013 vsize=15754712 CPUtime=1.24 cores=0,2,4,6
/proc/29015/task/29030/stat : 29030 (java) S 29013 29015 28678 0 -1 4202560 6820 0 0 0 124 0 0 0 15 0 22 0 501817786 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 2 0 0 0
[pid=29015/tid=29031] ppid=29013 vsize=15754712 CPUtime=1.78 cores=0,2,4,6
/proc/29015/task/29031/stat : 29031 (java) S 29013 29015 28678 0 -1 4202560 17142 0 0 0 177 1 0 0 15 0 22 0 501817786 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 0 0 0 0
[pid=29015/tid=29032] ppid=29013 vsize=15754712 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29032/stat : 29032 (java) S 29013 29015 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 501817786 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522113433 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29033] ppid=29013 vsize=15754712 CPUtime=0 cores=0,2,4,6
/proc/29015/task/29033/stat : 29033 (java) S 29013 29015 28678 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 501817786 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 233522114048 0 4 0 16800975 18446604453942101888 0 0 -1 4 0 0 0
[pid=29015/tid=29035] ppid=29013 vsize=15754712 CPUtime=494.59 cores=0,2,4,6
/proc/29015/task/29035/stat : 29035 (java) R 29013 29015 28678 0 -1 4202560 53 0 0 0 49459 0 0 0 25 0 22 0 501822749 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 46912505809472 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=29015/tid=29036] ppid=29013 vsize=15754712 CPUtime=442.51 cores=0,2,4,6
/proc/29015/task/29036/stat : 29036 (java) R 29013 29015 28678 0 -1 4202560 29 0 0 0 44251 0 0 0 25 0 22 0 501822749 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 46912506129912 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29015/tid=29037] ppid=29013 vsize=15754712 CPUtime=724.02 cores=0,2,4,6
/proc/29015/task/29037/stat : 29037 (java) R 29013 29015 28678 0 -1 4202560 20666 0 0 0 72399 3 0 0 25 0 22 0 501822749 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 46912506360184 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=29015/tid=29038] ppid=29013 vsize=15754712 CPUtime=723.94 cores=0,2,4,6
/proc/29015/task/29038/stat : 29038 (java) R 29013 29015 28678 0 -1 4202560 17802 0 0 0 72393 1 0 0 25 0 22 0 501822750 16132825088 3865981 33554432000 1073741824 1073778376 140736386204384 18446744073709551615 46912506172476 0 4 0 16800975 0 0 0 -1 4 0 0 3
Current children cumulated CPU time (s) 3031.23
Current children cumulated vsize (KiB) 15754712

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

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

[startup+1300.11 s]
/proc/loadavg: 4.40 6.36 6.73 5/193 29094
/proc/meminfo: memFree=3251924/32951124 swapFree=67111528/67111528
[pid=29015] ppid=29013 vsize=0 CPUtime=3031.36 cores=0,2,4,6
/proc/29015/stat : 29015 (java) Z 29013 29015 28678 0 -1 4203548 4806109 0 1 0 302270 866 0 0 17 0 2 0 501817782 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29015/statm: 0 0 0 0 0 0 0
[pid=29015/tid=29037] ppid=29013 vsize=0 CPUtime=724.13 cores=0,2,4,6
/proc/29015/task/29037/stat : 29037 (java) R 29013 29015 28678 0 -1 4203588 20666 0 0 0 72400 13 0 0 25 0 2 0 501822749 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3031.36
Current children cumulated vsize (KiB) 0

[startup+1300.5 s]
/proc/loadavg: 4.40 6.36 6.73 2/174 29097
/proc/meminfo: memFree=15362300/32951124 swapFree=67111528/67111528
[pid=29015] ppid=29013 vsize=0 CPUtime=3031.75 cores=0,2,4,6
/proc/29015/stat : 29015 (java) Z 29013 29015 28678 0 -1 4203548 4806109 0 1 0 302270 905 0 0 17 0 2 0 501817782 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29015/statm: 0 0 0 0 0 0 0
[pid=29015/tid=29037] ppid=29013 vsize=0 CPUtime=724.52 cores=0,2,4,6
/proc/29015/task/29037/stat : 29037 (java) R 29013 29015 28678 0 -1 4203588 20666 0 0 0 72400 52 0 0 25 0 2 0 501822749 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3031.75
Current children cumulated vsize (KiB) 0

[startup+1300.61 s]
/proc/loadavg: 4.40 6.36 6.73 2/174 29097
/proc/meminfo: memFree=15362300/32951124 swapFree=67111528/67111528
[pid=29015] ppid=29013 vsize=0 CPUtime=3031.85 cores=0,2,4,6
/proc/29015/stat : 29015 (java) Z 29013 29015 28678 0 -1 4203548 4806109 0 1 0 302270 915 0 0 17 0 2 0 501817782 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29015/statm: 0 0 0 0 0 0 0
[pid=29015/tid=29037] ppid=29013 vsize=0 CPUtime=724.62 cores=0,2,4,6
/proc/29015/task/29037/stat : 29037 (java) R 29013 29015 28678 0 -1 4203588 20666 0 0 0 72400 62 0 0 25 0 2 0 501822749 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3031.85
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.64
CPU time (s): 3031.9
CPU user time (s): 3022.7
CPU system time (s): 9.1956
CPU usage (%): 233.107
Max. virtual memory (cumulated for all children) (KiB): 15778872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3022.7
system time used= 9.1956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4806109
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= 110157
involuntary context switches= 98186

runsolver used 2.16267 second user time and 4.95425 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 18:20:19
IDJOB=3313278
IDBENCH=71686
IDSOLVER=1699
FILE ID=node145/3313278-1304094009
RUNJOBID= node145-1304091590-28696
PBS_JOBID= 13170580
Free space on /tmp= 71892 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT_RACE06/velev-npe-1.0-9dlx-b71.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313278-1304094009/watcher-3313278-1304094009 -o /tmp/evaluation-result-3313278-1304094009/solver-3313278-1304094009 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313278-1304094009.cnf

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

MD5SUM BENCH= 75d91f0ba4398ccb5b452707c0e7fa27
RANDOM SEED=429327881

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17246460 kB
Buffers:       2052224 kB
Cached:       11528996 kB
SwapCached:          0 kB
Active:        4349492 kB
Inactive:     10774396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17246460 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          323664 kB
Writeback:           0 kB
AnonPages:     1541272 kB
Mapped:          23480 kB
Slab:           514052 kB
PageTables:       7388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2313144 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= 71896 MiB
End job on node145 at 2011-04-29 18:42:01