Trace number 3455383

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? (exit code) 925.123 878.155

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__1024.opb
MD5SUM2bcff1be6c98046e73917053605e201c
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 variables15362998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint1024
Maximum length of a constraint46081
Number of terms in the objective function 15360000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 520168088576
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 520168088576
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/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@5495fd19
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@ae94e92
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-3455383-1307196346.opb
0.11/0.11	c reading problem ... 
777.48/730.53	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
777.48/730.53		at org.sat4j.core.Vec.<init>(Unknown Source)
777.48/730.53		at org.sat4j.core.Vec.<init>(Unknown Source)
777.48/730.53		at org.sat4j.pb.reader.OPBReader2007.readTerm(Unknown Source)
777.48/730.53		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
777.48/730.53		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
777.48/730.53		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
777.48/730.53		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
777.48/730.53		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
777.48/730.53		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
777.48/730.53		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
777.48/730.53		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
777.48/730.53		at org.sat4j.AbstractLauncher.run(Unknown Source)
777.48/730.53		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
809.57/762.66	c starts		: 0
835.68/788.77	c conflicts		: 0
924.66/877.79	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
924.66/877.79		at java.lang.StringBuffer.toString(StringBuffer.java:585)
924.66/877.79		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
924.66/877.79		at org.sat4j.pb.core.PBSolverStats.printStat(Unknown Source)
924.66/877.79		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
924.66/877.79		at org.sat4j.tools.ManyCore.printStat(Unknown Source)
924.66/877.79		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
924.66/877.79		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
924.66/877.79		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
924.66/877.79		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

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-3455383-1307196346/watcher-3455383-1307196346 -o /tmp/evaluation-result-3455383-1307196346/solver-3455383-1307196346 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455383-1307196346.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.43 3.72 3.44 2/476 20379
/proc/meminfo: memFree=24037812/32951124 swapFree=60688864/67111528
[pid=20379] ppid=20377 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/20379/stat : 20379 (java) S 20377 20379 20161 0 -1 4202496 4210 0 1 0 0 0 0 0 18 0 2 0 831234820 10694979584 3912 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 2611079 3927 917 9 0 2602235 0
[pid=20379/tid=20380] ppid=20377 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20380/stat : 20380 (java) R 20377 20379 20161 0 -1 4202560 6218 0 1 0 0 0 0 0 19 0 2 0 831234820 10694979584 7034 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232335586363 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0331141 s]
/proc/loadavg: 3.43 3.72 3.44 2/476 20379
/proc/meminfo: memFree=24037812/32951124 swapFree=60688864/67111528
[pid=20379] ppid=20377 vsize=10465424 CPUtime=0.03 cores=1,3,5,7
/proc/20379/stat : 20379 (java) S 20377 20379 20161 0 -1 4202496 10983 0 1 0 2 1 0 0 18 0 11 0 831234820 10716594176 10682 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 2616356 10682 1608 9 0 2607104 0
[pid=20379/tid=20380] ppid=20377 vsize=10465424 CPUtime=0.01 cores=1,3,5,7
/proc/20379/task/20380/stat : 20380 (java) R 20377 20379 20161 0 -1 4202560 9859 0 1 0 1 0 0 0 23 0 11 0 831234820 10716594176 10683 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 47085063725827 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10465424

[startup+0.10108 s]
/proc/loadavg: 3.43 3.72 3.44 2/476 20379
/proc/meminfo: memFree=24037812/32951124 swapFree=60688864/67111528
[pid=20379] ppid=20377 vsize=10540308 CPUtime=0.11 cores=1,3,5,7
/proc/20379/stat : 20379 (java) S 20377 20379 20161 0 -1 4202496 13080 0 1 0 10 1 0 0 18 0 18 0 831234820 10793275392 12775 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 2635077 12776 2093 9 0 2625811 0
[pid=20379/tid=20380] ppid=20377 vsize=10540308 CPUtime=0.09 cores=1,3,5,7
/proc/20379/task/20380/stat : 20380 (java) R 20377 20379 20161 0 -1 4202560 11144 0 1 0 8 1 0 0 25 0 18 0 831234820 10793275392 12776 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 47085068221267 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540308

