Trace number 3311640

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.03

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S912111154-025.UNKNOWN.cnf
MD5SUM63be53becd3199de3ebad3751e577715
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 variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	39:16 INFO : Reading from input HOME/instance-3311640-1304177956.cnf
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Starting Executor!
0.27/0.24	Starting Executor!
0.27/0.24	Starting Executor!
0.27/0.24	Starting Executor!
0.46/0.35	39:16 INFO : 548 variables remaining out of 550
0.46/0.35	39:16 INFO : 9324 literals remaining out of 9372

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

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: 6.84 7.78 7.98 2/190 11043
/proc/meminfo: memFree=30813408/32951124 swapFree=67111336/67111528
[pid=11043] ppid=11041 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/11043/stat : 11043 (java) S 11041 11043 10996 0 -1 4202496 1492 0 0 0 0 0 0 0 19 0 2 0 529393463 31260672 953 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562340325 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11043/statm: 7632 953 733 9 0 383 0
[pid=11043/tid=11044] ppid=11041 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11044/stat : 11044 (java) R 11041 11043 10996 0 -1 4202560 135 0 0 0 0 0 0 0 20 0 2 0 529393463 31272960 955 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271550537531 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0535361 s]
/proc/loadavg: 6.84 7.78 7.98 2/190 11043
/proc/meminfo: memFree=30813408/32951124 swapFree=67111336/67111528
[pid=11043] ppid=11041 vsize=15609648 CPUtime=0.04 cores=1,3,5,7
/proc/11043/stat : 11043 (java) S 11041 11043 10996 0 -1 4202496 4150 0 1 0 4 0 0 0 19 0 18 0 529393463 15984279552 3588 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11043/statm: 3902412 3588 1755 9 0 3893131 0
[pid=11043/tid=11044] ppid=11041 vsize=15609648 CPUtime=0.03 cores=1,3,5,7
/proc/11043/task/11044/stat : 11044 (java) R 11041 11043 10996 0 -1 4202560 2732 0 1 0 3 0 0 0 22 0 18 0 529393463 15984279552 3589 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562364363 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609648

[startup+0.100529 s]
/proc/loadavg: 6.84 7.78 7.98 2/190 11043
/proc/meminfo: memFree=30813408/32951124 swapFree=67111336/67111528
[pid=11043] ppid=11041 vsize=15676488 CPUtime=0.1 cores=1,3,5,7
/proc/11043/stat : 11043 (java) S 11041 11043 10996 0 -1 4202496 5635 0 1 0 9 1 0 0 19 0 18 0 529393463 16052723712 5049 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11043/statm: 3919122 5050 2118 9 0 3909841 0
[pid=11043/tid=11044] ppid=11041 vsize=15676488 CPUtime=0.09 cores=1,3,5,7
/proc/11043/task/11044/stat : 11044 (java) R 11041 11043 10996 0 -1 4202560 3472 0 1 0 8 1 0 0 22 0 18 0 529393463 16052723712 5050 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562364363 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676488

[startup+0.300457 s]
/proc/loadavg: 6.84 7.78 7.98 2/190 11043
/proc/meminfo: memFree=30813408/32951124 swapFree=67111336/67111528
[pid=11043] ppid=11041 vsize=15683708 CPUtime=0.46 cores=1,3,5,7
/proc/11043/stat : 11043 (java) S 11041 11043 10996 0 -1 4202496 9661 0 1 0 45 1 0 0 19 0 22 0 529393463 16060116992 8640 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11043/statm: 3920927 8640 2221 9 0 3911646 0
[pid=11043/tid=11044] ppid=11041 vsize=15683708 CPUtime=0.28 cores=1,3,5,7
/proc/11043/task/11044/stat : 11044 (java) R 11041 11043 10996 0 -1 4202560 6048 0 1 0 27 1 0 0 18 0 22 0 529393463 16060116992 8640 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505227952 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 15683708

[startup+0.700387 s]
/proc/loadavg: 6.84 7.78 7.98 2/190 11043
/proc/meminfo: memFree=30813408/32951124 swapFree=67111336/67111528
[pid=11043] ppid=11041 vsize=15701688 CPUtime=1.86 cores=1,3,5,7
/proc/11043/stat : 11043 (java) S 11041 11043 10996 0 -1 4202496 27157 0 1 0 183 3 0 0 19 0 22 0 529393463 16078528512 23393 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11043/statm: 3925422 23395 2258 9 0 3916141 0
[pid=11043/tid=11044] ppid=11041 vsize=15701688 CPUtime=0.34 cores=1,3,5,7
/proc/11043/task/11044/stat : 11044 (java) S 11041 11043 10996 0 -1 4202560 6381 0 1 0 33 1 0 0 18 0 22 0 529393463 16078528512 23397 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 15701688

