Trace number 3743836

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? 388.12 379.185

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_ic.opb
MD5SUM7ed2b2aa8756f56877f04170049c9b74
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18641903
Best CPU time to get the best result obtained on this benchmark1800.72
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 179144885896
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 179144885896
Number of bits of the biggest sum of numbers38
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.2.0.v20100531
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	
0.08/0.12	c solving HOME/instance-3743836-1338797624.opb
0.08/0.12	c reading problem ... 
365.60/356.64	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
365.60/356.64		at java.math.BigInteger.<init>(BigInteger.java:309)
365.60/356.64		at java.math.BigInteger.<init>(BigInteger.java:451)
365.60/356.64		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
365.60/356.64		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
365.60/356.64		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
365.60/356.64		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
365.60/356.64		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
365.60/356.64		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
365.60/356.64		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
365.60/356.64		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
365.60/356.64		at org.sat4j.AbstractLauncher.run(Unknown Source)
365.60/356.64		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
373.50/364.57	c starts		: 0
373.50/364.57	c conflicts		: 0
373.50/364.57	c decisions		: 0
388.12/379.17	c propagations		: 0
388.12/379.17	c inspects		: 0
388.12/379.17	c learnt literals	: 0
388.12/379.17	c learnt binary clauses	: 0
388.12/379.17	c learnt ternary clauses	: 0
388.12/379.17	c learnt clauses	: 0
388.12/379.17	c ignored clauses	: 0
388.12/379.17	c root simplifications	: 0
388.12/379.17	c removed literals (reason simplification)	: 0
388.12/379.17	c reason swapping (by a shorter reason)	: 0
388.12/379.17	c Calls to reduceDB	: 0
388.12/379.17	c number of reductions to clauses (during analyze)	: 0
388.12/379.17	c number of learned constraints concerned by reduction	: 0
388.12/379.17	c number of learning phase by resolution	: 0
388.12/379.17	c number of learning phase by cutting planes	: 0
388.12/379.17	c speed (assignments/second)	: 0.0
388.12/379.17	c non guided choices	0
388.12/379.17	c learnt constraints type 
388.12/379.17	c constraints type 
388.12/379.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 354143
388.12/379.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
388.12/379.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39700
388.12/379.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 975450
388.12/379.17	c constraints type 
388.12/379.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39700
388.12/379.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 354143
388.12/379.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
388.12/379.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 975450
388.12/379.17	s UNKNOWN
388.12/379.17	c Total wall clock time (in seconds): 379.053

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-3743836-1338797624/watcher-3743836-1338797624 -o /tmp/evaluation-result-3743836-1338797624/solver-3743836-1338797624 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743836-1338797624.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.21 3.63 3.79 3/197 11418
/proc/meminfo: memFree=26075012/32873844 swapFree=7384/7384
[pid=11418] ppid=11416 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11418/stat : 11418 (java6) D 11416 11418 9217 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 345888169 9515008 182 33554432000 1073741824 1073778376 140737232862848 140737232853880 239873113781 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/11418/statm: 2323 182 140 9 0 71 0

[startup+0.02663 s]
/proc/loadavg: 3.21 3.63 3.79 3/197 11418
/proc/meminfo: memFree=26075012/32873844 swapFree=7384/7384
[pid=11418] ppid=11416 vsize=2156296 CPUtime=0 cores=0,2,4,6
/proc/11418/stat : 11418 (java) S 11416 11418 9217 0 -1 4202496 2848 0 1 0 0 0 0 0 20 0 10 0 345888169 2208047104 2527 33554432000 1073741824 1073778376 140736267942064 140736267933200 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11418/statm: 539074 2530 1003 9 0 530183 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2156296

[startup+0.100238 s]
/proc/loadavg: 3.21 3.63 3.79 3/197 11418
/proc/meminfo: memFree=26075012/32873844 swapFree=7384/7384
[pid=11418] ppid=11416 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/11418/stat : 11418 (java) S 11416 11418 9217 0 -1 4202496 4686 0 1 0 7 1 0 0 20 0 18 0 345888169 2764726272 5891 33554432000 1073741824 1073778376 140736267942064 140736267933200 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11418/statm: 674982 5896 2078 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300228 s]
/proc/loadavg: 3.21 3.63 3.79 3/197 11418
/proc/meminfo: memFree=26075012/32873844 swapFree=7384/7384
[pid=11418] ppid=11416 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/11418/stat : 11418 (java) S 11416 11418 9217 0 -1 4202496 5855 0 1 0 43 2 0 0 20 0 18 0 345888169 2764726272 21876 33554432000 1073741824 1073778376 140736267942064 140736267933200 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11418/statm: 674982 21876 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.700299 s]
/proc/loadavg: 3.21 3.63 3.79 3/197 11418
/proc/meminfo: memFree=26075012/32873844 swapFree=7384/7384
[pid=11418] ppid=11416 vsize=2699928 CPUtime=1.5 cores=0,2,4,6
/proc/11418/stat : 11418 (java) S 11416 11418 9217 0 -1 4202496 20803 0 1 0 144 6 0 0 20 0 18 0 345888169 2764726272 53648 33554432000 1073741824 1073778376 140736267942064 140736267933200 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11418/statm: 674982 53648 2239 9 0 665676 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2699928