[startup+0.301048 s]
/proc/loadavg: 3.43 3.72 3.44 2/476 20379
/proc/meminfo: memFree=24037812/32951124 swapFree=60688864/67111528
[pid=20379] ppid=20377 vsize=10540492 CPUtime=0.31 cores=1,3,5,7
/proc/20379/stat : 20379 (java) S 20377 20379 20161 0 -1 4202496 133722 0 1 0 19 12 0 0 18 0 18 0 831234820 10793463808 133420 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 2635123 133447 2134 9 0 2625857 0
[pid=20379/tid=20380] ppid=20377 vsize=10540492 CPUtime=0.28 cores=1,3,5,7
/proc/20379/task/20380/stat : 20380 (java) R 20377 20379 20161 0 -1 4202560 131748 0 1 0 16 12 0 0 25 0 18 0 831234820 10793463808 133461 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 47085064582792 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 10540492

[startup+0.700973 s]
/proc/loadavg: 3.43 3.72 3.44 2/476 20379
/proc/meminfo: memFree=24037812/32951124 swapFree=60688864/67111528
[pid=20379] ppid=20377 vsize=10541360 CPUtime=0.86 cores=1,3,5,7
/proc/20379/stat : 20379 (java) S 20377 20379 20161 0 -1 4202496 203669 0 1 0 66 20 0 0 18 0 18 0 831234820 10794352640 203259 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 2635340 203262 2200 9 0 2626074 0
[pid=20379/tid=20380] ppid=20377 vsize=10541360 CPUtime=0.69 cores=1,3,5,7
/proc/20379/task/20380/stat : 20380 (java) R 20377 20379 20161 0 -1 4202560 201031 0 1 0 49 20 0 0 25 0 18 0 831234820 10794352640 203264 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 46912505552553 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 10541360

[startup+1.50083 s]
/proc/loadavg: 3.43 3.72 3.44 3/494 20397
/proc/meminfo: memFree=23137188/32951124 swapFree=60688864/67111528
[pid=20379] ppid=20377 vsize=10541360 CPUtime=1.66 cores=1,3,5,7
/proc/20379/stat : 20379 (java) S 20377 20379 20161 0 -1 4202496 266310 0 1 0 140 26 0 0 18 0 18 0 831234820 10794352640 265900 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 2635340 265903 2200 9 0 2626074 0
[pid=20379/tid=20380] ppid=20377 vsize=10541360 CPUtime=1.48 cores=1,3,5,7
/proc/20379/task/20380/stat : 20380 (java) R 20377 20379 20161 0 -1 4202560 263672 0 1 0 123 25 0 0 25 0 18 0 831234820 10794352640 265905 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20379/tid=20382] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20382/stat : 20382 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 831234822 10794352640 265907 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20383] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20383/stat : 20383 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831234822 10794352640 265909 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20384] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20384/stat : 20384 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831234822 10794352640 265911 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20385] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20385/stat : 20385 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831234822 10794352640 265913 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20386] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831234822 10794352640 265914 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831234822 10794352640 265916 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (java) S 20377 20379 20161 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 18 0 831234822 10794352640 265918 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 831234822 10794352640 265920 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20390] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20390/stat : 20390 (java) S 20377 20379 20161 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 831234823 10794352640 265922 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708928 0 0 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20391] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20391/stat : 20391 (java) S 20377 20379 20161 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 18 0 831234824 10794352640 265924 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20392] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20392/stat : 20392 (java) S 20377 20379 20161 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 831234824 10794352640 265926 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20393] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20393/stat : 20393 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831234826 10794352640 265928 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347716017 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20394] ppid=20377 vsize=10541360 CPUtime=0.08 cores=1,3,5,7
/proc/20379/task/20394/stat : 20394 (java) S 20377 20379 20161 0 -1 4202560 551 0 0 0 8 0 0 0 17 0 18 0 831234826 10794352640 265930 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20395] ppid=20377 vsize=10541360 CPUtime=0.08 cores=1,3,5,7
/proc/20379/task/20395/stat : 20395 (java) S 20377 20379 20161 0 -1 4202560 940 0 0 0 8 0 0 0 22 0 18 0 831234826 10794352640 265932 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 1 0 0 0
[pid=20379/tid=20396] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20396/stat : 20396 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831234826 10794352640 265934 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20397] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20397/stat : 20397 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 831234826 10794352640 265936 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708928 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 10541360

