Trace number 3688935

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
Sat 4j PB Resolution 2.3.2 Snapshot? (exit code) 828.95 762.859

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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.2.v20120418
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3688935-1337888917.opb
0.07/0.13	c reading problem ... 
744.17/678.08	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
744.17/678.08		at java.math.BigInteger.add(BigInteger.java:1023)
744.17/678.08		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.sumOfCoefficients(Unknown Source)
744.17/678.08		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructPB(Unknown Source)
744.17/678.08		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
744.17/678.08		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
744.17/678.08		at org.sat4j.pb.core.PBSolver.addExactly(Unknown Source)
744.17/678.08		at org.sat4j.pb.PBSolverDecorator.addExactly(Unknown Source)
744.17/678.08		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
744.17/678.08		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
744.17/678.08		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
744.17/678.08		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
744.17/678.08		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
744.17/678.08		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
744.17/678.08		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
744.17/678.08		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
744.17/678.08		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
744.17/678.08		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
744.17/678.08		at org.sat4j.pb.LanceurPseudo2005.readProblem(Unknown Source)
744.17/678.08		at org.sat4j.AbstractLauncher.run(Unknown Source)
744.17/678.08		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
774.86/708.75	c starts		: 0
828.95/762.82	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
828.95/762.82		at java.lang.StringBuffer.toString(StringBuffer.java:585)
828.95/762.82		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
828.95/762.82		at org.sat4j.pb.core.PBSolverStats.printStat(Unknown Source)
828.95/762.82		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
828.95/762.82		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
828.95/762.82		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
828.95/762.82		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
828.95/762.82		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.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3688935-1337888917/watcher-3688935-1337888917 -o /tmp/evaluation-result-3688935-1337888917/solver-3688935-1337888917 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688935-1337888917.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: 2.17 2.08 2.02 3/194 16287
/proc/meminfo: memFree=27778908/32873844 swapFree=7104/7104
[pid=16287] ppid=16285 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/16287/stat : 16287 (java) R 16285 16287 14581 0 -1 4202496 92 0 0 0 0 0 0 0 20 0 1 0 255018080 2560000 45 33554432000 1073741824 1073778376 140733719511328 140733719508504 233211721546 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16287/statm: 625 47 37 9 0 29 0

[startup+0.0276539 s]
/proc/loadavg: 2.17 2.08 2.02 3/194 16287
/proc/meminfo: memFree=27778908/32873844 swapFree=7104/7104
[pid=16287] ppid=16285 vsize=8471396 CPUtime=0 cores=1,3,5,7
/proc/16287/stat : 16287 (java) S 16285 16287 14581 0 -1 4202496 1552 0 1 0 0 0 0 0 20 0 2 0 255018080 8674709504 1232 33554432000 1073741824 1073778376 140735094132576 140735094123712 233224306749 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16287/statm: 2117849 1258 930 9 0 2108958 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8471396

[startup+0.100291 s]
/proc/loadavg: 2.17 2.08 2.02 3/194 16287
/proc/meminfo: memFree=27778908/32873844 swapFree=7104/7104
[pid=16287] ppid=16285 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/16287/stat : 16287 (java) S 16285 16287 14581 0 -1 4202496 3460 0 1 0 6 1 0 0 20 0 18 0 255018080 9787813888 4158 33554432000 1073741824 1073778376 140735094132576 140735094123712 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16287/statm: 2389603 4161 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300434 s]
/proc/loadavg: 2.17 2.08 2.02 3/194 16287
/proc/meminfo: memFree=27778908/32873844 swapFree=7104/7104
[pid=16287] ppid=16285 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/16287/stat : 16287 (java) S 16285 16287 14581 0 -1 4202496 4836 0 1 0 44 9 0 0 20 0 18 0 255018080 9787813888 84141 33554432000 1073741824 1073778376 140735094132576 140735094123712 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16287/statm: 2389603 84141 2178 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700269 s]
/proc/loadavg: 2.17 2.08 2.02 3/194 16287
/proc/meminfo: memFree=27778908/32873844 swapFree=7104/7104
[pid=16287] ppid=16285 vsize=9558412 CPUtime=1.4 cores=1,3,5,7
/proc/16287/stat : 16287 (java) S 16285 16287 14581 0 -1 4202496 5896 0 1 0 128 12 0 0 20 0 18 0 255018080 9787813888 114539 33554432000 1073741824 1073778376 140735094132576 140735094123712 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16287/statm: 2389603 114539 2239 9 0 2380296 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9558412

