Trace number 3732938

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 NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 748.17 743.82

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:20:4.5:0.95:98.opb
MD5SUM09000b526c4cf3fc454b31cbb57a970b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.181971
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables906
Total number of constraints1039
Number of constraints which are clauses852
Number of constraints which are cardinality constraints (but not clauses)187
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint18
Number of terms in the objective function 906
Biggest coefficient in the objective function 553
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 2526
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 553
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2526
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.07	c version 2.1.1.v20090612
0.06/0.07	c sun.arch.data.model	64
0.06/0.07	c java.version	1.6.0_24
0.06/0.07	c os.name	Linux
0.06/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/0.07	c os.arch	amd64
0.06/0.07	c Free memory 1299577560
0.06/0.07	c Max memory 1306394624
0.06/0.07	c Total memory 1306394624
0.06/0.07	c Number of processors 8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c MiniSAT restarts strategy
0.10/0.10	c Memory based learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3732938-1338745757.opb
0.10/0.10	c reading problem ... 
0.27/0.22	c ... done. Wall clock time 0.115s.
0.27/0.22	c #vars     906
0.27/0.22	c #constraints  1039
0.27/0.22	c constraints type 
0.27/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 186
0.27/0.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 852
0.27/0.26	c SATISFIABLE
0.27/0.26	c OPTIMIZING...
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.157
0.27/0.26	o 25
249.33/246.44	c cleaning 624249 clauses out of 1248500
414.71/411.52	c cleaning 643125 clauses out of 1286251
541.38/537.98	c cleaning 494557 clauses out of 989126

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3732938-1338745757/watcher-3732938-1338745757 -o /tmp/evaluation-result-3732938-1338745757/solver-3732938-1338745757 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3732938-1338745757.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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.88 1.97 1.99 3/194 12240
/proc/meminfo: memFree=27036796/32873844 swapFree=6608/6608
[pid=12240] ppid=12238 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/12240/stat : 12240 (java) R 12238 12240 3621 0 -1 4202496 989 0 0 0 0 0 0 0 20 0 1 0 340700163 23793664 717 33554432000 1073741824 1073778376 140735433438016 140735433427080 213410429008 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12240/statm: 5809 717 531 9 0 128 0

[startup+0.0718671 s]
/proc/loadavg: 1.88 1.97 1.99 3/194 12240
/proc/meminfo: memFree=27036796/32873844 swapFree=6608/6608
[pid=12240] ppid=12238 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12238 12240 3621 0 -1 4202496 3858 0 1 0 5 1 0 0 20 0 18 0 340700163 2712133632 5578 33554432000 1073741824 1073778376 140735433438016 140735433429152 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12240/statm: 662142 5578 1772 9 0 652835 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2648568

[startup+0.100247 s]
/proc/loadavg: 1.88 1.97 1.99 3/194 12240
/proc/meminfo: memFree=27036796/32873844 swapFree=6608/6608
[pid=12240] ppid=12238 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12238 12240 3621 0 -1 4202496 4667 0 1 0 9 1 0 0 20 0 18 0 340700163 2712133632 6386 33554432000 1073741824 1073778376 140735433438016 140735433429152 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12240/statm: 662142 6386 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.30021 s]
/proc/loadavg: 1.88 1.97 1.99 3/194 12240
/proc/meminfo: memFree=27036796/32873844 swapFree=6608/6608
[pid=12240] ppid=12238 vsize=2715132 CPUtime=0.43 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12238 12240 3621 0 -1 4202496 5394 0 1 0 42 1 0 0 20 0 19 0 340700163 2780295168 8896 33554432000 1073741824 1073778376 140735433438016 140735433429152 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12240/statm: 678783 8898 2221 9 0 669476 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2715132

