Trace number 3710194

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? 1169.39 1108.77

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__2048.opb
MD5SUM08161da552551f1a32b034498343cbe2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10240998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint2048
Maximum length of a constraint83969
Number of terms in the objective function 10240000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 351702657024
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 351702657024
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
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 This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
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 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710194-1338177566.opb
0.09/0.12	c reading problem ... 
1084.64/1024.47	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1084.64/1024.47		at java.math.BigInteger.negate(BigInteger.java:1502)
1084.64/1024.47		at org.sat4j.pb.constraints.pb.Pseudos.niceCheckedParametersForCompetition(Unknown Source)
1084.64/1024.47		at org.sat4j.pb.constraints.pb.Pseudos.niceParametersForCompetition(Unknown Source)
1084.64/1024.47		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory$1.nice(Unknown Source)
1084.64/1024.47		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
1084.64/1024.47		at org.sat4j.pb.core.PBSolver.addExactly(Unknown Source)
1084.64/1024.47		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
1084.64/1024.47		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
1084.64/1024.47		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
1084.64/1024.47		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
1084.64/1024.47		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
1084.64/1024.47		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
1084.64/1024.47		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
1084.64/1024.47		at org.sat4j.pb.reader.PBInstanceReader.parseInstance(Unknown Source)
1084.64/1024.47		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
1084.64/1024.47		at org.sat4j.sat.Lanceur.readProblem(Unknown Source)
1084.64/1024.47		at org.sat4j.sat.Lanceur.run(Unknown Source)
1084.64/1024.47		at org.sat4j.sat.Lanceur.main(Unknown Source)
1115.26/1055.08	c starts		: 0
1115.26/1055.08	c conflicts		: 0
1168.96/1108.74	c decisions		: 0
1168.96/1108.74	c propagations		: 0
1168.96/1108.74	c inspects		: 0
1168.96/1108.74	c shortcuts		: 0
1168.96/1108.74	c learnt literals	: 0
1168.96/1108.74	c learnt binary clauses	: 0
1168.96/1108.74	c learnt ternary clauses	: 0
1168.96/1108.74	c learnt constraints	: 0
1168.96/1108.74	c ignored constraints	: 0
1168.96/1108.74	c root simplifications	: 0
1168.96/1108.74	c removed literals (reason simplification)	: 0
1168.96/1108.74	c reason swapping (by a shorter reason)	: 0
1168.96/1108.74	c Calls to reduceDB	: 0
1168.96/1108.74	c number of reductions to clauses (during analyze)	: 0
1168.96/1108.74	c number of learned constraints concerned by reduction	: 0
1168.96/1108.74	c number of learning phase by resolution	: 0
1168.96/1108.74	c number of learning phase by cutting planes	: 0
1168.96/1108.74	c speed (assignments/second)	: 0.0
1168.96/1108.74	c non guided choices	0
1168.96/1108.74	c learnt constraints type 
1168.96/1108.74	c constraints type 
1168.96/1108.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1168.96/1108.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1168.96/1108.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1800
1168.96/1108.74	c 1804 constraints processed.
1168.96/1108.74	s UNKNOWN
1168.96/1108.74	c Total wall clock time (in seconds): 1108.62

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-3710194-1338177566/watcher-3710194-1338177566 -o /tmp/evaluation-result-3710194-1338177566/solver-3710194-1338177566 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710194-1338177566.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: 2.18 2.10 2.06 3/194 25755
/proc/meminfo: memFree=25253860/32873648 swapFree=7112/7112
[pid=25755] ppid=25753 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25755/stat : 25755 (java) R 25753 25755 21838 0 -1 4202496 441 0 0 0 0 0 0 0 20 0 1 0 283883913 9515008 170 33554432000 1073741824 1073778376 140737160475312 140737160472440 242167399991 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25755/statm: 2323 176 133 9 0 71 0

[startup+0.101182 s]
/proc/loadavg: 2.18 2.10 2.06 3/194 25755
/proc/meminfo: memFree=25253860/32873648 swapFree=7112/7112
[pid=25755] ppid=25753 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/25755/stat : 25755 (java) S 25753 25755 21838 0 -1 4202496 4352 0 1 0 8 1 0 0 20 0 18 0 283883913 9787842560 5556 33554432000 1073741824 1073778376 140737160475312 140737160466448 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25755/statm: 2389610 5556 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.200221 s]
/proc/loadavg: 2.18 2.10 2.06 3/194 25755
/proc/meminfo: memFree=25253860/32873648 swapFree=7112/7112
[pid=25755] ppid=25753 vsize=9558440 CPUtime=0.3 cores=0,2,4,6
/proc/25755/stat : 25755 (java) S 25753 25755 21838 0 -1 4202496 4701 0 1 0 25 5 0 0 20 0 18 0 283883913 9787842560 75877 33554432000 1073741824 1073778376 140737160475312 140737160466448 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25755/statm: 2389610 75877 2171 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558440