[startup+3.1015 s]
/proc/loadavg: 3.43 3.72 3.44 3/494 20397
/proc/meminfo: memFree=22788748/32951124 swapFree=60688864/67111528
[pid=20379] ppid=20377 vsize=10541360 CPUtime=3.26 cores=1,3,5,7
/proc/20379/stat : 20379 (java) S 20377 20379 20161 0 -1 4202496 391204 0 1 0 286 40 0 0 18 0 18 0 831234820 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 2635340 390794 2204 9 0 2626074 0
[pid=20379/tid=20380] ppid=20377 vsize=10541360 CPUtime=3.08 cores=1,3,5,7
/proc/20379/task/20380/stat : 20380 (java) R 20377 20379 20161 0 -1 4202560 388557 0 1 0 269 39 0 0 25 0 18 0 831234820 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 46912505366281 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20379/tid=20382] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20382/stat : 20382 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 831234822 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20383] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20383/stat : 20383 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831234822 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20384] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20384/stat : 20384 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831234822 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20385] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20385/stat : 20385 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831234822 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20386] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831234822 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831234822 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (java) S 20377 20379 20161 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 18 0 831234822 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 831234822 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20390] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20390/stat : 20390 (java) S 20377 20379 20161 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 831234823 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708928 0 0 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20391] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20391/stat : 20391 (java) S 20377 20379 20161 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 18 0 831234824 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20392] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20392/stat : 20392 (java) S 20377 20379 20161 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 831234824 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20393] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20393/stat : 20393 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831234826 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347716017 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20394] ppid=20377 vsize=10541360 CPUtime=0.08 cores=1,3,5,7
/proc/20379/task/20394/stat : 20394 (java) S 20377 20379 20161 0 -1 4202560 555 0 0 0 8 0 0 0 15 0 18 0 831234826 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20395] ppid=20377 vsize=10541360 CPUtime=0.08 cores=1,3,5,7
/proc/20379/task/20395/stat : 20395 (java) S 20377 20379 20161 0 -1 4202560 940 0 0 0 8 0 0 0 22 0 18 0 831234826 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 1 0 0 0
[pid=20379/tid=20396] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20396/stat : 20396 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831234826 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20397] ppid=20377 vsize=10541360 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20397/stat : 20397 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 831234826 10794352640 390794 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708928 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 10541360

