Trace number 3455405

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 Res//CP 2.3.0? 977.014 937.287

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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3455405-1307196473.opb
0.11/0.11	c reading problem ... 
860.63/820.98	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
860.63/820.98		at java.lang.StringBuffer.toString(StringBuffer.java:585)
860.63/820.98		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
860.63/820.98		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
860.63/820.98		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
860.63/820.98		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
860.63/820.98		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
860.63/820.98		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
860.63/820.98		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
860.63/820.98		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
860.63/820.98		at org.sat4j.AbstractLauncher.run(Unknown Source)
860.63/820.98		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
892.24/852.58	c starts		: 0
976.53/936.88	c conflicts		: 0
976.53/936.88	c decisions		: 0
976.53/936.88	c propagations		: 0
976.53/936.88	c inspects		: 0
976.53/936.88	c shortcuts		: 0
976.53/936.88	c learnt literals	: 0
976.53/936.88	c learnt binary clauses	: 0
976.53/936.88	c learnt ternary clauses	: 0
976.53/936.88	c learnt constraints	: 0
976.53/936.88	c ignored constraints	: 0
976.53/936.88	c root simplifications	: 0
976.53/936.88	c removed literals (reason simplification)	: 0
976.53/936.88	c reason swapping (by a shorter reason)	: 0
976.53/936.88	c Calls to reduceDB	: 0
976.53/936.88	c number of reductions to clauses (during analyze)	: 0
976.53/936.88	c number of learned constraints concerned by reduction	: 0
976.53/936.88	c number of learning phase by resolution	: 0
976.53/936.88	c number of learning phase by cutting planes	: 0
976.53/936.88	c speed (assignments/second)	: 0.0
976.53/936.88	c non guided choices	0
976.53/936.88	c learnt constraints type 
976.53/936.88	c constraints type 
976.53/936.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
976.53/936.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
976.53/936.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1918
976.53/936.88	c constraints type 
976.53/936.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
976.53/936.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
976.53/936.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1918
976.53/936.88	s UNKNOWN
976.53/936.88	c Total wall clock time (in seconds): 936.775

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3455405-1307196473/watcher-3455405-1307196473 -o /tmp/evaluation-result-3455405-1307196473/solver-3455405-1307196473 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455405-1307196473.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.27 3.65 3.75 3/407 11064
/proc/meminfo: memFree=21667276/32951124 swapFree=49244120/67111528
[pid=11064] ppid=11062 vsize=35840 CPUtime=0 cores=1,3,5,7
/proc/11064/stat : 11064 (java) S 11062 11064 10594 0 -1 4202496 1303 0 0 0 0 0 0 0 25 0 2 0 831251435 36700160 1011 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/11064/statm: 8947 1008 774 9 0 386 0
[pid=11064/tid=11065] ppid=11062 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11065/stat : 11065 (java) R 11062 11064 10594 0 -1 4202560 4711 0 1 0 0 0 0 0 25 0 2 0 831251435 10694979584 5527 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218370651195 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0535821 s]
/proc/loadavg: 3.27 3.65 3.75 3/407 11064
/proc/meminfo: memFree=21667276/32951124 swapFree=49244120/67111528
[pid=11064] ppid=11062 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/11064/stat : 11064 (java) S 11062 11064 10594 0 -1 4202496 11492 0 1 0 3 1 0 0 25 0 13 0 831251435 10718838784 11189 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382759909 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/11064/statm: 2616904 11189 1685 9 0 2607652 0
[pid=11064/tid=11065] ppid=11062 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/11064/task/11065/stat : 11065 (java) R 11062 11064 10594 0 -1 4202560 10344 0 1 0 3 1 0 0 25 0 13 0 831251435 10718838784 11189 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 47967694479856 0 4 0 16800971 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.106633 s]
/proc/loadavg: 3.27 3.65 3.75 3/407 11064
/proc/meminfo: memFree=21667276/32951124 swapFree=49244120/67111528
[pid=11064] ppid=11062 vsize=10540132 CPUtime=0.11 cores=1,3,5,7
/proc/11064/stat : 11064 (java) S 11062 11064 10594 0 -1 4202496 13154 0 1 0 9 2 0 0 25 0 18 0 831251435 10793095168 12851 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11064/statm: 2635033 12852 2108 9 0 2625767 0
[pid=11064/tid=11065] ppid=11062 vsize=10540132 CPUtime=0.09 cores=1,3,5,7
/proc/11064/task/11065/stat : 11065 (java) R 11062 11064 10594 0 -1 4202560 11226 0 1 0 8 1 0 0 18 0 18 0 831251435 10793095168 12853 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 47967693494291 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540132