[startup+1.50124 s]
/proc/loadavg: 6.84 7.78 7.98 13/224 11077
/proc/meminfo: memFree=30522172/32951124 swapFree=67111336/67111528
[pid=11043] ppid=11041 vsize=15701688 CPUtime=5.04 cores=1,3,5,7
/proc/11043/stat : 11043 (java) S 11041 11043 10996 0 -1 4202496 58215 0 1 0 496 8 0 0 19 0 22 0 529393463 16078528512 53727 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11043/statm: 3925422 53728 2276 9 0 3916141 0
[pid=11043/tid=11044] ppid=11041 vsize=15701688 CPUtime=0.34 cores=1,3,5,7
/proc/11043/task/11044/stat : 11044 (java) S 11041 11043 10996 0 -1 4202560 6381 0 1 0 33 1 0 0 18 0 22 0 529393463 16078528512 53729 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11046] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11046/stat : 11046 (java) S 11041 11043 10996 0 -1 4202560 939 0 0 0 0 0 0 0 16 0 22 0 529393464 16078528512 53731 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11047] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11047/stat : 11047 (java) S 11041 11043 10996 0 -1 4202560 920 0 0 0 0 0 0 0 15 0 22 0 529393464 16078528512 53735 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11048] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11048/stat : 11048 (java) S 11041 11043 10996 0 -1 4202560 1254 0 0 0 0 0 0 0 16 0 22 0 529393464 16078528512 53739 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11049] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11049/stat : 11049 (java) S 11041 11043 10996 0 -1 4202560 995 0 0 0 0 0 0 0 15 0 22 0 529393464 16078528512 53745 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11050] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11050/stat : 11050 (java) S 11041 11043 10996 0 -1 4202560 792 0 0 0 0 0 0 0 16 0 22 0 529393464 16078528512 53748 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11051] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11051/stat : 11051 (java) S 11041 11043 10996 0 -1 4202560 920 0 0 0 0 0 0 0 16 0 22 0 529393464 16078528512 53758 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11052] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11052/stat : 11052 (java) S 11041 11043 10996 0 -1 4202560 532 0 0 0 0 0 0 0 16 0 22 0 529393464 16078528512 53760 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11053] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11053/stat : 11053 (java) S 11041 11043 10996 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 529393464 16078528512 53760 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11057] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11057/stat : 11057 (java) S 11041 11043 10996 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 529393465 16078528512 53766 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562354176 0 0 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11058] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11058/stat : 11058 (java) S 11041 11043 10996 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529393465 16078528512 53766 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11059] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11059/stat : 11059 (java) S 11041 11043 10996 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529393465 16078528512 53772 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11065] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11065/stat : 11065 (java) S 11041 11043 10996 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529393467 16078528512 53772 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562361265 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11066] ppid=11041 vsize=15701688 CPUtime=0.7 cores=1,3,5,7
/proc/11043/task/11066/stat : 11066 (java) S 11041 11043 10996 0 -1 4202560 6721 0 0 0 70 0 0 0 16 0 22 0 529393467 16078528512 53772 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11067] ppid=11041 vsize=15701688 CPUtime=0.59 cores=1,3,5,7
/proc/11043/task/11067/stat : 11067 (java) S 11041 11043 10996 0 -1 4202560 3771 0 0 0 59 0 0 0 16 0 22 0 529393467 16078528512 53772 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11068] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11068/stat : 11068 (java) S 11041 11043 10996 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529393467 16078528512 53773 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11069] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11069/stat : 11069 (java) S 11041 11043 10996 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529393467 16078528512 53773 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562354176 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11074] ppid=11041 vsize=15701688 CPUtime=0.98 cores=1,3,5,7
/proc/11043/task/11074/stat : 11074 (java) R 11041 11043 10996 0 -1 4202560 8104 0 0 0 97 1 0 0 25 0 22 0 529393487 16078528512 53773 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 47499019174534 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11043/tid=11075] ppid=11041 vsize=15701688 CPUtime=0.79 cores=1,3,5,7
/proc/11043/task/11075/stat : 11075 (java) R 11041 11043 10996 0 -1 4202560 7010 0 0 0 78 1 0 0 25 0 22 0 529393487 16078528512 53774 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505864967 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11043/tid=11076] ppid=11041 vsize=15701688 CPUtime=0.72 cores=1,3,5,7
/proc/11043/task/11076/stat : 11076 (java) R 11041 11043 10996 0 -1 4202560 8092 0 0 0 71 1 0 0 23 0 22 0 529393487 16078528512 53774 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505747970 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11043/tid=11077] ppid=11041 vsize=15701688 CPUtime=0.83 cores=1,3,5,7
/proc/11043/task/11077/stat : 11077 (java) R 11041 11043 10996 0 -1 4202560 10362 0 0 0 82 1 0 0 24 0 22 0 529393487 16078528512 53774 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 15701688