[startup+6.30094 s]
/proc/loadavg: 3.48 3.73 3.44 3/494 20397
/proc/meminfo: memFree=21684716/32951124 swapFree=60688864/67111528
[pid=20379] ppid=20377 vsize=10540724 CPUtime=6.53 cores=1,3,5,7
/proc/20379/stat : 20379 (java) S 20377 20379 20161 0 -1 4202496 674069 0 1 0 581 72 0 0 18 0 18 0 831234820 10793701376 673504 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 2635181 673557 2214 9 0 2625915 0
[pid=20379/tid=20380] ppid=20377 vsize=10540724 CPUtime=6.26 cores=1,3,5,7
/proc/20379/task/20380/stat : 20380 (java) S 20377 20379 20161 0 -1 4202560 650925 0 1 0 558 68 0 0 19 0 18 0 831234820 10793701376 673585 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 1 0 0 0
[pid=20379/tid=20382] ppid=20377 vsize=10540724 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20382/stat : 20382 (java) R 20377 20379 20161 0 -1 4202560 5133 0 0 0 0 0 0 0 18 0 18 0 831234822 10793701376 673613 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 47085062928115 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=20379/tid=20383] ppid=20377 vsize=10540724 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20383/stat : 20383 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 831234822 10793701376 673643 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20384] ppid=20377 vsize=10540724 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20384/stat : 20384 (java) R 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 831234822 10793701376 673669 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20379/tid=20385] ppid=20377 vsize=10540724 CPUtime=0.01 cores=1,3,5,7
/proc/20379/task/20385/stat : 20385 (java) R 20377 20379 20161 0 -1 4202560 5118 0 0 0 0 1 0 0 18 0 18 0 831234822 10793701376 673700 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 47085062928115 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20379/tid=20386] ppid=20377 vsize=10540724 CPUtime=0.01 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (java) R 20377 20379 20161 0 -1 4202560 5180 0 0 0 1 0 0 0 18 0 18 0 831234822 10793701376 673727 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 47085062928115 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=10540724 CPUtime=0.01 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (java) R 20377 20379 20161 0 -1 4202560 5242 0 0 0 1 0 0 0 18 0 18 0 831234822 10793701376 673755 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 47085062928115 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=10540724 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (java) S 20377 20379 20161 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 18 0 831234822 10793701376 673784 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=10540724 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 831234822 10793701376 673812 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20390] ppid=20377 vsize=10540724 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20390/stat : 20390 (java) S 20377 20379 20161 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 831234823 10793701376 673842 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 0 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20391] ppid=20377 vsize=10540724 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20391/stat : 20391 (java) S 20377 20379 20161 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 18 0 831234824 10793701376 673873 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20392] ppid=20377 vsize=10540724 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20392/stat : 20392 (java) S 20377 20379 20161 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 831234824 10793701376 673899 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20393] ppid=20377 vsize=10540724 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20393/stat : 20393 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831234826 10793701376 673929 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347716017 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20394] ppid=20377 vsize=10540724 CPUtime=0.09 cores=1,3,5,7
/proc/20379/task/20394/stat : 20394 (java) S 20377 20379 20161 0 -1 4202560 555 0 0 0 9 0 0 0 15 0 18 0 831234826 10793701376 673956 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20395] ppid=20377 vsize=10540724 CPUtime=0.09 cores=1,3,5,7
/proc/20379/task/20395/stat : 20395 (java) S 20377 20379 20161 0 -1 4202560 944 0 0 0 9 0 0 0 17 0 18 0 831234826 10793701376 673983 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20396] ppid=20377 vsize=10540724 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20396/stat : 20396 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831234826 10793701376 674010 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20397] ppid=20377 vsize=10540724 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20397/stat : 20397 (java) S 20377 20379 20161 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 831234826 10793701376 674036 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708928 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0

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

/proc/20379/task/20393/stat : 20393 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347716017 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20394] ppid=20377 vsize=10621376 CPUtime=0.37 cores=1,3,5,7
/proc/20379/task/20394/stat : 20394 (java) S 20377 20379 20161 0 -1 4202560 5051 0 0 0 37 0 0 0 16 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20395] ppid=20377 vsize=10621376 CPUtime=0.36 cores=1,3,5,7
/proc/20379/task/20395/stat : 20395 (java) S 20377 20379 20161 0 -1 4202560 1994 0 0 0 36 0 0 0 15 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20396] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20396/stat : 20396 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20397] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20397/stat : 20397 (java) S 20377 20379 20161 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708928 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20472] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20472/stat : 20472 (java) S 20377 20379 20161 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 831307873 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 920.56
Current children cumulated vsize (KiB) 10621376