[startup+0.300577 s]
/proc/loadavg: 3.27 3.65 3.75 3/407 11064
/proc/meminfo: memFree=21667276/32951124 swapFree=49244120/67111528
[pid=11064] ppid=11062 vsize=10540132 CPUtime=0.31 cores=1,3,5,7
/proc/11064/stat : 11064 (java) S 11062 11064 10594 0 -1 4202496 128321 0 1 0 18 13 0 0 25 0 18 0 831251435 10793095168 127987 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11064/statm: 2635033 127987 2134 9 0 2625767 0
[pid=11064/tid=11065] ppid=11062 vsize=10540132 CPUtime=0.29 cores=1,3,5,7
/proc/11064/task/11065/stat : 11065 (java) R 11062 11064 10594 0 -1 4202560 126333 0 1 0 16 13 0 0 18 0 18 0 831251435 10793095168 127987 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 47967695592244 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 10540132

[startup+0.700503 s]
/proc/loadavg: 3.27 3.65 3.75 3/407 11064
/proc/meminfo: memFree=21667276/32951124 swapFree=49244120/67111528
[pid=11064] ppid=11062 vsize=10540732 CPUtime=0.85 cores=1,3,5,7
/proc/11064/stat : 11064 (java) S 11062 11064 10594 0 -1 4202496 152126 0 1 0 70 15 0 0 25 0 18 0 831251435 10793709568 151629 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11064/statm: 2635183 151632 2200 9 0 2625917 0
[pid=11064/tid=11065] ppid=11062 vsize=10540732 CPUtime=0.68 cores=1,3,5,7
/proc/11064/task/11065/stat : 11065 (java) R 11062 11064 10594 0 -1 4202560 149453 0 1 0 54 14 0 0 18 0 18 0 831251435 10793709568 151634 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 46912505574211 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 10540732

[startup+1.50137 s]
/proc/loadavg: 3.27 3.65 3.75 4/425 11082
/proc/meminfo: memFree=20974600/32951124 swapFree=49244120/67111528
[pid=11064] ppid=11062 vsize=10540732 CPUtime=1.65 cores=1,3,5,7
/proc/11064/stat : 11064 (java) S 11062 11064 10594 0 -1 4202496 214045 0 1 0 142 23 0 0 25 0 18 0 831251435 10793709568 213548 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11064/statm: 2635183 213552 2200 9 0 2625917 0
[pid=11064/tid=11065] ppid=11062 vsize=10540732 CPUtime=1.48 cores=1,3,5,7
/proc/11064/task/11065/stat : 11065 (java) R 11062 11064 10594 0 -1 4202560 211372 0 1 0 126 22 0 0 19 0 18 0 831251435 10793709568 213553 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 46912505574450 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11064/tid=11067] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11067/stat : 11067 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793709568 213555 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11068] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11068/stat : 11068 (java) S 11062 11064 10594 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831251437 10793709568 213557 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11069] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11069/stat : 11069 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793709568 213557 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11070] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11070/stat : 11070 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793709568 213558 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11071] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11071/stat : 11071 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793709568 213560 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11072] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11072/stat : 11072 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793709568 213562 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11073] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11073/stat : 11073 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793709568 213564 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11074] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11074/stat : 11074 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793709568 213566 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11075] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11075/stat : 11075 (java) S 11062 11064 10594 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 831251438 10793709568 213568 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773760 0 0 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11076] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11076/stat : 11076 (java) S 11062 11064 10594 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 831251438 10793709568 213570 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11077] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11077/stat : 11077 (java) S 11062 11064 10594 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 831251438 10793709568 213571 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11078] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11078/stat : 11078 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251440 10793709568 213573 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382780849 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11079] ppid=11062 vsize=10540732 CPUtime=0.07 cores=1,3,5,7
/proc/11064/task/11079/stat : 11079 (java) S 11062 11064 10594 0 -1 4202560 536 0 0 0 7 0 0 0 23 0 18 0 831251440 10793709568 213575 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11080] ppid=11062 vsize=10540732 CPUtime=0.08 cores=1,3,5,7
/proc/11064/task/11080/stat : 11080 (java) S 11062 11064 10594 0 -1 4202560 991 0 0 0 8 0 0 0 23 0 18 0 831251440 10793709568 213577 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11081] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11081/stat : 11081 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251440 10793709568 213579 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11082] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11082/stat : 11082 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 831251440 10793709568 213581 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773760 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 10540732

