Trace number 3743932

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? 475.893 464.817

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_0_mh.opb
MD5SUMfa15dfc7844dffcfc27adc27005c5c95
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark12005073
Best CPU time to get the best result obtained on this benchmark1802.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 360045909092
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 360045909092
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	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 Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
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 Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@70eb7859
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	
0.09/0.11	c solving HOME/instance-3743932-1338798411.opb
0.09/0.11	c reading problem ... 
457.74/446.89	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
457.74/446.89		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
457.74/446.89		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
457.74/446.89		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
457.74/446.89		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
457.74/446.89		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
457.74/446.89		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
457.74/446.89		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
457.74/446.89		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
457.74/446.89		at org.sat4j.AbstractLauncher.run(Unknown Source)
457.74/446.89		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
464.04/453.16	c starts		: 0
475.75/464.80	c conflicts		: 0
475.75/464.80	c decisions		: 0
475.75/464.80	c propagations		: 0
475.75/464.80	c inspects		: 0
475.75/464.80	c learnt literals	: 0
475.75/464.80	c learnt binary clauses	: 0
475.75/464.80	c learnt ternary clauses	: 0
475.75/464.80	c learnt clauses	: 0
475.75/464.80	c ignored clauses	: 0
475.75/464.80	c root simplifications	: 0
475.75/464.80	c removed literals (reason simplification)	: 0
475.75/464.80	c reason swapping (by a shorter reason)	: 0
475.75/464.80	c Calls to reduceDB	: 0
475.75/464.80	c number of reductions to clauses (during analyze)	: 0
475.75/464.80	c number of learned constraints concerned by reduction	: 0
475.75/464.80	c number of learning phase by resolution	: 0
475.75/464.80	c number of learning phase by cutting planes	: 0
475.75/464.80	c speed (assignments/second)	: 0.0
475.75/464.80	c non guided choices	0
475.75/464.80	c learnt constraints type 
475.75/464.80	c constraints type 
475.75/464.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5051
475.75/464.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
475.75/464.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2515497
475.75/464.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5150
475.75/464.80	c constraints type 
475.75/464.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2515497
475.75/464.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5051
475.75/464.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
475.75/464.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5150
475.75/464.80	s UNKNOWN
475.75/464.80	c Total wall clock time (in seconds): 464.696

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-3743932-1338798411/watcher-3743932-1338798411 -o /tmp/evaluation-result-3743932-1338798411/solver-3743932-1338798411 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743932-1338798411.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: 2.00 2.17 2.83 4/194 21100
/proc/meminfo: memFree=27448468/32873648 swapFree=7116/7116
[pid=21100] ppid=21098 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21100/stat : 21100 (java6) D 21098 21100 17860 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 345967062 9515008 175 33554432000 1073741824 1073778376 140736603109584 140736603092312 214537421712 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/21100/statm: 2323 175 133 9 0 71 0

[startup+0.0312049 s]
/proc/loadavg: 2.00 2.17 2.83 4/194 21100
/proc/meminfo: memFree=27448468/32873648 swapFree=7116/7116
[pid=21100] ppid=21098 vsize=2158136 CPUtime=0 cores=1,3,5,7
/proc/21100/stat : 21100 (java) S 21098 21100 17860 0 -1 4202496 3482 0 1 0 0 0 0 0 20 0 10 0 345967062 2209931264 4181 33554432000 1073741824 1073778376 140734944405744 140734944396880 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21100/statm: 539534 4182 1539 9 0 530235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2158136

[startup+0.100188 s]
/proc/loadavg: 2.00 2.17 2.83 4/194 21100
/proc/meminfo: memFree=27448468/32873648 swapFree=7116/7116
[pid=21100] ppid=21098 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/21100/stat : 21100 (java) S 21098 21100 17860 0 -1 4202496 4739 0 1 0 8 1 0 0 20 0 18 0 345967062 2764726272 6421 33554432000 1073741824 1073778376 140734944405744 140734944396880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21100/statm: 674982 6422 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.30022 s]
/proc/loadavg: 2.00 2.17 2.83 4/194 21100
/proc/meminfo: memFree=27448468/32873648 swapFree=7116/7116
[pid=21100] ppid=21098 vsize=2699928 CPUtime=0.44 cores=1,3,5,7
/proc/21100/stat : 21100 (java) S 21098 21100 17860 0 -1 4202496 5813 0 1 0 42 2 0 0 20 0 18 0 345967062 2764726272 34573 33554432000 1073741824 1073778376 140734944405744 140734944396880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21100/statm: 674982 34573 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2699928

