Trace number 4080503

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.17 895.672

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K67.opb
MD5SUM9e951304b89652b8f827a6527d1495c5
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark206.45
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3685
Total number of constraints3821
Number of constraints which are clauses3754
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint67
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 68
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4080503-1465285072.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.59/0.36	c ... done. Wall clock time 0.257s.
0.59/0.36	c declared #vars     3685
0.59/0.36	c #constraints  3821
0.59/0.37	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.59/0.37	c constraints type 
0.59/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3092
0.59/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 67
0.59/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.59/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 660
0.59/0.37	c 3821 constraints processed.
0.59/0.37	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.59/0.37	c constraints type 
0.59/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 660
0.59/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3092
0.59/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 67
0.59/0.37	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.59/0.37	c 3821 constraints processed.
5.05/1.69	c cleaning 2483 clauses out of 4972 with flag 26844/5000
7.91/2.99	c cleaning 4203 clauses out of 8479 with flag 70333/11001
11.14/4.42	c cleaning 5580 clauses out of 11271 with flag 128140/18000
14.40/6.08	c cleaning 6840 clauses out of 13680 with flag 197988/26000
18.10/7.90	c cleaning 7913 clauses out of 15835 with flag 259197/35001
22.49/10.07	c cleaning 8502 clauses out of 17919 with flag 324694/45000
27.39/12.47	c cleaning 9142 clauses out of 20416 with flag 394892/56000
33.09/15.27	c cleaning 10126 clauses out of 23272 with flag 481334/68000
38.96/18.16	c cleaning 10838 clauses out of 26144 with flag 577373/81005
46.33/21.74	c cleaning 11814 clauses out of 29295 with flag 675590/95000
53.54/25.32	c cleaning 12675 clauses out of 32477 with flag 787001/110000
61.46/29.24	c cleaning 13320 clauses out of 35803 with flag 906930/126002
70.47/33.75	c cleaning 14374 clauses out of 39481 with flag 1031578/143002
80.02/38.43	c cleaning 15383 clauses out of 43103 with flag 1170191/161000
89.62/43.26	c cleaning 16100 clauses out of 46721 with flag 1307128/180001
101.58/49.13	c cleaning 17397 clauses out of 50620 with flag 1457557/200000
113.18/55.00	c cleaning 18000 clauses out of 54226 with flag 1630906/221003
126.32/61.46	c cleaning 19214 clauses out of 58223 with flag 1810103/243001
140.03/68.29	c cleaning 20106 clauses out of 62010 with flag 2003467/266002
154.30/75.35	c cleaning 21162 clauses out of 65901 with flag 2240340/290000
170.30/83.66	c cleaning 22178 clauses out of 69737 with flag 2466938/315000
186.32/91.65	c cleaning 22750 clauses out of 73559 with flag 2719289/341000
205.01/100.92	c cleaning 24323 clauses out of 77809 with flag 3049444/368000
222.94/109.85	c cleaning 25247 clauses out of 81485 with flag 3319807/396000
241.85/119.28	c cleaning 26249 clauses out of 85238 with flag 3628982/425000
263.14/129.81	c cleaning 27254 clauses out of 88988 with flag 3944277/455000
283.29/139.82	c cleaning 0 clauses out of 5003 with flag 0/5003
285.12/140.68	c cleaning 28072 clauses out of 92735 with flag 4296328/486001
307.27/151.65	c cleaning 29296 clauses out of 96660 with flag 4659069/518000
330.81/163.25	c cleaning 30410 clauses out of 100364 with flag 4997276/551000
355.77/175.69	c cleaning 31508 clauses out of 103953 with flag 5403453/585000
380.87/188.05	c cleaning 32333 clauses out of 107445 with flag 5752116/620000
408.53/202.37	c cleaning 33122 clauses out of 111114 with flag 6149713/656002
438.04/217.01	c cleaning 34345 clauses out of 114990 with flag 6584590/693000
469.67/232.72	c cleaning 35508 clauses out of 118650 with flag 7075418/731006
500.76/248.23	c cleaning 36398 clauses out of 122136 with flag 7492673/770000
532.61/264.05	c cleaning 37722 clauses out of 125738 with flag 7935221/810000
566.68/280.90	c cleaning 38618 clauses out of 129016 with flag 8387340/851000
601.83/298.33	c cleaning 39587 clauses out of 132398 with flag 8894018/893000
638.50/316.36	c cleaning 40721 clauses out of 135810 with flag 9342470/936000
675.66/334.72	c cleaning 41642 clauses out of 139089 with flag 9866454/980000
713.90/353.62	c cleaning 42594 clauses out of 142448 with flag 10424143/1025001
755.95/374.50	c cleaning 44114 clauses out of 145851 with flag 11021712/1071000
799.58/396.87	c cleaning 44878 clauses out of 148739 with flag 11588265/1118002
843.73/418.81	c cleaning 45699 clauses out of 151860 with flag 12286472/1166001
888.76/441.29	c cleaning 46928 clauses out of 155160 with flag 12960548/1215001
937.10/465.26	c cleaning 47818 clauses out of 158232 with flag 13676534/1265001
983.82/488.41	c cleaning 48977 clauses out of 161416 with flag 14509333/1316003
1022.61/507.86	c cleaning 49901 clauses out of 164434 with flag 15239159/1368002
1064.41/528.70	c cleaning 51416 clauses out of 167533 with flag 16026810/1421003
1107.81/550.40	c cleaning 52233 clauses out of 170114 with flag 16795845/1475000
1152.61/572.87	c cleaning 53094 clauses out of 172881 with flag 17549117/1530000
1197.02/595.05	c cleaning 53939 clauses out of 175787 with flag 18342738/1586000
1244.81/618.92	c cleaning 55448 clauses out of 178850 with flag 19270422/1643002
1293.64/643.29	c cleaning 56379 clauses out of 181400 with flag 20085948/1701000
1351.86/672.09	c cleaning 57241 clauses out of 184020 with flag 20859335/1760000
1413.68/702.55	c cleaning 57954 clauses out of 186779 with flag 21734216/1820000
1479.40/736.21	c cleaning 59273 clauses out of 189825 with flag 22677699/1881000
1542.34/767.53	c cleaning 60487 clauses out of 192551 with flag 23491246/1943000
1607.48/799.95	c cleaning 61290 clauses out of 195066 with flag 24339219/2006002
1672.61/832.21	c cleaning 62506 clauses out of 197777 with flag 25201047/2070003
1739.69/865.54	c cleaning 63496 clauses out of 200269 with flag 26131523/2135001
1800.17/895.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/895.60	c starts		: 15106
1800.17/895.60	c conflicts		: 2199649
1800.17/895.60	c decisions		: 11992933
1800.17/895.60	c propagations		: 603935820
1800.17/895.60	c inspects		: 6517501769
1800.17/895.60	c shortcuts		: 0
1800.17/895.60	c learnt literals	: 108
1800.17/895.60	c learnt binary clauses	: 53953
1800.17/895.60	c learnt ternary clauses	: 51152
1800.17/895.60	c learnt constraints	: 2199540
1800.17/895.60	c ignored constraints	: 0
1800.17/895.60	c root simplifications	: 0
1800.17/895.60	c removed literals (reason simplification)	: 89721460
1800.17/895.60	c reason swapping (by a shorter reason)	: 0
1800.17/895.60	c Calls to reduceDB	: 61
1800.17/895.60	c Number of update (reduction) of LBD	: 2066780
1800.17/895.60	c Imported unit clauses	: 0
1800.17/895.60	c number of reductions to clauses (during analyze)	: 0
1800.17/895.60	c number of learned constraints concerned by reduction	: 0
1800.17/895.60	c number of learning phase by resolution	: 0
1800.17/895.60	c number of learning phase by cutting planes	: 0
1800.17/895.60	c speed (assignments/second)	: 674619.0287357926
1800.17/895.60	c non guided choices	347
1800.17/895.65	c learnt constraints type 
1800.17/895.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 53953
1800.17/895.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 147468
1800.17/895.65	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/895.65	c starts		: 32
1800.17/895.65	c conflicts		: 9274
1800.17/895.65	c decisions		: 56321
1800.17/895.65	c propagations		: 2065194
1800.17/895.65	c inspects		: 725138136
1800.17/895.65	c shortcuts		: 0
1800.17/895.65	c learnt literals	: 0
1800.17/895.65	c learnt binary clauses	: 0
1800.17/895.65	c learnt ternary clauses	: 0
1800.17/895.65	c learnt constraints	: 9273
1800.17/895.65	c ignored constraints	: 0
1800.17/895.65	c root simplifications	: 0
1800.17/895.65	c removed literals (reason simplification)	: 0
1800.17/895.65	c reason swapping (by a shorter reason)	: 0
1800.17/895.65	c Calls to reduceDB	: 1
1800.17/895.65	c Number of update (reduction) of LBD	: 0
1800.17/895.65	c Imported unit clauses	: 0
1800.17/895.65	c number of reductions to clauses (during analyze)	: 0
1800.17/895.65	c number of learned constraints concerned by reduction	: 0
1800.17/895.65	c number of learning phase by resolution	: 0
1800.17/895.65	c number of learning phase by cutting planes	: 0
1800.17/895.65	c speed (assignments/second)	: 2306.7756985857945
1800.17/895.65	c non guided choices	57
1800.17/895.65	c learnt constraints type 
1800.17/895.65	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 152
1800.17/895.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 714
1800.17/895.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8407
1800.17/895.65	s UNKNOWN
1800.17/895.65	c Total wall clock time (in seconds): 895.545

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-4080503-1465285072/watcher-4080503-1465285072 -o /tmp/evaluation-result-4080503-1465285072/solver-4080503-1465285072 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27595 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080503-1465285072.opb 

