Trace number 3743920

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? 482.242 471.818

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_4_ic.opb
MD5SUM7527e2935777236bd1dfaa057aa70f69
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark702654757
Best CPU time to get the best result obtained on this benchmark1800.73
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 168196608
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 178958626766
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 168196608
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 178958626766
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.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@5b2558d6
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-3743920-1338798237.opb
0.09/0.11	c reading problem ... 
455.92/445.44	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
455.92/445.44		at java.math.BigInteger.<init>(BigInteger.java:309)
455.92/445.44		at java.math.BigInteger.<init>(BigInteger.java:451)
455.92/445.44		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
455.92/445.44		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
455.92/445.44		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
455.92/445.44		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
455.92/445.44		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
455.92/445.44		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
455.92/445.44		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
455.92/445.44		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
455.92/445.44		at org.sat4j.AbstractLauncher.run(Unknown Source)
455.92/445.44		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
465.11/454.69	c starts		: 0
465.11/454.69	c conflicts		: 0
465.11/454.69	c decisions		: 0
465.11/454.69	c propagations		: 0
465.11/454.69	c inspects		: 0
465.11/454.69	c learnt literals	: 0
465.11/454.69	c learnt binary clauses	: 0
482.22/471.80	c learnt ternary clauses	: 0
482.22/471.80	c learnt clauses	: 0
482.22/471.80	c ignored clauses	: 0
482.22/471.80	c root simplifications	: 0
482.22/471.80	c removed literals (reason simplification)	: 0
482.22/471.80	c reason swapping (by a shorter reason)	: 0
482.22/471.80	c Calls to reduceDB	: 0
482.22/471.80	c number of reductions to clauses (during analyze)	: 0
482.22/471.80	c number of learned constraints concerned by reduction	: 0
482.22/471.80	c number of learning phase by resolution	: 0
482.22/471.80	c number of learning phase by cutting planes	: 0
482.22/471.80	c speed (assignments/second)	: 0.0
482.22/471.80	c non guided choices	0
482.22/471.80	c learnt constraints type 
482.22/471.80	c constraints type 
482.22/471.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 354143
482.22/471.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
482.22/471.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39700
482.22/471.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 975450
482.22/471.80	c constraints type 
482.22/471.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39700
482.22/471.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 354143
482.22/471.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
482.22/471.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 975450
482.22/471.80	s UNKNOWN
482.22/471.80	c Total wall clock time (in seconds): 471.69

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

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

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


[startup+0 s]
/proc/loadavg: 3.03 3.17 3.45 3/193 11538
/proc/meminfo: memFree=25219580/32873844 swapFree=7384/7384
[pid=11538] ppid=11536 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11538/stat : 11538 (java6) D 11536 11538 9217 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 345949477 9515008 182 33554432000 1073741824 1073778376 140735761303872 140735761294904 239873113781 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/11538/statm: 2323 182 140 9 0 71 0

[startup+0.010739 s]
/proc/loadavg: 3.03 3.17 3.45 3/193 11538
/proc/meminfo: memFree=25219580/32873844 swapFree=7384/7384
[pid=11538] ppid=11536 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/11538/stat : 11538 (java) S 11536 11538 9217 0 -1 4202496 1146 0 0 0 0 0 0 0 20 0 2 0 345949477 24780800 867 33554432000 1073741824 1073778376 140734973511552 140734973502688 239876472893 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11538/statm: 38818 870 657 9 0 33153 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24200

[startup+0.100273 s]
/proc/loadavg: 3.03 3.17 3.45 3/193 11538
/proc/meminfo: memFree=25219580/32873844 swapFree=7384/7384
[pid=11538] ppid=11536 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/11538/stat : 11538 (java) S 11536 11538 9217 0 -1 4202496 4692 0 1 0 7 2 0 0 20 0 18 0 345949477 2764726272 6396 33554432000 1073741824 1073778376 140734973511552 140734973502688 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11538/statm: 674982 6396 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300304 s]
/proc/loadavg: 3.03 3.17 3.45 3/193 11538
/proc/meminfo: memFree=25219580/32873844 swapFree=7384/7384
[pid=11538] ppid=11536 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/11538/stat : 11538 (java) S 11536 11538 9217 0 -1 4202496 5839 0 1 0 43 3 0 0 20 0 18 0 345949477 2764726272 26431 33554432000 1073741824 1073778376 140734973511552 140734973502688 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11538/statm: 674982 26431 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700322 s]
/proc/loadavg: 3.03 3.17 3.45 3/193 11538
/proc/meminfo: memFree=25219580/32873844 swapFree=7384/7384
[pid=11538] ppid=11536 vsize=2699928 CPUtime=1.57 cores=1,3,5,7
/proc/11538/stat : 11538 (java) S 11536 11538 9217 0 -1 4202496 20891 0 1 0 148 9 0 0 20 0 18 0 345949477 2764726272 54937 33554432000 1073741824 1073778376 140734973511552 140734973502688 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11538/statm: 674982 54937 2240 9 0 665676 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 2699928