[startup+0.700221 s]
/proc/loadavg: 2.00 2.17 2.83 4/194 21100
/proc/meminfo: memFree=27448468/32873648 swapFree=7116/7116
[pid=21100] ppid=21098 vsize=2699928 CPUtime=0.85 cores=1,3,5,7
/proc/21100/stat : 21100 (java) S 21098 21100 17860 0 -1 4202496 5877 0 1 0 80 5 0 0 20 0 18 0 345967062 2764726272 67341 33554432000 1073741824 1073778376 140734944405744 140734944396880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21100/statm: 674982 67341 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 2699928

[startup+1.50066 s]
/proc/loadavg: 2.00 2.17 2.83 3/212 21118
/proc/meminfo: memFree=27088864/32873648 swapFree=7116/7116
[pid=21100] ppid=21098 vsize=2699928 CPUtime=1.88 cores=1,3,5,7
/proc/21100/stat : 21100 (java) S 21098 21100 17860 0 -1 4202496 6106 0 1 0 175 13 0 0 20 0 18 0 345967062 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 140734944396880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21100/statm: 674982 125260 2232 9 0 665676 0
[pid=21100/tid=21102] ppid=21098 vsize=2699928 CPUtime=1.39 cores=1,3,5,7
/proc/21100/task/21102/stat : 21102 (java) R 21098 21100 17860 0 -1 4202560 2956 0 1 0 132 7 0 0 20 0 18 0 345967064 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 139636326817256 139636182053337 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21100/tid=21103] ppid=21098 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/21100/task/21103/stat : 21103 (java) S 21098 21100 17860 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 18 0 345967065 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 139636311099944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21104] ppid=21098 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/21100/task/21104/stat : 21104 (java) S 21098 21100 17860 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 345967065 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 139636310047144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21105] ppid=21098 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/21100/task/21105/stat : 21105 (java) S 21098 21100 17860 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 345967065 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 139636308994344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21106] ppid=21098 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/21100/task/21106/stat : 21106 (java) S 21098 21100 17860 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 345967065 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 139636307941544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21107] ppid=21098 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/21100/task/21107/stat : 21107 (java) S 21098 21100 17860 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 345967065 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 139636306889768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21108] ppid=21098 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/21100/task/21108/stat : 21108 (java) S 21098 21100 17860 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 18 0 345967065 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 139636305836968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21109] ppid=21098 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/21100/task/21109/stat : 21109 (java) S 21098 21100 17860 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 18 0 345967065 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 139636304784168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21110] ppid=21098 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/21100/task/21110/stat : 21110 (java) S 21098 21100 17860 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 345967065 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 139636303731368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21111] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21111/stat : 21111 (java) S 21098 21100 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345967066 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 139636173138408 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21112] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21112/stat : 21112 (java) S 21098 21100 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345967066 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 139636172084472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21113] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21113/stat : 21113 (java) S 21098 21100 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345967066 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 139636171031560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21114] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21114/stat : 21114 (java) S 21098 21100 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345967069 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 139636169980048 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21115] ppid=21098 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/21100/task/21115/stat : 21115 (java) S 21098 21100 17860 0 -1 4202560 805 0 0 0 8 0 0 0 20 0 18 0 345967069 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 139636168928184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21116] ppid=21098 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/21100/task/21116/stat : 21116 (java) S 21098 21100 17860 0 -1 4202560 985 0 0 0 7 0 0 0 20 0 18 0 345967069 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 139636167875384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21117] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21117/stat : 21117 (java) S 21098 21100 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345967069 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 139636166822776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21118] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21118/stat : 21118 (java) S 21098 21100 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345967069 2764726272 125260 33554432000 1073741824 1073778376 140734944405744 139635158150088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 2699928