[startup+1.50073 s]
/proc/loadavg: 2.17 2.08 2.02 3/212 16305
/proc/meminfo: memFree=27309388/32873844 swapFree=7104/7104
[pid=16287] ppid=16285 vsize=9558412 CPUtime=2.2 cores=1,3,5,7
/proc/16287/stat : 16287 (java) S 16285 16287 14581 0 -1 4202496 6152 0 1 0 206 14 0 0 20 0 18 0 255018080 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 140735094123712 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16287/statm: 2389603 132168 2244 9 0 2380296 0
[pid=16287/tid=16289] ppid=16285 vsize=9558412 CPUtime=1.11 cores=1,3,5,7
/proc/16287/task/16289/stat : 16289 (java) R 16285 16287 14581 0 -1 4202560 2634 0 1 0 105 6 0 0 20 0 18 0 255018081 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 139742669815600 139742542794545 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16290] ppid=16285 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/16287/task/16290/stat : 16290 (java) S 16285 16287 14581 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 18 0 255018083 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 139742513854632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16291] ppid=16285 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/16287/task/16291/stat : 16291 (java) S 16285 16287 14581 0 -1 4202560 41 0 0 0 7 0 0 0 20 0 18 0 255018083 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 139742512802088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16292] ppid=16285 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/16287/task/16292/stat : 16292 (java) S 16285 16287 14581 0 -1 4202560 37 0 0 0 7 0 0 0 20 0 18 0 255018083 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 139742511749544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16287/tid=16293] ppid=16285 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/16287/task/16293/stat : 16293 (java) S 16285 16287 14581 0 -1 4202560 73 0 0 0 10 1 0 0 20 0 18 0 255018083 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 139742510697000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16294] ppid=16285 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/16287/task/16294/stat : 16294 (java) S 16285 16287 14581 0 -1 4202560 14 0 0 0 7 0 0 0 20 0 18 0 255018083 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 139742509644456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16287/tid=16295] ppid=16285 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/16287/task/16295/stat : 16295 (java) S 16285 16287 14581 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 18 0 255018083 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 139742508591912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16296] ppid=16285 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/16287/task/16296/stat : 16296 (java) S 16285 16287 14581 0 -1 4202560 54 0 0 0 6 2 0 0 20 0 18 0 255018083 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 139742507539368 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16287/tid=16297] ppid=16285 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/16287/task/16297/stat : 16297 (java) S 16285 16287 14581 0 -1 4202560 53 0 0 0 8 0 0 0 20 0 18 0 255018083 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 139742506486824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16298] ppid=16285 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/16287/task/16298/stat : 16298 (java) S 16285 16287 14581 0 -1 4202560 311 0 0 0 14 0 0 0 20 0 18 0 255018084 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 139742494074984 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16299] ppid=16285 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16299/stat : 16299 (java) S 16285 16287 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255018084 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 139742493021304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16300] ppid=16285 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16300/stat : 16300 (java) S 16285 16287 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255018084 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 139742491968648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16301] ppid=16285 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16301/stat : 16301 (java) S 16285 16287 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255018087 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 139742490917392 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16302] ppid=16285 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/16287/task/16302/stat : 16302 (java) S 16285 16287 14581 0 -1 4202560 775 0 0 0 8 0 0 0 20 0 18 0 255018087 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 139742489864760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16303] ppid=16285 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/16287/task/16303/stat : 16303 (java) S 16285 16287 14581 0 -1 4202560 922 0 0 0 7 0 0 0 20 0 18 0 255018087 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 139742488812216 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16304] ppid=16285 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16304/stat : 16304 (java) S 16285 16287 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255018087 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 139742487759864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16305] ppid=16285 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16305/stat : 16305 (java) S 16285 16287 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255018087 9787813888 132168 33554432000 1073741824 1073778376 140735094132576 139742486707528 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9558412