[startup+1.5007 s]
/proc/loadavg: 3.21 3.63 3.79 5/215 11436
/proc/meminfo: memFree=25777076/32873844 swapFree=7384/7384
[pid=11418] ppid=11416 vsize=2699928 CPUtime=3.18 cores=0,2,4,6
/proc/11418/stat : 11418 (java) S 11416 11418 9217 0 -1 4202496 23809 0 1 0 301 17 0 0 20 0 18 0 345888169 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 140736267933200 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11418/statm: 674982 124950 2256 9 0 665676 0
[pid=11418/tid=11420] ppid=11416 vsize=2699928 CPUtime=1.35 cores=0,2,4,6
/proc/11418/task/11420/stat : 11420 (java) R 11416 11418 9217 0 -1 4202560 3021 0 1 0 128 7 0 0 20 0 18 0 345888170 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 139954189323400 139954129424886 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11421] ppid=11416 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/11418/task/11421/stat : 11421 (java) S 11416 11418 9217 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 345888171 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 139954128055080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11422] ppid=11416 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/11418/task/11422/stat : 11422 (java) S 11416 11418 9217 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 345888171 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 139954054691496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11423] ppid=11416 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/11418/task/11423/stat : 11423 (java) S 11416 11418 9217 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 18 0 345888171 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 139954053639208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11418/tid=11424] ppid=11416 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/11418/task/11424/stat : 11424 (java) S 11416 11418 9217 0 -1 4202560 44 0 0 0 8 1 0 0 20 0 18 0 345888171 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 139954052586408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11425] ppid=11416 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/11418/task/11425/stat : 11425 (java) S 11416 11418 9217 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 18 0 345888171 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 139954051533096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11426] ppid=11416 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/11418/task/11426/stat : 11426 (java) S 11416 11418 9217 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 18 0 345888171 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 139954050480296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11418/tid=11427] ppid=11416 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/11418/task/11427/stat : 11427 (java) S 11416 11418 9217 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 18 0 345888171 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 139954049428008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11428] ppid=11416 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/11418/task/11428/stat : 11428 (java) S 11416 11418 9217 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 345888171 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 139954048375208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11429] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11429/stat : 11429 (java) S 11416 11418 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345888172 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 139954036177640 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11430] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11430/stat : 11430 (java) S 11416 11418 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345888173 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 139954035123704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11431] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11431/stat : 11431 (java) S 11416 11418 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345888173 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 139954034071304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11432] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11432/stat : 11432 (java) S 11416 11418 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345888175 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 139954033019792 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11433] ppid=11416 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/11418/task/11433/stat : 11433 (java) S 11416 11418 9217 0 -1 4202560 10364 0 0 0 71 2 0 0 20 0 18 0 345888175 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 139954031966392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11434] ppid=11416 vsize=2699928 CPUtime=0.64 cores=0,2,4,6
/proc/11418/task/11434/stat : 11434 (java) S 11416 11418 9217 0 -1 4202560 9082 0 0 0 62 2 0 0 20 0 18 0 345888175 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 139954030913592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11435] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11435/stat : 11435 (java) S 11416 11418 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345888175 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 139954029861496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11436] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11436/stat : 11436 (java) S 11416 11418 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345888175 2764726272 124950 33554432000 1073741824 1073778376 140736267942064 139954028808904 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 2699928

