Trace number 4106878

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.14 896.857

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_3_80.opb
MD5SUMd27101fec2f8e3dc322d79bbc996c69e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74920
Sum of products size (including duplicates)149840
Number of different products37460
Sum of products size74920

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.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-4106878-1466278574.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
4.04/1.51	c ... done. Wall clock time 1.39s.
4.04/1.51	c declared #vars     1000
4.04/1.51	c internal #vars     38460
4.04/1.51	c #constraints  76423
4.04/1.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.04/1.51	c constraints type 
4.04/1.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37460
4.04/1.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
4.04/1.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
4.04/1.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37460
4.04/1.51	c 76423 constraints processed.
4.04/1.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.04/1.51	c constraints type 
4.04/1.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
4.04/1.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37460
4.04/1.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
4.04/1.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37460
4.04/1.51	c 76423 constraints processed.
15.30/6.53	c cleaning 2499 clauses out of 5000 with flag 10311/5000
27.90/12.58	c cleaning 4256 clauses out of 8513 with flag 22877/11012
42.94/20.10	c cleaning 5633 clauses out of 11268 with flag 37641/18023
61.59/29.02	c cleaning 6805 clauses out of 13612 with flag 54378/26000
81.43/38.81	c cleaning 7914 clauses out of 15830 with flag 75429/35023
103.27/49.73	c cleaning 8925 clauses out of 17893 with flag 96129/45000
128.45/62.25	c cleaning 9906 clauses out of 19969 with flag 119221/56001
154.65/75.34	c cleaning 10930 clauses out of 22062 with flag 146658/68000
177.45/86.70	c cleaning 11977 clauses out of 24133 with flag 176800/81001
199.65/97.89	c cleaning 13085 clauses out of 26183 with flag 208244/95028
221.18/108.72	c cleaning 14069 clauses out of 28142 with flag 242518/110072
241.40/118.82	c cleaning 15035 clauses out of 30074 with flag 279240/126073
265.48/130.83	c cleaning 15911 clauses out of 31970 with flag 315779/143004
289.08/142.60	c cleaning 17014 clauses out of 34055 with flag 358794/161000
314.80/155.46	c cleaning 18003 clauses out of 36043 with flag 402244/180002
343.36/169.88	c cleaning 18960 clauses out of 38038 with flag 446783/200000
376.30/186.20	c cleaning 20009 clauses out of 40078 with flag 490944/221000
408.02/202.02	c cleaning 21057 clauses out of 42117 with flag 542042/243048
439.10/217.56	c cleaning 22023 clauses out of 44050 with flag 594262/266038
470.90/233.47	c cleaning 22971 clauses out of 45990 with flag 652518/290001
504.85/250.59	c cleaning 24016 clauses out of 48033 with flag 710243/315015
541.82/268.95	c cleaning 25018 clauses out of 50039 with flag 771887/341037
586.68/291.29	c cleaning 25945 clauses out of 51985 with flag 831744/368001
624.10/309.84	c cleaning 27028 clauses out of 54059 with flag 898182/396020
664.36/329.88	c cleaning 27968 clauses out of 56012 with flag 965535/425001
693.36/344.33	c cleaning 0 clauses out of 5000 with flag 0/5000
706.53/350.73	c cleaning 28985 clauses out of 58043 with flag 1036000/455000
752.41/374.13	c cleaning 29978 clauses out of 60059 with flag 1108220/486001
802.67/399.26	c cleaning 30980 clauses out of 62081 with flag 1180734/518001
851.87/423.87	c cleaning 32002 clauses out of 64101 with flag 1260528/551001
905.39/450.59	c cleaning 33024 clauses out of 66098 with flag 1339232/585000
958.59/477.05	c cleaning 34022 clauses out of 68074 with flag 1423234/620000
1010.59/503.06	c cleaning 34972 clauses out of 70052 with flag 1510913/656000
1076.24/535.88	c cleaning 35999 clauses out of 72080 with flag 1599351/693000
1142.36/568.75	c cleaning 36988 clauses out of 74081 with flag 1691700/731000
1209.72/602.20	c cleaning 38045 clauses out of 76094 with flag 1785357/770001
1278.12/636.32	c cleaning 39007 clauses out of 78048 with flag 1881145/810000
1346.12/670.11	c cleaning 40033 clauses out of 80068 with flag 1984529/851027
1419.48/706.57	c cleaning 40984 clauses out of 82009 with flag 2090560/893001
1490.64/741.86	c cleaning 41976 clauses out of 84025 with flag 2200868/936001
1568.51/781.11	c cleaning 43004 clauses out of 86048 with flag 2314067/980000
1651.63/822.38	c cleaning 44011 clauses out of 88046 with flag 2431427/1025002
1740.49/866.59	c cleaning 45019 clauses out of 90039 with flag 2550177/1071006
1800.14/896.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/896.80	c starts		: 1
1800.14/896.80	c conflicts		: 1102081
1800.14/896.80	c decisions		: 6704717
1800.14/896.80	c propagations		: 24856599
1800.14/896.80	c inspects		: 5725353710
1800.14/896.80	c shortcuts		: 0
1800.14/896.80	c learnt literals	: 0
1800.14/896.80	c learnt binary clauses	: 0
1800.14/896.80	c learnt ternary clauses	: 0
1800.14/896.80	c learnt constraints	: 1102080
1800.14/896.80	c ignored constraints	: 0
1800.14/896.80	c root simplifications	: 0
1800.14/896.80	c removed literals (reason simplification)	: 29321999
1800.14/896.80	c reason swapping (by a shorter reason)	: 0
1800.14/896.80	c Calls to reduceDB	: 42
1800.14/896.80	c Number of update (reduction) of LBD	: 157112
1800.14/896.80	c Imported unit clauses	: 0
1800.14/896.80	c number of reductions to clauses (during analyze)	: 0
1800.14/896.80	c number of learned constraints concerned by reduction	: 0
1800.14/896.80	c number of learning phase by resolution	: 0
1800.14/896.80	c number of learning phase by cutting planes	: 0
1800.14/896.80	c speed (assignments/second)	: 27764.54654716374
1800.14/896.80	c non guided choices	37864
1800.14/896.83	c learnt constraints type 
1800.14/896.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76095
1800.14/896.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/896.83	c starts		: 28
1800.14/896.83	c conflicts		: 8255
1800.14/896.83	c decisions		: 262486
1800.14/896.83	c propagations		: 12753939
1800.14/896.83	c inspects		: 535420817
1800.14/896.83	c shortcuts		: 0
1800.14/896.83	c learnt literals	: 0
1800.14/896.83	c learnt binary clauses	: 0
1800.14/896.83	c learnt ternary clauses	: 0
1800.14/896.83	c learnt constraints	: 8255
1800.14/896.83	c ignored constraints	: 0
1800.14/896.83	c root simplifications	: 0
1800.14/896.83	c removed literals (reason simplification)	: 0
1800.14/896.83	c reason swapping (by a shorter reason)	: 0
1800.14/896.83	c Calls to reduceDB	: 1
1800.14/896.83	c Number of update (reduction) of LBD	: 0
1800.14/896.83	c Imported unit clauses	: 0
1800.14/896.83	c number of reductions to clauses (during analyze)	: 0
1800.14/896.83	c number of learned constraints concerned by reduction	: 0
1800.14/896.83	c number of learning phase by resolution	: 0
1800.14/896.83	c number of learning phase by cutting planes	: 0
1800.14/896.83	c speed (assignments/second)	: 14245.628222426749
1800.14/896.83	c non guided choices	37864
1800.14/896.83	c learnt constraints type 
1800.14/896.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.14/896.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8254
1800.14/896.83	s UNKNOWN
1800.14/896.83	c Total wall clock time (in seconds): 896.711

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-4106878-1466278574/watcher-4106878-1466278574 -o /tmp/evaluation-result-4106878-1466278574/solver-4106878-1466278574 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466274976-28100 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106878-1466278574.opb 