[startup+1.5008 s]
/proc/loadavg: 3.03 3.17 3.45 4/211 11556
/proc/meminfo: memFree=24916492/32873844 swapFree=7384/7384
[pid=11538] ppid=11536 vsize=2699928 CPUtime=3.34 cores=1,3,5,7
/proc/11538/stat : 11538 (java) S 11536 11538 9217 0 -1 4202496 23997 0 1 0 308 26 0 0 20 0 18 0 345949477 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140734973502688 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11538/statm: 674982 125185 2256 9 0 665676 0
[pid=11538/tid=11540] ppid=11536 vsize=2699928 CPUtime=1.32 cores=1,3,5,7
/proc/11538/task/11540/stat : 11540 (java) R 11536 11538 9217 0 -1 4202560 2968 0 1 0 124 8 0 0 20 0 18 0 345949478 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140329718385992 140329550864344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11538/tid=11541] ppid=11536 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/11538/task/11541/stat : 11541 (java) S 11536 11538 9217 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 18 0 345949479 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140329702669096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11542] ppid=11536 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/11538/task/11542/stat : 11542 (java) S 11536 11538 9217 0 -1 4202560 20 0 0 0 3 2 0 0 20 0 18 0 345949479 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140329701616296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11543] ppid=11536 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/11538/task/11543/stat : 11543 (java) S 11536 11538 9217 0 -1 4202560 13 0 0 0 2 1 0 0 20 0 18 0 345949479 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140329700564008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11544] ppid=11536 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/11538/task/11544/stat : 11544 (java) S 11536 11538 9217 0 -1 4202560 44 0 0 0 9 3 0 0 20 0 18 0 345949479 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140329699511208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11538/tid=11545] ppid=11536 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/11538/task/11545/stat : 11545 (java) S 11536 11538 9217 0 -1 4202560 20 0 0 0 4 1 0 0 20 0 18 0 345949479 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140329698457896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11546] ppid=11536 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/11538/task/11546/stat : 11546 (java) S 11536 11538 9217 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 18 0 345949479 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140329697405096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11547] ppid=11536 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/11538/task/11547/stat : 11547 (java) S 11536 11538 9217 0 -1 4202560 25 0 0 0 6 2 0 0 20 0 18 0 345949479 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140329696352808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11548] ppid=11536 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/11538/task/11548/stat : 11548 (java) S 11536 11538 9217 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 345949479 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140329695300008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11549] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11549/stat : 11549 (java) S 11536 11538 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345949480 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140329682889448 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11550] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11550/stat : 11550 (java) S 11536 11538 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345949481 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140329681835512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11551] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11551/stat : 11551 (java) S 11536 11538 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345949481 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140329680783112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11552] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11552/stat : 11552 (java) S 11536 11538 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345949483 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140329679731600 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11553] ppid=11536 vsize=2699928 CPUtime=0.69 cores=1,3,5,7
/proc/11538/task/11553/stat : 11553 (java) S 11536 11538 9217 0 -1 4202560 10601 0 0 0 67 2 0 0 20 0 18 0 345949483 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140329678678200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11554] ppid=11536 vsize=2699928 CPUtime=0.74 cores=1,3,5,7
/proc/11538/task/11554/stat : 11554 (java) S 11536 11538 9217 0 -1 4202560 9081 0 0 0 70 4 0 0 20 0 18 0 345949483 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140329677625400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11555] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11555/stat : 11555 (java) S 11536 11538 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345949483 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140329676573304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11556] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11556/stat : 11556 (java) S 11536 11538 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345949483 2764726272 125185 33554432000 1073741824 1073778376 140734973511552 140329675520712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 2699928

