Trace number 4080474

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.12 899.88

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-116.opb
MD5SUMf3a33f6abe76a69a8be60a1cc6635095
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080474-1465265743.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
10.29/7.45	c ... done. Wall clock time 7.328s.
10.29/7.45	c declared #vars     44846
10.29/7.45	c #constraints  989877
10.29/7.45	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
10.29/7.45	c constraints type 
10.29/7.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 689672
10.29/7.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
10.29/7.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 196912
10.29/7.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 99769
10.29/7.45	c 989877 constraints processed.
10.29/7.45	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
10.29/7.45	c constraints type 
10.29/7.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 196912
10.29/7.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 689672
10.29/7.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
10.29/7.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 99769
10.29/7.45	c 989877 constraints processed.
27.97/15.53	c cleaning 0 clauses out of 5002 with flag 0/5002
37.32/20.01	c cleaning 0 clauses out of 11001 with flag 0/11001
39.13/20.99	c cleaning 2495 clauses out of 5000 with flag 198629/5000
48.18/25.42	c cleaning 0 clauses out of 18000 with flag 0/18000
49.99/26.36	c cleaning 4245 clauses out of 8507 with flag 568949/11002
64.00/33.62	c cleaning 0 clauses out of 26002 with flag 0/26002
65.40/34.31	c cleaning 5630 clauses out of 11260 with flag 765795/18000
85.45/44.33	c cleaning 0 clauses out of 35001 with flag 0/35001
93.25/48.24	c cleaning 6716 clauses out of 13630 with flag 1261525/26000
110.70/56.95	c cleaning 0 clauses out of 45001 with flag 0/45001
114.90/59.08	c cleaning 7934 clauses out of 15917 with flag 1567345/35003
125.72/64.41	c cleaning 8986 clauses out of 17980 with flag 1626483/45000
139.98/71.57	c cleaning 0 clauses out of 56000 with flag 0/56000
147.97/75.56	c cleaning 9970 clauses out of 19994 with flag 2109631/56000
167.66/85.39	c cleaning 10996 clauses out of 22024 with flag 2284768/68000
176.32/89.68	c cleaning 0 clauses out of 68001 with flag 0/68001
193.21/98.01	c cleaning 12004 clauses out of 24029 with flag 2581606/81001
209.60/106.29	c cleaning 12996 clauses out of 26024 with flag 2900371/95000
224.49/113.67	c cleaning 13999 clauses out of 28028 with flag 3001762/110000
225.69/114.27	c cleaning 0 clauses out of 81001 with flag 0/81001
240.77/121.78	c cleaning 15005 clauses out of 30029 with flag 3105660/126000
270.84/136.75	c cleaning 15998 clauses out of 32026 with flag 3473393/143002
282.29/142.48	c cleaning 0 clauses out of 95001 with flag 0/95001
317.76/160.13	c cleaning 16910 clauses out of 34026 with flag 3880260/161000
344.72/173.59	c cleaning 0 clauses out of 110000 with flag 0/110000
356.33/179.34	c cleaning 18033 clauses out of 36117 with flag 4496706/180001
394.50/198.39	c cleaning 18900 clauses out of 38083 with flag 4814462/200000
421.58/211.81	c cleaning 0 clauses out of 126000 with flag 0/126000
452.07/227.09	c cleaning 20077 clauses out of 40183 with flag 5364951/221000
481.16/241.53	c cleaning 21047 clauses out of 42104 with flag 5539675/243001
511.88/256.82	c cleaning 0 clauses out of 143001 with flag 0/143001
524.28/263.06	c cleaning 21973 clauses out of 44051 with flag 5890469/266000
585.05/293.37	c cleaning 22897 clauses out of 46078 with flag 6260748/290001
614.73/308.13	c cleaning 0 clauses out of 161000 with flag 0/161000
652.42/326.92	c cleaning 23111 clauses out of 48180 with flag 7015060/315001
712.54/356.95	c cleaning 24587 clauses out of 51068 with flag 7449006/341002
747.82/374.51	c cleaning 0 clauses out of 180000 with flag 0/180000
757.61/379.46	c cleaning 26294 clauses out of 53479 with flag 7723096/368000
808.82/404.95	c cleaning 26712 clauses out of 55185 with flag 8066619/396000
871.49/436.20	c cleaning 26198 clauses out of 57473 with flag 8643307/425000
895.41/448.15	c cleaning 0 clauses out of 200000 with flag 0/200000
955.84/478.22	c cleaning 28399 clauses out of 61275 with flag 9317514/455000
1020.36/510.44	c cleaning 29908 clauses out of 63876 with flag 9903225/486000
1025.86/513.15	c cleaning 0 clauses out of 221000 with flag 0/221000
1088.59/544.45	c cleaning 28616 clauses out of 65968 with flag 10726938/518000
1145.16/572.51	c cleaning 0 clauses out of 243000 with flag 0/243000
1167.46/583.67	c cleaning 29586 clauses out of 70353 with flag 11664686/551001
1246.75/623.10	c cleaning 32459 clauses out of 74766 with flag 12465304/585000
1288.95/644.22	c cleaning 0 clauses out of 266001 with flag 0/266001
1342.35/670.82	c cleaning 32536 clauses out of 77309 with flag 13022747/620002
1417.97/708.60	c cleaning 34379 clauses out of 80771 with flag 13496948/656000
1481.05/740.01	c cleaning 0 clauses out of 290003 with flag 0/290003
1500.65/749.89	c cleaning 35438 clauses out of 83392 with flag 13979964/693000
1578.65/789.25	c cleaning 36885 clauses out of 85954 with flag 14710666/731000
1661.35/830.52	c cleaning 36758 clauses out of 88069 with flag 15234095/770000
1681.41/840.60	c cleaning 0 clauses out of 315000 with flag 0/315000
1746.62/873.18	c cleaning 38172 clauses out of 91312 with flag 15830197/810001
1800.12/899.81	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/899.81	c starts		: 3395
1800.12/899.81	c conflicts		: 831864
1800.12/899.81	c decisions		: 39641306
1800.12/899.81	c propagations		: 1149790617
1800.12/899.81	c inspects		: 7290257861
1800.12/899.81	c shortcuts		: 0
1800.12/899.81	c learnt literals	: 12
1800.12/899.81	c learnt binary clauses	: 3657
1800.12/899.81	c learnt ternary clauses	: 7002
1800.12/899.81	c learnt constraints	: 831851
1800.12/899.81	c ignored constraints	: 0
1800.12/899.81	c root simplifications	: 0
1800.12/899.81	c removed literals (reason simplification)	: 4808733
1800.12/899.81	c reason swapping (by a shorter reason)	: 0
1800.12/899.81	c Calls to reduceDB	: 36
1800.12/899.81	c Number of update (reduction) of LBD	: 471257
1800.12/899.81	c Imported unit clauses	: 0
1800.12/899.81	c number of reductions to clauses (during analyze)	: 0
1800.12/899.81	c number of learned constraints concerned by reduction	: 0
1800.12/899.81	c number of learning phase by resolution	: 0
1800.12/899.81	c number of learning phase by cutting planes	: 0
1800.12/899.81	c speed (assignments/second)	: 1288521.9049390755
1800.12/899.81	c non guided choices	3159176
1800.12/899.83	c learnt constraints type 
1800.12/899.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3657
1800.12/899.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71346
1800.12/899.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/899.83	c starts		: 135
1800.12/899.83	c conflicts		: 328469
1800.12/899.83	c decisions		: 601824
1800.12/899.83	c propagations		: 284260526
1800.12/899.83	c inspects		: 4605988842
1800.12/899.83	c shortcuts		: 0
1800.12/899.83	c learnt literals	: 0
1800.12/899.83	c learnt binary clauses	: 9
1800.12/899.83	c learnt ternary clauses	: 105
1800.12/899.83	c learnt constraints	: 328469
1800.12/899.83	c ignored constraints	: 0
1800.12/899.83	c root simplifications	: 0
1800.12/899.83	c removed literals (reason simplification)	: 0
1800.12/899.83	c reason swapping (by a shorter reason)	: 0
1800.12/899.83	c Calls to reduceDB	: 21
1800.12/899.83	c Number of update (reduction) of LBD	: 0
1800.12/899.83	c Imported unit clauses	: 0
1800.12/899.83	c number of reductions to clauses (during analyze)	: 0
1800.12/899.83	c number of learned constraints concerned by reduction	: 0
1800.12/899.83	c number of learning phase by resolution	: 0
1800.12/899.83	c number of learning phase by cutting planes	: 0
1800.12/899.83	c speed (assignments/second)	: 318551.29914809595
1800.12/899.83	c non guided choices	9022
1800.12/899.86	c learnt constraints type 
1800.12/899.86	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 328387
1800.12/899.86	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 9
1800.12/899.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 73
1800.12/899.86	s UNKNOWN
1800.12/899.86	c Total wall clock time (in seconds): 899.745

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

