Trace number 3311682

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.4 1207.63

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S236776564-037.SATISFIABLE.cnf
MD5SUMad19e852103e6838347ce97648b48b74
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.141977
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
Number of clauses of size over 50

Solver Data

0.10/0.11	59:26 INFO : Reading from input HOME/instance-3311682-1304179165.cnf
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Executor set job limit to 1000000
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.28/0.27	Starting Executor!
0.81/0.42	59:26 INFO : 125 variables remaining out of 125
0.81/0.42	59:26 INFO : 15972 literals remaining out of 15972

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

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

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


[startup+0 s]
/proc/loadavg: 8.12 8.17 8.10 4/202 11189
/proc/meminfo: memFree=30781028/32951124 swapFree=67111336/67111528
[pid=11189] ppid=11187 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/11189/stat : 11189 (java) S 11187 11189 10996 0 -1 4202496 1421 0 0 0 0 0 0 0 25 0 2 0 529514420 27824128 892 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562340325 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11189/statm: 6793 894 684 9 0 381 0
[pid=11189/tid=11190] ppid=11187 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11190/stat : 11190 (java) R 11187 11189 10996 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 2 0 529514421 29065216 898 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271545613959 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.033302 s]
/proc/loadavg: 8.12 8.17 8.10 4/202 11189
/proc/meminfo: memFree=30781028/32951124 swapFree=67111336/67111528
[pid=11189] ppid=11187 vsize=15604248 CPUtime=0.02 cores=0,2,4,6
/proc/11189/stat : 11189 (java) S 11187 11189 10996 0 -1 4202496 3659 0 1 0 1 1 0 0 25 0 13 0 529514420 15978749952 3099 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/11189/statm: 3901062 3100 1674 9 0 3891810 0
[pid=11189/tid=11190] ppid=11187 vsize=15604248 CPUtime=0.01 cores=0,2,4,6
/proc/11189/task/11190/stat : 11190 (java) R 11187 11189 10996 0 -1 4202560 2269 0 1 0 1 0 0 0 25 0 13 0 529514421 15978749952 3100 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271550230224 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100293 s]
/proc/loadavg: 8.12 8.17 8.10 4/202 11189
/proc/meminfo: memFree=30781028/32951124 swapFree=67111336/67111528
[pid=11189] ppid=11187 vsize=15676608 CPUtime=0.1 cores=0,2,4,6
/proc/11189/stat : 11189 (java) S 11187 11189 10996 0 -1 4202496 5625 0 1 0 9 1 0 0 25 0 18 0 529514420 16052846592 5015 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11189/statm: 3919152 5016 2117 9 0 3909871 0
[pid=11189/tid=11190] ppid=11187 vsize=15676608 CPUtime=0.08 cores=0,2,4,6
/proc/11189/task/11190/stat : 11190 (java) R 11187 11189 10996 0 -1 4202560 3477 0 1 0 7 1 0 0 18 0 18 0 529514421 16052846592 5017 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 47676754051077 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676608

[startup+0.304221 s]
/proc/loadavg: 8.12 8.17 8.10 4/202 11189
/proc/meminfo: memFree=30781028/32951124 swapFree=67111336/67111528
[pid=11189] ppid=11187 vsize=15687356 CPUtime=0.55 cores=0,2,4,6
/proc/11189/stat : 11189 (java) S 11187 11189 10996 0 -1 4202496 12907 0 1 0 52 3 0 0 25 0 22 0 529514420 16063852544 10556 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11189/statm: 3921839 10556 2215 9 0 3912558 0
[pid=11189/tid=11190] ppid=11187 vsize=15687356 CPUtime=0.29 cores=0,2,4,6
/proc/11189/task/11190/stat : 11190 (java) R 11187 11189 10996 0 -1 4202560 7159 0 1 0 27 2 0 0 19 0 22 0 529514421 16063852544 10556 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 15687356

[startup+0.766193 s]
/proc/loadavg: 8.12 8.17 8.10 4/202 11189
/proc/meminfo: memFree=30781028/32951124 swapFree=67111336/67111528
[pid=11189] ppid=11187 vsize=15709644 CPUtime=2.89 cores=0,2,4,6
/proc/11189/stat : 11189 (java) S 11187 11189 10996 0 -1 4202496 47963 0 1 0 282 7 0 0 25 0 22 0 529514420 16086675456 38096 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11189/statm: 3927411 38096 2262 9 0 3918130 0
[pid=11189/tid=11190] ppid=11187 vsize=15709652 CPUtime=0.41 cores=0,2,4,6
/proc/11189/task/11190/stat : 11190 (java) S 11187 11189 10996 0 -1 4202560 7522 0 1 0 39 2 0 0 18 0 22 0 529514421 16086683648 45413 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 15709644