[startup+3.10069 s]
/proc/loadavg: 2.00 2.16 2.83 3/212 21118
/proc/meminfo: memFree=26843648/32873648 swapFree=7116/7116
[pid=21100] ppid=21098 vsize=2699928 CPUtime=4.76 cores=1,3,5,7
/proc/21100/stat : 21100 (java) S 21098 21100 17860 0 -1 4202496 8144 0 1 0 441 35 0 0 20 0 18 0 345967062 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 140734944396880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21100/statm: 674982 190705 2237 9 0 665676 0
[pid=21100/tid=21102] ppid=21098 vsize=2699928 CPUtime=2.59 cores=1,3,5,7
/proc/21100/task/21102/stat : 21102 (java) R 21098 21100 17860 0 -1 4202560 2959 0 1 0 252 7 0 0 20 0 18 0 345967064 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 139636326809584 139636334582871 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21100/tid=21103] ppid=21098 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/21100/task/21103/stat : 21103 (java) S 21098 21100 17860 0 -1 4202560 114 0 0 0 23 5 0 0 20 0 18 0 345967065 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 139636311099944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21104] ppid=21098 vsize=2699928 CPUtime=0.21 cores=1,3,5,7
/proc/21100/task/21104/stat : 21104 (java) S 21098 21100 17860 0 -1 4202560 318 0 0 0 18 3 0 0 20 0 18 0 345967065 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 139636310047144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21100/tid=21105] ppid=21098 vsize=2699928 CPUtime=0.18 cores=1,3,5,7
/proc/21100/task/21105/stat : 21105 (java) S 21098 21100 17860 0 -1 4202560 76 0 0 0 15 3 0 0 20 0 18 0 345967065 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 139636308994344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21106] ppid=21098 vsize=2699928 CPUtime=0.19 cores=1,3,5,7
/proc/21100/task/21106/stat : 21106 (java) S 21098 21100 17860 0 -1 4202560 74 0 0 0 16 3 0 0 20 0 18 0 345967065 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 139636307941544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21107] ppid=21098 vsize=2699928 CPUtime=0.22 cores=1,3,5,7
/proc/21100/task/21107/stat : 21107 (java) S 21098 21100 17860 0 -1 4202560 486 0 0 0 19 3 0 0 20 0 18 0 345967065 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 139636306889768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21108] ppid=21098 vsize=2699928 CPUtime=0.21 cores=1,3,5,7
/proc/21100/task/21108/stat : 21108 (java) S 21098 21100 17860 0 -1 4202560 89 0 0 0 17 4 0 0 20 0 18 0 345967065 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 139636305836968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21100/tid=21109] ppid=21098 vsize=2699928 CPUtime=0.23 cores=1,3,5,7
/proc/21100/task/21109/stat : 21109 (java) S 21098 21100 17860 0 -1 4202560 324 0 0 0 18 5 0 0 20 0 18 0 345967065 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 139636304784168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21110] ppid=21098 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/21100/task/21110/stat : 21110 (java) S 21098 21100 17860 0 -1 4202560 320 0 0 0 21 3 0 0 20 0 18 0 345967065 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 139636303731368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21111] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21111/stat : 21111 (java) S 21098 21100 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345967066 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 139636173138408 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21112] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21112/stat : 21112 (java) S 21098 21100 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345967066 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 139636172084472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21113] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21113/stat : 21113 (java) S 21098 21100 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345967066 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 139636171031560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21114] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21114/stat : 21114 (java) S 21098 21100 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345967069 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 139636169980048 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21115] ppid=21098 vsize=2699928 CPUtime=0.14 cores=1,3,5,7
/proc/21100/task/21115/stat : 21115 (java) S 21098 21100 17860 0 -1 4202560 1102 0 0 0 14 0 0 0 20 0 18 0 345967069 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 139636168928184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21116] ppid=21098 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/21100/task/21116/stat : 21116 (java) S 21098 21100 17860 0 -1 4202560 1100 0 0 0 12 0 0 0 20 0 18 0 345967069 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 139636167875384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21117] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21117/stat : 21117 (java) S 21098 21100 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345967069 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 139636166822776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21118] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21118/stat : 21118 (java) S 21098 21100 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345967069 2764726272 190705 33554432000 1073741824 1073778376 140734944405744 139635158150088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 2699928