[startup+0.700202 s]
/proc/loadavg: 1.88 1.97 1.99 3/194 12240
/proc/meminfo: memFree=27036796/32873844 swapFree=6608/6608
[pid=12240] ppid=12238 vsize=2715132 CPUtime=1.13 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12238 12240 3621 0 -1 4202496 8331 0 1 0 111 2 0 0 20 0 19 0 340700163 2780295168 10805 33554432000 1073741824 1073778376 140735433438016 140735433429152 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12240/statm: 678783 10805 2232 9 0 669476 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 2715132

[startup+1.50061 s]
/proc/loadavg: 1.88 1.97 1.99 3/213 12259
/proc/meminfo: memFree=26998732/32873844 swapFree=6608/6608
[pid=12240] ppid=12238 vsize=2715132 CPUtime=1.99 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12238 12240 3621 0 -1 4202496 8369 0 1 0 197 2 0 0 20 0 19 0 340700163 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140735433429152 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12240/statm: 678783 13383 2239 9 0 669476 0
[pid=12240/tid=12242] ppid=12238 vsize=2715132 CPUtime=1.47 cores=0,2,4,6
/proc/12240/task/12242/stat : 12242 (java) R 12238 12240 3621 0 -1 4202560 2753 0 1 0 146 1 0 0 20 0 19 0 340700164 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677713818072 140677576979872 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12243] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12243/stat : 12243 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677698268200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12244] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12244/stat : 12244 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677697215400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12245] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12245/stat : 12245 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677696162600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12240/tid=12246] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12246/stat : 12246 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677576911528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12247] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12247/stat : 12247 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677575858728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12248] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12248/stat : 12248 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677574805928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12249] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12249/stat : 12249 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677573753128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12250] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12250/stat : 12250 (java) S 12238 12240 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677572700328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12251] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12251/stat : 12251 (java) S 12238 12240 3621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 340700166 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677090372584 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12252] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12252/stat : 12252 (java) S 12238 12240 3621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 340700166 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677089318648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12253] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12253/stat : 12253 (java) S 12238 12240 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340700167 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677088265736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12254] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12254/stat : 12254 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700169 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677087214224 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12255] ppid=12238 vsize=2715132 CPUtime=0.21 cores=0,2,4,6
/proc/12240/task/12255/stat : 12255 (java) S 12238 12240 3621 0 -1 4202560 2340 0 0 0 21 0 0 0 20 0 19 0 340700169 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677086161336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12256] ppid=12238 vsize=2715132 CPUtime=0.26 cores=0,2,4,6
/proc/12240/task/12256/stat : 12256 (java) S 12238 12240 3621 0 -1 4202560 2082 0 0 0 26 0 0 0 20 0 19 0 340700169 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677085108536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12257] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12257/stat : 12257 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700169 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677084055928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12258] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12258/stat : 12258 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700169 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677083003336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12259] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12259/stat : 12259 (java) S 12238 12240 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340700188 2780295168 13383 33554432000 1073741824 1073778376 140735433438016 140677081949864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 2715132