[startup+3.10075 s]
/proc/loadavg: 2.17 2.08 2.02 3/212 16305
/proc/meminfo: memFree=27190544/32873844 swapFree=7104/7104
[pid=16287] ppid=16285 vsize=9558412 CPUtime=4.2 cores=1,3,5,7
/proc/16287/stat : 16287 (java) S 16285 16287 14581 0 -1 4202496 6690 0 1 0 394 26 0 0 20 0 18 0 255018080 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 140735094123712 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16287/statm: 2389603 161224 2248 9 0 2380296 0
[pid=16287/tid=16289] ppid=16285 vsize=9558412 CPUtime=2.56 cores=1,3,5,7
/proc/16287/task/16289/stat : 16289 (java) R 16285 16287 14581 0 -1 4202560 2653 0 1 0 249 7 0 0 20 0 18 0 255018081 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 139742669815712 139742542795225 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16290] ppid=16285 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/16287/task/16290/stat : 16290 (java) S 16285 16287 14581 0 -1 4202560 48 0 0 0 10 2 0 0 20 0 18 0 255018083 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 139742513854632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16291] ppid=16285 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/16287/task/16291/stat : 16291 (java) S 16285 16287 14581 0 -1 4202560 79 0 0 0 13 2 0 0 20 0 18 0 255018083 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 139742512802088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16292] ppid=16285 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/16287/task/16292/stat : 16292 (java) S 16285 16287 14581 0 -1 4202560 113 0 0 0 11 2 0 0 20 0 18 0 255018083 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 139742511749544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16287/tid=16293] ppid=16285 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/16287/task/16293/stat : 16293 (java) S 16285 16287 14581 0 -1 4202560 203 0 0 0 14 3 0 0 20 0 18 0 255018083 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 139742510697000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16294] ppid=16285 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/16287/task/16294/stat : 16294 (java) S 16285 16287 14581 0 -1 4202560 51 0 0 0 11 1 0 0 20 0 18 0 255018083 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 139742509644456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16287/tid=16295] ppid=16285 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/16287/task/16295/stat : 16295 (java) S 16285 16287 14581 0 -1 4202560 73 0 0 0 11 3 0 0 20 0 18 0 255018083 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 139742508591912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16296] ppid=16285 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/16287/task/16296/stat : 16296 (java) S 16285 16287 14581 0 -1 4202560 110 0 0 0 13 5 0 0 20 0 18 0 255018083 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 139742507539368 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16297] ppid=16285 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/16287/task/16297/stat : 16297 (java) S 16285 16287 14581 0 -1 4202560 105 0 0 0 15 2 0 0 20 0 18 0 255018083 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 139742506486824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16298] ppid=16285 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/16287/task/16298/stat : 16298 (java) S 16285 16287 14581 0 -1 4202560 379 0 0 0 14 0 0 0 20 0 18 0 255018084 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 139742494074984 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16299] ppid=16285 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16299/stat : 16299 (java) S 16285 16287 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255018084 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 139742493021304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16300] ppid=16285 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16300/stat : 16300 (java) S 16285 16287 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255018084 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 139742491968648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16301] ppid=16285 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16301/stat : 16301 (java) S 16285 16287 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255018087 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 139742490917392 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16302] ppid=16285 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/16287/task/16302/stat : 16302 (java) S 16285 16287 14581 0 -1 4202560 779 0 0 0 8 0 0 0 20 0 18 0 255018087 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 139742489864760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16303] ppid=16285 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/16287/task/16303/stat : 16303 (java) S 16285 16287 14581 0 -1 4202560 922 0 0 0 7 0 0 0 20 0 18 0 255018087 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 139742488812216 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16304] ppid=16285 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16304/stat : 16304 (java) S 16285 16287 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255018087 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 139742487759864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16305] ppid=16285 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16305/stat : 16305 (java) S 16285 16287 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255018087 9787813888 161224 33554432000 1073741824 1073778376 140735094132576 139742486707528 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9558412