[startup+1.50697 s]
/proc/loadavg: 8.12 8.17 8.10 9/224 11212
/proc/meminfo: memFree=30426112/32951124 swapFree=67111336/67111528
[pid=11189] ppid=11187 vsize=15707084 CPUtime=4.93 cores=0,2,4,6
/proc/11189/stat : 11189 (java) S 11187 11189 10996 0 -1 4202496 61592 0 1 0 484 9 0 0 25 0 22 0 529514420 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11189/statm: 3926771 50228 2277 9 0 3917490 0
[pid=11189/tid=11190] ppid=11187 vsize=15707084 CPUtime=0.41 cores=0,2,4,6
/proc/11189/task/11190/stat : 11190 (java) S 11187 11189 10996 0 -1 4202560 7522 0 1 0 39 2 0 0 18 0 22 0 529514421 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11192] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11192/stat : 11192 (java) S 11187 11189 10996 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 22 0 529514421 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11193] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11193/stat : 11193 (java) S 11187 11189 10996 0 -1 4202560 537 0 0 0 0 0 0 0 16 0 22 0 529514421 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11194] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11194/stat : 11194 (java) S 11187 11189 10996 0 -1 4202560 180 0 0 0 0 0 0 0 15 0 22 0 529514421 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11195] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11195/stat : 11195 (java) S 11187 11189 10996 0 -1 4202560 72 0 0 0 0 0 0 0 16 0 22 0 529514421 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 6 0 0 0
[pid=11189/tid=11196] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11196/stat : 11196 (java) S 11187 11189 10996 0 -1 4202560 151 0 0 0 0 0 0 0 16 0 22 0 529514421 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11197] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11197/stat : 11197 (java) S 11187 11189 10996 0 -1 4202560 169 0 0 0 0 0 0 0 16 0 22 0 529514421 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11198] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11198/stat : 11198 (java) S 11187 11189 10996 0 -1 4202560 345 0 0 0 0 0 0 0 15 0 22 0 529514421 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11199] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11199/stat : 11199 (java) S 11187 11189 10996 0 -1 4202560 586 0 0 0 0 0 0 0 15 0 22 0 529514421 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 6 0 0 0
[pid=11189/tid=11200] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11200/stat : 11200 (java) S 11187 11189 10996 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 529514422 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562354176 0 0 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11201] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11201/stat : 11201 (java) S 11187 11189 10996 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529514423 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11202] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11202/stat : 11202 (java) S 11187 11189 10996 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529514423 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11203] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11203/stat : 11203 (java) S 11187 11189 10996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529514425 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562361265 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11204] ppid=11187 vsize=15707084 CPUtime=0.98 cores=0,2,4,6
/proc/11189/task/11204/stat : 11204 (java) S 11187 11189 10996 0 -1 4202560 7010 0 0 0 98 0 0 0 15 0 22 0 529514425 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11205] ppid=11187 vsize=15707084 CPUtime=0.91 cores=0,2,4,6
/proc/11189/task/11205/stat : 11205 (java) S 11187 11189 10996 0 -1 4202560 14633 0 0 0 90 1 0 0 15 0 22 0 529514425 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11206] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11206/stat : 11206 (java) S 11187 11189 10996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529514425 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11207] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11207/stat : 11207 (java) S 11187 11189 10996 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529514425 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562354176 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11208] ppid=11187 vsize=15707084 CPUtime=0.89 cores=0,2,4,6
/proc/11189/task/11208/stat : 11208 (java) R 11187 11189 10996 0 -1 4202560 12633 0 0 0 88 1 0 0 17 0 22 0 529514448 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505766600 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11189/tid=11209] ppid=11187 vsize=15707084 CPUtime=0.75 cores=0,2,4,6
/proc/11189/task/11209/stat : 11209 (java) R 11187 11189 10996 0 -1 4202560 11794 0 0 0 73 2 0 0 17 0 22 0 529514448 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 18446744073699065955 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11189/tid=11210] ppid=11187 vsize=15707084 CPUtime=0.52 cores=0,2,4,6
/proc/11189/task/11210/stat : 11210 (java) R 11187 11189 10996 0 -1 4202560 3019 0 0 0 52 0 0 0 18 0 22 0 529514448 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505764869 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11189/tid=11211] ppid=11187 vsize=15707084 CPUtime=0.4 cores=0,2,4,6
/proc/11189/task/11211/stat : 11211 (java) R 11187 11189 10996 0 -1 4202560 797 0 0 0 40 0 0 0 18 0 22 0 529514448 16084054016 50228 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 47676757873713 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 15707084