[startup+3.10109 s]
/proc/loadavg: 3.27 3.65 3.75 4/425 11082
/proc/meminfo: memFree=20635336/32951124 swapFree=49244120/67111528
[pid=11064] ppid=11062 vsize=10540732 CPUtime=3.26 cores=1,3,5,7
/proc/11064/stat : 11064 (java) S 11062 11064 10594 0 -1 4202496 337848 0 1 0 290 36 0 0 25 0 18 0 831251435 10793709568 337351 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11064/statm: 2635183 337354 2204 9 0 2625917 0
[pid=11064/tid=11065] ppid=11062 vsize=10540732 CPUtime=3.09 cores=1,3,5,7
/proc/11064/task/11065/stat : 11065 (java) R 11062 11064 10594 0 -1 4202560 335171 0 1 0 274 35 0 0 25 0 18 0 831251435 10793709568 337356 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 46912505603437 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11064/tid=11067] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11067/stat : 11067 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793709568 337358 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11068] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11068/stat : 11068 (java) S 11062 11064 10594 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831251437 10793709568 337359 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11069] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11069/stat : 11069 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793709568 337361 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11070] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11070/stat : 11070 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793709568 337363 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11071] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11071/stat : 11071 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793709568 337363 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11072] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11072/stat : 11072 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793709568 337364 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11073] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11073/stat : 11073 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793709568 337366 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11074] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11074/stat : 11074 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793709568 337368 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11075] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11075/stat : 11075 (java) S 11062 11064 10594 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 831251438 10793709568 337370 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773760 0 0 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11076] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11076/stat : 11076 (java) S 11062 11064 10594 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 831251438 10793709568 337372 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11077] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11077/stat : 11077 (java) S 11062 11064 10594 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 831251438 10793709568 337374 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11078] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11078/stat : 11078 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251440 10793709568 337375 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382780849 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11079] ppid=11062 vsize=10540732 CPUtime=0.07 cores=1,3,5,7
/proc/11064/task/11079/stat : 11079 (java) S 11062 11064 10594 0 -1 4202560 536 0 0 0 7 0 0 0 23 0 18 0 831251440 10793709568 337377 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11080] ppid=11062 vsize=10540732 CPUtime=0.08 cores=1,3,5,7
/proc/11064/task/11080/stat : 11080 (java) S 11062 11064 10594 0 -1 4202560 995 0 0 0 8 0 0 0 18 0 18 0 831251440 10793709568 337379 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11081] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11081/stat : 11081 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251440 10793709568 337381 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11082] ppid=11062 vsize=10540732 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11082/stat : 11082 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 831251440 10793709568 337383 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773760 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 10540732