[startup+6.30074 s]
/proc/loadavg: 2.15 2.08 2.02 3/212 16305
/proc/meminfo: memFree=26876460/32873844 swapFree=7104/7104
[pid=16287] ppid=16285 vsize=9558412 CPUtime=8.47 cores=1,3,5,7
/proc/16287/stat : 16287 (java) S 16285 16287 14581 0 -1 4202496 8535 0 1 0 800 47 0 0 20 0 18 0 255018080 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 140735094123712 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16287/statm: 2389603 230639 2248 9 0 2380296 0
[pid=16287/tid=16289] ppid=16285 vsize=9558412 CPUtime=5.39 cores=1,3,5,7
/proc/16287/task/16289/stat : 16289 (java) R 16285 16287 14581 0 -1 4202560 3617 0 1 0 529 10 0 0 20 0 18 0 255018081 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 139742669815872 139742542795225 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16290] ppid=16285 vsize=9558412 CPUtime=0.34 cores=1,3,5,7
/proc/16287/task/16290/stat : 16290 (java) S 16285 16287 14581 0 -1 4202560 105 0 0 0 30 4 0 0 20 0 18 0 255018083 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 139742513854632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16291] ppid=16285 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/16287/task/16291/stat : 16291 (java) S 16285 16287 14581 0 -1 4202560 161 0 0 0 33 5 0 0 20 0 18 0 255018083 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 139742512802088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16292] ppid=16285 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/16287/task/16292/stat : 16292 (java) S 16285 16287 14581 0 -1 4202560 143 0 0 0 26 3 0 0 20 0 18 0 255018083 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 139742511749544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16293] ppid=16285 vsize=9558412 CPUtime=0.33 cores=1,3,5,7
/proc/16287/task/16293/stat : 16293 (java) S 16285 16287 14581 0 -1 4202560 243 0 0 0 28 5 0 0 20 0 18 0 255018083 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 139742510697000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16287/tid=16294] ppid=16285 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/16287/task/16294/stat : 16294 (java) S 16285 16287 14581 0 -1 4202560 86 0 0 0 24 3 0 0 20 0 18 0 255018083 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 139742509644456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16295] ppid=16285 vsize=9558412 CPUtime=0.33 cores=1,3,5,7
/proc/16287/task/16295/stat : 16295 (java) S 16285 16287 14581 0 -1 4202560 125 0 0 0 27 6 0 0 20 0 18 0 255018083 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 139742508591912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16296] ppid=16285 vsize=9558412 CPUtime=0.33 cores=1,3,5,7
/proc/16287/task/16296/stat : 16296 (java) S 16285 16287 14581 0 -1 4202560 152 0 0 0 26 7 0 0 20 0 18 0 255018083 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 139742507539368 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16287/tid=16297] ppid=16285 vsize=9558412 CPUtime=0.32 cores=1,3,5,7
/proc/16287/task/16297/stat : 16297 (java) S 16285 16287 14581 0 -1 4202560 442 0 0 0 28 4 0 0 20 0 18 0 255018083 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 139742506486824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16287/tid=16298] ppid=16285 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/16287/task/16298/stat : 16298 (java) S 16285 16287 14581 0 -1 4202560 545 0 0 0 14 0 0 0 20 0 18 0 255018084 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 139742494074984 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16299] ppid=16285 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16299/stat : 16299 (java) S 16285 16287 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255018084 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 139742493021304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16300] ppid=16285 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16300/stat : 16300 (java) S 16285 16287 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255018084 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 139742491968648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16301] ppid=16285 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16301/stat : 16301 (java) S 16285 16287 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255018087 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 139742490917392 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16302] ppid=16285 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/16287/task/16302/stat : 16302 (java) S 16285 16287 14581 0 -1 4202560 819 0 0 0 10 0 0 0 20 0 18 0 255018087 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 139742489864760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16303] ppid=16285 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/16287/task/16303/stat : 16303 (java) S 16285 16287 14581 0 -1 4202560 922 0 0 0 7 0 0 0 20 0 18 0 255018087 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 139742488812216 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16304] ppid=16285 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16304/stat : 16304 (java) S 16285 16287 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255018087 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 139742487759864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16305] ppid=16285 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16305/stat : 16305 (java) S 16285 16287 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255018087 9787813888 230639 33554432000 1073741824 1073778376 140735094132576 139742486707528 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.47
Current children cumulated vsize (KiB) 9558412

[startup+12.7007 s]
/proc/loadavg: 2.70 2.19 2.06 3/212 16305
/proc/meminfo: memFree=26027496/32873844 swapFree=7104/7104
[pid=16287] ppid=16285 vsize=9558412 CPUtime=18.08 cores=1,3,5,7
/proc/16287/stat : 16287 (java) S 16285 16287 14581 0 -1 4202496 13019 0 1 0 1703 105 0 0 20 0 18 0 255018080 9787813888 435740 33554432000 1073741824 1073778376 140735094132576 140735094123712 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16287/statm: 2389603 435740 2248 9 0 2380296 0
[pid=16287/tid=16289] ppid=16285 vsize=9558412 CPUtime=9.99 cores=1,3,5,7

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