pid=29159
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.19 4.30 4.20 5/197 29162
/proc/meminfo: memFree=26762648/32872528 swapFree=1542984/1696284
[pid=29162] ppid=29159 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/29162/stat : 29162 (java) R 29159 29162 28084 0 -1 4202496 405 0 0 0 0 0 0 0 20 0 1 0 29904076 9445376 77 33554432000 1073741824 1073778376 140736659292064 140736659289192 270698330207 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29162/statm: 2306 91 72 9 0 38 0

[startup+0.100188 s]
/proc/loadavg: 4.19 4.30 4.20 5/197 29162
/proc/meminfo: memFree=26762648/32872528 swapFree=1542984/1696284
[pid=29162] ppid=29159 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/29162/stat : 29162 (java) S 29159 29162 28084 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 29904076 9787879424 6045 33554432000 1073741824 1073778376 140736659292064 140736659283200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29162/statm: 2389619 6045 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 4.19 4.30 4.20 5/197 29162
/proc/meminfo: memFree=26762648/32872528 swapFree=1542984/1696284
[pid=29162] ppid=29159 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/29162/stat : 29162 (java) S 29159 29162 28084 0 -1 4202496 4603 0 1 0 21 1 0 0 20 0 18 0 29904076 9787879424 7224 33554432000 1073741824 1073778376 140736659292064 140736659283200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29162/statm: 2389619 7224 2200 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300178 s]
/proc/loadavg: 4.19 4.30 4.20 5/197 29162
/proc/meminfo: memFree=26762648/32872528 swapFree=1542984/1696284
[pid=29162] ppid=29159 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/29162/stat : 29162 (java) S 29159 29162 28084 0 -1 4202496 6390 0 1 0 45 2 0 0 20 0 18 0 29904076 9787879424 9324 33554432000 1073741824 1073778376 140736659292064 140736659283200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29162/statm: 2389619 9324 2242 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700181 s]
/proc/loadavg: 4.19 4.30 4.20 5/197 29162
/proc/meminfo: memFree=26762648/32872528 swapFree=1542984/1696284
[pid=29162] ppid=29159 vsize=9558476 CPUtime=1.59 cores=0,2,4,6
/proc/29162/stat : 29162 (java) S 29159 29162 28084 0 -1 4202496 31363 0 1 0 152 7 0 0 20 0 18 0 29904076 9787879424 36494 33554432000 1073741824 1073778376 140736659292064 140736659283200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29162/statm: 2389619 36494 2256 9 0 2380296 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 4.19 4.30 4.20 7/215 29180
/proc/meminfo: memFree=26517984/32872528 swapFree=1542984/1696284
[pid=29162] ppid=29159 vsize=9558476 CPUtime=4.04 cores=0,2,4,6
/proc/29162/stat : 29162 (java) S 29159 29162 28084 0 -1 4202496 34764 0 1 0 385 19 0 0 20 0 18 0 29904076 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140736659283200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29162/statm: 2389619 106837 2275 9 0 2380296 0
[pid=29162/tid=29164] ppid=29159 vsize=9558476 CPUtime=1.31 cores=0,2,4,6
/proc/29162/task/29164/stat : 29164 (java) R 29159 29162 28084 0 -1 4202560 2529 0 1 0 127 4 0 0 20 0 18 0 29904077 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140167116278136 140166946095077 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29162/tid=29165] ppid=29159 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/29162/task/29165/stat : 29165 (java) S 29159 29162 28084 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 18 0 29904078 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140167077772072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29166] ppid=29159 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/29162/task/29166/stat : 29166 (java) S 29159 29162 28084 0 -1 4202560 109 0 0 0 3 0 0 0 20 0 18 0 29904078 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140167076719272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29167] ppid=29159 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/29162/task/29167/stat : 29167 (java) S 29159 29162 28084 0 -1 4202560 123 0 0 0 7 1 0 0 20 0 18 0 29904078 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140167075666984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29168] ppid=29159 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/29162/task/29168/stat : 29168 (java) S 29159 29162 28084 0 -1 4202560 29 0 0 0 5 0 0 0 20 0 18 0 29904078 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140167074614184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29169] ppid=29159 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/29162/task/29169/stat : 29169 (java) S 29159 29162 28084 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 18 0 29904078 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140167073560872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29170] ppid=29159 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/29162/task/29170/stat : 29170 (java) S 29159 29162 28084 0 -1 4202560 101 0 0 0 4 0 0 0 20 0 18 0 29904078 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140167072508072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29171] ppid=29159 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/29162/task/29171/stat : 29171 (java) S 29159 29162 28084 0 -1 4202560 129 0 0 0 8 2 0 0 20 0 18 0 29904078 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140167071455784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29162/tid=29172] ppid=29159 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/29162/task/29172/stat : 29172 (java) S 29159 29162 28084 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 18 0 29904078 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140167070402984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29162/tid=29173] ppid=29159 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29173/stat : 29173 (java) S 29159 29162 28084 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 18 0 29904079 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140166940302056 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29174] ppid=29159 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29174/stat : 29174 (java) S 29159 29162 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 29904080 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140166939248120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29175] ppid=29159 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29175/stat : 29175 (java) S 29159 29162 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 29904080 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140166938195720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29176] ppid=29159 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29176/stat : 29176 (java) S 29159 29162 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 29904082 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140166937144208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29177] ppid=29159 vsize=9558476 CPUtime=1.06 cores=0,2,4,6
/proc/29162/task/29177/stat : 29177 (java) S 29159 29162 28084 0 -1 4202560 13141 0 0 0 103 3 0 0 20 0 18 0 29904082 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140166936090808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29178] ppid=29159 vsize=9558476 CPUtime=1.08 cores=0,2,4,6
/proc/29162/task/29178/stat : 29178 (java) S 29159 29162 28084 0 -1 4202560 17059 0 0 0 104 4 0 0 20 0 18 0 29904082 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140166935038008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29179] ppid=29159 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29179/stat : 29179 (java) S 29159 29162 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 29904082 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140166933985912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29180] ppid=29159 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29180/stat : 29180 (java) S 29159 29162 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 29904082 9787879424 106837 33554432000 1073741824 1073778376 140736659292064 140166932933320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9558476

