Trace number 4080542

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K183.opb
MD5SUM0350ceeb14af28f3be070cadc324c0d3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21777
Total number of constraints22145
Number of constraints which are clauses21962
Number of constraints which are cardinality constraints (but not clauses)183
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint183
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 184
Number of bits of the biggest sum of numbers8
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4080542-1465279689.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
2.10/0.88	c ... done. Wall clock time 0.777s.
2.10/0.88	c declared #vars     21777
2.10/0.88	c #constraints  22145
2.10/0.89	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.10/0.89	c constraints type 
2.10/0.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19594
2.10/0.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 183
2.10/0.89	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
2.10/0.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2366
2.10/0.89	c 22145 constraints processed.
2.10/0.89	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.10/0.89	c constraints type 
2.10/0.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2366
2.10/0.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19594
2.10/0.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 183
2.10/0.89	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.10/0.89	c 22145 constraints processed.
10.26/4.14	c cleaning 2493 clauses out of 4994 with flag 21883/5000
16.82/7.36	c cleaning 4226 clauses out of 8495 with flag 53676/11000
25.10/11.30	c cleaning 5614 clauses out of 11265 with flag 88574/18000
34.71/15.97	c cleaning 6803 clauses out of 13646 with flag 128933/26000
44.74/20.95	c cleaning 7812 clauses out of 15837 with flag 173810/35000
57.09/27.00	c cleaning 8071 clauses out of 18021 with flag 222363/45000
71.22/34.05	c cleaning 8759 clauses out of 20947 with flag 275665/56000
86.42/41.53	c cleaning 9753 clauses out of 24188 with flag 335601/68000
103.01/49.78	c cleaning 10355 clauses out of 27429 with flag 399254/81002
120.83/58.53	c cleaning 11215 clauses out of 31067 with flag 469279/95000
137.83/67.09	c cleaning 12086 clauses out of 34846 with flag 546810/110000
156.76/76.48	c cleaning 12890 clauses out of 38755 with flag 625840/126000
179.88/87.90	c cleaning 13762 clauses out of 42860 with flag 713098/143000
203.84/99.81	c cleaning 14590 clauses out of 47095 with flag 804524/161000
228.81/112.62	c cleaning 15658 clauses out of 51506 with flag 904696/180004
255.07/125.79	c cleaning 15995 clauses out of 55845 with flag 1006411/200002
283.07/139.60	c cleaning 16909 clauses out of 60844 with flag 1114977/221000
313.20/154.63	c cleaning 17912 clauses out of 65931 with flag 1229155/243000
347.59/171.69	c cleaning 18482 clauses out of 71014 with flag 1347626/266000
380.98/188.29	c cleaning 19479 clauses out of 76528 with flag 1475558/290001
417.79/206.56	c cleaning 20358 clauses out of 82047 with flag 1601138/315001
455.61/225.40	c cleaning 21151 clauses out of 87687 with flag 1739139/341000
461.30/228.15	c cleaning 0 clauses out of 5000 with flag 0/5000
495.74/245.12	c cleaning 21634 clauses out of 93532 with flag 1881876/368000
539.49/266.89	c cleaning 22663 clauses out of 99894 with flag 2032492/396000
584.78/289.80	c cleaning 23414 clauses out of 106230 with flag 2192278/425001
626.04/310.41	c cleaning 24310 clauses out of 112813 with flag 2355409/455000
667.16/330.97	c cleaning 24920 clauses out of 119500 with flag 2525241/486001
713.73/354.15	c cleaning 25996 clauses out of 126570 with flag 2699748/518000
765.24/379.69	c cleaning 27214 clauses out of 133573 with flag 2884691/551000
817.37/405.52	c cleaning 27680 clauses out of 140352 with flag 3070280/585000
872.09/432.88	c cleaning 29026 clauses out of 147674 with flag 3262563/620003
927.15/460.23	c cleaning 29386 clauses out of 154643 with flag 3464285/656000
994.17/494.94	c cleaning 30525 clauses out of 162257 with flag 3670422/693002
1055.39/525.44	c cleaning 31283 clauses out of 169730 with flag 3888911/731000
1114.82/555.06	c cleaning 31947 clauses out of 177445 with flag 4109238/770000
1181.22/588.01	c cleaning 32944 clauses out of 185501 with flag 4337927/810005
1250.47/622.56	c cleaning 33681 clauses out of 193551 with flag 4576340/851001
1317.55/655.87	c cleaning 34725 clauses out of 201869 with flag 4824254/893002
1393.89/693.65	c cleaning 35658 clauses out of 210140 with flag 5073391/936002
1470.87/733.21	c cleaning 36494 clauses out of 218477 with flag 5335593/980000
1546.99/771.03	c cleaning 37496 clauses out of 226983 with flag 5600860/1025001
1630.39/812.47	c cleaning 38434 clauses out of 235483 with flag 5873244/1071000
1715.07/854.49	c cleaning 38914 clauses out of 244046 with flag 6160123/1118002
1800.09/896.61	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/896.61	c starts		: 6732
1800.09/896.61	c conflicts		: 1163996
1800.09/896.61	c decisions		: 46908682
1800.09/896.61	c propagations		: 1231309255
1800.09/896.61	c inspects		: 2875806720
1800.09/896.61	c shortcuts		: 0
1800.09/896.61	c learnt literals	: 156
1800.09/896.61	c learnt binary clauses	: 102760
1800.09/896.61	c learnt ternary clauses	: 82075
1800.09/896.61	c learnt constraints	: 1163840
1800.09/896.61	c ignored constraints	: 0
1800.09/896.61	c root simplifications	: 0
1800.09/896.61	c removed literals (reason simplification)	: 7670068
1800.09/896.61	c reason swapping (by a shorter reason)	: 0
1800.09/896.61	c Calls to reduceDB	: 43
1800.09/896.61	c Number of update (reduction) of LBD	: 743983
1800.09/896.61	c Imported unit clauses	: 0
1800.09/896.61	c number of reductions to clauses (during analyze)	: 0
1800.09/896.61	c number of learned constraints concerned by reduction	: 0
1800.09/896.61	c number of learning phase by resolution	: 0
1800.09/896.61	c number of learning phase by cutting planes	: 0
1800.09/896.61	c speed (assignments/second)	: 1374706.2373212131
1800.09/896.61	c non guided choices	33866
1800.09/896.66	c learnt constraints type 
1800.09/896.66	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 102760
1800.09/896.66	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 148363
1800.09/896.66	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/896.66	c starts		: 34
1800.09/896.66	c conflicts		: 9924
1800.09/896.66	c decisions		: 212802
1800.09/896.66	c propagations		: 14580715
1800.09/896.66	c inspects		: 864425502
1800.09/896.66	c shortcuts		: 0
1800.09/896.66	c learnt literals	: 0
1800.09/896.66	c learnt binary clauses	: 0
1800.09/896.66	c learnt ternary clauses	: 30
1800.09/896.66	c learnt constraints	: 9923
1800.09/896.66	c ignored constraints	: 0
1800.09/896.66	c root simplifications	: 0
1800.09/896.66	c removed literals (reason simplification)	: 0
1800.09/896.66	c reason swapping (by a shorter reason)	: 0
1800.09/896.66	c Calls to reduceDB	: 1
1800.09/896.66	c Number of update (reduction) of LBD	: 0
1800.09/896.66	c Imported unit clauses	: 0
1800.09/896.66	c number of reductions to clauses (during analyze)	: 0
1800.09/896.66	c number of learned constraints concerned by reduction	: 0
1800.09/896.66	c number of learning phase by resolution	: 0
1800.09/896.66	c number of learning phase by cutting planes	: 0
1800.09/896.66	c speed (assignments/second)	: 16277.97010939644
1800.09/896.66	c non guided choices	5949
1800.09/896.66	c learnt constraints type 
1800.09/896.66	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 560
1800.09/896.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2278
1800.09/896.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7085
1800.09/896.66	s UNKNOWN
1800.09/896.66	c Total wall clock time (in seconds): 896.557

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-4080542-1465279689/watcher-4080542-1465279689 -o /tmp/evaluation-result-4080542-1465279689/solver-4080542-1465279689 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465279688-19203 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080542-1465279689.opb 

