Trace number 4103266

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.05 899.553

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-swath2.opb
MD5SUMa4a0adfe0d9b9bff1eac92e870352c94
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 variables52335
Total number of constraints5202
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)193
Number of constraints which are nor clauses,nor cardinality constraints5009
Minimum length of a constraint1
Maximum length of a constraint49934
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 4820003452178237
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.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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 phase appearing in latest learned clause 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 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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4103266-1466221401.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
2.63/1.67	c ... done. Wall clock time 1.542s.
2.63/1.67	c declared #vars     52335
2.63/1.67	c #constraints  5706
2.63/1.67	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.63/1.67	c constraints type 
2.63/1.67	c org.sat4j.specs.Constr$1 => 401
2.63/1.67	c org.sat4j.minisat.constraints.cnf.UnitClause => 193
2.63/1.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5112
2.63/1.67	c 5706 constraints processed.
2.63/1.67	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.63/1.67	c constraints type 
2.63/1.67	c org.sat4j.specs.Constr$1 => 401
2.63/1.67	c org.sat4j.pb.constraints.pb.UnitClausePB => 193
2.63/1.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5112
2.63/1.67	c 5706 constraints processed.
2.63/1.67	c objective function length is 31 literals
59.88/29.63	c cleaning 2507 clauses out of 5014 with flag 10056/5015
148.21/73.50	c cleaning 4246 clauses out of 8492 with flag 22139/11000
218.61/108.70	c cleaning 5624 clauses out of 11247 with flag 36321/18001
335.64/167.49	c cleaning 6808 clauses out of 13623 with flag 52504/26001
428.24/213.77	c cleaning 7905 clauses out of 15815 with flag 70700/35001
556.83/277.91	c cleaning 8951 clauses out of 17910 with flag 90886/45001
703.57/351.27	c cleaning 9975 clauses out of 19960 with flag 113342/56002
1563.37/781.58	c cleaning 10983 clauses out of 21983 with flag 139477/68000
1800.05/899.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/899.50	c starts		: 89
1800.05/899.50	c conflicts		: 69828
1800.05/899.50	c decisions		: 452269
1800.05/899.50	c propagations		: 7107646
1800.05/899.50	c inspects		: 53721130
1800.05/899.50	c shortcuts		: 0
1800.05/899.50	c learnt literals	: 1
1800.05/899.50	c learnt binary clauses	: 0
1800.05/899.50	c learnt ternary clauses	: 0
1800.05/899.50	c learnt constraints	: 69826
1800.05/899.50	c ignored constraints	: 0
1800.05/899.50	c root simplifications	: 0
1800.05/899.50	c removed literals (reason simplification)	: 311038
1800.05/899.50	c reason swapping (by a shorter reason)	: 0
1800.05/899.50	c Calls to reduceDB	: 8
1800.05/899.50	c Number of update (reduction) of LBD	: 960
1800.05/899.50	c Imported unit clauses	: 0
1800.05/899.50	c number of reductions to clauses (during analyze)	: 0
1800.05/899.50	c number of learned constraints concerned by reduction	: 0
1800.05/899.50	c number of learning phase by resolution	: 0
1800.05/899.50	c number of learning phase by cutting planes	: 0
1800.05/899.50	c speed (assignments/second)	: 7917.918245761786
1800.05/899.50	c non guided choices	0
1800.05/899.51	c learnt constraints type 
1800.05/899.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12827
1800.05/899.51	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/899.51	c starts		: 1
1800.05/899.51	c conflicts		: 70
1800.05/899.51	c decisions		: 22840
1800.05/899.51	c propagations		: 119634
1800.05/899.51	c inspects		: 3790187
1800.05/899.51	c shortcuts		: 0
1800.05/899.51	c learnt literals	: 0
1800.05/899.51	c learnt binary clauses	: 0
1800.05/899.51	c learnt ternary clauses	: 0
1800.05/899.51	c learnt constraints	: 69
1800.05/899.51	c ignored constraints	: 0
1800.05/899.51	c root simplifications	: 0
1800.05/899.51	c removed literals (reason simplification)	: 0
1800.05/899.51	c reason swapping (by a shorter reason)	: 0
1800.05/899.51	c Calls to reduceDB	: 0
1800.05/899.51	c Number of update (reduction) of LBD	: 0
1800.05/899.51	c Imported unit clauses	: 0
1800.05/899.51	c number of reductions to clauses (during analyze)	: 0
1800.05/899.51	c number of learned constraints concerned by reduction	: 0
1800.05/899.51	c number of learning phase by resolution	: 0
1800.05/899.51	c number of learning phase by cutting planes	: 0
1800.05/899.51	c speed (assignments/second)	: 133.27139534261957
1800.05/899.51	c non guided choices	0
1800.05/899.53	c learnt constraints type 
1800.05/899.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 69
1800.05/899.53	s UNKNOWN
1800.05/899.53	c Total wall clock time (in seconds): 899.404

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-4103266-1466221401/watcher-4103266-1466221401 -o /tmp/evaluation-result-4103266-1466221401/solver-4103266-1466221401 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15725 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103266-1466221401.opb 