[startup+3.10095 s]
/proc/loadavg: 6.94 7.79 7.98 10/224 11077
/proc/meminfo: memFree=30172864/32951124 swapFree=67111336/67111528
[pid=11043] ppid=11041 vsize=15701688 CPUtime=11.41 cores=1,3,5,7
/proc/11043/stat : 11043 (java) S 11041 11043 10996 0 -1 4202496 149282 0 1 0 1124 17 0 0 19 0 22 0 529393463 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11043/statm: 3925422 144497 2277 9 0 3916141 0
[pid=11043/tid=11044] ppid=11041 vsize=15701688 CPUtime=0.34 cores=1,3,5,7
/proc/11043/task/11044/stat : 11044 (java) S 11041 11043 10996 0 -1 4202560 6381 0 1 0 33 1 0 0 18 0 22 0 529393463 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11046] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11046/stat : 11046 (java) S 11041 11043 10996 0 -1 4202560 2202 0 0 0 0 0 0 0 15 0 22 0 529393464 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11047] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11047/stat : 11047 (java) S 11041 11043 10996 0 -1 4202560 2526 0 0 0 0 0 0 0 16 0 22 0 529393464 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11048] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11048/stat : 11048 (java) S 11041 11043 10996 0 -1 4202560 2026 0 0 0 0 0 0 0 15 0 22 0 529393464 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11049] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11049/stat : 11049 (java) S 11041 11043 10996 0 -1 4202560 1477 0 0 0 0 0 0 0 16 0 22 0 529393464 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11050] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11050/stat : 11050 (java) S 11041 11043 10996 0 -1 4202560 1243 0 0 0 0 0 0 0 15 0 22 0 529393464 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11051] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11051/stat : 11051 (java) S 11041 11043 10996 0 -1 4202560 1576 0 0 0 0 0 0 0 15 0 22 0 529393464 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11052] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11052/stat : 11052 (java) S 11041 11043 10996 0 -1 4202560 676 0 0 0 0 0 0 0 16 0 22 0 529393464 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11053] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11053/stat : 11053 (java) S 11041 11043 10996 0 -1 4202560 1311 0 0 0 0 0 0 0 15 0 22 0 529393464 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11057] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11057/stat : 11057 (java) S 11041 11043 10996 0 -1 4202560 440 0 0 0 0 0 0 0 15 0 22 0 529393465 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562354176 0 0 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11058] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11058/stat : 11058 (java) S 11041 11043 10996 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529393465 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11059] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11059/stat : 11059 (java) S 11041 11043 10996 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529393465 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11065] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11065/stat : 11065 (java) S 11041 11043 10996 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529393467 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562361265 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11066] ppid=11041 vsize=15701688 CPUtime=0.8 cores=1,3,5,7
/proc/11043/task/11066/stat : 11066 (java) S 11041 11043 10996 0 -1 4202560 6997 0 0 0 80 0 0 0 15 0 22 0 529393467 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11067] ppid=11041 vsize=15701688 CPUtime=0.63 cores=1,3,5,7
/proc/11043/task/11067/stat : 11067 (java) S 11041 11043 10996 0 -1 4202560 3782 0 0 0 63 0 0 0 16 0 22 0 529393467 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11068] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11068/stat : 11068 (java) S 11041 11043 10996 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529393467 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11069] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11069/stat : 11069 (java) S 11041 11043 10996 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529393467 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562354176 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11074] ppid=11041 vsize=15701688 CPUtime=2.49 cores=1,3,5,7
/proc/11043/task/11074/stat : 11074 (java) R 11041 11043 10996 0 -1 4202560 28061 0 0 0 246 3 0 0 25 0 22 0 529393487 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505876579 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11043/tid=11075] ppid=11041 vsize=15701688 CPUtime=2.29 cores=1,3,5,7
/proc/11043/task/11075/stat : 11075 (java) R 11041 11043 10996 0 -1 4202560 27701 0 0 0 227 2 0 0 25 0 22 0 529393487 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11043/tid=11076] ppid=11041 vsize=15701688 CPUtime=2.3 cores=1,3,5,7
/proc/11043/task/11076/stat : 11076 (java) R 11041 11043 10996 0 -1 4202560 30026 0 0 0 227 3 0 0 25 0 22 0 529393487 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505863413 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11043/tid=11077] ppid=11041 vsize=15701688 CPUtime=2.42 cores=1,3,5,7
/proc/11043/task/11077/stat : 11077 (java) R 11041 11043 10996 0 -1 4202560 31470 0 0 0 240 2 0 0 25 0 22 0 529393487 16078528512 144497 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912506040141 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.41
Current children cumulated vsize (KiB) 15701688