pid=19231
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: 2.18 2.38 3.14 1/177 19234
/proc/meminfo: memFree=31783152/32872528 swapFree=9100/9100
[pid=19234] ppid=19231 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/19234/stat : 19234 (java) S 19231 19234 14331 0 -1 4202496 1312 0 0 0 0 0 0 0 20 0 2 0 109900019 98635776 944 33554432000 1073741824 1073778376 140737262957488 140737262948624 243768787005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19234/statm: 24081 952 722 9 0 16771 0
[pid=19234/tid=19243] ppid=19231 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19243/stat : 19243 (java) R 19231 19234 14331 0 -1 4202560 125 0 0 0 0 0 0 0 20 0 2 0 109900019 98570240 973 33554432000 1073741824 1073778376 140737262957488 139665254768168 139665261331575 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.18 2.38 3.14 1/177 19234
/proc/meminfo: memFree=31783152/32872528 swapFree=9100/9100
[pid=19234] ppid=19231 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/19234/stat : 19234 (java) S 19231 19234 14331 0 -1 4202496 4467 0 1 0 10 1 0 0 20 0 18 0 109900019 9787879424 6105 33554432000 1073741824 1073778376 140737262957488 140737262948624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19234/statm: 2389619 6105 2156 9 0 2380296 0
[pid=19234/tid=19243] ppid=19231 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/19234/task/19243/stat : 19243 (java) R 19231 19234 14331 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 109900019 9787879424 6105 33554432000 1073741824 1073778376 140737262957488 139665254771616 243768812813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200264 s]
/proc/loadavg: 2.18 2.38 3.14 1/177 19234
/proc/meminfo: memFree=31783152/32872528 swapFree=9100/9100
[pid=19234] ppid=19231 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/19234/stat : 19234 (java) S 19231 19234 14331 0 -1 4202496 6674 0 1 0 29 2 0 0 20 0 18 0 109900019 9787879424 8495 33554432000 1073741824 1073778376 140737262957488 140737262948624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19234/statm: 2389619 8495 2218 9 0 2380296 0
[pid=19234/tid=19243] ppid=19231 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/19234/task/19243/stat : 19243 (java) R 19231 19234 14331 0 -1 4202560 2404 0 1 0 16 1 0 0 20 0 18 0 109900019 9787879424 8495 33554432000 1073741824 1073778376 140737262957488 139665254771616 139665105921549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.30036 s]
/proc/loadavg: 2.18 2.38 3.14 1/177 19234
/proc/meminfo: memFree=31783152/32872528 swapFree=9100/9100
[pid=19234] ppid=19231 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/19234/stat : 19234 (java) S 19231 19234 14331 0 -1 4202496 7103 0 1 0 55 2 0 0 20 0 18 0 109900019 9787879424 12730 33554432000 1073741824 1073778376 140737262957488 140737262948624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19234/statm: 2389619 12730 2234 9 0 2380296 0
[pid=19234/tid=19243] ppid=19231 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/19234/task/19243/stat : 19243 (java) R 19231 19234 14331 0 -1 4202560 2412 0 1 0 26 1 0 0 20 0 18 0 109900019 9787879424 12730 33554432000 1073741824 1073778376 140737262957488 139665254771616 139665105508998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700224 s]
/proc/loadavg: 2.18 2.38 3.14 1/177 19234
/proc/meminfo: memFree=31783152/32872528 swapFree=9100/9100
[pid=19234] ppid=19231 vsize=9558476 CPUtime=1.62 cores=0,2,4,6
/proc/19234/stat : 19234 (java) S 19231 19234 14331 0 -1 4202496 21118 0 1 0 156 6 0 0 20 0 18 0 109900019 9787879424 43155 33554432000 1073741824 1073778376 140737262957488 140737262948624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19234/statm: 2389619 43155 2251 9 0 2380296 0
[pid=19234/tid=19243] ppid=19231 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/19234/task/19243/stat : 19243 (java) R 19231 19234 14331 0 -1 4202560 2461 0 1 0 64 3 0 0 20 0 18 0 109900019 9787879424 43155 33554432000 1073741824 1073778376 140737262957488 139665254765320 139665257712580 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 2.18 2.38 3.14 9/219 19276
/proc/meminfo: memFree=31384120/32872528 swapFree=9100/9100
[pid=19234] ppid=19231 vsize=9824732 CPUtime=4.62 cores=0,2,4,6
/proc/19234/stat : 19234 (java) S 19231 19234 14331 0 -1 4202496 27335 0 1 0 453 9 0 0 20 0 22 0 109900019 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 140737262948624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19234/statm: 2456183 54056 2282 9 0 2446860 0
[pid=19234/tid=19243] ppid=19231 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/19234/task/19243/stat : 19243 (java) S 19231 19234 14331 0 -1 4202560 2486 0 1 0 81 4 0 0 20 0 22 0 109900019 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139665254773624 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19245] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19245/stat : 19245 (java) S 19231 19234 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139665227225896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19246] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19246/stat : 19246 (java) S 19231 19234 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139665226173096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19247] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19247/stat : 19247 (java) S 19231 19234 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139665225120808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19248] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19248/stat : 19248 (java) S 19231 19234 14331 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139665224068008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19249] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19249/stat : 19249 (java) S 19231 19234 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139665094519080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19250] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19250/stat : 19250 (java) S 19231 19234 14331 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139665093466280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19251] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19251/stat : 19251 (java) S 19231 19234 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139665092413992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19252] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19252/stat : 19252 (java) S 19231 19234 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139665091361192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19256] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19256/stat : 19256 (java) S 19231 19234 14331 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 109900021 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139664608848616 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19257] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19257/stat : 19257 (java) S 19231 19234 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109900021 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139664607794680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19258] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19258/stat : 19258 (java) S 19231 19234 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109900021 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139664606742280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19264] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19264/stat : 19264 (java) S 19231 19234 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109900024 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139664605690768 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19265] ppid=19231 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/19234/task/19265/stat : 19265 (java) R 19231 19234 14331 0 -1 4202560 13990 0 0 0 119 2 0 0 20 0 22 0 109900024 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139664604636936 139665262536098 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19266] ppid=19231 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/19234/task/19266/stat : 19266 (java) R 19231 19234 14331 0 -1 4202560 9419 0 0 0 123 2 0 0 20 0 22 0 109900024 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139664603571312 139665261748293 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19267] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19267/stat : 19267 (java) S 19231 19234 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109900024 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139664602532472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19268] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19268/stat : 19268 (java) S 19231 19234 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109900024 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139664601479880 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19271] ppid=19231 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/19234/task/19271/stat : 19271 (java) R 19231 19234 14331 0 -1 4202560 16 0 0 0 59 0 0 0 20 0 22 0 109900108 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139664600423920 139665106097408 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19272] ppid=19231 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/19234/task/19272/stat : 19272 (java) R 19231 19234 14331 0 -1 4202560 34 0 0 0 58 0 0 0 20 0 22 0 109900108 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139664599370016 139665258058647 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19275] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19275/stat : 19275 (java) S 19231 19234 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109900111 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139664598320808 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19276] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19276/stat : 19276 (java) S 19231 19234 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109900111 10060525568 54056 33554432000 1073741824 1073778376 140737262957488 139664597268008 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 9824732