[startup+875.202 s]
/proc/loadavg: 3.07 3.19 3.31 4/498 20476
/proc/meminfo: memFree=8489268/32951124 swapFree=60688864/67111528
[pid=20379] ppid=20377 vsize=10621376 CPUtime=922.16 cores=1,3,5,7
/proc/20379/stat : 20379 (java) S 20377 20379 20161 0 -1 4202496 2629049 0 1 0 91869 347 0 0 18 0 19 0 831234820 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 2655344 2586749 2231 9 0 2646085 0
[pid=20379/tid=20380] ppid=20377 vsize=10621376 CPUtime=57.62 cores=1,3,5,7
/proc/20379/task/20380/stat : 20380 (java) S 20377 20379 20161 0 -1 4202560 651033 0 1 0 5674 88 0 0 19 0 19 0 831234820 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20382] ppid=20377 vsize=10621376 CPUtime=5.69 cores=1,3,5,7
/proc/20379/task/20382/stat : 20382 (java) S 20377 20379 20161 0 -1 4202560 239810 0 0 0 537 32 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20383] ppid=20377 vsize=10621376 CPUtime=7.89 cores=1,3,5,7
/proc/20379/task/20383/stat : 20383 (java) S 20377 20379 20161 0 -1 4202560 187016 0 0 0 763 26 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20384] ppid=20377 vsize=10621376 CPUtime=6.25 cores=1,3,5,7
/proc/20379/task/20384/stat : 20384 (java) S 20377 20379 20161 0 -1 4202560 197756 0 0 0 600 25 0 0 18 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 1 0 0 0
[pid=20379/tid=20385] ppid=20377 vsize=10621376 CPUtime=8.98 cores=1,3,5,7
/proc/20379/task/20385/stat : 20385 (java) S 20377 20379 20161 0 -1 4202560 296936 0 0 0 856 42 0 0 18 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20386] ppid=20377 vsize=10621376 CPUtime=8.05 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (java) S 20377 20379 20161 0 -1 4202560 180201 0 0 0 782 23 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=10621376 CPUtime=8.41 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (java) S 20377 20379 20161 0 -1 4202560 252457 0 0 0 807 34 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 1 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=10621376 CPUtime=8.53 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (java) S 20377 20379 20161 0 -1 4202560 219201 0 0 0 823 30 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 1 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=10621376 CPUtime=8.05 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (java) S 20377 20379 20161 0 -1 4202560 189923 0 0 0 785 20 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20390] ppid=20377 vsize=10621376 CPUtime=801.86 cores=1,3,5,7
/proc/20379/task/20390/stat : 20390 (java) R 20377 20379 20161 0 -1 4202560 206465 0 0 0 80165 21 0 0 25 0 19 0 831234823 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 47085067312817 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=20379/tid=20391] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20391/stat : 20391 (java) S 20377 20379 20161 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831234824 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20392] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20392/stat : 20392 (java) S 20377 20379 20161 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 831234824 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20393] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20393/stat : 20393 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347716017 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20394] ppid=20377 vsize=10621376 CPUtime=0.37 cores=1,3,5,7
/proc/20379/task/20394/stat : 20394 (java) S 20377 20379 20161 0 -1 4202560 5051 0 0 0 37 0 0 0 16 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20395] ppid=20377 vsize=10621376 CPUtime=0.36 cores=1,3,5,7
/proc/20379/task/20395/stat : 20395 (java) S 20377 20379 20161 0 -1 4202560 1994 0 0 0 36 0 0 0 15 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20396] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20396/stat : 20396 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20397] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20397/stat : 20397 (java) S 20377 20379 20161 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708928 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20472] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20472/stat : 20472 (java) S 20377 20379 20161 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 831307873 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 922.16
Current children cumulated vsize (KiB) 10621376