[startup+3.10064 s]
/proc/loadavg: 3.21 3.63 3.79 11/215 11436
/proc/meminfo: memFree=25511764/32873844 swapFree=7384/7384
[pid=11418] ppid=11416 vsize=2699928 CPUtime=5.96 cores=0,2,4,6
/proc/11418/stat : 11418 (java) S 11416 11418 9217 0 -1 4202496 24362 0 1 0 554 42 0 0 20 0 18 0 345888169 2764726272 186519 33554432000 1073741824 1073778376 140736267942064 140736267933200 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11418/statm: 674982 186522 2256 9 0 665676 0
[pid=11418/tid=11420] ppid=11416 vsize=2699928 CPUtime=2.54 cores=0,2,4,6
/proc/11418/task/11420/stat : 11420 (java) S 11416 11418 9217 0 -1 4202560 3022 0 1 0 247 7 0 0 20 0 18 0 345888170 2764726272 186522 33554432000 1073741824 1073778376 140736267942064 139954189323800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11421] ppid=11416 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/11418/task/11421/stat : 11421 (java) R 11416 11418 9217 0 -1 4202560 96 0 0 0 24 5 0 0 20 0 18 0 345888171 2764726272 186523 33554432000 1073741824 1073778376 140736267942064 139954128055256 139954193500335 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11418/tid=11422] ppid=11416 vsize=2699928 CPUtime=0.17 cores=0,2,4,6
/proc/11418/task/11422/stat : 11422 (java) R 11416 11418 9217 0 -1 4202560 58 0 0 0 14 3 0 0 20 0 18 0 345888171 2764726272 186524 33554432000 1073741824 1073778376 140736267942064 139954054691672 139954195833136 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11423] ppid=11416 vsize=2699928 CPUtime=0.35 cores=0,2,4,6
/proc/11418/task/11423/stat : 11423 (java) R 11416 11418 9217 0 -1 4202560 103 0 0 0 29 6 0 0 20 0 18 0 345888171 2764726272 186526 33554432000 1073741824 1073778376 140736267942064 139954053639384 139954193500335 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11418/tid=11424] ppid=11416 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/11418/task/11424/stat : 11424 (java) R 11416 11418 9217 0 -1 4202560 101 0 0 0 27 5 0 0 20 0 18 0 345888171 2764726272 186527 33554432000 1073741824 1073778376 140736267942064 139954052586584 139954193500335 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11418/tid=11425] ppid=11416 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/11418/task/11425/stat : 11425 (java) R 11416 11418 9217 0 -1 4202560 56 0 0 0 15 3 0 0 20 0 18 0 345888171 2764726272 186527 33554432000 1073741824 1073778376 140736267942064 139954051532976 139954196220654 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11426] ppid=11416 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/11418/task/11426/stat : 11426 (java) R 11416 11418 9217 0 -1 4202560 58 0 0 0 15 3 0 0 20 0 18 0 345888171 2764726272 186529 33554432000 1073741824 1073778376 140736267942064 139954050480472 139954191795840 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11427] ppid=11416 vsize=2699928 CPUtime=0.21 cores=0,2,4,6
/proc/11418/task/11427/stat : 11427 (java) R 11416 11418 9217 0 -1 4202560 177 0 0 0 18 3 0 0 20 0 18 0 345888171 2764726272 186530 33554432000 1073741824 1073778376 140736267942064 139954049428184 139954192603036 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11428] ppid=11416 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/11418/task/11428/stat : 11428 (java) R 11416 11418 9217 0 -1 4202560 71 0 0 0 15 4 0 0 20 0 18 0 345888171 2764726272 186531 33554432000 1073741824 1073778376 140736267942064 139954048375384 139954193500335 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11418/tid=11429] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11429/stat : 11429 (java) S 11416 11418 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345888172 2764726272 186532 33554432000 1073741824 1073778376 140736267942064 139954036176520 239876486204 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11430] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11430/stat : 11430 (java) S 11416 11418 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345888173 2764726272 186533 33554432000 1073741824 1073778376 140736267942064 139954035123704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11431] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11431/stat : 11431 (java) S 11416 11418 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345888173 2764726272 186534 33554432000 1073741824 1073778376 140736267942064 139954034071304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11432] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11432/stat : 11432 (java) S 11416 11418 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345888175 2764726272 186535 33554432000 1073741824 1073778376 140736267942064 139954033019792 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11433] ppid=11416 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/11418/task/11433/stat : 11433 (java) S 11416 11418 9217 0 -1 4202560 10364 0 0 0 71 2 0 0 20 0 18 0 345888175 2764726272 186536 33554432000 1073741824 1073778376 140736267942064 139954031966392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11434] ppid=11416 vsize=2699928 CPUtime=0.64 cores=0,2,4,6
/proc/11418/task/11434/stat : 11434 (java) S 11416 11418 9217 0 -1 4202560 9082 0 0 0 62 2 0 0 20 0 18 0 345888175 2764726272 186537 33554432000 1073741824 1073778376 140736267942064 139954030913592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11435] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11435/stat : 11435 (java) S 11416 11418 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345888175 2764726272 186538 33554432000 1073741824 1073778376 140736267942064 139954029861496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11436] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11436/stat : 11436 (java) S 11416 11418 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345888175 2764726272 186539 33554432000 1073741824 1073778376 140736267942064 139954028808904 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 2699928