[startup+0.300256 s]
/proc/loadavg: 2.18 2.10 2.06 3/194 25755
/proc/meminfo: memFree=25253860/32873648 swapFree=7112/7112
[pid=25755] ppid=25753 vsize=9558440 CPUtime=0.61 cores=0,2,4,6
/proc/25755/stat : 25755 (java) S 25753 25755 21838 0 -1 4202496 4845 0 1 0 55 6 0 0 20 0 18 0 283883913 9787842560 81641 33554432000 1073741824 1073778376 140737160475312 140737160466448 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25755/statm: 2389610 81641 2192 9 0 2380296 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9558440

[startup+0.700203 s]
/proc/loadavg: 2.18 2.10 2.06 3/194 25755
/proc/meminfo: memFree=25253860/32873648 swapFree=7112/7112
[pid=25755] ppid=25753 vsize=9558440 CPUtime=1.4 cores=0,2,4,6
/proc/25755/stat : 25755 (java) S 25753 25755 21838 0 -1 4202496 5846 0 1 0 131 9 0 0 20 0 18 0 283883913 9787842560 111406 33554432000 1073741824 1073778376 140737160475312 140737160466448 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25755/statm: 2389610 111406 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9558440

[startup+1.50062 s]
/proc/loadavg: 2.18 2.10 2.06 3/212 25773
/proc/meminfo: memFree=24814812/32873648 swapFree=7112/7112
[pid=25755] ppid=25753 vsize=9558440 CPUtime=2.19 cores=0,2,4,6
/proc/25755/stat : 25755 (java) S 25753 25755 21838 0 -1 4202496 6108 0 1 0 208 11 0 0 20 0 18 0 283883913 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140737160466448 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25755/statm: 2389610 136195 2252 9 0 2380296 0
[pid=25755/tid=25757] ppid=25753 vsize=9558440 CPUtime=1.16 cores=0,2,4,6
/proc/25755/task/25757/stat : 25757 (java) R 25753 25755 21838 0 -1 4202560 2709 0 1 0 111 5 0 0 20 0 18 0 283883914 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140493883461472 242170782989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25758] ppid=25753 vsize=9558440 CPUtime=0.11 cores=0,2,4,6
/proc/25755/task/25758/stat : 25758 (java) S 25753 25755 21838 0 -1 4202560 6 0 0 0 11 0 0 0 20 0 18 0 283883915 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140493822200488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25759] ppid=25753 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/25755/task/25759/stat : 25759 (java) S 25753 25755 21838 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 18 0 283883915 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140493821147944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25755/tid=25760] ppid=25753 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/25755/task/25760/stat : 25760 (java) S 25753 25755 21838 0 -1 4202560 39 0 0 0 6 2 0 0 20 0 18 0 283883915 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140493820095400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25755/tid=25761] ppid=25753 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/25755/task/25761/stat : 25761 (java) S 25753 25755 21838 0 -1 4202560 40 0 0 0 8 1 0 0 20 0 18 0 283883915 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140493819042856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25762] ppid=25753 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/25755/task/25762/stat : 25762 (java) S 25753 25755 21838 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 18 0 283883915 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140493817989288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25763] ppid=25753 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/25755/task/25763/stat : 25763 (java) S 25753 25755 21838 0 -1 4202560 17 0 0 0 10 0 0 0 20 0 18 0 283883915 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140493721385256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25764] ppid=25753 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/25755/task/25764/stat : 25764 (java) S 25753 25755 21838 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 18 0 283883915 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140493720332712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25755/tid=25765] ppid=25753 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/25755/task/25765/stat : 25765 (java) S 25753 25755 21838 0 -1 4202560 121 0 0 0 5 0 0 0 20 0 18 0 283883915 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140493719280168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25766] ppid=25753 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/25755/task/25766/stat : 25766 (java) S 25753 25755 21838 0 -1 4202560 304 0 0 0 10 0 0 0 20 0 18 0 283883916 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140493707082344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25767] ppid=25753 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25767/stat : 25767 (java) S 25753 25755 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 283883916 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140493706028664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25768] ppid=25753 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25768/stat : 25768 (java) S 25753 25755 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 283883916 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140493704976008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25769] ppid=25753 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25769/stat : 25769 (java) S 25753 25755 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283883919 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140493703924752 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25770] ppid=25753 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/25755/task/25770/stat : 25770 (java) S 25753 25755 21838 0 -1 4202560 869 0 0 0 8 0 0 0 20 0 18 0 283883919 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140493702871096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25755/tid=25771] ppid=25753 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/25755/task/25771/stat : 25771 (java) S 25753 25755 21838 0 -1 4202560 751 0 0 0 7 0 0 0 20 0 18 0 283883919 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140493701818552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25772] ppid=25753 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25772/stat : 25772 (java) S 25753 25755 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283883919 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140493700766200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25773] ppid=25753 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25773/stat : 25773 (java) S 25753 25755 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283883919 9787842560 136195 33554432000 1073741824 1073778376 140737160475312 140493699713864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9558440

