Trace number 3312231

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.26 1236.56

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.799
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	50:48 INFO : Reading from input HOME/instance-3312231-1304110247.cnf
3.64/3.31	Executor set job limit to 1000000
3.64/3.31	Executor set job limit to 1000000
3.64/3.31	Executor set job limit to 1000000
3.64/3.31	Executor set job limit to 1000000
3.64/3.31	Starting Executor!
3.64/3.31	Starting Executor!
3.64/3.31	Starting Executor!
3.64/3.32	Starting Executor!
23.18/21.13	51:09 INFO : 34477 variables remaining out of 34510
23.18/21.13	51:09 INFO : 3988036 literals remaining out of 3317975

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-3312231-1304110247/watcher-3312231-1304110247 -o /tmp/evaluation-result-3312231-1304110247/solver-3312231-1304110247 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312231-1304110247.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: 7.92 8.01 7.80 5/198 16908
/proc/meminfo: memFree=18588340/32951124 swapFree=67111524/67111528
[pid=16908] ppid=16906 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/16908/stat : 16908 (java) S 16906 16908 16386 0 -1 4202496 1411 0 0 0 0 0 0 0 23 0 2 0 522625213 26714112 881 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458747877 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16908/statm: 6522 885 678 9 0 381 0
[pid=16908/tid=16909] ppid=16906 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16909/stat : 16909 (java) R 16906 16908 16386 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 522625214 26714112 885 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244442021444 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.061703 s]
/proc/loadavg: 7.92 8.01 7.80 5/198 16908
/proc/meminfo: memFree=18588340/32951124 swapFree=67111524/67111528
[pid=16908] ppid=16906 vsize=15609780 CPUtime=0.05 cores=0,2,4,6
/proc/16908/stat : 16908 (java) S 16906 16908 16386 0 -1 4202496 4322 0 1 0 4 1 0 0 23 0 18 0 522625213 15984414720 3760 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16908/statm: 3902445 3760 1778 9 0 3893164 0
[pid=16908/tid=16909] ppid=16906 vsize=15609780 CPUtime=0.04 cores=0,2,4,6
/proc/16908/task/16909/stat : 16909 (java) R 16906 16908 16386 0 -1 4202560 2904 0 1 0 4 0 0 0 25 0 18 0 522625214 15984414720 3761 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 47698881584227 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.100697 s]
/proc/loadavg: 7.92 8.01 7.80 5/198 16908
/proc/meminfo: memFree=18588340/32951124 swapFree=67111524/67111528
[pid=16908] ppid=16906 vsize=15676336 CPUtime=0.1 cores=0,2,4,6
/proc/16908/stat : 16908 (java) S 16906 16908 16386 0 -1 4202496 5615 0 1 0 9 1 0 0 23 0 18 0 522625213 16052568064 5038 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16908/statm: 3919084 5039 2117 9 0 3909803 0
[pid=16908/tid=16909] ppid=16906 vsize=15676336 CPUtime=0.08 cores=0,2,4,6
/proc/16908/task/16909/stat : 16909 (java) R 16906 16908 16386 0 -1 4202560 3466 0 1 0 7 1 0 0 18 0 18 0 522625214 16052568064 5040 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 47698877423621 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676336

[startup+0.300662 s]
/proc/loadavg: 7.92 8.01 7.80 5/198 16908
/proc/meminfo: memFree=18588340/32951124 swapFree=67111524/67111528
[pid=16908] ppid=16906 vsize=15681864 CPUtime=0.51 cores=0,2,4,6
/proc/16908/stat : 16908 (java) S 16906 16908 16386 0 -1 4202496 15923 0 1 0 49 2 0 0 23 0 18 0 522625213 16058228736 14093 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16908/statm: 3920466 14100 2206 9 0 3911185 0
[pid=16908/tid=16909] ppid=16906 vsize=15681864 CPUtime=0.28 cores=0,2,4,6
/proc/16908/task/16909/stat : 16909 (java) R 16906 16908 16386 0 -1 4202560 10736 0 1 0 26 2 0 0 18 0 18 0 522625214 16058228736 14104 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912505640360 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15681864