[startup+6.30065 s]
/proc/loadavg: 3.75 3.74 3.82 4/215 11436
/proc/meminfo: memFree=25052588/32873844 swapFree=7384/7384
[pid=11418] ppid=11416 vsize=2699928 CPUtime=12.27 cores=0,2,4,6
/proc/11418/stat : 11418 (java) S 11416 11418 9217 0 -1 4202496 25433 0 1 0 1149 78 0 0 20 0 18 0 345888169 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 140736267933200 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11418/statm: 674982 279676 2256 9 0 665676 0
[pid=11418/tid=11420] ppid=11416 vsize=2699928 CPUtime=4.68 cores=0,2,4,6
/proc/11418/task/11420/stat : 11420 (java) S 11416 11418 9217 0 -1 4202560 3026 0 1 0 461 7 0 0 20 0 18 0 345888170 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 139954189323880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11421] ppid=11416 vsize=2699928 CPUtime=1.08 cores=0,2,4,6
/proc/11418/task/11421/stat : 11421 (java) R 11416 11418 9217 0 -1 4202560 468 0 0 0 96 12 0 0 20 0 18 0 345888171 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 139954128055256 139954195833248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11422] ppid=11416 vsize=2699928 CPUtime=0.79 cores=0,2,4,6
/proc/11418/task/11422/stat : 11422 (java) R 11416 11418 9217 0 -1 4202560 168 0 0 0 70 9 0 0 20 0 18 0 345888171 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 139954054691672 239873068167 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11423] ppid=11416 vsize=2699928 CPUtime=0.69 cores=0,2,4,6
/proc/11418/task/11423/stat : 11423 (java) R 11416 11418 9217 0 -1 4202560 152 0 0 0 61 8 0 0 20 0 18 0 345888171 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 139954053639336 239873068167 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11424] ppid=11416 vsize=2699928 CPUtime=0.86 cores=0,2,4,6
/proc/11418/task/11424/stat : 11424 (java) R 11416 11418 9217 0 -1 4202560 199 0 0 0 76 10 0 0 20 0 18 0 345888171 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 139954052586584 139954191884235 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11418/tid=11425] ppid=11416 vsize=2699928 CPUtime=0.58 cores=0,2,4,6
/proc/11418/task/11425/stat : 11425 (java) R 11416 11418 9217 0 -1 4202560 112 0 0 0 51 7 0 0 20 0 18 0 345888171 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 139954051533272 139954191884498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11426] ppid=11416 vsize=2699928 CPUtime=0.57 cores=0,2,4,6
/proc/11418/task/11426/stat : 11426 (java) R 11416 11418 9217 0 -1 4202560 120 0 0 0 51 6 0 0 20 0 18 0 345888171 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 139954050480472 139954193500335 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11427] ppid=11416 vsize=2699928 CPUtime=0.69 cores=0,2,4,6
/proc/11418/task/11427/stat : 11427 (java) R 11416 11418 9217 0 -1 4202560 377 0 0 0 62 7 0 0 20 0 18 0 345888171 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 139954049428136 239873068167 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11428] ppid=11416 vsize=2699928 CPUtime=0.79 cores=0,2,4,6
/proc/11418/task/11428/stat : 11428 (java) R 11416 11418 9217 0 -1 4202560 180 0 0 0 70 9 0 0 20 0 18 0 345888171 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 139954048375088 139954193500335 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11418/tid=11429] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11429/stat : 11429 (java) S 11416 11418 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345888172 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 139954036176520 239876486204 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11418/tid=11430] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11430/stat : 11430 (java) S 11416 11418 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345888173 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 139954035123704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11431] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11431/stat : 11431 (java) S 11416 11418 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345888173 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 139954034071304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11432] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11432/stat : 11432 (java) S 11416 11418 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345888175 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 139954033019792 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11433] ppid=11416 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/11418/task/11433/stat : 11433 (java) S 11416 11418 9217 0 -1 4202560 10364 0 0 0 71 2 0 0 20 0 18 0 345888175 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 139954031966392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11434] ppid=11416 vsize=2699928 CPUtime=0.64 cores=0,2,4,6
/proc/11418/task/11434/stat : 11434 (java) S 11416 11418 9217 0 -1 4202560 9082 0 0 0 62 2 0 0 20 0 18 0 345888175 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 139954030913592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11435] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11435/stat : 11435 (java) S 11416 11418 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345888175 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 139954029861496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11436] ppid=11416 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11436/stat : 11436 (java) S 11416 11418 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345888175 2764726272 279676 33554432000 1073741824 1073778376 140736267942064 139954028808904 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 3.69 3.72 3.82 4/215 11436
/proc/meminfo: memFree=24639476/32873844 swapFree=7384/7384
[pid=11418] ppid=11416 vsize=2699928 CPUtime=21.53 cores=0,2,4,6
/proc/11418/stat : 11418 (java) S 11416 11418 9217 0 -1 4202496 28387 0 1 0 2055 98 0 0 20 0 18 0 345888169 2764726272 348758 33554432000 1073741824 1073778376 140736267942064 140736267933200 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11418/statm: 674982 348758 2264 9 0 665676 0
[pid=11418/tid=11420] ppid=11416 vsize=2699928 CPUtime=5.98 cores=0,2,4,6

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