[startup+3.10071 s]
/proc/loadavg: 3.51 3.26 3.48 10/211 11556
/proc/meminfo: memFree=24639020/32873844 swapFree=7384/7384
[pid=11538] ppid=11536 vsize=2699928 CPUtime=6.4 cores=1,3,5,7
/proc/11538/stat : 11538 (java) S 11536 11538 9217 0 -1 4202496 24693 0 1 0 578 62 0 0 20 0 18 0 345949477 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140734973502688 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11538/statm: 674982 188408 2256 9 0 665676 0
[pid=11538/tid=11540] ppid=11536 vsize=2699928 CPUtime=2.42 cores=1,3,5,7
/proc/11538/task/11540/stat : 11540 (java) S 11536 11538 9217 0 -1 4202560 2969 0 1 0 233 9 0 0 20 0 18 0 345949478 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140329718386200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11538/tid=11541] ppid=11536 vsize=2699928 CPUtime=0.22 cores=1,3,5,7
/proc/11538/task/11541/stat : 11541 (java) R 11536 11538 9217 0 -1 4202560 65 0 0 0 17 5 0 0 20 0 18 0 345949479 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140329702668976 140329720946874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11542] ppid=11536 vsize=2699928 CPUtime=0.25 cores=1,3,5,7
/proc/11538/task/11542/stat : 11542 (java) R 11536 11538 9217 0 -1 4202560 72 0 0 0 20 5 0 0 20 0 18 0 345949479 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140329701616472 140329722562735 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11543] ppid=11536 vsize=2699928 CPUtime=0.23 cores=1,3,5,7
/proc/11538/task/11543/stat : 11543 (java) R 11536 11538 9217 0 -1 4202560 63 0 0 0 19 4 0 0 20 0 18 0 345949479 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140329700564184 140329725283244 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11544] ppid=11536 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/11538/task/11544/stat : 11544 (java) R 11536 11538 9217 0 -1 4202560 127 0 0 0 37 9 0 0 20 0 18 0 345949479 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140329699511384 140329720946624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11538/tid=11545] ppid=11536 vsize=2699928 CPUtime=0.42 cores=1,3,5,7
/proc/11538/task/11545/stat : 11545 (java) R 11536 11538 9217 0 -1 4202560 109 0 0 0 33 9 0 0 20 0 18 0 345949479 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140329698458072 140329722562735 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11546] ppid=11536 vsize=2699928 CPUtime=0.22 cores=1,3,5,7
/proc/11538/task/11546/stat : 11546 (java) R 11536 11538 9217 0 -1 4202560 60 0 0 0 18 4 0 0 20 0 18 0 345949479 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140329697405272 140329722562735 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11538/tid=11547] ppid=11536 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/11538/task/11547/stat : 11547 (java) R 11536 11538 9217 0 -1 4202560 67 0 0 0 19 5 0 0 20 0 18 0 345949479 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140329696352984 140329722562735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11548] ppid=11536 vsize=2699928 CPUtime=0.34 cores=1,3,5,7
/proc/11538/task/11548/stat : 11548 (java) R 11536 11538 9217 0 -1 4202560 296 0 0 0 27 7 0 0 20 0 18 0 345949479 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140329695300184 140329725285458 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11549] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11549/stat : 11549 (java) S 11536 11538 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345949480 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140329682888328 239876486204 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11550] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11550/stat : 11550 (java) S 11536 11538 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345949481 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140329681835512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11551] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11551/stat : 11551 (java) S 11536 11538 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345949481 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140329680783112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11552] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11552/stat : 11552 (java) S 11536 11538 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345949483 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140329679731600 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11553] ppid=11536 vsize=2699928 CPUtime=0.69 cores=1,3,5,7
/proc/11538/task/11553/stat : 11553 (java) S 11536 11538 9217 0 -1 4202560 10601 0 0 0 67 2 0 0 20 0 18 0 345949483 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140329678678200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11554] ppid=11536 vsize=2699928 CPUtime=0.75 cores=1,3,5,7
/proc/11538/task/11554/stat : 11554 (java) S 11536 11538 9217 0 -1 4202560 9081 0 0 0 71 4 0 0 20 0 18 0 345949483 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140329677625400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11555] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11555/stat : 11555 (java) S 11536 11538 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345949483 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140329676573304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11556] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11556/stat : 11556 (java) S 11536 11538 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345949483 2764726272 188408 33554432000 1073741824 1073778376 140734973511552 140329675520712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 2699928