[startup+0.700611 s]
/proc/loadavg: 7.92 8.01 7.80 5/198 16908
/proc/meminfo: memFree=18588340/32951124 swapFree=67111524/67111528
[pid=16908] ppid=16906 vsize=15681864 CPUtime=0.92 cores=0,2,4,6
/proc/16908/stat : 16908 (java) S 16906 16908 16386 0 -1 4202496 41889 0 1 0 87 5 0 0 23 0 18 0 522625213 16058228736 40057 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16908/statm: 3920466 40057 2222 9 0 3911185 0
[pid=16908/tid=16909] ppid=16906 vsize=15681864 CPUtime=0.68 cores=0,2,4,6
/proc/16908/task/16909/stat : 16909 (java) R 16906 16908 16386 0 -1 4202560 35509 0 1 0 64 4 0 0 18 0 18 0 522625214 16058228736 40057 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912505522460 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15681864

[startup+1.50146 s]
/proc/loadavg: 7.92 8.01 7.80 6/216 16926
/proc/meminfo: memFree=18432204/32951124 swapFree=67111524/67111528
[pid=16908] ppid=16906 vsize=15681864 CPUtime=1.74 cores=0,2,4,6
/proc/16908/stat : 16908 (java) S 16906 16908 16386 0 -1 4202496 56715 0 1 0 167 7 0 0 23 0 18 0 522625213 16058228736 54865 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16908/statm: 3920466 54870 2222 9 0 3911185 0
[pid=16908/tid=16909] ppid=16906 vsize=15681864 CPUtime=1.47 cores=0,2,4,6
/proc/16908/task/16909/stat : 16909 (java) R 16906 16908 16386 0 -1 4202560 47278 0 1 0 141 6 0 0 19 0 18 0 522625214 16058228736 54874 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912505640403 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16908/tid=16911] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16911/stat : 16911 (java) S 16906 16908 16386 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 18 0 522625214 16058228736 54878 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16912] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16912/stat : 16912 (java) S 16906 16908 16386 0 -1 4202560 665 0 0 0 0 0 0 0 16 0 18 0 522625214 16058228736 54882 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16913] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16913/stat : 16913 (java) S 16906 16908 16386 0 -1 4202560 637 0 0 0 0 0 0 0 16 0 18 0 522625214 16058228736 54886 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
[pid=16908/tid=16914] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16914/stat : 16914 (java) S 16906 16908 16386 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 18 0 522625214 16058228736 54890 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16915] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16915/stat : 16915 (java) S 16906 16908 16386 0 -1 4202560 1124 0 0 0 0 0 0 0 16 0 18 0 522625214 16058228736 54894 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16916] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16916/stat : 16916 (java) S 16906 16908 16386 0 -1 4202560 1354 0 0 0 0 0 0 0 16 0 18 0 522625214 16058228736 54898 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16917] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16917/stat : 16917 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522625214 16058228736 54901 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16918] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16918/stat : 16918 (java) S 16906 16908 16386 0 -1 4202560 317 0 0 0 0 0 0 0 15 0 18 0 522625214 16058228736 54905 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16919] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16919/stat : 16919 (java) S 16906 16908 16386 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 18 0 522625215 16058228736 54909 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761728 0 0 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16920] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16920/stat : 16920 (java) S 16906 16908 16386 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 522625216 16058228736 54913 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16921] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16921/stat : 16921 (java) S 16906 16908 16386 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 522625216 16058228736 54917 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16922] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16922/stat : 16922 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522625218 16058228736 54921 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458768817 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16923] ppid=16906 vsize=15681864 CPUtime=0.12 cores=0,2,4,6
/proc/16908/task/16923/stat : 16923 (java) S 16906 16908 16386 0 -1 4202560 2444 0 0 0 12 0 0 0 18 0 18 0 522625218 16058228736 54925 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
[pid=16908/tid=16924] ppid=16906 vsize=15681864 CPUtime=0.09 cores=0,2,4,6
/proc/16908/task/16924/stat : 16924 (java) S 16906 16908 16386 0 -1 4202560 1359 0 0 0 9 0 0 0 17 0 18 0 522625218 16058228736 54929 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16925] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16925/stat : 16925 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522625218 16058228736 54932 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16926] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16926/stat : 16926 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522625218 16058228736 54936 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761728 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15681864