[startup+6.30061 s]
/proc/loadavg: 2.00 2.16 2.83 5/212 21118
/proc/meminfo: memFree=26360152/32873648 swapFree=7116/7116
[pid=21100] ppid=21098 vsize=2699928 CPUtime=13.11 cores=1,3,5,7
/proc/21100/stat : 21100 (java) S 21098 21100 17860 0 -1 4202496 30763 0 1 0 1252 59 0 0 20 0 18 0 345967062 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 140734944396880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21100/statm: 674982 280961 2256 9 0 665676 0
[pid=21100/tid=21102] ppid=21098 vsize=2699928 CPUtime=4.41 cores=1,3,5,7
/proc/21100/task/21102/stat : 21102 (java) S 21098 21100 17860 0 -1 4202560 2979 0 1 0 434 7 0 0 20 0 18 0 345967064 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 139636326816904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21103] ppid=21098 vsize=2699928 CPUtime=0.93 cores=1,3,5,7
/proc/21100/task/21103/stat : 21103 (java) R 21098 21100 17860 0 -1 4202560 398 0 0 0 86 7 0 0 20 0 18 0 345967065 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 139636311100120 139636330979983 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21100/tid=21104] ppid=21098 vsize=2699928 CPUtime=1 cores=1,3,5,7
/proc/21100/task/21104/stat : 21104 (java) S 21098 21100 17860 0 -1 4202560 764 0 0 0 94 6 0 0 20 0 18 0 345967065 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 139636310047144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21105] ppid=21098 vsize=2699928 CPUtime=0.77 cores=1,3,5,7
/proc/21100/task/21105/stat : 21105 (java) R 21098 21100 17860 0 -1 4202560 728 0 0 0 72 5 0 0 20 0 18 0 345967065 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 139636308994344 139636333326720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21106] ppid=21098 vsize=2699928 CPUtime=0.73 cores=1,3,5,7
/proc/21100/task/21106/stat : 21106 (java) R 21098 21100 17860 0 -1 4202560 659 0 0 0 68 5 0 0 20 0 18 0 345967065 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 139636307941544 214540792892 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21100/tid=21107] ppid=21098 vsize=2699928 CPUtime=0.96 cores=1,3,5,7
/proc/21100/task/21107/stat : 21107 (java) R 21098 21100 17860 0 -1 4202560 716 0 0 0 89 7 0 0 20 0 18 0 345967065 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 139636306889944 139636333714566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21100/tid=21108] ppid=21098 vsize=2699928 CPUtime=0.85 cores=1,3,5,7
/proc/21100/task/21108/stat : 21108 (java) R 21098 21100 17860 0 -1 4202560 845 0 0 0 79 6 0 0 20 0 18 0 345967065 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 139636305837144 139636333714348 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21109] ppid=21098 vsize=2699928 CPUtime=0.97 cores=1,3,5,7
/proc/21100/task/21109/stat : 21109 (java) R 21098 21100 17860 0 -1 4202560 698 0 0 0 88 9 0 0 20 0 18 0 345967065 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 139636304784344 139636333326758 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21110] ppid=21098 vsize=2699928 CPUtime=0.91 cores=1,3,5,7
/proc/21100/task/21110/stat : 21110 (java) R 21098 21100 17860 0 -1 4202560 663 0 0 0 85 6 0 0 20 0 18 0 345967065 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 139636303731368 214540794936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21100/tid=21111] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21111/stat : 21111 (java) S 21098 21100 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345967066 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 139636173137288 214540792892 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21100/tid=21112] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21112/stat : 21112 (java) S 21098 21100 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345967066 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 139636172084472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21113] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21113/stat : 21113 (java) S 21098 21100 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345967066 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 139636171031560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21114] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21114/stat : 21114 (java) S 21098 21100 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345967069 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 139636169980048 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21115] ppid=21098 vsize=2699928 CPUtime=0.81 cores=1,3,5,7
/proc/21100/task/21115/stat : 21115 (java) S 21098 21100 17860 0 -1 4202560 10601 0 0 0 80 1 0 0 20 0 18 0 345967069 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 139636168928184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21116] ppid=21098 vsize=2699928 CPUtime=0.64 cores=1,3,5,7
/proc/21100/task/21116/stat : 21116 (java) S 21098 21100 17860 0 -1 4202560 10529 0 0 0 62 2 0 0 20 0 18 0 345967069 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 139636167875384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21117] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21117/stat : 21117 (java) S 21098 21100 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345967069 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 139636166822776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21118] ppid=21098 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21118/stat : 21118 (java) S 21098 21100 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345967069 2764726272 280961 33554432000 1073741824 1073778376 140734944405744 139635158150088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 13.11
Current children cumulated vsize (KiB) 2699928

[startup+12.7006 s]
/proc/loadavg: 2.00 2.16 2.82 3/212 21118
/proc/meminfo: memFree=26018496/32873648 swapFree=7116/7116
[pid=21100] ppid=21098 vsize=2699928 CPUtime=23.48 cores=1,3,5,7
/proc/21100/stat : 21100 (java) S 21098 21100 17860 0 -1 4202496 32896 0 1 0 2263 85 0 0 20 0 18 0 345967062 2764726272 359498 33554432000 1073741824 1073778376 140734944405744 140734944396880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21100/statm: 674982 359498 2264 9 0 665676 0
[pid=21100/tid=21102] ppid=21098 vsize=2699928 CPUtime=6.86 cores=1,3,5,7

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