[startup+6.30067 s]
/proc/loadavg: 3.51 3.26 3.48 3/211 11556
/proc/meminfo: memFree=24247104/32873844 swapFree=7384/7384
[pid=11538] ppid=11536 vsize=2699928 CPUtime=13.11 cores=1,3,5,7
/proc/11538/stat : 11538 (java) S 11536 11538 9217 0 -1 4202496 26553 0 1 0 1196 115 0 0 20 0 18 0 345949477 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140734973502688 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11538/statm: 674982 279346 2256 9 0 665676 0
[pid=11538/tid=11540] ppid=11536 vsize=2699928 CPUtime=4.44 cores=1,3,5,7
/proc/11538/task/11540/stat : 11540 (java) S 11536 11538 9217 0 -1 4202560 2974 0 1 0 435 9 0 0 20 0 18 0 345949478 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140329718385880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11538/tid=11541] ppid=11536 vsize=2699928 CPUtime=0.81 cores=1,3,5,7
/proc/11538/task/11541/stat : 11541 (java) R 11536 11538 9217 0 -1 4202560 395 0 0 0 70 11 0 0 20 0 18 0 345949479 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140329702669272 140329720946624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11538/tid=11542] ppid=11536 vsize=2699928 CPUtime=0.82 cores=1,3,5,7
/proc/11538/task/11542/stat : 11542 (java) R 11536 11538 9217 0 -1 4202560 357 0 0 0 71 11 0 0 20 0 18 0 345949479 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140329701616472 140329722549021 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11543] ppid=11536 vsize=2699928 CPUtime=0.89 cores=1,3,5,7
/proc/11538/task/11543/stat : 11543 (java) R 11536 11538 9217 0 -1 4202560 263 0 0 0 76 13 0 0 20 0 18 0 345949479 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140329700564184 140329722562735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11544] ppid=11536 vsize=2699928 CPUtime=1 cores=1,3,5,7
/proc/11538/task/11544/stat : 11544 (java) R 11536 11538 9217 0 -1 4202560 440 0 0 0 86 14 0 0 20 0 18 0 345949479 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140329699511384 140329724895663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11545] ppid=11536 vsize=2699928 CPUtime=1.08 cores=1,3,5,7
/proc/11538/task/11545/stat : 11545 (java) R 11536 11538 9217 0 -1 4202560 266 0 0 0 91 17 0 0 20 0 18 0 345949479 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140329698458072 140329720946662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11546] ppid=11536 vsize=2699928 CPUtime=0.75 cores=1,3,5,7
/proc/11538/task/11546/stat : 11546 (java) R 11536 11538 9217 0 -1 4202560 222 0 0 0 65 10 0 0 20 0 18 0 345949479 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140329697405272 140329722549008 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11547] ppid=11536 vsize=2699928 CPUtime=0.79 cores=1,3,5,7
/proc/11538/task/11547/stat : 11547 (java) R 11536 11538 9217 0 -1 4202560 356 0 0 0 68 11 0 0 20 0 18 0 345949479 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140329696352936 239873068167 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11548] ppid=11536 vsize=2699928 CPUtime=0.93 cores=1,3,5,7
/proc/11538/task/11548/stat : 11548 (java) R 11536 11538 9217 0 -1 4202560 415 0 0 0 80 13 0 0 20 0 18 0 345949479 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140329695299864 239876497845 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11549] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11549/stat : 11549 (java) S 11536 11538 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345949480 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140329682888328 239876486204 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11538/tid=11550] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11550/stat : 11550 (java) S 11536 11538 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345949481 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140329681835512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11551] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11551/stat : 11551 (java) S 11536 11538 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345949481 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140329680783112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11552] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11552/stat : 11552 (java) S 11536 11538 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345949483 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140329679731600 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11553] ppid=11536 vsize=2699928 CPUtime=0.69 cores=1,3,5,7
/proc/11538/task/11553/stat : 11553 (java) S 11536 11538 9217 0 -1 4202560 10601 0 0 0 67 2 0 0 20 0 18 0 345949483 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140329678678200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11554] ppid=11536 vsize=2699928 CPUtime=0.75 cores=1,3,5,7
/proc/11538/task/11554/stat : 11554 (java) S 11536 11538 9217 0 -1 4202560 9081 0 0 0 71 4 0 0 20 0 18 0 345949483 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140329677625400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11555] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11555/stat : 11555 (java) S 11536 11538 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345949483 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140329676573304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11556] ppid=11536 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11556/stat : 11556 (java) S 11536 11538 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345949483 2764726272 279346 33554432000 1073741824 1073778376 140734973511552 140329675520712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 13.11
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 3.27 3.22 3.46 3/211 11556
/proc/meminfo: memFree=23835868/32873844 swapFree=7384/7384
[pid=11538] ppid=11536 vsize=2699928 CPUtime=22.91 cores=1,3,5,7
/proc/11538/stat : 11538 (java) S 11536 11538 9217 0 -1 4202496 28716 0 1 0 2149 142 0 0 20 0 18 0 345949477 2764726272 347927 33554432000 1073741824 1073778376 140734973511552 140734973502688 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11538/statm: 674982 347927 2264 9 0 665676 0
[pid=11538/tid=11540] ppid=11536 vsize=2699928 CPUtime=5.69 cores=1,3,5,7

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

