Trace number 4096226

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.11 894.262

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-8_6_30.opb
MD5SUM2a4e2dc9beed1e91067eb396cd2960ae
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark28.1467
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1482
Total number of constraints7073
Number of constraints which are clauses7068
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint38
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 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 68
Number of bits of the biggest sum of numbers7
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4096226-1466112169.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.76/0.41	c ... done. Wall clock time 0.298s.
0.76/0.41	c declared #vars     1482
0.76/0.41	c #constraints  7077
0.76/0.41	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.76/0.41	c constraints type 
0.76/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4218
0.76/0.41	c org.sat4j.specs.Constr$1 => 4
0.76/0.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.76/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.76/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2849
0.76/0.41	c 7077 constraints processed.
0.76/0.41	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.76/0.41	c constraints type 
0.76/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2849
0.76/0.41	c org.sat4j.specs.Constr$1 => 4
0.76/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4218
0.76/0.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.76/0.41	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.76/0.41	c 7077 constraints processed.
3.96/1.31	c cleaning 2497 clauses out of 5000 with flag 16055/5000
5.68/1.93	c cleaning 4249 clauses out of 8504 with flag 40811/11001
6.89/2.56	c cleaning 5624 clauses out of 11254 with flag 71213/18000
8.54/3.35	c cleaning 6810 clauses out of 13630 with flag 107343/26000
11.23/4.62	c cleaning 7908 clauses out of 15820 with flag 153963/35000
14.23/6.17	c cleaning 8954 clauses out of 17916 with flag 214227/45004
17.85/7.91	c cleaning 9965 clauses out of 19958 with flag 275148/56000
20.85/9.49	c cleaning 10996 clauses out of 21993 with flag 330040/68000
24.27/11.16	c cleaning 11994 clauses out of 23997 with flag 392232/81000
28.69/13.36	c cleaning 12997 clauses out of 26005 with flag 464650/95002
34.87/16.46	c cleaning 13997 clauses out of 28006 with flag 558770/110000
39.71/18.89	c cleaning 0 clauses out of 5001 with flag 0/5001
41.54/19.68	c cleaning 15001 clauses out of 30011 with flag 672112/126002
48.49/23.08	c cleaning 15998 clauses out of 32009 with flag 772209/143001
54.91/26.21	c cleaning 17001 clauses out of 34011 with flag 857052/161001
62.15/29.83	c cleaning 18000 clauses out of 36012 with flag 952913/180003
69.78/33.65	c cleaning 19002 clauses out of 38010 with flag 1044004/200001
78.59/38.09	c cleaning 19997 clauses out of 40008 with flag 1145300/221001
87.83/42.60	c cleaning 21004 clauses out of 42012 with flag 1249645/243002
97.87/47.67	c cleaning 21990 clauses out of 44006 with flag 1360395/266000
112.91/55.12	c cleaning 23001 clauses out of 46016 with flag 1516676/290000
125.76/61.52	c cleaning 24001 clauses out of 48015 with flag 1637445/315000
141.82/69.50	c cleaning 24994 clauses out of 50014 with flag 1791818/341000
155.47/76.30	c cleaning 26005 clauses out of 52022 with flag 1920265/368002
170.33/83.79	c cleaning 26997 clauses out of 54017 with flag 2055300/396002
183.78/90.41	c cleaning 28002 clauses out of 56019 with flag 2184914/425001
198.43/97.72	c cleaning 29003 clauses out of 58018 with flag 2328279/455002
214.72/105.88	c cleaning 30001 clauses out of 60016 with flag 2467410/486003
233.74/115.32	c cleaning 31000 clauses out of 62012 with flag 2619149/518000
250.05/123.46	c cleaning 0 clauses out of 11002 with flag 0/11002
253.45/125.17	c cleaning 32005 clauses out of 64013 with flag 2777760/551001
273.75/135.27	c cleaning 32993 clauses out of 66009 with flag 2939593/585002
296.86/146.72	c cleaning 34003 clauses out of 68015 with flag 3121206/620001
323.15/159.86	c cleaning 35000 clauses out of 70012 with flag 3323777/656001
350.72/173.53	c cleaning 35996 clauses out of 72012 with flag 3518019/693001
382.32/189.24	c cleaning 36996 clauses out of 74015 with flag 3721769/731000
412.27/204.17	c cleaning 38001 clauses out of 76020 with flag 3940883/770001
450.22/223.05	c cleaning 39002 clauses out of 78019 with flag 4209383/810001
487.34/241.60	c cleaning 40004 clauses out of 80017 with flag 4503027/851001
518.32/256.95	c cleaning 40996 clauses out of 82013 with flag 4704343/893001
546.44/270.93	c cleaning 42000 clauses out of 84016 with flag 4896102/936000
578.35/286.80	c cleaning 43003 clauses out of 86017 with flag 5108500/980001
614.14/304.60	c cleaning 44000 clauses out of 88013 with flag 5339048/1025000
649.34/322.19	c cleaning 45002 clauses out of 90016 with flag 5578237/1071003
685.58/340.15	c cleaning 45998 clauses out of 92011 with flag 5809553/1118000
728.25/361.32	c cleaning 47001 clauses out of 94015 with flag 6074815/1166002
767.06/380.66	c cleaning 47995 clauses out of 96012 with flag 6319410/1215000
808.51/401.23	c cleaning 49004 clauses out of 98017 with flag 6563443/1265000
848.06/420.99	c cleaning 49999 clauses out of 100013 with flag 6815431/1316000
855.74/424.72	c cleaning 0 clauses out of 18001 with flag 0/18001
892.35/442.95	c cleaning 50999 clauses out of 102014 with flag 7087787/1368000
939.85/466.51	c cleaning 51999 clauses out of 104015 with flag 7370408/1421000
998.62/495.73	c cleaning 53000 clauses out of 106016 with flag 7669446/1475000
1055.76/524.14	c cleaning 54002 clauses out of 108017 with flag 7967908/1530001
1112.15/552.18	c cleaning 54997 clauses out of 110014 with flag 8257341/1586000
1167.05/579.41	c cleaning 56004 clauses out of 112018 with flag 8538635/1643001
1232.05/611.73	c cleaning 56994 clauses out of 114015 with flag 8850769/1701002
1295.41/643.23	c cleaning 58000 clauses out of 116019 with flag 9165200/1760000
1356.36/673.58	c cleaning 59001 clauses out of 118019 with flag 9472327/1820000
1424.33/707.35	c cleaning 60002 clauses out of 120020 with flag 9803096/1881002
1488.52/739.29	c cleaning 60995 clauses out of 122016 with flag 10140868/1943000
1556.08/772.94	c cleaning 62002 clauses out of 124021 with flag 10513854/2006000
1627.93/808.69	c cleaning 63004 clauses out of 126021 with flag 10905867/2070002
1713.36/851.10	c cleaning 64003 clauses out of 128015 with flag 11332086/2135000
1795.91/892.14	c cleaning 64995 clauses out of 130012 with flag 11723311/2201000
1800.11/894.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/894.20	c starts		: 2303
1800.11/894.20	c conflicts		: 2207026
1800.11/894.20	c decisions		: 2618921
1800.11/894.20	c propagations		: 244113140
1800.11/894.20	c inspects		: 10845550661
1800.11/894.20	c shortcuts		: 0
1800.11/894.20	c learnt literals	: 0
1800.11/894.20	c learnt binary clauses	: 4
1800.11/894.20	c learnt ternary clauses	: 213
1800.11/894.20	c learnt constraints	: 2207026
1800.11/894.20	c ignored constraints	: 0
1800.11/894.20	c root simplifications	: 0
1800.11/894.20	c removed literals (reason simplification)	: 20258110
1800.11/894.20	c reason swapping (by a shorter reason)	: 0
1800.11/894.20	c Calls to reduceDB	: 62
1800.11/894.20	c Number of update (reduction) of LBD	: 499585
1800.11/894.20	c Imported unit clauses	: 0
1800.11/894.20	c number of reductions to clauses (during analyze)	: 0
1800.11/894.20	c number of learned constraints concerned by reduction	: 0
1800.11/894.20	c number of learning phase by resolution	: 0
1800.11/894.20	c number of learning phase by cutting planes	: 0
1800.11/894.20	c speed (assignments/second)	: 273122.8874953149
1800.11/894.20	c non guided choices	149
1800.11/894.23	c learnt constraints type 
1800.11/894.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.11/894.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71039
1800.11/894.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/894.23	c starts		: 53
1800.11/894.23	c conflicts		: 25085
1800.11/894.23	c decisions		: 31685
1800.11/894.23	c propagations		: 3559299
1800.11/894.23	c inspects		: 1245622752
1800.11/894.23	c shortcuts		: 0
1800.11/894.23	c learnt literals	: 0
1800.11/894.23	c learnt binary clauses	: 0
1800.11/894.23	c learnt ternary clauses	: 0
1800.11/894.23	c learnt constraints	: 25084
1800.11/894.23	c ignored constraints	: 0
1800.11/894.23	c root simplifications	: 0
1800.11/894.23	c removed literals (reason simplification)	: 0
1800.11/894.23	c reason swapping (by a shorter reason)	: 0
1800.11/894.23	c Calls to reduceDB	: 3
1800.11/894.23	c Number of update (reduction) of LBD	: 0
1800.11/894.23	c Imported unit clauses	: 0
1800.11/894.23	c number of reductions to clauses (during analyze)	: 0
1800.11/894.23	c number of learned constraints concerned by reduction	: 0
1800.11/894.23	c number of learning phase by resolution	: 0
1800.11/894.23	c number of learning phase by cutting planes	: 0
1800.11/894.23	c speed (assignments/second)	: 3982.182934551793
1800.11/894.23	c non guided choices	149
1800.11/894.24	c learnt constraints type 
1800.11/894.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6211
1800.11/894.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 601
1800.11/894.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18272
1800.11/894.24	s UNKNOWN
1800.11/894.24	c Total wall clock time (in seconds): 894.127

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-4096226-1466112169/watcher-4096226-1466112169 -o /tmp/evaluation-result-4096226-1466112169/solver-4096226-1466112169 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466112168-17180 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4096226-1466112169.opb 