[startup+3.10065 s]
/proc/loadavg: 1.88 1.97 1.99 3/213 12259
/proc/meminfo: memFree=26983412/32873844 swapFree=6608/6608
[pid=12240] ppid=12238 vsize=2715132 CPUtime=3.62 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12238 12240 3621 0 -1 4202496 8380 0 1 0 360 2 0 0 20 0 19 0 340700163 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140735433429152 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12240/statm: 678783 18503 2239 9 0 669476 0
[pid=12240/tid=12242] ppid=12238 vsize=2715132 CPUtime=3.07 cores=0,2,4,6
/proc/12240/task/12242/stat : 12242 (java) R 12238 12240 3621 0 -1 4202560 2764 0 1 0 306 1 0 0 20 0 19 0 340700164 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677713816128 140677577415829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12243] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12243/stat : 12243 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677698268200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12244] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12244/stat : 12244 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677697215400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12245] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12245/stat : 12245 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677696162600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12240/tid=12246] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12246/stat : 12246 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677576911528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12247] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12247/stat : 12247 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677575858728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12248] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12248/stat : 12248 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677574805928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12249] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12249/stat : 12249 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677573753128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12250] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12250/stat : 12250 (java) S 12238 12240 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677572700328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12251] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12251/stat : 12251 (java) S 12238 12240 3621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 340700166 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677090372584 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12252] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12252/stat : 12252 (java) S 12238 12240 3621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 340700166 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677089318648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12253] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12253/stat : 12253 (java) S 12238 12240 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340700167 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677088265736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12254] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12254/stat : 12254 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700169 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677087214224 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12255] ppid=12238 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/12240/task/12255/stat : 12255 (java) S 12238 12240 3621 0 -1 4202560 2340 0 0 0 23 0 0 0 20 0 19 0 340700169 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677086161336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12256] ppid=12238 vsize=2715132 CPUtime=0.27 cores=0,2,4,6
/proc/12240/task/12256/stat : 12256 (java) S 12238 12240 3621 0 -1 4202560 2082 0 0 0 27 0 0 0 20 0 19 0 340700169 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677085108536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12257] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12257/stat : 12257 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700169 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677084055928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12258] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12258/stat : 12258 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700169 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677083003336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12259] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12259/stat : 12259 (java) S 12238 12240 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340700188 2780295168 18503 33554432000 1073741824 1073778376 140735433438016 140677081949864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 2715132

[startup+6.30065 s]
/proc/loadavg: 1.89 1.97 1.99 3/213 12259
/proc/meminfo: memFree=26942328/32873844 swapFree=6608/6608
[pid=12240] ppid=12238 vsize=2715132 CPUtime=6.82 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12238 12240 3621 0 -1 4202496 8401 0 1 0 679 3 0 0 20 0 19 0 340700163 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140735433429152 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12240/statm: 678783 28176 2240 9 0 669476 0
[pid=12240/tid=12242] ppid=12238 vsize=2715132 CPUtime=6.26 cores=0,2,4,6
/proc/12240/task/12242/stat : 12242 (java) R 12238 12240 3621 0 -1 4202560 2784 0 1 0 624 2 0 0 20 0 19 0 340700164 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677713818056 140677577420904 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12243] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12243/stat : 12243 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677698268200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12244] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12244/stat : 12244 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677697215400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12245] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12245/stat : 12245 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677696162600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12240/tid=12246] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12246/stat : 12246 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677576911528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12247] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12247/stat : 12247 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677575858728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12248] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12248/stat : 12248 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677574805928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12249] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12249/stat : 12249 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677573753128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12250] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12250/stat : 12250 (java) S 12238 12240 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340700165 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677572700328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12251] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12251/stat : 12251 (java) S 12238 12240 3621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 340700166 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677090372584 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12252] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12252/stat : 12252 (java) S 12238 12240 3621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 340700166 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677089318648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12253] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12253/stat : 12253 (java) S 12238 12240 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340700167 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677088265736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12254] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12254/stat : 12254 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700169 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677087214224 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12255] ppid=12238 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/12240/task/12255/stat : 12255 (java) S 12238 12240 3621 0 -1 4202560 2340 0 0 0 23 0 0 0 20 0 19 0 340700169 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677086161336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12256] ppid=12238 vsize=2715132 CPUtime=0.28 cores=0,2,4,6
/proc/12240/task/12256/stat : 12256 (java) S 12238 12240 3621 0 -1 4202560 2082 0 0 0 28 0 0 0 20 0 19 0 340700169 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677085108536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12257] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12257/stat : 12257 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700169 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677084055928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12258] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12258/stat : 12258 (java) S 12238 12240 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 340700169 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677083003336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12259] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12259/stat : 12259 (java) S 12238 12240 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340700188 2780295168 28176 33554432000 1073741824 1073778376 140735433438016 140677081949864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 2715132

[startup+12.7006 s]

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