[startup+3.10064 s]
/proc/loadavg: 2.18 2.10 2.06 3/212 25773
/proc/meminfo: memFree=24678652/32873648 swapFree=7112/7112
[pid=25755] ppid=25753 vsize=9558440 CPUtime=4.15 cores=0,2,4,6
/proc/25755/stat : 25755 (java) S 25753 25755 21838 0 -1 4202496 7022 0 1 0 395 20 0 0 20 0 18 0 283883913 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140737160466448 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25755/statm: 2389610 160526 2256 9 0 2380296 0
[pid=25755/tid=25757] ppid=25753 vsize=9558440 CPUtime=2.64 cores=0,2,4,6
/proc/25755/task/25757/stat : 25757 (java) R 25753 25755 21838 0 -1 4202560 2719 0 1 0 258 6 0 0 20 0 18 0 283883914 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140493883461584 242170782989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25758] ppid=25753 vsize=9558440 CPUtime=0.16 cores=0,2,4,6
/proc/25755/task/25758/stat : 25758 (java) S 25753 25755 21838 0 -1 4202560 125 0 0 0 16 0 0 0 20 0 18 0 283883915 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140493822200488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25759] ppid=25753 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/25755/task/25759/stat : 25759 (java) S 25753 25755 21838 0 -1 4202560 143 0 0 0 8 2 0 0 20 0 18 0 283883915 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140493821147944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25755/tid=25760] ppid=25753 vsize=9558440 CPUtime=0.11 cores=0,2,4,6
/proc/25755/task/25760/stat : 25760 (java) S 25753 25755 21838 0 -1 4202560 61 0 0 0 9 2 0 0 20 0 18 0 283883915 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140493820095400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25761] ppid=25753 vsize=9558440 CPUtime=0.14 cores=0,2,4,6
/proc/25755/task/25761/stat : 25761 (java) S 25753 25755 21838 0 -1 4202560 68 0 0 0 12 2 0 0 20 0 18 0 283883915 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140493819042856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25762] ppid=25753 vsize=9558440 CPUtime=0.11 cores=0,2,4,6
/proc/25755/task/25762/stat : 25762 (java) S 25753 25755 21838 0 -1 4202560 52 0 0 0 9 2 0 0 20 0 18 0 283883915 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140493817989288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25763] ppid=25753 vsize=9558440 CPUtime=0.2 cores=0,2,4,6
/proc/25755/task/25763/stat : 25763 (java) S 25753 25755 21838 0 -1 4202560 270 0 0 0 18 2 0 0 20 0 18 0 283883915 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140493721385256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25764] ppid=25753 vsize=9558440 CPUtime=0.11 cores=0,2,4,6
/proc/25755/task/25764/stat : 25764 (java) S 25753 25755 21838 0 -1 4202560 37 0 0 0 10 1 0 0 20 0 18 0 283883915 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140493720332712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25765] ppid=25753 vsize=9558440 CPUtime=0.16 cores=0,2,4,6
/proc/25755/task/25765/stat : 25765 (java) S 25753 25755 21838 0 -1 4202560 368 0 0 0 14 2 0 0 20 0 18 0 283883915 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140493719280168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25766] ppid=25753 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/25755/task/25766/stat : 25766 (java) S 25753 25755 21838 0 -1 4202560 379 0 0 0 10 0 0 0 20 0 18 0 283883916 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140493707082344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25767] ppid=25753 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25767/stat : 25767 (java) S 25753 25755 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 283883916 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140493706028664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25768] ppid=25753 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25768/stat : 25768 (java) S 25753 25755 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 283883916 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140493704976008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25769] ppid=25753 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25769/stat : 25769 (java) S 25753 25755 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283883919 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140493703924752 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25770] ppid=25753 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/25755/task/25770/stat : 25770 (java) S 25753 25755 21838 0 -1 4202560 869 0 0 0 8 0 0 0 20 0 18 0 283883919 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140493702871096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25755/tid=25771] ppid=25753 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/25755/task/25771/stat : 25771 (java) S 25753 25755 21838 0 -1 4202560 755 0 0 0 7 0 0 0 20 0 18 0 283883919 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140493701818552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25772] ppid=25753 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25772/stat : 25772 (java) S 25753 25755 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283883919 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140493700766200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25773] ppid=25753 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25773/stat : 25773 (java) S 25753 25755 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283883919 9787842560 160526 33554432000 1073741824 1073778376 140737160475312 140493699713864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9558440