/proc/16287/task/16298/stat : 16298 (java) R 16285 16287 14581 0 -1 4202560 8658 0 0 0 63198 32 0 0 20 0 19 0 255018084 9855975424 2090540 33554432000 1073741824 1073778376 140735094132576 139742494074800 139742673985872 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16299] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16299/stat : 16299 (java) S 16285 16287 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255018084 9855975424 2090540 33554432000 1073741824 1073778376 140735094132576 139742493021304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16300] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16300/stat : 16300 (java) S 16285 16287 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255018084 9855975424 2090540 33554432000 1073741824 1073778376 140735094132576 139742491968648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16301] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16301/stat : 16301 (java) S 16285 16287 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255018087 9855975424 2090540 33554432000 1073741824 1073778376 140735094132576 139742490917392 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16302] ppid=16285 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/16287/task/16302/stat : 16302 (java) S 16285 16287 14581 0 -1 4202560 2242 0 0 0 28 0 0 0 20 0 19 0 255018087 9855975424 2090540 33554432000 1073741824 1073778376 140735094132576 139742489864760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16303] ppid=16285 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/16287/task/16303/stat : 16303 (java) S 16285 16287 14581 0 -1 4202560 1737 0 0 0 23 0 0 0 20 0 19 0 255018087 9855975424 2090540 33554432000 1073741824 1073778376 140735094132576 139742488812216 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16304] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16304/stat : 16304 (java) S 16285 16287 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255018087 9855975424 2090540 33554432000 1073741824 1073778376 140735094132576 139742487759864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16305] ppid=16285 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/16287/task/16305/stat : 16305 (java) S 16285 16287 14581 0 -1 4202560 41 0 0 0 16 15 0 0 20 0 19 0 255018087 9855975424 2090540 33554432000 1073741824 1073778376 140735094132576 139742486707528 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16314] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16314/stat : 16314 (java) S 16285 16287 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255085889 9855975424 2090540 33554432000 1073741824 1073778376 140735094132576 139742485651176 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 768.46
Current children cumulated vsize (KiB) 9624976

[startup+762.307 s]
/proc/loadavg: 2.00 2.06 2.10 3/214 16337
/proc/meminfo: memFree=19293364/32873844 swapFree=7104/7104
[pid=16287] ppid=16285 vsize=9624976 CPUtime=828.46 cores=1,3,5,7
/proc/16287/stat : 16287 (java) S 16285 16287 14581 0 -1 4202496 78808 0 1 0 82095 751 0 0 20 0 19 0 255018080 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 140735094123712 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16287/statm: 2406244 2090544 2265 9 0 2396937 0
[pid=16287/tid=16289] ppid=16285 vsize=9624976 CPUtime=45.74 cores=1,3,5,7
/proc/16287/task/16289/stat : 16289 (java) S 16285 16287 14581 0 -1 4202560 3769 0 1 0 4548 26 0 0 20 0 19 0 255018081 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742669825208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16290] ppid=16285 vsize=9624976 CPUtime=10.98 cores=1,3,5,7
/proc/16287/task/16290/stat : 16290 (java) S 16285 16287 14581 0 -1 4202560 4343 0 0 0 1012 86 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742513854632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16291] ppid=16285 vsize=9624976 CPUtime=11.09 cores=1,3,5,7
/proc/16287/task/16291/stat : 16291 (java) S 16285 16287 14581 0 -1 4202560 6217 0 0 0 1017 92 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742512802088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16292] ppid=16285 vsize=9624976 CPUtime=10.92 cores=1,3,5,7
/proc/16287/task/16292/stat : 16292 (java) S 16285 16287 14581 0 -1 4202560 4558 0 0 0 1007 85 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742511749544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16287/tid=16293] ppid=16285 vsize=9624976 CPUtime=10.95 cores=1,3,5,7
/proc/16287/task/16293/stat : 16293 (java) S 16285 16287 14581 0 -1 4202560 6650 0 0 0 1005 90 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742510697000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16294] ppid=16285 vsize=9624976 CPUtime=11.22 cores=1,3,5,7
/proc/16287/task/16294/stat : 16294 (java) S 16285 16287 14581 0 -1 4202560 5353 0 0 0 1041 81 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742509644456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16295] ppid=16285 vsize=9624976 CPUtime=10.54 cores=1,3,5,7
/proc/16287/task/16295/stat : 16295 (java) S 16285 16287 14581 0 -1 4202560 21696 0 0 0 978 76 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742508591912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16296] ppid=16285 vsize=9624976 CPUtime=11.14 cores=1,3,5,7
/proc/16287/task/16296/stat : 16296 (java) S 16285 16287 14581 0 -1 4202560 4639 0 0 0 1025 89 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742507539368 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16297] ppid=16285 vsize=9624976 CPUtime=10.78 cores=1,3,5,7
/proc/16287/task/16297/stat : 16297 (java) S 16285 16287 14581 0 -1 4202560 7711 0 0 0 994 84 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742506486824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16287/tid=16298] ppid=16285 vsize=9624976 CPUtime=692.13 cores=1,3,5,7
/proc/16287/task/16298/stat : 16298 (java) R 16285 16287 14581 0 -1 4202560 8662 0 0 0 69180 33 0 0 20 0 19 0 255018084 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742494075144 233220620517 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16299] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16299/stat : 16299 (java) S 16285 16287 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255018084 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742493021304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16300] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16300/stat : 16300 (java) S 16285 16287 14581 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255018084 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742491968648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16301] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16301/stat : 16301 (java) S 16285 16287 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255018087 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742490917392 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16302] ppid=16285 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/16287/task/16302/stat : 16302 (java) S 16285 16287 14581 0 -1 4202560 2242 0 0 0 28 0 0 0 20 0 19 0 255018087 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742489864760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16303] ppid=16285 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/16287/task/16303/stat : 16303 (java) S 16285 16287 14581 0 -1 4202560 1737 0 0 0 23 0 0 0 20 0 19 0 255018087 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742488812216 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16304] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16304/stat : 16304 (java) S 16285 16287 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255018087 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742487759864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16305] ppid=16285 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/16287/task/16305/stat : 16305 (java) S 16285 16287 14581 0 -1 4202560 45 0 0 0 18 16 0 0 20 0 19 0 255018087 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742486707528 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16314] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16314/stat : 16314 (java) S 16285 16287 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255085889 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742485650568 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 828.46
Current children cumulated vsize (KiB) 9624976