[startup+6.30137 s]
/proc/loadavg: 6.94 7.79 7.98 10/224 11077
/proc/meminfo: memFree=29675276/32951124 swapFree=67111336/67111528
[pid=11043] ppid=11041 vsize=15701688 CPUtime=24.17 cores=1,3,5,7
/proc/11043/stat : 11043 (java) S 11041 11043 10996 0 -1 4202496 155637 0 1 0 2399 18 0 0 19 0 22 0 529393463 16078528512 146425 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11043/statm: 3925422 146425 2284 9 0 3916141 0
[pid=11043/tid=11044] ppid=11041 vsize=15701688 CPUtime=0.34 cores=1,3,5,7
/proc/11043/task/11044/stat : 11044 (java) S 11041 11043 10996 0 -1 4202560 6381 0 1 0 33 1 0 0 18 0 22 0 529393463 16078528512 146425 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11046] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11046/stat : 11046 (java) S 11041 11043 10996 0 -1 4202560 2593 0 0 0 0 0 0 0 15 0 22 0 529393464 16078528512 146425 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11047] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11047/stat : 11047 (java) S 11041 11043 10996 0 -1 4202560 3703 0 0 0 0 0 0 0 16 0 22 0 529393464 16078528512 146425 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11048] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11048/stat : 11048 (java) S 11041 11043 10996 0 -1 4202560 2642 0 0 0 0 0 0 0 15 0 22 0 529393464 16078528512 146425 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11049] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11049/stat : 11049 (java) S 11041 11043 10996 0 -1 4202560 1946 0 0 0 0 0 0 0 15 0 22 0 529393464 16078528512 146425 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11050] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11050/stat : 11050 (java) S 11041 11043 10996 0 -1 4202560 1960 0 0 0 0 0 0 0 15 0 22 0 529393464 16078528512 146425 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11051] ppid=11041 vsize=15701688 CPUtime=0.01 cores=1,3,5,7
/proc/11043/task/11051/stat : 11051 (java) S 11041 11043 10996 0 -1 4202560 2880 0 0 0 1 0 0 0 15 0 22 0 529393464 16078528512 146425 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11052] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11052/stat : 11052 (java) S 11041 11043 10996 0 -1 4202560 676 0 0 0 0 0 0 0 15 0 22 0 529393464 16078528512 146425 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11053] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11053/stat : 11053 (java) S 11041 11043 10996 0 -1 4202560 1987 0 0 0 0 0 0 0 15 0 22 0 529393464 16078528512 146425 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0

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

[pid=11043/tid=11075] ppid=11041 vsize=15701688 CPUtime=1048.27 cores=1,3,5,7
/proc/11043/task/11075/stat : 11075 (java) R 11041 11043 10996 0 -1 4202560 331856 0 0 0 104783 44 0 0 25 0 22 0 529393487 16078528512 93689 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505857169 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11043/tid=11076] ppid=11041 vsize=15701688 CPUtime=1048.82 cores=1,3,5,7
/proc/11043/task/11076/stat : 11076 (java) R 11041 11043 10996 0 -1 4202560 335558 0 0 0 104831 51 0 0 25 0 22 0 529393487 16078528512 93689 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505715804 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11043/tid=11077] ppid=11041 vsize=15701688 CPUtime=1049.13 cores=1,3,5,7
/proc/11043/task/11077/stat : 11077 (java) R 11041 11043 10996 0 -1 4202560 338035 0 0 0 104868 45 0 0 25 0 22 0 529393487 16078528512 93689 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 18446744073699065918 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4224.86
Current children cumulated vsize (KiB) 15701688