/proc/12240/task/12250/stat : 12250 (java) S 12238 12240 3621 0 -1 4202560 196 0 0 0 38 10 0 0 20 0 19 0 340700165 2780295168 341412 33554432000 1073741824 1073778376 140735433438016 140677572700328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12251] ppid=12238 vsize=2715132 CPUtime=46.63 cores=0,2,4,6
/proc/12240/task/12251/stat : 12251 (java) R 12238 12240 3621 0 -1 4202560 121 0 0 0 4661 2 0 0 20 0 19 0 340700166 2780295168 341412 33554432000 1073741824 1073778376 140735433438016 140677090372744 140677720326216 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12252] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12252/stat : 12252 (java) S 12238 12240 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340700166 2780295168 341412 33554432000 1073741824 1073778376 140735433438016 140677089318648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12253] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12253/stat : 12253 (java) S 12238 12240 3621 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 340700167 2780295168 341412 33554432000 1073741824 1073778376 140735433438016 140677088265736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12254] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12254/stat : 12254 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700169 2780295168 341412 33554432000 1073741824 1073778376 140735433438016 140677087214224 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12255] ppid=12238 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/12240/task/12255/stat : 12255 (java) S 12238 12240 3621 0 -1 4202560 2828 0 0 0 29 0 0 0 20 0 19 0 340700169 2780295168 341412 33554432000 1073741824 1073778376 140735433438016 140677086161336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12256] ppid=12238 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/12240/task/12256/stat : 12256 (java) S 12238 12240 3621 0 -1 4202560 2094 0 0 0 33 0 0 0 20 0 19 0 340700169 2780295168 341412 33554432000 1073741824 1073778376 140735433438016 140677085108536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12257] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12257/stat : 12257 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700169 2780295168 341412 33554432000 1073741824 1073778376 140735433438016 140677084055928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12258] ppid=12238 vsize=2715132 CPUtime=0.22 cores=0,2,4,6
/proc/12240/task/12258/stat : 12258 (java) S 12238 12240 3621 0 -1 4202560 44 0 0 0 8 14 0 0 20 0 19 0 340700169 2780295168 341412 33554432000 1073741824 1073778376 140735433438016 140677083003336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12259] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12259/stat : 12259 (java) S 12238 12240 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340700188 2780295168 341412 33554432000 1073741824 1073778376 140735433438016 140677081949864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 747.47
Current children cumulated vsize (KiB) 2715132