[startup+3.10068 s]
/proc/loadavg: 8.19 8.19 8.11 9/224 11212
/proc/meminfo: memFree=29926392/32951124 swapFree=67111336/67111528
[pid=11189] ppid=11187 vsize=15707084 CPUtime=11.29 cores=0,2,4,6
/proc/11189/stat : 11189 (java) S 11187 11189 10996 0 -1 4202496 94420 0 1 0 1115 14 0 0 25 0 22 0 529514420 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11189/statm: 3926771 82667 2284 9 0 3917490 0
[pid=11189/tid=11190] ppid=11187 vsize=15707084 CPUtime=0.41 cores=0,2,4,6
/proc/11189/task/11190/stat : 11190 (java) S 11187 11189 10996 0 -1 4202560 7522 0 1 0 39 2 0 0 18 0 22 0 529514421 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11192] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11192/stat : 11192 (java) S 11187 11189 10996 0 -1 4202560 1175 0 0 0 0 0 0 0 16 0 22 0 529514421 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11193] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11193/stat : 11193 (java) S 11187 11189 10996 0 -1 4202560 1790 0 0 0 0 0 0 0 15 0 22 0 529514421 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11194] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11194/stat : 11194 (java) S 11187 11189 10996 0 -1 4202560 567 0 0 0 0 0 0 0 15 0 22 0 529514421 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11195] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11195/stat : 11195 (java) S 11187 11189 10996 0 -1 4202560 135 0 0 0 0 0 0 0 16 0 22 0 529514421 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11196] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11196/stat : 11196 (java) S 11187 11189 10996 0 -1 4202560 872 0 0 0 0 0 0 0 15 0 22 0 529514421 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11197] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11197/stat : 11197 (java) S 11187 11189 10996 0 -1 4202560 763 0 0 0 0 0 0 0 16 0 22 0 529514421 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 6 0 0 0
[pid=11189/tid=11198] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11198/stat : 11198 (java) S 11187 11189 10996 0 -1 4202560 380 0 0 0 0 0 0 0 15 0 22 0 529514421 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 6 0 0 0
[pid=11189/tid=11199] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11199/stat : 11199 (java) S 11187 11189 10996 0 -1 4202560 586 0 0 0 0 0 0 0 15 0 22 0 529514421 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 6 0 0 0
[pid=11189/tid=11200] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11200/stat : 11200 (java) S 11187 11189 10996 0 -1 4202560 201 0 0 0 0 0 0 0 16 0 22 0 529514422 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562354176 0 0 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11201] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11201/stat : 11201 (java) S 11187 11189 10996 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529514423 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11202] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11202/stat : 11202 (java) S 11187 11189 10996 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529514423 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11203] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11203/stat : 11203 (java) S 11187 11189 10996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529514425 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562361265 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11204] ppid=11187 vsize=15707084 CPUtime=1.06 cores=0,2,4,6
/proc/11189/task/11204/stat : 11204 (java) R 11187 11189 10996 0 -1 4202560 7022 0 0 0 106 0 0 0 15 0 22 0 529514425 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 47676756939244 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11189/tid=11205] ppid=11187 vsize=15707084 CPUtime=1.04 cores=0,2,4,6
/proc/11189/task/11205/stat : 11205 (java) R 11187 11189 10996 0 -1 4202560 14679 0 0 0 103 1 0 0 16 0 22 0 529514425 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 47676757247112 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11189/tid=11206] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11206/stat : 11206 (java) S 11187 11189 10996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529514425 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11207] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11207/stat : 11207 (java) S 11187 11189 10996 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529514425 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562354176 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11208] ppid=11187 vsize=15707084 CPUtime=2.46 cores=0,2,4,6
/proc/11189/task/11208/stat : 11208 (java) R 11187 11189 10996 0 -1 4202560 19954 0 0 0 244 2 0 0 20 0 22 0 529514448 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505743739 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11189/tid=11209] ppid=11187 vsize=15707084 CPUtime=2.33 cores=0,2,4,6
/proc/11189/task/11209/stat : 11209 (java) R 11187 11189 10996 0 -1 4202560 19063 0 0 0 230 3 0 0 19 0 22 0 529514448 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505793866 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11189/tid=11210] ppid=11187 vsize=15707084 CPUtime=1.97 cores=0,2,4,6
/proc/11189/task/11210/stat : 11210 (java) R 11187 11189 10996 0 -1 4202560 10616 0 0 0 197 0 0 0 20 0 22 0 529514448 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562363573 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11189/tid=11211] ppid=11187 vsize=15707084 CPUtime=1.89 cores=0,2,4,6
/proc/11189/task/11211/stat : 11211 (java) R 11187 11189 10996 0 -1 4202560 7709 0 0 0 188 1 0 0 21 0 22 0 529514448 16084054016 82667 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505793776 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (KiB) 15707084

