Trace number 3313061

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.25 1223.65

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
MD5SUMab60d1d6c6130bc12a1aa4855d06424a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4306.81
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses55222
Sum of the clauses size551920
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 555162

Solver Data

0.10/0.12	47:26 INFO : Reading from input HOME/instance-3313061-1304185646.cnf
0.90/0.79	Executor set job limit to 1000000
0.90/0.79	Executor set job limit to 1000000
0.90/0.79	Executor set job limit to 1000000
0.90/0.79	Executor set job limit to 1000000
0.90/0.79	Starting Executor!
0.90/0.79	Starting Executor!
0.90/0.79	Starting Executor!
0.90/0.79	Starting Executor!
3.35/2.12	47:28 INFO : 150 variables remaining out of 150
3.35/2.12	47:28 INFO : 607142 literals remaining out of 607142
20.92/7.20	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:1).
20.92/7.20	log4j:WARN Please initialize the log4j system properly.
20.92/7.20	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-3313061-1304185646/watcher-3313061-1304185646 -o /tmp/evaluation-result-3313061-1304185646/solver-3313061-1304185646 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313061-1304185646.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.75 7.94 7.94 5/198 12899
/proc/meminfo: memFree=28696888/32950928 swapFree=67111356/67111528
[pid=12899] ppid=12897 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/12899/stat : 12899 (java) R 12897 12899 12774 0 -1 4202496 694 0 0 0 0 0 0 0 25 0 1 0 608795290 23580672 179 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231890521955 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12899/statm: 5757 191 157 9 0 124 0

[startup+0.0444921 s]
/proc/loadavg: 7.75 7.94 7.94 5/198 12899
/proc/meminfo: memFree=28696888/32950928 swapFree=67111356/67111528
[pid=12899] ppid=12897 vsize=15604248 CPUtime=0.03 cores=1,3,5,7
/proc/12899/stat : 12899 (java) S 12897 12899 12774 0 -1 4202496 3800 0 1 0 3 0 0 0 25 0 13 0 608795290 15978749952 3238 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907293157 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/12899/statm: 3901062 3238 1683 9 0 3891810 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15604248

[startup+0.100492 s]
/proc/loadavg: 7.75 7.94 7.94 5/198 12899
/proc/meminfo: memFree=28696888/32950928 swapFree=67111356/67111528
[pid=12899] ppid=12897 vsize=15675960 CPUtime=0.1 cores=1,3,5,7
/proc/12899/stat : 12899 (java) S 12897 12899 12774 0 -1 4202496 5569 0 1 0 9 1 0 0 25 0 18 0 608795290 16052183040 4974 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12899/statm: 3918990 4975 2116 9 0 3909709 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15675960

[startup+0.300442 s]
/proc/loadavg: 7.75 7.94 7.94 5/198 12899
/proc/meminfo: memFree=28696888/32950928 swapFree=67111356/67111528
[pid=12899] ppid=12897 vsize=15680692 CPUtime=0.5 cores=1,3,5,7
/proc/12899/stat : 12899 (java) S 12897 12899 12774 0 -1 4202496 15113 0 1 0 48 2 0 0 25 0 18 0 608795290 16057028608 13329 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12899/statm: 3920173 13335 2206 9 0 3910892 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15680692

[startup+0.700382 s]
/proc/loadavg: 7.75 7.94 7.94 5/198 12899
/proc/meminfo: memFree=28696888/32950928 swapFree=67111356/67111528
[pid=12899] ppid=12897 vsize=15680692 CPUtime=0.9 cores=1,3,5,7
/proc/12899/stat : 12899 (java) S 12897 12899 12774 0 -1 4202496 41743 0 1 0 86 4 0 0 25 0 18 0 608795290 16057028608 39956 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12899/statm: 3920173 39956 2222 9 0 3910892 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 15680692