Solver just ended. Dumping a history of the last processes samples

[startup+762.701 s]
/proc/loadavg: 2.00 2.06 2.10 3/214 16337
/proc/meminfo: memFree=19293364/32873844 swapFree=7104/7104
[pid=16287] ppid=16285 vsize=9624976 CPUtime=828.85 cores=1,3,5,7
/proc/16287/stat : 16287 (java) S 16285 16287 14581 0 -1 4202496 78808 0 1 0 82134 751 0 0 20 0 19 0 255018080 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 140735094123712 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16287/statm: 2406244 2090544 2265 9 0 2396937 0
[pid=16287/tid=16289] ppid=16285 vsize=9624976 CPUtime=45.74 cores=1,3,5,7
/proc/16287/task/16289/stat : 16289 (java) S 16285 16287 14581 0 -1 4202560 3769 0 1 0 4548 26 0 0 20 0 19 0 255018081 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742669825208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16290] ppid=16285 vsize=9624976 CPUtime=10.98 cores=1,3,5,7
/proc/16287/task/16290/stat : 16290 (java) S 16285 16287 14581 0 -1 4202560 4343 0 0 0 1012 86 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742513854632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16291] ppid=16285 vsize=9624976 CPUtime=11.09 cores=1,3,5,7
/proc/16287/task/16291/stat : 16291 (java) S 16285 16287 14581 0 -1 4202560 6217 0 0 0 1017 92 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742512802088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16292] ppid=16285 vsize=9624976 CPUtime=10.92 cores=1,3,5,7
/proc/16287/task/16292/stat : 16292 (java) S 16285 16287 14581 0 -1 4202560 4558 0 0 0 1007 85 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742511749544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16287/tid=16293] ppid=16285 vsize=9624976 CPUtime=10.95 cores=1,3,5,7
/proc/16287/task/16293/stat : 16293 (java) S 16285 16287 14581 0 -1 4202560 6650 0 0 0 1005 90 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742510697000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16294] ppid=16285 vsize=9624976 CPUtime=11.22 cores=1,3,5,7
/proc/16287/task/16294/stat : 16294 (java) S 16285 16287 14581 0 -1 4202560 5353 0 0 0 1041 81 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742509644456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16295] ppid=16285 vsize=9624976 CPUtime=10.54 cores=1,3,5,7
/proc/16287/task/16295/stat : 16295 (java) S 16285 16287 14581 0 -1 4202560 21696 0 0 0 978 76 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742508591912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16296] ppid=16285 vsize=9624976 CPUtime=11.14 cores=1,3,5,7
/proc/16287/task/16296/stat : 16296 (java) S 16285 16287 14581 0 -1 4202560 4639 0 0 0 1025 89 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742507539368 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16297] ppid=16285 vsize=9624976 CPUtime=10.78 cores=1,3,5,7
/proc/16287/task/16297/stat : 16297 (java) S 16285 16287 14581 0 -1 4202560 7711 0 0 0 994 84 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742506486824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16287/tid=16298] ppid=16285 vsize=9624976 CPUtime=692.52 cores=1,3,5,7
/proc/16287/task/16298/stat : 16298 (java) R 16285 16287 14581 0 -1 4202560 8662 0 0 0 69219 33 0 0 20 0 19 0 255018084 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742494075144 233220620771 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16299] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16299/stat : 16299 (java) S 16285 16287 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255018084 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742493021304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16300] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16300/stat : 16300 (java) S 16285 16287 14581 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255018084 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742491968648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16301] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16301/stat : 16301 (java) S 16285 16287 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255018087 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742490917392 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16302] ppid=16285 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/16287/task/16302/stat : 16302 (java) S 16285 16287 14581 0 -1 4202560 2242 0 0 0 28 0 0 0 20 0 19 0 255018087 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742489864760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16303] ppid=16285 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/16287/task/16303/stat : 16303 (java) S 16285 16287 14581 0 -1 4202560 1737 0 0 0 23 0 0 0 20 0 19 0 255018087 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742488812216 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16304] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16304/stat : 16304 (java) S 16285 16287 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255018087 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742487759864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16305] ppid=16285 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/16287/task/16305/stat : 16305 (java) S 16285 16287 14581 0 -1 4202560 45 0 0 0 18 16 0 0 20 0 19 0 255018087 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742486707528 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16314] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16314/stat : 16314 (java) S 16285 16287 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255085889 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742485650568 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 828.85
Current children cumulated vsize (KiB) 9624976