[startup+3.10117 s]
/proc/loadavg: 7.92 8.01 7.80 6/216 16926
/proc/meminfo: memFree=18295184/32951124 swapFree=67111524/67111528
[pid=16908] ppid=16906 vsize=15681864 CPUtime=3.41 cores=0,2,4,6
/proc/16908/stat : 16908 (java) S 16906 16908 16386 0 -1 4202496 139997 0 1 0 324 17 0 0 23 0 18 0 522625213 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16908/statm: 3920466 138030 2240 9 0 3911185 0
[pid=16908/tid=16909] ppid=16906 vsize=15681864 CPUtime=3.06 cores=0,2,4,6
/proc/16908/task/16909/stat : 16909 (java) R 16906 16908 16386 0 -1 4202560 127591 0 1 0 291 15 0 0 24 0 18 0 522625214 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912505574589 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16908/tid=16911] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16911/stat : 16911 (java) S 16906 16908 16386 0 -1 4202560 2670 0 0 0 0 0 0 0 15 0 18 0 522625214 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16912] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16912/stat : 16912 (java) S 16906 16908 16386 0 -1 4202560 665 0 0 0 0 0 0 0 15 0 18 0 522625214 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
[pid=16908/tid=16913] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16913/stat : 16913 (java) S 16906 16908 16386 0 -1 4202560 677 0 0 0 0 0 0 0 15 0 18 0 522625214 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
[pid=16908/tid=16914] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16914/stat : 16914 (java) S 16906 16908 16386 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 18 0 522625214 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16915] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16915/stat : 16915 (java) S 16906 16908 16386 0 -1 4202560 1124 0 0 0 0 0 0 0 15 0 18 0 522625214 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16916] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16916/stat : 16916 (java) S 16906 16908 16386 0 -1 4202560 1355 0 0 0 0 0 0 0 15 0 18 0 522625214 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16917] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16917/stat : 16917 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522625214 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16918] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16918/stat : 16918 (java) S 16906 16908 16386 0 -1 4202560 317 0 0 0 0 0 0 0 15 0 18 0 522625214 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16919] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16919/stat : 16919 (java) S 16906 16908 16386 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 18 0 522625215 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761728 0 0 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16920] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16920/stat : 16920 (java) S 16906 16908 16386 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 522625216 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16921] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16921/stat : 16921 (java) S 16906 16908 16386 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 522625216 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16922] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16922/stat : 16922 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522625218 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458768817 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16923] ppid=16906 vsize=15681864 CPUtime=0.14 cores=0,2,4,6
/proc/16908/task/16923/stat : 16923 (java) S 16906 16908 16386 0 -1 4202560 2468 0 0 0 14 0 0 0 15 0 18 0 522625218 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
[pid=16908/tid=16924] ppid=16906 vsize=15681864 CPUtime=0.12 cores=0,2,4,6
/proc/16908/task/16924/stat : 16924 (java) S 16906 16908 16386 0 -1 4202560 1496 0 0 0 12 0 0 0 15 0 18 0 522625218 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16925] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16925/stat : 16925 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522625218 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16926] ppid=16906 vsize=15681864 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16926/stat : 16926 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522625218 16058228736 138030 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761728 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 15681864