/proc/11418/task/11428/stat : 11428 (java) S 11416 11418 9217 0 -1 4202560 665 0 0 0 107 11 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954048375208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11429] ppid=11416 vsize=2766492 CPUtime=365.49 cores=0,2,4,6
/proc/11418/task/11429/stat : 11429 (java) R 11416 11418 9217 0 -1 4202560 105 0 0 0 36543 6 0 0 20 0 19 0 345888172 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954036177800 139954193486173 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11430] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11430/stat : 11430 (java) S 11416 11418 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345888173 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954035123704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11431] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11431/stat : 11431 (java) S 11416 11418 9217 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345888173 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954034071304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11432] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11432/stat : 11432 (java) S 11416 11418 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954033019792 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11433] ppid=11416 vsize=2766492 CPUtime=0.77 cores=0,2,4,6
/proc/11418/task/11433/stat : 11433 (java) S 11416 11418 9217 0 -1 4202560 10369 0 0 0 75 2 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954031966392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11434] ppid=11416 vsize=2766492 CPUtime=0.66 cores=0,2,4,6
/proc/11418/task/11434/stat : 11434 (java) S 11416 11418 9217 0 -1 4202560 9087 0 0 0 64 2 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954030913592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11435] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11435/stat : 11435 (java) S 11416 11418 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954029861496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11436] ppid=11416 vsize=2766492 CPUtime=0.17 cores=0,2,4,6
/proc/11418/task/11436/stat : 11436 (java) S 11416 11418 9217 0 -1 4202560 23 0 0 0 8 9 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954028808904 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11439] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11439/stat : 11439 (java) S 11416 11418 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345923833 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954027754040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 386.51
Current children cumulated vsize (KiB) 2766492

