Trace number 3312583

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) 4800.11 1206.93

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1245124682-071.UNKNOWN.cnf
MD5SUMb386c0165fb504493e3604d6c778ca42
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.11	20:42 INFO : Reading from input HOME/instance-3312583-1304122842.cnf
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.54/0.38	20:42 INFO : 600 variables remaining out of 600
0.54/0.38	20:42 INFO : 10224 literals remaining out of 10224

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.71 7.96 7.98 6/198 5011
/proc/meminfo: memFree=30124252/32951124 swapFree=67110188/67111528
[pid=5011] ppid=5009 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/5011/stat : 5011 (java) R 5009 5011 4339 0 -1 4202496 1380 0 0 0 0 0 0 0 25 0 2 0 523884910 24580096 860 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222921833457 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5011/statm: 6001 862 659 9 0 381 0
[pid=5011/tid=5012] ppid=5009 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5012/stat : 5012 (java) R 5009 5011 4339 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 523884911 26714112 884 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222921437893 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.0525649 s]
/proc/loadavg: 7.71 7.96 7.98 6/198 5011
/proc/meminfo: memFree=30124252/32951124 swapFree=67110188/67111528
[pid=5011] ppid=5009 vsize=15674908 CPUtime=0.03 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5009 5011 4339 0 -1 4202496 4097 0 1 0 3 0 0 0 25 0 18 0 523884910 16051105792 3537 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5011/statm: 3918727 3538 1754 9 0 3909446 0
[pid=5011/tid=5012] ppid=5009 vsize=15674908 CPUtime=0.03 cores=1,3,5,7
/proc/5011/task/5012/stat : 5012 (java) R 5009 5011 4339 0 -1 4202560 2682 0 1 0 3 0 0 0 22 0 18 0 523884911 16051105792 3539 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933603787 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15674908

[startup+0.104561 s]
/proc/loadavg: 7.71 7.96 7.98 6/198 5011
/proc/meminfo: memFree=30124252/32951124 swapFree=67110188/67111528
[pid=5011] ppid=5009 vsize=15676232 CPUtime=0.11 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5009 5011 4339 0 -1 4202496 5631 0 1 0 10 1 0 0 25 0 18 0 523884910 16052461568 5071 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5011/statm: 3919058 5071 2117 9 0 3909777 0
[pid=5011/tid=5012] ppid=5009 vsize=15676232 CPUtime=0.09 cores=1,3,5,7
/proc/5011/task/5012/stat : 5012 (java) R 5009 5011 4339 0 -1 4202560 3496 0 1 0 8 1 0 0 18 0 18 0 523884911 16052461568 5071 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933603787 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676232

[startup+0.304507 s]
/proc/loadavg: 7.71 7.96 7.98 6/198 5011
/proc/meminfo: memFree=30124252/32951124 swapFree=67110188/67111528
[pid=5011] ppid=5009 vsize=15684512 CPUtime=0.54 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5009 5011 4339 0 -1 4202496 11185 0 1 0 52 2 0 0 25 0 22 0 523884910 16060940288 9530 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5011/statm: 3921128 9530 2212 9 0 3911847 0
[pid=5011/tid=5012] ppid=5009 vsize=15684512 CPUtime=0.28 cores=1,3,5,7
/proc/5011/task/5012/stat : 5012 (java) R 5009 5011 4339 0 -1 4202560 6252 0 1 0 27 1 0 0 19 0 22 0 523884911 16060940288 9530 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 47096390247296 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 15684512

[startup+0.744567 s]
/proc/loadavg: 7.71 7.96 7.98 6/198 5011
/proc/meminfo: memFree=30124252/32951124 swapFree=67110188/67111528
[pid=5011] ppid=5009 vsize=15701864 CPUtime=1.98 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5009 5011 4339 0 -1 4202496 29703 0 1 0 194 4 0 0 25 0 22 0 523884910 16078708736 24097 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5011/statm: 3925466 23895 2257 9 0 3916185 0
[pid=5011/tid=5012] ppid=5009 vsize=15699248 CPUtime=0.36 cores=1,3,5,7
/proc/5011/task/5012/stat : 5012 (java) S 5009 5011 4339 0 -1 4202560 6598 0 1 0 35 1 0 0 20 0 22 0 523884911 16076029952 23895 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 15701864