[startup+6.30151 s]
/proc/loadavg: 3.17 3.62 3.74 4/425 11082
/proc/meminfo: memFree=19617948/32951124 swapFree=49244120/67111528
[pid=11064] ppid=11062 vsize=10540096 CPUtime=6.48 cores=1,3,5,7
/proc/11064/stat : 11064 (java) S 11062 11064 10594 0 -1 4202496 598822 0 1 0 583 65 0 0 25 0 18 0 831251435 10793058304 598199 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11064/statm: 2635024 598202 2206 9 0 2625758 0
[pid=11064/tid=11065] ppid=11062 vsize=10540096 CPUtime=6.28 cores=1,3,5,7
/proc/11064/task/11065/stat : 11065 (java) R 11062 11064 10594 0 -1 4202560 596118 0 1 0 564 64 0 0 19 0 18 0 831251435 10793058304 598204 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 46912505555934 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11064/tid=11067] ppid=11062 vsize=10540096 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11067/stat : 11067 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793058304 598206 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11068] ppid=11062 vsize=10540096 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11068/stat : 11068 (java) S 11062 11064 10594 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831251437 10793058304 598208 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11069] ppid=11062 vsize=10540096 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11069/stat : 11069 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793058304 598210 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11070] ppid=11062 vsize=10540096 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11070/stat : 11070 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793058304 598210 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11071] ppid=11062 vsize=10540096 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11071/stat : 11071 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793058304 598212 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11072] ppid=11062 vsize=10540096 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11072/stat : 11072 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793058304 598214 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11073] ppid=11062 vsize=10540096 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11073/stat : 11073 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793058304 598216 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11074] ppid=11062 vsize=10540096 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11074/stat : 11074 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251437 10793058304 598218 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11075] ppid=11062 vsize=10540096 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11075/stat : 11075 (java) S 11062 11064 10594 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 831251438 10793058304 598221 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773760 0 0 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11076] ppid=11062 vsize=10540096 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11076/stat : 11076 (java) S 11062 11064 10594 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 831251438 10793058304 598223 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11077] ppid=11062 vsize=10540096 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11077/stat : 11077 (java) S 11062 11064 10594 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 831251438 10793058304 598225 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11078] ppid=11062 vsize=10540096 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11078/stat : 11078 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251440 10793058304 598227 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382780849 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11079] ppid=11062 vsize=10540096 CPUtime=0.07 cores=1,3,5,7
/proc/11064/task/11079/stat : 11079 (java) S 11062 11064 10594 0 -1 4202560 537 0 0 0 7 0 0 0 18 0 18 0 831251440 10793058304 598229 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11080] ppid=11062 vsize=10540096 CPUtime=0.1 cores=1,3,5,7
/proc/11064/task/11080/stat : 11080 (java) S 11062 11064 10594 0 -1 4202560 1020 0 0 0 10 0 0 0 15 0 18 0 831251440 10793058304 598231 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11081] ppid=11062 vsize=10540096 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11081/stat : 11081 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831251440 10793058304 598233 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11082] ppid=11062 vsize=10540096 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11082/stat : 11082 (java) S 11062 11064 10594 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 831251440 10793058304 598235 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773760 0 4 0 16800975 18446604469683152128 0 0 -1 3 0 0 0

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

/proc/11064/task/11078/stat : 11078 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382780849 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11079] ppid=11062 vsize=10618024 CPUtime=0.5 cores=1,3,5,7
/proc/11064/task/11079/stat : 11079 (java) S 11062 11064 10594 0 -1 4202560 8161 0 0 0 50 0 0 0 16 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 3 0 0 0
[pid=11064/tid=11080] ppid=11062 vsize=10618024 CPUtime=0.34 cores=1,3,5,7
/proc/11064/task/11080/stat : 11080 (java) S 11062 11064 10594 0 -1 4202560 2628 0 0 0 34 0 0 0 15 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11081] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11081/stat : 11081 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11082] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11082/stat : 11082 (java) S 11062 11064 10594 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773760 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11162] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11162/stat : 11162 (java) S 11062 11064 10594 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 831333533 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 970.83
Current children cumulated vsize (KiB) 10618024