pid=29478
running on 4 cores: 1,3,5,7

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: 3.68 3.84 4.11 4/197 29481
/proc/meminfo: memFree=26371140/32872528 swapFree=16636/1570076
[pid=29481] ppid=29478 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/29481/stat : 29481 (java) S 29478 29481 27578 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 110439578 98570240 977 33554432000 1073741824 1073778376 140734200641680 140734200632816 213422997565 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29481/statm: 24065 977 743 9 0 16771 0
[pid=29481/tid=29482] ppid=29478 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29482/stat : 29482 (java) R 29478 29481 27578 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 110439579 98570240 977 33554432000 1073741824 1073778376 140734200641680 139673079877160 213419640192 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 3.68 3.84 4.11 4/197 29481
/proc/meminfo: memFree=26371140/32872528 swapFree=16636/1570076
[pid=29481] ppid=29478 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/29481/stat : 29481 (java) S 29478 29481 27578 0 -1 4202496 4517 0 1 0 9 2 0 0 20 0 18 0 110439578 9787879424 5638 33554432000 1073741824 1073778376 140734200641680 140734200632816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29481/statm: 2389619 5638 2156 9 0 2380296 0
[pid=29481/tid=29482] ppid=29478 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/29481/task/29482/stat : 29482 (java) R 29478 29481 27578 0 -1 4202560 2441 0 1 0 6 1 0 0 20 0 18 0 110439579 9787879424 5639 33554432000 1073741824 1073778376 140734200641680 139673079880608 213423023373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200289 s]
/proc/loadavg: 3.68 3.84 4.11 4/197 29481
/proc/meminfo: memFree=26371140/32872528 swapFree=16636/1570076
[pid=29481] ppid=29478 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/29481/stat : 29481 (java) S 29478 29481 27578 0 -1 4202496 6861 0 1 0 29 2 0 0 20 0 18 0 110439578 9787879424 8307 33554432000 1073741824 1073778376 140734200641680 140734200632816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29481/statm: 2389619 8307 2220 9 0 2380296 0
[pid=29481/tid=29482] ppid=29478 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/29481/task/29482/stat : 29482 (java) R 29478 29481 27578 0 -1 4202560 2458 0 1 0 16 1 0 0 20 0 18 0 110439579 9787879424 8307 33554432000 1073741824 1073778376 140734200641680 139673079880608 139673084180003 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300298 s]
/proc/loadavg: 3.68 3.84 4.11 4/197 29481
/proc/meminfo: memFree=26371140/32872528 swapFree=16636/1570076
[pid=29481] ppid=29478 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/29481/stat : 29481 (java) S 29478 29481 27578 0 -1 4202496 7705 0 1 0 57 2 0 0 20 0 18 0 110439578 9787879424 9688 33554432000 1073741824 1073778376 140734200641680 140734200632816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29481/statm: 2389619 9688 2233 9 0 2380296 0
[pid=29481/tid=29482] ppid=29478 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/29481/task/29482/stat : 29482 (java) R 29478 29481 27578 0 -1 4202560 2460 0 1 0 26 1 0 0 20 0 18 0 110439579 9787879424 9688 33554432000 1073741824 1073778376 140734200641680 139673079880608 139672952229888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.700231 s]
/proc/loadavg: 3.68 3.84 4.11 4/197 29481
/proc/meminfo: memFree=26371140/32872528 swapFree=16636/1570076
[pid=29481] ppid=29478 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/29481/stat : 29481 (java) S 29478 29481 27578 0 -1 4202496 17195 0 1 0 204 5 0 0 20 0 22 0 110439578 10060525568 20397 33554432000 1073741824 1073778376 140734200641680 140734200632816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29481/statm: 2456183 20397 2267 9 0 2446860 0
[pid=29481/tid=29482] ppid=29478 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/29481/task/29482/stat : 29482 (java) S 29478 29481 27578 0 -1 4202560 2522 0 1 0 33 2 0 0 20 0 22 0 110439579 10060525568 20397 33554432000 1073741824 1073778376 140734200641680 139673079882616 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 3.55 3.81 4.09 8/219 29503
/proc/meminfo: memFree=26268952/32872528 swapFree=16636/1570076
[pid=29481] ppid=29478 vsize=9824732 CPUtime=4.8 cores=1,3,5,7
/proc/29481/stat : 29481 (java) S 29478 29481 27578 0 -1 4202496 22906 0 1 0 473 7 0 0 20 0 22 0 110439578 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 140734200632816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29481/statm: 2456183 48064 2284 9 0 2446860 0
[pid=29481/tid=29482] ppid=29478 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/29481/task/29482/stat : 29482 (java) S 29478 29481 27578 0 -1 4202560 2522 0 1 0 33 2 0 0 20 0 22 0 110439579 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139673079882616 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29484] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29484/stat : 29484 (java) R 29478 29481 27578 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 110439580 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672923437992 139673085457808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29485] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29485/stat : 29485 (java) S 29478 29481 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110439580 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672922385448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29486] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29486/stat : 29486 (java) S 29478 29481 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110439580 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672921332392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29487] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29487/stat : 29487 (java) R 29478 29481 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110439580 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672920279848 139673084057775 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29488] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29488/stat : 29488 (java) R 29478 29481 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110439580 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672919226792 213423010876 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29489] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29489/stat : 29489 (java) S 29478 29481 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110439580 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672918174248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29490] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29490/stat : 29490 (java) S 29478 29481 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110439580 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672917121192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29491] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29491/stat : 29491 (java) S 29478 29481 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110439580 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672916068648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29492] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29492/stat : 29492 (java) S 29478 29481 27578 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 110439581 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672903870216 213423010876 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29493] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29493/stat : 29493 (java) S 29478 29481 27578 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 110439581 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672902817656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29494] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29494/stat : 29494 (java) S 29478 29481 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110439581 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672901764488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29495] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29495/stat : 29495 (java) S 29478 29481 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110439583 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672900713232 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29496] ppid=29478 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/29481/task/29496/stat : 29496 (java) S 29478 29481 27578 0 -1 4202560 11312 0 0 0 110 2 0 0 20 0 22 0 110439583 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672899660088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29497] ppid=29478 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/29481/task/29497/stat : 29497 (java) S 29478 29481 27578 0 -1 4202560 7651 0 0 0 105 2 0 0 20 0 22 0 110439583 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672898607544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29498] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29498/stat : 29498 (java) S 29478 29481 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110439583 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672897554680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29499] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29499/stat : 29499 (java) S 29478 29481 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110439583 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672896502344 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29500] ppid=29478 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/29481/task/29500/stat : 29500 (java) S 29478 29481 27578 0 -1 4202560 23 0 0 0 108 0 0 0 20 0 22 0 110439616 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672895446392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29501] ppid=29478 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/29481/task/29501/stat : 29501 (java) S 29478 29481 27578 0 -1 4202560 106 0 0 0 109 1 0 0 20 0 22 0 110439616 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672894394184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29502] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29502/stat : 29502 (java) S 29478 29481 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110439617 10060525568 48064 33554432000 1073741824 1073778376 140734200641680 139672893343016 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29503] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29503/stat : 29503 (java) S 29478 29481 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110439617 10060525568 48576 33554432000 1073741824 1073778376 140734200641680 139672892290472 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 3.55 3.81 4.09 6/219 29503
/proc/meminfo: memFree=26159292/32872528 swapFree=16636/1570076
[pid=29481] ppid=29478 vsize=9824732 CPUtime=8.35 cores=1,3,5,7
/proc/29481/stat : 29481 (java) S 29478 29481 27578 0 -1 4202496 23664 0 1 0 819 16 0 0 20 0 22 0 110439578 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 140734200632816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29481/statm: 2456183 89253 2293 9 0 2446860 0
[pid=29481/tid=29482] ppid=29478 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/29481/task/29482/stat : 29482 (java) S 29478 29481 27578 0 -1 4202560 2522 0 1 0 33 2 0 0 20 0 22 0 110439579 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139673079882616 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29484] ppid=29478 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/29481/task/29484/stat : 29484 (java) S 29478 29481 27578 0 -1 4202560 26 0 0 0 1 1 0 0 20 0 22 0 110439580 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672923437992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29485] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29485/stat : 29485 (java) S 29478 29481 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110439580 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672922385448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29486] ppid=29478 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/29481/task/29486/stat : 29486 (java) S 29478 29481 27578 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 110439580 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672921332392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29487] ppid=29478 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/29481/task/29487/stat : 29487 (java) S 29478 29481 27578 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 110439580 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672920279848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29488] ppid=29478 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/29481/task/29488/stat : 29488 (java) S 29478 29481 27578 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 110439580 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672919226792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29489] ppid=29478 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/29481/task/29489/stat : 29489 (java) S 29478 29481 27578 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 110439580 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672918174248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29490] ppid=29478 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/29481/task/29490/stat : 29490 (java) S 29478 29481 27578 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 110439580 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672917121192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29491] ppid=29478 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/29481/task/29491/stat : 29491 (java) S 29478 29481 27578 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 110439580 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672916068648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29492] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29492/stat : 29492 (java) S 29478 29481 27578 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 110439581 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672903871336 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29493] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29493/stat : 29493 (java) S 29478 29481 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110439581 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672902817656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29494] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29494/stat : 29494 (java) S 29478 29481 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110439581 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672901764488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29495] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29495/stat : 29495 (java) S 29478 29481 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110439583 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672900713232 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29496] ppid=29478 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/29481/task/29496/stat : 29496 (java) S 29478 29481 27578 0 -1 4202560 11328 0 0 0 122 3 0 0 20 0 22 0 110439583 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672899660088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29497] ppid=29478 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/29481/task/29497/stat : 29497 (java) S 29478 29481 27578 0 -1 4202560 8048 0 0 0 118 2 0 0 20 0 22 0 110439583 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672898607544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29498] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29498/stat : 29498 (java) S 29478 29481 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110439583 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672897554680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29499] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29499/stat : 29499 (java) S 29478 29481 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110439583 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672896502344 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29500] ppid=29478 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/29481/task/29500/stat : 29500 (java) R 29478 29481 27578 0 -1 4202560 23 0 0 0 260 0 0 0 20 0 22 0 110439616 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672895448184 139672952467843 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29501] ppid=29478 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/29481/task/29501/stat : 29501 (java) R 29478 29481 27578 0 -1 4202560 166 0 0 0 258 3 0 0 20 0 22 0 110439616 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672894394392 139672952647889 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29502] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29502/stat : 29502 (java) S 29478 29481 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110439617 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672893343016 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29503] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29503/stat : 29503 (java) S 29478 29481 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110439617 10060525568 89253 33554432000 1073741824 1073778376 140734200641680 139672892290472 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.35
Current children cumulated vsize (KiB) 9824732