[startup+1.50126 s]
/proc/loadavg: 8.14 8.05 8.00 13/220 5033
/proc/meminfo: memFree=29938148/32951124 swapFree=67110188/67111528
[pid=5011] ppid=5009 vsize=15699248 CPUtime=4.99 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5009 5011 4339 0 -1 4202496 58841 0 1 0 492 7 0 0 25 0 22 0 523884910 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5011/statm: 3924812 51208 2272 9 0 3915531 0
[pid=5011/tid=5012] ppid=5009 vsize=15699248 CPUtime=0.36 cores=1,3,5,7
/proc/5011/task/5012/stat : 5012 (java) S 5009 5011 4339 0 -1 4202560 6598 0 1 0 35 1 0 0 20 0 22 0 523884911 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5014] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5014/stat : 5014 (java) S 5009 5011 4339 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523884911 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 7 0 0 0
[pid=5011/tid=5015] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5015/stat : 5015 (java) S 5009 5011 4339 0 -1 4202560 544 0 0 0 0 0 0 0 16 0 22 0 523884911 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5016] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5016/stat : 5016 (java) S 5009 5011 4339 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 523884911 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5017] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5017/stat : 5017 (java) S 5009 5011 4339 0 -1 4202560 880 0 0 0 0 0 0 0 16 0 22 0 523884911 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 7 0 0 0
[pid=5011/tid=5018] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5018/stat : 5018 (java) S 5009 5011 4339 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 22 0 523884911 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 1 0 0 0
[pid=5011/tid=5019] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5019/stat : 5019 (java) S 5009 5011 4339 0 -1 4202560 1783 0 0 0 0 0 0 0 16 0 22 0 523884911 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5020] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5020/stat : 5020 (java) S 5009 5011 4339 0 -1 4202560 846 0 0 0 0 0 0 0 16 0 22 0 523884911 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5021] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5021/stat : 5021 (java) S 5009 5011 4339 0 -1 4202560 425 0 0 0 0 0 0 0 15 0 22 0 523884911 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 7 0 0 0
[pid=5011/tid=5022] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5022/stat : 5022 (java) S 5009 5011 4339 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 523884912 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933593600 0 0 0 16800975 18446604465455306624 0 0 -1 7 0 0 0
[pid=5011/tid=5023] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5023/stat : 5023 (java) S 5009 5011 4339 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 523884913 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5024] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5024/stat : 5024 (java) R 5009 5011 4339 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523884913 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5011/tid=5025] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5025/stat : 5025 (java) S 5009 5011 4339 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523884915 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933600689 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5026] ppid=5009 vsize=15699248 CPUtime=0.84 cores=1,3,5,7
/proc/5011/task/5026/stat : 5026 (java) R 5009 5011 4339 0 -1 4202560 12319 0 0 0 83 1 0 0 21 0 22 0 523884915 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933602997 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5011/tid=5027] ppid=5009 vsize=15699248 CPUtime=0.85 cores=1,3,5,7
/proc/5011/task/5027/stat : 5027 (java) S 5009 5011 4339 0 -1 4202560 5079 0 0 0 85 0 0 0 17 0 22 0 523884915 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5028] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5028/stat : 5028 (java) S 5009 5011 4339 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523884915 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5029] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5029/stat : 5029 (java) S 5009 5011 4339 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523884915 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933593600 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5030] ppid=5009 vsize=15699248 CPUtime=0.95 cores=1,3,5,7
/proc/5011/task/5030/stat : 5030 (java) R 5009 5011 4339 0 -1 4202560 7763 0 0 0 94 1 0 0 17 0 22 0 523884936 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 46912505854372 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5011/tid=5031] ppid=5009 vsize=15699248 CPUtime=0.66 cores=1,3,5,7
/proc/5011/task/5031/stat : 5031 (java) R 5009 5011 4339 0 -1 4202560 6871 0 0 0 66 0 0 0 16 0 22 0 523884936 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 46912505862143 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5011/tid=5032] ppid=5009 vsize=15699248 CPUtime=0.68 cores=1,3,5,7
/proc/5011/task/5032/stat : 5032 (java) R 5009 5011 4339 0 -1 4202560 8911 0 0 0 67 1 0 0 18 0 22 0 523884936 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 46912505862140 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5011/tid=5033] ppid=5009 vsize=15699248 CPUtime=0.56 cores=1,3,5,7
/proc/5011/task/5033/stat : 5033 (java) R 5009 5011 4339 0 -1 4202560 5289 0 0 0 56 0 0 0 16 0 22 0 523884936 16076029952 51208 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 46912505749056 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 15699248