[startup+6.30065 s]
/proc/loadavg: 2.25 2.11 2.06 3/212 25773
/proc/meminfo: memFree=24362140/32873648 swapFree=7112/7112
[pid=25755] ppid=25753 vsize=9558440 CPUtime=8.3 cores=0,2,4,6
/proc/25755/stat : 25755 (java) S 25753 25755 21838 0 -1 4202496 8692 0 1 0 793 37 0 0 20 0 18 0 283883913 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140737160466448 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25755/statm: 2389610 236835 2256 9 0 2380296 0
[pid=25755/tid=25757] ppid=25753 vsize=9558440 CPUtime=5.51 cores=0,2,4,6
/proc/25755/task/25757/stat : 25757 (java) R 25753 25755 21838 0 -1 4202560 3310 0 1 0 541 10 0 0 20 0 18 0 283883914 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140493883461744 242170782989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25758] ppid=25753 vsize=9558440 CPUtime=0.31 cores=0,2,4,6
/proc/25755/task/25758/stat : 25758 (java) S 25753 25755 21838 0 -1 4202560 169 0 0 0 29 2 0 0 20 0 18 0 283883915 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140493822200488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25759] ppid=25753 vsize=9558440 CPUtime=0.23 cores=0,2,4,6
/proc/25755/task/25759/stat : 25759 (java) S 25753 25755 21838 0 -1 4202560 194 0 0 0 20 3 0 0 20 0 18 0 283883915 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140493821147944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25760] ppid=25753 vsize=9558440 CPUtime=0.26 cores=0,2,4,6
/proc/25755/task/25760/stat : 25760 (java) S 25753 25755 21838 0 -1 4202560 117 0 0 0 22 4 0 0 20 0 18 0 283883915 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140493820095400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25761] ppid=25753 vsize=9558440 CPUtime=0.31 cores=0,2,4,6
/proc/25755/task/25761/stat : 25761 (java) S 25753 25755 21838 0 -1 4202560 226 0 0 0 28 3 0 0 20 0 18 0 283883915 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140493819042856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25762] ppid=25753 vsize=9558440 CPUtime=0.32 cores=0,2,4,6
/proc/25755/task/25762/stat : 25762 (java) S 25753 25755 21838 0 -1 4202560 127 0 0 0 28 4 0 0 20 0 18 0 283883915 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140493817989288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25763] ppid=25753 vsize=9558440 CPUtime=0.36 cores=0,2,4,6
/proc/25755/task/25763/stat : 25763 (java) S 25753 25755 21838 0 -1 4202560 351 0 0 0 32 4 0 0 20 0 18 0 283883915 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140493721385256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25755/tid=25764] ppid=25753 vsize=9558440 CPUtime=0.21 cores=0,2,4,6
/proc/25755/task/25764/stat : 25764 (java) S 25753 25755 21838 0 -1 4202560 374 0 0 0 20 1 0 0 20 0 18 0 283883915 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140493720332712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25765] ppid=25753 vsize=9558440 CPUtime=0.33 cores=0,2,4,6
/proc/25755/task/25765/stat : 25765 (java) S 25753 25755 21838 0 -1 4202560 407 0 0 0 29 4 0 0 20 0 18 0 283883915 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140493719280168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25766] ppid=25753 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/25755/task/25766/stat : 25766 (java) S 25753 25755 21838 0 -1 4202560 566 0 0 0 10 0 0 0 20 0 18 0 283883916 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140493707082344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25767] ppid=25753 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25767/stat : 25767 (java) S 25753 25755 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 283883916 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140493706028664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25768] ppid=25753 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25768/stat : 25768 (java) S 25753 25755 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 283883916 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140493704976008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25769] ppid=25753 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25769/stat : 25769 (java) S 25753 25755 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283883919 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140493703924752 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25770] ppid=25753 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/25755/task/25770/stat : 25770 (java) S 25753 25755 21838 0 -1 4202560 869 0 0 0 8 0 0 0 20 0 18 0 283883919 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140493702871096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25755/tid=25771] ppid=25753 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/25755/task/25771/stat : 25771 (java) S 25753 25755 21838 0 -1 4202560 806 0 0 0 9 0 0 0 20 0 18 0 283883919 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140493701818552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25772] ppid=25753 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25772/stat : 25772 (java) S 25753 25755 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283883919 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140493700766200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25773] ppid=25753 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25773/stat : 25773 (java) S 25753 25755 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 283883919 9787842560 236835 33554432000 1073741824 1073778376 140737160475312 140493699713864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 9558440