[startup+6.30085 s]
/proc/loadavg: 3.66 3.83 4.10 6/219 29503
/proc/meminfo: memFree=25727332/32872528 swapFree=16636/1570076
[pid=29481] ppid=29478 vsize=9824732 CPUtime=15.01 cores=1,3,5,7
/proc/29481/stat : 29481 (java) S 29478 29481 27578 0 -1 4202496 24377 0 1 0 1475 26 0 0 20 0 22 0 110439578 10060525568 159025 33554432000 1073741824 1073778376 140734200641680 140734200632816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29481/statm: 2456183 159025 2293 9 0 2446860 0
[pid=29481/tid=29482] ppid=29478 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/29481/task/29482/stat : 29482 (java) S 29478 29481 27578 0 -1 4202560 2522 0 1 0 33 2 0 0 20 0 22 0 110439579 10060525568 159025 33554432000 1073741824 1073778376 140734200641680 139673079882616 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29484] ppid=29478 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/29481/task/29484/stat : 29484 (java) S 29478 29481 27578 0 -1 4202560 52 0 0 0 3 2 0 0 20 0 22 0 110439580 10060525568 159025 33554432000 1073741824 1073778376 140734200641680 139672923437992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29485] ppid=29478 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/29481/task/29485/stat : 29485 (java) S 29478 29481 27578 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 110439580 10060525568 159025 33554432000 1073741824 1073778376 140734200641680 139672922385448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29486] ppid=29478 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/29481/task/29486/stat : 29486 (java) S 29478 29481 27578 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 110439580 10060525568 159025 33554432000 1073741824 1073778376 140734200641680 139672921332392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29487] ppid=29478 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/29481/task/29487/stat : 29487 (java) S 29478 29481 27578 0 -1 4202560 53 0 0 0 4 2 0 0 20 0 22 0 110439580 10060525568 159025 33554432000 1073741824 1073778376 140734200641680 139672920279848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29488] ppid=29478 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/29481/task/29488/stat : 29488 (java) S 29478 29481 27578 0 -1 4202560 37 0 0 0 4 1 0 0 20 0 22 0 110439580 10060525568 159025 33554432000 1073741824 1073778376 140734200641680 139672919226792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29489] ppid=29478 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/29481/task/29489/stat : 29489 (java) S 29478 29481 27578 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 110439580 10060525568 159025 33554432000 1073741824 1073778376 140734200641680 139672918174248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29490] ppid=29478 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/29481/task/29490/stat : 29490 (java) S 29478 29481 27578 0 -1 4202560 34 0 0 0 4 3 0 0 20 0 22 0 110439580 10060525568 159025 33554432000 1073741824 1073778376 140734200641680 139672917121192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29491] ppid=29478 vsize=9824732 CPUtime=0.07 cores=1,3,5,7

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