[startup+743.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 12291
/proc/meminfo: memFree=24754240/32873844 swapFree=6608/6608
[pid=12240] ppid=12238 vsize=2715132 CPUtime=747.88 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12238 12240 3621 0 -1 4202496 11686 0 1 0 74646 142 0 0 20 0 19 0 340700163 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140735433429152 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12240/statm: 678783 341413 2266 9 0 669476 0
[pid=12240/tid=12242] ppid=12238 vsize=2715132 CPUtime=693.11 cores=0,2,4,6
/proc/12240/task/12242/stat : 12242 (java) S 12238 12240 3621 0 -1 4202560 2971 0 1 0 69295 16 0 0 20 0 19 0 340700164 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677713818504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12243] ppid=12238 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/12240/task/12243/stat : 12243 (java) S 12238 12240 3621 0 -1 4202560 288 0 0 0 48 17 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677698268200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12244] ppid=12238 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/12240/task/12244/stat : 12244 (java) S 12238 12240 3621 0 -1 4202560 402 0 0 0 51 17 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677697215400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12240/tid=12245] ppid=12238 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/12240/task/12245/stat : 12245 (java) S 12238 12240 3621 0 -1 4202560 275 0 0 0 47 14 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677696162600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12246] ppid=12238 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/12240/task/12246/stat : 12246 (java) S 12238 12240 3621 0 -1 4202560 493 0 0 0 45 18 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677576911528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12247] ppid=12238 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/12240/task/12247/stat : 12247 (java) S 12238 12240 3621 0 -1 4202560 314 0 0 0 49 18 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677575858728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12248] ppid=12238 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/12240/task/12248/stat : 12248 (java) S 12238 12240 3621 0 -1 4202560 229 0 0 0 51 16 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677574805928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12249] ppid=12238 vsize=2715132 CPUtime=0.58 cores=0,2,4,6
/proc/12240/task/12249/stat : 12249 (java) S 12238 12240 3621 0 -1 4202560 245 0 0 0 42 16 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677573753128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12250] ppid=12238 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/12240/task/12250/stat : 12250 (java) S 12238 12240 3621 0 -1 4202560 196 0 0 0 38 10 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677572700328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12251] ppid=12238 vsize=2715132 CPUtime=47.03 cores=0,2,4,6
/proc/12240/task/12251/stat : 12251 (java) R 12238 12240 3621 0 -1 4202560 122 0 0 0 4701 2 0 0 20 0 19 0 340700166 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677090372744 140677720672643 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12252] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12252/stat : 12252 (java) S 12238 12240 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340700166 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677089318648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12253] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12253/stat : 12253 (java) S 12238 12240 3621 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 340700167 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677088265736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12254] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12254/stat : 12254 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700169 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677087214224 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12255] ppid=12238 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/12240/task/12255/stat : 12255 (java) S 12238 12240 3621 0 -1 4202560 2828 0 0 0 29 0 0 0 20 0 19 0 340700169 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677086161336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12256] ppid=12238 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/12240/task/12256/stat : 12256 (java) S 12238 12240 3621 0 -1 4202560 2094 0 0 0 33 0 0 0 20 0 19 0 340700169 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677085108536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12257] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12257/stat : 12257 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700169 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677084055928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12258] ppid=12238 vsize=2715132 CPUtime=0.22 cores=0,2,4,6
/proc/12240/task/12258/stat : 12258 (java) S 12238 12240 3621 0 -1 4202560 44 0 0 0 8 14 0 0 20 0 19 0 340700169 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677083003336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12259] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12259/stat : 12259 (java) S 12238 12240 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340700188 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677081949864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 747.88
Current children cumulated vsize (KiB) 2715132