/proc/21100/task/21103/stat : 21103 (java) S 21098 21100 17860 0 -1 4202560 660 0 0 0 154 12 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636311099944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21104] ppid=21098 vsize=2766492 CPUtime=1.72 cores=1,3,5,7
/proc/21100/task/21104/stat : 21104 (java) S 21098 21100 17860 0 -1 4202560 1177 0 0 0 164 8 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636310047144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21105] ppid=21098 vsize=2766492 CPUtime=1.49 cores=1,3,5,7
/proc/21100/task/21105/stat : 21105 (java) S 21098 21100 17860 0 -1 4202560 804 0 0 0 141 8 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636308994344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21106] ppid=21098 vsize=2766492 CPUtime=1.42 cores=1,3,5,7
/proc/21100/task/21106/stat : 21106 (java) S 21098 21100 17860 0 -1 4202560 880 0 0 0 135 7 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636307941544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21107] ppid=21098 vsize=2766492 CPUtime=1.66 cores=1,3,5,7
/proc/21100/task/21107/stat : 21107 (java) S 21098 21100 17860 0 -1 4202560 1129 0 0 0 156 10 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636306889768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21108] ppid=21098 vsize=2766492 CPUtime=1.39 cores=1,3,5,7
/proc/21100/task/21108/stat : 21108 (java) S 21098 21100 17860 0 -1 4202560 1007 0 0 0 132 7 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636305836968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21109] ppid=21098 vsize=2766492 CPUtime=1.52 cores=1,3,5,7
/proc/21100/task/21109/stat : 21109 (java) S 21098 21100 17860 0 -1 4202560 951 0 0 0 141 11 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636304784168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21110] ppid=21098 vsize=2766492 CPUtime=1.51 cores=1,3,5,7
/proc/21100/task/21110/stat : 21110 (java) S 21098 21100 17860 0 -1 4202560 949 0 0 0 143 8 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636303731368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21111] ppid=21098 vsize=2766492 CPUtime=446.74 cores=1,3,5,7
/proc/21100/task/21111/stat : 21111 (java) R 21098 21100 17860 0 -1 4202560 85 0 0 0 44666 8 0 0 20 0 19 0 345967066 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636173138224 139636333672688 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21100/tid=21112] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21112/stat : 21112 (java) S 21098 21100 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345967066 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636172084472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21113] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21113/stat : 21113 (java) S 21098 21100 17860 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345967066 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636171029784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21114] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21114/stat : 21114 (java) S 21098 21100 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636169980048 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21115] ppid=21098 vsize=2766492 CPUtime=0.84 cores=1,3,5,7
/proc/21100/task/21115/stat : 21115 (java) S 21098 21100 17860 0 -1 4202560 10602 0 0 0 82 2 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636168928184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21116] ppid=21098 vsize=2766492 CPUtime=0.64 cores=1,3,5,7
/proc/21100/task/21116/stat : 21116 (java) S 21098 21100 17860 0 -1 4202560 10529 0 0 0 62 2 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636167875384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21117] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21117/stat : 21117 (java) S 21098 21100 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636166822776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21118] ppid=21098 vsize=2766492 CPUtime=0.21 cores=1,3,5,7
/proc/21100/task/21118/stat : 21118 (java) S 21098 21100 17860 0 -1 4202560 27 0 0 0 7 14 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139635158150088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21124] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21124/stat : 21124 (java) S 21098 21100 17860 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346011752 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139635157093800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 473.55
Current children cumulated vsize (KiB) 2766492