[startup+3.10097 s]
/proc/loadavg: 8.14 8.05 8.00 11/220 5033
/proc/meminfo: memFree=29794648/32951124 swapFree=67110188/67111528
[pid=5011] ppid=5009 vsize=15699248 CPUtime=11.37 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5009 5011 4339 0 -1 4202496 155828 0 1 0 1118 19 0 0 25 0 22 0 523884910 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5011/statm: 3924812 148144 2277 9 0 3915531 0
[pid=5011/tid=5012] ppid=5009 vsize=15699248 CPUtime=0.36 cores=1,3,5,7
/proc/5011/task/5012/stat : 5012 (java) S 5009 5011 4339 0 -1 4202560 6598 0 1 0 35 1 0 0 20 0 22 0 523884911 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5014] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5014/stat : 5014 (java) S 5009 5011 4339 0 -1 4202560 792 0 0 0 0 0 0 0 15 0 22 0 523884911 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5015] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5015/stat : 5015 (java) S 5009 5011 4339 0 -1 4202560 1619 0 0 0 0 0 0 0 15 0 22 0 523884911 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 7 0 0 0
[pid=5011/tid=5016] ppid=5009 vsize=15699248 CPUtime=0.01 cores=1,3,5,7
/proc/5011/task/5016/stat : 5016 (java) S 5009 5011 4339 0 -1 4202560 1970 0 0 0 1 0 0 0 16 0 22 0 523884911 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5017] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5017/stat : 5017 (java) S 5009 5011 4339 0 -1 4202560 2863 0 0 0 0 0 0 0 15 0 22 0 523884911 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 7 0 0 0
[pid=5011/tid=5018] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5018/stat : 5018 (java) S 5009 5011 4339 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 22 0 523884911 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 1 0 0 0
[pid=5011/tid=5019] ppid=5009 vsize=15699248 CPUtime=0.01 cores=1,3,5,7
/proc/5011/task/5019/stat : 5019 (java) S 5009 5011 4339 0 -1 4202560 3050 0 0 0 1 0 0 0 15 0 22 0 523884911 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5020] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5020/stat : 5020 (java) S 5009 5011 4339 0 -1 4202560 1817 0 0 0 0 0 0 0 15 0 22 0 523884911 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5021] ppid=5009 vsize=15699248 CPUtime=0.01 cores=1,3,5,7
/proc/5011/task/5021/stat : 5021 (java) S 5009 5011 4339 0 -1 4202560 2218 0 0 0 1 0 0 0 16 0 22 0 523884911 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 1 0 0 0
[pid=5011/tid=5022] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5022/stat : 5022 (java) S 5009 5011 4339 0 -1 4202560 442 0 0 0 0 0 0 0 15 0 22 0 523884912 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933593600 0 0 0 16800975 18446604465455306624 0 0 -1 1 0 0 0
[pid=5011/tid=5023] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5023/stat : 5023 (java) S 5009 5011 4339 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 523884913 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5024] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5024/stat : 5024 (java) S 5009 5011 4339 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 22 0 523884913 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5025] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5025/stat : 5025 (java) S 5009 5011 4339 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523884915 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933600689 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5026] ppid=5009 vsize=15699248 CPUtime=0.97 cores=1,3,5,7
/proc/5011/task/5026/stat : 5026 (java) R 5009 5011 4339 0 -1 4202560 12337 0 0 0 96 1 0 0 15 0 22 0 523884915 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 47096385408668 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5011/tid=5027] ppid=5009 vsize=15699248 CPUtime=0.87 cores=1,3,5,7
/proc/5011/task/5027/stat : 5027 (java) R 5009 5011 4339 0 -1 4202560 5083 0 0 0 87 0 0 0 15 0 22 0 523884915 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 47096386447798 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5011/tid=5028] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5028/stat : 5028 (java) S 5009 5011 4339 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523884915 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5029] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5029/stat : 5029 (java) S 5009 5011 4339 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523884915 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933593600 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5030] ppid=5009 vsize=15699248 CPUtime=2.53 cores=1,3,5,7
/proc/5011/task/5030/stat : 5030 (java) R 5009 5011 4339 0 -1 4202560 28991 0 0 0 251 2 0 0 19 0 22 0 523884936 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 46912505702549 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5011/tid=5031] ppid=5009 vsize=15699248 CPUtime=2.22 cores=1,3,5,7
/proc/5011/task/5031/stat : 5031 (java) R 5009 5011 4339 0 -1 4202560 28637 0 0 0 219 3 0 0 18 0 22 0 523884936 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5011/tid=5032] ppid=5009 vsize=15699248 CPUtime=2.11 cores=1,3,5,7
/proc/5011/task/5032/stat : 5032 (java) R 5009 5011 4339 0 -1 4202560 29993 0 0 0 208 3 0 0 20 0 22 0 523884936 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 46912505862118 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5011/tid=5033] ppid=5009 vsize=15699248 CPUtime=2.14 cores=1,3,5,7
/proc/5011/task/5033/stat : 5033 (java) R 5009 5011 4339 0 -1 4202560 27897 0 0 0 211 3 0 0 18 0 22 0 523884936 16076029952 148144 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 18446744073699065897 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (KiB) 15699248

