Trace number 4103318

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.6 900.134

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-swath3.opb
MD5SUM24a38adb0cf3d573eb3de1ce9ead1201
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 variables49335
Total number of constraints4902
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)209
Number of constraints which are nor clauses,nor cardinality constraints4693
Minimum length of a constraint1
Maximum length of a constraint46934
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824000000
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4776342294353942
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.09/0.18	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.18	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.18	c java.vm.version	19.1-b02
0.09/0.18	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.18	c sun.arch.data.model	64
0.09/0.18	c java.version		1.6.0_24
0.09/0.18	c os.name		Linux
0.09/0.18	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.18	c os.arch		amd64
0.09/0.18	c Free memory 		501472288
0.09/0.18	c Max memory 		7480803328
0.09/0.18	c Total memory 		504102912
0.09/0.18	c Number of processors 	8
0.09/0.18	c Pseudo Boolean Optimization by upper bound
0.09/0.18	c ManyCore solver with 2 solvers running in parallel
0.09/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.18	c --- Begin Solver configuration ---
0.09/0.18	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.18	c Learn all clauses as in MiniSAT
0.09/0.18	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.18	c Expensive reason simplification
0.09/0.18	c Glucose 2.1 dynamic restart strategy
0.09/0.18	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.18	c timeout=2147483s
0.09/0.18	c DB Simplification allowed=false
0.09/0.18	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.18	c --- End Solver configuration ---
0.09/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.18	c --- Begin Solver configuration ---
0.09/0.18	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.18	c Learn all clauses as in MiniSAT
0.09/0.18	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.18	c No reason simplification
0.09/0.18	c Armin Biere (Picosat) restarts strategy
0.09/0.18	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.18	c timeout=2147483s
0.09/0.18	c DB Simplification allowed=false
0.09/0.18	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.18	c --- End Solver configuration ---
0.09/0.18	c solving HOME/instance-4103318-1466221816.opb
0.09/0.18	c reading problem ... 
0.09/0.18	c  objective function found
2.95/1.79	c ... done. Wall clock time 1.662s.
2.95/1.79	c declared #vars     49335
2.95/1.79	c #constraints  5406
2.95/1.79	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.95/1.79	c constraints type 
2.95/1.79	c org.sat4j.specs.Constr$1 => 401
2.95/1.79	c org.sat4j.minisat.constraints.cnf.UnitClause => 209
2.95/1.79	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4796
2.95/1.79	c 5406 constraints processed.
2.95/1.79	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.95/1.79	c constraints type 
2.95/1.79	c org.sat4j.specs.Constr$1 => 401
2.95/1.79	c org.sat4j.pb.constraints.pb.UnitClausePB => 209
2.95/1.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4796
2.95/1.79	c 5406 constraints processed.
2.95/1.79	c objective function length is 31 literals
215.84/107.45	c cleaning 2500 clauses out of 4999 with flag 10618/5000
484.94/242.31	c cleaning 4252 clauses out of 8503 with flag 23308/11004
776.50/388.12	c cleaning 5624 clauses out of 11248 with flag 38072/18001
1122.33/561.39	c cleaning 6812 clauses out of 13623 with flag 55354/26000
1494.33/747.28	c cleaning 7906 clauses out of 15812 with flag 74562/35001
1800.07/900.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/900.10	c starts		: 15
1800.07/900.10	c conflicts		: 42137
1800.07/900.10	c decisions		: 74272
1800.07/900.10	c propagations		: 4244200
1800.07/900.10	c inspects		: 64596371
1800.07/900.10	c shortcuts		: 0
1800.07/900.10	c learnt literals	: 1
1800.07/900.10	c learnt binary clauses	: 0
1800.07/900.10	c learnt ternary clauses	: 2
1800.07/900.10	c learnt constraints	: 42135
1800.07/900.10	c ignored constraints	: 0
1800.07/900.10	c root simplifications	: 0
1800.07/900.10	c removed literals (reason simplification)	: 274157
1800.07/900.10	c reason swapping (by a shorter reason)	: 0
1800.07/900.10	c Calls to reduceDB	: 5
1800.07/900.10	c Number of update (reduction) of LBD	: 1920
1800.07/900.10	c Imported unit clauses	: 0
1800.07/900.10	c number of reductions to clauses (during analyze)	: 0
1800.07/900.10	c number of learned constraints concerned by reduction	: 0
1800.07/900.10	c number of learning phase by resolution	: 0
1800.07/900.10	c number of learning phase by cutting planes	: 0
1800.07/900.10	c speed (assignments/second)	: 4724.928389091318
1800.07/900.10	c non guided choices	0
1800.07/900.11	c learnt constraints type 
1800.07/900.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15041
1800.07/900.11	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/900.11	c starts		: 1
1800.07/900.11	c conflicts		: 61
1800.07/900.11	c decisions		: 4243
1800.07/900.11	c propagations		: 41717
1800.07/900.11	c inspects		: 173033
1800.07/900.11	c shortcuts		: 0
1800.07/900.11	c learnt literals	: 0
1800.07/900.11	c learnt binary clauses	: 0
1800.07/900.11	c learnt ternary clauses	: 0
1800.07/900.11	c learnt constraints	: 60
1800.07/900.11	c ignored constraints	: 0
1800.07/900.11	c root simplifications	: 0
1800.07/900.11	c removed literals (reason simplification)	: 0
1800.07/900.11	c reason swapping (by a shorter reason)	: 0
1800.07/900.11	c Calls to reduceDB	: 0
1800.07/900.11	c Number of update (reduction) of LBD	: 0
1800.07/900.11	c Imported unit clauses	: 0
1800.07/900.11	c number of reductions to clauses (during analyze)	: 0
1800.07/900.11	c number of learned constraints concerned by reduction	: 0
1800.07/900.11	c number of learning phase by resolution	: 0
1800.07/900.11	c number of learning phase by cutting planes	: 0
1800.07/900.11	c speed (assignments/second)	: 46.44180330058869
1800.07/900.11	c non guided choices	0
1800.07/900.11	c learnt constraints type 
1800.07/900.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 60
1800.07/900.11	s UNKNOWN
1800.07/900.11	c Total wall clock time (in seconds): 899.989

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4103318-1466221816/watcher-4103318-1466221816 -o /tmp/evaluation-result-4103318-1466221816/solver-4103318-1466221816 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22605 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103318-1466221816.opb 

