Trace number 4100762

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.83 892.468

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-25fv47.opb
MD5SUMdfddd97e7752f713f95f506cbe2ca323
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables47130
Total number of constraints820
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints820
Minimum length of a constraint30
Maximum length of a constraint10200
Number of terms in the objective function 19170
Biggest coefficient in the objective function 26496
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 540242
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 540242
Number of bits of the biggest sum of numbers20
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4100762-1466211021.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
2.38/1.32	c ... done. Wall clock time 1.192s.
2.38/1.32	c declared #vars     47130
2.38/1.32	c #constraints  1335
2.38/1.32	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.38/1.32	c constraints type 
2.38/1.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13
2.38/1.32	c org.sat4j.specs.Constr$1 => 4
2.38/1.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1318
2.38/1.32	c 1335 constraints processed.
2.38/1.32	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.38/1.32	c constraints type 
2.38/1.32	c org.sat4j.specs.Constr$1 => 4
2.38/1.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13
2.38/1.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1318
2.38/1.32	c 1335 constraints processed.
2.38/1.32	c objective function length is 19170 literals
10.70/4.74	c cleaning 2499 clauses out of 5002 with flag 10324/5006
16.45/7.55	c cleaning 4246 clauses out of 8497 with flag 22805/11000
23.54/10.94	c cleaning 5667 clauses out of 11334 with flag 37392/18083
37.65/17.96	c cleaning 6802 clauses out of 13604 with flag 57835/26020
53.74/25.97	c cleaning 7901 clauses out of 15801 with flag 81556/35019
73.01/35.35	c cleaning 8947 clauses out of 17894 with flag 101553/45013
92.17/44.97	c cleaning 9979 clauses out of 19957 with flag 123573/56023
114.26/55.85	c cleaning 10984 clauses out of 21968 with flag 147570/68013
140.55/69.36	c cleaning 12036 clauses out of 24072 with flag 173790/81101
142.21/70.19	c cleaning 0 clauses out of 5000 with flag 0/5000
166.02/81.91	c cleaning 12862 clauses out of 25947 with flag 201626/95012
197.87/97.70	c cleaning 14068 clauses out of 28135 with flag 231887/110062
227.80/112.57	c cleaning 15025 clauses out of 30049 with flag 264030/126044
261.96/130.16	c cleaning 16017 clauses out of 32033 with flag 298215/143053
295.15/146.52	c cleaning 17006 clauses out of 34011 with flag 334378/161048
331.68/164.76	c cleaning 17987 clauses out of 35973 with flag 372345/180016
338.46/168.08	c cleaning 0 clauses out of 11001 with flag 0/11001
371.71/184.55	c cleaning 18993 clauses out of 37985 with flag 412377/200015
417.14/206.81	c cleaning 20024 clauses out of 40048 with flag 454559/221071
464.20/230.08	c cleaning 20997 clauses out of 41993 with flag 498537/243040
513.96/254.35	c cleaning 22002 clauses out of 44004 with flag 544637/266048
563.80/278.90	c cleaning 23020 clauses out of 46039 with flag 592803/290085
613.01/303.13	c cleaning 23993 clauses out of 47986 with flag 642789/315052
662.04/327.48	c cleaning 24984 clauses out of 49967 with flag 694847/341026
714.09/353.34	c cleaning 25984 clauses out of 51967 with flag 748938/368010
763.77/378.03	c cleaning 26989 clauses out of 53977 with flag 805062/396004
819.29/405.63	c cleaning 28005 clauses out of 56009 with flag 863406/425025
873.07/432.12	c cleaning 28997 clauses out of 57993 with flag 923819/455014
916.73/454.94	c cleaning 0 clauses out of 18000 with flag 0/18000
937.60/465.03	c cleaning 29953 clauses out of 59987 with flag 985943/486005
1011.66/501.46	c cleaning 30904 clauses out of 62046 with flag 1049979/518017
1108.22/548.63	c cleaning 32113 clauses out of 64225 with flag 1116300/551100
1195.82/593.93	c cleaning 33054 clauses out of 66107 with flag 1184469/585095
1281.61/636.60	c cleaning 33999 clauses out of 67997 with flag 1254571/620039
1371.46/681.18	c cleaning 35000 clauses out of 69999 with flag 1326774/656040
1461.02/725.36	c cleaning 36005 clauses out of 72010 with flag 1401033/693051
1558.37/773.49	c cleaning 36980 clauses out of 73959 with flag 1477061/731005
1561.39/774.75	c cleaning 0 clauses out of 26001 with flag 0/26001
1657.82/822.14	c cleaning 38011 clauses out of 76022 with flag 1555331/770048
1752.42/868.85	c cleaning 39007 clauses out of 78013 with flag 1635446/810050
1800.05/892.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/892.40	c starts		: 240
1800.05/892.40	c conflicts		: 835352
1800.05/892.40	c decisions		: 878724
1800.05/892.40	c propagations		: 135170856
1800.05/892.40	c inspects		: 5236910224
1800.05/892.40	c shortcuts		: 0
1800.05/892.40	c learnt literals	: 4
1800.05/892.40	c learnt binary clauses	: 12
1800.05/892.40	c learnt ternary clauses	: 10
1800.05/892.40	c learnt constraints	: 835348
1800.05/892.40	c ignored constraints	: 0
1800.05/892.40	c root simplifications	: 0
1800.05/892.40	c removed literals (reason simplification)	: 58484775
1800.05/892.40	c reason swapping (by a shorter reason)	: 0
1800.05/892.40	c Calls to reduceDB	: 36
1800.05/892.40	c Number of update (reduction) of LBD	: 1507
1800.05/892.40	c Imported unit clauses	: 0
1800.05/892.40	c number of reductions to clauses (during analyze)	: 0
1800.05/892.40	c number of learned constraints concerned by reduction	: 0
1800.05/892.40	c number of learning phase by resolution	: 0
1800.05/892.40	c number of learning phase by cutting planes	: 0
1800.05/892.40	c speed (assignments/second)	: 151713.95990163408
1800.05/892.40	c non guided choices	7028
1800.05/892.43	c learnt constraints type 
1800.05/892.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
1800.05/892.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 64297
1800.05/892.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/892.43	c starts		: 53
1800.05/892.43	c conflicts		: 27455
1800.05/892.43	c decisions		: 163028
1800.05/892.43	c propagations		: 986051
1800.05/892.43	c inspects		: 460618143
1800.05/892.43	c shortcuts		: 0
1800.05/892.43	c learnt literals	: 0
1800.05/892.43	c learnt binary clauses	: 0
1800.05/892.43	c learnt ternary clauses	: 0
1800.05/892.43	c learnt constraints	: 27454
1800.05/892.43	c ignored constraints	: 0
1800.05/892.43	c root simplifications	: 0
1800.05/892.43	c removed literals (reason simplification)	: 0
1800.05/892.43	c reason swapping (by a shorter reason)	: 0
1800.05/892.43	c Calls to reduceDB	: 4
1800.05/892.43	c Number of update (reduction) of LBD	: 0
1800.05/892.43	c Imported unit clauses	: 0
1800.05/892.43	c number of reductions to clauses (during analyze)	: 0
1800.05/892.43	c number of learned constraints concerned by reduction	: 0
1800.05/892.43	c number of learning phase by resolution	: 0
1800.05/892.43	c number of learning phase by cutting planes	: 0
1800.05/892.43	c speed (assignments/second)	: 1106.7125490895908
1800.05/892.43	c non guided choices	0
1800.05/892.44	c learnt constraints type 
1800.05/892.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 791
1800.05/892.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26663
1800.05/892.44	s UNKNOWN
1800.05/892.44	c Total wall clock time (in seconds): 892.312

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-4100762-1466211021/watcher-4100762-1466211021 -o /tmp/evaluation-result-4100762-1466211021/solver-4100762-1466211021 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8353 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100762-1466211021.opb 

