Trace number 3313131

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.28 1207.05

General information on the benchmark

NameSAT05/crafted/sorge05/QG6/
dead-dnd002.shuffled-as.sat05-2713.cnf
MD5SUM53d311456c8e25005c572fec79acd092
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.0082
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

Solver Data

0.10/0.11	23:15 INFO : Reading from input HOME/instance-3313131-1304187795.cnf
0.51/0.34	Executor set job limit to 1000000
0.51/0.34	Executor set job limit to 1000000
0.51/0.34	Executor set job limit to 1000000
0.51/0.34	Executor set job limit to 1000000
0.51/0.34	Starting Executor!
0.51/0.34	Starting Executor!
0.51/0.34	Starting Executor!
0.51/0.34	Starting Executor!
1.50/0.74	23:15 INFO : 1296 variables remaining out of 1339
1.50/0.74	23:15 INFO : 47956 literals remaining out of 67348
3.33/1.24	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:1).
3.33/1.24	log4j:WARN Please initialize the log4j system properly.
3.33/1.24	log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

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

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

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


[startup+0 s]
/proc/loadavg: 1.41 1.46 3.47 6/198 14321
/proc/meminfo: memFree=29482876/32950928 swapFree=67054472/67111528
[pid=14321] ppid=14319 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/14321/stat : 14321 (java) R 14319 14321 13254 0 -1 4202496 1204 0 0 0 0 0 0 0 25 0 1 0 609010143 23580672 689 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260909055488 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14321/statm: 5757 703 525 9 0 124 0

[startup+0.0899211 s]
/proc/loadavg: 1.41 1.46 3.47 6/198 14321
/proc/meminfo: memFree=29482876/32950928 swapFree=67054472/67111528
[pid=14321] ppid=14319 vsize=15676788 CPUtime=0.09 cores=1,3,5,7
/proc/14321/stat : 14321 (java) S 14319 14321 13254 0 -1 4202496 5456 0 1 0 8 1 0 0 25 0 18 0 609010143 16053030912 4893 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14321/statm: 3919197 4893 2115 9 0 3909916 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676788

[startup+0.100917 s]
/proc/loadavg: 1.41 1.46 3.47 6/198 14321
/proc/meminfo: memFree=29482876/32950928 swapFree=67054472/67111528
[pid=14321] ppid=14319 vsize=15676788 CPUtime=0.1 cores=1,3,5,7
/proc/14321/stat : 14321 (java) S 14319 14321 13254 0 -1 4202496 5617 0 1 0 9 1 0 0 25 0 18 0 609010143 16053030912 5054 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14321/statm: 3919197 5054 2117 9 0 3909916 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676788

[startup+0.300884 s]
/proc/loadavg: 1.41 1.46 3.47 6/198 14321
/proc/meminfo: memFree=29482876/32950928 swapFree=67054472/67111528
[pid=14321] ppid=14319 vsize=15681976 CPUtime=0.51 cores=1,3,5,7
/proc/14321/stat : 14321 (java) S 14319 14321 13254 0 -1 4202496 16223 0 1 0 49 2 0 0 25 0 18 0 609010143 16058343424 14464 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14321/statm: 3920494 14488 2206 9 0 3911213 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15681976

[startup+0.700813 s]
/proc/loadavg: 1.41 1.46 3.47 6/198 14321
/proc/meminfo: memFree=29482876/32950928 swapFree=67054472/67111528
[pid=14321] ppid=14319 vsize=15696656 CPUtime=1.5 cores=1,3,5,7
/proc/14321/stat : 14321 (java) S 14319 14321 13254 0 -1 4202496 30889 0 1 0 146 4 0 0 25 0 22 0 609010143 16073375744 25962 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14321/statm: 3924164 25962 2248 9 0 3914883 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 15696656