pid=30315
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.72 3.93 4.02 4/198 30318
/proc/meminfo: memFree=30157696/32872528 swapFree=496868/529572
[pid=30318] ppid=30315 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30318/stat : 30318 (java) D 30315 30318 22589 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 24227096 9515008 182 33554432000 1073741824 1073778376 140735266121664 140735266112696 211458801333 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/30318/statm: 2323 182 140 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 3.72 3.93 4.02 4/198 30318
/proc/meminfo: memFree=30157696/32872528 swapFree=496868/529572
[pid=30318] ppid=30315 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 22589 0 -1 4202496 4413 0 1 0 8 1 0 0 20 0 18 0 24227096 9787879424 6050 33554432000 1073741824 1073778376 140734128513600 140734128504736 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30318/statm: 2389619 6050 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.296767 s]
/proc/loadavg: 3.72 3.93 4.02 4/198 30318
/proc/meminfo: memFree=30157696/32872528 swapFree=496868/529572
[pid=30318] ppid=30315 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 22589 0 -1 4202496 6431 0 1 0 51 1 0 0 20 0 18 0 24227096 9787879424 10340 33554432000 1073741824 1073778376 140734128513600 140734128504736 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30318/statm: 2389619 10340 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.300195 s]
/proc/loadavg: 3.72 3.93 4.02 4/198 30318
/proc/meminfo: memFree=30157696/32872528 swapFree=496868/529572
[pid=30318] ppid=30315 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 22589 0 -1 4202496 6431 0 1 0 52 1 0 0 20 0 18 0 24227096 9787879424 10304 33554432000 1073741824 1073778376 140734128513600 140734128504736 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30318/statm: 2389619 10304 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.70024 s]
/proc/loadavg: 3.72 3.93 4.02 4/198 30318
/proc/meminfo: memFree=30157696/32872528 swapFree=496868/529572
[pid=30318] ppid=30315 vsize=9558476 CPUtime=1.33 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 22589 0 -1 4202496 13194 0 1 0 129 4 0 0 20 0 18 0 24227096 9787879424 38124 33554432000 1073741824 1073778376 140734128513600 140734128504736 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30318/statm: 2389619 38124 2260 9 0 2380296 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 3.72 3.93 4.02 4/216 30336
/proc/meminfo: memFree=29954660/32872528 swapFree=496868/529572
[pid=30318] ppid=30315 vsize=9558476 CPUtime=2.75 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 22589 0 -1 4202496 16124 0 1 0 261 14 0 0 20 0 18 0 24227096 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140734128504736 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30318/statm: 2389619 66207 2276 9 0 2380296 0
[pid=30318/tid=30320] ppid=30315 vsize=9558476 CPUtime=1.32 cores=0,2,4,6
/proc/30318/task/30320/stat : 30320 (java) R 30315 30318 22589 0 -1 4202560 2479 0 1 0 128 4 0 0 20 0 18 0 24227097 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140457489407984 211462186253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30321] ppid=30315 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/30318/task/30321/stat : 30321 (java) S 30315 30318 22589 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 18 0 24227098 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140457450907944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30322] ppid=30315 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/30318/task/30322/stat : 30322 (java) S 30315 30318 22589 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 18 0 24227098 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140457449855144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30323] ppid=30315 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/30318/task/30323/stat : 30323 (java) S 30315 30318 22589 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 24227098 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140457448802856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30324] ppid=30315 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30324/stat : 30324 (java) S 30315 30318 22589 0 -1 4202560 138 0 0 0 6 2 0 0 20 0 18 0 24227098 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140457447750056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30325] ppid=30315 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/30318/task/30325/stat : 30325 (java) S 30315 30318 22589 0 -1 4202560 109 0 0 0 5 0 0 0 20 0 18 0 24227098 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140457446697768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30326] ppid=30315 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/30318/task/30326/stat : 30326 (java) S 30315 30318 22589 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 24227098 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140457445644968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30318/tid=30327] ppid=30315 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/30318/task/30327/stat : 30327 (java) S 30315 30318 22589 0 -1 4202560 122 0 0 0 3 0 0 0 20 0 18 0 24227098 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140457444592680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30328] ppid=30315 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/30318/task/30328/stat : 30328 (java) S 30315 30318 22589 0 -1 4202560 89 0 0 0 5 2 0 0 20 0 18 0 24227098 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140457325620136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30329] ppid=30315 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30329/stat : 30329 (java) S 30315 30318 22589 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 24227099 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140457313421544 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30330] ppid=30315 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30330/stat : 30330 (java) S 30315 30318 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 24227100 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140457312367608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30331] ppid=30315 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30331/stat : 30331 (java) S 30315 30318 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24227100 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140457311315208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30332] ppid=30315 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30332/stat : 30332 (java) S 30315 30318 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24227102 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140457310263696 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30333] ppid=30315 vsize=9558476 CPUtime=0.62 cores=0,2,4,6
/proc/30318/task/30333/stat : 30333 (java) S 30315 30318 22589 0 -1 4202560 9292 0 0 0 60 2 0 0 20 0 18 0 24227102 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140456570645176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30334] ppid=30315 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/30318/task/30334/stat : 30334 (java) S 30315 30318 22589 0 -1 4202560 2480 0 0 0 28 0 0 0 20 0 18 0 24227102 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140456569592376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30335] ppid=30315 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30335/stat : 30335 (java) S 30315 30318 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24227102 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140456568540280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30336] ppid=30315 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30336/stat : 30336 (java) S 30315 30318 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24227102 9787879424 66207 33554432000 1073741824 1073778376 140734128513600 140456567487688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 3.72 3.93 4.02 11/220 30340
/proc/meminfo: memFree=29725060/32872528 swapFree=496868/529572
[pid=30318] ppid=30315 vsize=9824732 CPUtime=6.88 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 22589 0 -1 4202496 18589 0 1 0 660 28 0 0 20 0 22 0 24227096 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140734128504736 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30318/statm: 2456183 113328 2280 9 0 2446860 0
[pid=30318/tid=30320] ppid=30315 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/30318/task/30320/stat : 30320 (java) S 30315 30318 22589 0 -1 4202560 2522 0 1 0 156 5 0 0 20 0 22 0 24227097 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140457489417080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30321] ppid=30315 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/30318/task/30321/stat : 30321 (java) S 30315 30318 22589 0 -1 4202560 71 0 0 0 11 4 0 0 20 0 22 0 24227098 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140457450907944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30322] ppid=30315 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/30318/task/30322/stat : 30322 (java) S 30315 30318 22589 0 -1 4202560 46 0 0 0 8 3 0 0 20 0 22 0 24227098 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140457449855144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30323] ppid=30315 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30318/task/30323/stat : 30323 (java) S 30315 30318 22589 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 24227098 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140457448802856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30324] ppid=30315 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/30318/task/30324/stat : 30324 (java) S 30315 30318 22589 0 -1 4202560 161 0 0 0 10 4 0 0 20 0 22 0 24227098 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140457447750056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30325] ppid=30315 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30325/stat : 30325 (java) S 30315 30318 22589 0 -1 4202560 128 0 0 0 6 2 0 0 20 0 22 0 24227098 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140457446697768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30326] ppid=30315 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/30318/task/30326/stat : 30326 (java) S 30315 30318 22589 0 -1 4202560 60 0 0 0 10 4 0 0 20 0 22 0 24227098 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140457445644968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30318/tid=30327] ppid=30315 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30318/task/30327/stat : 30327 (java) S 30315 30318 22589 0 -1 4202560 138 0 0 0 4 2 0 0 20 0 22 0 24227098 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140457444592680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30318/tid=30328] ppid=30315 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/30318/task/30328/stat : 30328 (java) S 30315 30318 22589 0 -1 4202560 104 0 0 0 7 3 0 0 20 0 22 0 24227098 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140457325620136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30329] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30329/stat : 30329 (java) S 30315 30318 22589 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 24227099 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140457313421544 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30330] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30330/stat : 30330 (java) S 30315 30318 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24227100 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140457312367608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30331] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30331/stat : 30331 (java) S 30315 30318 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24227100 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140457311315208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30332] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30332/stat : 30332 (java) S 30315 30318 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24227102 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140457310263696 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30333] ppid=30315 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/30318/task/30333/stat : 30333 (java) S 30315 30318 22589 0 -1 4202560 9292 0 0 0 114 2 0 0 20 0 22 0 24227102 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140456570645176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30334] ppid=30315 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/30318/task/30334/stat : 30334 (java) S 30315 30318 22589 0 -1 4202560 4505 0 0 0 80 0 0 0 20 0 22 0 24227102 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140456569592376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30335] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30335/stat : 30335 (java) S 30315 30318 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24227102 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140456568540280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30336] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30336/stat : 30336 (java) S 30315 30318 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24227102 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140456567487688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30337] ppid=30315 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/30318/task/30337/stat : 30337 (java) R 30315 30318 22589 0 -1 4202560 23 0 0 0 116 0 0 0 20 0 22 0 24227275 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140456566432088 140457326560693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30338] ppid=30315 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/30318/task/30338/stat : 30338 (java) R 30315 30318 22589 0 -1 4202560 41 0 0 0 115 0 0 0 20 0 22 0 24227275 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140456565379288 140457326578868 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30318/tid=30339] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30339/stat : 30339 (java) S 30315 30318 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24227281 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140456564327592 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30340] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30340/stat : 30340 (java) S 30315 30318 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24227281 10060525568 113328 33554432000 1073741824 1073778376 140734128513600 140456563274792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 3.82 3.95 4.03 4/218 30340
/proc/meminfo: memFree=29711384/32872528 swapFree=496868/529572
[pid=30318] ppid=30315 vsize=9824732 CPUtime=13.29 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 22589 0 -1 4202496 18591 0 1 0 1301 28 0 0 20 0 22 0 24227096 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140734128504736 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30318/statm: 2456183 113304 2280 9 0 2446860 0
[pid=30318/tid=30320] ppid=30315 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/30318/task/30320/stat : 30320 (java) S 30315 30318 22589 0 -1 4202560 2522 0 1 0 156 5 0 0 20 0 22 0 24227097 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140457489417080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30321] ppid=30315 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/30318/task/30321/stat : 30321 (java) S 30315 30318 22589 0 -1 4202560 71 0 0 0 11 4 0 0 20 0 22 0 24227098 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140457450907944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30322] ppid=30315 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/30318/task/30322/stat : 30322 (java) S 30315 30318 22589 0 -1 4202560 46 0 0 0 8 3 0 0 20 0 22 0 24227098 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140457449855144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30323] ppid=30315 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30318/task/30323/stat : 30323 (java) S 30315 30318 22589 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 24227098 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140457448802856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30324] ppid=30315 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/30318/task/30324/stat : 30324 (java) S 30315 30318 22589 0 -1 4202560 161 0 0 0 10 4 0 0 20 0 22 0 24227098 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140457447750056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30325] ppid=30315 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30325/stat : 30325 (java) S 30315 30318 22589 0 -1 4202560 128 0 0 0 6 2 0 0 20 0 22 0 24227098 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140457446697768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30326] ppid=30315 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/30318/task/30326/stat : 30326 (java) S 30315 30318 22589 0 -1 4202560 60 0 0 0 10 4 0 0 20 0 22 0 24227098 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140457445644968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30318/tid=30327] ppid=30315 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30318/task/30327/stat : 30327 (java) S 30315 30318 22589 0 -1 4202560 138 0 0 0 4 2 0 0 20 0 22 0 24227098 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140457444592680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30318/tid=30328] ppid=30315 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/30318/task/30328/stat : 30328 (java) S 30315 30318 22589 0 -1 4202560 104 0 0 0 7 3 0 0 20 0 22 0 24227098 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140457325620136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30329] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30329/stat : 30329 (java) S 30315 30318 22589 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 24227099 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140457313421544 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30330] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30330/stat : 30330 (java) S 30315 30318 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24227100 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140457312367608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30331] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30331/stat : 30331 (java) S 30315 30318 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24227100 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140457311315208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30332] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30332/stat : 30332 (java) S 30315 30318 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24227102 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140457310263696 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30333] ppid=30315 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/30318/task/30333/stat : 30333 (java) S 30315 30318 22589 0 -1 4202560 9292 0 0 0 114 2 0 0 20 0 22 0 24227102 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140456570645176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30334] ppid=30315 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/30318/task/30334/stat : 30334 (java) S 30315 30318 22589 0 -1 4202560 4505 0 0 0 81 0 0 0 20 0 22 0 24227102 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140456569592376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30335] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30335/stat : 30335 (java) S 30315 30318 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24227102 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140456568540280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30336] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30336/stat : 30336 (java) S 30315 30318 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24227102 10060525568 113304 33554432000 1073741824 1073778376 140734128513600 140456567487688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30337] ppid=30315 vsize=9824732 CPUtime=4.36 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.36 4.21 4.07 6/219 30752
/proc/meminfo: memFree=25825868/32872528 swapFree=496868/529572
[pid=30318] ppid=30315 vsize=9824732 CPUtime=1764.49 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 22589 0 -1 4202496 44308 0 1 0 176335 114 0 0 20 0 22 0 24227096 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140734128504736 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30318/statm: 2456183 335017 2297 9 0 2446860 0
[pid=30318/tid=30320] ppid=30315 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/30318/task/30320/stat : 30320 (java) S 30315 30318 22589 0 -1 4202560 2527 0 1 0 158 6 0 0 20 0 22 0 24227097 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457489417080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30321] ppid=30315 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/30318/task/30321/stat : 30321 (java) S 30315 30318 22589 0 -1 4202560 354 0 0 0 32 13 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457450907944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30322] ppid=30315 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/30318/task/30322/stat : 30322 (java) S 30315 30318 22589 0 -1 4202560 1847 0 0 0 24 9 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457449855144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30323] ppid=30315 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/30318/task/30323/stat : 30323 (java) S 30315 30318 22589 0 -1 4202560 1793 0 0 0 28 15 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457448802856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30318/tid=30324] ppid=30315 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/30318/task/30324/stat : 30324 (java) S 30315 30318 22589 0 -1 4202560 1258 0 0 0 33 12 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457447750056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30325] ppid=30315 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/30318/task/30325/stat : 30325 (java) S 30315 30318 22589 0 -1 4202560 1526 0 0 0 21 9 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457446697768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30326] ppid=30315 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/30318/task/30326/stat : 30326 (java) S 30315 30318 22589 0 -1 4202560 2174 0 0 0 20 9 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457445644968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30327] ppid=30315 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/30318/task/30327/stat : 30327 (java) S 30315 30318 22589 0 -1 4202560 1270 0 0 0 21 8 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457444592680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30328] ppid=30315 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/30318/task/30328/stat : 30328 (java) S 30315 30318 22589 0 -1 4202560 629 0 0 0 24 9 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457325620136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30329] ppid=30315 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/30318/task/30329/stat : 30329 (java) S 30315 30318 22589 0 -1 4202560 14580 0 0 0 176 6 0 0 20 0 22 0 24227099 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457313421544 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30330] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30330/stat : 30330 (java) S 30315 30318 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24227100 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457312367608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30331] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30331/stat : 30331 (java) S 30315 30318 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24227100 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457311315208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30332] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30332/stat : 30332 (java) S 30315 30318 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24227102 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457310263696 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30333] ppid=30315 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/30318/task/30333/stat : 30333 (java) S 30315 30318 22589 0 -1 4202560 9307 0 0 0 132 2 0 0 20 0 22 0 24227102 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456570645176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30334] ppid=30315 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/30318/task/30334/stat : 30334 (java) S 30315 30318 22589 0 -1 4202560 5368 0 0 0 104 0 0 0 20 0 22 0 24227102 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456569592376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30335] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30335/stat : 30335 (java) S 30315 30318 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24227102 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456568540280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30336] ppid=30315 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/30318/task/30336/stat : 30336 (java) S 30315 30318 22589 0 -1 4202560 51 0 0 0 13 15 0 0 20 0 22 0 24227102 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456567487688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30337] ppid=30315 vsize=9824732 CPUtime=877.82 cores=0,2,4,6
/proc/30318/task/30337/stat : 30337 (java) R 30315 30318 22589 0 -1 4202560 249 0 0 0 87766 16 0 0 20 0 22 0 24227275 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456566430192 140457326560753 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30338] ppid=30315 vsize=9824732 CPUtime=877.88 cores=0,2,4,6
/proc/30318/task/30338/stat : 30338 (java) R 30315 30318 22589 0 -1 4202560 111 0 0 0 87771 17 0 0 20 0 22 0 24227275 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456565377416 140457326577633 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30339] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30339/stat : 30339 (java) S 30315 30318 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24227281 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456564327592 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30340] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30340/stat : 30340 (java) S 30315 30318 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24227281 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456563274792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1764.49
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.101 s]
/proc/loadavg: 4.33 4.21 4.08 5/219 30752
/proc/meminfo: memFree=25780320/32872528 swapFree=496868/529572
[pid=30318] ppid=30315 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 22589 0 -1 4202496 44308 0 1 0 179893 114 0 0 20 0 22 0 24227096 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140734128504736 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30318/statm: 2456183 335017 2297 9 0 2446860 0
[pid=30318/tid=30320] ppid=30315 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/30318/task/30320/stat : 30320 (java) S 30315 30318 22589 0 -1 4202560 2527 0 1 0 159 6 0 0 20 0 22 0 24227097 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457489417080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30321] ppid=30315 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/30318/task/30321/stat : 30321 (java) S 30315 30318 22589 0 -1 4202560 354 0 0 0 32 13 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457450907944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30322] ppid=30315 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/30318/task/30322/stat : 30322 (java) S 30315 30318 22589 0 -1 4202560 1847 0 0 0 24 9 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457449855144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30323] ppid=30315 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/30318/task/30323/stat : 30323 (java) S 30315 30318 22589 0 -1 4202560 1793 0 0 0 28 15 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457448802856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30318/tid=30324] ppid=30315 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/30318/task/30324/stat : 30324 (java) S 30315 30318 22589 0 -1 4202560 1258 0 0 0 33 12 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457447750056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30325] ppid=30315 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/30318/task/30325/stat : 30325 (java) S 30315 30318 22589 0 -1 4202560 1526 0 0 0 21 9 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457446697768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30326] ppid=30315 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/30318/task/30326/stat : 30326 (java) S 30315 30318 22589 0 -1 4202560 2174 0 0 0 20 9 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457445644968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30327] ppid=30315 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/30318/task/30327/stat : 30327 (java) S 30315 30318 22589 0 -1 4202560 1270 0 0 0 21 8 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457444592680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30328] ppid=30315 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/30318/task/30328/stat : 30328 (java) S 30315 30318 22589 0 -1 4202560 629 0 0 0 24 9 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457325620136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30329] ppid=30315 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/30318/task/30329/stat : 30329 (java) S 30315 30318 22589 0 -1 4202560 14580 0 0 0 176 6 0 0 20 0 22 0 24227099 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457313421544 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30330] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30330/stat : 30330 (java) S 30315 30318 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24227100 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457312367608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30331] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30331/stat : 30331 (java) S 30315 30318 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24227100 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457311315208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30332] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30332/stat : 30332 (java) S 30315 30318 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24227102 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457310263696 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30333] ppid=30315 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/30318/task/30333/stat : 30333 (java) S 30315 30318 22589 0 -1 4202560 9307 0 0 0 132 2 0 0 20 0 22 0 24227102 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456570645176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30334] ppid=30315 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/30318/task/30334/stat : 30334 (java) S 30315 30318 22589 0 -1 4202560 5368 0 0 0 104 0 0 0 20 0 22 0 24227102 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456569592376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30335] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30335/stat : 30335 (java) S 30315 30318 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24227102 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456568540280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30336] ppid=30315 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/30318/task/30336/stat : 30336 (java) S 30315 30318 22589 0 -1 4202560 51 0 0 0 13 15 0 0 20 0 22 0 24227102 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456567487688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30337] ppid=30315 vsize=9824732 CPUtime=895.61 cores=0,2,4,6
/proc/30318/task/30337/stat : 30337 (java) R 30315 30318 22589 0 -1 4202560 249 0 0 0 89545 16 0 0 20 0 22 0 24227275 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456566430192 140457326560693 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30338] ppid=30315 vsize=9824732 CPUtime=895.67 cores=0,2,4,6
/proc/30318/task/30338/stat : 30338 (java) R 30315 30318 22589 0 -1 4202560 111 0 0 0 89550 17 0 0 20 0 22 0 24227275 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456565377416 140457326886268 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30339] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30339/stat : 30339 (java) S 30315 30318 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24227281 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456564327592 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30340] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30340/stat : 30340 (java) S 30315 30318 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24227281 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456563274792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 30318 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+900.101 s]
/proc/loadavg: 4.33 4.21 4.08 5/219 30752
/proc/meminfo: memFree=25780320/32872528 swapFree=496868/529572
[pid=30318] ppid=30315 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 22589 0 -1 4202496 44308 0 1 0 179893 114 0 0 20 0 22 0 24227096 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140734128504736 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30318/statm: 2456183 335017 2297 9 0 2446860 0
[pid=30318/tid=30320] ppid=30315 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/30318/task/30320/stat : 30320 (java) S 30315 30318 22589 0 -1 4202560 2527 0 1 0 159 6 0 0 20 0 22 0 24227097 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457489417080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30321] ppid=30315 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/30318/task/30321/stat : 30321 (java) S 30315 30318 22589 0 -1 4202560 354 0 0 0 32 13 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457450907944 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30322] ppid=30315 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/30318/task/30322/stat : 30322 (java) S 30315 30318 22589 0 -1 4202560 1847 0 0 0 24 9 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457449855144 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30323] ppid=30315 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/30318/task/30323/stat : 30323 (java) S 30315 30318 22589 0 -1 4202560 1793 0 0 0 28 15 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457448802856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30318/tid=30324] ppid=30315 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/30318/task/30324/stat : 30324 (java) S 30315 30318 22589 0 -1 4202560 1258 0 0 0 33 12 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457447750056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30325] ppid=30315 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/30318/task/30325/stat : 30325 (java) S 30315 30318 22589 0 -1 4202560 1526 0 0 0 21 9 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457446697768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30326] ppid=30315 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/30318/task/30326/stat : 30326 (java) S 30315 30318 22589 0 -1 4202560 2174 0 0 0 20 9 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457445644968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30327] ppid=30315 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/30318/task/30327/stat : 30327 (java) S 30315 30318 22589 0 -1 4202560 1270 0 0 0 21 8 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457444592680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30328] ppid=30315 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/30318/task/30328/stat : 30328 (java) S 30315 30318 22589 0 -1 4202560 629 0 0 0 24 9 0 0 20 0 22 0 24227098 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457325620136 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30329] ppid=30315 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/30318/task/30329/stat : 30329 (java) S 30315 30318 22589 0 -1 4202560 14580 0 0 0 176 6 0 0 20 0 22 0 24227099 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457313421544 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30330] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30330/stat : 30330 (java) S 30315 30318 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24227100 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457312367608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30331] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30331/stat : 30331 (java) S 30315 30318 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24227100 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457311315208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30332] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30332/stat : 30332 (java) S 30315 30318 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24227102 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140457310263696 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30333] ppid=30315 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/30318/task/30333/stat : 30333 (java) S 30315 30318 22589 0 -1 4202560 9307 0 0 0 132 2 0 0 20 0 22 0 24227102 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456570645176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30318/tid=30334] ppid=30315 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/30318/task/30334/stat : 30334 (java) S 30315 30318 22589 0 -1 4202560 5368 0 0 0 104 0 0 0 20 0 22 0 24227102 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456569592376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30335] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30335/stat : 30335 (java) S 30315 30318 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24227102 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456568540280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30336] ppid=30315 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/30318/task/30336/stat : 30336 (java) S 30315 30318 22589 0 -1 4202560 51 0 0 0 13 15 0 0 20 0 22 0 24227102 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456567487688 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30337] ppid=30315 vsize=9824732 CPUtime=895.61 cores=0,2,4,6
/proc/30318/task/30337/stat : 30337 (java) R 30315 30318 22589 0 -1 4202560 249 0 0 0 89545 16 0 0 20 0 22 0 24227275 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456566430192 140457326560693 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30338] ppid=30315 vsize=9824732 CPUtime=895.67 cores=0,2,4,6
/proc/30318/task/30338/stat : 30338 (java) R 30315 30318 22589 0 -1 4202560 111 0 0 0 89550 17 0 0 20 0 22 0 24227275 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456565377416 140457326886268 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30318/tid=30339] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30339/stat : 30339 (java) S 30315 30318 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24227281 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456564327592 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30318/tid=30340] ppid=30315 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30318/task/30340/stat : 30340 (java) S 30315 30318 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24227281 10060525568 335017 33554432000 1073741824 1073778376 140734128513600 140456563274792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 900.134
CPU time (s): 1800.6
CPU user time (s): 1798.99
CPU system time (s): 1.61175
CPU usage (%): 200.037
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.61175
maximum resident set size= 1342220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44345
page faults= 1
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21761
involuntary context switches= 14980

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.47317 second user time and 7.58385 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 05:50:17
IDJOB=4103318
IDBENCH=2326
IDSOLVER=2543
FILE ID=node141/4103318-1466221816
RUNJOBID= node141-1466206051-22605
PBS_JOBID= 19918136
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-swath3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103318-1466221816/watcher-4103318-1466221816 -o /tmp/evaluation-result-4103318-1466221816/solver-4103318-1466221816 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22605 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103318-1466221816.opb

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

MD5SUM BENCH= 24a38adb0cf3d573eb3de1ce9ead1201
RANDOM SEED=1198048814

node141.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.547
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.09
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.547
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	: 5332.55
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.547
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	: 5332.54
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.547
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	: 5332.55
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.547
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	: 5332.56
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.547
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	: 5332.55
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.547
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	: 5332.55
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.547
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30158076 kB
Buffers:          100012 kB
Cached:           101860 kB
SwapCached:         2524 kB
Active:          1304552 kB
Inactive:         138580 kB
Active(anon):    1241840 kB
Inactive(anon):     2020 kB
Active(file):      62712 kB
Inactive(file):   136560 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099064 kB
Dirty:              5236 kB
Writeback:             0 kB
AnonPages:       1771832 kB
Mapped:            15312 kB
Shmem:                 0 kB
Slab:             603936 kB
SReclaimable:      47396 kB
SUnreclaim:       556540 kB
KernelStack:        1664 kB
PageTables:         7744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2371400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1241088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71648 MiB
End job on node141 at 2016-06-18 06:05:17