Trace number 3733430

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
PB11: Sat4j Res//CP 2.3.0UNSAT 15.3407 10.5224

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-woodw.opb
MD5SUM39878dc7ef96e07e426f9432943c6054
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.95155
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables252150
Total number of constraints1098
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1098
Minimum length of a constraint30
Maximum length of a constraint43590
Number of terms in the objective function 120
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 4294967292
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 10737418240000
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 556588032595749
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3733430-1338689497.opb
0.09/0.11	c reading problem ... 
4.88/4.55	c ... done. Wall clock time 4.439s.
4.88/4.55	c #vars     252150
4.88/4.55	c #constraints  119396
4.88/4.55	c constraints type 
4.88/4.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1915
4.88/4.55	c constraints type 
4.88/4.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1915
13.58/8.84	c  And the winner is Resolution
15.32/10.51	c starts		: 0
15.32/10.51	c conflicts		: 0
15.32/10.51	c decisions		: 0
15.32/10.51	c propagations		: 175505
15.32/10.51	c inspects		: 607579
15.32/10.51	c shortcuts		: 0
15.32/10.51	c learnt literals	: 0
15.32/10.51	c learnt binary clauses	: 0
15.32/10.51	c learnt ternary clauses	: 0
15.32/10.51	c learnt constraints	: 0
15.32/10.51	c ignored constraints	: 0
15.32/10.51	c root simplifications	: 0
15.32/10.51	c removed literals (reason simplification)	: 0
15.32/10.51	c reason swapping (by a shorter reason)	: 0
15.32/10.51	c Calls to reduceDB	: 0
15.32/10.51	c number of reductions to clauses (during analyze)	: 0
15.32/10.51	c number of learned constraints concerned by reduction	: 0
15.32/10.51	c number of learning phase by resolution	: 0
15.32/10.51	c number of learning phase by cutting planes	: 0
15.32/10.51	c speed (assignments/second)	: 29471.872376154493
15.32/10.51	c non guided choices	0
15.32/10.51	c learnt constraints type 
15.32/10.51	c constraints type 
15.32/10.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1915
15.32/10.51	c constraints type 
15.32/10.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1915
15.32/10.51	s UNSATISFIABLE
15.32/10.51	c Total wall clock time (in seconds): 10.397

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-3733430-1338689497/watcher-3733430-1338689497 -o /tmp/evaluation-result-3733430-1338689497/solver-3733430-1338689497 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733430-1338689497.opb 

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

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: 3.70 3.82 3.86 3/197 26750
/proc/meminfo: memFree=27075368/32873844 swapFree=7628/7628
[pid=26750] ppid=26748 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/26750/stat : 26750 (java) R 26748 26750 23082 0 -1 4202496 1144 0 0 0 0 0 0 0 20 0 1 0 335074713 24780800 866 33554432000 1073741824 1073778376 140734138663712 140734138652776 223651685351 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26750/statm: 6050 867 654 9 0 385 0
[pid=26750/tid=26751] ppid=26748 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26751/stat : 26751 (java) R 26748 26750 23082 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 335074714 24780800 867 33554432000 1073741824 1073778376 140734138663712 140734138652776 223654999922 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0405049 s]
/proc/loadavg: 3.70 3.82 3.86 3/197 26750
/proc/meminfo: memFree=27075368/32873844 swapFree=7628/7628
[pid=26750] ppid=26748 vsize=11120388 CPUtime=0.02 cores=1,3,5,7
/proc/26750/stat : 26750 (java) S 26748 26750 23082 0 -1 4202496 4173 0 1 0 1 1 0 0 20 0 11 0 335074713 11387277312 12028 33554432000 1073741824 1073778376 140734138663712 140734138654848 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26750/statm: 2780097 12028 1632 9 0 2770798 0
[pid=26750/tid=26751] ppid=26748 vsize=11120388 CPUtime=0.02 cores=1,3,5,7
/proc/26750/task/26751/stat : 26751 (java) R 26748 26750 23082 0 -1 4202560 3016 0 1 0 0 2 0 0 20 0 11 0 335074714 11387277312 12028 33554432000 1073741824 1073778376 140734138663712 139688190098184 223655027981 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11120388