[startup+1.50121 s]
/proc/loadavg: 7.75 7.94 7.94 7/220 12921
/proc/meminfo: memFree=28538984/32950928 swapFree=67111356/67111528
[pid=12899] ppid=12897 vsize=15694336 CPUtime=2.55 cores=1,3,5,7
/proc/12899/stat : 12899 (java) S 12897 12899 12774 0 -1 4202496 53015 0 1 0 249 6 0 0 25 0 22 0 608795290 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12899/statm: 3923584 47630 2260 9 0 3914303 0
[pid=12899/tid=12901] ppid=12897 vsize=15694336 CPUtime=1.46 cores=1,3,5,7
/proc/12899/task/12901/stat : 12901 (java) R 12897 12899 12774 0 -1 4202560 35632 0 1 0 143 3 0 0 21 0 22 0 608795291 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 46912505121215 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12899/tid=12902] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12902/stat : 12902 (java) S 12897 12899 12774 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 608795292 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12903] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12903/stat : 12903 (java) S 12897 12899 12774 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 608795292 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12904] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12904/stat : 12904 (java) S 12897 12899 12774 0 -1 4202560 645 0 0 0 0 0 0 0 18 0 22 0 608795292 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12905] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12905/stat : 12905 (java) S 12897 12899 12774 0 -1 4202560 294 0 0 0 0 0 0 0 18 0 22 0 608795292 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12906] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12906/stat : 12906 (java) S 12897 12899 12774 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 608795292 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12907] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12907/stat : 12907 (java) S 12897 12899 12774 0 -1 4202560 35 0 0 0 0 0 0 0 18 0 22 0 608795292 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12908] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12908/stat : 12908 (java) S 12897 12899 12774 0 -1 4202560 325 0 0 0 0 0 0 0 18 0 22 0 608795292 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12909] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12909/stat : 12909 (java) S 12897 12899 12774 0 -1 4202560 72 0 0 0 0 0 0 0 18 0 22 0 608795292 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12910] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12910/stat : 12910 (java) S 12897 12899 12774 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 608795293 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907307008 0 0 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12911] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12911/stat : 12911 (java) S 12897 12899 12774 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 608795293 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12912] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12912/stat : 12912 (java) S 12897 12899 12774 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 608795293 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12913] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12913/stat : 12913 (java) S 12897 12899 12774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608795295 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907314097 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12914] ppid=12897 vsize=15694336 CPUtime=0.47 cores=1,3,5,7
/proc/12899/task/12914/stat : 12914 (java) R 12897 12899 12774 0 -1 4202560 4959 0 0 0 47 0 0 0 16 0 22 0 608795295 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 47011103739297 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12899/tid=12915] ppid=12897 vsize=15694336 CPUtime=0.56 cores=1,3,5,7
/proc/12899/task/12915/stat : 12915 (java) R 12897 12899 12774 0 -1 4202560 9488 0 0 0 55 1 0 0 16 0 22 0 608795295 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 47011103770304 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12899/tid=12916] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12916/stat : 12916 (java) S 12897 12899 12774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608795296 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12917] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12917/stat : 12917 (java) S 12897 12899 12774 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608795296 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907307008 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12918] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12918/stat : 12918 (java) S 12897 12899 12774 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 608795370 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907307008 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12919] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12919/stat : 12919 (java) S 12897 12899 12774 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 608795370 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907307008 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12920] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12920/stat : 12920 (java) S 12897 12899 12774 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 608795370 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907307008 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12921] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12921/stat : 12921 (java) S 12897 12899 12774 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 608795370 16071000064 47630 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907307008 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 15694336