[startup+1.50067 s]
/proc/loadavg: 1.41 1.46 3.47 10/220 14343
/proc/meminfo: memFree=29338364/32950928 swapFree=67054472/67111528
[pid=14321] ppid=14319 vsize=15696656 CPUtime=4.52 cores=1,3,5,7
/proc/14321/stat : 14321 (java) S 14319 14321 13254 0 -1 4202496 62049 0 1 0 443 9 0 0 25 0 22 0 609010143 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14321/statm: 3924164 54150 2281 9 0 3914883 0
[pid=14321/tid=14323] ppid=14319 vsize=15696656 CPUtime=0.72 cores=1,3,5,7
/proc/14321/task/14323/stat : 14323 (java) S 14319 14321 13254 0 -1 4202560 17561 0 1 0 69 3 0 0 25 0 22 0 609010144 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14324] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14324/stat : 14324 (java) S 14319 14321 13254 0 -1 4202560 1480 0 0 0 0 0 0 0 15 0 22 0 609010144 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14325] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14325/stat : 14325 (java) S 14319 14321 13254 0 -1 4202560 1058 0 0 0 0 0 0 0 15 0 22 0 609010144 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14326] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14326/stat : 14326 (java) S 14319 14321 13254 0 -1 4202560 1150 0 0 0 0 0 0 0 15 0 22 0 609010144 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 5 0 0 0
[pid=14321/tid=14327] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14327/stat : 14327 (java) S 14319 14321 13254 0 -1 4202560 1332 0 0 0 0 0 0 0 16 0 22 0 609010144 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14328] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14328/stat : 14328 (java) S 14319 14321 13254 0 -1 4202560 1087 0 0 0 0 0 0 0 15 0 22 0 609010144 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 1 0 0 0
[pid=14321/tid=14329] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14329/stat : 14329 (java) S 14319 14321 13254 0 -1 4202560 908 0 0 0 0 0 0 0 16 0 22 0 609010144 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 1 0 0 0
[pid=14321/tid=14330] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14330/stat : 14330 (java) S 14319 14321 13254 0 -1 4202560 1166 0 0 0 0 0 0 0 15 0 22 0 609010144 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14331] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14331/stat : 14331 (java) S 14319 14321 13254 0 -1 4202560 1181 0 0 0 0 0 0 0 16 0 22 0 609010144 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 5 0 0 0
[pid=14321/tid=14332] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14332/stat : 14332 (java) S 14319 14321 13254 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 609010145 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210624 0 0 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14333] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14333/stat : 14333 (java) S 14319 14321 13254 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 609010146 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14334] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14334/stat : 14334 (java) S 14319 14321 13254 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 609010146 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14335] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14335/stat : 14335 (java) S 14319 14321 13254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609010148 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917217713 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14336] ppid=14319 vsize=15696656 CPUtime=0.78 cores=1,3,5,7
/proc/14321/task/14336/stat : 14336 (java) R 14319 14321 13254 0 -1 4202560 6915 0 0 0 77 1 0 0 25 0 22 0 609010148 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14321/tid=14337] ppid=14319 vsize=15696656 CPUtime=0.95 cores=1,3,5,7
/proc/14321/task/14337/stat : 14337 (java) R 14319 14321 13254 0 -1 4202560 8597 0 0 0 94 1 0 0 24 0 22 0 609010148 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 47955592766908 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14321/tid=14338] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14338/stat : 14338 (java) S 14319 14321 13254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609010148 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14339] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14339/stat : 14339 (java) S 14319 14321 13254 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 609010148 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210624 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14340] ppid=14319 vsize=15696656 CPUtime=0.67 cores=1,3,5,7
/proc/14321/task/14340/stat : 14340 (java) R 14319 14321 13254 0 -1 4202560 8652 0 0 0 67 0 0 0 23 0 22 0 609010177 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912506242675 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14321/tid=14341] ppid=14319 vsize=15696656 CPUtime=0.32 cores=1,3,5,7
/proc/14321/task/14341/stat : 14341 (java) R 14319 14321 13254 0 -1 4202560 1456 0 0 0 32 0 0 0 19 0 22 0 609010177 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 47955595736241 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=14321/tid=14342] ppid=14319 vsize=15696656 CPUtime=0.46 cores=1,3,5,7
/proc/14321/task/14342/stat : 14342 (java) R 14319 14321 13254 0 -1 4202560 1639 0 0 0 46 0 0 0 20 0 22 0 609010177 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912505121134 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14321/tid=14343] ppid=14319 vsize=15696656 CPUtime=0.52 cores=1,3,5,7
/proc/14321/task/14343/stat : 14343 (java) R 14319 14321 13254 0 -1 4202560 6406 0 0 0 52 0 0 0 22 0 22 0 609010177 16073375744 54150 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912506242774 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 15696656