[startup+1122.3 s]
/proc/loadavg: 8.15 8.17 8.10 11/224 11107
/proc/meminfo: memFree=30043548/32951124 swapFree=67111336/67111528
[pid=11043] ppid=11041 vsize=15701688 CPUtime=4463.49 cores=1,3,5,7
/proc/11043/stat : 11043 (java) S 11041 11043 10996 0 -1 4202496 2614890 0 1 0 445852 497 0 0 19 0 22 0 529393463 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11043/statm: 3925422 109560 2298 9 0 3916141 0
[pid=11043/tid=11044] ppid=11041 vsize=15701688 CPUtime=0.34 cores=1,3,5,7
/proc/11043/task/11044/stat : 11044 (java) S 11041 11043 10996 0 -1 4202560 6381 0 1 0 33 1 0 0 18 0 22 0 529393463 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11046] ppid=11041 vsize=15701688 CPUtime=3.33 cores=1,3,5,7
/proc/11043/task/11046/stat : 11046 (java) S 11041 11043 10996 0 -1 4202560 150280 0 0 0 307 26 0 0 15 0 22 0 529393464 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11047] ppid=11041 vsize=15701688 CPUtime=3.39 cores=1,3,5,7
/proc/11043/task/11047/stat : 11047 (java) S 11041 11043 10996 0 -1 4202560 145083 0 0 0 313 26 0 0 15 0 22 0 529393464 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11048] ppid=11041 vsize=15701688 CPUtime=3.5 cores=1,3,5,7
/proc/11043/task/11048/stat : 11048 (java) S 11041 11043 10996 0 -1 4202560 149369 0 0 0 324 26 0 0 15 0 22 0 529393464 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11049] ppid=11041 vsize=15701688 CPUtime=3.42 cores=1,3,5,7
/proc/11043/task/11049/stat : 11049 (java) S 11041 11043 10996 0 -1 4202560 145299 0 0 0 316 26 0 0 16 0 22 0 529393464 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11050] ppid=11041 vsize=15701688 CPUtime=3.29 cores=1,3,5,7
/proc/11043/task/11050/stat : 11050 (java) S 11041 11043 10996 0 -1 4202560 143965 0 0 0 303 26 0 0 16 0 22 0 529393464 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11051] ppid=11041 vsize=15701688 CPUtime=3.42 cores=1,3,5,7
/proc/11043/task/11051/stat : 11051 (java) S 11041 11043 10996 0 -1 4202560 150279 0 0 0 314 28 0 0 15 0 22 0 529393464 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11052] ppid=11041 vsize=15701688 CPUtime=3.35 cores=1,3,5,7
/proc/11043/task/11052/stat : 11052 (java) S 11041 11043 10996 0 -1 4202560 141745 0 0 0 309 26 0 0 16 0 22 0 529393464 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11053] ppid=11041 vsize=15701688 CPUtime=3.35 cores=1,3,5,7
/proc/11043/task/11053/stat : 11053 (java) S 11041 11043 10996 0 -1 4202560 139301 0 0 0 309 26 0 0 15 0 22 0 529393464 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11057] ppid=11041 vsize=15701688 CPUtime=2.13 cores=1,3,5,7
/proc/11043/task/11057/stat : 11057 (java) S 11041 11043 10996 0 -1 4202560 6771 0 0 0 136 77 0 0 15 0 22 0 529393465 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562354176 0 0 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11058] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11058/stat : 11058 (java) S 11041 11043 10996 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529393465 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11059] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11059/stat : 11059 (java) S 11041 11043 10996 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529393465 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11065] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11065/stat : 11065 (java) S 11041 11043 10996 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529393467 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562361265 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11066] ppid=11041 vsize=15701688 CPUtime=0.92 cores=1,3,5,7
/proc/11043/task/11066/stat : 11066 (java) S 11041 11043 10996 0 -1 4202560 7997 0 0 0 92 0 0 0 15 0 22 0 529393467 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11067] ppid=11041 vsize=15701688 CPUtime=0.72 cores=1,3,5,7
/proc/11043/task/11067/stat : 11067 (java) S 11041 11043 10996 0 -1 4202560 3800 0 0 0 72 0 0 0 15 0 22 0 529393467 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11068] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11068/stat : 11068 (java) S 11041 11043 10996 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529393467 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11069] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11069/stat : 11069 (java) S 11041 11043 10996 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 529393467 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562354176 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11074] ppid=11041 vsize=15701688 CPUtime=1108.2 cores=1,3,5,7
/proc/11043/task/11074/stat : 11074 (java) R 11041 11043 10996 0 -1 4202560 357037 0 0 0 110770 50 0 0 25 0 22 0 529393487 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505598262 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11043/tid=11075] ppid=11041 vsize=15701688 CPUtime=1107.57 cores=1,3,5,7
/proc/11043/task/11075/stat : 11075 (java) R 11041 11043 10996 0 -1 4202560 352523 0 0 0 110709 48 0 0 25 0 22 0 529393487 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 47499019175926 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11043/tid=11076] ppid=11041 vsize=15701688 CPUtime=1107.94 cores=1,3,5,7
/proc/11043/task/11076/stat : 11076 (java) R 11041 11043 10996 0 -1 4202560 356111 0 0 0 110740 54 0 0 25 0 22 0 529393487 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505660408 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11043/tid=11077] ppid=11041 vsize=15701688 CPUtime=1108.44 cores=1,3,5,7
/proc/11043/task/11077/stat : 11077 (java) R 11041 11043 10996 0 -1 4202560 357503 0 0 0 110796 48 0 0 25 0 22 0 529393487 16078528512 109560 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505758461 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4463.49
Current children cumulated vsize (KiB) 15701688