[startup+876.817 s]
/proc/loadavg: 3.07 3.19 3.31 4/498 20476
/proc/meminfo: memFree=8489376/32951124 swapFree=60688864/67111528
[pid=20379] ppid=20377 vsize=10621376 CPUtime=923.78 cores=1,3,5,7
/proc/20379/stat : 20379 (java) S 20377 20379 20161 0 -1 4202496 2629049 0 1 0 92031 347 0 0 18 0 19 0 831234820 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 2655344 2586749 2231 9 0 2646085 0
[pid=20379/tid=20380] ppid=20377 vsize=10621376 CPUtime=57.62 cores=1,3,5,7
/proc/20379/task/20380/stat : 20380 (java) S 20377 20379 20161 0 -1 4202560 651033 0 1 0 5674 88 0 0 19 0 19 0 831234820 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20382] ppid=20377 vsize=10621376 CPUtime=5.69 cores=1,3,5,7
/proc/20379/task/20382/stat : 20382 (java) S 20377 20379 20161 0 -1 4202560 239810 0 0 0 537 32 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20383] ppid=20377 vsize=10621376 CPUtime=7.89 cores=1,3,5,7
/proc/20379/task/20383/stat : 20383 (java) S 20377 20379 20161 0 -1 4202560 187016 0 0 0 763 26 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20384] ppid=20377 vsize=10621376 CPUtime=6.25 cores=1,3,5,7
/proc/20379/task/20384/stat : 20384 (java) S 20377 20379 20161 0 -1 4202560 197756 0 0 0 600 25 0 0 18 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 1 0 0 0
[pid=20379/tid=20385] ppid=20377 vsize=10621376 CPUtime=8.98 cores=1,3,5,7
/proc/20379/task/20385/stat : 20385 (java) S 20377 20379 20161 0 -1 4202560 296936 0 0 0 856 42 0 0 18 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20386] ppid=20377 vsize=10621376 CPUtime=8.05 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (java) S 20377 20379 20161 0 -1 4202560 180201 0 0 0 782 23 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=10621376 CPUtime=8.41 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (java) S 20377 20379 20161 0 -1 4202560 252457 0 0 0 807 34 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 1 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=10621376 CPUtime=8.53 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (java) S 20377 20379 20161 0 -1 4202560 219201 0 0 0 823 30 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 1 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=10621376 CPUtime=8.05 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (java) S 20377 20379 20161 0 -1 4202560 189923 0 0 0 785 20 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20390] ppid=20377 vsize=10621376 CPUtime=803.47 cores=1,3,5,7
/proc/20379/task/20390/stat : 20390 (java) R 20377 20379 20161 0 -1 4202560 206465 0 0 0 80326 21 0 0 25 0 19 0 831234823 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 47085067312928 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=20379/tid=20391] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20391/stat : 20391 (java) S 20377 20379 20161 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831234824 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20392] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20392/stat : 20392 (java) S 20377 20379 20161 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 831234824 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20393] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20393/stat : 20393 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347716017 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20394] ppid=20377 vsize=10621376 CPUtime=0.37 cores=1,3,5,7
/proc/20379/task/20394/stat : 20394 (java) S 20377 20379 20161 0 -1 4202560 5051 0 0 0 37 0 0 0 16 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20395] ppid=20377 vsize=10621376 CPUtime=0.36 cores=1,3,5,7
/proc/20379/task/20395/stat : 20395 (java) S 20377 20379 20161 0 -1 4202560 1994 0 0 0 36 0 0 0 15 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20396] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20396/stat : 20396 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20397] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20397/stat : 20397 (java) S 20377 20379 20161 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708928 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20472] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20472/stat : 20472 (java) S 20377 20379 20161 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 831307873 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 923.78
Current children cumulated vsize (KiB) 10621376