[startup+743.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 12291
/proc/meminfo: memFree=24754240/32873844 swapFree=6608/6608
[pid=12240] ppid=12238 vsize=2715132 CPUtime=748.07 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12238 12240 3621 0 -1 4202496 11686 0 1 0 74665 142 0 0 20 0 19 0 340700163 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140735433429152 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12240/statm: 678783 341413 2266 9 0 669476 0
[pid=12240/tid=12242] ppid=12238 vsize=2715132 CPUtime=693.11 cores=0,2,4,6
/proc/12240/task/12242/stat : 12242 (java) S 12238 12240 3621 0 -1 4202560 2971 0 1 0 69295 16 0 0 20 0 19 0 340700164 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677713818504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12243] ppid=12238 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/12240/task/12243/stat : 12243 (java) S 12238 12240 3621 0 -1 4202560 288 0 0 0 48 17 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677698268200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12244] ppid=12238 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/12240/task/12244/stat : 12244 (java) S 12238 12240 3621 0 -1 4202560 402 0 0 0 51 17 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677697215400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12240/tid=12245] ppid=12238 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/12240/task/12245/stat : 12245 (java) S 12238 12240 3621 0 -1 4202560 275 0 0 0 47 14 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677696162600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12246] ppid=12238 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/12240/task/12246/stat : 12246 (java) S 12238 12240 3621 0 -1 4202560 493 0 0 0 45 18 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677576911528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12247] ppid=12238 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/12240/task/12247/stat : 12247 (java) S 12238 12240 3621 0 -1 4202560 314 0 0 0 49 18 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677575858728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12248] ppid=12238 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/12240/task/12248/stat : 12248 (java) S 12238 12240 3621 0 -1 4202560 229 0 0 0 51 16 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677574805928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12249] ppid=12238 vsize=2715132 CPUtime=0.58 cores=0,2,4,6
/proc/12240/task/12249/stat : 12249 (java) S 12238 12240 3621 0 -1 4202560 245 0 0 0 42 16 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677573753128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12250] ppid=12238 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/12240/task/12250/stat : 12250 (java) S 12238 12240 3621 0 -1 4202560 196 0 0 0 38 10 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677572700328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12251] ppid=12238 vsize=2715132 CPUtime=47.22 cores=0,2,4,6
/proc/12240/task/12251/stat : 12251 (java) R 12238 12240 3621 0 -1 4202560 122 0 0 0 4720 2 0 0 20 0 19 0 340700166 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677090372744 140677720326216 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12252] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12252/stat : 12252 (java) S 12238 12240 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340700166 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677089318648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12253] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12253/stat : 12253 (java) S 12238 12240 3621 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 340700167 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677088265736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12254] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12254/stat : 12254 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700169 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677087214224 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12255] ppid=12238 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/12240/task/12255/stat : 12255 (java) S 12238 12240 3621 0 -1 4202560 2828 0 0 0 29 0 0 0 20 0 19 0 340700169 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677086161336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12256] ppid=12238 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/12240/task/12256/stat : 12256 (java) S 12238 12240 3621 0 -1 4202560 2094 0 0 0 33 0 0 0 20 0 19 0 340700169 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677085108536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12257] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12257/stat : 12257 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700169 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677084055928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12258] ppid=12238 vsize=2715132 CPUtime=0.22 cores=0,2,4,6
/proc/12240/task/12258/stat : 12258 (java) S 12238 12240 3621 0 -1 4202560 44 0 0 0 8 14 0 0 20 0 19 0 340700169 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677083003336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12259] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12259/stat : 12259 (java) S 12238 12240 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340700188 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677081949864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 748.07
Current children cumulated vsize (KiB) 2715132