/proc/11538/task/11551/stat : 11551 (java) S 11536 11538 9217 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345949481 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329680783112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11552] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11552/stat : 11552 (java) S 11536 11538 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329679731600 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11553] ppid=11536 vsize=2766492 CPUtime=0.72 cores=1,3,5,7
/proc/11538/task/11553/stat : 11553 (java) S 11536 11538 9217 0 -1 4202560 10601 0 0 0 70 2 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329678678200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11554] ppid=11536 vsize=2766492 CPUtime=0.79 cores=1,3,5,7
/proc/11538/task/11554/stat : 11554 (java) S 11536 11538 9217 0 -1 4202560 9094 0 0 0 75 4 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329677625400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11555] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11555/stat : 11555 (java) S 11536 11538 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329676573304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11556] ppid=11536 vsize=2766492 CPUtime=0.28 cores=1,3,5,7
/proc/11538/task/11556/stat : 11556 (java) S 11536 11538 9217 0 -1 4202560 27 0 0 0 13 15 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329675520712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11538/tid=11561] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11561/stat : 11561 (java) S 11536 11538 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345994022 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329674465416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 480.82
Current children cumulated vsize (KiB) 2766492

[startup+471.101 s]
/proc/loadavg: 2.08 2.27 2.88 3/212 11561
/proc/meminfo: memFree=23779944/32873844 swapFree=7384/7384
[pid=11538] ppid=11536 vsize=2766492 CPUtime=481.62 cores=1,3,5,7
/proc/11538/stat : 11538 (java) S 11536 11538 9217 0 -1 4202496 28911 0 1 0 48000 162 0 0 20 0 19 0 345949477 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140734973502688 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11538/statm: 691623 361776 2264 9 0 682317 0
[pid=11538/tid=11540] ppid=11536 vsize=2766492 CPUtime=7.95 cores=1,3,5,7
/proc/11538/task/11540/stat : 11540 (java) S 11536 11538 9217 0 -1 4202560 3067 0 1 0 784 11 0 0 20 0 19 0 345949478 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329718387896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11538/tid=11541] ppid=11536 vsize=2766492 CPUtime=1.4 cores=1,3,5,7
/proc/11538/task/11541/stat : 11541 (java) S 11536 11538 9217 0 -1 4202560 472 0 0 0 125 15 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329702669096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11542] ppid=11536 vsize=2766492 CPUtime=1.65 cores=1,3,5,7
/proc/11538/task/11542/stat : 11542 (java) S 11536 11538 9217 0 -1 4202560 576 0 0 0 149 16 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329701616296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11543] ppid=11536 vsize=2766492 CPUtime=1.44 cores=1,3,5,7
/proc/11538/task/11543/stat : 11543 (java) S 11536 11538 9217 0 -1 4202560 559 0 0 0 129 15 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329700564008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11544] ppid=11536 vsize=2766492 CPUtime=1.38 cores=1,3,5,7
/proc/11538/task/11544/stat : 11544 (java) S 11536 11538 9217 0 -1 4202560 648 0 0 0 122 16 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329699511208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11545] ppid=11536 vsize=2766492 CPUtime=1.68 cores=1,3,5,7
/proc/11538/task/11545/stat : 11545 (java) S 11536 11538 9217 0 -1 4202560 964 0 0 0 148 20 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329698457896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11546] ppid=11536 vsize=2766492 CPUtime=1.24 cores=1,3,5,7
/proc/11538/task/11546/stat : 11546 (java) S 11536 11538 9217 0 -1 4202560 426 0 0 0 111 13 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329697405096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11547] ppid=11536 vsize=2766492 CPUtime=1.29 cores=1,3,5,7
/proc/11538/task/11547/stat : 11547 (java) S 11536 11538 9217 0 -1 4202560 415 0 0 0 115 14 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329696352808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11548] ppid=11536 vsize=2766492 CPUtime=1.49 cores=1,3,5,7
/proc/11538/task/11548/stat : 11548 (java) S 11536 11538 9217 0 -1 4202560 772 0 0 0 133 16 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329695300008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11549] ppid=11536 vsize=2766492 CPUtime=458.91 cores=1,3,5,7
/proc/11538/task/11549/stat : 11549 (java) R 11536 11538 9217 0 -1 4202560 106 0 0 0 45883 8 0 0 20 0 19 0 345949480 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329682889608 239872780304 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11550] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11550/stat : 11550 (java) S 11536 11538 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345949481 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329681835512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11551] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11551/stat : 11551 (java) S 11536 11538 9217 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345949481 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329680783112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11552] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11552/stat : 11552 (java) S 11536 11538 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329679731600 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11553] ppid=11536 vsize=2766492 CPUtime=0.72 cores=1,3,5,7
/proc/11538/task/11553/stat : 11553 (java) S 11536 11538 9217 0 -1 4202560 10601 0 0 0 70 2 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329678678200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11554] ppid=11536 vsize=2766492 CPUtime=0.79 cores=1,3,5,7
/proc/11538/task/11554/stat : 11554 (java) S 11536 11538 9217 0 -1 4202560 9094 0 0 0 75 4 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329677625400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11555] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11555/stat : 11555 (java) S 11536 11538 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329676573304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11556] ppid=11536 vsize=2766492 CPUtime=0.28 cores=1,3,5,7
/proc/11538/task/11556/stat : 11556 (java) S 11536 11538 9217 0 -1 4202560 27 0 0 0 13 15 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329675520712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11538/tid=11561] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11561/stat : 11561 (java) S 11536 11538 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345994022 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329674465416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 481.62
Current children cumulated vsize (KiB) 2766492