[startup+0.100327 s]
/proc/loadavg: 3.70 3.82 3.86 3/197 26750
/proc/meminfo: memFree=27075368/32873844 swapFree=7628/7628
[pid=26750] ppid=26748 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/26750/stat : 26750 (java) S 26748 26750 23082 0 -1 4202496 5259 0 1 0 8 1 0 0 20 0 18 0 335074713 11864465408 13606 33554432000 1073741824 1073778376 140734138663712 140734138654848 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26750/statm: 2896598 13606 2116 9 0 2887285 0
[pid=26750/tid=26751] ppid=26748 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/26750/task/26751/stat : 26751 (java) R 26748 26750 23082 0 -1 4202560 3293 0 1 0 6 2 0 0 20 0 18 0 335074714 11864465408 13606 33554432000 1073741824 1073778376 140734138663712 139688190094256 223655027981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300225 s]
/proc/loadavg: 3.70 3.82 3.86 3/197 26750
/proc/meminfo: memFree=27075368/32873844 swapFree=7628/7628
[pid=26750] ppid=26748 vsize=11586392 CPUtime=0.51 cores=1,3,5,7
/proc/26750/stat : 26750 (java) S 26748 26750 23082 0 -1 4202496 6770 0 1 0 49 2 0 0 20 0 18 0 335074713 11864465408 20034 33554432000 1073741824 1073778376 140734138663712 140734138654848 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26750/statm: 2896598 20034 2232 9 0 2887285 0
[pid=26750/tid=26751] ppid=26748 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/26750/task/26751/stat : 26751 (java) R 26748 26750 23082 0 -1 4202560 3382 0 1 0 26 2 0 0 20 0 18 0 335074714 11864465408 20034 33554432000 1073741824 1073778376 140734138663712 139688190094256 139688197166880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 11586392

[startup+0.700364 s]
/proc/loadavg: 3.70 3.82 3.86 3/197 26750
/proc/meminfo: memFree=27075368/32873844 swapFree=7628/7628
[pid=26750] ppid=26748 vsize=11586392 CPUtime=1.03 cores=1,3,5,7
/proc/26750/stat : 26750 (java) S 26748 26750 23082 0 -1 4202496 7359 0 1 0 97 6 0 0 20 0 18 0 335074713 11864465408 54512 33554432000 1073741824 1073778376 140734138663712 140734138654848 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26750/statm: 2896598 54512 2235 9 0 2887285 0
[pid=26750/tid=26751] ppid=26748 vsize=11586392 CPUtime=0.67 cores=1,3,5,7
/proc/26750/task/26751/stat : 26751 (java) R 26748 26750 23082 0 -1 4202560 3449 0 1 0 62 5 0 0 20 0 18 0 335074714 11864465408 54512 33554432000 1073741824 1073778376 140734138663712 139688190087216 139688057125576 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 11586392