pid=9227
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.04 4.14 4.08 5/197 9230
/proc/meminfo: memFree=25644312/32872528 swapFree=16080/1655368
[pid=9230] ppid=9227 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9230/stat : 9230 (java) R 9227 9230 3593 0 -1 4202496 484 0 0 0 0 0 0 0 20 0 1 0 108507957 9515008 138 33554432000 1073741824 1073778376 140736371625120 140736371622248 217410187956 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9230/statm: 2323 147 107 9 0 71 0

[startup+0.100115 s]
/proc/loadavg: 4.04 4.14 4.08 5/197 9230
/proc/meminfo: memFree=25644312/32872528 swapFree=16080/1655368
[pid=9230] ppid=9227 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9230/stat : 9230 (java) S 9227 9230 3593 0 -1 4202496 4475 0 1 0 8 1 0 0 20 0 18 0 108507957 9787879424 6101 33554432000 1073741824 1073778376 140736371625120 140736371616256 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9230/statm: 2389619 6101 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200308 s]
/proc/loadavg: 4.04 4.14 4.08 5/197 9230
/proc/meminfo: memFree=25644312/32872528 swapFree=16080/1655368
[pid=9230] ppid=9227 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/9230/stat : 9230 (java) S 9227 9230 3593 0 -1 4202496 4731 0 1 0 22 1 0 0 20 0 18 0 108507957 9787879424 8860 33554432000 1073741824 1073778376 140736371625120 140736371616256 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9230/statm: 2389619 8860 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 4.04 4.14 4.08 5/197 9230
/proc/meminfo: memFree=25644312/32872528 swapFree=16080/1655368
[pid=9230] ppid=9227 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/9230/stat : 9230 (java) S 9227 9230 3593 0 -1 4202496 5624 0 1 0 46 1 0 0 20 0 18 0 108507957 9787879424 11540 33554432000 1073741824 1073778376 140736371625120 140736371616256 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9230/statm: 2389619 11540 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.70023 s]
/proc/loadavg: 4.04 4.14 4.08 5/197 9230
/proc/meminfo: memFree=25644312/32872528 swapFree=16080/1655368
[pid=9230] ppid=9227 vsize=9558476 CPUtime=1.4 cores=0,2,4,6
/proc/9230/stat : 9230 (java) S 9227 9230 3593 0 -1 4202496 12594 0 1 0 135 5 0 0 20 0 18 0 108507957 9787879424 44688 33554432000 1073741824 1073778376 140736371625120 140736371616256 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9230/statm: 2389619 44688 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 4.04 4.14 4.08 10/215 9248
/proc/meminfo: memFree=25336268/32872528 swapFree=16080/1655368
[pid=9230] ppid=9227 vsize=9558476 CPUtime=2.69 cores=0,2,4,6
/proc/9230/stat : 9230 (java) S 9227 9230 3593 0 -1 4202496 13753 0 1 0 253 16 0 0 20 0 18 0 108507957 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140736371616256 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9230/statm: 2389619 93035 2263 9 0 2380296 0
[pid=9230/tid=9232] ppid=9227 vsize=9558476 CPUtime=1.34 cores=0,2,4,6
/proc/9230/task/9232/stat : 9232 (java) R 9227 9230 3593 0 -1 4202560 2584 0 1 0 130 4 0 0 20 0 18 0 108507958 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140408716934376 140408657080946 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9230/tid=9233] ppid=9227 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/9230/task/9233/stat : 9233 (java) S 9227 9230 3593 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 18 0 108507959 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140408560236840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9234] ppid=9227 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/9230/task/9234/stat : 9234 (java) S 9227 9230 3593 0 -1 4202560 42 0 0 0 5 1 0 0 20 0 18 0 108507959 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140408559184040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9235] ppid=9227 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/9230/task/9235/stat : 9235 (java) S 9227 9230 3593 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 108507959 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140408558131752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9236] ppid=9227 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/9230/task/9236/stat : 9236 (java) S 9227 9230 3593 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 18 0 108507959 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140408557078952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9237] ppid=9227 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/9230/task/9237/stat : 9237 (java) S 9227 9230 3593 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 18 0 108507959 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140408556026664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9238] ppid=9227 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/9230/task/9238/stat : 9238 (java) S 9227 9230 3593 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 18 0 108507959 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140408554973864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9239] ppid=9227 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/9230/task/9239/stat : 9239 (java) S 9227 9230 3593 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 18 0 108507959 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140408553921576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9240] ppid=9227 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/9230/task/9240/stat : 9240 (java) S 9227 9230 3593 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 18 0 108507959 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140408552868776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9241] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9241/stat : 9241 (java) S 9227 9230 3593 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 108507960 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140408540670184 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9230/tid=9242] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9242/stat : 9242 (java) S 9227 9230 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108507960 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140408539616248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9243] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9243/stat : 9243 (java) S 9227 9230 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108507961 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140408538563848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9244] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9244/stat : 9244 (java) S 9227 9230 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108507963 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140408537512336 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9245] ppid=9227 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/9230/task/9245/stat : 9245 (java) S 9227 9230 3593 0 -1 4202560 5022 0 0 0 44 1 0 0 20 0 18 0 108507963 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140408536459960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9246] ppid=9227 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/9230/task/9246/stat : 9246 (java) S 9227 9230 3593 0 -1 4202560 4475 0 0 0 41 0 0 0 20 0 18 0 108507963 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140408535407160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9247] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9247/stat : 9247 (java) S 9227 9230 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108507963 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140408534355064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9248] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9248/stat : 9248 (java) S 9227 9230 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108507963 9787879424 93035 33554432000 1073741824 1073778376 140736371625120 140408533302472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 4.04 4.14 4.08 4/215 9248
/proc/meminfo: memFree=25011448/32872528 swapFree=16080/1655368
[pid=9230] ppid=9227 vsize=9558476 CPUtime=4.66 cores=0,2,4,6
/proc/9230/stat : 9230 (java) S 9227 9230 3593 0 -1 4202496 14353 0 1 0 436 30 0 0 20 0 18 0 108507957 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140736371616256 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9230/statm: 2389619 170167 2263 9 0 2380296 0
[pid=9230/tid=9232] ppid=9227 vsize=9558476 CPUtime=2.81 cores=0,2,4,6
/proc/9230/task/9232/stat : 9232 (java) R 9227 9230 3593 0 -1 4202560 2695 0 1 0 273 8 0 0 20 0 18 0 108507958 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140408716934360 140408657311584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9230/tid=9233] ppid=9227 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9230/task/9233/stat : 9233 (java) S 9227 9230 3593 0 -1 4202560 50 0 0 0 8 2 0 0 20 0 18 0 108507959 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140408560236840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9234] ppid=9227 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/9230/task/9234/stat : 9234 (java) S 9227 9230 3593 0 -1 4202560 54 0 0 0 8 3 0 0 20 0 18 0 108507959 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140408559184040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9235] ppid=9227 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/9230/task/9235/stat : 9235 (java) S 9227 9230 3593 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 18 0 108507959 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140408558131752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9236] ppid=9227 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/9230/task/9236/stat : 9236 (java) S 9227 9230 3593 0 -1 4202560 50 0 0 0 6 2 0 0 20 0 18 0 108507959 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140408557078952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9237] ppid=9227 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/9230/task/9237/stat : 9237 (java) S 9227 9230 3593 0 -1 4202560 84 0 0 0 10 4 0 0 20 0 18 0 108507959 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140408556026664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9238] ppid=9227 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/9230/task/9238/stat : 9238 (java) S 9227 9230 3593 0 -1 4202560 59 0 0 0 8 3 0 0 20 0 18 0 108507959 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140408554973864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9239] ppid=9227 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/9230/task/9239/stat : 9239 (java) S 9227 9230 3593 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 18 0 108507959 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140408553921576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9240] ppid=9227 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/9230/task/9240/stat : 9240 (java) S 9227 9230 3593 0 -1 4202560 55 0 0 0 10 3 0 0 20 0 18 0 108507959 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140408552868776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9241] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9241/stat : 9241 (java) S 9227 9230 3593 0 -1 4202560 481 0 0 0 0 0 0 0 20 0 18 0 108507960 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140408540670184 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9230/tid=9242] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9242/stat : 9242 (java) S 9227 9230 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108507960 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140408539616248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9243] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9243/stat : 9243 (java) S 9227 9230 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108507961 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140408538563848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9244] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9244/stat : 9244 (java) S 9227 9230 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108507963 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140408537512336 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9245] ppid=9227 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/9230/task/9245/stat : 9245 (java) S 9227 9230 3593 0 -1 4202560 5022 0 0 0 46 2 0 0 20 0 18 0 108507963 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140408536459960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9246] ppid=9227 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/9230/task/9246/stat : 9246 (java) S 9227 9230 3593 0 -1 4202560 4475 0 0 0 41 0 0 0 20 0 18 0 108507963 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140408535407160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9247] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9247/stat : 9247 (java) S 9227 9230 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108507963 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140408534355064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9248] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9248/stat : 9248 (java) S 9227 9230 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108507963 9787879424 170167 33554432000 1073741824 1073778376 140736371625120 140408533302472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 9558476