/proc/29481/task/29486/stat : 29486 (java) S 29478 29481 27578 0 -1 4202560 577 0 0 0 252 18 0 0 20 0 22 0 110439580 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672921332392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29487] ppid=29478 vsize=9824732 CPUtime=3.33 cores=1,3,5,7
/proc/29481/task/29487/stat : 29487 (java) S 29478 29481 27578 0 -1 4202560 662 0 0 0 314 19 0 0 20 0 22 0 110439580 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672920279848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29488] ppid=29478 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/29481/task/29488/stat : 29488 (java) S 29478 29481 27578 0 -1 4202560 637 0 0 0 277 17 0 0 20 0 22 0 110439580 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672919226792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29489] ppid=29478 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/29481/task/29489/stat : 29489 (java) S 29478 29481 27578 0 -1 4202560 615 0 0 0 280 19 0 0 20 0 22 0 110439580 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672918174248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29490] ppid=29478 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/29481/task/29490/stat : 29490 (java) S 29478 29481 27578 0 -1 4202560 600 0 0 0 284 20 0 0 20 0 22 0 110439580 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672917121192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29491] ppid=29478 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/29481/task/29491/stat : 29491 (java) S 29478 29481 27578 0 -1 4202560 531 0 0 0 263 16 0 0 20 0 22 0 110439580 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672916068648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29492] ppid=29478 vsize=9824732 CPUtime=5.57 cores=1,3,5,7
/proc/29481/task/29492/stat : 29492 (java) S 29478 29481 27578 0 -1 4202560 2456 0 0 0 551 6 0 0 20 0 22 0 110439581 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672903871336 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29493] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29493/stat : 29493 (java) S 29478 29481 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110439581 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672902817656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29494] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29494/stat : 29494 (java) S 29478 29481 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110439581 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672901764488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29495] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29495/stat : 29495 (java) S 29478 29481 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110439583 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672900713232 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29496] ppid=29478 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/29481/task/29496/stat : 29496 (java) S 29478 29481 27578 0 -1 4202560 11657 0 0 0 163 3 0 0 20 0 22 0 110439583 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672899660088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29497] ppid=29478 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/29481/task/29497/stat : 29497 (java) S 29478 29481 27578 0 -1 4202560 8202 0 0 0 130 3 0 0 20 0 22 0 110439583 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672898607544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29498] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29498/stat : 29498 (java) S 29478 29481 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110439583 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672897554680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29499] ppid=29478 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/29481/task/29499/stat : 29499 (java) S 29478 29481 27578 0 -1 4202560 47 0 0 0 11 22 0 0 20 0 22 0 110439583 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672896502344 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29500] ppid=29478 vsize=9824732 CPUtime=807.89 cores=1,3,5,7
/proc/29481/task/29500/stat : 29500 (java) R 29478 29481 27578 0 -1 4202560 73 0 0 0 80777 12 0 0 20 0 22 0 110439616 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672895446928 139672952068034 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29501] ppid=29478 vsize=9824732 CPUtime=807.99 cores=1,3,5,7
/proc/29481/task/29501/stat : 29501 (java) R 29478 29481 27578 0 -1 4202560 1679 0 0 0 80753 46 0 0 20 0 22 0 110439616 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672894393648 139672952969472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29502] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29502/stat : 29502 (java) S 29478 29481 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110439617 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672893343016 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29503] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29503/stat : 29503 (java) S 29478 29481 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110439617 10060525568 933712 33554432000 1073741824 1073778376 140734200641680 139672892290472 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1652.69
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.44 4.36 4.22 5/219 29877
/proc/meminfo: memFree=23632424/32872528 swapFree=16636/1570076
[pid=29481] ppid=29478 vsize=9824732 CPUtime=1773.59 cores=1,3,5,7
/proc/29481/stat : 29481 (java) S 29478 29481 27578 0 -1 4202496 32879 0 1 0 177143 216 0 0 20 0 22 0 110439578 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 140734200632816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29481/statm: 2456183 933753 2302 9 0 2446860 0
[pid=29481/tid=29482] ppid=29478 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/29481/task/29482/stat : 29482 (java) S 29478 29481 27578 0 -1 4202560 2534 0 1 0 36 3 0 0 20 0 22 0 110439579 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139673079882616 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29484] ppid=29478 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/29481/task/29484/stat : 29484 (java) S 29478 29481 27578 0 -1 4202560 761 0 0 0 298 21 0 0 20 0 22 0 110439580 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672923437992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29485] ppid=29478 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/29481/task/29485/stat : 29485 (java) S 29478 29481 27578 0 -1 4202560 539 0 0 0 282 16 0 0 20 0 22 0 110439580 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672922385448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29486] ppid=29478 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/29481/task/29486/stat : 29486 (java) S 29478 29481 27578 0 -1 4202560 577 0 0 0 281 18 0 0 20 0 22 0 110439580 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672921332392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29487] ppid=29478 vsize=9824732 CPUtime=3.56 cores=1,3,5,7
/proc/29481/task/29487/stat : 29487 (java) S 29478 29481 27578 0 -1 4202560 662 0 0 0 337 19 0 0 20 0 22 0 110439580 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672920279848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29488] ppid=29478 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/29481/task/29488/stat : 29488 (java) S 29478 29481 27578 0 -1 4202560 647 0 0 0 291 17 0 0 20 0 22 0 110439580 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672919226792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29489] ppid=29478 vsize=9824732 CPUtime=3.28 cores=1,3,5,7
/proc/29481/task/29489/stat : 29489 (java) S 29478 29481 27578 0 -1 4202560 615 0 0 0 309 19 0 0 20 0 22 0 110439580 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672918174248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29490] ppid=29478 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/29481/task/29490/stat : 29490 (java) S 29478 29481 27578 0 -1 4202560 600 0 0 0 303 20 0 0 20 0 22 0 110439580 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672917121192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29491] ppid=29478 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/29481/task/29491/stat : 29491 (java) S 29478 29481 27578 0 -1 4202560 531 0 0 0 288 16 0 0 20 0 22 0 110439580 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672916068648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29492] ppid=29478 vsize=9824732 CPUtime=5.57 cores=1,3,5,7
/proc/29481/task/29492/stat : 29492 (java) S 29478 29481 27578 0 -1 4202560 2476 0 0 0 551 6 0 0 20 0 22 0 110439581 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672903871336 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29493] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29493/stat : 29493 (java) S 29478 29481 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110439581 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672902817656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29494] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29494/stat : 29494 (java) S 29478 29481 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110439581 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672901764488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29495] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29495/stat : 29495 (java) S 29478 29481 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110439583 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672900713232 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29496] ppid=29478 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/29481/task/29496/stat : 29496 (java) S 29478 29481 27578 0 -1 4202560 11660 0 0 0 164 3 0 0 20 0 22 0 110439583 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672899660088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29497] ppid=29478 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/29481/task/29497/stat : 29497 (java) S 29478 29481 27578 0 -1 4202560 8202 0 0 0 130 3 0 0 20 0 22 0 110439583 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672898607544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29498] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29498/stat : 29498 (java) S 29478 29481 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110439583 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672897554680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29499] ppid=29478 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/29481/task/29499/stat : 29499 (java) S 29478 29481 27578 0 -1 4202560 51 0 0 0 11 24 0 0 20 0 22 0 110439583 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672896502344 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29500] ppid=29478 vsize=9824732 CPUtime=867.24 cores=1,3,5,7
/proc/29481/task/29500/stat : 29500 (java) R 29478 29481 27578 0 -1 4202560 76 0 0 0 86711 13 0 0 20 0 22 0 110439616 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672895445856 139672952417876 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29501] ppid=29478 vsize=9824732 CPUtime=867.34 cores=1,3,5,7
/proc/29481/task/29501/stat : 29501 (java) R 29478 29481 27578 0 -1 4202560 1683 0 0 0 86687 47 0 0 20 0 22 0 110439616 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672894394336 139672952956482 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29502] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29502/stat : 29502 (java) S 29478 29481 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110439617 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672893343016 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29503] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29503/stat : 29503 (java) S 29478 29481 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110439617 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672892290472 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1773.59
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.601 s]
/proc/loadavg: 4.34 4.34 4.22 5/219 29878
/proc/meminfo: memFree=23631792/32872528 swapFree=16636/1570076
[pid=29481] ppid=29478 vsize=9824732 CPUtime=1800.17 cores=1,3,5,7
/proc/29481/stat : 29481 (java) S 29478 29481 27578 0 -1 4202496 32879 0 1 0 179801 216 0 0 20 0 22 0 110439578 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 140734200632816 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29481/statm: 2456183 933753 2302 9 0 2446860 0
[pid=29481/tid=29482] ppid=29478 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/29481/task/29482/stat : 29482 (java) S 29478 29481 27578 0 -1 4202560 2534 0 1 0 36 3 0 0 20 0 22 0 110439579 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139673079882616 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29484] ppid=29478 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/29481/task/29484/stat : 29484 (java) S 29478 29481 27578 0 -1 4202560 761 0 0 0 298 21 0 0 20 0 22 0 110439580 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672923437992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29485] ppid=29478 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/29481/task/29485/stat : 29485 (java) S 29478 29481 27578 0 -1 4202560 539 0 0 0 282 16 0 0 20 0 22 0 110439580 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672922385448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29486] ppid=29478 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/29481/task/29486/stat : 29486 (java) S 29478 29481 27578 0 -1 4202560 577 0 0 0 281 18 0 0 20 0 22 0 110439580 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672921332392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29487] ppid=29478 vsize=9824732 CPUtime=3.56 cores=1,3,5,7
/proc/29481/task/29487/stat : 29487 (java) S 29478 29481 27578 0 -1 4202560 662 0 0 0 337 19 0 0 20 0 22 0 110439580 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672920279848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29488] ppid=29478 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/29481/task/29488/stat : 29488 (java) S 29478 29481 27578 0 -1 4202560 647 0 0 0 291 17 0 0 20 0 22 0 110439580 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672919226792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29489] ppid=29478 vsize=9824732 CPUtime=3.28 cores=1,3,5,7
/proc/29481/task/29489/stat : 29489 (java) S 29478 29481 27578 0 -1 4202560 615 0 0 0 309 19 0 0 20 0 22 0 110439580 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672918174248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29490] ppid=29478 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/29481/task/29490/stat : 29490 (java) S 29478 29481 27578 0 -1 4202560 600 0 0 0 303 20 0 0 20 0 22 0 110439580 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672917121192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29491] ppid=29478 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/29481/task/29491/stat : 29491 (java) S 29478 29481 27578 0 -1 4202560 531 0 0 0 288 16 0 0 20 0 22 0 110439580 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672916068648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29492] ppid=29478 vsize=9824732 CPUtime=5.57 cores=1,3,5,7
/proc/29481/task/29492/stat : 29492 (java) S 29478 29481 27578 0 -1 4202560 2476 0 0 0 551 6 0 0 20 0 22 0 110439581 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672903871336 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29493] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29493/stat : 29493 (java) S 29478 29481 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110439581 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672902817656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29494] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29494/stat : 29494 (java) S 29478 29481 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110439581 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672901764488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29495] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29495/stat : 29495 (java) S 29478 29481 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110439583 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672900713232 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29481/tid=29496] ppid=29478 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/29481/task/29496/stat : 29496 (java) S 29478 29481 27578 0 -1 4202560 11660 0 0 0 164 3 0 0 20 0 22 0 110439583 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672899660088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29497] ppid=29478 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/29481/task/29497/stat : 29497 (java) S 29478 29481 27578 0 -1 4202560 8202 0 0 0 130 3 0 0 20 0 22 0 110439583 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672898607544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29498] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29498/stat : 29498 (java) S 29478 29481 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110439583 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672897554680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29481/tid=29499] ppid=29478 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/29481/task/29499/stat : 29499 (java) S 29478 29481 27578 0 -1 4202560 51 0 0 0 12 24 0 0 20 0 22 0 110439583 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672896502344 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29500] ppid=29478 vsize=9824732 CPUtime=880.5 cores=1,3,5,7
/proc/29481/task/29500/stat : 29500 (java) R 29478 29481 27578 0 -1 4202560 76 0 0 0 88037 13 0 0 20 0 22 0 110439616 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672895445856 139672952453869 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29501] ppid=29478 vsize=9824732 CPUtime=880.59 cores=1,3,5,7
/proc/29481/task/29501/stat : 29501 (java) R 29478 29481 27578 0 -1 4202560 1683 0 0 0 88012 47 0 0 20 0 22 0 110439616 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672894394336 139672952740545 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29481/tid=29502] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29502/stat : 29502 (java) S 29478 29481 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110439617 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672893343016 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29481/tid=29503] ppid=29478 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/29481/task/29503/stat : 29503 (java) S 29478 29481 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110439617 10060525568 933753 33554432000 1073741824 1073778376 140734200641680 139672892290472 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 29481 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 29481 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=579334
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=622601
# CPU time returned by wait4() is 1796.2
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.672
CPU time (s): 1800.17
CPU user time (s): 1798.01
CPU system time (s): 2.16
CPU usage (%): 200.985
Max. virtual memory (cumulated for all children) (KiB): 9826144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.58
system time used= 2.6226
maximum resident set size= 3768332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32912
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23706
involuntary context switches= 24228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9021 second user time and 7.45487 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 09:37:52
IDJOB=4080503
IDBENCH=90223
IDSOLVER=2543
FILE ID=node140/4080503-1465285072
RUNJOBID= node140-1465276272-27595
PBS_JOBID= 19843305
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/normalized-BeauxArts_K67.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080503-1465285072/watcher-4080503-1465285072 -o /tmp/evaluation-result-4080503-1465285072/solver-4080503-1465285072 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27595 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080503-1465285072.opb

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

MD5SUM BENCH= 9e951304b89652b8f827a6527d1495c5
RANDOM SEED=456955975

node140.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.768
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.53
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.768
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.768
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.768
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.56
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.768
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.768
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.768
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26371032 kB
Buffers:          129304 kB
Cached:           308344 kB
SwapCached:         1688 kB
Active:          3798936 kB
Inactive:         359220 kB
Active(anon):    3720432 kB
Inactive(anon):     2692 kB
Active(file):      78504 kB
Inactive(file):   356528 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:               960 kB
Writeback:             4 kB
AnonPages:       5318976 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             604236 kB
SReclaimable:      47736 kB
SUnreclaim:       556500 kB
KernelStack:        1624 kB
PageTables:        14324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5610752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5234688 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= 71736 MiB
End job on node140 at 2016-06-07 09:52:48