[startup+3.10791 s]
/proc/loadavg: 7.75 7.94 7.94 7/220 12921
/proc/meminfo: memFree=28513564/32950928 swapFree=67111356/67111528
[pid=12899] ppid=12897 vsize=15694336 CPUtime=5.52 cores=1,3,5,7
/proc/12899/stat : 12899 (java) S 12897 12899 12774 0 -1 4202496 61241 0 1 0 545 7 0 0 25 0 22 0 608795290 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12899/statm: 3923584 54707 2272 9 0 3914303 0
[pid=12899/tid=12901] ppid=12897 vsize=15694336 CPUtime=2.09 cores=1,3,5,7
/proc/12899/task/12901/stat : 12901 (java) S 12897 12899 12774 0 -1 4202560 35653 0 1 0 206 3 0 0 23 0 22 0 608795291 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12902] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12902/stat : 12902 (java) S 12897 12899 12774 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 608795292 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12903] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12903/stat : 12903 (java) S 12897 12899 12774 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 608795292 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12904] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12904/stat : 12904 (java) S 12897 12899 12774 0 -1 4202560 1871 0 0 0 0 0 0 0 18 0 22 0 608795292 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12905] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12905/stat : 12905 (java) S 12897 12899 12774 0 -1 4202560 294 0 0 0 0 0 0 0 18 0 22 0 608795292 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12906] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12906/stat : 12906 (java) S 12897 12899 12774 0 -1 4202560 1720 0 0 0 0 0 0 0 18 0 22 0 608795292 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12907] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12907/stat : 12907 (java) S 12897 12899 12774 0 -1 4202560 35 0 0 0 0 0 0 0 18 0 22 0 608795292 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12908] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12908/stat : 12908 (java) S 12897 12899 12774 0 -1 4202560 1965 0 0 0 0 0 0 0 18 0 22 0 608795292 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12909] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12909/stat : 12909 (java) S 12897 12899 12774 0 -1 4202560 1592 0 0 0 0 0 0 0 18 0 22 0 608795292 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12910] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12910/stat : 12910 (java) S 12897 12899 12774 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 608795293 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907307008 0 0 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12911] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12911/stat : 12911 (java) S 12897 12899 12774 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608795293 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12912] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12912/stat : 12912 (java) S 12897 12899 12774 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608795293 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12913] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12913/stat : 12913 (java) S 12897 12899 12774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608795295 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907314097 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12914] ppid=12897 vsize=15694336 CPUtime=0.73 cores=1,3,5,7
/proc/12899/task/12914/stat : 12914 (java) S 12897 12899 12774 0 -1 4202560 5079 0 0 0 73 0 0 0 15 0 22 0 608795295 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12915] ppid=12897 vsize=15694336 CPUtime=0.82 cores=1,3,5,7
/proc/12899/task/12915/stat : 12915 (java) S 12897 12899 12774 0 -1 4202560 11453 0 0 0 80 2 0 0 15 0 22 0 608795295 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12916] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12916/stat : 12916 (java) S 12897 12899 12774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608795296 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12917] ppid=12897 vsize=15694336 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12917/stat : 12917 (java) S 12897 12899 12774 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608795296 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907307008 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12918] ppid=12897 vsize=15694336 CPUtime=0.16 cores=1,3,5,7
/proc/12899/task/12918/stat : 12918 (java) R 12897 12899 12774 0 -1 4202560 18 0 0 0 16 0 0 0 16 0 22 0 608795370 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 46912505871366 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12899/tid=12919] ppid=12897 vsize=15694336 CPUtime=0.7 cores=1,3,5,7
/proc/12899/task/12919/stat : 12919 (java) S 12897 12899 12774 0 -1 4202560 21 0 0 0 70 0 0 0 15 0 22 0 608795370 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907307008 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12920] ppid=12897 vsize=15694336 CPUtime=0.21 cores=1,3,5,7
/proc/12899/task/12920/stat : 12920 (java) R 12897 12899 12774 0 -1 4202560 7 0 0 0 21 0 0 0 16 0 22 0 608795370 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 46912505871307 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12899/tid=12921] ppid=12897 vsize=15694336 CPUtime=0.74 cores=1,3,5,7
/proc/12899/task/12921/stat : 12921 (java) R 12897 12899 12774 0 -1 4202560 9 0 0 0 74 0 0 0 15 0 22 0 608795370 16071000064 54707 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 15694336