[startup+3.10092 s]
/proc/loadavg: 4.19 4.30 4.20 6/219 29184
/proc/meminfo: memFree=26342508/32872528 swapFree=1542984/1696284
[pid=29162] ppid=29159 vsize=9824732 CPUtime=8.16 cores=0,2,4,6
/proc/29162/stat : 29162 (java) S 29159 29162 28084 0 -1 4202496 34883 0 1 0 797 19 0 0 20 0 22 0 29904076 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140736659283200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29162/statm: 2456183 106954 2286 9 0 2446860 0
[pid=29162/tid=29164] ppid=29159 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/29162/task/29164/stat : 29164 (java) S 29159 29162 28084 0 -1 4202560 2537 0 1 0 129 4 0 0 20 0 22 0 29904077 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140167116280696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29162/tid=29165] ppid=29159 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/29162/task/29165/stat : 29165 (java) S 29159 29162 28084 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 22 0 29904078 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140167077772072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29166] ppid=29159 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/29162/task/29166/stat : 29166 (java) S 29159 29162 28084 0 -1 4202560 109 0 0 0 3 0 0 0 20 0 22 0 29904078 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140167076719272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29167] ppid=29159 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/29162/task/29167/stat : 29167 (java) S 29159 29162 28084 0 -1 4202560 123 0 0 0 7 1 0 0 20 0 22 0 29904078 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140167075666984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29168] ppid=29159 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/29162/task/29168/stat : 29168 (java) S 29159 29162 28084 0 -1 4202560 29 0 0 0 5 0 0 0 20 0 22 0 29904078 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140167074614184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29169] ppid=29159 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/29162/task/29169/stat : 29169 (java) S 29159 29162 28084 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 22 0 29904078 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140167073560872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29170] ppid=29159 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/29162/task/29170/stat : 29170 (java) S 29159 29162 28084 0 -1 4202560 101 0 0 0 4 0 0 0 20 0 22 0 29904078 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140167072508072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29171] ppid=29159 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/29162/task/29171/stat : 29171 (java) S 29159 29162 28084 0 -1 4202560 129 0 0 0 8 2 0 0 20 0 22 0 29904078 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140167071455784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29162/tid=29172] ppid=29159 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/29162/task/29172/stat : 29172 (java) S 29159 29162 28084 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 22 0 29904078 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140167070402984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29162/tid=29173] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29173/stat : 29173 (java) S 29159 29162 28084 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 29904079 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140166940302056 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29174] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29174/stat : 29174 (java) S 29159 29162 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29904080 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140166939248120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29175] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29175/stat : 29175 (java) S 29159 29162 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29904080 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140166938195720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29176] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29176/stat : 29176 (java) S 29159 29162 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29904082 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140166937144208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29177] ppid=29159 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/29162/task/29177/stat : 29177 (java) S 29159 29162 28084 0 -1 4202560 13185 0 0 0 152 3 0 0 20 0 22 0 29904082 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140166936090808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29178] ppid=29159 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/29162/task/29178/stat : 29178 (java) S 29159 29162 28084 0 -1 4202560 17066 0 0 0 152 4 0 0 20 0 22 0 29904082 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140166935038008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29179] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29179/stat : 29179 (java) S 29159 29162 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29904082 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140166933985912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29180] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29180/stat : 29180 (java) S 29159 29162 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29904082 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140166932933320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29181] ppid=29159 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/29162/task/29181/stat : 29181 (java) R 29159 29162 28084 0 -1 4202560 21 0 0 0 156 0 0 0 20 0 22 0 29904228 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140166931878856 140166947017090 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29182] ppid=29159 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/29162/task/29182/stat : 29182 (java) R 29159 29162 28084 0 -1 4202560 24 0 0 0 155 0 0 0 20 0 22 0 29904228 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140166930823744 140166947055503 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29162/tid=29183] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29183/stat : 29183 (java) S 29159 29162 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29904230 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140165787936424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29184] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29184/stat : 29184 (java) S 29159 29162 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29904230 10060525568 106954 33554432000 1073741824 1073778376 140736659292064 140165786883624 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.26 4.31 4.20 5/219 29184
/proc/meminfo: memFree=26296152/32872528 swapFree=1542984/1696284
[pid=29162] ppid=29159 vsize=9824732 CPUtime=14.9 cores=0,2,4,6
/proc/29162/stat : 29162 (java) S 29159 29162 28084 0 -1 4202496 35029 0 1 0 1466 24 0 0 20 0 22 0 29904076 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140736659283200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29162/statm: 2456183 118242 2288 9 0 2446860 0
[pid=29162/tid=29164] ppid=29159 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/29162/task/29164/stat : 29164 (java) S 29159 29162 28084 0 -1 4202560 2537 0 1 0 129 4 0 0 20 0 22 0 29904077 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140167116280696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29165] ppid=29159 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/29162/task/29165/stat : 29165 (java) S 29159 29162 28084 0 -1 4202560 46 0 0 0 5 1 0 0 20 0 22 0 29904078 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140167077772072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29166] ppid=29159 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/29162/task/29166/stat : 29166 (java) S 29159 29162 28084 0 -1 4202560 121 0 0 0 4 1 0 0 20 0 22 0 29904078 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140167076719272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29167] ppid=29159 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/29162/task/29167/stat : 29167 (java) S 29159 29162 28084 0 -1 4202560 148 0 0 0 9 2 0 0 20 0 22 0 29904078 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140167075666984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29168] ppid=29159 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/29162/task/29168/stat : 29168 (java) S 29159 29162 28084 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 22 0 29904078 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140167074614184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29169] ppid=29159 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/29162/task/29169/stat : 29169 (java) S 29159 29162 28084 0 -1 4202560 56 0 0 0 5 2 0 0 20 0 22 0 29904078 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140167073560872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29170] ppid=29159 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/29162/task/29170/stat : 29170 (java) S 29159 29162 28084 0 -1 4202560 115 0 0 0 6 1 0 0 20 0 22 0 29904078 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140167072508072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29171] ppid=29159 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/29162/task/29171/stat : 29171 (java) S 29159 29162 28084 0 -1 4202560 146 0 0 0 10 3 0 0 20 0 22 0 29904078 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140167071455784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29162/tid=29172] ppid=29159 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/29162/task/29172/stat : 29172 (java) S 29159 29162 28084 0 -1 4202560 43 0 0 0 4 2 0 0 20 0 22 0 29904078 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140167070402984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29173] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29173/stat : 29173 (java) S 29159 29162 28084 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 29904079 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140166940302056 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29174] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29174/stat : 29174 (java) S 29159 29162 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29904080 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140166939248120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29175] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29175/stat : 29175 (java) S 29159 29162 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29904080 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140166938195720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29176] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29176/stat : 29176 (java) S 29159 29162 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29904082 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140166937144208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29177] ppid=29159 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/29162/task/29177/stat : 29177 (java) S 29159 29162 28084 0 -1 4202560 13194 0 0 0 173 3 0 0 20 0 22 0 29904082 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140166936090808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29178] ppid=29159 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/29162/task/29178/stat : 29178 (java) S 29159 29162 28084 0 -1 4202560 17067 0 0 0 159 4 0 0 20 0 22 0 29904082 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140166935038008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29179] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29179/stat : 29179 (java) S 29159 29162 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29904082 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140166933985912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29180] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29180/stat : 29180 (java) S 29159 29162 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29904082 10060525568 118242 33554432000 1073741824 1073778376 140736659292064 140166932933320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29181] ppid=29159 vsize=9824732 CPUtime=4.69 cores=0,2,4,6

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