[startup+934.301 s]
/proc/loadavg: 3.00 3.07 3.32 4/426 11165
/proc/meminfo: memFree=8781528/32951124 swapFree=49244120/67111528
[pid=11064] ppid=11062 vsize=10618024 CPUtime=974.03 cores=1,3,5,7
/proc/11064/stat : 11064 (java) S 11062 11064 10594 0 -1 4202496 2624694 0 1 0 97057 346 0 0 25 0 19 0 831251435 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11064/statm: 2654506 2588166 2238 9 0 2645240 0
[pid=11064/tid=11065] ppid=11062 vsize=10618024 CPUtime=64.56 cores=1,3,5,7
/proc/11064/task/11065/stat : 11065 (java) S 11062 11064 10594 0 -1 4202560 651053 0 1 0 6370 86 0 0 19 0 19 0 831251435 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11067] ppid=11062 vsize=10618024 CPUtime=6.99 cores=1,3,5,7
/proc/11064/task/11067/stat : 11067 (java) S 11062 11064 10594 0 -1 4202560 246684 0 0 0 667 32 0 0 18 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11068] ppid=11062 vsize=10618024 CPUtime=7.08 cores=1,3,5,7
/proc/11064/task/11068/stat : 11068 (java) S 11062 11064 10594 0 -1 4202560 222845 0 0 0 678 30 0 0 16 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11069] ppid=11062 vsize=10618024 CPUtime=6.42 cores=1,3,5,7
/proc/11064/task/11069/stat : 11069 (java) S 11062 11064 10594 0 -1 4202560 212772 0 0 0 613 29 0 0 18 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11070] ppid=11062 vsize=10618024 CPUtime=5.82 cores=1,3,5,7
/proc/11064/task/11070/stat : 11070 (java) S 11062 11064 10594 0 -1 4202560 166322 0 0 0 561 21 0 0 18 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11071] ppid=11062 vsize=10618024 CPUtime=6.26 cores=1,3,5,7
/proc/11064/task/11071/stat : 11071 (java) S 11062 11064 10594 0 -1 4202560 235571 0 0 0 594 32 0 0 16 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11072] ppid=11062 vsize=10618024 CPUtime=5.27 cores=1,3,5,7
/proc/11064/task/11072/stat : 11072 (java) S 11062 11064 10594 0 -1 4202560 204250 0 0 0 497 30 0 0 18 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11073] ppid=11062 vsize=10618024 CPUtime=5.32 cores=1,3,5,7
/proc/11064/task/11073/stat : 11073 (java) S 11062 11064 10594 0 -1 4202560 168794 0 0 0 508 24 0 0 18 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11074] ppid=11062 vsize=10618024 CPUtime=8.69 cores=1,3,5,7
/proc/11064/task/11074/stat : 11074 (java) S 11062 11064 10594 0 -1 4202560 293541 0 0 0 833 36 0 0 16 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11075] ppid=11062 vsize=10618024 CPUtime=856.68 cores=1,3,5,7
/proc/11064/task/11075/stat : 11075 (java) R 11062 11064 10594 0 -1 4202560 210864 0 0 0 85647 21 0 0 25 0 19 0 831251438 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 47967691989282 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=11064/tid=11076] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11076/stat : 11076 (java) S 11062 11064 10594 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831251438 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11077] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11077/stat : 11077 (java) S 11062 11064 10594 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 831251438 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11078] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11078/stat : 11078 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382780849 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11079] ppid=11062 vsize=10618024 CPUtime=0.5 cores=1,3,5,7
/proc/11064/task/11079/stat : 11079 (java) S 11062 11064 10594 0 -1 4202560 8161 0 0 0 50 0 0 0 16 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 3 0 0 0
[pid=11064/tid=11080] ppid=11062 vsize=10618024 CPUtime=0.34 cores=1,3,5,7
/proc/11064/task/11080/stat : 11080 (java) S 11062 11064 10594 0 -1 4202560 2628 0 0 0 34 0 0 0 15 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11081] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11081/stat : 11081 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11082] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11082/stat : 11082 (java) S 11062 11064 10594 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773760 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11162] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11162/stat : 11162 (java) S 11062 11064 10594 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 831333533 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 974.03
Current children cumulated vsize (KiB) 10618024