[startup+3.10137 s]
/proc/loadavg: 1.41 1.46 3.47 10/220 14343
/proc/meminfo: memFree=29140620/32950928 swapFree=67054472/67111528
[pid=14321] ppid=14319 vsize=15696656 CPUtime=10.88 cores=1,3,5,7
/proc/14321/stat : 14321 (java) S 14319 14321 13254 0 -1 4202496 164761 0 1 0 1065 23 0 0 25 0 22 0 609010143 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14321/statm: 3924164 153565 2288 9 0 3914883 0
[pid=14321/tid=14323] ppid=14319 vsize=15696656 CPUtime=0.72 cores=1,3,5,7
/proc/14321/task/14323/stat : 14323 (java) S 14319 14321 13254 0 -1 4202560 17561 0 1 0 69 3 0 0 25 0 22 0 609010144 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14324] ppid=14319 vsize=15696656 CPUtime=0.01 cores=1,3,5,7
/proc/14321/task/14324/stat : 14324 (java) S 14319 14321 13254 0 -1 4202560 6338 0 0 0 1 0 0 0 15 0 22 0 609010144 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 1 0 0 0
[pid=14321/tid=14325] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14325/stat : 14325 (java) S 14319 14321 13254 0 -1 4202560 4700 0 0 0 0 0 0 0 16 0 22 0 609010144 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14326] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14326/stat : 14326 (java) S 14319 14321 13254 0 -1 4202560 2347 0 0 0 0 0 0 0 15 0 22 0 609010144 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14327] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14327/stat : 14327 (java) S 14319 14321 13254 0 -1 4202560 4090 0 0 0 0 0 0 0 15 0 22 0 609010144 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14328] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14328/stat : 14328 (java) S 14319 14321 13254 0 -1 4202560 4685 0 0 0 0 0 0 0 15 0 22 0 609010144 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 5 0 0 0
[pid=14321/tid=14329] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14329/stat : 14329 (java) S 14319 14321 13254 0 -1 4202560 3036 0 0 0 0 0 0 0 16 0 22 0 609010144 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 1 0 0 0
[pid=14321/tid=14330] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14330/stat : 14330 (java) S 14319 14321 13254 0 -1 4202560 2550 0 0 0 0 0 0 0 15 0 22 0 609010144 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 1 0 0 0
[pid=14321/tid=14331] ppid=14319 vsize=15696656 CPUtime=0.01 cores=1,3,5,7
/proc/14321/task/14331/stat : 14331 (java) S 14319 14321 13254 0 -1 4202560 3734 0 0 0 1 0 0 0 16 0 22 0 609010144 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 5 0 0 0
[pid=14321/tid=14332] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14332/stat : 14332 (java) S 14319 14321 13254 0 -1 4202560 458 0 0 0 0 0 0 0 15 0 22 0 609010145 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210624 0 0 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14333] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14333/stat : 14333 (java) S 14319 14321 13254 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 609010146 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14334] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14334/stat : 14334 (java) S 14319 14321 13254 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 609010146 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14335] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14335/stat : 14335 (java) S 14319 14321 13254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609010148 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917217713 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14336] ppid=14319 vsize=15696656 CPUtime=1.11 cores=1,3,5,7
/proc/14321/task/14336/stat : 14336 (java) S 14319 14321 13254 0 -1 4202560 10164 0 0 0 110 1 0 0 18 0 22 0 609010148 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14337] ppid=14319 vsize=15696656 CPUtime=1.31 cores=1,3,5,7
/proc/14321/task/14337/stat : 14337 (java) S 14319 14321 13254 0 -1 4202560 8637 0 0 0 130 1 0 0 18 0 22 0 609010148 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14338] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14338/stat : 14338 (java) S 14319 14321 13254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609010148 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14339] ppid=14319 vsize=15696656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14339/stat : 14339 (java) S 14319 14321 13254 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 609010148 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210624 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14340] ppid=14319 vsize=15696656 CPUtime=2.01 cores=1,3,5,7
/proc/14321/task/14340/stat : 14340 (java) R 14319 14321 13254 0 -1 4202560 28076 0 0 0 198 3 0 0 25 0 22 0 609010177 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912505735487 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14321/tid=14341] ppid=14319 vsize=15696656 CPUtime=1.59 cores=1,3,5,7
/proc/14321/task/14341/stat : 14341 (java) R 14319 14321 13254 0 -1 4202560 20749 0 0 0 157 2 0 0 21 0 22 0 609010177 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912506009744 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=14321/tid=14342] ppid=14319 vsize=15696656 CPUtime=1.88 cores=1,3,5,7
/proc/14321/task/14342/stat : 14342 (java) R 14319 14321 13254 0 -1 4202560 20996 0 0 0 186 2 0 0 23 0 22 0 609010177 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912505728657 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14321/tid=14343] ppid=14319 vsize=15696656 CPUtime=2.05 cores=1,3,5,7
/proc/14321/task/14343/stat : 14343 (java) R 14319 14321 13254 0 -1 4202560 25253 0 0 0 203 2 0 0 25 0 22 0 609010177 16073375744 153565 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912505721002 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.88
Current children cumulated vsize (KiB) 15696656