[startup+6.30125 s]
/proc/loadavg: 8.01 8.00 7.96 9/220 12921
/proc/meminfo: memFree=28373432/32950928 swapFree=67111356/67111528
[pid=12899] ppid=12897 vsize=15685084 CPUtime=17.72 cores=1,3,5,7
/proc/12899/stat : 12899 (java) S 12897 12899 12774 0 -1 4202496 121840 0 1 0 1755 17 0 0 25 0 22 0 608795290 16061526016 107293 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12899/statm: 3921271 107293 2273 9 0 3911990 0
[pid=12899/tid=12901] ppid=12897 vsize=15685084 CPUtime=2.09 cores=1,3,5,7
/proc/12899/task/12901/stat : 12901 (java) S 12897 12899 12774 0 -1 4202560 35653 0 1 0 206 3 0 0 23 0 22 0 608795291 16061526016 107293 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12902] ppid=12897 vsize=15685084 CPUtime=0.01 cores=1,3,5,7
/proc/12899/task/12902/stat : 12902 (java) S 12897 12899 12774 0 -1 4202560 5452 0 0 0 1 0 0 0 15 0 22 0 608795292 16061526016 107293 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12903] ppid=12897 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12903/stat : 12903 (java) S 12897 12899 12774 0 -1 4202560 4888 0 0 0 0 0 0 0 15 0 22 0 608795292 16061526016 107293 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12904] ppid=12897 vsize=15685084 CPUtime=0.03 cores=1,3,5,7
/proc/12899/task/12904/stat : 12904 (java) S 12897 12899 12774 0 -1 4202560 9944 0 0 0 2 1 0 0 15 0 22 0 608795292 16061526016 107293 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12905] ppid=12897 vsize=15685084 CPUtime=0.01 cores=1,3,5,7
/proc/12899/task/12905/stat : 12905 (java) S 12897 12899 12774 0 -1 4202560 6223 0 0 0 1 0 0 0 16 0 22 0 608795292 16061526016 107293 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12906] ppid=12897 vsize=15685084 CPUtime=0.03 cores=1,3,5,7
/proc/12899/task/12906/stat : 12906 (java) S 12897 12899 12774 0 -1 4202560 9026 0 0 0 2 1 0 0 15 0 22 0 608795292 16061526016 107293 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12907] ppid=12897 vsize=15685084 CPUtime=0.01 cores=1,3,5,7
/proc/12899/task/12907/stat : 12907 (java) S 12897 12899 12774 0 -1 4202560 6853 0 0 0 1 0 0 0 16 0 22 0 608795292 16061526016 107293 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12908] ppid=12897 vsize=15685084 CPUtime=0.01 cores=1,3,5,7
/proc/12899/task/12908/stat : 12908 (java) S 12897 12899 12774 0 -1 4202560 6492 0 0 0 1 0 0 0 16 0 22 0 608795292 16061526016 107293 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12909] ppid=12897 vsize=15685084 CPUtime=0.02 cores=1,3,5,7
/proc/12899/task/12909/stat : 12909 (java) S 12897 12899 12774 0 -1 4202560 9836 0 0 0 1 1 0 0 16 0 22 0 608795292 16061526016 107293 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12910] ppid=12897 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12910/stat : 12910 (java) S 12897 12899 12774 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 22 0 608795293 16061526016 107293 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907307008 0 0 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12911] ppid=12897 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12911/stat : 12911 (java) S 12897 12899 12774 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608795293 16061526016 107293 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12912] ppid=12897 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12912/stat : 12912 (java) S 12897 12899 12774 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608795293 16061526016 107293 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12913] ppid=12897 vsize=15685084 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12913/stat : 12913 (java) S 12897 12899 12774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608795295 16061526016 107293 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907314097 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12914] ppid=12897 vsize=15685084 CPUtime=0.74 cores=1,3,5,7
/proc/12899/task/12914/stat : 12914 (java) S 12897 12899 12774 0 -1 4202560 5080 0 0 0 74 0 0 0 16 0 22 0 608795295 16061526016 107293 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0

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

[pid=12899/tid=12919] ppid=12897 vsize=15685772 CPUtime=1034.06 cores=1,3,5,7
/proc/12899/task/12919/stat : 12919 (java) R 12897 12899 12774 0 -1 4202560 49023 0 0 0 101903 1503 0 0 18 0 22 0 608795370 16062230528 167244 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 47011106736142 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12899/tid=12920] ppid=12897 vsize=15685772 CPUtime=1034.16 cores=1,3,5,7
/proc/12899/task/12920/stat : 12920 (java) R 12897 12899 12774 0 -1 4202560 51965 0 0 0 101945 1471 0 0 18 0 22 0 608795370 16062230528 167244 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 46912506241648 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12899/tid=12921] ppid=12897 vsize=15685772 CPUtime=1033.55 cores=1,3,5,7
/proc/12899/task/12921/stat : 12921 (java) R 12897 12899 12774 0 -1 4202560 46712 0 0 0 101859 1496 0 0 18 0 22 0 608795370 16062230528 167244 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 46912506185865 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4166.35
Current children cumulated vsize (KiB) 15685772