pid=21848
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: 4.46 4.33 4.31 5/197 21851
/proc/meminfo: memFree=25125944/32872528 swapFree=1534436/1655032
[pid=21851] ppid=21848 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21851/stat : 21851 (java) D 21848 21851 15709 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 24188547 9515008 175 33554432000 1073741824 1073778376 140736457896384 140736457879112 217410519952 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/21851/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.46 4.33 4.31 5/197 21851
/proc/meminfo: memFree=25125944/32872528 swapFree=1534436/1655032
[pid=21851] ppid=21848 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/21851/stat : 21851 (java) S 21848 21851 15709 0 -1 4202496 4335 0 1 0 6 1 0 0 20 0 18 0 24188547 9787879424 5460 33554432000 1073741824 1073778376 140734228490272 140734228481408 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21851/statm: 2389619 5460 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200212 s]
/proc/loadavg: 4.46 4.33 4.31 5/197 21851
/proc/meminfo: memFree=25125944/32872528 swapFree=1534436/1655032
[pid=21851] ppid=21848 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/21851/stat : 21851 (java) S 21848 21851 15709 0 -1 4202496 4700 0 1 0 22 1 0 0 20 0 18 0 24188547 9787879424 7304 33554432000 1073741824 1073778376 140734228490272 140734228481408 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21851/statm: 2389619 7304 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300207 s]
/proc/loadavg: 4.46 4.33 4.31 5/197 21851
/proc/meminfo: memFree=25125944/32872528 swapFree=1534436/1655032
[pid=21851] ppid=21848 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/21851/stat : 21851 (java) S 21848 21851 15709 0 -1 4202496 6569 0 1 0 50 2 0 0 20 0 18 0 24188547 9787879424 10438 33554432000 1073741824 1073778376 140734228490272 140734228481408 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21851/statm: 2389619 10438 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700274 s]
/proc/loadavg: 4.46 4.33 4.31 5/197 21851
/proc/meminfo: memFree=25125944/32872528 swapFree=1534436/1655032
[pid=21851] ppid=21848 vsize=9558476 CPUtime=1.29 cores=0,2,4,6
/proc/21851/stat : 21851 (java) S 21848 21851 15709 0 -1 4202496 12489 0 1 0 125 4 0 0 20 0 18 0 24188547 9787879424 41243 33554432000 1073741824 1073778376 140734228490272 140734228481408 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21851/statm: 2389619 41243 2254 9 0 2380296 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 4.46 4.33 4.31 12/215 21869
/proc/meminfo: memFree=24892036/32872528 swapFree=1534436/1655032
[pid=21851] ppid=21848 vsize=9558476 CPUtime=2.52 cores=0,2,4,6
/proc/21851/stat : 21851 (java) S 21848 21851 15709 0 -1 4202496 13134 0 1 0 236 16 0 0 20 0 18 0 24188547 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140734228481408 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21851/statm: 2389619 72409 2276 9 0 2380296 0
[pid=21851/tid=21853] ppid=21848 vsize=9558476 CPUtime=1.33 cores=0,2,4,6
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 15709 0 -1 4202560 2496 0 1 0 129 4 0 0 20 0 18 0 24188548 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140537952190368 140537789562759 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21854] ppid=21848 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/21851/task/21854/stat : 21854 (java) S 21848 21851 15709 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 24188550 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140537913690792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21855] ppid=21848 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/21851/task/21855/stat : 21855 (java) S 21848 21851 15709 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 18 0 24188550 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140537912638248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21856] ppid=21848 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/21851/task/21856/stat : 21856 (java) S 21848 21851 15709 0 -1 4202560 104 0 0 0 5 2 0 0 20 0 18 0 24188550 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140537911585704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21857] ppid=21848 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/21851/task/21857/stat : 21857 (java) S 21848 21851 15709 0 -1 4202560 133 0 0 0 5 2 0 0 20 0 18 0 24188550 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140537910533160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21858] ppid=21848 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/21851/task/21858/stat : 21858 (java) S 21848 21851 15709 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 24188550 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140537909479592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21859] ppid=21848 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/21851/task/21859/stat : 21859 (java) S 21848 21851 15709 0 -1 4202560 110 0 0 0 6 2 0 0 20 0 18 0 24188550 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140537908427048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21860] ppid=21848 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/21851/task/21860/stat : 21860 (java) S 21848 21851 15709 0 -1 4202560 118 0 0 0 3 2 0 0 20 0 18 0 24188550 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140537789147560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21861] ppid=21848 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/21851/task/21861/stat : 21861 (java) S 21848 21851 15709 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 18 0 24188550 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140537788095016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21862] ppid=21848 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21862/stat : 21862 (java) S 21848 21851 15709 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 18 0 24188551 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140537775897192 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21863] ppid=21848 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21863/stat : 21863 (java) S 21848 21851 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 24188551 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140537774843512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21864] ppid=21848 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21864/stat : 21864 (java) S 21848 21851 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24188551 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140537773790856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21865] ppid=21848 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21865/stat : 21865 (java) S 21848 21851 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24188554 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140537034173456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21866] ppid=21848 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/21851/task/21866/stat : 21866 (java) S 21848 21851 15709 0 -1 4202560 7064 0 0 0 46 0 0 0 20 0 18 0 24188554 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140537033119800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21867] ppid=21848 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/21851/task/21867/stat : 21867 (java) S 21848 21851 15709 0 -1 4202560 1692 0 0 0 20 0 0 0 20 0 18 0 24188554 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140537032067256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21868] ppid=21848 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21868/stat : 21868 (java) S 21848 21851 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24188554 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140537031014904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21869] ppid=21848 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21869/stat : 21869 (java) S 21848 21851 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24188554 9787879424 72409 33554432000 1073741824 1073778376 140734228490272 140537029962568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9558476