[startup+6.30079 s]
/proc/loadavg: 2.01 1.59 3.50 9/220 14343
/proc/meminfo: memFree=27835464/32950928 swapFree=67054472/67111528
[pid=14321] ppid=14319 vsize=15692656 CPUtime=23.65 cores=1,3,5,7
/proc/14321/stat : 14321 (java) S 14319 14321 13254 0 -1 4202496 440752 0 1 0 2307 58 0 0 25 0 22 0 609010143 16069279744 426849 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14321/statm: 3923164 426849 2291 9 0 3913883 0
[pid=14321/tid=14323] ppid=14319 vsize=15692656 CPUtime=0.72 cores=1,3,5,7
/proc/14321/task/14323/stat : 14323 (java) S 14319 14321 13254 0 -1 4202560 17561 0 1 0 69 3 0 0 25 0 22 0 609010144 16069279744 426849 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14324] ppid=14319 vsize=15692656 CPUtime=0.01 cores=1,3,5,7
/proc/14321/task/14324/stat : 14324 (java) S 14319 14321 13254 0 -1 4202560 6341 0 0 0 1 0 0 0 15 0 22 0 609010144 16069279744 426849 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14325] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14325/stat : 14325 (java) S 14319 14321 13254 0 -1 4202560 4972 0 0 0 0 0 0 0 15 0 22 0 609010144 16069279744 426849 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14326] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14326/stat : 14326 (java) S 14319 14321 13254 0 -1 4202560 2634 0 0 0 0 0 0 0 16 0 22 0 609010144 16069279744 426849 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14327] ppid=14319 vsize=15692656 CPUtime=0.01 cores=1,3,5,7
/proc/14321/task/14327/stat : 14327 (java) S 14319 14321 13254 0 -1 4202560 5334 0 0 0 0 1 0 0 16 0 22 0 609010144 16069279744 426849 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14328] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14328/stat : 14328 (java) S 14319 14321 13254 0 -1 4202560 4686 0 0 0 0 0 0 0 15 0 22 0 609010144 16069279744 426849 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 5 0 0 0
[pid=14321/tid=14329] ppid=14319 vsize=15692656 CPUtime=0.01 cores=1,3,5,7
/proc/14321/task/14329/stat : 14329 (java) S 14319 14321 13254 0 -1 4202560 3439 0 0 0 1 0 0 0 15 0 22 0 609010144 16069279744 426849 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 1 0 0 0
[pid=14321/tid=14330] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14330/stat : 14330 (java) S 14319 14321 13254 0 -1 4202560 3412 0 0 0 0 0 0 0 15 0 22 0 609010144 16069279744 426849 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 1 0 0 0
[pid=14321/tid=14331] ppid=14319 vsize=15692656 CPUtime=0.01 cores=1,3,5,7
/proc/14321/task/14331/stat : 14331 (java) S 14319 14321 13254 0 -1 4202560 4509 0 0 0 1 0 0 0 16 0 22 0 609010144 16069279744 426849 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 5 0 0 0
[pid=14321/tid=14332] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14332/stat : 14332 (java) S 14319 14321 13254 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 22 0 609010145 16069279744 426849 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210624 0 0 0 16800975 18446604471152585728 0 0 -1 5 0 0 0
[pid=14321/tid=14333] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14333/stat : 14333 (java) S 14319 14321 13254 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 609010146 16069279744 426849 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14334] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14334/stat : 14334 (java) S 14319 14321 13254 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 609010146 16069279744 426849 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14335] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14335/stat : 14335 (java) S 14319 14321 13254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609010148 16069279744 426849 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917217713 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14336] ppid=14319 vsize=15692656 CPUtime=1.22 cores=1,3,5,7
/proc/14321/task/14336/stat : 14336 (java) S 14319 14321 13254 0 -1 4202560 10830 0 0 0 121 1 0 0 15 0 22 0 609010148 16069279744 426849 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0

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

[pid=14321/tid=14341] ppid=14319 vsize=15692656 CPUtime=1047.68 cores=1,3,5,7
/proc/14321/task/14341/stat : 14341 (java) R 14319 14321 13254 0 -1 4202560 410754 0 0 0 104711 57 0 0 25 0 22 0 609010177 16069279744 158834 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912506284416 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14321/tid=14342] ppid=14319 vsize=15692656 CPUtime=1048.06 cores=1,3,5,7
/proc/14321/task/14342/stat : 14342 (java) R 14319 14321 13254 0 -1 4202560 410354 0 0 0 104750 56 0 0 25 0 22 0 609010177 16069279744 158834 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912505845347 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14321/tid=14343] ppid=14319 vsize=15692656 CPUtime=1048.03 cores=1,3,5,7
/proc/14321/task/14343/stat : 14343 (java) R 14319 14321 13254 0 -1 4202560 408083 0 0 0 104750 53 0 0 25 0 22 0 609010177 16069279744 158834 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912506077569 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4224.47
Current children cumulated vsize (KiB) 15692656