[startup+6.30153 s]
/proc/loadavg: 7.68 7.96 7.79 10/220 16931
/proc/meminfo: memFree=17351184/32951124 swapFree=67111524/67111528
[pid=16908] ppid=16906 vsize=15696636 CPUtime=7.88 cores=0,2,4,6
/proc/16908/stat : 16908 (java) S 16906 16908 16386 0 -1 4202496 158756 0 1 0 769 19 0 0 23 0 22 0 522625213 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16908/statm: 3924159 146625 2266 9 0 3914878 0
[pid=16908/tid=16909] ppid=16906 vsize=15696636 CPUtime=6.25 cores=0,2,4,6
/proc/16908/task/16909/stat : 16909 (java) R 16906 16908 16386 0 -1 4202560 127716 0 1 0 610 15 0 0 25 0 22 0 522625214 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912506187331 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16908/tid=16911] ppid=16906 vsize=15696636 CPUtime=0.01 cores=0,2,4,6
/proc/16908/task/16911/stat : 16911 (java) S 16906 16908 16386 0 -1 4202560 2670 0 0 0 1 0 0 0 15 0 22 0 522625214 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16912] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16912/stat : 16912 (java) S 16906 16908 16386 0 -1 4202560 665 0 0 0 0 0 0 0 15 0 22 0 522625214 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
[pid=16908/tid=16913] ppid=16906 vsize=15696636 CPUtime=0.01 cores=0,2,4,6
/proc/16908/task/16913/stat : 16913 (java) S 16906 16908 16386 0 -1 4202560 677 0 0 0 1 0 0 0 16 0 22 0 522625214 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16914] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16914/stat : 16914 (java) S 16906 16908 16386 0 -1 4202560 5171 0 0 0 0 0 0 0 16 0 22 0 522625214 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16915] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16915/stat : 16915 (java) S 16906 16908 16386 0 -1 4202560 1124 0 0 0 0 0 0 0 15 0 22 0 522625214 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16916] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16916/stat : 16916 (java) S 16906 16908 16386 0 -1 4202560 1355 0 0 0 0 0 0 0 15 0 22 0 522625214 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16917] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16917/stat : 16917 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522625214 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
[pid=16908/tid=16918] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16918/stat : 16918 (java) S 16906 16908 16386 0 -1 4202560 317 0 0 0 0 0 0 0 15 0 22 0 522625214 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16919] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16919/stat : 16919 (java) S 16906 16908 16386 0 -1 4202560 337 0 0 0 0 0 0 0 15 0 22 0 522625215 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761728 0 0 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16920] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16920/stat : 16920 (java) S 16906 16908 16386 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 522625216 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16921] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16921/stat : 16921 (java) S 16906 16908 16386 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 522625216 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16922] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16922/stat : 16922 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522625218 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458768817 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16923] ppid=16906 vsize=15696636 CPUtime=0.89 cores=0,2,4,6
/proc/16908/task/16923/stat : 16923 (java) S 16906 16908 16386 0 -1 4202560 10698 0 0 0 89 0 0 0 15 0 22 0 522625218 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
[pid=16908/tid=16924] ppid=16906 vsize=15696636 CPUtime=0.61 cores=0,2,4,6
/proc/16908/task/16924/stat : 16924 (java) S 16906 16908 16386 0 -1 4202560 6593 0 0 0 61 0 0 0 15 0 22 0 522625218 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16925] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16925/stat : 16925 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522625218 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16926] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16926/stat : 16926 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522625218 16073355264 146625 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761728 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0

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

[pid=16908/tid=16928] ppid=16906 vsize=15696636 CPUtime=1060.33 cores=0,2,4,6
/proc/16908/task/16928/stat : 16928 (java) R 16906 16908 16386 0 -1 4202560 179781 0 0 0 105933 100 0 0 25 0 22 0 522625545 16073355264 230747 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458771125 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16908/tid=16929] ppid=16906 vsize=15696636 CPUtime=1061.54 cores=0,2,4,6
/proc/16908/task/16929/stat : 16929 (java) R 16906 16908 16386 0 -1 4202560 155169 0 0 0 106077 77 0 0 25 0 22 0 522625545 16073355264 230747 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458762182 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16908/tid=16930] ppid=16906 vsize=15696636 CPUtime=1085.84 cores=0,2,4,6
/proc/16908/task/16930/stat : 16930 (java) R 16906 16908 16386 0 -1 4202560 163852 0 0 0 108489 95 0 0 25 0 22 0 522625545 16073355264 230747 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4346.39
Current children cumulated vsize (KiB) 15696636