[startup+3.10092 s]
/proc/loadavg: 4.46 4.33 4.31 8/219 21873
/proc/meminfo: memFree=24680272/32872528 swapFree=1534436/1655032
[pid=21851] ppid=21848 vsize=9824732 CPUtime=6.65 cores=0,2,4,6
/proc/21851/stat : 21851 (java) S 21848 21851 15709 0 -1 4202496 17234 0 1 0 636 29 0 0 20 0 22 0 24188547 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140734228481408 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21851/statm: 2456183 113795 2280 9 0 2446860 0
[pid=21851/tid=21853] ppid=21848 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/21851/task/21853/stat : 21853 (java) S 21848 21851 15709 0 -1 4202560 2540 0 1 0 146 5 0 0 20 0 22 0 24188548 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537952199544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21854] ppid=21848 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/21851/task/21854/stat : 21854 (java) S 21848 21851 15709 0 -1 4202560 68 0 0 0 11 3 0 0 20 0 22 0 24188550 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537913690792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21855] ppid=21848 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21851/task/21855/stat : 21855 (java) S 21848 21851 15709 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 22 0 24188550 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537912638248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21856] ppid=21848 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/21851/task/21856/stat : 21856 (java) S 21848 21851 15709 0 -1 4202560 126 0 0 0 10 3 0 0 20 0 22 0 24188550 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537911585704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21857] ppid=21848 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/21851/task/21857/stat : 21857 (java) S 21848 21851 15709 0 -1 4202560 156 0 0 0 9 3 0 0 20 0 22 0 24188550 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537910533160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21858] ppid=21848 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/21851/task/21858/stat : 21858 (java) S 21848 21851 15709 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 22 0 24188550 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537909479592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21859] ppid=21848 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/21851/task/21859/stat : 21859 (java) S 21848 21851 15709 0 -1 4202560 125 0 0 0 8 3 0 0 20 0 22 0 24188550 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537908427048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21860] ppid=21848 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/21851/task/21860/stat : 21860 (java) S 21848 21851 15709 0 -1 4202560 153 0 0 0 9 3 0 0 20 0 22 0 24188550 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537789147560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21861] ppid=21848 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/21851/task/21861/stat : 21861 (java) S 21848 21851 15709 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 24188550 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537788095016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21862] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21862/stat : 21862 (java) S 21848 21851 15709 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 24188551 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537775897192 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21863] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21863/stat : 21863 (java) S 21848 21851 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24188551 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537774843512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21864] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21864/stat : 21864 (java) S 21848 21851 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24188551 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537773790856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21865] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21865/stat : 21865 (java) S 21848 21851 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24188554 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537034173456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21866] ppid=21848 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/21851/task/21866/stat : 21866 (java) S 21848 21851 15709 0 -1 4202560 9145 0 0 0 92 2 0 0 20 0 22 0 24188554 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537033119800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21867] ppid=21848 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/21851/task/21867/stat : 21867 (java) S 21848 21851 15709 0 -1 4202560 3291 0 0 0 62 0 0 0 20 0 22 0 24188554 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537032067256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21868] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21868/stat : 21868 (java) S 21848 21851 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24188554 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537031014904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21869] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21869/stat : 21869 (java) S 21848 21851 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24188554 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537029962568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21870] ppid=21848 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/21851/task/21870/stat : 21870 (java) R 21848 21851 15709 0 -1 4202560 22 0 0 0 129 0 0 0 20 0 22 0 24188715 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537028907560 140537790008181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21871] ppid=21848 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/21851/task/21871/stat : 21871 (java) R 21848 21851 15709 0 -1 4202560 24 0 0 0 129 0 0 0 20 0 22 0 24188715 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537027853160 140537789963169 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21872] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21872/stat : 21872 (java) S 21848 21851 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24188731 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537026803240 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21873] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21873/stat : 21873 (java) S 21848 21851 15709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 24188731 10060525568 113795 33554432000 1073741824 1073778376 140734228490272 140537025750696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.42 4.32 4.31 6/219 21873
/proc/meminfo: memFree=24679840/32872528 swapFree=1534436/1655032
[pid=21851] ppid=21848 vsize=9824732 CPUtime=13.1 cores=0,2,4,6
/proc/21851/stat : 21851 (java) S 21848 21851 15709 0 -1 4202496 17236 0 1 0 1281 29 0 0 20 0 22 0 24188547 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140734228481408 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21851/statm: 2456183 113151 2280 9 0 2446860 0
[pid=21851/tid=21853] ppid=21848 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/21851/task/21853/stat : 21853 (java) S 21848 21851 15709 0 -1 4202560 2541 0 1 0 146 5 0 0 20 0 22 0 24188548 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140537952199544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21854] ppid=21848 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/21851/task/21854/stat : 21854 (java) S 21848 21851 15709 0 -1 4202560 68 0 0 0 11 3 0 0 20 0 22 0 24188550 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140537913690792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21855] ppid=21848 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21851/task/21855/stat : 21855 (java) S 21848 21851 15709 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 22 0 24188550 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140537912638248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21856] ppid=21848 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/21851/task/21856/stat : 21856 (java) S 21848 21851 15709 0 -1 4202560 126 0 0 0 10 3 0 0 20 0 22 0 24188550 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140537911585704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21857] ppid=21848 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/21851/task/21857/stat : 21857 (java) S 21848 21851 15709 0 -1 4202560 156 0 0 0 9 3 0 0 20 0 22 0 24188550 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140537910533160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21858] ppid=21848 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/21851/task/21858/stat : 21858 (java) S 21848 21851 15709 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 22 0 24188550 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140537909479592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21859] ppid=21848 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/21851/task/21859/stat : 21859 (java) S 21848 21851 15709 0 -1 4202560 125 0 0 0 8 3 0 0 20 0 22 0 24188550 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140537908427048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21860] ppid=21848 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/21851/task/21860/stat : 21860 (java) S 21848 21851 15709 0 -1 4202560 153 0 0 0 9 3 0 0 20 0 22 0 24188550 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140537789147560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21861] ppid=21848 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/21851/task/21861/stat : 21861 (java) S 21848 21851 15709 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 24188550 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140537788095016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21862] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21862/stat : 21862 (java) S 21848 21851 15709 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 24188551 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140537775897192 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21863] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21863/stat : 21863 (java) S 21848 21851 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24188551 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140537774843512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21864] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21864/stat : 21864 (java) S 21848 21851 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24188551 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140537773790856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21865] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21865/stat : 21865 (java) S 21848 21851 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24188554 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140537034173456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21866] ppid=21848 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/21851/task/21866/stat : 21866 (java) S 21848 21851 15709 0 -1 4202560 9145 0 0 0 96 2 0 0 20 0 22 0 24188554 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140537033119800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21867] ppid=21848 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/21851/task/21867/stat : 21867 (java) S 21848 21851 15709 0 -1 4202560 3291 0 0 0 62 0 0 0 20 0 22 0 24188554 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140537032067256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21868] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21868/stat : 21868 (java) S 21848 21851 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24188554 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140537031014904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21869] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21869/stat : 21869 (java) S 21848 21851 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24188554 10060525568 113151 33554432000 1073741824 1073778376 140734228490272 140537029962568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21870] ppid=21848 vsize=9824732 CPUtime=4.48 cores=0,2,4,6

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