[startup+1122.3 s]
/proc/loadavg: 8.13 7.94 6.67 9/220 14376
/proc/meminfo: memFree=29050612/32950928 swapFree=67054472/67111528
[pid=14321] ppid=14319 vsize=15692656 CPUtime=4463.21 cores=1,3,5,7
/proc/14321/stat : 14321 (java) S 14319 14321 13254 0 -1 4202496 2629146 0 1 0 445844 477 0 0 25 0 22 0 609010143 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14321/statm: 3923164 158555 2299 9 0 3913883 0
[pid=14321/tid=14323] ppid=14319 vsize=15692656 CPUtime=0.72 cores=1,3,5,7
/proc/14321/task/14323/stat : 14323 (java) S 14319 14321 13254 0 -1 4202560 17561 0 1 0 69 3 0 0 25 0 22 0 609010144 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14324] ppid=14319 vsize=15692656 CPUtime=3.52 cores=1,3,5,7
/proc/14321/task/14324/stat : 14324 (java) S 14319 14321 13254 0 -1 4202560 109953 0 0 0 334 18 0 0 16 0 22 0 609010144 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 5 0 0 0
[pid=14321/tid=14325] ppid=14319 vsize=15692656 CPUtime=3.4 cores=1,3,5,7
/proc/14321/task/14325/stat : 14325 (java) S 14319 14321 13254 0 -1 4202560 111553 0 0 0 321 19 0 0 16 0 22 0 609010144 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14326] ppid=14319 vsize=15692656 CPUtime=3.45 cores=1,3,5,7
/proc/14321/task/14326/stat : 14326 (java) S 14319 14321 13254 0 -1 4202560 113781 0 0 0 323 22 0 0 16 0 22 0 609010144 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14327] ppid=14319 vsize=15692656 CPUtime=3.51 cores=1,3,5,7
/proc/14321/task/14327/stat : 14327 (java) S 14319 14321 13254 0 -1 4202560 113300 0 0 0 331 20 0 0 15 0 22 0 609010144 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14328] ppid=14319 vsize=15692656 CPUtime=3.44 cores=1,3,5,7
/proc/14321/task/14328/stat : 14328 (java) S 14319 14321 13254 0 -1 4202560 104972 0 0 0 326 18 0 0 16 0 22 0 609010144 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 1 0 0 0
[pid=14321/tid=14329] ppid=14319 vsize=15692656 CPUtime=3.49 cores=1,3,5,7
/proc/14321/task/14329/stat : 14329 (java) S 14319 14321 13254 0 -1 4202560 105705 0 0 0 330 19 0 0 15 0 22 0 609010144 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 1 0 0 0
[pid=14321/tid=14330] ppid=14319 vsize=15692656 CPUtime=3.45 cores=1,3,5,7
/proc/14321/task/14330/stat : 14330 (java) S 14319 14321 13254 0 -1 4202560 107598 0 0 0 326 19 0 0 15 0 22 0 609010144 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 5 0 0 0
[pid=14321/tid=14331] ppid=14319 vsize=15692656 CPUtime=3.51 cores=1,3,5,7
/proc/14321/task/14331/stat : 14331 (java) S 14319 14321 13254 0 -1 4202560 106284 0 0 0 332 19 0 0 15 0 22 0 609010144 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 5 0 0 0
[pid=14321/tid=14332] ppid=14319 vsize=15692656 CPUtime=2.17 cores=1,3,5,7
/proc/14321/task/14332/stat : 14332 (java) S 14319 14321 13254 0 -1 4202560 6789 0 0 0 146 71 0 0 15 0 22 0 609010145 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210624 0 0 0 16800975 18446604471152585728 0 0 -1 1 0 0 0
[pid=14321/tid=14333] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14333/stat : 14333 (java) S 14319 14321 13254 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 609010146 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14334] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14334/stat : 14334 (java) S 14319 14321 13254 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 609010146 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14335] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14335/stat : 14335 (java) S 14319 14321 13254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609010148 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917217713 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14336] ppid=14319 vsize=15692656 CPUtime=1.25 cores=1,3,5,7
/proc/14321/task/14336/stat : 14336 (java) S 14319 14321 13254 0 -1 4202560 10830 0 0 0 124 1 0 0 15 0 22 0 609010148 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14337] ppid=14319 vsize=15692656 CPUtime=1.43 cores=1,3,5,7
/proc/14321/task/14337/stat : 14337 (java) S 14319 14321 13254 0 -1 4202560 8649 0 0 0 142 1 0 0 15 0 22 0 609010148 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14338] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14338/stat : 14338 (java) S 14319 14321 13254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609010148 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14339] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14339/stat : 14339 (java) S 14319 14321 13254 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 609010148 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210624 0 4 0 16800975 18446604471152585728 0 0 -1 1 0 0 0
[pid=14321/tid=14340] ppid=14319 vsize=15692656 CPUtime=1108.08 cores=1,3,5,7
/proc/14321/task/14340/stat : 14340 (java) R 14319 14321 13254 0 -1 4202560 429578 0 0 0 110744 64 0 0 25 0 22 0 609010177 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912505728645 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14321/tid=14341] ppid=14319 vsize=15692656 CPUtime=1106.99 cores=1,3,5,7
/proc/14321/task/14341/stat : 14341 (java) R 14319 14321 13254 0 -1 4202560 427519 0 0 0 110639 60 0 0 25 0 22 0 609010177 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912505714193 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=14321/tid=14342] ppid=14319 vsize=15692656 CPUtime=1107.28 cores=1,3,5,7
/proc/14321/task/14342/stat : 14342 (java) R 14319 14321 13254 0 -1 4202560 427829 0 0 0 110669 59 0 0 25 0 22 0 609010177 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912506219053 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14321/tid=14343] ppid=14319 vsize=15692656 CPUtime=1107.35 cores=1,3,5,7
/proc/14321/task/14343/stat : 14343 (java) R 14319 14321 13254 0 -1 4202560 425798 0 0 0 110679 56 0 0 25 0 22 0 609010177 16069279744 158555 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912505969549 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4463.21
Current children cumulated vsize (KiB) 15692656