[startup+6.30138 s]
/proc/loadavg: 8.14 8.05 8.00 9/220 5033
/proc/meminfo: memFree=29524940/32951124 swapFree=67110188/67111528
[pid=5011] ppid=5009 vsize=15699248 CPUtime=24.12 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5009 5011 4339 0 -1 4202496 163281 0 1 0 2392 20 0 0 25 0 22 0 523884910 16076029952 149599 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5011/statm: 3924812 149599 2284 9 0 3915531 0
[pid=5011/tid=5012] ppid=5009 vsize=15699248 CPUtime=0.36 cores=1,3,5,7
/proc/5011/task/5012/stat : 5012 (java) S 5009 5011 4339 0 -1 4202560 6598 0 1 0 35 1 0 0 20 0 22 0 523884911 16076029952 149599 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5014] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5014/stat : 5014 (java) S 5009 5011 4339 0 -1 4202560 1801 0 0 0 0 0 0 0 16 0 22 0 523884911 16076029952 149599 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 7 0 0 0
[pid=5011/tid=5015] ppid=5009 vsize=15699248 CPUtime=0.01 cores=1,3,5,7
/proc/5011/task/5015/stat : 5015 (java) S 5009 5011 4339 0 -1 4202560 2231 0 0 0 1 0 0 0 16 0 22 0 523884911 16076029952 149599 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5016] ppid=5009 vsize=15699248 CPUtime=0.01 cores=1,3,5,7
/proc/5011/task/5016/stat : 5016 (java) S 5009 5011 4339 0 -1 4202560 3319 0 0 0 1 0 0 0 15 0 22 0 523884911 16076029952 149599 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5017] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5017/stat : 5017 (java) S 5009 5011 4339 0 -1 4202560 3733 0 0 0 0 0 0 0 15 0 22 0 523884911 16076029952 149599 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 7 0 0 0
[pid=5011/tid=5018] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5018/stat : 5018 (java) S 5009 5011 4339 0 -1 4202560 1417 0 0 0 0 0 0 0 16 0 22 0 523884911 16076029952 149599 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 1 0 0 0
[pid=5011/tid=5019] ppid=5009 vsize=15699248 CPUtime=0.01 cores=1,3,5,7
/proc/5011/task/5019/stat : 5019 (java) S 5009 5011 4339 0 -1 4202560 3556 0 0 0 1 0 0 0 15 0 22 0 523884911 16076029952 149599 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5020] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5020/stat : 5020 (java) S 5009 5011 4339 0 -1 4202560 2915 0 0 0 0 0 0 0 16 0 22 0 523884911 16076029952 149599 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5021] ppid=5009 vsize=15699248 CPUtime=0.01 cores=1,3,5,7
/proc/5011/task/5021/stat : 5021 (java) S 5009 5011 4339 0 -1 4202560 2707 0 0 0 1 0 0 0 15 0 22 0 523884911 16076029952 149599 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 7 0 0 0

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

[pid=5011/tid=5031] ppid=5009 vsize=15699248 CPUtime=1048.76 cores=1,3,5,7
/proc/5011/task/5031/stat : 5031 (java) R 5009 5011 4339 0 -1 4202560 363916 0 0 0 104823 53 0 0 25 0 22 0 523884936 16076029952 106435 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 46912505854779 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5011/tid=5032] ppid=5009 vsize=15699248 CPUtime=1048.85 cores=1,3,5,7
/proc/5011/task/5032/stat : 5032 (java) R 5009 5011 4339 0 -1 4202560 363866 0 0 0 104832 53 0 0 25 0 22 0 523884936 16076029952 106435 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5011/tid=5033] ppid=5009 vsize=15699248 CPUtime=1048.41 cores=1,3,5,7
/proc/5011/task/5033/stat : 5033 (java) R 5009 5011 4339 0 -1 4202560 362352 0 0 0 104788 53 0 0 25 0 22 0 523884936 16076029952 106435 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 46912505600834 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4225.1
Current children cumulated vsize (KiB) 15699248