[startup+1.50219 s]
/proc/loadavg: 3.70 3.82 3.86 4/215 26768
/proc/meminfo: memFree=26748908/32873844 swapFree=7628/7628
[pid=26750] ppid=26748 vsize=11586392 CPUtime=1.84 cores=1,3,5,7
/proc/26750/stat : 26750 (java) S 26748 26750 23082 0 -1 4202496 7499 0 1 0 171 13 0 0 20 0 18 0 335074713 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 140734138654848 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26750/statm: 2896598 126192 2235 9 0 2887285 0
[pid=26750/tid=26751] ppid=26748 vsize=11586392 CPUtime=1.48 cores=1,3,5,7
/proc/26750/task/26751/stat : 26751 (java) R 26748 26750 23082 0 -1 4202560 3589 0 1 0 136 12 0 0 20 0 18 0 335074714 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 139688190087216 223655027981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26753] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26753/stat : 26753 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 139688179157288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26754] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26754/stat : 26754 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 139688178104488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26750/tid=26755] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26755/stat : 26755 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 139688177052200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26756] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26756/stat : 26756 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 139688175999400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26757] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26757/stat : 26757 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 139688022403880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26758] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26758/stat : 26758 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 139688021351080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26759] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26759/stat : 26759 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 139688020298792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26760] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26760/stat : 26760 (java) S 26748 26750 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 335074716 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 139688019245992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26761] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26761/stat : 26761 (java) S 26748 26750 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 335074717 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 139688007047400 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26750/tid=26762] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26762/stat : 26762 (java) S 26748 26750 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 335074718 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 139688005993464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26763] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26763/stat : 26763 (java) S 26748 26750 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 335074718 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 139688004941064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26764] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26764/stat : 26764 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074720 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 139688003889552 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26765] ppid=26748 vsize=11586392 CPUtime=0.17 cores=1,3,5,7
/proc/26750/task/26765/stat : 26765 (java) R 26748 26750 23082 0 -1 4202560 1492 0 0 0 17 0 0 0 20 0 18 0 335074720 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 139688002837056 139688197082698 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26766] ppid=26748 vsize=11586392 CPUtime=0.16 cores=1,3,5,7
/proc/26750/task/26766/stat : 26766 (java) S 26748 26750 23082 0 -1 4202560 1235 0 0 0 16 0 0 0 20 0 18 0 335074720 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 139688001784376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26767] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26767/stat : 26767 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074720 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 139688000732280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26768] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26768/stat : 26768 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074720 11864465408 126192 33554432000 1073741824 1073778376 140734138663712 139687999679688 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 11586392

[startup+3.10079 s]
/proc/loadavg: 3.70 3.82 3.86 4/215 26768
/proc/meminfo: memFree=26368912/32873844 swapFree=7628/7628
[pid=26750] ppid=26748 vsize=11586392 CPUtime=3.47 cores=1,3,5,7
/proc/26750/stat : 26750 (java) S 26748 26750 23082 0 -1 4202496 7790 0 1 0 323 24 0 0 20 0 18 0 335074713 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 140734138654848 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26750/statm: 2896598 263431 2235 9 0 2887285 0
[pid=26750/tid=26751] ppid=26748 vsize=11586392 CPUtime=3.07 cores=1,3,5,7
/proc/26750/task/26751/stat : 26751 (java) R 26748 26750 23082 0 -1 4202560 3857 0 1 0 285 22 0 0 20 0 18 0 335074714 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 139688190087136 139688057125576 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26753] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26753/stat : 26753 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 139688179157288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26754] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26754/stat : 26754 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 139688178104488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26750/tid=26755] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26755/stat : 26755 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 139688177052200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26756] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26756/stat : 26756 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 139688175999400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26757] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26757/stat : 26757 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 139688022403880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26758] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26758/stat : 26758 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 139688021351080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26759] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26759/stat : 26759 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 139688020298792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26760] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26760/stat : 26760 (java) S 26748 26750 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 335074716 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 139688019245992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26761] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26761/stat : 26761 (java) S 26748 26750 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 335074717 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 139688007047400 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26750/tid=26762] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26762/stat : 26762 (java) S 26748 26750 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 335074718 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 139688005993464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26763] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26763/stat : 26763 (java) S 26748 26750 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 335074718 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 139688004941064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26764] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26764/stat : 26764 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074720 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 139688003889552 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26765] ppid=26748 vsize=11586392 CPUtime=0.2 cores=1,3,5,7
/proc/26750/task/26765/stat : 26765 (java) S 26748 26750 23082 0 -1 4202560 1515 0 0 0 20 0 0 0 20 0 18 0 335074720 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 139688002837176 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26766] ppid=26748 vsize=11586392 CPUtime=0.16 cores=1,3,5,7
/proc/26750/task/26766/stat : 26766 (java) S 26748 26750 23082 0 -1 4202560 1235 0 0 0 16 0 0 0 20 0 18 0 335074720 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 139688001784376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26767] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26767/stat : 26767 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074720 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 139688000732280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26768] ppid=26748 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26768/stat : 26768 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074720 11864465408 263431 33554432000 1073741824 1073778376 140734138663712 139687999679688 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 11586392