[startup+1182.3 s]
/proc/loadavg: 8.05 7.95 6.75 9/220 14377
/proc/meminfo: memFree=29012020/32950928 swapFree=67054472/67111528
[pid=14321] ppid=14319 vsize=15692656 CPUtime=4701.89 cores=1,3,5,7
/proc/14321/stat : 14321 (java) S 14319 14321 13254 0 -1 4202496 2751164 0 1 0 469689 500 0 0 25 0 22 0 609010143 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14321/statm: 3923164 152472 2299 9 0 3913883 0
[pid=14321/tid=14323] ppid=14319 vsize=15692656 CPUtime=0.72 cores=1,3,5,7
/proc/14321/task/14323/stat : 14323 (java) S 14319 14321 13254 0 -1 4202560 17561 0 1 0 69 3 0 0 25 0 22 0 609010144 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14324] ppid=14319 vsize=15692656 CPUtime=3.7 cores=1,3,5,7
/proc/14321/task/14324/stat : 14324 (java) S 14319 14321 13254 0 -1 4202560 114622 0 0 0 352 18 0 0 16 0 22 0 609010144 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 5 0 0 0
[pid=14321/tid=14325] ppid=14319 vsize=15692656 CPUtime=3.59 cores=1,3,5,7
/proc/14321/task/14325/stat : 14325 (java) S 14319 14321 13254 0 -1 4202560 115775 0 0 0 339 20 0 0 15 0 22 0 609010144 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 5 0 0 0
[pid=14321/tid=14326] ppid=14319 vsize=15692656 CPUtime=3.64 cores=1,3,5,7
/proc/14321/task/14326/stat : 14326 (java) S 14319 14321 13254 0 -1 4202560 119407 0 0 0 341 23 0 0 16 0 22 0 609010144 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14327] ppid=14319 vsize=15692656 CPUtime=3.69 cores=1,3,5,7
/proc/14321/task/14327/stat : 14327 (java) S 14319 14321 13254 0 -1 4202560 118613 0 0 0 347 22 0 0 15 0 22 0 609010144 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14328] ppid=14319 vsize=15692656 CPUtime=3.63 cores=1,3,5,7
/proc/14321/task/14328/stat : 14328 (java) S 14319 14321 13254 0 -1 4202560 109685 0 0 0 344 19 0 0 16 0 22 0 609010144 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 1 0 0 0
[pid=14321/tid=14329] ppid=14319 vsize=15692656 CPUtime=3.69 cores=1,3,5,7
/proc/14321/task/14329/stat : 14329 (java) S 14319 14321 13254 0 -1 4202560 111662 0 0 0 349 20 0 0 15 0 22 0 609010144 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14330] ppid=14319 vsize=15692656 CPUtime=3.64 cores=1,3,5,7
/proc/14321/task/14330/stat : 14330 (java) S 14319 14321 13254 0 -1 4202560 113187 0 0 0 344 20 0 0 15 0 22 0 609010144 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14331] ppid=14319 vsize=15692656 CPUtime=3.68 cores=1,3,5,7
/proc/14321/task/14331/stat : 14331 (java) S 14319 14321 13254 0 -1 4202560 110629 0 0 0 349 19 0 0 15 0 22 0 609010144 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 5 0 0 0
[pid=14321/tid=14332] ppid=14319 vsize=15692656 CPUtime=2.3 cores=1,3,5,7
/proc/14321/task/14332/stat : 14332 (java) S 14319 14321 13254 0 -1 4202560 7124 0 0 0 155 75 0 0 15 0 22 0 609010145 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210624 0 0 0 16800975 18446604471152585728 0 0 -1 1 0 0 0
[pid=14321/tid=14333] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14333/stat : 14333 (java) S 14319 14321 13254 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 609010146 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14334] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14334/stat : 14334 (java) S 14319 14321 13254 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 609010146 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14335] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14335/stat : 14335 (java) S 14319 14321 13254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609010148 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917217713 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14336] ppid=14319 vsize=15692656 CPUtime=1.25 cores=1,3,5,7
/proc/14321/task/14336/stat : 14336 (java) S 14319 14321 13254 0 -1 4202560 10830 0 0 0 124 1 0 0 15 0 22 0 609010148 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14337] ppid=14319 vsize=15692656 CPUtime=1.43 cores=1,3,5,7
/proc/14321/task/14337/stat : 14337 (java) S 14319 14321 13254 0 -1 4202560 8649 0 0 0 142 1 0 0 15 0 22 0 609010148 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14338] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14338/stat : 14338 (java) S 14319 14321 13254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609010148 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14339] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14339/stat : 14339 (java) S 14319 14321 13254 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 609010148 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210624 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14340] ppid=14319 vsize=15692656 CPUtime=1167.27 cores=1,3,5,7
/proc/14321/task/14340/stat : 14340 (java) R 14319 14321 13254 0 -1 4202560 448176 0 0 0 116660 67 0 0 25 0 22 0 609010177 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912506242558 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=14321/tid=14341] ppid=14319 vsize=15692656 CPUtime=1166.25 cores=1,3,5,7
/proc/14321/task/14341/stat : 14341 (java) R 14319 14321 13254 0 -1 4202560 448378 0 0 0 116562 63 0 0 21 0 22 0 609010177 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912506242400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14321/tid=14342] ppid=14319 vsize=15692656 CPUtime=1166.59 cores=1,3,5,7
/proc/14321/task/14342/stat : 14342 (java) R 14319 14321 13254 0 -1 4202560 449127 0 0 0 116597 62 0 0 25 0 22 0 609010177 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912506077018 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14321/tid=14343] ppid=14319 vsize=15692656 CPUtime=1166.66 cores=1,3,5,7
/proc/14321/task/14343/stat : 14343 (java) R 14319 14321 13254 0 -1 4202560 446291 0 0 0 116608 58 0 0 25 0 22 0 609010177 16069279744 152472 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912505845347 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4701.89
Current children cumulated vsize (KiB) 15692656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 7.71 7.89 6.76 5/194 14398
/proc/meminfo: memFree=29371988/32950928 swapFree=67054472/67111528
[pid=14321] ppid=14319 vsize=15692656 CPUtime=4800.22 cores=1,3,5,7
/proc/14321/stat : 14321 (java) S 14319 14321 13254 0 -1 4202496 2822093 0 1 0 479510 512 0 0 25 0 22 0 609010143 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14321/statm: 3923164 172048 2299 9 0 3913883 0
[pid=14321/tid=14323] ppid=14319 vsize=15692656 CPUtime=0.72 cores=1,3,5,7
/proc/14321/task/14323/stat : 14323 (java) S 14319 14321 13254 0 -1 4202560 17561 0 1 0 69 3 0 0 25 0 22 0 609010144 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14324] ppid=14319 vsize=15692656 CPUtime=3.78 cores=1,3,5,7
/proc/14321/task/14324/stat : 14324 (java) S 14319 14321 13254 0 -1 4202560 119311 0 0 0 359 19 0 0 15 0 22 0 609010144 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 5 0 0 0
[pid=14321/tid=14325] ppid=14319 vsize=15692656 CPUtime=3.64 cores=1,3,5,7
/proc/14321/task/14325/stat : 14325 (java) S 14319 14321 13254 0 -1 4202560 119918 0 0 0 344 20 0 0 16 0 22 0 609010144 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14326] ppid=14319 vsize=15692656 CPUtime=3.72 cores=1,3,5,7
/proc/14321/task/14326/stat : 14326 (java) S 14319 14321 13254 0 -1 4202560 124481 0 0 0 348 24 0 0 15 0 22 0 609010144 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 1 0 0 0
[pid=14321/tid=14327] ppid=14319 vsize=15692656 CPUtime=3.76 cores=1,3,5,7
/proc/14321/task/14327/stat : 14327 (java) S 14319 14321 13254 0 -1 4202560 121758 0 0 0 354 22 0 0 16 0 22 0 609010144 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 1 0 0 0
[pid=14321/tid=14328] ppid=14319 vsize=15692656 CPUtime=3.71 cores=1,3,5,7
/proc/14321/task/14328/stat : 14328 (java) S 14319 14321 13254 0 -1 4202560 114885 0 0 0 352 19 0 0 15 0 22 0 609010144 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14329] ppid=14319 vsize=15692656 CPUtime=3.78 cores=1,3,5,7
/proc/14321/task/14329/stat : 14329 (java) S 14319 14321 13254 0 -1 4202560 117310 0 0 0 357 21 0 0 15 0 22 0 609010144 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 5 0 0 0
[pid=14321/tid=14330] ppid=14319 vsize=15692656 CPUtime=3.71 cores=1,3,5,7
/proc/14321/task/14330/stat : 14330 (java) S 14319 14321 13254 0 -1 4202560 116976 0 0 0 350 21 0 0 15 0 22 0 609010144 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14331] ppid=14319 vsize=15692656 CPUtime=3.75 cores=1,3,5,7
/proc/14321/task/14331/stat : 14331 (java) S 14319 14321 13254 0 -1 4202560 115324 0 0 0 355 20 0 0 15 0 22 0 609010144 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 5 0 0 0
[pid=14321/tid=14332] ppid=14319 vsize=15692656 CPUtime=2.34 cores=1,3,5,7
/proc/14321/task/14332/stat : 14332 (java) S 14319 14321 13254 0 -1 4202560 7267 0 0 0 157 77 0 0 15 0 22 0 609010145 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210624 0 0 0 16800975 18446604471152585728 0 0 -1 1 0 0 0
[pid=14321/tid=14333] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14333/stat : 14333 (java) S 14319 14321 13254 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 609010146 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14334] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14334/stat : 14334 (java) S 14319 14321 13254 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 609010146 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14335] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14335/stat : 14335 (java) S 14319 14321 13254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609010148 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917217713 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14336] ppid=14319 vsize=15692656 CPUtime=1.25 cores=1,3,5,7
/proc/14321/task/14336/stat : 14336 (java) S 14319 14321 13254 0 -1 4202560 10830 0 0 0 124 1 0 0 15 0 22 0 609010148 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14337] ppid=14319 vsize=15692656 CPUtime=1.43 cores=1,3,5,7
/proc/14321/task/14337/stat : 14337 (java) S 14319 14321 13254 0 -1 4202560 8649 0 0 0 142 1 0 0 15 0 22 0 609010148 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 7 0 0 0
[pid=14321/tid=14338] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14338/stat : 14338 (java) S 14319 14321 13254 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 609010148 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210009 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14339] ppid=14319 vsize=15692656 CPUtime=0 cores=1,3,5,7
/proc/14321/task/14339/stat : 14339 (java) S 14319 14321 13254 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 609010148 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 260917210624 0 4 0 16800975 18446604471152585728 0 0 -1 3 0 0 0
[pid=14321/tid=14340] ppid=14319 vsize=15692656 CPUtime=1191.65 cores=1,3,5,7
/proc/14321/task/14340/stat : 14340 (java) R 14319 14321 13254 0 -1 4202560 456283 0 0 0 119097 68 0 0 25 0 22 0 609010177 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912506285401 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14321/tid=14341] ppid=14319 vsize=15692656 CPUtime=1190.65 cores=1,3,5,7
/proc/14321/task/14341/stat : 14341 (java) R 14319 14321 13254 0 -1 4202560 456613 0 0 0 119001 64 0 0 25 0 22 0 609010177 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912506076847 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14321/tid=14342] ppid=14319 vsize=15692656 CPUtime=1191.05 cores=1,3,5,7
/proc/14321/task/14342/stat : 14342 (java) R 14319 14321 13254 0 -1 4202560 457328 0 0 0 119042 63 0 0 25 0 22 0 609010177 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912505721161 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14321/tid=14343] ppid=14319 vsize=15692656 CPUtime=1191.09 cores=1,3,5,7
/proc/14321/task/14343/stat : 14343 (java) R 14319 14321 13254 0 -1 4202560 456149 0 0 0 119050 59 0 0 25 0 22 0 609010177 16069279744 172048 33554432000 1073741824 1073778376 140736483392560 18446744073709551615 46912505721025 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 15692656

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.05
CPU time (s): 4800.28
CPU user time (s): 4795.12
CPU system time (s): 5.15522
CPU usage (%): 397.688
Max. virtual memory (cumulated for all children) (KiB): 15696656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.12
system time used= 5.15522
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2822119
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= 184247
involuntary context switches= 118940

runsolver used 2.07668 second user time and 4.56431 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-30 20:23:15
IDJOB=3313131
IDBENCH=85959
IDSOLVER=1699
FILE ID=node116/3313131-1304187795
RUNJOBID= node116-1304187790-14183
PBS_JOBID= 13172460
Free space on /tmp= 73284 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT05/crafted/sorge05/QG6/dead-dnd002.shuffled-as.sat05-2713.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313131-1304187795/watcher-3313131-1304187795 -o /tmp/evaluation-result-3313131-1304187795/solver-3313131-1304187795 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313131-1304187795.cnf

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

MD5SUM BENCH= 53d311456c8e25005c572fec79acd092
RANDOM SEED=922020731

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.75
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.826
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:     32950928 kB
MemFree:      29483148 kB
Buffers:       1027792 kB
Cached:        1510212 kB
SwapCached:       9656 kB
Active:         746840 kB
Inactive:      2380636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29483148 kB
SwapTotal:    67111528 kB
SwapFree:     67054472 kB
Dirty:            4056 kB
Writeback:           0 kB
AnonPages:      587228 kB
Mapped:          21640 kB
Slab:           276632 kB
PageTables:       6060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1174232 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= 73284 MiB
End job on node116 at 2011-04-30 20:43:24