[startup+6.30087 s]
/proc/loadavg: 4.04 4.14 4.08 4/215 9248
/proc/meminfo: memFree=24314584/32872528 swapFree=16080/1655368
[pid=9230] ppid=9227 vsize=9558476 CPUtime=8.56 cores=0,2,4,6
/proc/9230/stat : 9230 (java) S 9227 9230 3593 0 -1 4202496 16595 0 1 0 797 59 0 0 20 0 18 0 108507957 9787879424 348321 33554432000 1073741824 1073778376 140736371625120 140736371616256 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9230/statm: 2389619 348321 2263 9 0 2380296 0
[pid=9230/tid=9232] ppid=9227 vsize=9558476 CPUtime=5.75 cores=0,2,4,6
/proc/9230/task/9232/stat : 9232 (java) R 9227 9230 3593 0 -1 4202560 3418 0 1 0 558 17 0 0 20 0 18 0 108507958 9787879424 348321 33554432000 1073741824 1073778376 140736371625120 140408716926896 140408657407840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9230/tid=9233] ppid=9227 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/9230/task/9233/stat : 9233 (java) S 9227 9230 3593 0 -1 4202560 110 0 0 0 12 4 0 0 20 0 18 0 108507959 9787879424 348321 33554432000 1073741824 1073778376 140736371625120 140408560236840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9234] ppid=9227 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/9230/task/9234/stat : 9234 (java) S 9227 9230 3593 0 -1 4202560 200 0 0 0 14 4 0 0 20 0 18 0 108507959 9787879424 348321 33554432000 1073741824 1073778376 140736371625120 140408559184040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9235] ppid=9227 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/9230/task/9235/stat : 9235 (java) S 9227 9230 3593 0 -1 4202560 231 0 0 0 15 5 0 0 20 0 18 0 108507959 9787879424 348321 33554432000 1073741824 1073778376 140736371625120 140408558131752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9236] ppid=9227 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/9230/task/9236/stat : 9236 (java) S 9227 9230 3593 0 -1 4202560 229 0 0 0 22 6 0 0 20 0 18 0 108507959 9787879424 348321 33554432000 1073741824 1073778376 140736371625120 140408557078952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9237] ppid=9227 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/9230/task/9237/stat : 9237 (java) S 9227 9230 3593 0 -1 4202560 165 0 0 0 18 6 0 0 20 0 18 0 108507959 9787879424 348321 33554432000 1073741824 1073778376 140736371625120 140408556026664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9238] ppid=9227 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/9230/task/9238/stat : 9238 (java) S 9227 9230 3593 0 -1 4202560 213 0 0 0 14 4 0 0 20 0 18 0 108507959 9787879424 348833 33554432000 1073741824 1073778376 140736371625120 140408554973864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9239] ppid=9227 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/9230/task/9239/stat : 9239 (java) S 9227 9230 3593 0 -1 4202560 97 0 0 0 16 6 0 0 20 0 18 0 108507959 9787879424 348833 33554432000 1073741824 1073778376 140736371625120 140408553921576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9240] ppid=9227 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/9230/task/9240/stat : 9240 (java) S 9227 9230 3593 0 -1 4202560 160 0 0 0 21 6 0 0 20 0 18 0 108507959 9787879424 348833 33554432000 1073741824 1073778376 140736371625120 140408552868776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9241] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9241/stat : 9241 (java) S 9227 9230 3593 0 -1 4202560 1023 0 0 0 0 0 0 0 20 0 18 0 108507960 9787879424 348833 33554432000 1073741824 1073778376 140736371625120 140408540670184 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9230/tid=9242] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9242/stat : 9242 (java) S 9227 9230 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108507960 9787879424 348833 33554432000 1073741824 1073778376 140736371625120 140408539616248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9243] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9243/stat : 9243 (java) S 9227 9230 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108507961 9787879424 348833 33554432000 1073741824 1073778376 140736371625120 140408538563848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9244] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9244/stat : 9244 (java) S 9227 9230 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108507963 9787879424 348833 33554432000 1073741824 1073778376 140736371625120 140408537512336 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9245] ppid=9227 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/9230/task/9245/stat : 9245 (java) S 9227 9230 3593 0 -1 4202560 5022 0 0 0 47 2 0 0 20 0 18 0 108507963 9787879424 348833 33554432000 1073741824 1073778376 140736371625120 140408536459960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9246] ppid=9227 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/9230/task/9246/stat : 9246 (java) S 9227 9230 3593 0 -1 4202560 4475 0 0 0 41 0 0 0 20 0 18 0 108507963 9787879424 348833 33554432000 1073741824 1073778376 140736371625120 140408535407160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9247] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9247/stat : 9247 (java) S 9227 9230 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108507963 9787879424 348833 33554432000 1073741824 1073778376 140736371625120 140408534355064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9248] ppid=9227 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9248/stat : 9248 (java) S 9227 9230 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108507963 9787879424 348833 33554432000 1073741824 1073778376 140736371625120 140408533302472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.56
Current children cumulated vsize (KiB) 9558476