[startup+471.501 s]
/proc/loadavg: 2.08 2.27 2.88 3/212 11561
/proc/meminfo: memFree=23779944/32873844 swapFree=7384/7384
[pid=11538] ppid=11536 vsize=2766492 CPUtime=482.02 cores=1,3,5,7
/proc/11538/stat : 11538 (java) S 11536 11538 9217 0 -1 4202496 28911 0 1 0 48040 162 0 0 20 0 19 0 345949477 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140734973502688 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11538/statm: 691623 361776 2264 9 0 682317 0
[pid=11538/tid=11540] ppid=11536 vsize=2766492 CPUtime=7.95 cores=1,3,5,7
/proc/11538/task/11540/stat : 11540 (java) S 11536 11538 9217 0 -1 4202560 3067 0 1 0 784 11 0 0 20 0 19 0 345949478 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329718387896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11538/tid=11541] ppid=11536 vsize=2766492 CPUtime=1.4 cores=1,3,5,7
/proc/11538/task/11541/stat : 11541 (java) S 11536 11538 9217 0 -1 4202560 472 0 0 0 125 15 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329702669096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11542] ppid=11536 vsize=2766492 CPUtime=1.65 cores=1,3,5,7
/proc/11538/task/11542/stat : 11542 (java) S 11536 11538 9217 0 -1 4202560 576 0 0 0 149 16 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329701616296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11543] ppid=11536 vsize=2766492 CPUtime=1.44 cores=1,3,5,7
/proc/11538/task/11543/stat : 11543 (java) S 11536 11538 9217 0 -1 4202560 559 0 0 0 129 15 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329700564008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11544] ppid=11536 vsize=2766492 CPUtime=1.38 cores=1,3,5,7
/proc/11538/task/11544/stat : 11544 (java) S 11536 11538 9217 0 -1 4202560 648 0 0 0 122 16 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329699511208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11545] ppid=11536 vsize=2766492 CPUtime=1.68 cores=1,3,5,7
/proc/11538/task/11545/stat : 11545 (java) S 11536 11538 9217 0 -1 4202560 964 0 0 0 148 20 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329698457896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11546] ppid=11536 vsize=2766492 CPUtime=1.24 cores=1,3,5,7
/proc/11538/task/11546/stat : 11546 (java) S 11536 11538 9217 0 -1 4202560 426 0 0 0 111 13 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329697405096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11547] ppid=11536 vsize=2766492 CPUtime=1.29 cores=1,3,5,7
/proc/11538/task/11547/stat : 11547 (java) S 11536 11538 9217 0 -1 4202560 415 0 0 0 115 14 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329696352808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11548] ppid=11536 vsize=2766492 CPUtime=1.49 cores=1,3,5,7
/proc/11538/task/11548/stat : 11548 (java) S 11536 11538 9217 0 -1 4202560 772 0 0 0 133 16 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329695300008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11549] ppid=11536 vsize=2766492 CPUtime=459.31 cores=1,3,5,7
/proc/11538/task/11549/stat : 11549 (java) R 11536 11538 9217 0 -1 4202560 106 0 0 0 45923 8 0 0 20 0 19 0 345949480 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329682889608 140329724511633 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11550] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11550/stat : 11550 (java) S 11536 11538 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345949481 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329681835512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11551] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11551/stat : 11551 (java) S 11536 11538 9217 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345949481 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329680783112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11552] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11552/stat : 11552 (java) S 11536 11538 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329679731600 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11553] ppid=11536 vsize=2766492 CPUtime=0.72 cores=1,3,5,7
/proc/11538/task/11553/stat : 11553 (java) S 11536 11538 9217 0 -1 4202560 10601 0 0 0 70 2 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329678678200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11554] ppid=11536 vsize=2766492 CPUtime=0.79 cores=1,3,5,7
/proc/11538/task/11554/stat : 11554 (java) S 11536 11538 9217 0 -1 4202560 9094 0 0 0 75 4 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329677625400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11555] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11555/stat : 11555 (java) S 11536 11538 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329676573304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11556] ppid=11536 vsize=2766492 CPUtime=0.28 cores=1,3,5,7
/proc/11538/task/11556/stat : 11556 (java) S 11536 11538 9217 0 -1 4202560 27 0 0 0 13 15 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329675520712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11538/tid=11561] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11561/stat : 11561 (java) S 11536 11538 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345994022 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329674465416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 482.02
Current children cumulated vsize (KiB) 2766492