[startup+877.601 s]
/proc/loadavg: 3.07 3.19 3.31 4/498 20476
/proc/meminfo: memFree=8489376/32951124 swapFree=60688864/67111528
[pid=20379] ppid=20377 vsize=10621376 CPUtime=924.56 cores=1,3,5,7
/proc/20379/stat : 20379 (java) S 20377 20379 20161 0 -1 4202496 2629049 0 1 0 92109 347 0 0 18 0 19 0 831234820 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 2655344 2586749 2231 9 0 2646085 0
[pid=20379/tid=20380] ppid=20377 vsize=10621376 CPUtime=57.62 cores=1,3,5,7
/proc/20379/task/20380/stat : 20380 (java) S 20377 20379 20161 0 -1 4202560 651033 0 1 0 5674 88 0 0 19 0 19 0 831234820 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20382] ppid=20377 vsize=10621376 CPUtime=5.69 cores=1,3,5,7
/proc/20379/task/20382/stat : 20382 (java) S 20377 20379 20161 0 -1 4202560 239810 0 0 0 537 32 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20383] ppid=20377 vsize=10621376 CPUtime=7.89 cores=1,3,5,7
/proc/20379/task/20383/stat : 20383 (java) S 20377 20379 20161 0 -1 4202560 187016 0 0 0 763 26 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20384] ppid=20377 vsize=10621376 CPUtime=6.25 cores=1,3,5,7
/proc/20379/task/20384/stat : 20384 (java) S 20377 20379 20161 0 -1 4202560 197756 0 0 0 600 25 0 0 18 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 1 0 0 0
[pid=20379/tid=20385] ppid=20377 vsize=10621376 CPUtime=8.98 cores=1,3,5,7
/proc/20379/task/20385/stat : 20385 (java) S 20377 20379 20161 0 -1 4202560 296936 0 0 0 856 42 0 0 18 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20386] ppid=20377 vsize=10621376 CPUtime=8.05 cores=1,3,5,7
/proc/20379/task/20386/stat : 20386 (java) S 20377 20379 20161 0 -1 4202560 180201 0 0 0 782 23 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 1 0 0 0
[pid=20379/tid=20387] ppid=20377 vsize=10621376 CPUtime=8.41 cores=1,3,5,7
/proc/20379/task/20387/stat : 20387 (java) S 20377 20379 20161 0 -1 4202560 252457 0 0 0 807 34 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 1 0 0 0
[pid=20379/tid=20388] ppid=20377 vsize=10621376 CPUtime=8.53 cores=1,3,5,7
/proc/20379/task/20388/stat : 20388 (java) S 20377 20379 20161 0 -1 4202560 219201 0 0 0 823 30 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 1 0 0 0
[pid=20379/tid=20389] ppid=20377 vsize=10621376 CPUtime=8.05 cores=1,3,5,7
/proc/20379/task/20389/stat : 20389 (java) S 20377 20379 20161 0 -1 4202560 189923 0 0 0 785 20 0 0 16 0 19 0 831234822 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20390] ppid=20377 vsize=10621376 CPUtime=804.26 cores=1,3,5,7
/proc/20379/task/20390/stat : 20390 (java) R 20377 20379 20161 0 -1 4202560 206465 0 0 0 80405 21 0 0 25 0 19 0 831234823 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 47085067312947 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=20379/tid=20391] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20391/stat : 20391 (java) S 20377 20379 20161 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831234824 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20392] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20392/stat : 20392 (java) S 20377 20379 20161 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 831234824 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20393] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20393/stat : 20393 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347716017 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20394] ppid=20377 vsize=10621376 CPUtime=0.37 cores=1,3,5,7
/proc/20379/task/20394/stat : 20394 (java) S 20377 20379 20161 0 -1 4202560 5051 0 0 0 37 0 0 0 16 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
[pid=20379/tid=20395] ppid=20377 vsize=10621376 CPUtime=0.36 cores=1,3,5,7
/proc/20379/task/20395/stat : 20395 (java) S 20377 20379 20161 0 -1 4202560 1994 0 0 0 36 0 0 0 15 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20396] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20396/stat : 20396 (java) S 20377 20379 20161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 7 0 0 0
[pid=20379/tid=20397] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20397/stat : 20397 (java) S 20377 20379 20161 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 831234826 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708928 0 4 0 16800975 18446604462349861184 0 0 -1 3 0 0 0
[pid=20379/tid=20472] ppid=20377 vsize=10621376 CPUtime=0 cores=1,3,5,7
/proc/20379/task/20472/stat : 20472 (java) S 20377 20379 20161 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 831307873 10876289024 2586749 33554432000 1073741824 1073778376 140736050453744 18446744073709551615 232347708313 0 4 0 16800975 18446604462349861184 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 924.56
Current children cumulated vsize (KiB) 10621376