[startup+3.10091 s]
/proc/loadavg: 2.18 2.38 3.14 6/219 19276
/proc/meminfo: memFree=31317828/32872528 swapFree=9100/9100
[pid=19234] ppid=19231 vsize=9824732 CPUtime=8.26 cores=0,2,4,6
/proc/19234/stat : 19234 (java) S 19231 19234 14331 0 -1 4202496 27385 0 1 0 817 9 0 0 20 0 22 0 109900019 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 140737262948624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19234/statm: 2456183 53753 2286 9 0 2446860 0
[pid=19234/tid=19243] ppid=19231 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/19234/task/19243/stat : 19243 (java) S 19231 19234 14331 0 -1 4202560 2486 0 1 0 81 4 0 0 20 0 22 0 109900019 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139665254773624 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19245] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19245/stat : 19245 (java) S 19231 19234 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139665227225896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19246] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19246/stat : 19246 (java) S 19231 19234 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139665226173096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19247] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19247/stat : 19247 (java) S 19231 19234 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139665225120808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19248] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19248/stat : 19248 (java) S 19231 19234 14331 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139665224068008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19249] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19249/stat : 19249 (java) S 19231 19234 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139665094519080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19250] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19250/stat : 19250 (java) S 19231 19234 14331 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139665093466280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19251] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19251/stat : 19251 (java) S 19231 19234 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139665092413992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19252] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19252/stat : 19252 (java) S 19231 19234 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139665091361192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19256] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19256/stat : 19256 (java) S 19231 19234 14331 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 109900021 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139664608848616 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19257] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19257/stat : 19257 (java) S 19231 19234 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109900021 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139664607794680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19258] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19258/stat : 19258 (java) S 19231 19234 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109900021 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139664606742280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19264] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19264/stat : 19264 (java) S 19231 19234 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109900024 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139664605690768 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19265] ppid=19231 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/19234/task/19265/stat : 19265 (java) S 19231 19234 14331 0 -1 4202560 13990 0 0 0 142 3 0 0 20 0 22 0 109900024 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139664604637368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19266] ppid=19231 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/19234/task/19266/stat : 19266 (java) S 19231 19234 14331 0 -1 4202560 9467 0 0 0 143 2 0 0 20 0 22 0 109900024 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139664603584568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19267] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19267/stat : 19267 (java) S 19231 19234 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109900024 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139664602532472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19268] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19268/stat : 19268 (java) S 19231 19234 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109900024 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139664601479880 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19271] ppid=19231 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/19234/task/19271/stat : 19271 (java) R 19231 19234 14331 0 -1 4202560 18 0 0 0 219 0 0 0 20 0 22 0 109900108 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139664600423080 139665106179415 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19272] ppid=19231 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/19234/task/19272/stat : 19272 (java) R 19231 19234 14331 0 -1 4202560 34 0 0 0 218 0 0 0 20 0 22 0 109900108 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139664599370568 139665106208327 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19275] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19275/stat : 19275 (java) S 19231 19234 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109900111 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139664598320808 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19276] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19276/stat : 19276 (java) S 19231 19234 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109900111 10060525568 53753 33554432000 1073741824 1073778376 140737262957488 139664597268008 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 2.40 2.42 3.15 5/219 19276
/proc/meminfo: memFree=30944760/32872528 swapFree=9100/9100
[pid=19234] ppid=19231 vsize=9824732 CPUtime=14.71 cores=0,2,4,6
/proc/19234/stat : 19234 (java) S 19231 19234 14331 0 -1 4202496 27392 0 1 0 1462 9 0 0 20 0 22 0 109900019 10060525568 53559 33554432000 1073741824 1073778376 140737262957488 140737262948624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19234/statm: 2456183 53559 2291 9 0 2446860 0
[pid=19234/tid=19243] ppid=19231 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/19234/task/19243/stat : 19243 (java) S 19231 19234 14331 0 -1 4202560 2486 0 1 0 81 4 0 0 20 0 22 0 109900019 10060525568 53559 33554432000 1073741824 1073778376 140737262957488 139665254773624 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19245] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19245/stat : 19245 (java) S 19231 19234 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 53559 33554432000 1073741824 1073778376 140737262957488 139665227225896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19246] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19246/stat : 19246 (java) S 19231 19234 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 53559 33554432000 1073741824 1073778376 140737262957488 139665226173096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19247] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19247/stat : 19247 (java) S 19231 19234 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 53559 33554432000 1073741824 1073778376 140737262957488 139665225120808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19248] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19248/stat : 19248 (java) S 19231 19234 14331 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 53559 33554432000 1073741824 1073778376 140737262957488 139665224068008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19249] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19249/stat : 19249 (java) S 19231 19234 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 53559 33554432000 1073741824 1073778376 140737262957488 139665094519080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19250] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19250/stat : 19250 (java) S 19231 19234 14331 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 53559 33554432000 1073741824 1073778376 140737262957488 139665093466280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19251] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19251/stat : 19251 (java) S 19231 19234 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 109900020 10060525568 53559 33554432000 1073741824 1073778376 140737262957488 139665092413992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19252] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.06 3.95 3.66 5/219 19298
/proc/meminfo: memFree=24268316/32872528 swapFree=9100/9100
[pid=19234] ppid=19231 vsize=9824732 CPUtime=1650.32 cores=0,2,4,6
/proc/19234/stat : 19234 (java) S 19231 19234 14331 0 -1 4202496 45696 0 1 0 164816 216 0 0 20 0 22 0 109900019 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 140737262948624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19234/statm: 2456183 942136 2301 9 0 2446860 0
[pid=19234/tid=19243] ppid=19231 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/19234/task/19243/stat : 19243 (java) S 19231 19234 14331 0 -1 4202560 2492 0 1 0 83 6 0 0 20 0 22 0 109900019 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139665254773624 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19245] ppid=19231 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/19234/task/19245/stat : 19245 (java) S 19231 19234 14331 0 -1 4202560 1766 0 0 0 246 17 0 0 20 0 22 0 109900020 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139665227225896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19246] ppid=19231 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/19234/task/19246/stat : 19246 (java) S 19231 19234 14331 0 -1 4202560 998 0 0 0 228 22 0 0 20 0 22 0 109900020 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139665226173096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19247] ppid=19231 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/19234/task/19247/stat : 19247 (java) S 19231 19234 14331 0 -1 4202560 1856 0 0 0 241 22 0 0 20 0 22 0 109900020 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139665225120808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19248] ppid=19231 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/19234/task/19248/stat : 19248 (java) S 19231 19234 14331 0 -1 4202560 2032 0 0 0 268 20 0 0 20 0 22 0 109900020 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139665224068008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19249] ppid=19231 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/19234/task/19249/stat : 19249 (java) S 19231 19234 14331 0 -1 4202560 2119 0 0 0 228 19 0 0 20 0 22 0 109900020 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139665094519080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19250] ppid=19231 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/19234/task/19250/stat : 19250 (java) S 19231 19234 14331 0 -1 4202560 1641 0 0 0 262 19 0 0 20 0 22 0 109900020 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139665093466280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19251] ppid=19231 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/19234/task/19251/stat : 19251 (java) S 19231 19234 14331 0 -1 4202560 1852 0 0 0 255 19 0 0 20 0 22 0 109900020 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139665092413992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19252] ppid=19231 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/19234/task/19252/stat : 19252 (java) S 19231 19234 14331 0 -1 4202560 1942 0 0 0 249 23 0 0 20 0 22 0 109900020 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139665091361192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19256] ppid=19231 vsize=9824732 CPUtime=7.25 cores=0,2,4,6
/proc/19234/task/19256/stat : 19256 (java) S 19231 19234 14331 0 -1 4202560 2345 0 0 0 720 5 0 0 20 0 22 0 109900021 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139664608848616 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19257] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19257/stat : 19257 (java) S 19231 19234 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109900021 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139664607794680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19258] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19258/stat : 19258 (java) S 19231 19234 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109900021 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139664606742280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19264] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19264/stat : 19264 (java) S 19231 19234 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109900024 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139664605690768 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19265] ppid=19231 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/19234/task/19265/stat : 19265 (java) S 19231 19234 14331 0 -1 4202560 14010 0 0 0 207 3 0 0 20 0 22 0 109900024 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139664604637368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19266] ppid=19231 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/19234/task/19266/stat : 19266 (java) S 19231 19234 14331 0 -1 4202560 9475 0 0 0 181 2 0 0 20 0 22 0 109900024 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139664603584568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19267] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19267/stat : 19267 (java) S 19231 19234 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109900024 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139664602532472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19268] ppid=19231 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/19234/task/19268/stat : 19268 (java) S 19231 19234 14331 0 -1 4202560 47 0 0 0 12 15 0 0 20 0 22 0 109900024 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139664601479880 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19271] ppid=19231 vsize=9824732 CPUtime=808.48 cores=0,2,4,6
/proc/19234/task/19271/stat : 19271 (java) R 19231 19234 14331 0 -1 4202560 68 0 0 0 80836 12 0 0 20 0 22 0 109900108 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139664600424192 139665106381406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19272] ppid=19231 vsize=9824732 CPUtime=808.36 cores=0,2,4,6
/proc/19234/task/19272/stat : 19272 (java) R 19231 19234 14331 0 -1 4202560 1789 0 0 0 80791 45 0 0 20 0 22 0 109900108 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139664599370560 139665106085386 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19275] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19275/stat : 19275 (java) S 19231 19234 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109900111 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139664598320808 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19276] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19276/stat : 19276 (java) S 19231 19234 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109900111 10060525568 942136 33554432000 1073741824 1073778376 140737262957488 139664597268008 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1650.32
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.02 3.95 3.67 5/219 19299
/proc/meminfo: memFree=24222136/32872528 swapFree=9100/9100
[pid=19234] ppid=19231 vsize=9824732 CPUtime=1771.3 cores=0,2,4,6
/proc/19234/stat : 19234 (java) S 19231 19234 14331 0 -1 4202496 45866 0 1 0 176910 220 0 0 20 0 22 0 109900019 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 140737262948624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19234/statm: 2456183 942280 2301 9 0 2446860 0
[pid=19234/tid=19243] ppid=19231 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/19234/task/19243/stat : 19243 (java) S 19231 19234 14331 0 -1 4202560 2493 0 1 0 83 6 0 0 20 0 22 0 109900019 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139665254773624 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19245] ppid=19231 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/19234/task/19245/stat : 19245 (java) S 19231 19234 14331 0 -1 4202560 1811 0 0 0 261 17 0 0 20 0 22 0 109900020 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139665227225896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19246] ppid=19231 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/19234/task/19246/stat : 19246 (java) S 19231 19234 14331 0 -1 4202560 1023 0 0 0 254 22 0 0 20 0 22 0 109900020 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139665226173096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19247] ppid=19231 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/19234/task/19247/stat : 19247 (java) S 19231 19234 14331 0 -1 4202560 1856 0 0 0 264 23 0 0 20 0 22 0 109900020 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139665225120808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19248] ppid=19231 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/19234/task/19248/stat : 19248 (java) S 19231 19234 14331 0 -1 4202560 2032 0 0 0 304 20 0 0 20 0 22 0 109900020 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139665224068008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19249] ppid=19231 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/19234/task/19249/stat : 19249 (java) S 19231 19234 14331 0 -1 4202560 2129 0 0 0 265 19 0 0 20 0 22 0 109900020 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139665094519080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19250] ppid=19231 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/19234/task/19250/stat : 19250 (java) S 19231 19234 14331 0 -1 4202560 1684 0 0 0 278 19 0 0 20 0 22 0 109900020 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139665093466280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19251] ppid=19231 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/19234/task/19251/stat : 19251 (java) S 19231 19234 14331 0 -1 4202560 1862 0 0 0 278 19 0 0 20 0 22 0 109900020 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139665092413992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19252] ppid=19231 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/19234/task/19252/stat : 19252 (java) S 19231 19234 14331 0 -1 4202560 1958 0 0 0 275 23 0 0 20 0 22 0 109900020 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139665091361192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19256] ppid=19231 vsize=9824732 CPUtime=7.26 cores=0,2,4,6
/proc/19234/task/19256/stat : 19256 (java) S 19231 19234 14331 0 -1 4202560 2355 0 0 0 720 6 0 0 20 0 22 0 109900021 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139664608848616 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19257] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19257/stat : 19257 (java) S 19231 19234 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109900021 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139664607794680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19258] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19258/stat : 19258 (java) S 19231 19234 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109900021 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139664606742280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19264] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19264/stat : 19264 (java) S 19231 19234 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109900024 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139664605690768 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19265] ppid=19231 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/19234/task/19265/stat : 19265 (java) S 19231 19234 14331 0 -1 4202560 14010 0 0 0 207 3 0 0 20 0 22 0 109900024 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139664604637368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19266] ppid=19231 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/19234/task/19266/stat : 19266 (java) S 19231 19234 14331 0 -1 4202560 9475 0 0 0 181 2 0 0 20 0 22 0 109900024 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139664603584568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19267] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19267/stat : 19267 (java) S 19231 19234 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109900024 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139664602532472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19268] ppid=19231 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/19234/task/19268/stat : 19268 (java) S 19231 19234 14331 0 -1 4202560 51 0 0 0 14 16 0 0 20 0 22 0 109900024 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139664601479880 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19271] ppid=19231 vsize=9824732 CPUtime=867.94 cores=0,2,4,6
/proc/19234/task/19271/stat : 19271 (java) R 19231 19234 14331 0 -1 4202560 70 0 0 0 86781 13 0 0 20 0 22 0 109900108 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139664600423552 139665106161219 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19272] ppid=19231 vsize=9824732 CPUtime=867.83 cores=0,2,4,6
/proc/19234/task/19272/stat : 19272 (java) R 19231 19234 14331 0 -1 4202560 1793 0 0 0 86737 46 0 0 20 0 22 0 109900108 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139664599371424 139665107016086 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19275] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19275/stat : 19275 (java) S 19231 19234 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109900111 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139664598320808 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19276] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19276/stat : 19276 (java) S 19231 19234 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109900111 10060525568 942280 33554432000 1073741824 1073778376 140737262957488 139664597268008 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1771.3
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.608 s]
/proc/loadavg: 4.02 3.95 3.68 6/215 19364
/proc/meminfo: memFree=27979048/32872528 swapFree=9100/9100
[pid=19234] ppid=19231 vsize=9824732 CPUtime=1800.09 cores=0,2,4,6
/proc/19234/stat : 19234 (java) S 19231 19234 14331 0 -1 4202496 45875 0 1 0 179789 220 0 0 20 0 22 0 109900019 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 140737262948624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19234/statm: 2456183 942286 2301 9 0 2446860 0
[pid=19234/tid=19243] ppid=19231 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/19234/task/19243/stat : 19243 (java) S 19231 19234 14331 0 -1 4202560 2493 0 1 0 83 6 0 0 20 0 22 0 109900019 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139665254773624 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19245] ppid=19231 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/19234/task/19245/stat : 19245 (java) S 19231 19234 14331 0 -1 4202560 1811 0 0 0 263 17 0 0 20 0 22 0 109900020 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139665227225896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19246] ppid=19231 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/19234/task/19246/stat : 19246 (java) S 19231 19234 14331 0 -1 4202560 1024 0 0 0 263 22 0 0 20 0 22 0 109900020 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139665226173096 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19247] ppid=19231 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/19234/task/19247/stat : 19247 (java) S 19231 19234 14331 0 -1 4202560 1856 0 0 0 268 23 0 0 20 0 22 0 109900020 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139665225120808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19248] ppid=19231 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/19234/task/19248/stat : 19248 (java) S 19231 19234 14331 0 -1 4202560 2032 0 0 0 307 20 0 0 20 0 22 0 109900020 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139665224068008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19249] ppid=19231 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/19234/task/19249/stat : 19249 (java) S 19231 19234 14331 0 -1 4202560 2129 0 0 0 272 19 0 0 20 0 22 0 109900020 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139665094519080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19250] ppid=19231 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/19234/task/19250/stat : 19250 (java) S 19231 19234 14331 0 -1 4202560 1684 0 0 0 283 19 0 0 20 0 22 0 109900020 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139665093466280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19251] ppid=19231 vsize=9824732 CPUtime=3.07 cores=0,2,4,6
/proc/19234/task/19251/stat : 19251 (java) S 19231 19234 14331 0 -1 4202560 1862 0 0 0 288 19 0 0 20 0 22 0 109900020 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139665092413992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19252] ppid=19231 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/19234/task/19252/stat : 19252 (java) S 19231 19234 14331 0 -1 4202560 1958 0 0 0 277 23 0 0 20 0 22 0 109900020 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139665091361192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19256] ppid=19231 vsize=9824732 CPUtime=7.27 cores=0,2,4,6
/proc/19234/task/19256/stat : 19256 (java) S 19231 19234 14331 0 -1 4202560 2360 0 0 0 720 7 0 0 20 0 22 0 109900021 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139664608848616 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19257] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19257/stat : 19257 (java) S 19231 19234 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109900021 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139664607794680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19258] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19258/stat : 19258 (java) S 19231 19234 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109900021 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139664606742280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19264] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19264/stat : 19264 (java) S 19231 19234 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109900024 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139664605690768 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19265] ppid=19231 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/19234/task/19265/stat : 19265 (java) S 19231 19234 14331 0 -1 4202560 14010 0 0 0 207 3 0 0 20 0 22 0 109900024 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139664604637368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19266] ppid=19231 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/19234/task/19266/stat : 19266 (java) S 19231 19234 14331 0 -1 4202560 9475 0 0 0 181 2 0 0 20 0 22 0 109900024 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139664603584568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19234/tid=19267] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19267/stat : 19267 (java) S 19231 19234 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109900024 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139664602532472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19268] ppid=19231 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/19234/task/19268/stat : 19268 (java) S 19231 19234 14331 0 -1 4202560 53 0 0 0 14 16 0 0 20 0 22 0 109900024 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139664601479880 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19271] ppid=19231 vsize=9824732 CPUtime=882.13 cores=0,2,4,6
/proc/19234/task/19271/stat : 19271 (java) R 19231 19234 14331 0 -1 4202560 70 0 0 0 88200 13 0 0 20 0 22 0 109900108 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139664600424192 139665106108162 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19234/tid=19272] ppid=19231 vsize=9824732 CPUtime=882.01 cores=0,2,4,6
/proc/19234/task/19272/stat : 19272 (java) R 19231 19234 14331 0 -1 4202560 1794 0 0 0 88155 46 0 0 20 0 22 0 109900108 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139664599370560 139665106359635 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19234/tid=19275] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19275/stat : 19275 (java) S 19231 19234 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109900111 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139664598320808 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19234/tid=19276] ppid=19231 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19234/task/19276/stat : 19276 (java) S 19231 19234 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109900111 10060525568 942286 33554432000 1073741824 1073778376 140737262957488 139664597268008 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 19234 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 896.686
CPU time (s): 1800.83
CPU user time (s): 1798.11
CPU system time (s): 2.72159
CPU usage (%): 200.832
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 2.72159
maximum resident set size= 3769260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45910
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25116
involuntary context switches= 31525

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.47317 second user time and 7.56485 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-07 08:08:09
IDJOB=4080542
IDBENCH=90144
IDSOLVER=2543
FILE ID=node151/4080542-1465279689
RUNJOBID= node151-1465279688-19203
PBS_JOBID= 19843295
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K183.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080542-1465279689/watcher-4080542-1465279689 -o /tmp/evaluation-result-4080542-1465279689/solver-4080542-1465279689 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465279688-19203 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080542-1465279689.opb

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

MD5SUM BENCH= 0350ceeb14af28f3be070cadc324c0d3
RANDOM SEED=1671840894

node151.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.334
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.66
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.334
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.334
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.334
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.334
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.334
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.334
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.54
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.334
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:        31784348 kB
Buffers:           87700 kB
Cached:           245200 kB
SwapCached:         2184 kB
Active:           102792 kB
Inactive:         233484 kB
Active(anon):       4272 kB
Inactive(anon):     1680 kB
Active(file):      98520 kB
Inactive(file):   231804 kB
Unevictable:        9100 kB
Mlocked:            9100 kB
SwapTotal:      67108856 kB
SwapFree:       67098860 kB
Dirty:              4700 kB
Writeback:             0 kB
AnonPages:         33792 kB
Mapped:             8668 kB
Shmem:                 0 kB
Slab:             611472 kB
SReclaimable:      55368 kB
SUnreclaim:       556104 kB
KernelStack:        1584 kB
PageTables:         3568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     106044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 71744 MiB
End job on node151 at 2016-06-07 08:23:05