[startup+471.701 s]
/proc/loadavg: 2.08 2.27 2.88 3/212 11561
/proc/meminfo: memFree=23779944/32873844 swapFree=7384/7384
[pid=11538] ppid=11536 vsize=2766492 CPUtime=482.22 cores=1,3,5,7
/proc/11538/stat : 11538 (java) S 11536 11538 9217 0 -1 4202496 28911 0 1 0 48060 162 0 0 20 0 19 0 345949477 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140734973502688 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11538/statm: 691623 361776 2264 9 0 682317 0
[pid=11538/tid=11540] ppid=11536 vsize=2766492 CPUtime=7.95 cores=1,3,5,7
/proc/11538/task/11540/stat : 11540 (java) S 11536 11538 9217 0 -1 4202560 3067 0 1 0 784 11 0 0 20 0 19 0 345949478 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329718387896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11538/tid=11541] ppid=11536 vsize=2766492 CPUtime=1.4 cores=1,3,5,7
/proc/11538/task/11541/stat : 11541 (java) S 11536 11538 9217 0 -1 4202560 472 0 0 0 125 15 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329702669096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11542] ppid=11536 vsize=2766492 CPUtime=1.65 cores=1,3,5,7
/proc/11538/task/11542/stat : 11542 (java) S 11536 11538 9217 0 -1 4202560 576 0 0 0 149 16 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329701616296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11543] ppid=11536 vsize=2766492 CPUtime=1.44 cores=1,3,5,7
/proc/11538/task/11543/stat : 11543 (java) S 11536 11538 9217 0 -1 4202560 559 0 0 0 129 15 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329700564008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11544] ppid=11536 vsize=2766492 CPUtime=1.38 cores=1,3,5,7
/proc/11538/task/11544/stat : 11544 (java) S 11536 11538 9217 0 -1 4202560 648 0 0 0 122 16 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329699511208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11545] ppid=11536 vsize=2766492 CPUtime=1.68 cores=1,3,5,7
/proc/11538/task/11545/stat : 11545 (java) S 11536 11538 9217 0 -1 4202560 964 0 0 0 148 20 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329698457896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11546] ppid=11536 vsize=2766492 CPUtime=1.24 cores=1,3,5,7
/proc/11538/task/11546/stat : 11546 (java) S 11536 11538 9217 0 -1 4202560 426 0 0 0 111 13 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329697405096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11547] ppid=11536 vsize=2766492 CPUtime=1.29 cores=1,3,5,7
/proc/11538/task/11547/stat : 11547 (java) S 11536 11538 9217 0 -1 4202560 415 0 0 0 115 14 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329696352808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11548] ppid=11536 vsize=2766492 CPUtime=1.49 cores=1,3,5,7
/proc/11538/task/11548/stat : 11548 (java) S 11536 11538 9217 0 -1 4202560 772 0 0 0 133 16 0 0 20 0 19 0 345949479 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329695300008 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11549] ppid=11536 vsize=2766492 CPUtime=459.51 cores=1,3,5,7
/proc/11538/task/11549/stat : 11549 (java) R 11536 11538 9217 0 -1 4202560 106 0 0 0 45943 8 0 0 20 0 19 0 345949480 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329682889608 140329724511633 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11550] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11550/stat : 11550 (java) S 11536 11538 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345949481 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329681835512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11538/tid=11551] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11551/stat : 11551 (java) S 11536 11538 9217 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 345949481 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329680783112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11552] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11552/stat : 11552 (java) S 11536 11538 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329679731600 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11553] ppid=11536 vsize=2766492 CPUtime=0.72 cores=1,3,5,7
/proc/11538/task/11553/stat : 11553 (java) S 11536 11538 9217 0 -1 4202560 10601 0 0 0 70 2 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329678678200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11538/tid=11554] ppid=11536 vsize=2766492 CPUtime=0.79 cores=1,3,5,7
/proc/11538/task/11554/stat : 11554 (java) S 11536 11538 9217 0 -1 4202560 9094 0 0 0 75 4 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329677625400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11555] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11555/stat : 11555 (java) S 11536 11538 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329676573304 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11538/tid=11556] ppid=11536 vsize=2766492 CPUtime=0.28 cores=1,3,5,7
/proc/11538/task/11556/stat : 11556 (java) S 11536 11538 9217 0 -1 4202560 27 0 0 0 13 15 0 0 20 0 19 0 345949483 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329675520712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11538/tid=11561] ppid=11536 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11561/stat : 11561 (java) S 11536 11538 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345994022 2832887808 361776 33554432000 1073741824 1073778376 140734973511552 140329674465416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 482.22
Current children cumulated vsize (KiB) 2766492