[startup+1182.3 s]
/proc/loadavg: 8.36 8.21 8.12 10/224 11109
/proc/meminfo: memFree=30166396/32951124 swapFree=67111336/67111528
[pid=11043] ppid=11041 vsize=15701688 CPUtime=4702.11 cores=1,3,5,7
/proc/11043/stat : 11043 (java) S 11041 11043 10996 0 -1 4202496 2729878 0 1 0 469689 522 0 0 19 0 22 0 529393463 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11043/statm: 3925422 80383 2298 9 0 3916141 0
[pid=11043/tid=11044] ppid=11041 vsize=15701688 CPUtime=0.34 cores=1,3,5,7
/proc/11043/task/11044/stat : 11044 (java) S 11041 11043 10996 0 -1 4202560 6381 0 1 0 33 1 0 0 18 0 22 0 529393463 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11046] ppid=11041 vsize=15701688 CPUtime=3.51 cores=1,3,5,7
/proc/11043/task/11046/stat : 11046 (java) S 11041 11043 10996 0 -1 4202560 157291 0 0 0 324 27 0 0 15 0 22 0 529393464 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11047] ppid=11041 vsize=15701688 CPUtime=3.54 cores=1,3,5,7
/proc/11043/task/11047/stat : 11047 (java) S 11041 11043 10996 0 -1 4202560 149729 0 0 0 326 28 0 0 15 0 22 0 529393464 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11048] ppid=11041 vsize=15701688 CPUtime=3.67 cores=1,3,5,7
/proc/11043/task/11048/stat : 11048 (java) S 11041 11043 10996 0 -1 4202560 155343 0 0 0 341 26 0 0 15 0 22 0 529393464 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11049] ppid=11041 vsize=15701688 CPUtime=3.6 cores=1,3,5,7
/proc/11043/task/11049/stat : 11049 (java) S 11041 11043 10996 0 -1 4202560 150731 0 0 0 333 27 0 0 16 0 22 0 529393464 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11050] ppid=11041 vsize=15701688 CPUtime=3.46 cores=1,3,5,7
/proc/11043/task/11050/stat : 11050 (java) S 11041 11043 10996 0 -1 4202560 150056 0 0 0 319 27 0 0 15 0 22 0 529393464 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11051] ppid=11041 vsize=15701688 CPUtime=3.61 cores=1,3,5,7
/proc/11043/task/11051/stat : 11051 (java) S 11041 11043 10996 0 -1 4202560 156073 0 0 0 332 29 0 0 15 0 22 0 529393464 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11052] ppid=11041 vsize=15701688 CPUtime=3.51 cores=1,3,5,7
/proc/11043/task/11052/stat : 11052 (java) S 11041 11043 10996 0 -1 4202560 146275 0 0 0 324 27 0 0 16 0 22 0 529393464 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11053] ppid=11041 vsize=15701688 CPUtime=3.51 cores=1,3,5,7
/proc/11043/task/11053/stat : 11053 (java) S 11041 11043 10996 0 -1 4202560 144270 0 0 0 324 27 0 0 16 0 22 0 529393464 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11057] ppid=11041 vsize=15701688 CPUtime=2.25 cores=1,3,5,7
/proc/11043/task/11057/stat : 11057 (java) S 11041 11043 10996 0 -1 4202560 7150 0 0 0 144 81 0 0 15 0 22 0 529393465 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562354176 0 0 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11058] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11058/stat : 11058 (java) S 11041 11043 10996 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529393465 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11059] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11059/stat : 11059 (java) S 11041 11043 10996 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529393465 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11065] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11065/stat : 11065 (java) S 11041 11043 10996 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529393467 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562361265 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11066] ppid=11041 vsize=15701688 CPUtime=0.92 cores=1,3,5,7
/proc/11043/task/11066/stat : 11066 (java) S 11041 11043 10996 0 -1 4202560 7997 0 0 0 92 0 0 0 15 0 22 0 529393467 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11067] ppid=11041 vsize=15701688 CPUtime=0.72 cores=1,3,5,7
/proc/11043/task/11067/stat : 11067 (java) S 11041 11043 10996 0 -1 4202560 3800 0 0 0 72 0 0 0 15 0 22 0 529393467 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11068] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11068/stat : 11068 (java) S 11041 11043 10996 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529393467 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11069] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11069/stat : 11069 (java) S 11041 11043 10996 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 529393467 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562354176 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11074] ppid=11041 vsize=15701688 CPUtime=1167.56 cores=1,3,5,7
/proc/11043/task/11074/stat : 11074 (java) R 11041 11043 10996 0 -1 4202560 374447 0 0 0 116703 53 0 0 25 0 22 0 529393487 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505523303 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11043/tid=11075] ppid=11041 vsize=15701688 CPUtime=1166.86 cores=1,3,5,7
/proc/11043/task/11075/stat : 11075 (java) R 11041 11043 10996 0 -1 4202560 369246 0 0 0 116636 50 0 0 25 0 22 0 529393487 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505863448 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11043/tid=11076] ppid=11041 vsize=15701688 CPUtime=1167.05 cores=1,3,5,7
/proc/11043/task/11076/stat : 11076 (java) R 11041 11043 10996 0 -1 4202560 374458 0 0 0 116647 58 0 0 25 0 22 0 529393487 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505663484 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11043/tid=11077] ppid=11041 vsize=15701688 CPUtime=1167.81 cores=1,3,5,7
/proc/11043/task/11077/stat : 11077 (java) R 11041 11043 10996 0 -1 4202560 375183 0 0 0 116730 51 0 0 25 0 22 0 529393487 16078528512 80383 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505937061 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4702.11
Current children cumulated vsize (KiB) 15701688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 8.12 8.17 8.10 9/224 11109
/proc/meminfo: memFree=30095956/32951124 swapFree=67111336/67111528
[pid=11043] ppid=11041 vsize=15701688 CPUtime=4800.34 cores=1,3,5,7
/proc/11043/stat : 11043 (java) S 11041 11043 10996 0 -1 4202496 2790801 0 1 0 479500 534 0 0 19 0 22 0 529393463 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/11043/statm: 3925422 85405 2298 9 0 3916141 0
[pid=11043/tid=11044] ppid=11041 vsize=15701688 CPUtime=0.34 cores=1,3,5,7
/proc/11043/task/11044/stat : 11044 (java) S 11041 11043 10996 0 -1 4202560 6381 0 1 0 33 1 0 0 18 0 22 0 529393463 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11046] ppid=11041 vsize=15701688 CPUtime=3.58 cores=1,3,5,7
/proc/11043/task/11046/stat : 11046 (java) S 11041 11043 10996 0 -1 4202560 159482 0 0 0 330 28 0 0 15 0 22 0 529393464 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11047] ppid=11041 vsize=15701688 CPUtime=3.61 cores=1,3,5,7
/proc/11043/task/11047/stat : 11047 (java) S 11041 11043 10996 0 -1 4202560 152668 0 0 0 333 28 0 0 15 0 22 0 529393464 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11048] ppid=11041 vsize=15701688 CPUtime=3.76 cores=1,3,5,7
/proc/11043/task/11048/stat : 11048 (java) S 11041 11043 10996 0 -1 4202560 158294 0 0 0 349 27 0 0 16 0 22 0 529393464 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11049] ppid=11041 vsize=15701688 CPUtime=3.69 cores=1,3,5,7
/proc/11043/task/11049/stat : 11049 (java) S 11041 11043 10996 0 -1 4202560 154304 0 0 0 341 28 0 0 16 0 22 0 529393464 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11050] ppid=11041 vsize=15701688 CPUtime=3.54 cores=1,3,5,7
/proc/11043/task/11050/stat : 11050 (java) S 11041 11043 10996 0 -1 4202560 153458 0 0 0 326 28 0 0 16 0 22 0 529393464 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11051] ppid=11041 vsize=15701688 CPUtime=3.68 cores=1,3,5,7
/proc/11043/task/11051/stat : 11051 (java) S 11041 11043 10996 0 -1 4202560 157574 0 0 0 339 29 0 0 15 0 22 0 529393464 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11052] ppid=11041 vsize=15701688 CPUtime=3.59 cores=1,3,5,7
/proc/11043/task/11052/stat : 11052 (java) S 11041 11043 10996 0 -1 4202560 149423 0 0 0 331 28 0 0 15 0 22 0 529393464 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11053] ppid=11041 vsize=15701688 CPUtime=3.59 cores=1,3,5,7
/proc/11043/task/11053/stat : 11053 (java) S 11041 11043 10996 0 -1 4202560 146938 0 0 0 331 28 0 0 15 0 22 0 529393464 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11057] ppid=11041 vsize=15701688 CPUtime=2.31 cores=1,3,5,7
/proc/11043/task/11057/stat : 11057 (java) S 11041 11043 10996 0 -1 4202560 7292 0 0 0 148 83 0 0 15 0 22 0 529393465 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562354176 0 0 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11058] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11058/stat : 11058 (java) S 11041 11043 10996 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529393465 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 1 0 0 0
[pid=11043/tid=11059] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11059/stat : 11059 (java) S 11041 11043 10996 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529393465 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11065] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11065/stat : 11065 (java) S 11041 11043 10996 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529393467 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562361265 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11066] ppid=11041 vsize=15701688 CPUtime=0.92 cores=1,3,5,7
/proc/11043/task/11066/stat : 11066 (java) S 11041 11043 10996 0 -1 4202560 7997 0 0 0 92 0 0 0 15 0 22 0 529393467 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 7 0 0 0
[pid=11043/tid=11067] ppid=11041 vsize=15701688 CPUtime=0.72 cores=1,3,5,7
/proc/11043/task/11067/stat : 11067 (java) S 11041 11043 10996 0 -1 4202560 3800 0 0 0 72 0 0 0 15 0 22 0 529393467 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11068] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11068/stat : 11068 (java) S 11041 11043 10996 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529393467 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562353561 0 4 0 16800975 18446604470922373120 0 0 -1 5 0 0 0
[pid=11043/tid=11069] ppid=11041 vsize=15701688 CPUtime=0 cores=1,3,5,7
/proc/11043/task/11069/stat : 11069 (java) S 11041 11043 10996 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 529393467 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 271562354176 0 4 0 16800975 18446604470922373120 0 0 -1 3 0 0 0
[pid=11043/tid=11074] ppid=11041 vsize=15701688 CPUtime=1192 cores=1,3,5,7
/proc/11043/task/11074/stat : 11074 (java) R 11041 11043 10996 0 -1 4202560 384029 0 0 0 119146 54 0 0 25 0 22 0 529393487 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505698107 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11043/tid=11075] ppid=11041 vsize=15701688 CPUtime=1191.2 cores=1,3,5,7
/proc/11043/task/11075/stat : 11075 (java) R 11041 11043 10996 0 -1 4202560 379010 0 0 0 119068 52 0 0 25 0 22 0 529393487 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505715144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11043/tid=11076] ppid=11041 vsize=15701688 CPUtime=1191.49 cores=1,3,5,7
/proc/11043/task/11076/stat : 11076 (java) R 11041 11043 10996 0 -1 4202560 383835 0 0 0 119089 60 0 0 25 0 22 0 529393487 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912506270933 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11043/tid=11077] ppid=11041 vsize=15701688 CPUtime=1192.19 cores=1,3,5,7
/proc/11043/task/11077/stat : 11077 (java) R 11041 11043 10996 0 -1 4202560 384866 0 0 0 119167 52 0 0 25 0 22 0 529393487 16078528512 85405 33554432000 1073741824 1073778376 140736463199296 18446744073709551615 46912505636744 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 15701688

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.03
CPU time (s): 4800.4
CPU user time (s): 4795.04
CPU system time (s): 5.36218
CPU usage (%): 397.704
Max. virtual memory (cumulated for all children) (KiB): 15701688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.04
system time used= 5.36218
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2790826
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= 231247
involuntary context switches= 137952

runsolver used 1.92271 second user time and 4.71828 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-30 17:39:16
IDJOB=3311640
IDBENCH=83025
IDSOLVER=1698
FILE ID=node133/3311640-1304177956
RUNJOBID= node133-1304177956-11015
PBS_JOBID= 13172441
Free space on /tmp= 72752 MiB

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

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

MD5SUM BENCH= 63be53becd3199de3ebad3751e577715
RANDOM SEED=373039216

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:      30816108 kB
Buffers:        549980 kB
Cached:        1174012 kB
SwapCached:        124 kB
Active:         234848 kB
Inactive:      1554544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30816108 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:            3232 kB
Writeback:           4 kB
AnonPages:       65312 kB
Mapped:          17976 kB
Slab:           280552 kB
PageTables:       4900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   214828 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 17:59:25