[startup+1182.3 s]
/proc/loadavg: 5.22 5.39 6.26 6/219 16974
/proc/meminfo: memFree=6880336/32951124 swapFree=67111524/67111528
[pid=16908] ppid=16906 vsize=15696636 CPUtime=4584.74 cores=0,2,4,6
/proc/16908/stat : 16908 (java) S 16906 16908 16386 0 -1 4202496 1283965 0 1 0 457911 563 0 0 23 0 22 0 522625213 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16908/statm: 3924159 207903 2301 9 0 3914878 0
[pid=16908/tid=16909] ppid=16906 vsize=15696636 CPUtime=21.09 cores=0,2,4,6
/proc/16908/task/16909/stat : 16909 (java) S 16906 16908 16386 0 -1 4202560 127757 0 1 0 2094 15 0 0 25 0 22 0 522625214 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16911] ppid=16906 vsize=15696636 CPUtime=3.33 cores=0,2,4,6
/proc/16908/task/16911/stat : 16911 (java) S 16906 16908 16386 0 -1 4202560 50474 0 0 0 322 11 0 0 16 0 22 0 522625214 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
[pid=16908/tid=16912] ppid=16906 vsize=15696636 CPUtime=3.38 cores=0,2,4,6
/proc/16908/task/16912/stat : 16912 (java) S 16906 16908 16386 0 -1 4202560 50427 0 0 0 328 10 0 0 15 0 22 0 522625214 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16913] ppid=16906 vsize=15696636 CPUtime=3.41 cores=0,2,4,6
/proc/16908/task/16913/stat : 16913 (java) S 16906 16908 16386 0 -1 4202560 57679 0 0 0 331 10 0 0 16 0 22 0 522625214 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16914] ppid=16906 vsize=15696636 CPUtime=3.42 cores=0,2,4,6
/proc/16908/task/16914/stat : 16914 (java) S 16906 16908 16386 0 -1 4202560 69225 0 0 0 328 14 0 0 15 0 22 0 522625214 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16915] ppid=16906 vsize=15696636 CPUtime=3.43 cores=0,2,4,6
/proc/16908/task/16915/stat : 16915 (java) S 16906 16908 16386 0 -1 4202560 53640 0 0 0 332 11 0 0 15 0 22 0 522625214 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
[pid=16908/tid=16916] ppid=16906 vsize=15696636 CPUtime=3.44 cores=0,2,4,6
/proc/16908/task/16916/stat : 16916 (java) S 16906 16908 16386 0 -1 4202560 53976 0 0 0 333 11 0 0 15 0 22 0 522625214 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16917] ppid=16906 vsize=15696636 CPUtime=3.36 cores=0,2,4,6
/proc/16908/task/16917/stat : 16917 (java) S 16906 16908 16386 0 -1 4202560 53168 0 0 0 324 12 0 0 16 0 22 0 522625214 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16918] ppid=16906 vsize=15696636 CPUtime=3.41 cores=0,2,4,6
/proc/16908/task/16918/stat : 16918 (java) S 16906 16908 16386 0 -1 4202560 52434 0 0 0 329 12 0 0 16 0 22 0 522625214 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16919] ppid=16906 vsize=15696636 CPUtime=1.69 cores=0,2,4,6
/proc/16908/task/16919/stat : 16919 (java) S 16906 16908 16386 0 -1 4202560 3852 0 0 0 115 54 0 0 15 0 22 0 522625215 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761728 0 0 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16920] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16920/stat : 16920 (java) S 16906 16908 16386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522625216 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16921] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16921/stat : 16921 (java) S 16906 16908 16386 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522625216 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16922] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16922/stat : 16922 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522625218 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458768817 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16923] ppid=16906 vsize=15696636 CPUtime=1.93 cores=0,2,4,6
/proc/16908/task/16923/stat : 16923 (java) S 16906 16908 16386 0 -1 4202560 10840 0 0 0 192 1 0 0 15 0 22 0 522625218 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16924] ppid=16906 vsize=15696636 CPUtime=1.67 cores=0,2,4,6
/proc/16908/task/16924/stat : 16924 (java) S 16906 16908 16386 0 -1 4202560 14043 0 0 0 165 2 0 0 15 0 22 0 522625218 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16925] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16925/stat : 16925 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522625218 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16926] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16926/stat : 16926 (java) S 16906 16908 16386 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 522625218 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761728 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16927] ppid=16906 vsize=15696636 CPUtime=1145.69 cores=0,2,4,6
/proc/16908/task/16927/stat : 16927 (java) R 16906 16908 16386 0 -1 4202560 166456 0 0 0 114465 104 0 0 25 0 22 0 522625545 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912506162624 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16908/tid=16928] ppid=16906 vsize=15696636 CPUtime=1119.46 cores=0,2,4,6
/proc/16908/task/16928/stat : 16928 (java) R 16906 16908 16386 0 -1 4202560 186802 0 0 0 111838 108 0 0 25 0 22 0 522625545 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912506318203 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16908/tid=16929] ppid=16906 vsize=15696636 CPUtime=1120.81 cores=0,2,4,6
/proc/16908/task/16929/stat : 16929 (java) R 16906 16908 16386 0 -1 4202560 160728 0 0 0 112002 79 0 0 18 0 22 0 522625545 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912506180267 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16908/tid=16930] ppid=16906 vsize=15696636 CPUtime=1145.03 cores=0,2,4,6
/proc/16908/task/16930/stat : 16930 (java) R 16906 16908 16386 0 -1 4202560 171015 0 0 0 114405 98 0 0 25 0 22 0 522625545 16073355264 207903 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912506537640 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4584.74
Current children cumulated vsize (KiB) 15696636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1236.5 s]
/proc/loadavg: 5.17 5.35 6.20 6/219 16976
/proc/meminfo: memFree=6722856/32951124 swapFree=67111524/67111528
[pid=16908] ppid=16906 vsize=15696636 CPUtime=4800.18 cores=0,2,4,6
/proc/16908/stat : 16908 (java) S 16906 16908 16386 0 -1 4202496 1368301 0 1 0 479428 590 0 0 23 0 22 0 522625213 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16908/statm: 3924159 248233 2301 9 0 3914878 0
[pid=16908/tid=16909] ppid=16906 vsize=15696636 CPUtime=21.09 cores=0,2,4,6
/proc/16908/task/16909/stat : 16909 (java) S 16906 16908 16386 0 -1 4202560 127757 0 1 0 2094 15 0 0 25 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16911] ppid=16906 vsize=15696636 CPUtime=3.5 cores=0,2,4,6
/proc/16908/task/16911/stat : 16911 (java) S 16906 16908 16386 0 -1 4202560 54550 0 0 0 338 12 0 0 16 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16912] ppid=16906 vsize=15696636 CPUtime=3.54 cores=0,2,4,6
/proc/16908/task/16912/stat : 16912 (java) S 16906 16908 16386 0 -1 4202560 54288 0 0 0 344 10 0 0 15 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
[pid=16908/tid=16913] ppid=16906 vsize=15696636 CPUtime=3.58 cores=0,2,4,6
/proc/16908/task/16913/stat : 16913 (java) S 16906 16908 16386 0 -1 4202560 61763 0 0 0 347 11 0 0 15 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16914] ppid=16906 vsize=15696636 CPUtime=3.57 cores=0,2,4,6
/proc/16908/task/16914/stat : 16914 (java) S 16906 16908 16386 0 -1 4202560 73022 0 0 0 342 15 0 0 16 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16915] ppid=16906 vsize=15696636 CPUtime=3.6 cores=0,2,4,6
/proc/16908/task/16915/stat : 16915 (java) S 16906 16908 16386 0 -1 4202560 57451 0 0 0 348 12 0 0 15 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16916] ppid=16906 vsize=15696636 CPUtime=3.6 cores=0,2,4,6
/proc/16908/task/16916/stat : 16916 (java) S 16906 16908 16386 0 -1 4202560 57688 0 0 0 349 11 0 0 15 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
[pid=16908/tid=16917] ppid=16906 vsize=15696636 CPUtime=3.53 cores=0,2,4,6
/proc/16908/task/16917/stat : 16917 (java) S 16906 16908 16386 0 -1 4202560 56788 0 0 0 340 13 0 0 15 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16918] ppid=16906 vsize=15696636 CPUtime=3.58 cores=0,2,4,6
/proc/16908/task/16918/stat : 16918 (java) S 16906 16908 16386 0 -1 4202560 56152 0 0 0 345 13 0 0 15 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
[pid=16908/tid=16919] ppid=16906 vsize=15696636 CPUtime=1.75 cores=0,2,4,6
/proc/16908/task/16919/stat : 16919 (java) S 16906 16908 16386 0 -1 4202560 4079 0 0 0 118 57 0 0 16 0 22 0 522625215 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761728 0 0 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16920] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16920/stat : 16920 (java) S 16906 16908 16386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522625216 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16921] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16921/stat : 16921 (java) S 16906 16908 16386 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522625216 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16922] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16922/stat : 16922 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522625218 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458768817 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16923] ppid=16906 vsize=15696636 CPUtime=1.93 cores=0,2,4,6
/proc/16908/task/16923/stat : 16923 (java) S 16906 16908 16386 0 -1 4202560 10840 0 0 0 192 1 0 0 15 0 22 0 522625218 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16924] ppid=16906 vsize=15696636 CPUtime=1.67 cores=0,2,4,6
/proc/16908/task/16924/stat : 16924 (java) S 16906 16908 16386 0 -1 4202560 14043 0 0 0 165 2 0 0 15 0 22 0 522625218 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16925] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16925/stat : 16925 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522625218 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16926] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16926/stat : 16926 (java) S 16906 16908 16386 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 522625218 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761728 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16927] ppid=16906 vsize=15696636 CPUtime=1199.25 cores=0,2,4,6
/proc/16908/task/16927/stat : 16927 (java) R 16906 16908 16386 0 -1 4202560 180191 0 0 0 119816 109 0 0 18 0 22 0 522625545 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912506187413 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16908/tid=16928] ppid=16906 vsize=15696636 CPUtime=1172.98 cores=0,2,4,6
/proc/16908/task/16928/stat : 16928 (java) R 16906 16908 16386 0 -1 4202560 201080 0 0 0 117183 115 0 0 18 0 22 0 522625545 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912506187383 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16908/tid=16929] ppid=16906 vsize=15696636 CPUtime=1174.29 cores=0,2,4,6
/proc/16908/task/16929/stat : 16929 (java) R 16906 16908 16386 0 -1 4202560 172156 0 0 0 117346 83 0 0 25 0 22 0 522625545 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912506538040 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16908/tid=16930] ppid=16906 vsize=15696636 CPUtime=1198.56 cores=0,2,4,6
/proc/16908/task/16930/stat : 16930 (java) R 16906 16908 16386 0 -1 4202560 185000 0 0 0 119753 103 0 0 21 0 22 0 522625545 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912506059185 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 15696636

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

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