[startup+1122.3 s]
/proc/loadavg: 7.98 7.96 7.96 8/220 13011
/proc/meminfo: memFree=28443268/32950928 swapFree=67111356/67111528
[pid=12899] ppid=12897 vsize=15685772 CPUtime=4401.91 cores=1,3,5,7
/proc/12899/stat : 12899 (java) S 12897 12899 12774 0 -1 4202496 445684 0 1 0 433794 6397 0 0 25 0 22 0 608795290 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12899/statm: 3921443 155813 2299 9 0 3912162 0
[pid=12899/tid=12901] ppid=12897 vsize=15685772 CPUtime=2.09 cores=1,3,5,7
/proc/12899/task/12901/stat : 12901 (java) S 12897 12899 12774 0 -1 4202560 35653 0 1 0 206 3 0 0 23 0 22 0 608795291 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12902] ppid=12897 vsize=15685772 CPUtime=3.26 cores=1,3,5,7
/proc/12899/task/12902/stat : 12902 (java) S 12897 12899 12774 0 -1 4202560 20224 0 0 0 318 8 0 0 15 0 22 0 608795292 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12903] ppid=12897 vsize=15685772 CPUtime=3.21 cores=1,3,5,7
/proc/12899/task/12903/stat : 12903 (java) S 12897 12899 12774 0 -1 4202560 22768 0 0 0 310 11 0 0 15 0 22 0 608795292 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12904] ppid=12897 vsize=15685772 CPUtime=3.23 cores=1,3,5,7
/proc/12899/task/12904/stat : 12904 (java) S 12897 12899 12774 0 -1 4202560 27018 0 0 0 314 9 0 0 15 0 22 0 608795292 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12905] ppid=12897 vsize=15685772 CPUtime=3.16 cores=1,3,5,7
/proc/12899/task/12905/stat : 12905 (java) S 12897 12899 12774 0 -1 4202560 18726 0 0 0 308 8 0 0 15 0 22 0 608795292 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12906] ppid=12897 vsize=15685772 CPUtime=3.27 cores=1,3,5,7
/proc/12899/task/12906/stat : 12906 (java) S 12897 12899 12774 0 -1 4202560 23787 0 0 0 318 9 0 0 15 0 22 0 608795292 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12907] ppid=12897 vsize=15685772 CPUtime=3.29 cores=1,3,5,7
/proc/12899/task/12907/stat : 12907 (java) S 12897 12899 12774 0 -1 4202560 22331 0 0 0 320 9 0 0 15 0 22 0 608795292 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12908] ppid=12897 vsize=15685772 CPUtime=3.24 cores=1,3,5,7
/proc/12899/task/12908/stat : 12908 (java) S 12897 12899 12774 0 -1 4202560 23803 0 0 0 315 9 0 0 16 0 22 0 608795292 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12909] ppid=12897 vsize=15685772 CPUtime=3.18 cores=1,3,5,7
/proc/12899/task/12909/stat : 12909 (java) S 12897 12899 12774 0 -1 4202560 27695 0 0 0 308 10 0 0 15 0 22 0 608795292 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12910] ppid=12897 vsize=15685772 CPUtime=1.55 cores=1,3,5,7
/proc/12899/task/12910/stat : 12910 (java) S 12897 12899 12774 0 -1 4202560 1282 0 0 0 117 38 0 0 15 0 22 0 608795293 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907307008 0 0 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12911] ppid=12897 vsize=15685772 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12911/stat : 12911 (java) S 12897 12899 12774 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608795293 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12912] ppid=12897 vsize=15685772 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12912/stat : 12912 (java) S 12897 12899 12774 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608795293 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12913] ppid=12897 vsize=15685772 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12913/stat : 12913 (java) S 12897 12899 12774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608795295 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907314097 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12914] ppid=12897 vsize=15685772 CPUtime=1.03 cores=1,3,5,7
/proc/12899/task/12914/stat : 12914 (java) S 12897 12899 12774 0 -1 4202560 5189 0 0 0 103 0 0 0 16 0 22 0 608795295 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12915] ppid=12897 vsize=15685772 CPUtime=1.72 cores=1,3,5,7
/proc/12899/task/12915/stat : 12915 (java) S 12897 12899 12774 0 -1 4202560 11719 0 0 0 170 2 0 0 15 0 22 0 608795295 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12916] ppid=12897 vsize=15685772 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12916/stat : 12916 (java) S 12897 12899 12774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608795296 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12917] ppid=12897 vsize=15685772 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12917/stat : 12917 (java) S 12897 12899 12774 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 608795296 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907307008 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12918] ppid=12897 vsize=15685772 CPUtime=1092.23 cores=1,3,5,7
/proc/12899/task/12918/stat : 12918 (java) R 12897 12899 12774 0 -1 4202560 53537 0 0 0 107665 1558 0 0 18 0 22 0 608795370 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 46912506358580 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12899/tid=12919] ppid=12897 vsize=15685772 CPUtime=1092.57 cores=1,3,5,7
/proc/12899/task/12919/stat : 12919 (java) R 12897 12899 12774 0 -1 4202560 50100 0 0 0 107671 1586 0 0 18 0 22 0 608795370 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 46912506073193 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12899/tid=12920] ppid=12897 vsize=15685772 CPUtime=1092.69 cores=1,3,5,7
/proc/12899/task/12920/stat : 12920 (java) R 12897 12899 12774 0 -1 4202560 52688 0 0 0 107717 1552 0 0 18 0 22 0 608795370 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 46912506093279 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12899/tid=12921] ppid=12897 vsize=15685772 CPUtime=1092.04 cores=1,3,5,7
/proc/12899/task/12921/stat : 12921 (java) R 12897 12899 12774 0 -1 4202560 47717 0 0 0 107627 1577 0 0 18 0 22 0 608795370 16062230528 155813 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 46912506358580 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4401.91
Current children cumulated vsize (KiB) 15685772