[startup+6.3011 s]
/proc/loadavg: 8.19 8.19 8.11 9/224 11212
/proc/meminfo: memFree=29952388/32951124 swapFree=67111336/67111528
[pid=11189] ppid=11187 vsize=15707084 CPUtime=24.05 cores=0,2,4,6
/proc/11189/stat : 11189 (java) S 11187 11189 10996 0 -1 4202496 97367 0 1 0 2390 15 0 0 25 0 22 0 529514420 16084054016 81943 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11189/statm: 3926771 81943 2287 9 0 3917490 0
[pid=11189/tid=11190] ppid=11187 vsize=15707084 CPUtime=0.41 cores=0,2,4,6
/proc/11189/task/11190/stat : 11190 (java) S 11187 11189 10996 0 -1 4202560 7522 0 1 0 39 2 0 0 18 0 22 0 529514421 16084054016 81943 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11192] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11192/stat : 11192 (java) S 11187 11189 10996 0 -1 4202560 1516 0 0 0 0 0 0 0 15 0 22 0 529514421 16084054016 81943 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11193] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11193/stat : 11193 (java) S 11187 11189 10996 0 -1 4202560 2195 0 0 0 0 0 0 0 15 0 22 0 529514421 16084054016 81943 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 6 0 0 0
[pid=11189/tid=11194] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11194/stat : 11194 (java) S 11187 11189 10996 0 -1 4202560 910 0 0 0 0 0 0 0 15 0 22 0 529514421 16084054016 81943 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11195] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11195/stat : 11195 (java) S 11187 11189 10996 0 -1 4202560 805 0 0 0 0 0 0 0 15 0 22 0 529514421 16084054016 81943 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11196] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11196/stat : 11196 (java) S 11187 11189 10996 0 -1 4202560 1152 0 0 0 0 0 0 0 15 0 22 0 529514421 16084054016 81943 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11197] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11197/stat : 11197 (java) S 11187 11189 10996 0 -1 4202560 946 0 0 0 0 0 0 0 15 0 22 0 529514421 16084054016 81943 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11198] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11198/stat : 11198 (java) S 11187 11189 10996 0 -1 4202560 643 0 0 0 0 0 0 0 15 0 22 0 529514421 16084054016 81943 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 6 0 0 0
[pid=11189/tid=11199] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11199/stat : 11199 (java) S 11187 11189 10996 0 -1 4202560 1011 0 0 0 0 0 0 0 15 0 22 0 529514421 16084054016 81943 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 4 0 0 0

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

[pid=11189/tid=11209] ppid=11187 vsize=15707084 CPUtime=1048.32 cores=0,2,4,6
/proc/11189/task/11209/stat : 11209 (java) R 11187 11189 10996 0 -1 4202560 137700 0 0 0 104803 29 0 0 25 0 22 0 529514448 16084054016 81963 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 47676757873111 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11189/tid=11210] ppid=11187 vsize=15707084 CPUtime=1048.55 cores=0,2,4,6
/proc/11189/task/11210/stat : 11210 (java) R 11187 11189 10996 0 -1 4202560 130992 0 0 0 104811 44 0 0 25 0 22 0 529514448 16084054016 81963 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505886083 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11189/tid=11211] ppid=11187 vsize=15707084 CPUtime=1048.59 cores=0,2,4,6
/proc/11189/task/11211/stat : 11211 (java) R 11187 11189 10996 0 -1 4202560 126107 0 0 0 104825 34 0 0 25 0 22 0 529514448 16084054016 81963 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505895477 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4222.72
Current children cumulated vsize (KiB) 15707084