[startup+12.7007 s]
/proc/loadavg: 2.23 2.11 2.06 3/212 25773
/proc/meminfo: memFree=23413224/32873648 swapFree=7112/7112
[pid=25755] ppid=25753 vsize=9558440 CPUtime=17.17 cores=0,2,4,6
/proc/25755/stat : 25755 (java) S 25753 25755 21838 0 -1 4202496 14979 0 1 0 1632 85 0 0 20 0 18 0 283883913 9787842560 466057 33554432000 1073741824 1073778376 140737160475312 140737160466448 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25755/statm: 2389610 466057 2256 9 0 2380296 0
[pid=25755/tid=25757] ppid=25753 vsize=9558440 CPUtime=10.41 cores=0,2,4,6

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

/proc/25755/task/25758/stat : 25758 (java) S 25753 25755 21838 0 -1 4202560 5461 0 0 0 882 63 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493822200488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25759] ppid=25753 vsize=9625004 CPUtime=9.87 cores=0,2,4,6
/proc/25755/task/25759/stat : 25759 (java) S 25753 25755 21838 0 -1 4202560 5734 0 0 0 923 64 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493821147944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25760] ppid=25753 vsize=9625004 CPUtime=10.29 cores=0,2,4,6
/proc/25755/task/25760/stat : 25760 (java) S 25753 25755 21838 0 -1 4202560 3460 0 0 0 962 67 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493820095400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25761] ppid=25753 vsize=9625004 CPUtime=10.38 cores=0,2,4,6
/proc/25755/task/25761/stat : 25761 (java) S 25753 25755 21838 0 -1 4202560 11882 0 0 0 976 62 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493819042856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25762] ppid=25753 vsize=9625004 CPUtime=9.6 cores=0,2,4,6
/proc/25755/task/25762/stat : 25762 (java) S 25753 25755 21838 0 -1 4202560 5637 0 0 0 893 67 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493817989288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25763] ppid=25753 vsize=9625004 CPUtime=10.12 cores=0,2,4,6
/proc/25755/task/25763/stat : 25763 (java) S 25753 25755 21838 0 -1 4202560 5571 0 0 0 937 75 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493721385256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25764] ppid=25753 vsize=9625004 CPUtime=9.94 cores=0,2,4,6
/proc/25755/task/25764/stat : 25764 (java) S 25753 25755 21838 0 -1 4202560 10843 0 0 0 932 62 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493720332712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25765] ppid=25753 vsize=9625004 CPUtime=10.01 cores=0,2,4,6
/proc/25755/task/25765/stat : 25765 (java) S 25753 25755 21838 0 -1 4202560 5832 0 0 0 934 67 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493719280168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25755/tid=25766] ppid=25753 vsize=9625004 CPUtime=1044.01 cores=0,2,4,6
/proc/25755/task/25766/stat : 25766 (java) R 25753 25755 21838 0 -1 4202560 8381 0 0 0 104360 41 0 0 20 0 19 0 283883916 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493707082504 140493890326487 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25767] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25767/stat : 25767 (java) S 25753 25755 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283883916 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493706028664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25768] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25768/stat : 25768 (java) S 25753 25755 21838 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283883916 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493704976008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25769] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25769/stat : 25769 (java) S 25753 25755 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493703924752 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25770] ppid=25753 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/25755/task/25770/stat : 25770 (java) S 25753 25755 21838 0 -1 4202560 1692 0 0 0 26 0 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493702871096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25755/tid=25771] ppid=25753 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/25755/task/25771/stat : 25771 (java) S 25753 25755 21838 0 -1 4202560 2634 0 0 0 23 0 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493701818552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25772] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25772/stat : 25772 (java) S 25753 25755 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493700766200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25773] ppid=25753 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/25755/task/25773/stat : 25773 (java) S 25753 25755 21838 0 -1 4202560 65 0 0 0 24 21 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493699713864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25807] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25807/stat : 25807 (java) S 25753 25755 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283986360 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493698658040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1168.26
Current children cumulated vsize (KiB) 9625004