[startup+762.801 s]
/proc/loadavg: 2.00 2.06 2.10 3/214 16337
/proc/meminfo: memFree=19293364/32873844 swapFree=7104/7104
[pid=16287] ppid=16285 vsize=9624976 CPUtime=828.95 cores=1,3,5,7
/proc/16287/stat : 16287 (java) S 16285 16287 14581 0 -1 4202496 78808 0 1 0 82144 751 0 0 20 0 19 0 255018080 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 140735094123712 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16287/statm: 2406244 2090544 2265 9 0 2396937 0
[pid=16287/tid=16289] ppid=16285 vsize=9624976 CPUtime=45.74 cores=1,3,5,7
/proc/16287/task/16289/stat : 16289 (java) S 16285 16287 14581 0 -1 4202560 3769 0 1 0 4548 26 0 0 20 0 19 0 255018081 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742669825208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16290] ppid=16285 vsize=9624976 CPUtime=10.98 cores=1,3,5,7
/proc/16287/task/16290/stat : 16290 (java) S 16285 16287 14581 0 -1 4202560 4343 0 0 0 1012 86 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742513854632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16291] ppid=16285 vsize=9624976 CPUtime=11.09 cores=1,3,5,7
/proc/16287/task/16291/stat : 16291 (java) S 16285 16287 14581 0 -1 4202560 6217 0 0 0 1017 92 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742512802088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16292] ppid=16285 vsize=9624976 CPUtime=10.92 cores=1,3,5,7
/proc/16287/task/16292/stat : 16292 (java) S 16285 16287 14581 0 -1 4202560 4558 0 0 0 1007 85 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742511749544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16287/tid=16293] ppid=16285 vsize=9624976 CPUtime=10.95 cores=1,3,5,7
/proc/16287/task/16293/stat : 16293 (java) S 16285 16287 14581 0 -1 4202560 6650 0 0 0 1005 90 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742510697000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16294] ppid=16285 vsize=9624976 CPUtime=11.22 cores=1,3,5,7
/proc/16287/task/16294/stat : 16294 (java) S 16285 16287 14581 0 -1 4202560 5353 0 0 0 1041 81 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742509644456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16295] ppid=16285 vsize=9624976 CPUtime=10.54 cores=1,3,5,7
/proc/16287/task/16295/stat : 16295 (java) S 16285 16287 14581 0 -1 4202560 21696 0 0 0 978 76 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742508591912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16296] ppid=16285 vsize=9624976 CPUtime=11.14 cores=1,3,5,7
/proc/16287/task/16296/stat : 16296 (java) S 16285 16287 14581 0 -1 4202560 4639 0 0 0 1025 89 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742507539368 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16297] ppid=16285 vsize=9624976 CPUtime=10.78 cores=1,3,5,7
/proc/16287/task/16297/stat : 16297 (java) S 16285 16287 14581 0 -1 4202560 7711 0 0 0 994 84 0 0 20 0 19 0 255018083 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742506486824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16287/tid=16298] ppid=16285 vsize=9624976 CPUtime=692.62 cores=1,3,5,7
/proc/16287/task/16298/stat : 16298 (java) R 16285 16287 14581 0 -1 4202560 8662 0 0 0 69229 33 0 0 20 0 19 0 255018084 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742494075144 139742675948945 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16299] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16299/stat : 16299 (java) S 16285 16287 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255018084 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742493021304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16300] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16300/stat : 16300 (java) S 16285 16287 14581 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255018084 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742491968648 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16301] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16301/stat : 16301 (java) S 16285 16287 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255018087 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742490917392 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16302] ppid=16285 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/16287/task/16302/stat : 16302 (java) S 16285 16287 14581 0 -1 4202560 2242 0 0 0 28 0 0 0 20 0 19 0 255018087 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742489864760 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16287/tid=16303] ppid=16285 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/16287/task/16303/stat : 16303 (java) S 16285 16287 14581 0 -1 4202560 1737 0 0 0 23 0 0 0 20 0 19 0 255018087 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742488812216 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16304] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16304/stat : 16304 (java) S 16285 16287 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255018087 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742487759864 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16287/tid=16305] ppid=16285 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/16287/task/16305/stat : 16305 (java) S 16285 16287 14581 0 -1 4202560 45 0 0 0 18 16 0 0 20 0 19 0 255018087 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742486707528 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16287/tid=16314] ppid=16285 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/16287/task/16314/stat : 16314 (java) S 16285 16287 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255085889 9855975424 2090544 33554432000 1073741824 1073778376 140735094132576 139742485650568 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 828.95
Current children cumulated vsize (KiB) 9624976

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16287 and gives
#  childrusage.ru_utime.tv_sec=819
#  childrusage.ru_utime.tv_usec=387434
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=742822
# CPU time returned by wait4() is 827.13
# while last known CPU time is 828.95
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 762.859
CPU time (s): 828.95
CPU user time (s): 821.44
CPU system time (s): 7.51
CPU usage (%): 108.664
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 819.387
system time used= 7.74282
maximum resident set size= 8362200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78823
page faults= 1
swaps= 0
block input operations= 0
block output operations= 776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25478
involuntary context switches= 65301