[startup+464.201 s]
/proc/loadavg: 2.00 2.02 2.49 3/212 21124
/proc/meminfo: memFree=26003964/32873648 swapFree=7116/7116
[pid=21100] ppid=21098 vsize=2766492 CPUtime=475.15 cores=1,3,5,7
/proc/21100/stat : 21100 (java) S 21098 21100 17860 0 -1 4202496 33108 0 1 0 47413 102 0 0 20 0 19 0 345967062 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 140734944396880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21100/statm: 691623 363100 2264 9 0 682317 0
[pid=21100/tid=21102] ppid=21098 vsize=2766492 CPUtime=12.63 cores=1,3,5,7
/proc/21100/task/21102/stat : 21102 (java) S 21098 21100 17860 0 -1 4202560 3122 0 1 0 1252 11 0 0 20 0 19 0 345967064 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636326819000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21103] ppid=21098 vsize=2766492 CPUtime=1.66 cores=1,3,5,7
/proc/21100/task/21103/stat : 21103 (java) S 21098 21100 17860 0 -1 4202560 660 0 0 0 154 12 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636311099944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21104] ppid=21098 vsize=2766492 CPUtime=1.72 cores=1,3,5,7
/proc/21100/task/21104/stat : 21104 (java) S 21098 21100 17860 0 -1 4202560 1177 0 0 0 164 8 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636310047144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21105] ppid=21098 vsize=2766492 CPUtime=1.49 cores=1,3,5,7
/proc/21100/task/21105/stat : 21105 (java) S 21098 21100 17860 0 -1 4202560 804 0 0 0 141 8 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636308994344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21106] ppid=21098 vsize=2766492 CPUtime=1.42 cores=1,3,5,7
/proc/21100/task/21106/stat : 21106 (java) S 21098 21100 17860 0 -1 4202560 880 0 0 0 135 7 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636307941544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21107] ppid=21098 vsize=2766492 CPUtime=1.66 cores=1,3,5,7
/proc/21100/task/21107/stat : 21107 (java) S 21098 21100 17860 0 -1 4202560 1129 0 0 0 156 10 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636306889768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21108] ppid=21098 vsize=2766492 CPUtime=1.39 cores=1,3,5,7
/proc/21100/task/21108/stat : 21108 (java) S 21098 21100 17860 0 -1 4202560 1007 0 0 0 132 7 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636305836968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21109] ppid=21098 vsize=2766492 CPUtime=1.52 cores=1,3,5,7
/proc/21100/task/21109/stat : 21109 (java) S 21098 21100 17860 0 -1 4202560 951 0 0 0 141 11 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636304784168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21110] ppid=21098 vsize=2766492 CPUtime=1.51 cores=1,3,5,7
/proc/21100/task/21110/stat : 21110 (java) S 21098 21100 17860 0 -1 4202560 949 0 0 0 143 8 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636303731368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21111] ppid=21098 vsize=2766492 CPUtime=448.34 cores=1,3,5,7
/proc/21100/task/21111/stat : 21111 (java) R 21098 21100 17860 0 -1 4202560 85 0 0 0 44826 8 0 0 20 0 19 0 345967066 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636173138224 214537093576 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21100/tid=21112] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21112/stat : 21112 (java) S 21098 21100 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345967066 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636172084472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21113] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21113/stat : 21113 (java) S 21098 21100 17860 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345967066 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636171029784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21114] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21114/stat : 21114 (java) S 21098 21100 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636169980048 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21115] ppid=21098 vsize=2766492 CPUtime=0.84 cores=1,3,5,7
/proc/21100/task/21115/stat : 21115 (java) S 21098 21100 17860 0 -1 4202560 10602 0 0 0 82 2 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636168928184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21116] ppid=21098 vsize=2766492 CPUtime=0.64 cores=1,3,5,7
/proc/21100/task/21116/stat : 21116 (java) S 21098 21100 17860 0 -1 4202560 10529 0 0 0 62 2 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636167875384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21117] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21117/stat : 21117 (java) S 21098 21100 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636166822776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21118] ppid=21098 vsize=2766492 CPUtime=0.21 cores=1,3,5,7
/proc/21100/task/21118/stat : 21118 (java) S 21098 21100 17860 0 -1 4202560 27 0 0 0 7 14 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139635158150088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21124] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21124/stat : 21124 (java) S 21098 21100 17860 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346011752 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139635157093800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 475.15
Current children cumulated vsize (KiB) 2766492