[startup+6.3008 s]
/proc/loadavg: 3.56 3.79 3.85 5/217 26770
/proc/meminfo: memFree=25571296/32873844 swapFree=7628/7628
[pid=26750] ppid=26748 vsize=11719520 CPUtime=8.53 cores=1,3,5,7
/proc/26750/stat : 26750 (java) S 26748 26750 23082 0 -1 4202496 8684 0 1 0 820 33 0 0 20 0 20 0 335074713 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 140734138654848 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26750/statm: 2929880 379769 2244 9 0 2920567 0
[pid=26750/tid=26751] ppid=26748 vsize=11719520 CPUtime=4.53 cores=1,3,5,7
/proc/26750/task/26751/stat : 26751 (java) S 26748 26750 23082 0 -1 4202560 4060 0 1 0 422 31 0 0 20 0 20 0 335074714 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 139688190096536 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26753] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26753/stat : 26753 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074716 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 139688179157288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26754] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26754/stat : 26754 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074716 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 139688178104488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26750/tid=26755] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26755/stat : 26755 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074716 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 139688177052200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26756] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26756/stat : 26756 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074716 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 139688175999400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26757] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26757/stat : 26757 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074716 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 139688022403880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26758] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26758/stat : 26758 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074716 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 139688021351080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26759] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26759/stat : 26759 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074716 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 139688020298792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26760] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26760/stat : 26760 (java) S 26748 26750 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 335074716 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 139688019245992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26761] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26761/stat : 26761 (java) S 26748 26750 23082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 335074717 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 139688007047400 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26750/tid=26762] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26762/stat : 26762 (java) S 26748 26750 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 335074718 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 139688005993464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26763] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26763/stat : 26763 (java) S 26748 26750 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 335074718 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 139688004941064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26764] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26764/stat : 26764 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074720 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 139688003889552 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26765] ppid=26748 vsize=11719520 CPUtime=0.24 cores=1,3,5,7
/proc/26750/task/26765/stat : 26765 (java) S 26748 26750 23082 0 -1 4202560 1627 0 0 0 24 0 0 0 20 0 20 0 335074720 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 139688002837176 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26766] ppid=26748 vsize=11719520 CPUtime=0.24 cores=1,3,5,7
/proc/26750/task/26766/stat : 26766 (java) S 26748 26750 23082 0 -1 4202560 1747 0 0 0 24 0 0 0 20 0 20 0 335074720 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 139688001784376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26767] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26767/stat : 26767 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074720 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 139688000732280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26768] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26768/stat : 26768 (java) S 26748 26750 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 335074720 12000788480 379769 33554432000 1073741824 1073778376 140734138663712 139687999679688 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/26750/task/26753/stat : 26753 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074716 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139688179157288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26754] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26754/stat : 26754 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074716 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139688178104488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26750/tid=26755] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26755/stat : 26755 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074716 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139688177052200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26756] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26756/stat : 26756 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074716 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139688175999400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26757] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26757/stat : 26757 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074716 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139688022403880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26758] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26758/stat : 26758 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074716 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139688021351080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26759] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26759/stat : 26759 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074716 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139688020298792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26760] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26760/stat : 26760 (java) S 26748 26750 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 335074716 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139688019245992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26761] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26761/stat : 26761 (java) S 26748 26750 23082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 335074717 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139688007047400 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26750/tid=26762] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26762/stat : 26762 (java) S 26748 26750 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 335074718 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139688005993464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26763] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26763/stat : 26763 (java) S 26748 26750 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 335074718 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139688004941064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26764] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26764/stat : 26764 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074720 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139688003889552 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26765] ppid=26748 vsize=11719520 CPUtime=0.24 cores=1,3,5,7
/proc/26750/task/26765/stat : 26765 (java) S 26748 26750 23082 0 -1 4202560 1627 0 0 0 24 0 0 0 20 0 20 0 335074720 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139688002837176 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26766] ppid=26748 vsize=11719520 CPUtime=0.24 cores=1,3,5,7
/proc/26750/task/26766/stat : 26766 (java) S 26748 26750 23082 0 -1 4202560 1747 0 0 0 24 0 0 0 20 0 20 0 335074720 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139688001784376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26767] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26767/stat : 26767 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335074720 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139688000732280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26768] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26768/stat : 26768 (java) S 26748 26750 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 335074720 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139687999679688 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26750/tid=26769] ppid=26748 vsize=11719520 CPUtime=3.32 cores=1,3,5,7
/proc/26750/task/26769/stat : 26769 (java) R 26748 26750 23082 0 -1 4202560 28 0 0 0 332 0 0 0 20 0 20 0 335075169 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139687998624448 139688057376589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26770] ppid=26748 vsize=11719520 CPUtime=3.33 cores=1,3,5,7
/proc/26750/task/26770/stat : 26770 (java) R 26748 26750 23082 0 -1 4202560 52 0 0 0 331 2 0 0 20 0 20 0 335075169 12000788480 388473 33554432000 1073741824 1073778376 140734138663712 139687997571336 139688057389860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.73
Current children cumulated vsize (KiB) 11719520