[startup+1108.4 s]
/proc/loadavg: 2.03 2.01 2.03 3/213 25923
/proc/meminfo: memFree=22094040/32873648 swapFree=7112/7112
[pid=25755] ppid=25753 vsize=9625004 CPUtime=1168.66 cores=0,2,4,6
/proc/25755/stat : 25755 (java) S 25753 25755 21838 0 -1 4202496 71884 0 1 0 116272 594 0 0 20 0 19 0 283883913 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140737160466448 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25755/statm: 2406251 2061760 2273 9 0 2396937 0
[pid=25755/tid=25757] ppid=25753 vsize=9625004 CPUtime=43.77 cores=0,2,4,6
/proc/25755/task/25757/stat : 25757 (java) S 25753 25755 21838 0 -1 4202560 3506 0 1 0 4356 21 0 0 20 0 19 0 283883914 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493883471032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25758] ppid=25753 vsize=9625004 CPUtime=9.45 cores=0,2,4,6
/proc/25755/task/25758/stat : 25758 (java) S 25753 25755 21838 0 -1 4202560 5461 0 0 0 882 63 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493822200488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25759] ppid=25753 vsize=9625004 CPUtime=9.87 cores=0,2,4,6
/proc/25755/task/25759/stat : 25759 (java) S 25753 25755 21838 0 -1 4202560 5734 0 0 0 923 64 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493821147944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25760] ppid=25753 vsize=9625004 CPUtime=10.29 cores=0,2,4,6
/proc/25755/task/25760/stat : 25760 (java) S 25753 25755 21838 0 -1 4202560 3460 0 0 0 962 67 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493820095400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25761] ppid=25753 vsize=9625004 CPUtime=10.38 cores=0,2,4,6
/proc/25755/task/25761/stat : 25761 (java) S 25753 25755 21838 0 -1 4202560 11882 0 0 0 976 62 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493819042856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25762] ppid=25753 vsize=9625004 CPUtime=9.6 cores=0,2,4,6
/proc/25755/task/25762/stat : 25762 (java) S 25753 25755 21838 0 -1 4202560 5637 0 0 0 893 67 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493817989288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25763] ppid=25753 vsize=9625004 CPUtime=10.12 cores=0,2,4,6
/proc/25755/task/25763/stat : 25763 (java) S 25753 25755 21838 0 -1 4202560 5571 0 0 0 937 75 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493721385256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25764] ppid=25753 vsize=9625004 CPUtime=9.94 cores=0,2,4,6
/proc/25755/task/25764/stat : 25764 (java) S 25753 25755 21838 0 -1 4202560 10843 0 0 0 932 62 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493720332712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25765] ppid=25753 vsize=9625004 CPUtime=10.01 cores=0,2,4,6
/proc/25755/task/25765/stat : 25765 (java) S 25753 25755 21838 0 -1 4202560 5832 0 0 0 934 67 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493719280168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25755/tid=25766] ppid=25753 vsize=9625004 CPUtime=1044.41 cores=0,2,4,6
/proc/25755/task/25766/stat : 25766 (java) R 25753 25755 21838 0 -1 4202560 8381 0 0 0 104400 41 0 0 20 0 19 0 283883916 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493707082504 140493890326451 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25767] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25767/stat : 25767 (java) S 25753 25755 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283883916 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493706028664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25768] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25768/stat : 25768 (java) S 25753 25755 21838 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283883916 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493704976008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25769] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25769/stat : 25769 (java) S 25753 25755 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493703924752 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25770] ppid=25753 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/25755/task/25770/stat : 25770 (java) S 25753 25755 21838 0 -1 4202560 1692 0 0 0 26 0 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493702871096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25755/tid=25771] ppid=25753 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/25755/task/25771/stat : 25771 (java) S 25753 25755 21838 0 -1 4202560 2634 0 0 0 23 0 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493701818552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25772] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25772/stat : 25772 (java) S 25753 25755 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493700766200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25773] ppid=25753 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/25755/task/25773/stat : 25773 (java) S 25753 25755 21838 0 -1 4202560 65 0 0 0 24 21 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493699713864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25807] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25807/stat : 25807 (java) S 25753 25755 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283986360 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493698658040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1168.66
Current children cumulated vsize (KiB) 9625004