[startup+935.902 s]
/proc/loadavg: 3.00 3.07 3.32 4/426 11165
/proc/meminfo: memFree=8781404/32951124 swapFree=49244120/67111528
[pid=11064] ppid=11062 vsize=10618024 CPUtime=975.63 cores=1,3,5,7
/proc/11064/stat : 11064 (java) S 11062 11064 10594 0 -1 4202496 2624694 0 1 0 97217 346 0 0 25 0 19 0 831251435 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11064/statm: 2654506 2588166 2238 9 0 2645240 0
[pid=11064/tid=11065] ppid=11062 vsize=10618024 CPUtime=64.56 cores=1,3,5,7
/proc/11064/task/11065/stat : 11065 (java) S 11062 11064 10594 0 -1 4202560 651053 0 1 0 6370 86 0 0 19 0 19 0 831251435 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11067] ppid=11062 vsize=10618024 CPUtime=6.99 cores=1,3,5,7
/proc/11064/task/11067/stat : 11067 (java) S 11062 11064 10594 0 -1 4202560 246684 0 0 0 667 32 0 0 18 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11068] ppid=11062 vsize=10618024 CPUtime=7.08 cores=1,3,5,7
/proc/11064/task/11068/stat : 11068 (java) S 11062 11064 10594 0 -1 4202560 222845 0 0 0 678 30 0 0 16 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11069] ppid=11062 vsize=10618024 CPUtime=6.42 cores=1,3,5,7
/proc/11064/task/11069/stat : 11069 (java) S 11062 11064 10594 0 -1 4202560 212772 0 0 0 613 29 0 0 18 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11070] ppid=11062 vsize=10618024 CPUtime=5.82 cores=1,3,5,7
/proc/11064/task/11070/stat : 11070 (java) S 11062 11064 10594 0 -1 4202560 166322 0 0 0 561 21 0 0 18 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11071] ppid=11062 vsize=10618024 CPUtime=6.26 cores=1,3,5,7
/proc/11064/task/11071/stat : 11071 (java) S 11062 11064 10594 0 -1 4202560 235571 0 0 0 594 32 0 0 16 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11072] ppid=11062 vsize=10618024 CPUtime=5.27 cores=1,3,5,7
/proc/11064/task/11072/stat : 11072 (java) S 11062 11064 10594 0 -1 4202560 204250 0 0 0 497 30 0 0 18 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11073] ppid=11062 vsize=10618024 CPUtime=5.32 cores=1,3,5,7
/proc/11064/task/11073/stat : 11073 (java) S 11062 11064 10594 0 -1 4202560 168794 0 0 0 508 24 0 0 18 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11074] ppid=11062 vsize=10618024 CPUtime=8.69 cores=1,3,5,7
/proc/11064/task/11074/stat : 11074 (java) S 11062 11064 10594 0 -1 4202560 293541 0 0 0 833 36 0 0 16 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11075] ppid=11062 vsize=10618024 CPUtime=858.28 cores=1,3,5,7
/proc/11064/task/11075/stat : 11075 (java) R 11062 11064 10594 0 -1 4202560 210864 0 0 0 85807 21 0 0 25 0 19 0 831251438 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 47967691989234 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=11064/tid=11076] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11076/stat : 11076 (java) S 11062 11064 10594 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831251438 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11077] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11077/stat : 11077 (java) S 11062 11064 10594 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 831251438 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11078] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11078/stat : 11078 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382780849 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11079] ppid=11062 vsize=10618024 CPUtime=0.5 cores=1,3,5,7
/proc/11064/task/11079/stat : 11079 (java) S 11062 11064 10594 0 -1 4202560 8161 0 0 0 50 0 0 0 16 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 3 0 0 0
[pid=11064/tid=11080] ppid=11062 vsize=10618024 CPUtime=0.34 cores=1,3,5,7
/proc/11064/task/11080/stat : 11080 (java) S 11062 11064 10594 0 -1 4202560 2628 0 0 0 34 0 0 0 15 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11081] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11081/stat : 11081 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11082] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11082/stat : 11082 (java) S 11062 11064 10594 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773760 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11162] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11162/stat : 11162 (java) S 11062 11064 10594 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 831333533 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 975.63
Current children cumulated vsize (KiB) 10618024