[startup+464.601 s]
/proc/loadavg: 2.00 2.02 2.49 3/212 21124
/proc/meminfo: memFree=26003964/32873648 swapFree=7116/7116
[pid=21100] ppid=21098 vsize=2766492 CPUtime=475.55 cores=1,3,5,7
/proc/21100/stat : 21100 (java) S 21098 21100 17860 0 -1 4202496 33108 0 1 0 47453 102 0 0 20 0 19 0 345967062 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 140734944396880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21100/statm: 691623 363100 2264 9 0 682317 0
[pid=21100/tid=21102] ppid=21098 vsize=2766492 CPUtime=12.63 cores=1,3,5,7
/proc/21100/task/21102/stat : 21102 (java) S 21098 21100 17860 0 -1 4202560 3122 0 1 0 1252 11 0 0 20 0 19 0 345967064 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636326819000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21103] ppid=21098 vsize=2766492 CPUtime=1.66 cores=1,3,5,7
/proc/21100/task/21103/stat : 21103 (java) S 21098 21100 17860 0 -1 4202560 660 0 0 0 154 12 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636311099944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21104] ppid=21098 vsize=2766492 CPUtime=1.72 cores=1,3,5,7
/proc/21100/task/21104/stat : 21104 (java) S 21098 21100 17860 0 -1 4202560 1177 0 0 0 164 8 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636310047144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21105] ppid=21098 vsize=2766492 CPUtime=1.49 cores=1,3,5,7
/proc/21100/task/21105/stat : 21105 (java) S 21098 21100 17860 0 -1 4202560 804 0 0 0 141 8 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636308994344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21106] ppid=21098 vsize=2766492 CPUtime=1.42 cores=1,3,5,7
/proc/21100/task/21106/stat : 21106 (java) S 21098 21100 17860 0 -1 4202560 880 0 0 0 135 7 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636307941544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21107] ppid=21098 vsize=2766492 CPUtime=1.66 cores=1,3,5,7
/proc/21100/task/21107/stat : 21107 (java) S 21098 21100 17860 0 -1 4202560 1129 0 0 0 156 10 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636306889768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21108] ppid=21098 vsize=2766492 CPUtime=1.39 cores=1,3,5,7
/proc/21100/task/21108/stat : 21108 (java) S 21098 21100 17860 0 -1 4202560 1007 0 0 0 132 7 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636305836968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21109] ppid=21098 vsize=2766492 CPUtime=1.52 cores=1,3,5,7
/proc/21100/task/21109/stat : 21109 (java) S 21098 21100 17860 0 -1 4202560 951 0 0 0 141 11 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636304784168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21110] ppid=21098 vsize=2766492 CPUtime=1.51 cores=1,3,5,7
/proc/21100/task/21110/stat : 21110 (java) S 21098 21100 17860 0 -1 4202560 949 0 0 0 143 8 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636303731368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21111] ppid=21098 vsize=2766492 CPUtime=448.74 cores=1,3,5,7
/proc/21100/task/21111/stat : 21111 (java) R 21098 21100 17860 0 -1 4202560 85 0 0 0 44866 8 0 0 20 0 19 0 345967066 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636173138224 214537087005 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21100/tid=21112] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21112/stat : 21112 (java) S 21098 21100 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345967066 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636172084472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21113] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21113/stat : 21113 (java) S 21098 21100 17860 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345967066 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636171029784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21114] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21114/stat : 21114 (java) S 21098 21100 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636169980048 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21115] ppid=21098 vsize=2766492 CPUtime=0.84 cores=1,3,5,7
/proc/21100/task/21115/stat : 21115 (java) S 21098 21100 17860 0 -1 4202560 10602 0 0 0 82 2 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636168928184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21116] ppid=21098 vsize=2766492 CPUtime=0.64 cores=1,3,5,7
/proc/21100/task/21116/stat : 21116 (java) S 21098 21100 17860 0 -1 4202560 10529 0 0 0 62 2 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636167875384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21117] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21117/stat : 21117 (java) S 21098 21100 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636166822776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21118] ppid=21098 vsize=2766492 CPUtime=0.21 cores=1,3,5,7
/proc/21100/task/21118/stat : 21118 (java) S 21098 21100 17860 0 -1 4202560 27 0 0 0 7 14 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139635158150088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21124] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21124/stat : 21124 (java) S 21098 21100 17860 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346011752 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139635157093800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 475.55
Current children cumulated vsize (KiB) 2766492