[startup+1122.3 s]
/proc/loadavg: 8.19 8.17 8.13 9/224 11253
/proc/meminfo: memFree=30163960/32951124 swapFree=67111336/67111528
[pid=11189] ppid=11187 vsize=15707084 CPUtime=4461.2 cores=0,2,4,6
/proc/11189/stat : 11189 (java) S 11187 11189 10996 0 -1 4202496 1091815 0 1 0 445781 339 0 0 25 0 22 0 529514420 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11189/statm: 3926771 72324 2297 9 0 3917490 0
[pid=11189/tid=11190] ppid=11187 vsize=15707084 CPUtime=0.41 cores=0,2,4,6
/proc/11189/task/11190/stat : 11190 (java) S 11187 11189 10996 0 -1 4202560 7522 0 1 0 39 2 0 0 18 0 22 0 529514421 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11192] ppid=11187 vsize=15707084 CPUtime=2.98 cores=0,2,4,6
/proc/11189/task/11192/stat : 11192 (java) S 11187 11189 10996 0 -1 4202560 61707 0 0 0 284 14 0 0 15 0 22 0 529514421 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11193] ppid=11187 vsize=15707084 CPUtime=3.06 cores=0,2,4,6
/proc/11189/task/11193/stat : 11193 (java) S 11187 11189 10996 0 -1 4202560 60676 0 0 0 290 16 0 0 15 0 22 0 529514421 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11194] ppid=11187 vsize=15707084 CPUtime=3.09 cores=0,2,4,6
/proc/11189/task/11194/stat : 11194 (java) S 11187 11189 10996 0 -1 4202560 61962 0 0 0 294 15 0 0 16 0 22 0 529514421 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 6 0 0 0
[pid=11189/tid=11195] ppid=11187 vsize=15707084 CPUtime=3.02 cores=0,2,4,6
/proc/11189/task/11195/stat : 11195 (java) S 11187 11189 10996 0 -1 4202560 62497 0 0 0 286 16 0 0 15 0 22 0 529514421 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 6 0 0 0
[pid=11189/tid=11196] ppid=11187 vsize=15707084 CPUtime=3.11 cores=0,2,4,6
/proc/11189/task/11196/stat : 11196 (java) S 11187 11189 10996 0 -1 4202560 62401 0 0 0 296 15 0 0 15 0 22 0 529514421 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11197] ppid=11187 vsize=15707084 CPUtime=3.12 cores=0,2,4,6
/proc/11189/task/11197/stat : 11197 (java) S 11187 11189 10996 0 -1 4202560 62172 0 0 0 295 17 0 0 16 0 22 0 529514421 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11198] ppid=11187 vsize=15707084 CPUtime=3.13 cores=0,2,4,6
/proc/11189/task/11198/stat : 11198 (java) S 11187 11189 10996 0 -1 4202560 62536 0 0 0 299 14 0 0 15 0 22 0 529514421 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 6 0 0 0
[pid=11189/tid=11199] ppid=11187 vsize=15707084 CPUtime=3.08 cores=0,2,4,6
/proc/11189/task/11199/stat : 11199 (java) S 11187 11189 10996 0 -1 4202560 61180 0 0 0 292 16 0 0 15 0 22 0 529514421 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11200] ppid=11187 vsize=15707084 CPUtime=2.13 cores=0,2,4,6
/proc/11189/task/11200/stat : 11200 (java) S 11187 11189 10996 0 -1 4202560 2692 0 0 0 155 58 0 0 15 0 22 0 529514422 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562354176 0 0 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11201] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11201/stat : 11201 (java) S 11187 11189 10996 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529514423 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11202] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11202/stat : 11202 (java) S 11187 11189 10996 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529514423 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11203] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11203/stat : 11203 (java) S 11187 11189 10996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529514425 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562361265 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11204] ppid=11187 vsize=15707084 CPUtime=1.12 cores=0,2,4,6
/proc/11189/task/11204/stat : 11204 (java) S 11187 11189 10996 0 -1 4202560 7035 0 0 0 112 0 0 0 16 0 22 0 529514425 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11205] ppid=11187 vsize=15707084 CPUtime=1.15 cores=0,2,4,6
/proc/11189/task/11205/stat : 11205 (java) S 11187 11189 10996 0 -1 4202560 14699 0 0 0 114 1 0 0 15 0 22 0 529514425 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11206] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11206/stat : 11206 (java) S 11187 11189 10996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529514425 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11207] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11207/stat : 11207 (java) S 11187 11189 10996 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 529514425 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562354176 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11208] ppid=11187 vsize=15707084 CPUtime=1108.41 cores=0,2,4,6
/proc/11189/task/11208/stat : 11208 (java) R 11187 11189 10996 0 -1 4202560 148137 0 0 0 110805 36 0 0 25 0 22 0 529514448 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 18446744073699065925 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11189/tid=11209] ppid=11187 vsize=15707084 CPUtime=1107.51 cores=0,2,4,6
/proc/11189/task/11209/stat : 11209 (java) R 11187 11189 10996 0 -1 4202560 144558 0 0 0 110721 30 0 0 25 0 22 0 529514448 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505765009 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11189/tid=11210] ppid=11187 vsize=15707084 CPUtime=1107.9 cores=0,2,4,6
/proc/11189/task/11210/stat : 11210 (java) R 11187 11189 10996 0 -1 4202560 137845 0 0 0 110745 45 0 0 25 0 22 0 529514448 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505765173 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11189/tid=11211] ppid=11187 vsize=15707084 CPUtime=1107.81 cores=0,2,4,6
/proc/11189/task/11211/stat : 11211 (java) R 11187 11189 10996 0 -1 4202560 132751 0 0 0 110745 36 0 0 25 0 22 0 529514448 16084054016 72324 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505764787 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4461.2
Current children cumulated vsize (KiB) 15707084