[startup+936.701 s]
/proc/loadavg: 3.00 3.07 3.32 4/426 11165
/proc/meminfo: memFree=8781404/32951124 swapFree=49244120/67111528
[pid=11064] ppid=11062 vsize=10618024 CPUtime=976.43 cores=1,3,5,7
/proc/11064/stat : 11064 (java) S 11062 11064 10594 0 -1 4202496 2624694 0 1 0 97297 346 0 0 25 0 19 0 831251435 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11064/statm: 2654506 2588166 2238 9 0 2645240 0
[pid=11064/tid=11065] ppid=11062 vsize=10618024 CPUtime=64.56 cores=1,3,5,7
/proc/11064/task/11065/stat : 11065 (java) S 11062 11064 10594 0 -1 4202560 651053 0 1 0 6370 86 0 0 19 0 19 0 831251435 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11067] ppid=11062 vsize=10618024 CPUtime=6.99 cores=1,3,5,7
/proc/11064/task/11067/stat : 11067 (java) S 11062 11064 10594 0 -1 4202560 246684 0 0 0 667 32 0 0 18 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11068] ppid=11062 vsize=10618024 CPUtime=7.08 cores=1,3,5,7
/proc/11064/task/11068/stat : 11068 (java) S 11062 11064 10594 0 -1 4202560 222845 0 0 0 678 30 0 0 16 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11069] ppid=11062 vsize=10618024 CPUtime=6.42 cores=1,3,5,7
/proc/11064/task/11069/stat : 11069 (java) S 11062 11064 10594 0 -1 4202560 212772 0 0 0 613 29 0 0 18 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11070] ppid=11062 vsize=10618024 CPUtime=5.82 cores=1,3,5,7
/proc/11064/task/11070/stat : 11070 (java) S 11062 11064 10594 0 -1 4202560 166322 0 0 0 561 21 0 0 18 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11071] ppid=11062 vsize=10618024 CPUtime=6.26 cores=1,3,5,7
/proc/11064/task/11071/stat : 11071 (java) S 11062 11064 10594 0 -1 4202560 235571 0 0 0 594 32 0 0 16 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11072] ppid=11062 vsize=10618024 CPUtime=5.27 cores=1,3,5,7
/proc/11064/task/11072/stat : 11072 (java) S 11062 11064 10594 0 -1 4202560 204250 0 0 0 497 30 0 0 18 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11073] ppid=11062 vsize=10618024 CPUtime=5.32 cores=1,3,5,7
/proc/11064/task/11073/stat : 11073 (java) S 11062 11064 10594 0 -1 4202560 168794 0 0 0 508 24 0 0 18 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11074] ppid=11062 vsize=10618024 CPUtime=8.69 cores=1,3,5,7
/proc/11064/task/11074/stat : 11074 (java) S 11062 11064 10594 0 -1 4202560 293541 0 0 0 833 36 0 0 16 0 19 0 831251437 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11075] ppid=11062 vsize=10618024 CPUtime=859.08 cores=1,3,5,7
/proc/11064/task/11075/stat : 11075 (java) R 11062 11064 10594 0 -1 4202560 210864 0 0 0 85887 21 0 0 25 0 19 0 831251438 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 47967694335798 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=11064/tid=11076] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11076/stat : 11076 (java) S 11062 11064 10594 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831251438 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11077] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11077/stat : 11077 (java) S 11062 11064 10594 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 831251438 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11078] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11078/stat : 11078 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382780849 0 4 0 16800975 18446604469683152128 0 0 -1 7 0 0 0
[pid=11064/tid=11079] ppid=11062 vsize=10618024 CPUtime=0.5 cores=1,3,5,7
/proc/11064/task/11079/stat : 11079 (java) S 11062 11064 10594 0 -1 4202560 8161 0 0 0 50 0 0 0 16 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 3 0 0 0
[pid=11064/tid=11080] ppid=11062 vsize=10618024 CPUtime=0.34 cores=1,3,5,7
/proc/11064/task/11080/stat : 11080 (java) S 11062 11064 10594 0 -1 4202560 2628 0 0 0 34 0 0 0 15 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11081] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11081/stat : 11081 (java) S 11062 11064 10594 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
[pid=11064/tid=11082] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11082/stat : 11082 (java) S 11062 11064 10594 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 831251440 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773760 0 4 0 16800975 18446604469683152128 0 0 -1 1 0 0 0
[pid=11064/tid=11162] ppid=11062 vsize=10618024 CPUtime=0 cores=1,3,5,7
/proc/11064/task/11162/stat : 11162 (java) S 11062 11064 10594 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 831333533 10872856576 2588166 33554432000 1073741824 1073778376 140736067532032 18446744073709551615 218382773145 0 4 0 16800975 18446604469683152128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 976.43
Current children cumulated vsize (KiB) 10618024