[startup+743.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 12291
/proc/meminfo: memFree=24754240/32873844 swapFree=6608/6608
[pid=12240] ppid=12238 vsize=2715132 CPUtime=748.17 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12238 12240 3621 0 -1 4202496 11686 0 1 0 74675 142 0 0 20 0 19 0 340700163 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140735433429152 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12240/statm: 678783 341413 2266 9 0 669476 0
[pid=12240/tid=12242] ppid=12238 vsize=2715132 CPUtime=693.11 cores=0,2,4,6
/proc/12240/task/12242/stat : 12242 (java) S 12238 12240 3621 0 -1 4202560 2971 0 1 0 69295 16 0 0 20 0 19 0 340700164 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677713818504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12243] ppid=12238 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/12240/task/12243/stat : 12243 (java) S 12238 12240 3621 0 -1 4202560 288 0 0 0 48 17 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677698268200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12244] ppid=12238 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/12240/task/12244/stat : 12244 (java) S 12238 12240 3621 0 -1 4202560 402 0 0 0 51 17 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677697215400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12240/tid=12245] ppid=12238 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/12240/task/12245/stat : 12245 (java) S 12238 12240 3621 0 -1 4202560 275 0 0 0 47 14 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677696162600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12246] ppid=12238 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/12240/task/12246/stat : 12246 (java) S 12238 12240 3621 0 -1 4202560 493 0 0 0 45 18 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677576911528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12247] ppid=12238 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/12240/task/12247/stat : 12247 (java) S 12238 12240 3621 0 -1 4202560 314 0 0 0 49 18 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677575858728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12248] ppid=12238 vsize=2715132 CPUtime=0.67 cores=0,2,4,6
/proc/12240/task/12248/stat : 12248 (java) S 12238 12240 3621 0 -1 4202560 229 0 0 0 51 16 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677574805928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12249] ppid=12238 vsize=2715132 CPUtime=0.58 cores=0,2,4,6
/proc/12240/task/12249/stat : 12249 (java) S 12238 12240 3621 0 -1 4202560 245 0 0 0 42 16 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677573753128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12250] ppid=12238 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/12240/task/12250/stat : 12250 (java) S 12238 12240 3621 0 -1 4202560 196 0 0 0 38 10 0 0 20 0 19 0 340700165 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677572700328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12251] ppid=12238 vsize=2715132 CPUtime=47.32 cores=0,2,4,6
/proc/12240/task/12251/stat : 12251 (java) R 12238 12240 3621 0 -1 4202560 122 0 0 0 4730 2 0 0 20 0 19 0 340700166 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677090372744 140677720673556 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12252] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12252/stat : 12252 (java) S 12238 12240 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340700166 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677089318648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12253] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12253/stat : 12253 (java) S 12238 12240 3621 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 340700167 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677088265736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12254] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12254/stat : 12254 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700169 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677087214224 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12255] ppid=12238 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/12240/task/12255/stat : 12255 (java) S 12238 12240 3621 0 -1 4202560 2828 0 0 0 29 0 0 0 20 0 19 0 340700169 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677086161336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12240/tid=12256] ppid=12238 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/12240/task/12256/stat : 12256 (java) S 12238 12240 3621 0 -1 4202560 2094 0 0 0 33 0 0 0 20 0 19 0 340700169 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677085108536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12257] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12257/stat : 12257 (java) S 12238 12240 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340700169 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677084055928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12240/tid=12258] ppid=12238 vsize=2715132 CPUtime=0.22 cores=0,2,4,6
/proc/12240/task/12258/stat : 12258 (java) S 12238 12240 3621 0 -1 4202560 44 0 0 0 8 14 0 0 20 0 19 0 340700169 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677083003336 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12240/tid=12259] ppid=12238 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12240/task/12259/stat : 12259 (java) S 12238 12240 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340700188 2780295168 341413 33554432000 1073741824 1073778376 140735433438016 140677081949864 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 748.17
Current children cumulated vsize (KiB) 2715132

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12240 and gives
#  childrusage.ru_utime.tv_sec=744
#  childrusage.ru_utime.tv_usec=798773
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=712739
# CPU time returned by wait4() is 746.511
# while last known CPU time is 748.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 743.82
CPU time (s): 748.17
CPU user time (s): 746.75
CPU system time (s): 1.42
CPU usage (%): 100.585
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 744.799
system time used= 1.71274
maximum resident set size= 1365692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11698
page faults= 1
swaps= 0
block input operations= 0
block output operations= 680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16272
involuntary context switches= 7435

runsolver used 1.14283 second user time and 2.95455 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-03 19:49:17
IDJOB=3732938
IDBENCH=2229
IDSOLVER=2322
FILE ID=node140/3732938-1338745757
RUNJOBID= node140-1338726417-7718
PBS_JOBID= 14636725
Free space on /tmp= 70624 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:20:4.5:0.95:98.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732938-1338745757/watcher-3732938-1338745757 -o /tmp/evaluation-result-3732938-1338745757/solver-3732938-1338745757 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3732938-1338745757.opb

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

MD5SUM BENCH= 09000b526c4cf3fc454b31cbb57a970b
RANDOM SEED=1217099896

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27037704 kB
Buffers:          502988 kB
Cached:          3943292 kB
SwapCached:         1620 kB
Active:          1926920 kB
Inactive:        2966688 kB
Active(anon):     438864 kB
Inactive(anon):    10224 kB
Active(file):    1488056 kB
Inactive(file):  2956464 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105264 kB
Dirty:                92 kB
Writeback:             0 kB
AnonPages:        466688 kB
Mapped:            18532 kB
Shmem:                 8 kB
Slab:             788076 kB
SReclaimable:     230012 kB
SUnreclaim:       558064 kB
KernelStack:        1600 kB
PageTables:         5432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    430080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70624 MiB
End job on node140 at 2012-06-03 20:01:41