[startup+878.001 s]
/proc/loadavg: 3.22 3.22 3.32 4/481 20476
/proc/meminfo: memFree=8597264/32951124 swapFree=60688864/67111528
[pid=20379] ppid=20377 vsize=0 CPUtime=924.96 cores=1,3,5,7
/proc/20379/stat : 20379 (java) Z 20377 20379 20161 0 -1 4202524 2629060 0 1 0 92129 367 0 0 18 0 2 0 831234820 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 0 0 0 0 0 0 0
[pid=20379/tid=20384] ppid=20377 vsize=0 CPUtime=6.45 cores=1,3,5,7
/proc/20379/task/20384/stat : 20384 (java) R 20377 20379 20161 0 -1 4203588 197756 0 0 0 600 45 0 0 18 0 2 0 831234822 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 924.96
Current children cumulated vsize (KiB) 0

[startup+878.101 s]
/proc/loadavg: 3.22 3.22 3.32 4/481 20476
/proc/meminfo: memFree=8597264/32951124 swapFree=60688864/67111528
[pid=20379] ppid=20377 vsize=0 CPUtime=925.06 cores=1,3,5,7
/proc/20379/stat : 20379 (java) Z 20377 20379 20161 0 -1 4202524 2629060 0 1 0 92129 377 0 0 18 0 2 0 831234820 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/20379/statm: 0 0 0 0 0 0 0
[pid=20379/tid=20384] ppid=20377 vsize=0 CPUtime=6.55 cores=1,3,5,7
/proc/20379/task/20384/stat : 20384 (java) R 20377 20379 20161 0 -1 4203588 197756 0 0 0 600 55 0 0 18 0 2 0 831234822 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 925.06
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 878.155
CPU time (s): 925.123
CPU user time (s): 921.293
CPU system time (s): 3.83042
CPU usage (%): 105.349
Max. virtual memory (cumulated for all children) (KiB): 10635628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 921.293
system time used= 3.83042
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2629060
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= 32139
involuntary context switches= 19271

runsolver used 4.09238 second user time and 9.47756 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-04 16:06:07
IDJOB=3455383
IDBENCH=71872
IDSOLVER=1950
FILE ID=node132/3455383-1307196346
RUNJOBID= node132-1307196337-20180
PBS_JOBID= 13508890
Free space on /tmp= 73144 MiB

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

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

MD5SUM BENCH= 2bcff1be6c98046e73917053605e201c
RANDOM SEED=2024026517

node132.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.833
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.66
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.833
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	: 5332.74
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.833
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.76
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.833
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.75
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.833
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.77
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.833
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.67
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.833
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.82
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24037852 kB
Buffers:        330732 kB
Cached:        3943780 kB
SwapCached:      15140 kB
Active:        3131088 kB
Inactive:      5497636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24037852 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:          806240 kB
Writeback:           0 kB
AnonPages:     4347128 kB
Mapped:          27228 kB
Slab:           165204 kB
PageTables:      52764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 119569628 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73028 MiB
End job on node132 at 2011-06-04 16:20:45