[startup+378.301 s]
/proc/loadavg: 3.09 3.23 3.55 4/217 11442
/proc/meminfo: memFree=24585652/32873844 swapFree=7384/7384
[pid=11418] ppid=11416 vsize=2766492 CPUtime=387.33 cores=0,2,4,6
/proc/11418/stat : 11418 (java) S 11416 11418 9217 0 -1 4202496 28574 0 1 0 38623 110 0 0 20 0 19 0 345888169 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 140736267933200 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11418/statm: 691623 362593 2264 9 0 682317 0
[pid=11418/tid=11420] ppid=11416 vsize=2766492 CPUtime=8.41 cores=0,2,4,6
/proc/11418/task/11420/stat : 11420 (java) S 11416 11418 9217 0 -1 4202560 3120 0 1 0 833 8 0 0 20 0 19 0 345888170 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954189325496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11421] ppid=11416 vsize=2766492 CPUtime=1.6 cores=0,2,4,6
/proc/11418/task/11421/stat : 11421 (java) S 11416 11418 9217 0 -1 4202560 575 0 0 0 146 14 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954128055080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11422] ppid=11416 vsize=2766492 CPUtime=1.22 cores=0,2,4,6
/proc/11418/task/11422/stat : 11422 (java) S 11416 11418 9217 0 -1 4202560 488 0 0 0 111 11 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954054691496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11423] ppid=11416 vsize=2766492 CPUtime=1.07 cores=0,2,4,6
/proc/11418/task/11423/stat : 11423 (java) S 11416 11418 9217 0 -1 4202560 491 0 0 0 97 10 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954053639208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11424] ppid=11416 vsize=2766492 CPUtime=1.43 cores=0,2,4,6
/proc/11418/task/11424/stat : 11424 (java) S 11416 11418 9217 0 -1 4202560 538 0 0 0 129 14 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954052586408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11418/tid=11425] ppid=11416 vsize=2766492 CPUtime=1.04 cores=0,2,4,6
/proc/11418/task/11425/stat : 11425 (java) S 11416 11418 9217 0 -1 4202560 460 0 0 0 95 9 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954051533096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11426] ppid=11416 vsize=2766492 CPUtime=1.15 cores=0,2,4,6
/proc/11418/task/11426/stat : 11426 (java) S 11416 11418 9217 0 -1 4202560 751 0 0 0 107 8 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954050480296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11427] ppid=11416 vsize=2766492 CPUtime=1.19 cores=0,2,4,6
/proc/11418/task/11427/stat : 11427 (java) S 11416 11418 9217 0 -1 4202560 716 0 0 0 109 10 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954049428008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11428] ppid=11416 vsize=2766492 CPUtime=1.18 cores=0,2,4,6
/proc/11418/task/11428/stat : 11428 (java) S 11416 11418 9217 0 -1 4202560 665 0 0 0 107 11 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954048375208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11429] ppid=11416 vsize=2766492 CPUtime=366.3 cores=0,2,4,6
/proc/11418/task/11429/stat : 11429 (java) R 11416 11418 9217 0 -1 4202560 105 0 0 0 36624 6 0 0 20 0 19 0 345888172 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954036177800 239872786936 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11430] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11430/stat : 11430 (java) S 11416 11418 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345888173 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954035123704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11431] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11431/stat : 11431 (java) S 11416 11418 9217 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345888173 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954034071304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11432] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11432/stat : 11432 (java) S 11416 11418 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954033019792 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11433] ppid=11416 vsize=2766492 CPUtime=0.77 cores=0,2,4,6
/proc/11418/task/11433/stat : 11433 (java) S 11416 11418 9217 0 -1 4202560 10369 0 0 0 75 2 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954031966392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11434] ppid=11416 vsize=2766492 CPUtime=0.66 cores=0,2,4,6
/proc/11418/task/11434/stat : 11434 (java) S 11416 11418 9217 0 -1 4202560 9087 0 0 0 64 2 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954030913592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11435] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11435/stat : 11435 (java) S 11416 11418 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954029861496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11436] ppid=11416 vsize=2766492 CPUtime=0.17 cores=0,2,4,6
/proc/11418/task/11436/stat : 11436 (java) S 11416 11418 9217 0 -1 4202560 23 0 0 0 8 9 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954028808904 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11439] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11439/stat : 11439 (java) S 11416 11418 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345923833 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954027754040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 387.33
Current children cumulated vsize (KiB) 2766492