[startup+9.50076 s]
/proc/loadavg: 3.60 3.79 3.85 5/217 26770
/proc/meminfo: memFree=25521936/32873844 swapFree=7628/7628
[pid=26750] ppid=26748 vsize=11719520 CPUtime=14.32 cores=1,3,5,7
/proc/26750/stat : 26750 (java) S 26748 26750 23082 0 -1 4202496 8710 0 1 0 1397 35 0 0 20 0 19 0 335074713 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 140734138654848 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26750/statm: 2929880 391542 2246 9 0 2920567 0
[pid=26750/tid=26751] ppid=26748 vsize=11719520 CPUtime=4.53 cores=1,3,5,7
/proc/26750/task/26751/stat : 26751 (java) S 26748 26750 23082 0 -1 4202560 4060 0 1 0 422 31 0 0 20 0 19 0 335074714 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139688190096536 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26753] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26753/stat : 26753 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074716 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139688179157288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26754] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26754/stat : 26754 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074716 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139688178104488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26750/tid=26755] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26755/stat : 26755 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074716 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139688177052200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26756] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26756/stat : 26756 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074716 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139688175999400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26757] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26757/stat : 26757 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074716 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139688022403880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26758] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26758/stat : 26758 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074716 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139688021351080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26759] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26759/stat : 26759 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074716 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139688020298792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26760] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26760/stat : 26760 (java) S 26748 26750 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335074716 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139688019245992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26761] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26761/stat : 26761 (java) S 26748 26750 23082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 335074717 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139688007047400 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26762] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26762/stat : 26762 (java) S 26748 26750 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335074718 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139688005993464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26763] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26763/stat : 26763 (java) S 26748 26750 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335074718 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139688004941064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26764] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26764/stat : 26764 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074720 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139688003889552 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26765] ppid=26748 vsize=11719520 CPUtime=0.26 cores=1,3,5,7
/proc/26750/task/26765/stat : 26765 (java) S 26748 26750 23082 0 -1 4202560 1627 0 0 0 26 0 0 0 20 0 19 0 335074720 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139688002837176 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26766] ppid=26748 vsize=11719520 CPUtime=0.26 cores=1,3,5,7
/proc/26750/task/26766/stat : 26766 (java) S 26748 26750 23082 0 -1 4202560 1747 0 0 0 26 0 0 0 20 0 19 0 335074720 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139688001784376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26767] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26767/stat : 26767 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074720 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139688000732280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26768] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26768/stat : 26768 (java) S 26748 26750 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335074720 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139687999679688 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26750/tid=26770] ppid=26748 vsize=11719520 CPUtime=4.92 cores=1,3,5,7
/proc/26750/task/26770/stat : 26770 (java) R 26748 26750 23082 0 -1 4202560 58 0 0 0 490 2 0 0 20 0 19 0 335075169 12000788480 391542 33554432000 1073741824 1073778376 140734138663712 139687997569360 139688057389610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 14.32
Current children cumulated vsize (KiB) 11719520