[startup+937.1 s]
/proc/loadavg: 3.00 3.07 3.32 4/409 11165
/proc/meminfo: memFree=14437552/32951124 swapFree=49244120/67111528
[pid=11064] ppid=11062 vsize=0 CPUtime=976.84 cores=1,3,5,7
/proc/11064/stat : 11064 (java) Z 11062 11064 10594 0 -1 4202524 2624707 0 1 0 97316 368 0 0 18 0 2 0 831251435 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11064/statm: 0 0 0 0 0 0 0
[pid=11064/tid=11078] ppid=11062 vsize=0 CPUtime=0.21 cores=1,3,5,7
/proc/11064/task/11078/stat : 11078 (java) R 11062 11064 10594 0 -1 4203588 8 0 0 0 0 21 0 0 18 0 2 0 831251440 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 976.84
Current children cumulated vsize (KiB) 0

[startup+937.214 s]
/proc/loadavg: 3.00 3.07 3.32 4/409 11165
/proc/meminfo: memFree=14437552/32951124 swapFree=49244120/67111528
[pid=11064] ppid=11062 vsize=0 CPUtime=976.94 cores=1,3,5,7
/proc/11064/stat : 11064 (java) Z 11062 11064 10594 0 -1 4202524 2624707 0 1 0 97316 378 0 0 18 0 2 0 831251435 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11064/statm: 0 0 0 0 0 0 0
[pid=11064/tid=11078] ppid=11062 vsize=0 CPUtime=0.31 cores=1,3,5,7
/proc/11064/task/11078/stat : 11078 (java) R 11062 11064 10594 0 -1 4203588 8 0 0 0 0 31 0 0 18 0 2 0 831251440 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 976.94
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 937.287
CPU time (s): 977.014
CPU user time (s): 973.16
CPU system time (s): 3.85341
CPU usage (%): 104.239
Max. virtual memory (cumulated for all children) (KiB): 10627784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 973.16
system time used= 3.85341
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2624707
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20245
involuntary context switches= 14866

runsolver used 3.59445 second user time and 8.37873 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-04 16:08:07
IDJOB=3455405
IDBENCH=71894
IDSOLVER=1950
FILE ID=node101/3455405-1307196473
RUNJOBID= node101-1307194594-10613
PBS_JOBID= 13508865
Free space on /tmp= 73500 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__2048.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455405-1307196473/watcher-3455405-1307196473 -o /tmp/evaluation-result-3455405-1307196473/solver-3455405-1307196473 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455405-1307196473.opb

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

MD5SUM BENCH= 08161da552551f1a32b034498343cbe2
RANDOM SEED=1001391450

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21667432 kB
Buffers:        293772 kB
Cached:        1212728 kB
SwapCached:      27120 kB
Active:       10367856 kB
Inactive:       626636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21667432 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:          516512 kB
Writeback:           0 kB
AnonPages:     9483396 kB
Mapped:          26168 kB
Slab:           145468 kB
PageTables:      77256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88959044 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73500 MiB
End job on node101 at 2011-06-04 16:23:44