/proc/29162/task/29167/stat : 29167 (java) S 29159 29162 28084 0 -1 4202560 9325 0 0 0 228 22 0 0 20 0 22 0 29904078 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140167075666984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29168] ppid=29159 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/29162/task/29168/stat : 29168 (java) S 29159 29162 28084 0 -1 4202560 5630 0 0 0 217 18 0 0 20 0 22 0 29904078 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140167074614184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29169] ppid=29159 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/29162/task/29169/stat : 29169 (java) S 29159 29162 28084 0 -1 4202560 5832 0 0 0 197 24 0 0 20 0 22 0 29904078 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140167073560872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29170] ppid=29159 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/29162/task/29170/stat : 29170 (java) S 29159 29162 28084 0 -1 4202560 6628 0 0 0 220 19 0 0 20 0 22 0 29904078 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140167072508072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29171] ppid=29159 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/29162/task/29171/stat : 29171 (java) S 29159 29162 28084 0 -1 4202560 6192 0 0 0 226 26 0 0 20 0 22 0 29904078 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140167071455784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29172] ppid=29159 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/29162/task/29172/stat : 29172 (java) S 29159 29162 28084 0 -1 4202560 7927 0 0 0 214 25 0 0 20 0 22 0 29904078 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140167070402984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29173] ppid=29159 vsize=9824732 CPUtime=4.83 cores=0,2,4,6
/proc/29162/task/29173/stat : 29173 (java) S 29159 29162 28084 0 -1 4202560 2239 0 0 0 476 7 0 0 20 0 22 0 29904079 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140166940302056 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29174] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29174/stat : 29174 (java) S 29159 29162 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29904080 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140166939248120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29175] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29175/stat : 29175 (java) S 29159 29162 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29904080 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140166938195720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29176] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29176/stat : 29176 (java) S 29159 29162 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29904082 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140166937144208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29177] ppid=29159 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/29162/task/29177/stat : 29177 (java) S 29159 29162 28084 0 -1 4202560 13226 0 0 0 217 3 0 0 20 0 22 0 29904082 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140166936090808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29178] ppid=29159 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/29162/task/29178/stat : 29178 (java) S 29159 29162 28084 0 -1 4202560 17081 0 0 0 243 4 0 0 20 0 22 0 29904082 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140166935038008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29179] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29179/stat : 29179 (java) S 29159 29162 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29904082 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140166933985912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29180] ppid=29159 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/29162/task/29180/stat : 29180 (java) S 29159 29162 28084 0 -1 4202560 46 0 0 0 11 14 0 0 20 0 22 0 29904082 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140166932933320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29162/tid=29181] ppid=29159 vsize=9824732 CPUtime=808.9 cores=0,2,4,6
/proc/29162/task/29181/stat : 29181 (java) R 29159 29162 28084 0 -1 4202560 85 0 0 0 80876 14 0 0 20 0 22 0 29904228 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140166931877680 140166946167668 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29182] ppid=29159 vsize=9824732 CPUtime=808.9 cores=0,2,4,6
/proc/29162/task/29182/stat : 29182 (java) R 29159 29162 28084 0 -1 4202560 1652 0 0 0 80849 41 0 0 20 0 22 0 29904228 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140166930825984 140166947325567 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29162/tid=29183] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29183/stat : 29183 (java) S 29159 29162 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29904230 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140165787936424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29184] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29184/stat : 29184 (java) S 29159 29162 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29904230 10060525568 974415 33554432000 1073741824 1073778376 140736659292064 140165786883624 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1651.63
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.35 4.29 4.23 4/219 29275
/proc/meminfo: memFree=22498068/32872528 swapFree=1542984/1696284
[pid=29162] ppid=29159 vsize=9824732 CPUtime=1771.51 cores=0,2,4,6
/proc/29162/stat : 29162 (java) S 29159 29162 28084 0 -1 4202496 91849 0 1 0 176905 246 0 0 20 0 22 0 29904076 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140736659283200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29162/statm: 2456183 997029 2303 9 0 2446860 0
[pid=29162/tid=29164] ppid=29159 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/29162/task/29164/stat : 29164 (java) S 29159 29162 28084 0 -1 4202560 2547 0 1 0 131 5 0 0 20 0 22 0 29904077 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140167116280408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29162/tid=29165] ppid=29159 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/29162/task/29165/stat : 29165 (java) S 29159 29162 28084 0 -1 4202560 6313 0 0 0 235 23 0 0 20 0 22 0 29904078 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140167077772072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29166] ppid=29159 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/29162/task/29166/stat : 29166 (java) S 29159 29162 28084 0 -1 4202560 5674 0 0 0 194 19 0 0 20 0 22 0 29904078 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140167076719272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29167] ppid=29159 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/29162/task/29167/stat : 29167 (java) S 29159 29162 28084 0 -1 4202560 9358 0 0 0 247 23 0 0 20 0 22 0 29904078 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140167075666984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29162/tid=29168] ppid=29159 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/29162/task/29168/stat : 29168 (java) S 29159 29162 28084 0 -1 4202560 5653 0 0 0 236 19 0 0 20 0 22 0 29904078 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140167074614184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29162/tid=29169] ppid=29159 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/29162/task/29169/stat : 29169 (java) S 29159 29162 28084 0 -1 4202560 5842 0 0 0 211 24 0 0 20 0 22 0 29904078 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140167073560872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29170] ppid=29159 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/29162/task/29170/stat : 29170 (java) S 29159 29162 28084 0 -1 4202560 6632 0 0 0 234 19 0 0 20 0 22 0 29904078 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140167072508072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29171] ppid=29159 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/29162/task/29171/stat : 29171 (java) S 29159 29162 28084 0 -1 4202560 6225 0 0 0 241 27 0 0 20 0 22 0 29904078 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140167071455784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29172] ppid=29159 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/29162/task/29172/stat : 29172 (java) S 29159 29162 28084 0 -1 4202560 7970 0 0 0 233 26 0 0 20 0 22 0 29904078 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140167070402984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29173] ppid=29159 vsize=9824732 CPUtime=5.64 cores=0,2,4,6
/proc/29162/task/29173/stat : 29173 (java) R 29159 29162 28084 0 -1 4202560 2266 0 0 0 556 8 0 0 20 0 22 0 29904079 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140166940300616 140167122788424 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29174] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29174/stat : 29174 (java) S 29159 29162 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29904080 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140166939248120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29175] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29175/stat : 29175 (java) S 29159 29162 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29904080 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140166938195720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29176] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29176/stat : 29176 (java) S 29159 29162 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29904082 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140166937144208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29177] ppid=29159 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/29162/task/29177/stat : 29177 (java) S 29159 29162 28084 0 -1 4202560 13226 0 0 0 217 3 0 0 20 0 22 0 29904082 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140166936090808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29178] ppid=29159 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/29162/task/29178/stat : 29178 (java) S 29159 29162 28084 0 -1 4202560 17083 0 0 0 245 4 0 0 20 0 22 0 29904082 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140166935038008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29179] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29179/stat : 29179 (java) S 29159 29162 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29904082 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140166933985912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29180] ppid=29159 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/29162/task/29180/stat : 29180 (java) S 29159 29162 28084 0 -1 4202560 50 0 0 0 11 16 0 0 20 0 22 0 29904082 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140166932933320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29162/tid=29181] ppid=29159 vsize=9824732 CPUtime=867.52 cores=0,2,4,6
/proc/29162/task/29181/stat : 29181 (java) S 29159 29162 28084 0 -1 4202560 85 0 0 0 86737 15 0 0 20 0 22 0 29904228 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140166931876904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29182] ppid=29159 vsize=9824732 CPUtime=867.53 cores=0,2,4,6
/proc/29162/task/29182/stat : 29182 (java) S 29159 29162 28084 0 -1 4202560 1660 0 0 0 86711 42 0 0 20 0 22 0 29904228 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140166930824872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29162/tid=29183] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29183/stat : 29183 (java) S 29159 29162 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29904230 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140165787936424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29184] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29184/stat : 29184 (java) S 29159 29162 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29904230 10060525568 997029 33554432000 1073741824 1073778376 140736659292064 140165786883624 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1771.51
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.801 s]
/proc/loadavg: 4.27 4.28 4.22 5/219 29276
/proc/meminfo: memFree=22497832/32872528 swapFree=1542984/1696284
[pid=29162] ppid=29159 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/29162/stat : 29162 (java) S 29159 29162 28084 0 -1 4202496 91982 0 1 0 179767 247 0 0 20 0 22 0 29904076 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140736659283200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29162/statm: 2456183 997151 2303 9 0 2446860 0
[pid=29162/tid=29164] ppid=29159 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/29162/task/29164/stat : 29164 (java) S 29159 29162 28084 0 -1 4202560 2547 0 1 0 132 5 0 0 20 0 22 0 29904077 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140167116280696 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29162/tid=29165] ppid=29159 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/29162/task/29165/stat : 29165 (java) S 29159 29162 28084 0 -1 4202560 6313 0 0 0 240 23 0 0 20 0 22 0 29904078 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140167077772072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29166] ppid=29159 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/29162/task/29166/stat : 29166 (java) S 29159 29162 28084 0 -1 4202560 5674 0 0 0 195 20 0 0 20 0 22 0 29904078 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140167076719272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29167] ppid=29159 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/29162/task/29167/stat : 29167 (java) S 29159 29162 28084 0 -1 4202560 9360 0 0 0 250 23 0 0 20 0 22 0 29904078 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140167075666984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29168] ppid=29159 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/29162/task/29168/stat : 29168 (java) S 29159 29162 28084 0 -1 4202560 5653 0 0 0 239 20 0 0 20 0 22 0 29904078 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140167074614184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29169] ppid=29159 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/29162/task/29169/stat : 29169 (java) S 29159 29162 28084 0 -1 4202560 5842 0 0 0 213 24 0 0 20 0 22 0 29904078 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140167073560872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29170] ppid=29159 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/29162/task/29170/stat : 29170 (java) S 29159 29162 28084 0 -1 4202560 6632 0 0 0 236 19 0 0 20 0 22 0 29904078 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140167072508072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29171] ppid=29159 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/29162/task/29171/stat : 29171 (java) S 29159 29162 28084 0 -1 4202560 6225 0 0 0 245 27 0 0 20 0 22 0 29904078 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140167071455784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29172] ppid=29159 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/29162/task/29172/stat : 29172 (java) S 29159 29162 28084 0 -1 4202560 7971 0 0 0 237 26 0 0 20 0 22 0 29904078 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140167070402984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29173] ppid=29159 vsize=9824732 CPUtime=6.12 cores=0,2,4,6
/proc/29162/task/29173/stat : 29173 (java) S 29159 29162 28084 0 -1 4202560 2394 0 0 0 604 8 0 0 20 0 22 0 29904079 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140166940302056 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29174] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29174/stat : 29174 (java) S 29159 29162 28084 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29904080 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140166939248120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29175] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29175/stat : 29175 (java) S 29159 29162 28084 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29904080 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140166938195720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29176] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29176/stat : 29176 (java) S 29159 29162 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29904082 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140166937144208 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29177] ppid=29159 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/29162/task/29177/stat : 29177 (java) S 29159 29162 28084 0 -1 4202560 13226 0 0 0 217 3 0 0 20 0 22 0 29904082 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140166936090808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29178] ppid=29159 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/29162/task/29178/stat : 29178 (java) S 29159 29162 28084 0 -1 4202560 17083 0 0 0 245 4 0 0 20 0 22 0 29904082 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140166935038008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29179] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29179/stat : 29179 (java) S 29159 29162 28084 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29904082 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140166933985912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29162/tid=29180] ppid=29159 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/29162/task/29180/stat : 29180 (java) S 29159 29162 28084 0 -1 4202560 50 0 0 0 12 16 0 0 20 0 22 0 29904082 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140166932933320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29181] ppid=29159 vsize=9824732 CPUtime=881.43 cores=0,2,4,6
/proc/29162/task/29181/stat : 29181 (java) R 29159 29162 28084 0 -1 4202560 85 0 0 0 88128 15 0 0 20 0 22 0 29904228 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140166931877664 140166947351894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29162/tid=29182] ppid=29159 vsize=9824732 CPUtime=881.44 cores=0,2,4,6
/proc/29162/task/29182/stat : 29182 (java) R 29159 29162 28084 0 -1 4202560 1662 0 0 0 88102 42 0 0 20 0 22 0 29904228 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140166930825936 140166947004458 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29162/tid=29183] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29183/stat : 29183 (java) S 29159 29162 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29904230 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140165787936424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29162/tid=29184] ppid=29159 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29162/task/29184/stat : 29184 (java) S 29159 29162 28084 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29904230 10060525568 997151 33554432000 1073741824 1073778376 140736659292064 140165786883624 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 29162 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 29162 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=179395
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=933554
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.857
CPU time (s): 1800.14
CPU user time (s): 1797.67
CPU system time (s): 2.47
CPU usage (%): 200.717
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.18
system time used= 2.93355
maximum resident set size= 3988728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92023
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= 25850
involuntary context switches= 26411

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2842 second user time and 7.50286 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 21:36:15
IDJOB=4106878
IDBENCH=48303
IDSOLVER=2543
FILE ID=node125/4106878-1466278574
RUNJOBID= node125-1466274976-28100
PBS_JOBID= 19918241
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_3_80.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106878-1466278574/watcher-4106878-1466278574 -o /tmp/evaluation-result-4106878-1466278574/solver-4106878-1466278574 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466274976-28100 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106878-1466278574.opb

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

MD5SUM BENCH= d27101fec2f8e3dc322d79bbc996c69e
RANDOM SEED=489729848

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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.54
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.683
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.683
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.683
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.683
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:        26762548 kB
Buffers:          147340 kB
Cached:           175240 kB
SwapCached:          688 kB
Active:          3417420 kB
Inactive:         245684 kB
Active(anon):    3342136 kB
Inactive(anon):     1040 kB
Active(file):      75284 kB
Inactive(file):   244644 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:              1600 kB
Writeback:             0 kB
AnonPages:       5042696 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             604996 kB
SReclaimable:      48400 kB
SUnreclaim:       556596 kB
KernelStack:        1616 kB
PageTables:        14308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5190304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3436544 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= 71740 MiB
End job on node125 at 2016-06-18 21:51:11