[startup+1236.5 s]
/proc/loadavg: 5.17 5.35 6.20 6/219 16976
/proc/meminfo: memFree=6722856/32951124 swapFree=67111524/67111528
[pid=16908] ppid=16906 vsize=15696636 CPUtime=4800.18 cores=0,2,4,6
/proc/16908/stat : 16908 (java) S 16906 16908 16386 0 -1 4202496 1368301 0 1 0 479428 590 0 0 23 0 22 0 522625213 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16908/statm: 3924159 248233 2301 9 0 3914878 0
[pid=16908/tid=16909] ppid=16906 vsize=15696636 CPUtime=21.09 cores=0,2,4,6
/proc/16908/task/16909/stat : 16909 (java) S 16906 16908 16386 0 -1 4202560 127757 0 1 0 2094 15 0 0 25 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16911] ppid=16906 vsize=15696636 CPUtime=3.5 cores=0,2,4,6
/proc/16908/task/16911/stat : 16911 (java) S 16906 16908 16386 0 -1 4202560 54550 0 0 0 338 12 0 0 16 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16912] ppid=16906 vsize=15696636 CPUtime=3.54 cores=0,2,4,6
/proc/16908/task/16912/stat : 16912 (java) S 16906 16908 16386 0 -1 4202560 54288 0 0 0 344 10 0 0 15 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
[pid=16908/tid=16913] ppid=16906 vsize=15696636 CPUtime=3.58 cores=0,2,4,6
/proc/16908/task/16913/stat : 16913 (java) S 16906 16908 16386 0 -1 4202560 61763 0 0 0 347 11 0 0 15 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16914] ppid=16906 vsize=15696636 CPUtime=3.57 cores=0,2,4,6
/proc/16908/task/16914/stat : 16914 (java) S 16906 16908 16386 0 -1 4202560 73022 0 0 0 342 15 0 0 16 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16915] ppid=16906 vsize=15696636 CPUtime=3.6 cores=0,2,4,6
/proc/16908/task/16915/stat : 16915 (java) S 16906 16908 16386 0 -1 4202560 57451 0 0 0 348 12 0 0 15 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16916] ppid=16906 vsize=15696636 CPUtime=3.6 cores=0,2,4,6
/proc/16908/task/16916/stat : 16916 (java) S 16906 16908 16386 0 -1 4202560 57688 0 0 0 349 11 0 0 15 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
[pid=16908/tid=16917] ppid=16906 vsize=15696636 CPUtime=3.53 cores=0,2,4,6
/proc/16908/task/16917/stat : 16917 (java) S 16906 16908 16386 0 -1 4202560 56788 0 0 0 340 13 0 0 15 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16918] ppid=16906 vsize=15696636 CPUtime=3.58 cores=0,2,4,6
/proc/16908/task/16918/stat : 16918 (java) S 16906 16908 16386 0 -1 4202560 56152 0 0 0 345 13 0 0 15 0 22 0 522625214 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 2 0 0 0
[pid=16908/tid=16919] ppid=16906 vsize=15696636 CPUtime=1.75 cores=0,2,4,6
/proc/16908/task/16919/stat : 16919 (java) S 16906 16908 16386 0 -1 4202560 4079 0 0 0 118 57 0 0 16 0 22 0 522625215 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761728 0 0 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16920] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16920/stat : 16920 (java) S 16906 16908 16386 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522625216 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16921] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16921/stat : 16921 (java) S 16906 16908 16386 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522625216 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16922] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16922/stat : 16922 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522625218 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458768817 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16923] ppid=16906 vsize=15696636 CPUtime=1.93 cores=0,2,4,6
/proc/16908/task/16923/stat : 16923 (java) S 16906 16908 16386 0 -1 4202560 10840 0 0 0 192 1 0 0 15 0 22 0 522625218 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16924] ppid=16906 vsize=15696636 CPUtime=1.67 cores=0,2,4,6
/proc/16908/task/16924/stat : 16924 (java) S 16906 16908 16386 0 -1 4202560 14043 0 0 0 165 2 0 0 15 0 22 0 522625218 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 6 0 0 0
[pid=16908/tid=16925] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16925/stat : 16925 (java) S 16906 16908 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522625218 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761113 0 4 0 16800975 18446604450186175616 0 0 -1 4 0 0 0
[pid=16908/tid=16926] ppid=16906 vsize=15696636 CPUtime=0 cores=0,2,4,6
/proc/16908/task/16926/stat : 16926 (java) S 16906 16908 16386 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 522625218 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 244458761728 0 4 0 16800975 18446604450186175616 0 0 -1 0 0 0 0
[pid=16908/tid=16927] ppid=16906 vsize=15696636 CPUtime=1199.25 cores=0,2,4,6
/proc/16908/task/16927/stat : 16927 (java) R 16906 16908 16386 0 -1 4202560 180191 0 0 0 119816 109 0 0 18 0 22 0 522625545 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912506187413 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16908/tid=16928] ppid=16906 vsize=15696636 CPUtime=1172.98 cores=0,2,4,6
/proc/16908/task/16928/stat : 16928 (java) R 16906 16908 16386 0 -1 4202560 201080 0 0 0 117183 115 0 0 18 0 22 0 522625545 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912506187383 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16908/tid=16929] ppid=16906 vsize=15696636 CPUtime=1174.29 cores=0,2,4,6
/proc/16908/task/16929/stat : 16929 (java) R 16906 16908 16386 0 -1 4202560 172156 0 0 0 117346 83 0 0 25 0 22 0 522625545 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912506538040 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16908/tid=16930] ppid=16906 vsize=15696636 CPUtime=1198.56 cores=0,2,4,6
/proc/16908/task/16930/stat : 16930 (java) R 16906 16908 16386 0 -1 4202560 185000 0 0 0 119753 103 0 0 21 0 22 0 522625545 16073355264 248233 33554432000 1073741824 1073778376 140736485201568 18446744073709551615 46912506059185 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 15696636