runsolver used 3.2505 second user time and 6.09507 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-24 21:48:52
IDJOB=3688935
IDBENCH=71894
IDSOLVER=2269
FILE ID=node142/3688935-1337888917
RUNJOBID= node142-1337871882-14598
PBS_JOBID= 14620062
Free space on /tmp= 71160 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__2048.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688935-1337888917/watcher-3688935-1337888917 -o /tmp/evaluation-result-3688935-1337888917/solver-3688935-1337888917 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688935-1337888917.opb

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

MD5SUM BENCH= 08161da552551f1a32b034498343cbe2
RANDOM SEED=1952753557

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27779172 kB
Buffers:          230260 kB
Cached:          3460888 kB
SwapCached:            0 kB
Active:          1573004 kB
Inactive:        2712196 kB
Active(anon):     596232 kB
Inactive(anon):        0 kB
Active(file):     976772 kB
Inactive(file):  2712196 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            516592 kB
Writeback:             0 kB
AnonPages:        619200 kB
Mapped:            22536 kB
Shmem:               200 kB
Slab:             652340 kB
SReclaimable:      90088 kB
SUnreclaim:       562252 kB
KernelStack:        1576 kB
PageTables:         5312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1083904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71160 MiB
End job on node142 at 2012-05-24 22:01:35