[startup+1122.3 s]
/proc/loadavg: 8.03 8.05 8.01 9/220 5063
/proc/meminfo: memFree=30018444/32951124 swapFree=67110188/67111528
[pid=5011] ppid=5009 vsize=15699248 CPUtime=4463.71 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5009 5011 4339 0 -1 4202496 2799509 0 1 0 445847 524 0 0 25 0 22 0 523884910 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5011/statm: 3924812 102258 2298 9 0 3915531 0
[pid=5011/tid=5012] ppid=5009 vsize=15699248 CPUtime=0.36 cores=1,3,5,7
/proc/5011/task/5012/stat : 5012 (java) S 5009 5011 4339 0 -1 4202560 6598 0 1 0 35 1 0 0 20 0 22 0 523884911 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5014] ppid=5009 vsize=15699248 CPUtime=3.46 cores=1,3,5,7
/proc/5011/task/5014/stat : 5014 (java) S 5009 5011 4339 0 -1 4202560 148353 0 0 0 318 28 0 0 16 0 22 0 523884911 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5015] ppid=5009 vsize=15699248 CPUtime=3.47 cores=1,3,5,7
/proc/5011/task/5015/stat : 5015 (java) S 5009 5011 4339 0 -1 4202560 155896 0 0 0 322 25 0 0 16 0 22 0 523884911 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 1 0 0 0
[pid=5011/tid=5016] ppid=5009 vsize=15699248 CPUtime=3.42 cores=1,3,5,7
/proc/5011/task/5016/stat : 5016 (java) S 5009 5011 4339 0 -1 4202560 153998 0 0 0 316 26 0 0 15 0 22 0 523884911 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5017] ppid=5009 vsize=15699248 CPUtime=3.49 cores=1,3,5,7
/proc/5011/task/5017/stat : 5017 (java) S 5009 5011 4339 0 -1 4202560 153923 0 0 0 319 30 0 0 15 0 22 0 523884911 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5018] ppid=5009 vsize=15699248 CPUtime=3.54 cores=1,3,5,7
/proc/5011/task/5018/stat : 5018 (java) S 5009 5011 4339 0 -1 4202560 154387 0 0 0 328 26 0 0 15 0 22 0 523884911 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 7 0 0 0
[pid=5011/tid=5019] ppid=5009 vsize=15699248 CPUtime=3.47 cores=1,3,5,7
/proc/5011/task/5019/stat : 5019 (java) S 5009 5011 4339 0 -1 4202560 157302 0 0 0 318 29 0 0 15 0 22 0 523884911 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5020] ppid=5009 vsize=15699248 CPUtime=3.46 cores=1,3,5,7
/proc/5011/task/5020/stat : 5020 (java) S 5009 5011 4339 0 -1 4202560 153696 0 0 0 320 26 0 0 15 0 22 0 523884911 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5021] ppid=5009 vsize=15699248 CPUtime=3.42 cores=1,3,5,7
/proc/5011/task/5021/stat : 5021 (java) S 5009 5011 4339 0 -1 4202560 156696 0 0 0 317 25 0 0 16 0 22 0 523884911 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 7 0 0 0
[pid=5011/tid=5022] ppid=5009 vsize=15699248 CPUtime=2.05 cores=1,3,5,7
/proc/5011/task/5022/stat : 5022 (java) S 5009 5011 4339 0 -1 4202560 7105 0 0 0 129 76 0 0 15 0 22 0 523884912 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933593600 0 0 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5023] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5023/stat : 5023 (java) S 5009 5011 4339 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 523884913 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5024] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5024/stat : 5024 (java) S 5009 5011 4339 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 22 0 523884913 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5025] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5025/stat : 5025 (java) S 5009 5011 4339 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523884915 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933600689 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5026] ppid=5009 vsize=15699248 CPUtime=1.11 cores=1,3,5,7
/proc/5011/task/5026/stat : 5026 (java) S 5009 5011 4339 0 -1 4202560 12369 0 0 0 110 1 0 0 15 0 22 0 523884915 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5027] ppid=5009 vsize=15699248 CPUtime=1 cores=1,3,5,7
/proc/5011/task/5027/stat : 5027 (java) S 5009 5011 4339 0 -1 4202560 5129 0 0 0 100 0 0 0 16 0 22 0 523884915 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5028] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5028/stat : 5028 (java) S 5009 5011 4339 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523884915 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5029] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5029/stat : 5029 (java) S 5009 5011 4339 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 523884915 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933593600 0 4 0 16800975 18446604465455306624 0 0 -1 1 0 0 0
[pid=5011/tid=5030] ppid=5009 vsize=15699248 CPUtime=1107.44 cores=1,3,5,7
/proc/5011/task/5030/stat : 5030 (java) R 5009 5011 4339 0 -1 4202560 381756 0 0 0 110689 55 0 0 25 0 22 0 523884936 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 46912505912907 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5011/tid=5031] ppid=5009 vsize=15699248 CPUtime=1108.02 cores=1,3,5,7
/proc/5011/task/5031/stat : 5031 (java) R 5009 5011 4339 0 -1 4202560 383336 0 0 0 110746 56 0 0 25 0 22 0 523884936 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 47096389908229 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5011/tid=5032] ppid=5009 vsize=15699248 CPUtime=1108.15 cores=1,3,5,7
/proc/5011/task/5032/stat : 5032 (java) R 5009 5011 4339 0 -1 4202560 385560 0 0 0 110760 55 0 0 25 0 22 0 523884936 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 46912505934523 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5011/tid=5033] ppid=5009 vsize=15699248 CPUtime=1107.68 cores=1,3,5,7
/proc/5011/task/5033/stat : 5033 (java) R 5009 5011 4339 0 -1 4202560 381957 0 0 0 110712 56 0 0 25 0 22 0 523884936 16076029952 102258 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 46912505702549 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4463.71
Current children cumulated vsize (KiB) 15699248