[startup+1108.6 s]
/proc/loadavg: 2.03 2.01 2.03 3/213 25923
/proc/meminfo: memFree=22094040/32873648 swapFree=7112/7112
[pid=25755] ppid=25753 vsize=9625004 CPUtime=1168.86 cores=0,2,4,6
/proc/25755/stat : 25755 (java) S 25753 25755 21838 0 -1 4202496 71884 0 1 0 116292 594 0 0 20 0 19 0 283883913 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140737160466448 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25755/statm: 2406251 2061760 2273 9 0 2396937 0
[pid=25755/tid=25757] ppid=25753 vsize=9625004 CPUtime=43.77 cores=0,2,4,6
/proc/25755/task/25757/stat : 25757 (java) S 25753 25755 21838 0 -1 4202560 3506 0 1 0 4356 21 0 0 20 0 19 0 283883914 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493883471032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25758] ppid=25753 vsize=9625004 CPUtime=9.45 cores=0,2,4,6
/proc/25755/task/25758/stat : 25758 (java) S 25753 25755 21838 0 -1 4202560 5461 0 0 0 882 63 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493822200488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25759] ppid=25753 vsize=9625004 CPUtime=9.87 cores=0,2,4,6
/proc/25755/task/25759/stat : 25759 (java) S 25753 25755 21838 0 -1 4202560 5734 0 0 0 923 64 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493821147944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25760] ppid=25753 vsize=9625004 CPUtime=10.29 cores=0,2,4,6
/proc/25755/task/25760/stat : 25760 (java) S 25753 25755 21838 0 -1 4202560 3460 0 0 0 962 67 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493820095400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25761] ppid=25753 vsize=9625004 CPUtime=10.38 cores=0,2,4,6
/proc/25755/task/25761/stat : 25761 (java) S 25753 25755 21838 0 -1 4202560 11882 0 0 0 976 62 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493819042856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25762] ppid=25753 vsize=9625004 CPUtime=9.6 cores=0,2,4,6
/proc/25755/task/25762/stat : 25762 (java) S 25753 25755 21838 0 -1 4202560 5637 0 0 0 893 67 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493817989288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25763] ppid=25753 vsize=9625004 CPUtime=10.12 cores=0,2,4,6
/proc/25755/task/25763/stat : 25763 (java) S 25753 25755 21838 0 -1 4202560 5571 0 0 0 937 75 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493721385256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25764] ppid=25753 vsize=9625004 CPUtime=9.94 cores=0,2,4,6
/proc/25755/task/25764/stat : 25764 (java) S 25753 25755 21838 0 -1 4202560 10843 0 0 0 932 62 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493720332712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25765] ppid=25753 vsize=9625004 CPUtime=10.01 cores=0,2,4,6
/proc/25755/task/25765/stat : 25765 (java) S 25753 25755 21838 0 -1 4202560 5832 0 0 0 934 67 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493719280168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25755/tid=25766] ppid=25753 vsize=9625004 CPUtime=1044.61 cores=0,2,4,6
/proc/25755/task/25766/stat : 25766 (java) R 25753 25755 21838 0 -1 4202560 8381 0 0 0 104420 41 0 0 20 0 19 0 283883916 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493707082504 140493890326451 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25767] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25767/stat : 25767 (java) S 25753 25755 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283883916 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493706028664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25768] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25768/stat : 25768 (java) S 25753 25755 21838 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283883916 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493704976008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25769] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25769/stat : 25769 (java) S 25753 25755 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493703924752 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25770] ppid=25753 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/25755/task/25770/stat : 25770 (java) S 25753 25755 21838 0 -1 4202560 1692 0 0 0 26 0 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493702871096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25755/tid=25771] ppid=25753 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/25755/task/25771/stat : 25771 (java) S 25753 25755 21838 0 -1 4202560 2634 0 0 0 23 0 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493701818552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25772] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25772/stat : 25772 (java) S 25753 25755 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493700766200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25773] ppid=25753 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/25755/task/25773/stat : 25773 (java) S 25753 25755 21838 0 -1 4202560 65 0 0 0 24 21 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493699713864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25807] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25807/stat : 25807 (java) S 25753 25755 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283986360 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493698658040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1168.86
Current children cumulated vsize (KiB) 9625004