[startup+10.3008 s]
/proc/loadavg: 3.60 3.79 3.85 4/216 26770
/proc/meminfo: memFree=25505584/32873844 swapFree=7628/7628
[pid=26750] ppid=26748 vsize=11719520 CPUtime=15.14 cores=1,3,5,7
/proc/26750/stat : 26750 (java) S 26748 26750 23082 0 -1 4202496 8720 0 1 0 1478 36 0 0 20 0 19 0 335074713 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 140734138654848 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26750/statm: 2929880 396102 2246 9 0 2920567 0
[pid=26750/tid=26751] ppid=26748 vsize=11719520 CPUtime=4.53 cores=1,3,5,7
/proc/26750/task/26751/stat : 26751 (java) S 26748 26750 23082 0 -1 4202560 4061 0 1 0 422 31 0 0 20 0 19 0 335074714 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139688190096536 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26753] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26753/stat : 26753 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074716 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139688179157288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26754] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26754/stat : 26754 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074716 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139688178104488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26750/tid=26755] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26755/stat : 26755 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074716 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139688177052200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26756] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26756/stat : 26756 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074716 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139688175999400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26757] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26757/stat : 26757 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074716 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139688022403880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26758] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26758/stat : 26758 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074716 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139688021351080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26759] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26759/stat : 26759 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074716 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139688020298792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26760] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26760/stat : 26760 (java) S 26748 26750 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335074716 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139688019245992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26761] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26761/stat : 26761 (java) S 26748 26750 23082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 335074717 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139688007047400 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26762] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26762/stat : 26762 (java) S 26748 26750 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335074718 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139688005993464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26763] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26763/stat : 26763 (java) S 26748 26750 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335074718 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139688004941064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26764] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26764/stat : 26764 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074720 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139688003889552 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26765] ppid=26748 vsize=11719520 CPUtime=0.27 cores=1,3,5,7
/proc/26750/task/26765/stat : 26765 (java) S 26748 26750 23082 0 -1 4202560 1627 0 0 0 27 0 0 0 20 0 19 0 335074720 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139688002837176 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26766] ppid=26748 vsize=11719520 CPUtime=0.26 cores=1,3,5,7
/proc/26750/task/26766/stat : 26766 (java) S 26748 26750 23082 0 -1 4202560 1747 0 0 0 26 0 0 0 20 0 19 0 335074720 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139688001784376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26767] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26767/stat : 26767 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335074720 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139688000732280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26768] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26768/stat : 26768 (java) S 26748 26750 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 335074720 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139687999679688 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26750/tid=26770] ppid=26748 vsize=11719520 CPUtime=5.72 cores=1,3,5,7
/proc/26750/task/26770/stat : 26770 (java) R 26748 26750 23082 0 -1 4202560 67 0 0 0 570 2 0 0 20 0 19 0 335075169 12000788480 396102 33554432000 1073741824 1073778376 140734138663712 139687997569440 139688057412813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 15.14
Current children cumulated vsize (KiB) 11719520