[startup+471.801 s]
/proc/loadavg: 2.08 2.27 2.88 3/212 11561
/proc/meminfo: memFree=23779944/32873844 swapFree=7384/7384
[pid=11538] ppid=11536 vsize=0 CPUtime=481.17 cores=1,3,5,7
/proc/11538/stat : 11538 (java) Z 11536 11538 9217 0 -1 4202508 28923 0 1 0 47939 178 0 0 20 0 2 0 345949477 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11538/statm: 0 0 0 0 0 0 0
[pid=11538/tid=11555] ppid=11536 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/11538/task/11555/stat : 11555 (java) R 11536 11538 9217 0 -1 4203588 1 0 0 0 0 0 0 0 20 0 2 0 345949483 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 481.17
Current children cumulated vsize (KiB) 0

Child status: 1

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.04999
#  lost CPU user time (s): 1.20999
#  lost CPU system time (s): -0.16

Real time (s): 471.818
CPU time (s): 482.242
CPU user time (s): 480.607
CPU system time (s): 1.63473
CPU usage (%): 102.209
Max. virtual memory (cumulated for all children) (KiB): 2766492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 479.397
system time used= 1.79473
maximum resident set size= 1447128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28923
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= 10429
involuntary context switches= 4000

runsolver used 1.07883 second user time and 2.55861 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-04 10:24:00
IDJOB=3743920
IDBENCH=92648
IDSOLVER=2324
FILE ID=node136/3743920-1338798237
RUNJOBID= node136-1338784910-9234
PBS_JOBID= 14636853
Free space on /tmp= 69504 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_4_ic.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743920-1338798237/watcher-3743920-1338798237 -o /tmp/evaluation-result-3743920-1338798237/solver-3743920-1338798237 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743920-1338798237.opb

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

MD5SUM BENCH= 7527e2935777236bd1dfaa057aa70f69
RANDOM SEED=853326982

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:        25219844 kB
Buffers:         1279872 kB
Cached:          3975412 kB
SwapCached:        20316 kB
Active:          4541020 kB
Inactive:        2192372 kB
Active(anon):    1450740 kB
Inactive(anon):    22308 kB
Active(file):    3090280 kB
Inactive(file):  2170064 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083208 kB
Dirty:            100300 kB
Writeback:             0 kB
AnonPages:       1466884 kB
Mapped:            17672 kB
Shmem:                 0 kB
Slab:             770056 kB
SReclaimable:     210308 kB
SUnreclaim:       559748 kB
KernelStack:        1576 kB
PageTables:         6992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1567936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1386496 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= 69504 MiB
End job on node136 at 2012-06-04 10:31:52