[startup+1108.7 s]
/proc/loadavg: 2.03 2.01 2.03 3/213 25923
/proc/meminfo: memFree=22094040/32873648 swapFree=7112/7112
[pid=25755] ppid=25753 vsize=9625004 CPUtime=1168.96 cores=0,2,4,6
/proc/25755/stat : 25755 (java) S 25753 25755 21838 0 -1 4202496 71884 0 1 0 116302 594 0 0 20 0 19 0 283883913 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140737160466448 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25755/statm: 2406251 2061760 2273 9 0 2396937 0
[pid=25755/tid=25757] ppid=25753 vsize=9625004 CPUtime=43.77 cores=0,2,4,6
/proc/25755/task/25757/stat : 25757 (java) S 25753 25755 21838 0 -1 4202560 3506 0 1 0 4356 21 0 0 20 0 19 0 283883914 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493883471032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25758] ppid=25753 vsize=9625004 CPUtime=9.45 cores=0,2,4,6
/proc/25755/task/25758/stat : 25758 (java) S 25753 25755 21838 0 -1 4202560 5461 0 0 0 882 63 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493822200488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25759] ppid=25753 vsize=9625004 CPUtime=9.87 cores=0,2,4,6
/proc/25755/task/25759/stat : 25759 (java) S 25753 25755 21838 0 -1 4202560 5734 0 0 0 923 64 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493821147944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25760] ppid=25753 vsize=9625004 CPUtime=10.29 cores=0,2,4,6
/proc/25755/task/25760/stat : 25760 (java) S 25753 25755 21838 0 -1 4202560 3460 0 0 0 962 67 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493820095400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25761] ppid=25753 vsize=9625004 CPUtime=10.38 cores=0,2,4,6
/proc/25755/task/25761/stat : 25761 (java) S 25753 25755 21838 0 -1 4202560 11882 0 0 0 976 62 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493819042856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25762] ppid=25753 vsize=9625004 CPUtime=9.6 cores=0,2,4,6
/proc/25755/task/25762/stat : 25762 (java) S 25753 25755 21838 0 -1 4202560 5637 0 0 0 893 67 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493817989288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25763] ppid=25753 vsize=9625004 CPUtime=10.12 cores=0,2,4,6
/proc/25755/task/25763/stat : 25763 (java) S 25753 25755 21838 0 -1 4202560 5571 0 0 0 937 75 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493721385256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25764] ppid=25753 vsize=9625004 CPUtime=9.94 cores=0,2,4,6
/proc/25755/task/25764/stat : 25764 (java) S 25753 25755 21838 0 -1 4202560 10843 0 0 0 932 62 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493720332712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25765] ppid=25753 vsize=9625004 CPUtime=10.01 cores=0,2,4,6
/proc/25755/task/25765/stat : 25765 (java) S 25753 25755 21838 0 -1 4202560 5832 0 0 0 934 67 0 0 20 0 19 0 283883915 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493719280168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25755/tid=25766] ppid=25753 vsize=9625004 CPUtime=1044.71 cores=0,2,4,6
/proc/25755/task/25766/stat : 25766 (java) R 25753 25755 21838 0 -1 4202560 8381 0 0 0 104430 41 0 0 20 0 19 0 283883916 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493707082504 140493890326345 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25767] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25767/stat : 25767 (java) S 25753 25755 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283883916 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493706028664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25768] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25768/stat : 25768 (java) S 25753 25755 21838 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283883916 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493704976008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25769] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25769/stat : 25769 (java) S 25753 25755 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493703924752 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25755/tid=25770] ppid=25753 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/25755/task/25770/stat : 25770 (java) S 25753 25755 21838 0 -1 4202560 1692 0 0 0 26 0 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493702871096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25755/tid=25771] ppid=25753 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/25755/task/25771/stat : 25771 (java) S 25753 25755 21838 0 -1 4202560 2634 0 0 0 23 0 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493701818552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25772] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25772/stat : 25772 (java) S 25753 25755 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493700766200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25755/tid=25773] ppid=25753 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/25755/task/25773/stat : 25773 (java) S 25753 25755 21838 0 -1 4202560 65 0 0 0 24 21 0 0 20 0 19 0 283883919 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493699713864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25755/tid=25807] ppid=25753 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25755/task/25807/stat : 25807 (java) S 25753 25755 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283986360 9856004096 2061760 33554432000 1073741824 1073778376 140737160475312 140493698658040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1168.96
Current children cumulated vsize (KiB) 9625004

Child status: 1
Real time (s): 1108.77
CPU time (s): 1169.39
CPU user time (s): 1163.12
CPU system time (s): 6.26505
CPU usage (%): 105.467
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1163.12
system time used= 6.26505
maximum resident set size= 8247064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71898
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35066
involuntary context switches= 60710

runsolver used 4.43133 second user time and 11.7682 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 05:59:40
IDJOB=3710194
IDBENCH=71894
IDSOLVER=2289
FILE ID=node126/3710194-1338177566
RUNJOBID= node126-1338147557-21854
PBS_JOBID= 14624519
Free space on /tmp= 70732 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__2048.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710194-1338177566/watcher-3710194-1338177566 -o /tmp/evaluation-result-3710194-1338177566/solver-3710194-1338177566 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710194-1338177566.opb

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

MD5SUM BENCH= 08161da552551f1a32b034498343cbe2
RANDOM SEED=2017054453

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25254652 kB
Buffers:          328808 kB
Cached:          1300308 kB
SwapCached:        17756 kB
Active:          6523972 kB
Inactive:         262860 kB
Active(anon):    5139500 kB
Inactive(anon):    20452 kB
Active(file):    1384472 kB
Inactive(file):   242408 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:            516980 kB
Writeback:             0 kB
AnonPages:       5149988 kB
Mapped:            17916 kB
Shmem:                 0 kB
Slab:             680716 kB
SReclaimable:     121424 kB
SUnreclaim:       559292 kB
KernelStack:        1576 kB
PageTables:        14196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    5448416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5064704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70852 MiB
End job on node126 at 2012-05-28 06:18:09