[startup+1182.3 s]
/proc/loadavg: 8.05 7.99 7.96 9/220 13013
/proc/meminfo: memFree=28410376/32950928 swapFree=67111356/67111528
[pid=12899] ppid=12897 vsize=15685772 CPUtime=4637.84 cores=1,3,5,7
/proc/12899/stat : 12899 (java) S 12897 12899 12774 0 -1 4202496 461352 0 1 0 457071 6713 0 0 25 0 22 0 608795290 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12899/statm: 3921443 156749 2299 9 0 3912162 0
[pid=12899/tid=12901] ppid=12897 vsize=15685772 CPUtime=2.09 cores=1,3,5,7
/proc/12899/task/12901/stat : 12901 (java) S 12897 12899 12774 0 -1 4202560 35653 0 1 0 206 3 0 0 23 0 22 0 608795291 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12902] ppid=12897 vsize=15685772 CPUtime=3.41 cores=1,3,5,7
/proc/12899/task/12902/stat : 12902 (java) S 12897 12899 12774 0 -1 4202560 21063 0 0 0 333 8 0 0 16 0 22 0 608795292 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12903] ppid=12897 vsize=15685772 CPUtime=3.36 cores=1,3,5,7
/proc/12899/task/12903/stat : 12903 (java) S 12897 12899 12774 0 -1 4202560 23545 0 0 0 324 12 0 0 15 0 22 0 608795292 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12904] ppid=12897 vsize=15685772 CPUtime=3.4 cores=1,3,5,7
/proc/12899/task/12904/stat : 12904 (java) S 12897 12899 12774 0 -1 4202560 27767 0 0 0 330 10 0 0 15 0 22 0 608795292 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12905] ppid=12897 vsize=15685772 CPUtime=3.31 cores=1,3,5,7
/proc/12899/task/12905/stat : 12905 (java) S 12897 12899 12774 0 -1 4202560 19602 0 0 0 322 9 0 0 16 0 22 0 608795292 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12906] ppid=12897 vsize=15685772 CPUtime=3.41 cores=1,3,5,7
/proc/12899/task/12906/stat : 12906 (java) S 12897 12899 12774 0 -1 4202560 24514 0 0 0 332 9 0 0 15 0 22 0 608795292 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12907] ppid=12897 vsize=15685772 CPUtime=3.44 cores=1,3,5,7
/proc/12899/task/12907/stat : 12907 (java) S 12897 12899 12774 0 -1 4202560 23123 0 0 0 335 9 0 0 15 0 22 0 608795292 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12908] ppid=12897 vsize=15685772 CPUtime=3.39 cores=1,3,5,7
/proc/12899/task/12908/stat : 12908 (java) S 12897 12899 12774 0 -1 4202560 24444 0 0 0 329 10 0 0 16 0 22 0 608795292 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12909] ppid=12897 vsize=15685772 CPUtime=3.33 cores=1,3,5,7
/proc/12899/task/12909/stat : 12909 (java) S 12897 12899 12774 0 -1 4202560 28378 0 0 0 323 10 0 0 15 0 22 0 608795292 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12910] ppid=12897 vsize=15685772 CPUtime=1.63 cores=1,3,5,7
/proc/12899/task/12910/stat : 12910 (java) S 12897 12899 12774 0 -1 4202560 1374 0 0 0 123 40 0 0 15 0 22 0 608795293 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907307008 0 0 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12911] ppid=12897 vsize=15685772 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12911/stat : 12911 (java) S 12897 12899 12774 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608795293 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12912] ppid=12897 vsize=15685772 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12912/stat : 12912 (java) S 12897 12899 12774 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608795293 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12913] ppid=12897 vsize=15685772 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12913/stat : 12913 (java) S 12897 12899 12774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608795295 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907314097 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12914] ppid=12897 vsize=15685772 CPUtime=1.03 cores=1,3,5,7
/proc/12899/task/12914/stat : 12914 (java) S 12897 12899 12774 0 -1 4202560 5189 0 0 0 103 0 0 0 16 0 22 0 608795295 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12915] ppid=12897 vsize=15685772 CPUtime=1.72 cores=1,3,5,7
/proc/12899/task/12915/stat : 12915 (java) S 12897 12899 12774 0 -1 4202560 11719 0 0 0 170 2 0 0 15 0 22 0 608795295 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12916] ppid=12897 vsize=15685772 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12916/stat : 12916 (java) S 12897 12899 12774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608795296 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12917] ppid=12897 vsize=15685772 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12917/stat : 12917 (java) S 12897 12899 12774 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 608795296 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907307008 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12918] ppid=12897 vsize=15685772 CPUtime=1150.87 cores=1,3,5,7
/proc/12899/task/12918/stat : 12918 (java) S 12897 12899 12774 0 -1 4202560 56044 0 0 0 113452 1635 0 0 18 0 22 0 608795370 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12919] ppid=12897 vsize=15685772 CPUtime=1151.25 cores=1,3,5,7
/proc/12899/task/12919/stat : 12919 (java) S 12897 12899 12774 0 -1 4202560 52473 0 0 0 113461 1664 0 0 18 0 22 0 608795370 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907307008 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12920] ppid=12897 vsize=15685772 CPUtime=1151.36 cores=1,3,5,7
/proc/12899/task/12920/stat : 12920 (java) R 12897 12899 12774 0 -1 4202560 54963 0 0 0 113506 1630 0 0 18 0 22 0 608795370 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=12899/tid=12921] ppid=12897 vsize=15685772 CPUtime=1150.71 cores=1,3,5,7
/proc/12899/task/12921/stat : 12921 (java) S 12897 12899 12774 0 -1 4202560 50050 0 0 0 113416 1655 0 0 18 0 22 0 608795370 16062230528 156749 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4637.84
Current children cumulated vsize (KiB) 15685772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1223.6 s]
/proc/loadavg: 8.08 8.00 7.97 6/220 13014
/proc/meminfo: memFree=28429688/32950928 swapFree=67111356/67111528
[pid=12899] ppid=12897 vsize=15685772 CPUtime=4800.17 cores=1,3,5,7
/proc/12899/stat : 12899 (java) S 12897 12899 12774 0 -1 4202496 470382 0 1 0 473087 6930 0 0 25 0 22 0 608795290 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12899/statm: 3921443 156849 2299 9 0 3912162 0
[pid=12899/tid=12901] ppid=12897 vsize=15685772 CPUtime=2.09 cores=1,3,5,7
/proc/12899/task/12901/stat : 12901 (java) S 12897 12899 12774 0 -1 4202560 35653 0 1 0 206 3 0 0 23 0 22 0 608795291 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12902] ppid=12897 vsize=15685772 CPUtime=3.53 cores=1,3,5,7
/proc/12899/task/12902/stat : 12902 (java) S 12897 12899 12774 0 -1 4202560 22267 0 0 0 344 9 0 0 15 0 22 0 608795292 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12903] ppid=12897 vsize=15685772 CPUtime=3.44 cores=1,3,5,7
/proc/12899/task/12903/stat : 12903 (java) S 12897 12899 12774 0 -1 4202560 24400 0 0 0 332 12 0 0 15 0 22 0 608795292 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12904] ppid=12897 vsize=15685772 CPUtime=3.51 cores=1,3,5,7
/proc/12899/task/12904/stat : 12904 (java) S 12897 12899 12774 0 -1 4202560 28841 0 0 0 341 10 0 0 15 0 22 0 608795292 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12905] ppid=12897 vsize=15685772 CPUtime=3.41 cores=1,3,5,7
/proc/12899/task/12905/stat : 12905 (java) S 12897 12899 12774 0 -1 4202560 20508 0 0 0 332 9 0 0 16 0 22 0 608795292 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12906] ppid=12897 vsize=15685772 CPUtime=3.51 cores=1,3,5,7
/proc/12899/task/12906/stat : 12906 (java) S 12897 12899 12774 0 -1 4202560 25563 0 0 0 342 9 0 0 15 0 22 0 608795292 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12907] ppid=12897 vsize=15685772 CPUtime=3.53 cores=1,3,5,7
/proc/12899/task/12907/stat : 12907 (java) S 12897 12899 12774 0 -1 4202560 24319 0 0 0 344 9 0 0 16 0 22 0 608795292 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12908] ppid=12897 vsize=15685772 CPUtime=3.49 cores=1,3,5,7
/proc/12899/task/12908/stat : 12908 (java) S 12897 12899 12774 0 -1 4202560 25482 0 0 0 339 10 0 0 15 0 22 0 608795292 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12909] ppid=12897 vsize=15685772 CPUtime=3.43 cores=1,3,5,7
/proc/12899/task/12909/stat : 12909 (java) S 12897 12899 12774 0 -1 4202560 29713 0 0 0 333 10 0 0 16 0 22 0 608795292 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 5 0 0 0
[pid=12899/tid=12910] ppid=12897 vsize=15685772 CPUtime=1.71 cores=1,3,5,7
/proc/12899/task/12910/stat : 12910 (java) S 12897 12899 12774 0 -1 4202560 1377 0 0 0 129 42 0 0 15 0 22 0 608795293 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907307008 0 0 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12911] ppid=12897 vsize=15685772 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12911/stat : 12911 (java) S 12897 12899 12774 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608795293 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12912] ppid=12897 vsize=15685772 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12912/stat : 12912 (java) S 12897 12899 12774 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608795293 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 7 0 0 0
[pid=12899/tid=12913] ppid=12897 vsize=15685772 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12913/stat : 12913 (java) S 12897 12899 12774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608795295 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907314097 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12914] ppid=12897 vsize=15685772 CPUtime=1.03 cores=1,3,5,7
/proc/12899/task/12914/stat : 12914 (java) S 12897 12899 12774 0 -1 4202560 5189 0 0 0 103 0 0 0 16 0 22 0 608795295 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12915] ppid=12897 vsize=15685772 CPUtime=1.72 cores=1,3,5,7
/proc/12899/task/12915/stat : 12915 (java) S 12897 12899 12774 0 -1 4202560 11719 0 0 0 170 2 0 0 15 0 22 0 608795295 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 3 0 0 0
[pid=12899/tid=12916] ppid=12897 vsize=15685772 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12916/stat : 12916 (java) S 12897 12899 12774 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608795296 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12917] ppid=12897 vsize=15685772 CPUtime=0 cores=1,3,5,7
/proc/12899/task/12917/stat : 12917 (java) S 12897 12899 12774 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 608795296 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907307008 0 4 0 16800975 18446604471162143936 0 0 -1 1 0 0 0
[pid=12899/tid=12918] ppid=12897 vsize=15685772 CPUtime=1191.23 cores=1,3,5,7
/proc/12899/task/12918/stat : 12918 (java) R 12897 12899 12774 0 -1 4202560 56154 0 0 0 117435 1688 0 0 18 0 22 0 608795370 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 46912506274473 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=12899/tid=12919] ppid=12897 vsize=15685772 CPUtime=1191.55 cores=1,3,5,7
/proc/12899/task/12919/stat : 12919 (java) R 12897 12899 12774 0 -1 4202560 52547 0 0 0 117435 1720 0 0 18 0 22 0 608795370 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12899/tid=12920] ppid=12897 vsize=15685772 CPUtime=1191.76 cores=1,3,5,7
/proc/12899/task/12920/stat : 12920 (java) R 12897 12899 12774 0 -1 4202560 55070 0 0 0 117492 1684 0 0 18 0 22 0 608795370 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 46912506275030 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=12899/tid=12921] ppid=12897 vsize=15685772 CPUtime=1191.05 cores=1,3,5,7
/proc/12899/task/12921/stat : 12921 (java) R 12897 12899 12774 0 -1 4202560 50127 0 0 0 117402 1703 0 0 18 0 22 0 608795370 16062230528 156849 33554432000 1073741824 1073778376 140736689010560 18446744073709551615 231907306393 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 15685772

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): 1223.65
CPU time (s): 4800.25
CPU user time (s): 4730.9
CPU system time (s): 69.3415
CPU usage (%): 392.29
Max. virtual memory (cumulated for all children) (KiB): 15694336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4730.9
system time used= 69.3415
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 470455
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= 14816101
involuntary context switches= 143571

runsolver used 2.06069 second user time and 4.66429 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-30 19:47:26
IDJOB=3313061
IDBENCH=83930
IDSOLVER=1699
FILE ID=node114/3313061-1304185646
RUNJOBID= node114-1304185103-12793
PBS_JOBID= 13172476
Free space on /tmp= 73392 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313061-1304185646/watcher-3313061-1304185646 -o /tmp/evaluation-result-3313061-1304185646/solver-3313061-1304185646 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313061-1304185646.cnf

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

MD5SUM BENCH= ab60d1d6c6130bc12a1aa4855d06424a
RANDOM SEED=1808495575

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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:      28697036 kB
Buffers:       1113076 kB
Cached:        1818344 kB
SwapCached:        168 kB
Active:         962648 kB
Inactive:      2784432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28697036 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3596 kB
Writeback:           0 kB
AnonPages:      815376 kB
Mapped:          23588 kB
Slab:           441220 kB
PageTables:       6140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1078212 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= 73392 MiB
End job on node114 at 2011-04-30 20:07:52