[startup+1182.3 s]
/proc/loadavg: 8.13 8.15 8.13 9/224 11255
/proc/meminfo: memFree=30150404/32951124 swapFree=67111336/67111528
[pid=11189] ppid=11187 vsize=15707084 CPUtime=4699.76 cores=0,2,4,6
/proc/11189/stat : 11189 (java) S 11187 11189 10996 0 -1 4202496 1144273 0 1 0 469621 355 0 0 25 0 22 0 529514420 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11189/statm: 3926771 65489 2297 9 0 3917490 0
[pid=11189/tid=11190] ppid=11187 vsize=15707084 CPUtime=0.41 cores=0,2,4,6
/proc/11189/task/11190/stat : 11190 (java) S 11187 11189 10996 0 -1 4202560 7522 0 1 0 39 2 0 0 18 0 22 0 529514421 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11192] ppid=11187 vsize=15707084 CPUtime=3.14 cores=0,2,4,6
/proc/11189/task/11192/stat : 11192 (java) S 11187 11189 10996 0 -1 4202560 64307 0 0 0 299 15 0 0 15 0 22 0 529514421 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11193] ppid=11187 vsize=15707084 CPUtime=3.22 cores=0,2,4,6
/proc/11189/task/11193/stat : 11193 (java) S 11187 11189 10996 0 -1 4202560 63913 0 0 0 305 17 0 0 16 0 22 0 529514421 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11194] ppid=11187 vsize=15707084 CPUtime=3.25 cores=0,2,4,6
/proc/11189/task/11194/stat : 11194 (java) S 11187 11189 10996 0 -1 4202560 64479 0 0 0 309 16 0 0 15 0 22 0 529514421 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11195] ppid=11187 vsize=15707084 CPUtime=3.18 cores=0,2,4,6
/proc/11189/task/11195/stat : 11195 (java) S 11187 11189 10996 0 -1 4202560 65443 0 0 0 302 16 0 0 15 0 22 0 529514421 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 6 0 0 0
[pid=11189/tid=11196] ppid=11187 vsize=15707084 CPUtime=3.26 cores=0,2,4,6
/proc/11189/task/11196/stat : 11196 (java) S 11187 11189 10996 0 -1 4202560 64786 0 0 0 310 16 0 0 15 0 22 0 529514421 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11197] ppid=11187 vsize=15707084 CPUtime=3.29 cores=0,2,4,6
/proc/11189/task/11197/stat : 11197 (java) S 11187 11189 10996 0 -1 4202560 65190 0 0 0 310 19 0 0 15 0 22 0 529514421 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11198] ppid=11187 vsize=15707084 CPUtime=3.3 cores=0,2,4,6
/proc/11189/task/11198/stat : 11198 (java) S 11187 11189 10996 0 -1 4202560 65620 0 0 0 315 15 0 0 16 0 22 0 529514421 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11199] ppid=11187 vsize=15707084 CPUtime=3.22 cores=0,2,4,6
/proc/11189/task/11199/stat : 11199 (java) S 11187 11189 10996 0 -1 4202560 63738 0 0 0 306 16 0 0 16 0 22 0 529514421 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 6 0 0 0
[pid=11189/tid=11200] ppid=11187 vsize=15707084 CPUtime=2.25 cores=0,2,4,6
/proc/11189/task/11200/stat : 11200 (java) S 11187 11189 10996 0 -1 4202560 2816 0 0 0 164 61 0 0 15 0 22 0 529514422 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562354176 0 0 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11201] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11201/stat : 11201 (java) S 11187 11189 10996 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529514423 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11202] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11202/stat : 11202 (java) S 11187 11189 10996 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529514423 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11203] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11203/stat : 11203 (java) S 11187 11189 10996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529514425 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562361265 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11204] ppid=11187 vsize=15707084 CPUtime=1.12 cores=0,2,4,6
/proc/11189/task/11204/stat : 11204 (java) S 11187 11189 10996 0 -1 4202560 7035 0 0 0 112 0 0 0 16 0 22 0 529514425 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11205] ppid=11187 vsize=15707084 CPUtime=1.15 cores=0,2,4,6
/proc/11189/task/11205/stat : 11205 (java) S 11187 11189 10996 0 -1 4202560 14699 0 0 0 114 1 0 0 15 0 22 0 529514425 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11206] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11206/stat : 11206 (java) S 11187 11189 10996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529514425 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11207] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11207/stat : 11207 (java) S 11187 11189 10996 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 529514425 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562354176 0 4 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11208] ppid=11187 vsize=15707084 CPUtime=1167.73 cores=0,2,4,6
/proc/11189/task/11208/stat : 11208 (java) R 11187 11189 10996 0 -1 4202560 155787 0 0 0 116735 38 0 0 25 0 22 0 529514448 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505895022 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11189/tid=11209] ppid=11187 vsize=15707084 CPUtime=1166.75 cores=0,2,4,6
/proc/11189/task/11209/stat : 11209 (java) R 11187 11189 10996 0 -1 4202560 152175 0 0 0 116643 32 0 0 25 0 22 0 529514448 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505886263 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11189/tid=11210] ppid=11187 vsize=15707084 CPUtime=1167.25 cores=0,2,4,6
/proc/11189/task/11210/stat : 11210 (java) R 11187 11189 10996 0 -1 4202560 145301 0 0 0 116678 47 0 0 25 0 22 0 529514448 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505928482 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11189/tid=11211] ppid=11187 vsize=15707084 CPUtime=1167.08 cores=0,2,4,6
/proc/11189/task/11211/stat : 11211 (java) R 11187 11189 10996 0 -1 4202560 140015 0 0 0 116671 37 0 0 25 0 22 0 529514448 16084054016 65489 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505942905 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4699.76
Current children cumulated vsize (KiB) 15707084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.6 s]
/proc/loadavg: 7.83 8.09 8.10 5/201 11259
/proc/meminfo: memFree=30536344/32951124 swapFree=67111336/67111528
[pid=11189] ppid=11187 vsize=15707084 CPUtime=4800.36 cores=0,2,4,6
/proc/11189/stat : 11189 (java) S 11187 11189 10996 0 -1 4202496 1173378 0 1 0 479672 364 0 0 25 0 22 0 529514420 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11189/statm: 3926771 71119 2297 9 0 3917490 0
[pid=11189/tid=11190] ppid=11187 vsize=15707084 CPUtime=0.41 cores=0,2,4,6
/proc/11189/task/11190/stat : 11190 (java) S 11187 11189 10996 0 -1 4202560 7522 0 1 0 39 2 0 0 18 0 22 0 529514421 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11192] ppid=11187 vsize=15707084 CPUtime=3.19 cores=0,2,4,6
/proc/11189/task/11192/stat : 11192 (java) S 11187 11189 10996 0 -1 4202560 65618 0 0 0 304 15 0 0 15 0 22 0 529514421 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11193] ppid=11187 vsize=15707084 CPUtime=3.28 cores=0,2,4,6
/proc/11189/task/11193/stat : 11193 (java) S 11187 11189 10996 0 -1 4202560 65643 0 0 0 311 17 0 0 16 0 22 0 529514421 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 6 0 0 0
[pid=11189/tid=11194] ppid=11187 vsize=15707084 CPUtime=3.33 cores=0,2,4,6
/proc/11189/task/11194/stat : 11194 (java) S 11187 11189 10996 0 -1 4202560 66263 0 0 0 316 17 0 0 16 0 22 0 529514421 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11195] ppid=11187 vsize=15707084 CPUtime=3.26 cores=0,2,4,6
/proc/11189/task/11195/stat : 11195 (java) S 11187 11189 10996 0 -1 4202560 66847 0 0 0 309 17 0 0 15 0 22 0 529514421 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11196] ppid=11187 vsize=15707084 CPUtime=3.33 cores=0,2,4,6
/proc/11189/task/11196/stat : 11196 (java) S 11187 11189 10996 0 -1 4202560 65916 0 0 0 317 16 0 0 15 0 22 0 529514421 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11197] ppid=11187 vsize=15707084 CPUtime=3.35 cores=0,2,4,6
/proc/11189/task/11197/stat : 11197 (java) S 11187 11189 10996 0 -1 4202560 66715 0 0 0 316 19 0 0 16 0 22 0 529514421 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11198] ppid=11187 vsize=15707084 CPUtime=3.36 cores=0,2,4,6
/proc/11189/task/11198/stat : 11198 (java) S 11187 11189 10996 0 -1 4202560 67093 0 0 0 321 15 0 0 15 0 22 0 529514421 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 6 0 0 0
[pid=11189/tid=11199] ppid=11187 vsize=15707084 CPUtime=3.3 cores=0,2,4,6
/proc/11189/task/11199/stat : 11199 (java) S 11187 11189 10996 0 -1 4202560 65365 0 0 0 313 17 0 0 16 0 22 0 529514421 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11200] ppid=11187 vsize=15707084 CPUtime=2.3 cores=0,2,4,6
/proc/11189/task/11200/stat : 11200 (java) S 11187 11189 10996 0 -1 4202560 2923 0 0 0 168 62 0 0 15 0 22 0 529514422 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562354176 0 0 0 16800975 18446604451050619904 0 0 -1 6 0 0 0
[pid=11189/tid=11201] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11201/stat : 11201 (java) S 11187 11189 10996 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529514423 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11202] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11202/stat : 11202 (java) S 11187 11189 10996 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529514423 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11203] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11203/stat : 11203 (java) S 11187 11189 10996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529514425 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562361265 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11204] ppid=11187 vsize=15707084 CPUtime=1.12 cores=0,2,4,6
/proc/11189/task/11204/stat : 11204 (java) S 11187 11189 10996 0 -1 4202560 7035 0 0 0 112 0 0 0 16 0 22 0 529514425 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 4 0 0 0
[pid=11189/tid=11205] ppid=11187 vsize=15707084 CPUtime=1.15 cores=0,2,4,6
/proc/11189/task/11205/stat : 11205 (java) S 11187 11189 10996 0 -1 4202560 14699 0 0 0 114 1 0 0 15 0 22 0 529514425 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 0 0 0 0
[pid=11189/tid=11206] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11206/stat : 11206 (java) S 11187 11189 10996 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529514425 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562353561 0 4 0 16800975 18446604451050619904 0 0 -1 2 0 0 0
[pid=11189/tid=11207] ppid=11187 vsize=15707084 CPUtime=0 cores=0,2,4,6
/proc/11189/task/11207/stat : 11207 (java) S 11187 11189 10996 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 529514425 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 271562354176 0 4 0 16800975 18446604451050619904 0 0 -1 6 0 0 0
[pid=11189/tid=11208] ppid=11187 vsize=15707084 CPUtime=1192.76 cores=0,2,4,6
/proc/11189/task/11208/stat : 11208 (java) R 11187 11189 10996 0 -1 4202560 160046 0 0 0 119237 39 0 0 25 0 22 0 529514448 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505761905 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11189/tid=11209] ppid=11187 vsize=15707084 CPUtime=1191.67 cores=0,2,4,6
/proc/11189/task/11209/stat : 11209 (java) R 11187 11189 10996 0 -1 4202560 156186 0 0 0 119135 32 0 0 25 0 22 0 529514448 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505761872 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11189/tid=11210] ppid=11187 vsize=15707084 CPUtime=1192.25 cores=0,2,4,6
/proc/11189/task/11210/stat : 11210 (java) R 11187 11189 10996 0 -1 4202560 149650 0 0 0 119177 48 0 0 25 0 22 0 529514448 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505942801 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11189/tid=11211] ppid=11187 vsize=15707084 CPUtime=1192.13 cores=0,2,4,6
/proc/11189/task/11211/stat : 11211 (java) R 11187 11189 10996 0 -1 4202560 144408 0 0 0 119175 38 0 0 25 0 22 0 529514448 16084054016 71119 33554432000 1073741824 1073778376 140737121753296 18446744073709551615 46912505672680 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 15707084

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): 1207.63
CPU time (s): 4800.4
CPU user time (s): 4796.75
CPU system time (s): 3.65544
CPU usage (%): 397.506
Max. virtual memory (cumulated for all children) (KiB): 15709644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.75
system time used= 3.65544
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1173404
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= 329428
involuntary context switches= 217105

runsolver used 1.93071 second user time and 4.70328 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-30 17:59:25
IDJOB=3311682
IDBENCH=83067
IDSOLVER=1698
FILE ID=node133/3311682-1304179165
RUNJOBID= node133-1304177956-11014
PBS_JOBID= 13172441
Free space on /tmp= 72752 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S236776564-037.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311682-1304179165/watcher-3311682-1304179165 -o /tmp/evaluation-result-3311682-1304179165/solver-3311682-1304179165 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311682-1304179165.cnf -hbr 2

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

MD5SUM BENCH= ad19e852103e6838347ce97648b48b74
RANDOM SEED=1259708298

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30781184 kB
Buffers:        550600 kB
Cached:        1174492 kB
SwapCached:        124 kB
Active:         271460 kB
Inactive:      1554664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30781184 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:            3192 kB
Writeback:           0 kB
AnonPages:      100600 kB
Mapped:          22848 kB
Slab:           280540 kB
PageTables:       4792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   799564 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72752 MiB
End job on node133 at 2011-04-30 18:19:35