/proc/21851/task/21856/stat : 21856 (java) S 21848 21851 15709 0 -1 4202560 3235 0 0 0 59 31 0 0 20 0 22 0 24188550 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537911585704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21857] ppid=21848 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/21851/task/21857/stat : 21857 (java) S 21848 21851 15709 0 -1 4202560 4893 0 0 0 33 16 0 0 20 0 22 0 24188550 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537910533160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21858] ppid=21848 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/21851/task/21858/stat : 21858 (java) S 21848 21851 15709 0 -1 4202560 2072 0 0 0 45 32 0 0 20 0 22 0 24188550 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537909479592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21859] ppid=21848 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/21851/task/21859/stat : 21859 (java) S 21848 21851 15709 0 -1 4202560 3493 0 0 0 47 24 0 0 20 0 22 0 24188550 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537908427048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21860] ppid=21848 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/21851/task/21860/stat : 21860 (java) S 21848 21851 15709 0 -1 4202560 1584 0 0 0 47 25 0 0 20 0 22 0 24188550 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537789147560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21861] ppid=21848 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/21851/task/21861/stat : 21861 (java) S 21848 21851 15709 0 -1 4202560 5689 0 0 0 28 16 0 0 20 0 22 0 24188550 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537788095016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21862] ppid=21848 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/21851/task/21862/stat : 21862 (java) S 21848 21851 15709 0 -1 4202560 15785 0 0 0 288 6 0 0 20 0 22 0 24188551 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537775897192 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21863] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21863/stat : 21863 (java) S 21848 21851 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24188551 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537774843512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21864] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21864/stat : 21864 (java) S 21848 21851 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24188551 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537773790856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21865] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21865/stat : 21865 (java) S 21848 21851 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24188554 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537034173456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21866] ppid=21848 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/21851/task/21866/stat : 21866 (java) S 21848 21851 15709 0 -1 4202560 11994 0 0 0 147 2 0 0 20 0 22 0 24188554 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537033119800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21867] ppid=21848 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/21851/task/21867/stat : 21867 (java) S 21848 21851 15709 0 -1 4202560 8546 0 0 0 101 2 0 0 20 0 22 0 24188554 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537032067256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21868] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21868/stat : 21868 (java) S 21848 21851 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24188554 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537031014904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21869] ppid=21848 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/21851/task/21869/stat : 21869 (java) S 21848 21851 15709 0 -1 4202560 51 0 0 0 9 14 0 0 20 0 22 0 24188554 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537029962568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21870] ppid=21848 vsize=9824732 CPUtime=873.99 cores=0,2,4,6
/proc/21851/task/21870/stat : 21870 (java) R 21848 21851 15709 0 -1 4202560 382 0 0 0 87379 20 0 0 20 0 22 0 24188715 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537028898944 140537790008307 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21871] ppid=21848 vsize=9824732 CPUtime=873.94 cores=0,2,4,6
/proc/21851/task/21871/stat : 21871 (java) R 21848 21851 15709 0 -1 4202560 966 0 0 0 87376 18 0 0 20 0 22 0 24188715 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537027853320 140537789964657 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21872] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21872/stat : 21872 (java) S 21848 21851 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24188731 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537026803240 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21873] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21873/stat : 21873 (java) S 21848 21851 15709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 24188731 10060525568 718194 33554432000 1073741824 1073778376 140734228490272 140537025750696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1764.97
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.501 s]
/proc/loadavg: 4.11 4.18 4.22 5/219 21992
/proc/meminfo: memFree=22382392/32872528 swapFree=1534436/1655032
[pid=21851] ppid=21848 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/21851/stat : 21851 (java) S 21848 21851 15709 0 -1 4202496 74374 0 1 0 179708 297 0 0 20 0 22 0 24188547 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140734228481408 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21851/statm: 2456183 852891 2297 9 0 2446860 0
[pid=21851/tid=21853] ppid=21848 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/21851/task/21853/stat : 21853 (java) S 21848 21851 15709 0 -1 4202560 2550 0 1 0 147 6 0 0 20 0 22 0 24188548 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537952199544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21854] ppid=21848 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/21851/task/21854/stat : 21854 (java) S 21848 21851 15709 0 -1 4202560 7078 0 0 0 56 35 0 0 20 0 22 0 24188550 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537913690792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21855] ppid=21848 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/21851/task/21855/stat : 21855 (java) S 21848 21851 15709 0 -1 4202560 3990 0 0 0 47 30 0 0 20 0 22 0 24188550 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537912638248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21856] ppid=21848 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/21851/task/21856/stat : 21856 (java) S 21848 21851 15709 0 -1 4202560 3359 0 0 0 70 38 0 0 20 0 22 0 24188550 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537911585704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21857] ppid=21848 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/21851/task/21857/stat : 21857 (java) S 21848 21851 15709 0 -1 4202560 5052 0 0 0 46 26 0 0 20 0 22 0 24188550 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537910533160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21858] ppid=21848 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/21851/task/21858/stat : 21858 (java) S 21848 21851 15709 0 -1 4202560 2147 0 0 0 52 36 0 0 20 0 22 0 24188550 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537909479592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21859] ppid=21848 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/21851/task/21859/stat : 21859 (java) S 21848 21851 15709 0 -1 4202560 3689 0 0 0 65 35 0 0 20 0 22 0 24188550 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537908427048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21860] ppid=21848 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/21851/task/21860/stat : 21860 (java) S 21848 21851 15709 0 -1 4202560 1697 0 0 0 56 32 0 0 20 0 22 0 24188550 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537789147560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21861] ppid=21848 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/21851/task/21861/stat : 21861 (java) S 21848 21851 15709 0 -1 4202560 5772 0 0 0 34 22 0 0 20 0 22 0 24188550 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537788095016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21862] ppid=21848 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/21851/task/21862/stat : 21862 (java) S 21848 21851 15709 0 -1 4202560 15821 0 0 0 288 6 0 0 20 0 22 0 24188551 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537775897192 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21863] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21863/stat : 21863 (java) S 21848 21851 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24188551 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537774843512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21864] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21864/stat : 21864 (java) S 21848 21851 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24188551 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537773790856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21865] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21865/stat : 21865 (java) S 21848 21851 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24188554 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537034173456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21866] ppid=21848 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/21851/task/21866/stat : 21866 (java) S 21848 21851 15709 0 -1 4202560 11994 0 0 0 147 2 0 0 20 0 22 0 24188554 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537033119800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21867] ppid=21848 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/21851/task/21867/stat : 21867 (java) S 21848 21851 15709 0 -1 4202560 8546 0 0 0 101 2 0 0 20 0 22 0 24188554 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537032067256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21868] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21868/stat : 21868 (java) S 21848 21851 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24188554 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537031014904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21869] ppid=21848 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/21851/task/21869/stat : 21869 (java) S 21848 21851 15709 0 -1 4202560 51 0 0 0 10 14 0 0 20 0 22 0 24188554 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537029962568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21870] ppid=21848 vsize=9824732 CPUtime=890.78 cores=0,2,4,6
/proc/21851/task/21870/stat : 21870 (java) R 21848 21851 15709 0 -1 4202560 392 0 0 0 89058 20 0 0 20 0 22 0 24188715 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537028906672 140537790280639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21871] ppid=21848 vsize=9824732 CPUtime=890.72 cores=0,2,4,6
/proc/21851/task/21871/stat : 21871 (java) R 21848 21851 15709 0 -1 4202560 966 0 0 0 89054 18 0 0 20 0 22 0 24188715 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537027853120 140537790044004 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21872] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21872/stat : 21872 (java) S 21848 21851 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24188731 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537026803240 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21873] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21873/stat : 21873 (java) S 21848 21851 15709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 24188731 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537025750696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 21851 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+899.501 s]
/proc/loadavg: 4.11 4.18 4.22 5/219 21992
/proc/meminfo: memFree=22382392/32872528 swapFree=1534436/1655032
[pid=21851] ppid=21848 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/21851/stat : 21851 (java) S 21848 21851 15709 0 -1 4202496 74374 0 1 0 179708 297 0 0 20 0 22 0 24188547 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140734228481408 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21851/statm: 2456183 852891 2297 9 0 2446860 0
[pid=21851/tid=21853] ppid=21848 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/21851/task/21853/stat : 21853 (java) S 21848 21851 15709 0 -1 4202560 2550 0 1 0 147 6 0 0 20 0 22 0 24188548 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537952199544 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21854] ppid=21848 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/21851/task/21854/stat : 21854 (java) S 21848 21851 15709 0 -1 4202560 7078 0 0 0 56 35 0 0 20 0 22 0 24188550 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537913690792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21855] ppid=21848 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/21851/task/21855/stat : 21855 (java) S 21848 21851 15709 0 -1 4202560 3990 0 0 0 47 30 0 0 20 0 22 0 24188550 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537912638248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21856] ppid=21848 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/21851/task/21856/stat : 21856 (java) S 21848 21851 15709 0 -1 4202560 3359 0 0 0 70 38 0 0 20 0 22 0 24188550 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537911585704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21857] ppid=21848 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/21851/task/21857/stat : 21857 (java) S 21848 21851 15709 0 -1 4202560 5052 0 0 0 46 26 0 0 20 0 22 0 24188550 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537910533160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21858] ppid=21848 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/21851/task/21858/stat : 21858 (java) S 21848 21851 15709 0 -1 4202560 2147 0 0 0 52 36 0 0 20 0 22 0 24188550 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537909479592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21859] ppid=21848 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/21851/task/21859/stat : 21859 (java) S 21848 21851 15709 0 -1 4202560 3689 0 0 0 65 35 0 0 20 0 22 0 24188550 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537908427048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21860] ppid=21848 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/21851/task/21860/stat : 21860 (java) S 21848 21851 15709 0 -1 4202560 1697 0 0 0 56 32 0 0 20 0 22 0 24188550 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537789147560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21861] ppid=21848 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/21851/task/21861/stat : 21861 (java) S 21848 21851 15709 0 -1 4202560 5772 0 0 0 34 22 0 0 20 0 22 0 24188550 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537788095016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21862] ppid=21848 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/21851/task/21862/stat : 21862 (java) S 21848 21851 15709 0 -1 4202560 15821 0 0 0 288 6 0 0 20 0 22 0 24188551 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537775897192 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21851/tid=21863] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21863/stat : 21863 (java) S 21848 21851 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24188551 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537774843512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21864] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21864/stat : 21864 (java) S 21848 21851 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24188551 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537773790856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21865] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21865/stat : 21865 (java) S 21848 21851 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24188554 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537034173456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21866] ppid=21848 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/21851/task/21866/stat : 21866 (java) S 21848 21851 15709 0 -1 4202560 11994 0 0 0 147 2 0 0 20 0 22 0 24188554 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537033119800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21867] ppid=21848 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/21851/task/21867/stat : 21867 (java) S 21848 21851 15709 0 -1 4202560 8546 0 0 0 101 2 0 0 20 0 22 0 24188554 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537032067256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21868] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21868/stat : 21868 (java) S 21848 21851 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24188554 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537031014904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21851/tid=21869] ppid=21848 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/21851/task/21869/stat : 21869 (java) S 21848 21851 15709 0 -1 4202560 51 0 0 0 10 14 0 0 20 0 22 0 24188554 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537029962568 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21870] ppid=21848 vsize=9824732 CPUtime=890.78 cores=0,2,4,6
/proc/21851/task/21870/stat : 21870 (java) R 21848 21851 15709 0 -1 4202560 392 0 0 0 89058 20 0 0 20 0 22 0 24188715 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537028906672 140537790280639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21871] ppid=21848 vsize=9824732 CPUtime=890.72 cores=0,2,4,6
/proc/21851/task/21871/stat : 21871 (java) R 21848 21851 15709 0 -1 4202560 966 0 0 0 89054 18 0 0 20 0 22 0 24188715 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537027853120 140537790044004 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21851/tid=21872] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21872/stat : 21872 (java) S 21848 21851 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24188731 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537026803240 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21851/tid=21873] ppid=21848 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21851/task/21873/stat : 21873 (java) S 21848 21851 15709 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 24188731 10060525568 852891 33554432000 1073741824 1073778376 140734228490272 140537025750696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21851 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=528494
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=383485
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.553
CPU time (s): 1800.05
CPU user time (s): 1797.08
CPU system time (s): 2.97
CPU usage (%): 200.105
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.53
system time used= 3.38348
maximum resident set size= 3411680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74407
page faults= 1
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23918
involuntary context switches= 17050

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.43117 second user time and 7.57585 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 05:43:21
IDJOB=4103266
IDBENCH=2313
IDSOLVER=2543
FILE ID=node122/4103266-1466221401
RUNJOBID= node122-1466206083-15725
PBS_JOBID= 19918155
Free space on /tmp= 71732 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-swath2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103266-1466221401/watcher-4103266-1466221401 -o /tmp/evaluation-result-4103266-1466221401/solver-4103266-1466221401 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15725 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103266-1466221401.opb

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

MD5SUM BENCH= a4a0adfe0d9b9bff1eac92e870352c94
RANDOM SEED=1253311485

node122.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.769
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.53
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.769
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.769
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.55
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.769
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.769
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.53
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.769
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.769
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.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25126472 kB
Buffers:          138720 kB
Cached:          1654332 kB
SwapCached:            0 kB
Active:          3648192 kB
Inactive:        1693836 kB
Active(anon):    3551252 kB
Inactive(anon):        0 kB
Active(file):      96940 kB
Inactive(file):  1693836 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5136 kB
Writeback:             0 kB
AnonPages:       5162472 kB
Mapped:            21180 kB
Shmem:               204 kB
Slab:             609060 kB
SReclaimable:      53008 kB
SUnreclaim:       556052 kB
KernelStack:        1792 kB
PageTables:        14216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5666268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3516416 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= 71736 MiB
End job on node122 at 2016-06-18 05:58:21