Child status: 143
Real time (s): 1236.56
CPU time (s): 4800.26
CPU user time (s): 4794.31
CPU system time (s): 5.9491
CPU usage (%): 388.194
Max. virtual memory (cumulated for all children) (KiB): 15703608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.31
system time used= 5.94909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1368328
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= 781163
involuntary context switches= 132978

runsolver used 2.23266 second user time and 4.56731 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 22:50:48
IDJOB=3312231
IDBENCH=82496
IDSOLVER=1698
FILE ID=node105/3312231-1304110247
RUNJOBID= node105-1304108944-16731
PBS_JOBID= 13170654
Free space on /tmp= 71912 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312231-1304110247/watcher-3312231-1304110247 -o /tmp/evaluation-result-3312231-1304110247/solver-3312231-1304110247 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312231-1304110247.cnf -hbr 2

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=1952373215

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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:      18588612 kB
Buffers:       2158508 kB
Cached:        7120492 kB
SwapCached:          4 kB
Active:        5056896 kB
Inactive:      8750052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18588612 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           20848 kB
Writeback:           0 kB
AnonPages:     4527696 kB
Mapped:          23476 kB
Slab:           483836 kB
PageTables:      13600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5709080 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71908 MiB
End job on node105 at 2011-04-29 23:11:26