[startup+464.801 s]
/proc/loadavg: 2.00 2.02 2.49 3/212 21124
/proc/meminfo: memFree=26003964/32873648 swapFree=7116/7116
[pid=21100] ppid=21098 vsize=2766492 CPUtime=475.75 cores=1,3,5,7
/proc/21100/stat : 21100 (java) S 21098 21100 17860 0 -1 4202496 33108 0 1 0 47473 102 0 0 20 0 19 0 345967062 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 140734944396880 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21100/statm: 691623 363100 2264 9 0 682317 0
[pid=21100/tid=21102] ppid=21098 vsize=2766492 CPUtime=12.63 cores=1,3,5,7
/proc/21100/task/21102/stat : 21102 (java) S 21098 21100 17860 0 -1 4202560 3122 0 1 0 1252 11 0 0 20 0 19 0 345967064 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636326819000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21103] ppid=21098 vsize=2766492 CPUtime=1.66 cores=1,3,5,7
/proc/21100/task/21103/stat : 21103 (java) S 21098 21100 17860 0 -1 4202560 660 0 0 0 154 12 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636311099944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21104] ppid=21098 vsize=2766492 CPUtime=1.72 cores=1,3,5,7
/proc/21100/task/21104/stat : 21104 (java) S 21098 21100 17860 0 -1 4202560 1177 0 0 0 164 8 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636310047144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21105] ppid=21098 vsize=2766492 CPUtime=1.49 cores=1,3,5,7
/proc/21100/task/21105/stat : 21105 (java) S 21098 21100 17860 0 -1 4202560 804 0 0 0 141 8 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636308994344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21106] ppid=21098 vsize=2766492 CPUtime=1.42 cores=1,3,5,7
/proc/21100/task/21106/stat : 21106 (java) S 21098 21100 17860 0 -1 4202560 880 0 0 0 135 7 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636307941544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21107] ppid=21098 vsize=2766492 CPUtime=1.66 cores=1,3,5,7
/proc/21100/task/21107/stat : 21107 (java) S 21098 21100 17860 0 -1 4202560 1129 0 0 0 156 10 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636306889768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21108] ppid=21098 vsize=2766492 CPUtime=1.39 cores=1,3,5,7
/proc/21100/task/21108/stat : 21108 (java) S 21098 21100 17860 0 -1 4202560 1007 0 0 0 132 7 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636305836968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21109] ppid=21098 vsize=2766492 CPUtime=1.52 cores=1,3,5,7
/proc/21100/task/21109/stat : 21109 (java) S 21098 21100 17860 0 -1 4202560 951 0 0 0 141 11 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636304784168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21100/tid=21110] ppid=21098 vsize=2766492 CPUtime=1.51 cores=1,3,5,7
/proc/21100/task/21110/stat : 21110 (java) S 21098 21100 17860 0 -1 4202560 949 0 0 0 143 8 0 0 20 0 19 0 345967065 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636303731368 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21111] ppid=21098 vsize=2766492 CPUtime=448.94 cores=1,3,5,7
/proc/21100/task/21111/stat : 21111 (java) R 21098 21100 17860 0 -1 4202560 85 0 0 0 44886 8 0 0 20 0 19 0 345967066 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636173138224 139636332942720 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21100/tid=21112] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21112/stat : 21112 (java) S 21098 21100 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345967066 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636172084472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21113] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21113/stat : 21113 (java) S 21098 21100 17860 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345967066 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636171029784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21114] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21114/stat : 21114 (java) S 21098 21100 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636169980048 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21115] ppid=21098 vsize=2766492 CPUtime=0.84 cores=1,3,5,7
/proc/21100/task/21115/stat : 21115 (java) S 21098 21100 17860 0 -1 4202560 10602 0 0 0 82 2 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636168928184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21116] ppid=21098 vsize=2766492 CPUtime=0.64 cores=1,3,5,7
/proc/21100/task/21116/stat : 21116 (java) S 21098 21100 17860 0 -1 4202560 10529 0 0 0 62 2 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636167875384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21100/tid=21117] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21117/stat : 21117 (java) S 21098 21100 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139636166822776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21118] ppid=21098 vsize=2766492 CPUtime=0.21 cores=1,3,5,7
/proc/21100/task/21118/stat : 21118 (java) S 21098 21100 17860 0 -1 4202560 27 0 0 0 7 14 0 0 20 0 19 0 345967069 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139635158150088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21100/tid=21124] ppid=21098 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/21100/task/21124/stat : 21124 (java) S 21098 21100 17860 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346011752 2832887808 363100 33554432000 1073741824 1073778376 140734944405744 139635157093800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 475.75
Current children cumulated vsize (KiB) 2766492

Child status: 1
Real time (s): 464.817
CPU time (s): 475.893
CPU user time (s): 474.68
CPU system time (s): 1.21281
CPU usage (%): 102.383
Max. virtual memory (cumulated for all children) (KiB): 2766492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 474.68
system time used= 1.21281
maximum resident set size= 1452404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33114
page faults= 1
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10873
involuntary context switches= 4526

runsolver used 0.91986 second user time and 2.44363 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 10:26:56
IDJOB=3743932
IDBENCH=92650
IDSOLVER=2324
FILE ID=node127/3743932-1338798411
RUNJOBID= node127-1338781344-17877
PBS_JOBID= 14636831
Free space on /tmp= 70048 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_0_mh.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743932-1338798411/watcher-3743932-1338798411 -o /tmp/evaluation-result-3743932-1338798411/solver-3743932-1338798411 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743932-1338798411.opb

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

MD5SUM BENCH= fa15dfc7844dffcfc27adc27005c5c95
RANDOM SEED=1385246141

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.91
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.348
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.91
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.348
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.348
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:       32873648 kB
MemFree:        27449112 kB
Buffers:          433780 kB
Cached:          2646384 kB
SwapCached:         1428 kB
Active:          2942432 kB
Inactive:        1580716 kB
Active(anon):    1437128 kB
Inactive(anon):     7952 kB
Active(file):    1505304 kB
Inactive(file):  1572764 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:            222264 kB
Writeback:             0 kB
AnonPages:       1463024 kB
Mapped:            18960 kB
Shmem:                92 kB
Slab:             751128 kB
SReclaimable:     194380 kB
SUnreclaim:       556748 kB
KernelStack:        1592 kB
PageTables:         7080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1567732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1390592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70048 MiB
End job on node127 at 2012-06-04 10:34:41