[startup+1182.3 s]
/proc/loadavg: 7.44 7.92 7.97 5/193 5085
/proc/meminfo: memFree=30379056/32951124 swapFree=67110188/67111528
[pid=5011] ppid=5009 vsize=15699248 CPUtime=4702.22 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5009 5011 4339 0 -1 4202496 2925006 0 1 0 469673 549 0 0 25 0 22 0 523884910 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5011/statm: 3924812 91612 2298 9 0 3915531 0
[pid=5011/tid=5012] ppid=5009 vsize=15699248 CPUtime=0.36 cores=1,3,5,7
/proc/5011/task/5012/stat : 5012 (java) S 5009 5011 4339 0 -1 4202560 6598 0 1 0 35 1 0 0 20 0 22 0 523884911 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5014] ppid=5009 vsize=15699248 CPUtime=3.63 cores=1,3,5,7
/proc/5011/task/5014/stat : 5014 (java) S 5009 5011 4339 0 -1 4202560 154523 0 0 0 335 28 0 0 15 0 22 0 523884911 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 1 0 0 0
[pid=5011/tid=5015] ppid=5009 vsize=15699248 CPUtime=3.64 cores=1,3,5,7
/proc/5011/task/5015/stat : 5015 (java) S 5009 5011 4339 0 -1 4202560 161286 0 0 0 338 26 0 0 15 0 22 0 523884911 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5016] ppid=5009 vsize=15699248 CPUtime=3.61 cores=1,3,5,7
/proc/5011/task/5016/stat : 5016 (java) S 5009 5011 4339 0 -1 4202560 160884 0 0 0 334 27 0 0 15 0 22 0 523884911 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5017] ppid=5009 vsize=15699248 CPUtime=3.66 cores=1,3,5,7
/proc/5011/task/5017/stat : 5017 (java) S 5009 5011 4339 0 -1 4202560 160600 0 0 0 335 31 0 0 15 0 22 0 523884911 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 1 0 0 0
[pid=5011/tid=5018] ppid=5009 vsize=15699248 CPUtime=3.72 cores=1,3,5,7
/proc/5011/task/5018/stat : 5018 (java) S 5009 5011 4339 0 -1 4202560 162259 0 0 0 345 27 0 0 16 0 22 0 523884911 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 1 0 0 0
[pid=5011/tid=5019] ppid=5009 vsize=15699248 CPUtime=3.64 cores=1,3,5,7
/proc/5011/task/5019/stat : 5019 (java) S 5009 5011 4339 0 -1 4202560 164092 0 0 0 333 31 0 0 15 0 22 0 523884911 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5020] ppid=5009 vsize=15699248 CPUtime=3.66 cores=1,3,5,7
/proc/5011/task/5020/stat : 5020 (java) S 5009 5011 4339 0 -1 4202560 161926 0 0 0 338 28 0 0 15 0 22 0 523884911 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5021] ppid=5009 vsize=15699248 CPUtime=3.59 cores=1,3,5,7
/proc/5011/task/5021/stat : 5021 (java) S 5009 5011 4339 0 -1 4202560 163337 0 0 0 333 26 0 0 16 0 22 0 523884911 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5022] ppid=5009 vsize=15699248 CPUtime=2.21 cores=1,3,5,7
/proc/5011/task/5022/stat : 5022 (java) S 5009 5011 4339 0 -1 4202560 7400 0 0 0 140 81 0 0 15 0 22 0 523884912 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933593600 0 0 0 16800975 18446604465455306624 0 0 -1 7 0 0 0
[pid=5011/tid=5023] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5023/stat : 5023 (java) S 5009 5011 4339 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 523884913 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5024] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5024/stat : 5024 (java) S 5009 5011 4339 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 22 0 523884913 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5025] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5025/stat : 5025 (java) S 5009 5011 4339 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523884915 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933600689 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5026] ppid=5009 vsize=15699248 CPUtime=1.11 cores=1,3,5,7
/proc/5011/task/5026/stat : 5026 (java) S 5009 5011 4339 0 -1 4202560 12369 0 0 0 110 1 0 0 15 0 22 0 523884915 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5027] ppid=5009 vsize=15699248 CPUtime=1 cores=1,3,5,7
/proc/5011/task/5027/stat : 5027 (java) S 5009 5011 4339 0 -1 4202560 5129 0 0 0 100 0 0 0 16 0 22 0 523884915 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5028] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5028/stat : 5028 (java) S 5009 5011 4339 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523884915 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5029] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5029/stat : 5029 (java) S 5009 5011 4339 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 523884915 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933593600 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5030] ppid=5009 vsize=15699248 CPUtime=1166.65 cores=1,3,5,7
/proc/5011/task/5030/stat : 5030 (java) R 5009 5011 4339 0 -1 4202560 398995 0 0 0 116607 58 0 0 25 0 22 0 523884936 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 46912505728208 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5011/tid=5031] ppid=5009 vsize=15699248 CPUtime=1167.23 cores=1,3,5,7
/proc/5011/task/5031/stat : 5031 (java) R 5009 5011 4339 0 -1 4202560 400920 0 0 0 116664 59 0 0 25 0 22 0 523884936 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 47096389372992 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5011/tid=5032] ppid=5009 vsize=15699248 CPUtime=1167.47 cores=1,3,5,7
/proc/5011/task/5032/stat : 5032 (java) R 5009 5011 4339 0 -1 4202560 403627 0 0 0 116689 58 0 0 25 0 22 0 523884936 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 46912505702549 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5011/tid=5033] ppid=5009 vsize=15699248 CPUtime=1166.87 cores=1,3,5,7
/proc/5011/task/5033/stat : 5033 (java) R 5009 5011 4339 0 -1 4202560 399609 0 0 0 116629 58 0 0 25 0 22 0 523884936 16076029952 91612 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 46912505863222 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4702.22
Current children cumulated vsize (KiB) 15699248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.9 s]
/proc/loadavg: 6.35 7.62 7.87 5/193 5085
/proc/meminfo: memFree=30371924/32951124 swapFree=67110188/67111528
[pid=5011] ppid=5009 vsize=15699248 CPUtime=4800.06 cores=1,3,5,7
/proc/5011/stat : 5011 (java) S 5009 5011 4339 0 -1 4202496 2992987 0 1 0 479442 564 0 0 25 0 22 0 523884910 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5011/statm: 3924812 95395 2298 9 0 3915531 0
[pid=5011/tid=5012] ppid=5009 vsize=15699248 CPUtime=0.36 cores=1,3,5,7
/proc/5011/task/5012/stat : 5012 (java) S 5009 5011 4339 0 -1 4202560 6598 0 1 0 35 1 0 0 20 0 22 0 523884911 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5014] ppid=5009 vsize=15699248 CPUtime=3.7 cores=1,3,5,7
/proc/5011/task/5014/stat : 5014 (java) S 5009 5011 4339 0 -1 4202560 156787 0 0 0 341 29 0 0 15 0 22 0 523884911 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5015] ppid=5009 vsize=15699248 CPUtime=3.73 cores=1,3,5,7
/proc/5011/task/5015/stat : 5015 (java) S 5009 5011 4339 0 -1 4202560 164781 0 0 0 346 27 0 0 16 0 22 0 523884911 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5016] ppid=5009 vsize=15699248 CPUtime=3.69 cores=1,3,5,7
/proc/5011/task/5016/stat : 5016 (java) S 5009 5011 4339 0 -1 4202560 162383 0 0 0 341 28 0 0 15 0 22 0 523884911 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 1 0 0 0
[pid=5011/tid=5017] ppid=5009 vsize=15699248 CPUtime=3.73 cores=1,3,5,7
/proc/5011/task/5017/stat : 5017 (java) S 5009 5011 4339 0 -1 4202560 163518 0 0 0 342 31 0 0 15 0 22 0 523884911 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 1 0 0 0
[pid=5011/tid=5018] ppid=5009 vsize=15699248 CPUtime=3.8 cores=1,3,5,7
/proc/5011/task/5018/stat : 5018 (java) S 5009 5011 4339 0 -1 4202560 163982 0 0 0 352 28 0 0 15 0 22 0 523884911 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5019] ppid=5009 vsize=15699248 CPUtime=3.71 cores=1,3,5,7
/proc/5011/task/5019/stat : 5019 (java) R 5009 5011 4339 0 -1 4202560 166816 0 0 0 340 31 0 0 15 0 22 0 523884911 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933594054 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5011/tid=5020] ppid=5009 vsize=15699248 CPUtime=3.73 cores=1,3,5,7
/proc/5011/task/5020/stat : 5020 (java) R 5009 5011 4339 0 -1 4202560 164957 0 0 0 344 29 0 0 15 0 22 0 523884911 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5011/tid=5021] ppid=5009 vsize=15699248 CPUtime=3.66 cores=1,3,5,7
/proc/5011/task/5021/stat : 5021 (java) S 5009 5011 4339 0 -1 4202560 164986 0 0 0 339 27 0 0 16 0 22 0 523884911 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5022] ppid=5009 vsize=15699248 CPUtime=2.24 cores=1,3,5,7
/proc/5011/task/5022/stat : 5022 (java) S 5009 5011 4339 0 -1 4202560 7586 0 0 0 142 82 0 0 15 0 22 0 523884912 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 0 0 16800975 18446604465455306624 0 0 -1 1 0 0 0
[pid=5011/tid=5023] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5023/stat : 5023 (java) S 5009 5011 4339 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 523884913 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5024] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5024/stat : 5024 (java) S 5009 5011 4339 0 -1 4202560 10 0 0 0 0 0 0 0 17 0 22 0 523884913 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5025] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5025/stat : 5025 (java) S 5009 5011 4339 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523884915 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933600689 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5026] ppid=5009 vsize=15699248 CPUtime=1.11 cores=1,3,5,7
/proc/5011/task/5026/stat : 5026 (java) S 5009 5011 4339 0 -1 4202560 12369 0 0 0 110 1 0 0 15 0 22 0 523884915 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5027] ppid=5009 vsize=15699248 CPUtime=1 cores=1,3,5,7
/proc/5011/task/5027/stat : 5027 (java) S 5009 5011 4339 0 -1 4202560 5129 0 0 0 100 0 0 0 16 0 22 0 523884915 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5028] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5028/stat : 5028 (java) S 5009 5011 4339 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523884915 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5029] ppid=5009 vsize=15699248 CPUtime=0 cores=1,3,5,7
/proc/5011/task/5029/stat : 5029 (java) S 5009 5011 4339 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 523884915 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933593600 0 4 0 16800975 18446604465455306624 0 0 -1 1 0 0 0
[pid=5011/tid=5030] ppid=5009 vsize=15699248 CPUtime=1190.95 cores=1,3,5,7
/proc/5011/task/5030/stat : 5030 (java) S 5009 5011 4339 0 -1 4202560 411277 0 0 0 119035 60 0 0 25 0 22 0 523884936 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 1 0 0 0
[pid=5011/tid=5031] ppid=5009 vsize=15699248 CPUtime=1191.56 cores=1,3,5,7
/proc/5011/task/5031/stat : 5031 (java) S 5009 5011 4339 0 -1 4202560 413002 0 0 0 119095 61 0 0 25 0 22 0 523884936 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
[pid=5011/tid=5032] ppid=5009 vsize=15699248 CPUtime=1191.79 cores=1,3,5,7
/proc/5011/task/5032/stat : 5032 (java) S 5009 5011 4339 0 -1 4202560 416102 0 0 0 119119 60 0 0 25 0 22 0 523884936 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 5 0 0 0
[pid=5011/tid=5033] ppid=5009 vsize=15699248 CPUtime=1191.14 cores=1,3,5,7
/proc/5011/task/5033/stat : 5033 (java) S 5009 5011 4339 0 -1 4202560 411260 0 0 0 119054 60 0 0 25 0 22 0 523884936 16076029952 95395 33554432000 1073741824 1073778376 140734494942240 18446744073709551615 222933592985 0 4 0 16800975 18446604465455306624 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 15699248

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

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