[startup+10.5007 s]
/proc/loadavg: 3.60 3.79 3.85 4/216 26770
/proc/meminfo: memFree=25505584/32873844 swapFree=7628/7628
[pid=26750] ppid=26748 vsize=11719520 CPUtime=15.32 cores=1,3,5,7
/proc/26750/stat : 26750 (java) S 26748 26750 23082 0 -1 4202496 8723 0 1 0 1496 36 0 0 20 0 18 0 335074713 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 140734138654848 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26750/statm: 2929880 397124 2246 9 0 2920567 0
[pid=26750/tid=26751] ppid=26748 vsize=11719520 CPUtime=4.53 cores=1,3,5,7
/proc/26750/task/26751/stat : 26751 (java) S 26748 26750 23082 0 -1 4202560 4061 0 1 0 422 31 0 0 20 0 18 0 335074714 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 139688190096536 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26753] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26753/stat : 26753 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 139688179157288 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26754] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26754/stat : 26754 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 139688178104488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26750/tid=26755] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26755/stat : 26755 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 139688177052200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26756] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26756/stat : 26756 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 139688175999400 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26757] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26757/stat : 26757 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 139688022403880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26758] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26758/stat : 26758 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 139688021351080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26759] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26759/stat : 26759 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074716 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 139688020298792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26760] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26760/stat : 26760 (java) S 26748 26750 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 335074716 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 139688019245992 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26761] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26761/stat : 26761 (java) S 26748 26750 23082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 335074717 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 139688007047400 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26750/tid=26762] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26762/stat : 26762 (java) S 26748 26750 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 335074718 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 139688005993464 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26763] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26763/stat : 26763 (java) S 26748 26750 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 335074718 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 139688004941064 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26764] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26764/stat : 26764 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074720 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 139688003889552 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26765] ppid=26748 vsize=11719520 CPUtime=0.27 cores=1,3,5,7
/proc/26750/task/26765/stat : 26765 (java) S 26748 26750 23082 0 -1 4202560 1627 0 0 0 27 0 0 0 20 0 18 0 335074720 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 139688002837176 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26750/tid=26766] ppid=26748 vsize=11719520 CPUtime=0.26 cores=1,3,5,7
/proc/26750/task/26766/stat : 26766 (java) S 26748 26750 23082 0 -1 4202560 1747 0 0 0 26 0 0 0 20 0 18 0 335074720 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 139688001784376 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26767] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26767/stat : 26767 (java) S 26748 26750 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335074720 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 139688000732280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26750/tid=26768] ppid=26748 vsize=11719520 CPUtime=0 cores=1,3,5,7
/proc/26750/task/26768/stat : 26768 (java) S 26748 26750 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 335074720 12000788480 397124 33554432000 1073741824 1073778376 140734138663712 139687999679688 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 15.32
Current children cumulated vsize (KiB) 11719520

Child status: 20
Real time (s): 10.5224
CPU time (s): 15.3407
CPU user time (s): 14.9587
CPU system time (s): 0.381941
CPU usage (%): 145.79
Max. virtual memory (cumulated for all children) (KiB): 11719520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.9587
system time used= 0.381941
maximum resident set size= 1590560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8729
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 511
involuntary context switches= 182

runsolver used 0.027995 second user time and 0.05999 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 04:11:38
IDJOB=3733430
IDBENCH=2439
IDSOLVER=2328
FILE ID=node144/3733430-1338689497
RUNJOBID= node144-1338678623-23102
PBS_JOBID= 14636669
Free space on /tmp= 70820 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-woodw.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733430-1338689497/watcher-3733430-1338689497 -o /tmp/evaluation-result-3733430-1338689497/solver-3733430-1338689497 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733430-1338689497.opb

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

MD5SUM BENCH= 39878dc7ef96e07e426f9432943c6054
RANDOM SEED=1106603375

node144.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		: 2666.196
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	: 5332.39
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		: 2666.196
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		: 2666.196
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	: 5438.54
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		: 2666.196
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		: 2666.196
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.90
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		: 2666.196
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.92
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		: 2666.196
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.91
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		: 2666.196
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:        27075748 kB
Buffers:          628472 kB
Cached:          3645664 kB
SwapCached:          464 kB
Active:          3059704 kB
Inactive:        1869020 kB
Active(anon):     637580 kB
Inactive(anon):    11192 kB
Active(file):    2422124 kB
Inactive(file):  1857828 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:             18736 kB
Writeback:             0 kB
AnonPages:        657576 kB
Mapped:            22496 kB
Shmem:               172 kB
Slab:             726400 kB
SReclaimable:     167944 kB
SUnreclaim:       558456 kB
KernelStack:        1616 kB
PageTables:         5536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    593920 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= 70820 MiB
End job on node144 at 2012-06-03 04:11:49