pid=17224
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: 0.25 1.03 1.49 5/193 17227
/proc/meminfo: memFree=31803492/32872528 swapFree=188940/188940
[pid=17227] ppid=17224 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/17227/stat : 17227 (java) S 17224 17227 17164 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 13267399 98570240 978 33554432000 1073741824 1073778376 140733377160992 140733377152128 249653395517 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17227/statm: 24065 978 744 9 0 16771 0
[pid=17227/tid=17228] ppid=17224 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17228/stat : 17228 (java) R 17224 17227 17164 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13267399 98570240 978 33554432000 1073741824 1073778376 140733377160992 139835948867112 249650038144 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 0.25 1.03 1.49 5/193 17227
/proc/meminfo: memFree=31803492/32872528 swapFree=188940/188940
[pid=17227] ppid=17224 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/17227/stat : 17227 (java) S 17224 17227 17164 0 -1 4202496 4480 0 1 0 9 2 0 0 20 0 18 0 13267399 9787879424 5594 33554432000 1073741824 1073778376 140733377160992 140733377152128 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17227/statm: 2389619 5594 2141 9 0 2380296 0
[pid=17227/tid=17228] ppid=17224 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/17227/task/17228/stat : 17228 (java) R 17224 17227 17164 0 -1 4202560 2441 0 1 0 6 1 0 0 20 0 18 0 13267399 9787879424 5594 33554432000 1073741824 1073778376 140733377160992 139835948870560 139835953199363 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 0.25 1.03 1.49 5/193 17227
/proc/meminfo: memFree=31803492/32872528 swapFree=188940/188940
[pid=17227] ppid=17224 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/17227/stat : 17227 (java) S 17224 17227 17164 0 -1 4202496 4756 0 1 0 25 2 0 0 20 0 18 0 13267399 9787879424 6322 33554432000 1073741824 1073778376 140733377160992 140733377152128 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17227/statm: 2389619 6322 2203 9 0 2380296 0
[pid=17227/tid=17228] ppid=17224 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/17227/task/17228/stat : 17228 (java) R 17224 17227 17164 0 -1 4202560 2457 0 1 0 16 1 0 0 20 0 18 0 13267399 9787879424 6328 33554432000 1073741824 1073778376 140733377160992 139835948854488 139835888674017 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300264 s]
/proc/loadavg: 0.25 1.03 1.49 5/193 17227
/proc/meminfo: memFree=31803492/32872528 swapFree=188940/188940
[pid=17227] ppid=17224 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/17227/stat : 17227 (java) S 17224 17227 17164 0 -1 4202496 5630 0 1 0 48 2 0 0 20 0 18 0 13267399 9787879424 8452 33554432000 1073741824 1073778376 140733377160992 140733377152128 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17227/statm: 2389619 8452 2233 9 0 2380296 0
[pid=17227/tid=17228] ppid=17224 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/17227/task/17228/stat : 17228 (java) R 17224 17227 17164 0 -1 4202560 2461 0 1 0 26 1 0 0 20 0 18 0 13267399 9787879424 8452 33554432000 1073741824 1073778376 140733377160992 139835948854488 139835888647813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700214 s]
/proc/loadavg: 0.25 1.03 1.49 5/193 17227
/proc/meminfo: memFree=31803492/32872528 swapFree=188940/188940
[pid=17227] ppid=17224 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/17227/stat : 17227 (java) S 17224 17227 17164 0 -1 4202496 13670 0 1 0 191 4 0 0 20 0 22 0 13267399 10060525568 18471 33554432000 1073741824 1073778376 140733377160992 140733377152128 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17227/statm: 2456183 18471 2265 9 0 2446860 0
[pid=17227/tid=17228] ppid=17224 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/17227/task/17228/stat : 17228 (java) S 17224 17227 17164 0 -1 4202560 2482 0 1 0 38 1 0 0 20 0 22 0 13267399 10060525568 18471 33554432000 1073741824 1073778376 140733377160992 139835948872568 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 0.25 1.03 1.49 8/219 17253
/proc/meminfo: memFree=31505844/32872528 swapFree=188940/188940
[pid=17227] ppid=17224 vsize=9824732 CPUtime=4.73 cores=0,2,4,6
/proc/17227/stat : 17227 (java) S 17224 17227 17164 0 -1 4202496 24041 0 1 0 464 9 0 0 20 0 22 0 13267399 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 140733377152128 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17227/statm: 2456183 48092 2289 9 0 2446860 0
[pid=17227/tid=17228] ppid=17224 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/17227/task/17228/stat : 17228 (java) S 17224 17227 17164 0 -1 4202560 2482 0 1 0 38 1 0 0 20 0 22 0 13267399 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835948872568 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17230] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17230/stat : 17230 (java) S 17224 17227 17164 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835887602344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17231] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17231/stat : 17231 (java) S 17224 17227 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835886549800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17232] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17232/stat : 17232 (java) S 17224 17227 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835885497256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17227/tid=17233] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17233/stat : 17233 (java) S 17224 17227 17164 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835884444712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17234] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17234/stat : 17234 (java) S 17224 17227 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835883391144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17235] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17235/stat : 17235 (java) S 17224 17227 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835882338600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17236] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17236/stat : 17236 (java) S 17224 17227 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835786082728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17227/tid=17237] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17237/stat : 17237 (java) S 17224 17227 17164 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835785030184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17238] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17238/stat : 17238 (java) S 17224 17227 17164 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13267401 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835772832360 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17239] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17239/stat : 17239 (java) S 17224 17227 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13267402 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835771778680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17240] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17240/stat : 17240 (java) S 17224 17227 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13267402 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835770726024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17241] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17241/stat : 17241 (java) S 17224 17227 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267404 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835769674768 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17242] ppid=17224 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/17227/task/17242/stat : 17242 (java) S 17224 17227 17164 0 -1 4202560 7840 0 0 0 102 1 0 0 20 0 22 0 13267404 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835768621112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17243] ppid=17224 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/17227/task/17243/stat : 17243 (java) R 17224 17227 17164 0 -1 4202560 12231 0 0 0 107 2 0 0 20 0 22 0 13267404 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835767556096 139835950959001 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17244] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17244/stat : 17244 (java) S 17224 17227 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267404 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835766516216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17245] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17245/stat : 17245 (java) S 17224 17227 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267404 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835765463880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17250] ppid=17224 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/17227/task/17250/stat : 17250 (java) R 17224 17227 17164 0 -1 4202560 18 0 0 0 104 0 0 0 20 0 22 0 13267441 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835764038016 139835889115731 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17227/tid=17251] ppid=17224 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/17227/task/17251/stat : 17251 (java) R 17224 17227 17164 0 -1 4202560 88 0 0 0 103 3 0 0 20 0 22 0 13267441 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835762986672 139835889395200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17252] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17252/stat : 17252 (java) S 17224 17227 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267441 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835761935912 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17253] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17253/stat : 17253 (java) S 17224 17227 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267441 10060525568 48092 33554432000 1073741824 1073778376 140733377160992 139835760883368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 0.25 1.03 1.49 5/219 17253
/proc/meminfo: memFree=31337784/32872528 swapFree=188940/188940
[pid=17227] ppid=17224 vsize=9824732 CPUtime=8.13 cores=0,2,4,6
/proc/17227/stat : 17227 (java) S 17224 17227 17164 0 -1 4202496 24760 0 1 0 801 12 0 0 20 0 22 0 13267399 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 140733377152128 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17227/statm: 2456183 81301 2292 9 0 2446860 0
[pid=17227/tid=17228] ppid=17224 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/17227/task/17228/stat : 17228 (java) S 17224 17227 17164 0 -1 4202560 2482 0 1 0 38 1 0 0 20 0 22 0 13267399 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835948872568 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17230] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17230/stat : 17230 (java) S 17224 17227 17164 0 -1 4202560 103 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835887602344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17231] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17231/stat : 17231 (java) S 17224 17227 17164 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835886549800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17232] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17232/stat : 17232 (java) S 17224 17227 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835885497256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17227/tid=17233] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17233/stat : 17233 (java) S 17224 17227 17164 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835884444712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17234] ppid=17224 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/17227/task/17234/stat : 17234 (java) S 17224 17227 17164 0 -1 4202560 130 0 0 0 1 0 0 0 20 0 22 0 13267400 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835883391144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17227/tid=17235] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17235/stat : 17235 (java) S 17224 17227 17164 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835882338600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17227/tid=17236] ppid=17224 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/17227/task/17236/stat : 17236 (java) S 17224 17227 17164 0 -1 4202560 166 0 0 0 1 0 0 0 20 0 22 0 13267400 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835786082728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17237] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17237/stat : 17237 (java) S 17224 17227 17164 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835785030184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17238] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17238/stat : 17238 (java) S 17224 17227 17164 0 -1 4202560 184 0 0 0 0 0 0 0 20 0 22 0 13267401 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835772832360 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17227/tid=17239] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17239/stat : 17239 (java) S 17224 17227 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13267402 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835771778680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17240] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17240/stat : 17240 (java) S 17224 17227 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13267402 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835770726024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17241] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17241/stat : 17241 (java) S 17224 17227 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267404 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835769674768 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17242] ppid=17224 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/17227/task/17242/stat : 17242 (java) S 17224 17227 17164 0 -1 4202560 7850 0 0 0 111 2 0 0 20 0 22 0 13267404 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835768621112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17243] ppid=17224 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/17227/task/17243/stat : 17243 (java) S 17224 17227 17164 0 -1 4202560 12274 0 0 0 118 2 0 0 20 0 22 0 13267404 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835767568568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17244] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17244/stat : 17244 (java) S 17224 17227 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267404 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835766516216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17245] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17245/stat : 17245 (java) S 17224 17227 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267404 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835765463880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17250] ppid=17224 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/17227/task/17250/stat : 17250 (java) R 17224 17227 17164 0 -1 4202560 20 0 0 0 259 0 0 0 20 0 22 0 13267441 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835764038560 139835889173100 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17227/tid=17251] ppid=17224 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/17227/task/17251/stat : 17251 (java) R 17224 17227 17164 0 -1 4202560 146 0 0 0 258 4 0 0 20 0 22 0 13267441 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835762986808 139835889416591 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17252] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17252/stat : 17252 (java) S 17224 17227 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267441 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835761935912 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17253] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17253/stat : 17253 (java) S 17224 17227 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267441 10060525568 81301 33554432000 1073741824 1073778376 140733377160992 139835760883368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 0.55 1.08 1.50 5/219 17253
/proc/meminfo: memFree=30640968/32872528 swapFree=188940/188940
[pid=17227] ppid=17224 vsize=9824732 CPUtime=14.62 cores=0,2,4,6
/proc/17227/stat : 17227 (java) S 17224 17227 17164 0 -1 4202496 27078 0 1 0 1444 18 0 0 20 0 22 0 13267399 10060525568 147587 33554432000 1073741824 1073778376 140733377160992 140733377152128 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17227/statm: 2456183 147587 2292 9 0 2446860 0
[pid=17227/tid=17228] ppid=17224 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/17227/task/17228/stat : 17228 (java) S 17224 17227 17164 0 -1 4202560 2482 0 1 0 38 1 0 0 20 0 22 0 13267399 10060525568 147587 33554432000 1073741824 1073778376 140733377160992 139835948872568 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17230] ppid=17224 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/17227/task/17230/stat : 17230 (java) S 17224 17227 17164 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 22 0 13267400 10060525568 147587 33554432000 1073741824 1073778376 140733377160992 139835887602344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17227/tid=17231] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17231/stat : 17231 (java) S 17224 17227 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 147587 33554432000 1073741824 1073778376 140733377160992 139835886549800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17232] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17232/stat : 17232 (java) S 17224 17227 17164 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 147587 33554432000 1073741824 1073778376 140733377160992 139835885497256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17233] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17233/stat : 17233 (java) S 17224 17227 17164 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 147587 33554432000 1073741824 1073778376 140733377160992 139835884444712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17234] ppid=17224 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/17227/task/17234/stat : 17234 (java) S 17224 17227 17164 0 -1 4202560 132 0 0 0 1 0 0 0 20 0 22 0 13267400 10060525568 147587 33554432000 1073741824 1073778376 140733377160992 139835883391144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17235] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17235/stat : 17235 (java) S 17224 17227 17164 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13267400 10060525568 147587 33554432000 1073741824 1073778376 140733377160992 139835882338600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17236] ppid=17224 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/17227/task/17236/stat : 17236 (java) S 17224 17227 17164 0 -1 4202560 172 0 0 0 2 0 0 0 20 0 22 0 13267400 10060525568 147587 33554432000 1073741824 1073778376 140733377160992 139835786082728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17237] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/17227/task/17232/stat : 17232 (java) S 17224 17227 17164 0 -1 4202560 407 0 0 0 306 8 0 0 20 0 22 0 13267400 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835885497256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17233] ppid=17224 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/17227/task/17233/stat : 17233 (java) S 17224 17227 17164 0 -1 4202560 489 0 0 0 280 7 0 0 20 0 22 0 13267400 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835884444712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17234] ppid=17224 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/17227/task/17234/stat : 17234 (java) S 17224 17227 17164 0 -1 4202560 534 0 0 0 299 7 0 0 20 0 22 0 13267400 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835883391144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17235] ppid=17224 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/17227/task/17235/stat : 17235 (java) S 17224 17227 17164 0 -1 4202560 386 0 0 0 303 7 0 0 20 0 22 0 13267400 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835882338600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17236] ppid=17224 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/17227/task/17236/stat : 17236 (java) S 17224 17227 17164 0 -1 4202560 551 0 0 0 291 8 0 0 20 0 22 0 13267400 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835786082728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17227/tid=17237] ppid=17224 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/17227/task/17237/stat : 17237 (java) S 17224 17227 17164 0 -1 4202560 397 0 0 0 303 7 0 0 20 0 22 0 13267400 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835785030184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17227/tid=17238] ppid=17224 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/17227/task/17238/stat : 17238 (java) S 17224 17227 17164 0 -1 4202560 804 0 0 0 40 42 0 0 20 0 22 0 13267401 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835772832360 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17239] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17239/stat : 17239 (java) S 17224 17227 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13267402 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835771778680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17240] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17240/stat : 17240 (java) S 17224 17227 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13267402 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835770726024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17241] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17241/stat : 17241 (java) S 17224 17227 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267404 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835769674768 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17242] ppid=17224 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/17227/task/17242/stat : 17242 (java) S 17224 17227 17164 0 -1 4202560 7856 0 0 0 115 2 0 0 20 0 22 0 13267404 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835768621112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17243] ppid=17224 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/17227/task/17243/stat : 17243 (java) S 17224 17227 17164 0 -1 4202560 16935 0 0 0 176 3 0 0 20 0 22 0 13267404 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835767568568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17244] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17244/stat : 17244 (java) S 17224 17227 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267404 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835766516216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17245] ppid=17224 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/17227/task/17245/stat : 17245 (java) S 17224 17227 17164 0 -1 4202560 47 0 0 0 14 18 0 0 20 0 22 0 13267404 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835765463880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17250] ppid=17224 vsize=9824732 CPUtime=811.4 cores=0,2,4,6
/proc/17227/task/17250/stat : 17250 (java) R 17224 17227 17164 0 -1 4202560 183 0 0 0 81126 14 0 0 20 0 22 0 13267441 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835764039328 139835889173039 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17251] ppid=17224 vsize=9824732 CPUtime=811.47 cores=0,2,4,6
/proc/17227/task/17251/stat : 17251 (java) R 17224 17227 17164 0 -1 4202560 977 0 0 0 81117 30 0 0 20 0 22 0 13267441 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835762985888 139835889389030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17252] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17252/stat : 17252 (java) S 17224 17227 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267441 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835761935912 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17253] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17253/stat : 17253 (java) S 17224 17227 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267441 10060525568 331186 33554432000 1073741824 1073778376 140733377160992 139835760883368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1655.48
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.96 3.82 3.00 5/219 17273
/proc/meminfo: memFree=29117000/32872528 swapFree=188940/188940
[pid=17227] ppid=17224 vsize=9824732 CPUtime=1776.19 cores=0,2,4,6
/proc/17227/stat : 17227 (java) S 17224 17227 17164 0 -1 4202496 34293 0 1 0 177471 148 0 0 20 0 22 0 13267399 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 140733377152128 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17227/statm: 2456183 331188 2302 9 0 2446860 0
[pid=17227/tid=17228] ppid=17224 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/17227/task/17228/stat : 17228 (java) S 17224 17227 17164 0 -1 4202560 2488 0 1 0 41 4 0 0 20 0 22 0 13267399 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835948872568 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17230] ppid=17224 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/17227/task/17230/stat : 17230 (java) S 17224 17227 17164 0 -1 4202560 488 0 0 0 311 7 0 0 20 0 22 0 13267400 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835887602344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17231] ppid=17224 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/17227/task/17231/stat : 17231 (java) S 17224 17227 17164 0 -1 4202560 408 0 0 0 325 7 0 0 20 0 22 0 13267400 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835886549800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17232] ppid=17224 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/17227/task/17232/stat : 17232 (java) S 17224 17227 17164 0 -1 4202560 412 0 0 0 328 8 0 0 20 0 22 0 13267400 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835885497256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17227/tid=17233] ppid=17224 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/17227/task/17233/stat : 17233 (java) S 17224 17227 17164 0 -1 4202560 497 0 0 0 307 7 0 0 20 0 22 0 13267400 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835884444712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17227/tid=17234] ppid=17224 vsize=9824732 CPUtime=3.28 cores=0,2,4,6
/proc/17227/task/17234/stat : 17234 (java) S 17224 17227 17164 0 -1 4202560 539 0 0 0 321 7 0 0 20 0 22 0 13267400 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835883391144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17227/tid=17235] ppid=17224 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/17227/task/17235/stat : 17235 (java) S 17224 17227 17164 0 -1 4202560 391 0 0 0 328 8 0 0 20 0 22 0 13267400 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835882338600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17236] ppid=17224 vsize=9824732 CPUtime=3.26 cores=0,2,4,6
/proc/17227/task/17236/stat : 17236 (java) S 17224 17227 17164 0 -1 4202560 556 0 0 0 318 8 0 0 20 0 22 0 13267400 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835786082728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17227/tid=17237] ppid=17224 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/17227/task/17237/stat : 17237 (java) S 17224 17227 17164 0 -1 4202560 401 0 0 0 324 7 0 0 20 0 22 0 13267400 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835785030184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17238] ppid=17224 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/17227/task/17238/stat : 17238 (java) S 17224 17227 17164 0 -1 4202560 808 0 0 0 41 44 0 0 20 0 22 0 13267401 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835772832360 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17239] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17239/stat : 17239 (java) S 17224 17227 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13267402 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835771778680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17240] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17240/stat : 17240 (java) S 17224 17227 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13267402 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835770726024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17241] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17241/stat : 17241 (java) S 17224 17227 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267404 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835769674768 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17242] ppid=17224 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/17227/task/17242/stat : 17242 (java) S 17224 17227 17164 0 -1 4202560 7856 0 0 0 115 2 0 0 20 0 22 0 13267404 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835768621112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17243] ppid=17224 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/17227/task/17243/stat : 17243 (java) S 17224 17227 17164 0 -1 4202560 16935 0 0 0 176 3 0 0 20 0 22 0 13267404 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835767568568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17244] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17244/stat : 17244 (java) S 17224 17227 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267404 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835766516216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17245] ppid=17224 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/17227/task/17245/stat : 17245 (java) S 17224 17227 17164 0 -1 4202560 51 0 0 0 15 19 0 0 20 0 22 0 13267404 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835765463880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17250] ppid=17224 vsize=9824732 CPUtime=870.65 cores=0,2,4,6
/proc/17227/task/17250/stat : 17250 (java) R 17224 17227 17164 0 -1 4202560 192 0 0 0 87050 15 0 0 20 0 22 0 13267441 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835764039728 139835889173039 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17251] ppid=17224 vsize=9824732 CPUtime=870.74 cores=0,2,4,6
/proc/17227/task/17251/stat : 17251 (java) R 17224 17227 17164 0 -1 4202560 1005 0 0 0 87043 31 0 0 20 0 22 0 13267441 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835762986984 139835889389636 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17252] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17252/stat : 17252 (java) S 17224 17227 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267441 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835761935912 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17253] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17253/stat : 17253 (java) S 17224 17227 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267441 10060525568 331188 33554432000 1073741824 1073778376 140733377160992 139835760883368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1776.19
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.201 s]
/proc/loadavg: 4.04 3.85 3.02 5/219 17273
/proc/meminfo: memFree=29115692/32872528 swapFree=188940/188940
[pid=17227] ppid=17224 vsize=9824732 CPUtime=1800.11 cores=0,2,4,6
/proc/17227/stat : 17227 (java) S 17224 17227 17164 0 -1 4202496 34306 0 1 0 179862 149 0 0 20 0 22 0 13267399 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 140733377152128 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17227/statm: 2456183 331106 2302 9 0 2446860 0
[pid=17227/tid=17228] ppid=17224 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/17227/task/17228/stat : 17228 (java) S 17224 17227 17164 0 -1 4202560 2488 0 1 0 41 4 0 0 20 0 22 0 13267399 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835948872568 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17230] ppid=17224 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/17227/task/17230/stat : 17230 (java) S 17224 17227 17164 0 -1 4202560 490 0 0 0 317 7 0 0 20 0 22 0 13267400 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835887602344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17231] ppid=17224 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/17227/task/17231/stat : 17231 (java) S 17224 17227 17164 0 -1 4202560 408 0 0 0 329 7 0 0 20 0 22 0 13267400 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835886549800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17227/tid=17232] ppid=17224 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/17227/task/17232/stat : 17232 (java) S 17224 17227 17164 0 -1 4202560 412 0 0 0 332 8 0 0 20 0 22 0 13267400 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835885497256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17233] ppid=17224 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/17227/task/17233/stat : 17233 (java) S 17224 17227 17164 0 -1 4202560 497 0 0 0 311 7 0 0 20 0 22 0 13267400 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835884444712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17234] ppid=17224 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/17227/task/17234/stat : 17234 (java) S 17224 17227 17164 0 -1 4202560 539 0 0 0 326 7 0 0 20 0 22 0 13267400 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835883391144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17235] ppid=17224 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/17227/task/17235/stat : 17235 (java) S 17224 17227 17164 0 -1 4202560 393 0 0 0 332 8 0 0 20 0 22 0 13267400 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835882338600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17236] ppid=17224 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/17227/task/17236/stat : 17236 (java) S 17224 17227 17164 0 -1 4202560 557 0 0 0 323 8 0 0 20 0 22 0 13267400 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835786082728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17237] ppid=17224 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/17227/task/17237/stat : 17237 (java) S 17224 17227 17164 0 -1 4202560 402 0 0 0 329 7 0 0 20 0 22 0 13267400 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835785030184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17238] ppid=17224 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/17227/task/17238/stat : 17238 (java) S 17224 17227 17164 0 -1 4202560 808 0 0 0 41 45 0 0 20 0 22 0 13267401 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835772832360 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17239] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17239/stat : 17239 (java) S 17224 17227 17164 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13267402 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835771778680 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17240] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17240/stat : 17240 (java) S 17224 17227 17164 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13267402 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835770726024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17241] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17241/stat : 17241 (java) S 17224 17227 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267404 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835769674768 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17242] ppid=17224 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/17227/task/17242/stat : 17242 (java) S 17224 17227 17164 0 -1 4202560 7856 0 0 0 115 2 0 0 20 0 22 0 13267404 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835768621112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17227/tid=17243] ppid=17224 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/17227/task/17243/stat : 17243 (java) S 17224 17227 17164 0 -1 4202560 16935 0 0 0 176 3 0 0 20 0 22 0 13267404 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835767568568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17244] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17244/stat : 17244 (java) S 17224 17227 17164 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13267404 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835766516216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17245] ppid=17224 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/17227/task/17245/stat : 17245 (java) S 17224 17227 17164 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 13267404 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835765463880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17250] ppid=17224 vsize=9824732 CPUtime=882.39 cores=0,2,4,6
/proc/17227/task/17250/stat : 17250 (java) R 17224 17227 17164 0 -1 4202560 193 0 0 0 88224 15 0 0 20 0 22 0 13267441 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835764039312 139835889425154 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17251] ppid=17224 vsize=9824732 CPUtime=882.49 cores=0,2,4,6
/proc/17227/task/17251/stat : 17251 (java) R 17224 17227 17164 0 -1 4202560 1011 0 0 0 88218 31 0 0 20 0 22 0 13267441 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835762987936 139835889346357 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17227/tid=17252] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17252/stat : 17252 (java) S 17224 17227 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267441 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835761935912 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17227/tid=17253] ppid=17224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17227/task/17253/stat : 17253 (java) S 17224 17227 17164 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13267441 10060525568 331106 33554432000 1073741824 1073778376 140733377160992 139835760883368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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 17227 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 17227 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=539188
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=951703
# CPU time returned by wait4() is 1796.49
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.262
CPU time (s): 1800.11
CPU user time (s): 1798.62
CPU system time (s): 1.49
CPU usage (%): 201.296
Max. virtual memory (cumulated for all children) (KiB): 9825756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.54
system time used= 1.9517
maximum resident set size= 1444828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34341
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39424
involuntary context switches= 49453

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.52401 second user time and 5.19021 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-16 23:22:49
IDJOB=4096226
IDBENCH=107584
IDSOLVER=2543
FILE ID=node102/4096226-1466112169
RUNJOBID= node102-1466112168-17180
PBS_JOBID= 19904127
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-8_6_30.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096226-1466112169/watcher-4096226-1466112169 -o /tmp/evaluation-result-4096226-1466112169/solver-4096226-1466112169 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466112168-17180 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4096226-1466112169.opb

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

MD5SUM BENCH= 2a4e2dc9beed1e91067eb396cd2960ae
RANDOM SEED=1864801208

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31805664 kB
Buffers:           40624 kB
Cached:           115416 kB
SwapCached:         1412 kB
Active:            93940 kB
Inactive:          82568 kB
Active(anon):      22084 kB
Inactive(anon):     1120 kB
Active(file):      71856 kB
Inactive(file):    81448 kB
Unevictable:      188940 kB
Mlocked:          188940 kB
SwapTotal:      67108856 kB
SwapFree:       67099224 kB
Dirty:              1592 kB
Writeback:             0 kB
AnonPages:        200688 kB
Mapped:            14520 kB
Shmem:                 0 kB
Slab:             567248 kB
SReclaimable:      11648 kB
SUnreclaim:       555600 kB
KernelStack:        1360 kB
PageTables:         4836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     876484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71728 MiB
End job on node102 at 2016-06-16 23:37:43