Child status: 143
Real time (s): 1206.93
CPU time (s): 4800.11
CPU user time (s): 4794.45
CPU system time (s): 5.66114
CPU usage (%): 397.712
Max. virtual memory (cumulated for all children) (KiB): 15701868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.45
system time used= 5.66114
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2993021
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= 222378
involuntary context switches= 133503

runsolver used 2.00469 second user time and 4.6303 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-30 02:20:42
IDJOB=3312583
IDBENCH=82768
IDSOLVER=1699
FILE ID=node109/3312583-1304122842
RUNJOBID= node109-1304121599-4775
PBS_JOBID= 13170719
Free space on /tmp= 72384 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1245124682-071.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312583-1304122842/watcher-3312583-1304122842 -o /tmp/evaluation-result-3312583-1304122842/solver-3312583-1304122842 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312583-1304122842.cnf

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

MD5SUM BENCH= b386c0165fb504493e3604d6c778ca42
RANDOM SEED=770064918

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30124532 kB
Buffers:        753336 kB
Cached:         998104 kB
SwapCached:        712 kB
Active:         762044 kB
Inactive:      1674920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30124532 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:            1756 kB
Writeback:           0 kB
AnonPages:      684708 kB
Mapped:          23508 kB
Slab:           324932 kB
PageTables:       6160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1421632 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= 72384 MiB
End job on node109 at 2011-04-30 02:40:51