[startup+378.701 s]
/proc/loadavg: 3.09 3.23 3.55 4/217 11442
/proc/meminfo: memFree=24585652/32873844 swapFree=7384/7384
[pid=11418] ppid=11416 vsize=2766492 CPUtime=387.72 cores=0,2,4,6
/proc/11418/stat : 11418 (java) S 11416 11418 9217 0 -1 4202496 28574 0 1 0 38662 110 0 0 20 0 19 0 345888169 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 140736267933200 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11418/statm: 691623 362593 2264 9 0 682317 0
[pid=11418/tid=11420] ppid=11416 vsize=2766492 CPUtime=8.41 cores=0,2,4,6
/proc/11418/task/11420/stat : 11420 (java) S 11416 11418 9217 0 -1 4202560 3120 0 1 0 833 8 0 0 20 0 19 0 345888170 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954189325496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11421] ppid=11416 vsize=2766492 CPUtime=1.6 cores=0,2,4,6
/proc/11418/task/11421/stat : 11421 (java) S 11416 11418 9217 0 -1 4202560 575 0 0 0 146 14 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954128055080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11422] ppid=11416 vsize=2766492 CPUtime=1.22 cores=0,2,4,6
/proc/11418/task/11422/stat : 11422 (java) S 11416 11418 9217 0 -1 4202560 488 0 0 0 111 11 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954054691496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11423] ppid=11416 vsize=2766492 CPUtime=1.07 cores=0,2,4,6
/proc/11418/task/11423/stat : 11423 (java) S 11416 11418 9217 0 -1 4202560 491 0 0 0 97 10 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954053639208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11424] ppid=11416 vsize=2766492 CPUtime=1.43 cores=0,2,4,6
/proc/11418/task/11424/stat : 11424 (java) S 11416 11418 9217 0 -1 4202560 538 0 0 0 129 14 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954052586408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11418/tid=11425] ppid=11416 vsize=2766492 CPUtime=1.04 cores=0,2,4,6
/proc/11418/task/11425/stat : 11425 (java) S 11416 11418 9217 0 -1 4202560 460 0 0 0 95 9 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954051533096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11426] ppid=11416 vsize=2766492 CPUtime=1.15 cores=0,2,4,6
/proc/11418/task/11426/stat : 11426 (java) S 11416 11418 9217 0 -1 4202560 751 0 0 0 107 8 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954050480296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11427] ppid=11416 vsize=2766492 CPUtime=1.19 cores=0,2,4,6
/proc/11418/task/11427/stat : 11427 (java) S 11416 11418 9217 0 -1 4202560 716 0 0 0 109 10 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954049428008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11428] ppid=11416 vsize=2766492 CPUtime=1.18 cores=0,2,4,6
/proc/11418/task/11428/stat : 11428 (java) S 11416 11418 9217 0 -1 4202560 665 0 0 0 107 11 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954048375208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11429] ppid=11416 vsize=2766492 CPUtime=366.69 cores=0,2,4,6
/proc/11418/task/11429/stat : 11429 (java) R 11416 11418 9217 0 -1 4202560 105 0 0 0 36663 6 0 0 20 0 19 0 345888172 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954036177800 139954196180958 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11430] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11430/stat : 11430 (java) S 11416 11418 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345888173 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954035123704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11431] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11431/stat : 11431 (java) S 11416 11418 9217 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345888173 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954034071304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11432] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11432/stat : 11432 (java) S 11416 11418 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954033019792 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11433] ppid=11416 vsize=2766492 CPUtime=0.77 cores=0,2,4,6
/proc/11418/task/11433/stat : 11433 (java) S 11416 11418 9217 0 -1 4202560 10369 0 0 0 75 2 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954031966392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11434] ppid=11416 vsize=2766492 CPUtime=0.66 cores=0,2,4,6
/proc/11418/task/11434/stat : 11434 (java) S 11416 11418 9217 0 -1 4202560 9087 0 0 0 64 2 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954030913592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11435] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11435/stat : 11435 (java) S 11416 11418 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954029861496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11436] ppid=11416 vsize=2766492 CPUtime=0.17 cores=0,2,4,6
/proc/11418/task/11436/stat : 11436 (java) S 11416 11418 9217 0 -1 4202560 23 0 0 0 8 9 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954028808904 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11439] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11439/stat : 11439 (java) S 11416 11418 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345923833 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954027754040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 387.72
Current children cumulated vsize (KiB) 2766492