pid=12812
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.24 4.27 4.23 4/198 12815
/proc/meminfo: memFree=26765264/32872528 swapFree=1499884/1696108
[pid=12815] ppid=12812 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/12815/stat : 12815 (java) D 12812 12815 8337 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 23147885 9515008 175 33554432000 1073741824 1073778376 140737462430768 140737462413496 225444709264 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/12815/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.24 4.27 4.23 4/198 12815
/proc/meminfo: memFree=26765264/32872528 swapFree=1499884/1696108
[pid=12815] ppid=12812 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/12815/stat : 12815 (java) S 12812 12815 8337 0 -1 4202496 4373 0 1 0 7 1 0 0 20 0 18 0 23147885 9787879424 5496 33554432000 1073741824 1073778376 140736346988864 140736346980000 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12815/statm: 2389619 5496 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 4.24 4.27 4.23 4/198 12815
/proc/meminfo: memFree=26765264/32872528 swapFree=1499884/1696108
[pid=12815] ppid=12812 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/12815/stat : 12815 (java) S 12812 12815 8337 0 -1 4202496 4990 0 1 0 25 1 0 0 20 0 18 0 23147885 9787879424 7370 33554432000 1073741824 1073778376 140736346988864 140736346980000 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12815/statm: 2389619 7370 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 4.24 4.27 4.23 4/198 12815
/proc/meminfo: memFree=26765264/32872528 swapFree=1499884/1696108
[pid=12815] ppid=12812 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/12815/stat : 12815 (java) S 12812 12815 8337 0 -1 4202496 5962 0 1 0 47 1 0 0 20 0 18 0 23147885 9787879424 10385 33554432000 1073741824 1073778376 140736346988864 140736346980000 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12815/statm: 2389619 10385 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700186 s]
/proc/loadavg: 4.24 4.27 4.23 4/198 12815
/proc/meminfo: memFree=26765264/32872528 swapFree=1499884/1696108
[pid=12815] ppid=12812 vsize=9558476 CPUtime=1.38 cores=0,2,4,6
/proc/12815/stat : 12815 (java) S 12812 12815 8337 0 -1 4202496 14494 0 1 0 134 4 0 0 20 0 18 0 23147885 9787879424 43167 33554432000 1073741824 1073778376 140736346988864 140736346980000 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12815/statm: 2389619 43167 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 4.24 4.27 4.23 4/216 12833
/proc/meminfo: memFree=26504372/32872528 swapFree=1499884/1696108
[pid=12815] ppid=12812 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/12815/stat : 12815 (java) S 12812 12815 8337 0 -1 4202496 15260 0 1 0 285 16 0 0 20 0 22 0 23147885 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140736346980000 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12815/statm: 2456183 67304 2273 9 0 2446860 0
[pid=12815/tid=12817] ppid=12812 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/12815/task/12817/stat : 12817 (java) S 12812 12815 8337 0 -1 4202560 2497 0 1 0 113 3 0 0 20 0 22 0 23147887 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140470245114744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12818] ppid=12812 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/12815/task/12818/stat : 12818 (java) S 12812 12815 8337 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 23147888 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140470206605480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12819] ppid=12812 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12815/task/12819/stat : 12819 (java) S 12812 12815 8337 0 -1 4202560 111 0 0 0 3 1 0 0 20 0 22 0 23147888 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140470205552936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12820] ppid=12812 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12815/task/12820/stat : 12820 (java) S 12812 12815 8337 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 23147888 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140470204500392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12821] ppid=12812 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/12815/task/12821/stat : 12821 (java) S 12812 12815 8337 0 -1 4202560 140 0 0 0 8 2 0 0 20 0 22 0 23147888 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140470203447848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12815/tid=12822] ppid=12812 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/12815/task/12822/stat : 12822 (java) S 12812 12815 8337 0 -1 4202560 49 0 0 0 4 1 0 0 20 0 22 0 23147888 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140470202395304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12823] ppid=12812 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12815/task/12823/stat : 12823 (java) S 12812 12815 8337 0 -1 4202560 106 0 0 0 3 1 0 0 20 0 22 0 23147888 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140470201342760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12824] ppid=12812 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/12815/task/12824/stat : 12824 (java) S 12812 12815 8337 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 23147888 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140470200290216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12825] ppid=12812 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/12815/task/12825/stat : 12825 (java) S 12812 12815 8337 0 -1 4202560 105 0 0 0 3 0 0 0 20 0 22 0 23147888 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140470199237672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12826] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12826/stat : 12826 (java) S 12812 12815 8337 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23147889 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140470068934760 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12827] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12827/stat : 12827 (java) S 12812 12815 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23147890 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140470067881080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12828] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12828/stat : 12828 (java) S 12812 12815 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23147890 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140470066828424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12829] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12829/stat : 12829 (java) S 12812 12815 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23147892 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140470065777168 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12830] ppid=12812 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/12815/task/12830/stat : 12830 (java) R 12812 12815 8337 0 -1 4202560 5516 0 0 0 50 0 0 0 20 0 22 0 23147892 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140470064724536 140470252088987 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12831] ppid=12812 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/12815/task/12831/stat : 12831 (java) R 12812 12815 8337 0 -1 4202560 5291 0 0 0 50 0 0 0 20 0 22 0 23147892 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140470063671992 140470246683259 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12832] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12832/stat : 12832 (java) S 12812 12815 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23147892 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140470062619640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12833] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12833/stat : 12833 (java) S 12812 12815 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23147892 10060525568 67304 33554432000 1073741824 1073778376 140736346988864 140470061567304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.24 4.27 4.23 5/220 12837
/proc/meminfo: memFree=26340564/32872528 swapFree=1499884/1696108
[pid=12815] ppid=12812 vsize=9824732 CPUtime=7.12 cores=0,2,4,6
/proc/12815/stat : 12815 (java) S 12812 12815 8337 0 -1 4202496 16994 0 1 0 687 25 0 0 20 0 22 0 23147885 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140736346980000 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12815/statm: 2456183 107997 2279 9 0 2446860 0
[pid=12815/tid=12817] ppid=12812 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/12815/task/12817/stat : 12817 (java) S 12812 12815 8337 0 -1 4202560 2497 0 1 0 113 3 0 0 20 0 22 0 23147887 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140470245114744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12818] ppid=12812 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12815/task/12818/stat : 12818 (java) S 12812 12815 8337 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 22 0 23147888 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140470206605480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12819] ppid=12812 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/12815/task/12819/stat : 12819 (java) S 12812 12815 8337 0 -1 4202560 133 0 0 0 5 3 0 0 20 0 22 0 23147888 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140470205552936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12820] ppid=12812 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/12815/task/12820/stat : 12820 (java) S 12812 12815 8337 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 22 0 23147888 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140470204500392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12821] ppid=12812 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/12815/task/12821/stat : 12821 (java) S 12812 12815 8337 0 -1 4202560 169 0 0 0 13 5 0 0 20 0 22 0 23147888 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140470203447848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12822] ppid=12812 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/12815/task/12822/stat : 12822 (java) S 12812 12815 8337 0 -1 4202560 64 0 0 0 7 2 0 0 20 0 22 0 23147888 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140470202395304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12823] ppid=12812 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/12815/task/12823/stat : 12823 (java) S 12812 12815 8337 0 -1 4202560 142 0 0 0 9 3 0 0 20 0 22 0 23147888 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140470201342760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12824] ppid=12812 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/12815/task/12824/stat : 12824 (java) S 12812 12815 8337 0 -1 4202560 44 0 0 0 3 2 0 0 20 0 22 0 23147888 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140470200290216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12825] ppid=12812 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12815/task/12825/stat : 12825 (java) S 12812 12815 8337 0 -1 4202560 113 0 0 0 3 1 0 0 20 0 22 0 23147888 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140470199237672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12826] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12826/stat : 12826 (java) S 12812 12815 8337 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23147889 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140470068934760 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12827] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12827/stat : 12827 (java) S 12812 12815 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23147890 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140470067881080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12828] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12828/stat : 12828 (java) S 12812 12815 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23147890 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140470066828424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12829] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12829/stat : 12829 (java) S 12812 12815 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23147892 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140470065777168 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12830] ppid=12812 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/12815/task/12830/stat : 12830 (java) S 12812 12815 8337 0 -1 4202560 5554 0 0 0 80 0 0 0 20 0 22 0 23147892 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140470064724536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12831] ppid=12812 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/12815/task/12831/stat : 12831 (java) S 12812 12815 8337 0 -1 4202560 6645 0 0 0 101 2 0 0 20 0 22 0 23147892 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140470063671992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12832] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12832/stat : 12832 (java) S 12812 12815 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23147892 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140470062619640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12833] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12833/stat : 12833 (java) S 12812 12815 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23147892 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140470061567304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12834] ppid=12812 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/12815/task/12834/stat : 12834 (java) R 12812 12815 8337 0 -1 4202560 33 0 0 0 164 0 0 0 20 0 22 0 23148018 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140469052889408 140470077120303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12835] ppid=12812 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/12815/task/12835/stat : 12835 (java) R 12812 12815 8337 0 -1 4202560 68 0 0 0 165 2 0 0 20 0 22 0 23148018 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140469051838568 140470077385030 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12815/tid=12836] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12836/stat : 12836 (java) S 12812 12815 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23148030 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140469050786856 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12837] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12837/stat : 12837 (java) S 12812 12815 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23148031 10060525568 107997 33554432000 1073741824 1073778376 140736346988864 140469049734312 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.22 4.27 4.22 5/220 12837
/proc/meminfo: memFree=26028992/32872528 swapFree=1499884/1696108
[pid=12815] ppid=12812 vsize=9824732 CPUtime=13.93 cores=0,2,4,6
/proc/12815/stat : 12815 (java) S 12812 12815 8337 0 -1 4202496 17743 0 1 0 1357 36 0 0 20 0 22 0 23147885 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140736346980000 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12815/statm: 2456183 176417 2283 9 0 2446860 0
[pid=12815/tid=12817] ppid=12812 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/12815/task/12817/stat : 12817 (java) S 12812 12815 8337 0 -1 4202560 2497 0 1 0 113 3 0 0 20 0 22 0 23147887 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140470245114744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12818] ppid=12812 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/12815/task/12818/stat : 12818 (java) S 12812 12815 8337 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 23147888 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140470206605480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12815/tid=12819] ppid=12812 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/12815/task/12819/stat : 12819 (java) S 12812 12815 8337 0 -1 4202560 161 0 0 0 11 4 0 0 20 0 22 0 23147888 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140470205552936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12815/tid=12820] ppid=12812 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/12815/task/12820/stat : 12820 (java) S 12812 12815 8337 0 -1 4202560 47 0 0 0 7 3 0 0 20 0 22 0 23147888 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140470204500392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12821] ppid=12812 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/12815/task/12821/stat : 12821 (java) S 12812 12815 8337 0 -1 4202560 199 0 0 0 18 5 0 0 20 0 22 0 23147888 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140470203447848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12822] ppid=12812 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/12815/task/12822/stat : 12822 (java) S 12812 12815 8337 0 -1 4202560 76 0 0 0 9 2 0 0 20 0 22 0 23147888 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140470202395304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12823] ppid=12812 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/12815/task/12823/stat : 12823 (java) S 12812 12815 8337 0 -1 4202560 151 0 0 0 12 3 0 0 20 0 22 0 23147888 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140470201342760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12815/tid=12824] ppid=12812 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/12815/task/12824/stat : 12824 (java) S 12812 12815 8337 0 -1 4202560 73 0 0 0 7 2 0 0 20 0 22 0 23147888 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140470200290216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12825] ppid=12812 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/12815/task/12825/stat : 12825 (java) S 12812 12815 8337 0 -1 4202560 150 0 0 0 11 3 0 0 20 0 22 0 23147888 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140470199237672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12826] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12826/stat : 12826 (java) S 12812 12815 8337 0 -1 4202560 490 0 0 0 0 0 0 0 20 0 22 0 23147889 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140470068934760 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12827] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12827/stat : 12827 (java) S 12812 12815 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23147890 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140470067881080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12828] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12828/stat : 12828 (java) S 12812 12815 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23147890 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140470066828424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12829] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12829/stat : 12829 (java) S 12812 12815 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23147892 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140470065777168 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12830] ppid=12812 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/12815/task/12830/stat : 12830 (java) S 12812 12815 8337 0 -1 4202560 5559 0 0 0 95 0 0 0 20 0 22 0 23147892 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140470064724536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12831] ppid=12812 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/12815/task/12831/stat : 12831 (java) S 12812 12815 8337 0 -1 4202560 6649 0 0 0 113 2 0 0 20 0 22 0 23147892 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140470063671992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12832] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12832/stat : 12832 (java) S 12812 12815 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23147892 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140470062619640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12833] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12833/stat : 12833 (java) S 12812 12815 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23147892 10060525568 176417 33554432000 1073741824 1073778376 140736346988864 140470061567304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12834] ppid=12812 vsize=9824732 CPUtime=4.72 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.33 4.31 4.27 5/220 13084
/proc/meminfo: memFree=23341880/32872528 swapFree=1499884/1696108
[pid=12815] ppid=12812 vsize=9824732 CPUtime=1658.22 cores=0,2,4,6
/proc/12815/stat : 12815 (java) S 12812 12815 8337 0 -1 4202496 29321 0 1 0 165595 227 0 0 20 0 22 0 23147885 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140736346980000 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12815/statm: 2456183 1029559 2292 9 0 2446860 0
[pid=12815/tid=12817] ppid=12812 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/12815/task/12817/stat : 12817 (java) S 12812 12815 8337 0 -1 4202560 2511 0 1 0 115 4 0 0 20 0 22 0 23147887 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140470245114744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12818] ppid=12812 vsize=9824732 CPUtime=5.74 cores=0,2,4,6
/proc/12815/task/12818/stat : 12818 (java) S 12812 12815 8337 0 -1 4202560 747 0 0 0 554 20 0 0 20 0 22 0 23147888 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140470206605480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12819] ppid=12812 vsize=9824732 CPUtime=5.96 cores=0,2,4,6
/proc/12815/task/12819/stat : 12819 (java) S 12812 12815 8337 0 -1 4202560 716 0 0 0 573 23 0 0 20 0 22 0 23147888 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140470205552936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12815/tid=12820] ppid=12812 vsize=9824732 CPUtime=5.28 cores=0,2,4,6
/proc/12815/task/12820/stat : 12820 (java) S 12812 12815 8337 0 -1 4202560 619 0 0 0 507 21 0 0 20 0 22 0 23147888 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140470204500392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12821] ppid=12812 vsize=9824732 CPUtime=5.51 cores=0,2,4,6
/proc/12815/task/12821/stat : 12821 (java) S 12812 12815 8337 0 -1 4202560 700 0 0 0 529 22 0 0 20 0 22 0 23147888 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140470203447848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12822] ppid=12812 vsize=9824732 CPUtime=6.06 cores=0,2,4,6
/proc/12815/task/12822/stat : 12822 (java) S 12812 12815 8337 0 -1 4202560 646 0 0 0 583 23 0 0 20 0 22 0 23147888 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140470202395304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12823] ppid=12812 vsize=9824732 CPUtime=5.48 cores=0,2,4,6
/proc/12815/task/12823/stat : 12823 (java) S 12812 12815 8337 0 -1 4202560 864 0 0 0 528 20 0 0 20 0 22 0 23147888 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140470201342760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12824] ppid=12812 vsize=9824732 CPUtime=4.9 cores=0,2,4,6
/proc/12815/task/12824/stat : 12824 (java) S 12812 12815 8337 0 -1 4202560 558 0 0 0 474 16 0 0 20 0 22 0 23147888 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140470200290216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12815/tid=12825] ppid=12812 vsize=9824732 CPUtime=6.24 cores=0,2,4,6
/proc/12815/task/12825/stat : 12825 (java) S 12812 12815 8337 0 -1 4202560 659 0 0 0 602 22 0 0 20 0 22 0 23147888 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140470199237672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12826] ppid=12812 vsize=9824732 CPUtime=9.35 cores=0,2,4,6
/proc/12815/task/12826/stat : 12826 (java) S 12812 12815 8337 0 -1 4202560 3947 0 0 0 925 10 0 0 20 0 22 0 23147889 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140470068934760 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12827] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12827/stat : 12827 (java) S 12812 12815 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23147890 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140470067881080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12828] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12828/stat : 12828 (java) S 12812 12815 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23147890 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140470066828424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12829] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12829/stat : 12829 (java) S 12812 12815 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23147892 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140470065777168 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12830] ppid=12812 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/12815/task/12830/stat : 12830 (java) S 12812 12815 8337 0 -1 4202560 7547 0 0 0 134 2 0 0 20 0 22 0 23147892 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140470064724536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12831] ppid=12812 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/12815/task/12831/stat : 12831 (java) S 12812 12815 8337 0 -1 4202560 6667 0 0 0 155 2 0 0 20 0 22 0 23147892 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140470063671992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12832] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12832/stat : 12832 (java) S 12812 12815 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23147892 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140470062619640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12833] ppid=12812 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/12815/task/12833/stat : 12833 (java) S 12812 12815 8337 0 -1 4202560 48 0 0 0 14 14 0 0 20 0 22 0 23147892 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140470061567304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12834] ppid=12812 vsize=9824732 CPUtime=799.79 cores=0,2,4,6
/proc/12815/task/12834/stat : 12834 (java) R 12812 12815 8337 0 -1 4202560 248 0 0 0 79959 20 0 0 20 0 22 0 23148018 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140469052890240 140470077120365 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12835] ppid=12812 vsize=9824732 CPUtime=799.78 cores=0,2,4,6
/proc/12815/task/12835/stat : 12835 (java) R 12812 12815 8337 0 -1 4202560 1580 0 0 0 79940 38 0 0 20 0 22 0 23148018 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140469051836864 140470077384763 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12836] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12836/stat : 12836 (java) S 12812 12815 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23148030 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140469050786856 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12837] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12837/stat : 12837 (java) S 12812 12815 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23148031 10060525568 1029559 33554432000 1073741824 1073778376 140736346988864 140469049734312 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1658.22
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.41 4.34 4.28 5/220 13085
/proc/meminfo: memFree=23397916/32872528 swapFree=1499884/1696108
[pid=12815] ppid=12812 vsize=9824732 CPUtime=1779.87 cores=0,2,4,6
/proc/12815/stat : 12815 (java) S 12812 12815 8337 0 -1 4202496 29447 0 1 0 177757 230 0 0 20 0 22 0 23147885 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140736346980000 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12815/statm: 2456183 1043959 2292 9 0 2446860 0
[pid=12815/tid=12817] ppid=12812 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/12815/task/12817/stat : 12817 (java) S 12812 12815 8337 0 -1 4202560 2513 0 1 0 115 5 0 0 20 0 22 0 23147887 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470245114744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12818] ppid=12812 vsize=9824732 CPUtime=6 cores=0,2,4,6
/proc/12815/task/12818/stat : 12818 (java) S 12812 12815 8337 0 -1 4202560 750 0 0 0 580 20 0 0 20 0 22 0 23147888 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470206605480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12819] ppid=12812 vsize=9824732 CPUtime=6.25 cores=0,2,4,6
/proc/12815/task/12819/stat : 12819 (java) S 12812 12815 8337 0 -1 4202560 720 0 0 0 602 23 0 0 20 0 22 0 23147888 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470205552936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12820] ppid=12812 vsize=9824732 CPUtime=5.64 cores=0,2,4,6
/proc/12815/task/12820/stat : 12820 (java) S 12812 12815 8337 0 -1 4202560 627 0 0 0 542 22 0 0 20 0 22 0 23147888 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470204500392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12815/tid=12821] ppid=12812 vsize=9824732 CPUtime=5.85 cores=0,2,4,6
/proc/12815/task/12821/stat : 12821 (java) S 12812 12815 8337 0 -1 4202560 719 0 0 0 563 22 0 0 20 0 22 0 23147888 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470203447848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12815/tid=12822] ppid=12812 vsize=9824732 CPUtime=6.79 cores=0,2,4,6
/proc/12815/task/12822/stat : 12822 (java) S 12812 12815 8337 0 -1 4202560 661 0 0 0 656 23 0 0 20 0 22 0 23147888 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470202395304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12815/tid=12823] ppid=12812 vsize=9824732 CPUtime=5.86 cores=0,2,4,6
/proc/12815/task/12823/stat : 12823 (java) S 12812 12815 8337 0 -1 4202560 873 0 0 0 566 20 0 0 20 0 22 0 23147888 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470201342760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12824] ppid=12812 vsize=9824732 CPUtime=5.28 cores=0,2,4,6
/proc/12815/task/12824/stat : 12824 (java) S 12812 12815 8337 0 -1 4202560 563 0 0 0 512 16 0 0 20 0 22 0 23147888 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470200290216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12825] ppid=12812 vsize=9824732 CPUtime=6.93 cores=0,2,4,6
/proc/12815/task/12825/stat : 12825 (java) S 12812 12815 8337 0 -1 4202560 708 0 0 0 671 22 0 0 20 0 22 0 23147888 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470199237672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12826] ppid=12812 vsize=9824732 CPUtime=9.35 cores=0,2,4,6
/proc/12815/task/12826/stat : 12826 (java) S 12812 12815 8337 0 -1 4202560 3953 0 0 0 925 10 0 0 20 0 22 0 23147889 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470068934760 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12827] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12827/stat : 12827 (java) S 12812 12815 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23147890 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470067881080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12828] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12828/stat : 12828 (java) S 12812 12815 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23147890 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470066828424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12829] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12829/stat : 12829 (java) S 12812 12815 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23147892 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470065777168 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12830] ppid=12812 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/12815/task/12830/stat : 12830 (java) S 12812 12815 8337 0 -1 4202560 7547 0 0 0 134 2 0 0 20 0 22 0 23147892 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470064724536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12831] ppid=12812 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/12815/task/12831/stat : 12831 (java) S 12812 12815 8337 0 -1 4202560 6667 0 0 0 155 2 0 0 20 0 22 0 23147892 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470063671992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12832] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12832/stat : 12832 (java) S 12812 12815 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23147892 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470062619640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12833] ppid=12812 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/12815/task/12833/stat : 12833 (java) S 12812 12815 8337 0 -1 4202560 52 0 0 0 15 15 0 0 20 0 22 0 23147892 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470061567304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12834] ppid=12812 vsize=9824732 CPUtime=858.94 cores=0,2,4,6
/proc/12815/task/12834/stat : 12834 (java) R 12812 12815 8337 0 -1 4202560 248 0 0 0 85873 21 0 0 20 0 22 0 23148018 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140469052890240 140470077119833 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12835] ppid=12812 vsize=9824732 CPUtime=858.88 cores=0,2,4,6
/proc/12815/task/12835/stat : 12835 (java) R 12812 12815 8337 0 -1 4202560 1582 0 0 0 85849 39 0 0 20 0 22 0 23148018 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140469051836576 140470077139592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12836] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12836/stat : 12836 (java) S 12812 12815 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23148030 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140469050786856 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12837] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12837/stat : 12837 (java) S 12812 12815 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23148031 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140469049734312 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1779.87
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+892.401 s]
/proc/loadavg: 4.35 4.33 4.28 6/220 13085
/proc/meminfo: memFree=23397608/32872528 swapFree=1499884/1696108
[pid=12815] ppid=12812 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/12815/stat : 12815 (java) S 12812 12815 8337 0 -1 4202496 29447 0 1 0 179775 230 0 0 20 0 22 0 23147885 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140736346980000 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12815/statm: 2456183 1043959 2292 9 0 2446860 0
[pid=12815/tid=12817] ppid=12812 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/12815/task/12817/stat : 12817 (java) S 12812 12815 8337 0 -1 4202560 2513 0 1 0 115 5 0 0 20 0 22 0 23147887 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470245114744 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12818] ppid=12812 vsize=9824732 CPUtime=6 cores=0,2,4,6
/proc/12815/task/12818/stat : 12818 (java) S 12812 12815 8337 0 -1 4202560 750 0 0 0 580 20 0 0 20 0 22 0 23147888 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470206605480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12819] ppid=12812 vsize=9824732 CPUtime=6.25 cores=0,2,4,6
/proc/12815/task/12819/stat : 12819 (java) S 12812 12815 8337 0 -1 4202560 720 0 0 0 602 23 0 0 20 0 22 0 23147888 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470205552936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12820] ppid=12812 vsize=9824732 CPUtime=5.64 cores=0,2,4,6
/proc/12815/task/12820/stat : 12820 (java) S 12812 12815 8337 0 -1 4202560 627 0 0 0 542 22 0 0 20 0 22 0 23147888 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470204500392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12815/tid=12821] ppid=12812 vsize=9824732 CPUtime=5.85 cores=0,2,4,6
/proc/12815/task/12821/stat : 12821 (java) S 12812 12815 8337 0 -1 4202560 719 0 0 0 563 22 0 0 20 0 22 0 23147888 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470203447848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12815/tid=12822] ppid=12812 vsize=9824732 CPUtime=6.79 cores=0,2,4,6
/proc/12815/task/12822/stat : 12822 (java) S 12812 12815 8337 0 -1 4202560 661 0 0 0 656 23 0 0 20 0 22 0 23147888 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470202395304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12815/tid=12823] ppid=12812 vsize=9824732 CPUtime=5.86 cores=0,2,4,6
/proc/12815/task/12823/stat : 12823 (java) S 12812 12815 8337 0 -1 4202560 873 0 0 0 566 20 0 0 20 0 22 0 23147888 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470201342760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12824] ppid=12812 vsize=9824732 CPUtime=5.28 cores=0,2,4,6
/proc/12815/task/12824/stat : 12824 (java) S 12812 12815 8337 0 -1 4202560 563 0 0 0 512 16 0 0 20 0 22 0 23147888 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470200290216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12825] ppid=12812 vsize=9824732 CPUtime=6.93 cores=0,2,4,6
/proc/12815/task/12825/stat : 12825 (java) S 12812 12815 8337 0 -1 4202560 708 0 0 0 671 22 0 0 20 0 22 0 23147888 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470199237672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12826] ppid=12812 vsize=9824732 CPUtime=9.35 cores=0,2,4,6
/proc/12815/task/12826/stat : 12826 (java) S 12812 12815 8337 0 -1 4202560 3953 0 0 0 925 10 0 0 20 0 22 0 23147889 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470068934760 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12827] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12827/stat : 12827 (java) S 12812 12815 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23147890 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470067881080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12828] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12828/stat : 12828 (java) S 12812 12815 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23147890 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470066828424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12829] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12829/stat : 12829 (java) S 12812 12815 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23147892 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470065777168 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12830] ppid=12812 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/12815/task/12830/stat : 12830 (java) S 12812 12815 8337 0 -1 4202560 7547 0 0 0 134 2 0 0 20 0 22 0 23147892 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470064724536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12831] ppid=12812 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/12815/task/12831/stat : 12831 (java) S 12812 12815 8337 0 -1 4202560 6667 0 0 0 155 2 0 0 20 0 22 0 23147892 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470063671992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12832] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12832/stat : 12832 (java) S 12812 12815 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23147892 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470062619640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12833] ppid=12812 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/12815/task/12833/stat : 12833 (java) S 12812 12815 8337 0 -1 4202560 52 0 0 0 15 16 0 0 20 0 22 0 23147892 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140470061567304 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12815/tid=12834] ppid=12812 vsize=9824732 CPUtime=869.03 cores=0,2,4,6
/proc/12815/task/12834/stat : 12834 (java) R 12812 12815 8337 0 -1 4202560 248 0 0 0 86882 21 0 0 20 0 22 0 23148018 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140469052890240 140470077314325 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12835] ppid=12812 vsize=9824732 CPUtime=868.97 cores=0,2,4,6
/proc/12815/task/12835/stat : 12835 (java) R 12812 12815 8337 0 -1 4202560 1582 0 0 0 86858 39 0 0 20 0 22 0 23148018 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140469051836576 140470077389454 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12815/tid=12836] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12836/stat : 12836 (java) S 12812 12815 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23148030 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140469050786856 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12815/tid=12837] ppid=12812 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12815/task/12837/stat : 12837 (java) S 12812 12815 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23148031 10060525568 1043959 33554432000 1073741824 1073778376 140736346988864 140469049734312 225448081321 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 12815 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 892.468
CPU time (s): 1800.83
CPU user time (s): 1798.02
CPU system time (s): 2.81357
CPU usage (%): 201.781
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.02
system time used= 2.81357
maximum resident set size= 4175964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29489
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23610
involuntary context switches= 31382

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.51386 second user time and 5.43317 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 02:50:22
IDJOB=4100762
IDBENCH=1658
IDSOLVER=2543
FILE ID=node137/4100762-1466211021
RUNJOBID= node137-1466206054-8353
PBS_JOBID= 19918140
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-25fv47.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100762-1466211021/watcher-4100762-1466211021 -o /tmp/evaluation-result-4100762-1466211021/solver-4100762-1466211021 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8353 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100762-1466211021.opb

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

MD5SUM BENCH= dfddd97e7752f713f95f506cbe2ca323
RANDOM SEED=1733035197

node137.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.486
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	: 5332.97
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.486
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.486
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.56
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.486
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.486
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.55
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.486
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.38
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.486
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.56
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.486
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26765668 kB
Buffers:           42324 kB
Cached:            88044 kB
SwapCached:         1252 kB
Active:          3618248 kB
Inactive:          79780 kB
Active(anon):    3569152 kB
Inactive(anon):      972 kB
Active(file):      49096 kB
Inactive(file):    78808 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67099968 kB
Dirty:              3960 kB
Writeback:             0 kB
AnonPages:       5250788 kB
Mapped:            15496 kB
Shmem:                 0 kB
Slab:             571236 kB
SReclaimable:      15128 kB
SUnreclaim:       556108 kB
KernelStack:        1656 kB
PageTables:        14780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5555972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3686400 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= 71700 MiB
End job on node137 at 2016-06-18 03:05:14