[startup+12.701 s]
/proc/loadavg: 3.88 4.11 4.07 5/219 9252
/proc/meminfo: memFree=23116296/32872528 swapFree=16080/1655368
[pid=9230] ppid=9227 vsize=9824732 CPUtime=22.33 cores=0,2,4,6
/proc/9230/stat : 9230 (java) S 9227 9230 3593 0 -1 4202496 21539 0 1 0 2130 103 0 0 20 0 22 0 108507957 10060525568 631345 33554432000 1073741824 1073778376 140736371625120 140736371616256 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9230/statm: 2456183 631345 2286 9 0 2446860 0

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

[pid=9230/tid=9236] ppid=9227 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/9230/task/9236/stat : 9236 (java) S 9227 9230 3593 0 -1 4202560 553 0 0 0 144 14 0 0 20 0 22 0 108507959 10060525568 823374 33554432000 1073741824 1073778376 140736371625120 140408557078952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9237] ppid=9227 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/9230/task/9237/stat : 9237 (java) S 9227 9230 3593 0 -1 4202560 481 0 0 0 163 19 0 0 20 0 22 0 108507959 10060525568 823374 33554432000 1073741824 1073778376 140736371625120 140408556026664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9238] ppid=9227 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/9230/task/9238/stat : 9238 (java) S 9227 9230 3593 0 -1 4202560 523 0 0 0 146 12 0 0 20 0 22 0 108507959 10060525568 823374 33554432000 1073741824 1073778376 140736371625120 140408554973864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9239] ppid=9227 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/9230/task/9239/stat : 9239 (java) S 9227 9230 3593 0 -1 4202560 423 0 0 0 156 14 0 0 20 0 22 0 108507959 10060525568 823374 33554432000 1073741824 1073778376 140736371625120 140408553921576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9240] ppid=9227 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/9230/task/9240/stat : 9240 (java) S 9227 9230 3593 0 -1 4202560 486 0 0 0 147 14 0 0 20 0 22 0 108507959 10060525568 823374 33554432000 1073741824 1073778376 140736371625120 140408552868776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9241] ppid=9227 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/9230/task/9241/stat : 9241 (java) S 9227 9230 3593 0 -1 4202560 1878 0 0 0 152 5 0 0 20 0 22 0 108507960 10060525568 823374 33554432000 1073741824 1073778376 140736371625120 140408540670184 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9230/tid=9242] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9242/stat : 9242 (java) S 9227 9230 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108507960 10060525568 823374 33554432000 1073741824 1073778376 140736371625120 140408539616248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9243] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9243/stat : 9243 (java) S 9227 9230 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108507961 10060525568 823374 33554432000 1073741824 1073778376 140736371625120 140408538563848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9244] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9244/stat : 9244 (java) S 9227 9230 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108507963 10060525568 823374 33554432000 1073741824 1073778376 140736371625120 140408537512336 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9245] ppid=9227 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/9230/task/9245/stat : 9245 (java) S 9227 9230 3593 0 -1 4202560 5540 0 0 0 113 2 0 0 20 0 22 0 108507963 10060525568 823374 33554432000 1073741824 1073778376 140736371625120 140408536459960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9246] ppid=9227 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/9230/task/9246/stat : 9246 (java) S 9227 9230 3593 0 -1 4202560 7385 0 0 0 130 2 0 0 20 0 22 0 108507963 10060525568 823374 33554432000 1073741824 1073778376 140736371625120 140408535407160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9247] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9247/stat : 9247 (java) S 9227 9230 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108507963 10060525568 823374 33554432000 1073741824 1073778376 140736371625120 140408534355064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9248] ppid=9227 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/9230/task/9248/stat : 9248 (java) S 9227 9230 3593 0 -1 4202560 47 0 0 0 13 19 0 0 20 0 22 0 108507963 10060525568 823374 33554432000 1073741824 1073778376 140736371625120 140408533302472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9249] ppid=9227 vsize=9824732 CPUtime=808.19 cores=0,2,4,6
/proc/9230/task/9249/stat : 9249 (java) R 9227 9230 3593 0 -1 4202560 50 0 0 0 80806 13 0 0 20 0 22 0 108508702 10060525568 823374 33554432000 1073741824 1073778376 140736371625120 140408532244864 140408657528491 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9250] ppid=9227 vsize=9824732 CPUtime=808.09 cores=0,2,4,6
/proc/9230/task/9250/stat : 9250 (java) R 9227 9230 3593 0 -1 4202560 241 0 0 0 80793 16 0 0 20 0 22 0 108508702 10060525568 823374 33554432000 1073741824 1073778376 140736371625120 140408531192960 140408657528486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9230/tid=9251] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9251/stat : 9251 (java) S 9227 9230 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108508705 10060525568 823374 33554432000 1073741824 1073778376 140736371625120 140408530142376 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9252] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9252/stat : 9252 (java) S 9227 9230 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108508705 10060525568 823374 33554432000 1073741824 1073778376 140736371625120 140408529089576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1644.89
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.15 4.19 4.16 5/220 9344
/proc/meminfo: memFree=24281740/32872528 swapFree=16080/1655368
[pid=9230] ppid=9227 vsize=9824732 CPUtime=1765.03 cores=0,2,4,6
/proc/9230/stat : 9230 (java) S 9227 9230 3593 0 -1 4202496 24247 0 1 0 176330 173 0 0 20 0 22 0 108507957 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140736371616256 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9230/statm: 2456183 823392 2298 9 0 2446860 0
[pid=9230/tid=9232] ppid=9227 vsize=9824732 CPUtime=6.74 cores=0,2,4,6
/proc/9230/task/9232/stat : 9232 (java) S 9227 9230 3593 0 -1 4202560 3844 0 1 0 643 31 0 0 20 0 22 0 108507958 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408716936056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9233] ppid=9227 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/9230/task/9233/stat : 9233 (java) S 9227 9230 3593 0 -1 4202560 479 0 0 0 179 15 0 0 20 0 22 0 108507959 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408560236840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9230/tid=9234] ppid=9227 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/9230/task/9234/stat : 9234 (java) S 9227 9230 3593 0 -1 4202560 517 0 0 0 150 11 0 0 20 0 22 0 108507959 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408559184040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9235] ppid=9227 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/9230/task/9235/stat : 9235 (java) S 9227 9230 3593 0 -1 4202560 512 0 0 0 155 14 0 0 20 0 22 0 108507959 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408558131752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9236] ppid=9227 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/9230/task/9236/stat : 9236 (java) S 9227 9230 3593 0 -1 4202560 553 0 0 0 147 14 0 0 20 0 22 0 108507959 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408557078952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9237] ppid=9227 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/9230/task/9237/stat : 9237 (java) S 9227 9230 3593 0 -1 4202560 481 0 0 0 169 19 0 0 20 0 22 0 108507959 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408556026664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9230/tid=9238] ppid=9227 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/9230/task/9238/stat : 9238 (java) S 9227 9230 3593 0 -1 4202560 523 0 0 0 152 12 0 0 20 0 22 0 108507959 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408554973864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9239] ppid=9227 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/9230/task/9239/stat : 9239 (java) S 9227 9230 3593 0 -1 4202560 430 0 0 0 159 14 0 0 20 0 22 0 108507959 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408553921576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9240] ppid=9227 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/9230/task/9240/stat : 9240 (java) S 9227 9230 3593 0 -1 4202560 493 0 0 0 154 14 0 0 20 0 22 0 108507959 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408552868776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9241] ppid=9227 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/9230/task/9241/stat : 9241 (java) S 9227 9230 3593 0 -1 4202560 1880 0 0 0 152 6 0 0 20 0 22 0 108507960 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408540670184 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9242] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9242/stat : 9242 (java) S 9227 9230 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108507960 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408539616248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9243] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9243/stat : 9243 (java) S 9227 9230 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108507961 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408538563848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9244] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9244/stat : 9244 (java) S 9227 9230 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108507963 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408537512336 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9245] ppid=9227 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/9230/task/9245/stat : 9245 (java) S 9227 9230 3593 0 -1 4202560 5540 0 0 0 113 2 0 0 20 0 22 0 108507963 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408536459960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9246] ppid=9227 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/9230/task/9246/stat : 9246 (java) S 9227 9230 3593 0 -1 4202560 7385 0 0 0 130 2 0 0 20 0 22 0 108507963 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408535407160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9247] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9247/stat : 9247 (java) S 9227 9230 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108507963 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408534355064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9248] ppid=9227 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/9230/task/9248/stat : 9248 (java) S 9227 9230 3593 0 -1 4202560 51 0 0 0 15 19 0 0 20 0 22 0 108507963 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408533302472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9230/tid=9249] ppid=9227 vsize=9824732 CPUtime=867.93 cores=0,2,4,6
/proc/9230/task/9249/stat : 9249 (java) R 9227 9230 3593 0 -1 4202560 53 0 0 0 86779 14 0 0 20 0 22 0 108508702 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408532238096 140408657620217 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9250] ppid=9227 vsize=9824732 CPUtime=867.81 cores=0,2,4,6
/proc/9230/task/9250/stat : 9250 (java) R 9227 9230 3593 0 -1 4202560 241 0 0 0 86763 18 0 0 20 0 22 0 108508702 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408531192960 140408657528301 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9251] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9251/stat : 9251 (java) S 9227 9230 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108508705 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408530142376 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9252] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9252/stat : 9252 (java) S 9227 9230 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108508705 10060525568 823392 33554432000 1073741824 1073778376 140736371625120 140408529089576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1765.03
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.801 s]
/proc/loadavg: 4.46 4.26 4.18 5/220 9344
/proc/meminfo: memFree=24324300/32872528 swapFree=16080/1655368
[pid=9230] ppid=9227 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/9230/stat : 9230 (java) S 9227 9230 3593 0 -1 4202496 24270 0 1 0 179837 175 0 0 20 0 22 0 108507957 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140736371616256 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9230/statm: 2456183 823407 2298 9 0 2446860 0
[pid=9230/tid=9232] ppid=9227 vsize=9824732 CPUtime=6.74 cores=0,2,4,6
/proc/9230/task/9232/stat : 9232 (java) S 9227 9230 3593 0 -1 4202560 3844 0 1 0 643 31 0 0 20 0 22 0 108507958 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408716936056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9233] ppid=9227 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/9230/task/9233/stat : 9233 (java) S 9227 9230 3593 0 -1 4202560 479 0 0 0 180 15 0 0 20 0 22 0 108507959 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408560236840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9230/tid=9234] ppid=9227 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/9230/task/9234/stat : 9234 (java) S 9227 9230 3593 0 -1 4202560 535 0 0 0 151 11 0 0 20 0 22 0 108507959 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408559184040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9235] ppid=9227 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/9230/task/9235/stat : 9235 (java) S 9227 9230 3593 0 -1 4202560 512 0 0 0 159 14 0 0 20 0 22 0 108507959 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408558131752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9236] ppid=9227 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/9230/task/9236/stat : 9236 (java) S 9227 9230 3593 0 -1 4202560 553 0 0 0 150 14 0 0 20 0 22 0 108507959 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408557078952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9237] ppid=9227 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/9230/task/9237/stat : 9237 (java) S 9227 9230 3593 0 -1 4202560 481 0 0 0 172 19 0 0 20 0 22 0 108507959 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408556026664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9230/tid=9238] ppid=9227 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/9230/task/9238/stat : 9238 (java) S 9227 9230 3593 0 -1 4202560 523 0 0 0 153 12 0 0 20 0 22 0 108507959 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408554973864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9239] ppid=9227 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/9230/task/9239/stat : 9239 (java) S 9227 9230 3593 0 -1 4202560 432 0 0 0 160 14 0 0 20 0 22 0 108507959 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408553921576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9240] ppid=9227 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/9230/task/9240/stat : 9240 (java) S 9227 9230 3593 0 -1 4202560 493 0 0 0 155 14 0 0 20 0 22 0 108507959 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408552868776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9241] ppid=9227 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/9230/task/9241/stat : 9241 (java) S 9227 9230 3593 0 -1 4202560 1882 0 0 0 152 6 0 0 20 0 22 0 108507960 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408540670184 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9242] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9242/stat : 9242 (java) S 9227 9230 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108507960 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408539616248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9243] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9243/stat : 9243 (java) S 9227 9230 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108507961 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408538563848 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9244] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9244/stat : 9244 (java) S 9227 9230 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108507963 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408537512336 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9245] ppid=9227 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/9230/task/9245/stat : 9245 (java) S 9227 9230 3593 0 -1 4202560 5540 0 0 0 113 2 0 0 20 0 22 0 108507963 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408536459960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9246] ppid=9227 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/9230/task/9246/stat : 9246 (java) S 9227 9230 3593 0 -1 4202560 7385 0 0 0 130 2 0 0 20 0 22 0 108507963 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408535407160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9247] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9247/stat : 9247 (java) S 9227 9230 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108507963 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408534355064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9248] ppid=9227 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9230/task/9248/stat : 9248 (java) S 9227 9230 3593 0 -1 4202560 51 0 0 0 16 19 0 0 20 0 22 0 108507963 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408533302472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9230/tid=9249] ppid=9227 vsize=9824732 CPUtime=885.34 cores=0,2,4,6
/proc/9230/task/9249/stat : 9249 (java) R 9227 9230 3593 0 -1 4202560 54 0 0 0 88520 14 0 0 20 0 22 0 108508702 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408532245776 140408657575558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9230/tid=9250] ppid=9227 vsize=9824732 CPUtime=885.23 cores=0,2,4,6
/proc/9230/task/9250/stat : 9250 (java) R 9227 9230 3593 0 -1 4202560 241 0 0 0 88505 18 0 0 20 0 22 0 108508702 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408531192240 140408657238142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9230/tid=9251] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9251/stat : 9251 (java) S 9227 9230 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108508705 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408530142376 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9230/tid=9252] ppid=9227 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9230/task/9252/stat : 9252 (java) S 9227 9230 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108508705 10060525568 823407 33554432000 1073741824 1073778376 140736371625120 140408529089576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 9230 sig 9
??? kill -9230 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9230 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=839294
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=221662
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.88
CPU time (s): 1800.12
CPU user time (s): 1798.37
CPU system time (s): 1.75
CPU usage (%): 200.04
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.84
system time used= 2.22166
maximum resident set size= 3293744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24302
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23374
involuntary context switches= 22282

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.98309 second user time and 7.29489 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-07 04:15:44
IDJOB=4080474
IDBENCH=89654
IDSOLVER=2543
FILE ID=node122/4080474-1465265743
RUNJOBID= node122-1465253685-3609
PBS_JOBID= 19843267
Free space on /tmp= 71440 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-116.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080474-1465265743/watcher-4080474-1465265743 -o /tmp/evaluation-result-4080474-1465265743/solver-4080474-1465265743 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465253685-3609 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080474-1465265743.opb

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

MD5SUM BENCH= f3a33f6abe76a69a8be60a1cc6635095
RANDOM SEED=1970484020

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.898
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.79
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.898
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.898
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
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.898
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.898
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.898
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.898
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:        25644692 kB
Buffers:          120580 kB
Cached:           444852 kB
SwapCached:          860 kB
Active:          4639492 kB
Inactive:         177520 kB
Active(anon):    4252676 kB
Inactive(anon):     1632 kB
Active(file):     386816 kB
Inactive(file):   175888 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099512 kB
Dirty:             44708 kB
Writeback:             0 kB
AnonPages:       5910996 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             609664 kB
SReclaimable:      53232 kB
SUnreclaim:       556432 kB
KernelStack:        1608 kB
PageTables:        15908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6474088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5810176 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= 71688 MiB
End job on node122 at 2016-06-07 04:30:44