[startup+379.101 s]
/proc/loadavg: 3.09 3.23 3.55 4/217 11442
/proc/meminfo: memFree=24585652/32873844 swapFree=7384/7384
[pid=11418] ppid=11416 vsize=2766492 CPUtime=388.12 cores=0,2,4,6
/proc/11418/stat : 11418 (java) S 11416 11418 9217 0 -1 4202496 28574 0 1 0 38702 110 0 0 20 0 19 0 345888169 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 140736267933200 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11418/statm: 691623 362593 2264 9 0 682317 0
[pid=11418/tid=11420] ppid=11416 vsize=2766492 CPUtime=8.41 cores=0,2,4,6
/proc/11418/task/11420/stat : 11420 (java) S 11416 11418 9217 0 -1 4202560 3120 0 1 0 833 8 0 0 20 0 19 0 345888170 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954189325496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11421] ppid=11416 vsize=2766492 CPUtime=1.6 cores=0,2,4,6
/proc/11418/task/11421/stat : 11421 (java) S 11416 11418 9217 0 -1 4202560 575 0 0 0 146 14 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954128055080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11422] ppid=11416 vsize=2766492 CPUtime=1.22 cores=0,2,4,6
/proc/11418/task/11422/stat : 11422 (java) S 11416 11418 9217 0 -1 4202560 488 0 0 0 111 11 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954054691496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11423] ppid=11416 vsize=2766492 CPUtime=1.07 cores=0,2,4,6
/proc/11418/task/11423/stat : 11423 (java) S 11416 11418 9217 0 -1 4202560 491 0 0 0 97 10 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954053639208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11424] ppid=11416 vsize=2766492 CPUtime=1.43 cores=0,2,4,6
/proc/11418/task/11424/stat : 11424 (java) S 11416 11418 9217 0 -1 4202560 538 0 0 0 129 14 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954052586408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11418/tid=11425] ppid=11416 vsize=2766492 CPUtime=1.04 cores=0,2,4,6
/proc/11418/task/11425/stat : 11425 (java) S 11416 11418 9217 0 -1 4202560 460 0 0 0 95 9 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954051533096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11426] ppid=11416 vsize=2766492 CPUtime=1.15 cores=0,2,4,6
/proc/11418/task/11426/stat : 11426 (java) S 11416 11418 9217 0 -1 4202560 751 0 0 0 107 8 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954050480296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11427] ppid=11416 vsize=2766492 CPUtime=1.19 cores=0,2,4,6
/proc/11418/task/11427/stat : 11427 (java) S 11416 11418 9217 0 -1 4202560 716 0 0 0 109 10 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954049428008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11428] ppid=11416 vsize=2766492 CPUtime=1.18 cores=0,2,4,6
/proc/11418/task/11428/stat : 11428 (java) S 11416 11418 9217 0 -1 4202560 665 0 0 0 107 11 0 0 20 0 19 0 345888171 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954048375208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11429] ppid=11416 vsize=2766492 CPUtime=367.09 cores=0,2,4,6
/proc/11418/task/11429/stat : 11429 (java) R 11416 11418 9217 0 -1 4202560 105 0 0 0 36703 6 0 0 20 0 19 0 345888172 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954036177800 139954195449233 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11430] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11430/stat : 11430 (java) S 11416 11418 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345888173 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954035123704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11431] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11431/stat : 11431 (java) S 11416 11418 9217 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345888173 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954034071304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11432] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11432/stat : 11432 (java) S 11416 11418 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954033019792 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11418/tid=11433] ppid=11416 vsize=2766492 CPUtime=0.77 cores=0,2,4,6
/proc/11418/task/11433/stat : 11433 (java) S 11416 11418 9217 0 -1 4202560 10369 0 0 0 75 2 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954031966392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11434] ppid=11416 vsize=2766492 CPUtime=0.66 cores=0,2,4,6
/proc/11418/task/11434/stat : 11434 (java) S 11416 11418 9217 0 -1 4202560 9087 0 0 0 64 2 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954030913592 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11435] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11435/stat : 11435 (java) S 11416 11418 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954029861496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11418/tid=11436] ppid=11416 vsize=2766492 CPUtime=0.18 cores=0,2,4,6
/proc/11418/task/11436/stat : 11436 (java) S 11416 11418 9217 0 -1 4202560 23 0 0 0 8 10 0 0 20 0 19 0 345888175 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954028808904 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11418/tid=11439] ppid=11416 vsize=2766492 CPUtime=0 cores=0,2,4,6
/proc/11418/task/11439/stat : 11439 (java) S 11416 11418 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345923833 2832887808 362593 33554432000 1073741824 1073778376 140736267942064 139954027754040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 388.12
Current children cumulated vsize (KiB) 2766492

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11418 and gives
#  childrusage.ru_utime.tv_sec=386
#  childrusage.ru_utime.tv_usec=32314
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=290803
# CPU time returned by wait4() is 387.323
# while last known CPU time is 388.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 379.185
CPU time (s): 388.12
CPU user time (s): 387.02
CPU system time (s): 1.1
CPU usage (%): 102.356
Max. virtual memory (cumulated for all children) (KiB): 2766492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 386.032
system time used= 1.2908
maximum resident set size= 1450396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28588
page faults= 1
swaps= 0
block input operations= 0
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8673
involuntary context switches= 4291

runsolver used 1.59776 second user time and 4.07838 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-04 10:13:47
IDJOB=3743836
IDBENCH=92634
IDSOLVER=2324
FILE ID=node136/3743836-1338797624
RUNJOBID= node136-1338784910-9233
PBS_JOBID= 14636853
Free space on /tmp= 69692 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_2_ic.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743836-1338797624/watcher-3743836-1338797624 -o /tmp/evaluation-result-3743836-1338797624/solver-3743836-1338797624 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743836-1338797624.opb

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

MD5SUM BENCH= 7ed2b2aa8756f56877f04170049c9b74
RANDOM SEED=1723286543

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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		: 2667.247
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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		: 2667.247
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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		: 2667.247
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:        26076028 kB
Buffers:         1279376 kB
Cached:          3773020 kB
SwapCached:        20316 kB
Active:          3683004 kB
Inactive:        2203516 kB
Active(anon):     806516 kB
Inactive(anon):    22308 kB
Active(file):    2876488 kB
Inactive(file):  2181208 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083208 kB
Dirty:            100248 kB
Writeback:             0 kB
AnonPages:        816680 kB
Mapped:            17812 kB
Shmem:                 0 kB
Slab:             769684 kB
SReclaimable:     207808 kB
SUnreclaim:       561876 kB
KernelStack:        1616 kB
PageTables:         5864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 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= 69692 MiB
End job on node136 at 2012-06-04 10:20:06