Trace number 4080541

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.81 895.08

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K181.opb
MD5SUM786bb841dd145412a2aec0a596e79174
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 variables21539
Total number of constraints21903
Number of constraints which are clauses21722
Number of constraints which are cardinality constraints (but not clauses)181
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint181
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 182
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4080541-1465281531.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  no objective function found
2.19/0.91	c ... done. Wall clock time 0.779s.
2.19/0.91	c declared #vars     21539
2.19/0.91	c #constraints  21903
2.19/0.91	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.19/0.91	c constraints type 
2.19/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19380
2.19/0.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 181
2.19/0.91	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
2.19/0.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2340
2.19/0.91	c 21903 constraints processed.
2.19/0.91	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.19/0.91	c constraints type 
2.19/0.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2340
2.19/0.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19380
2.19/0.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 181
2.19/0.91	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.19/0.91	c 21903 constraints processed.
11.21/4.49	c cleaning 2488 clauses out of 4993 with flag 23986/5000
18.47/7.91	c cleaning 4237 clauses out of 8500 with flag 52994/11000
26.31/11.85	c cleaning 5580 clauses out of 11261 with flag 92480/18000
35.12/16.24	c cleaning 6797 clauses out of 13680 with flag 132939/26000
46.03/21.64	c cleaning 7892 clauses out of 15879 with flag 176256/35001
59.45/28.26	c cleaning 7971 clauses out of 17977 with flag 224284/45001
73.97/35.45	c cleaning 8834 clauses out of 21003 with flag 276629/56001
88.11/42.48	c cleaning 9777 clauses out of 24166 with flag 335147/68000
106.04/51.37	c cleaning 10367 clauses out of 27385 with flag 398462/81000
125.23/60.93	c cleaning 11249 clauses out of 31017 with flag 469130/95000
145.33/70.96	c cleaning 12075 clauses out of 34768 with flag 543819/110002
166.87/81.60	c cleaning 12985 clauses out of 38688 with flag 623335/126000
189.75/93.05	c cleaning 13941 clauses out of 42700 with flag 711428/143000
213.05/104.68	c cleaning 14507 clauses out of 46752 with flag 803658/161000
237.61/116.88	c cleaning 15456 clauses out of 51237 with flag 902673/180000
264.57/130.20	c cleaning 16230 clauses out of 55777 with flag 1004045/200002
293.77/145.14	c cleaning 16836 clauses out of 60547 with flag 1110722/221002
323.27/159.88	c cleaning 17899 clauses out of 65702 with flag 1228318/243000
348.67/172.47	c cleaning 0 clauses out of 5000 with flag 0/5000
354.15/175.06	c cleaning 18692 clauses out of 70801 with flag 1348178/266000
389.88/193.20	c cleaning 19352 clauses out of 76106 with flag 1470902/290001
424.77/210.58	c cleaning 19958 clauses out of 81747 with flag 1598655/315000
461.51/228.86	c cleaning 21066 clauses out of 87784 with flag 1735499/341000
503.29/249.62	c cleaning 22135 clauses out of 93719 with flag 1879950/368003
548.06/271.86	c cleaning 22834 clauses out of 99576 with flag 2025688/396000
590.05/292.88	c cleaning 23620 clauses out of 105738 with flag 2178797/425000
634.77/315.09	c cleaning 24357 clauses out of 112116 with flag 2338943/455000
677.98/336.62	c cleaning 25142 clauses out of 118756 with flag 2509689/486000
725.74/360.35	c cleaning 26200 clauses out of 125611 with flag 2685805/518000
780.86/387.44	c cleaning 27106 clauses out of 132412 with flag 2868506/551002
842.19/418.62	c cleaning 27877 clauses out of 139306 with flag 3058252/585002
900.87/447.83	c cleaning 28585 clauses out of 146431 with flag 3248386/620004
958.34/476.49	c cleaning 29662 clauses out of 153838 with flag 3453456/656000
1016.83/505.55	c cleaning 30582 clauses out of 161176 with flag 3660617/693000
1084.70/539.09	c cleaning 31303 clauses out of 168592 with flag 3871569/731000
1157.77/575.12	c cleaning 32134 clauses out of 176285 with flag 4099035/770000
1228.78/610.46	c cleaning 32974 clauses out of 184148 with flag 4327053/810000
1301.56/646.63	c cleaning 33394 clauses out of 192172 with flag 4571699/851000
1373.18/682.27	c cleaning 34757 clauses out of 200776 with flag 4808425/893002
1449.62/720.19	c cleaning 35633 clauses out of 209014 with flag 5056467/936001
1533.27/761.44	c cleaning 36400 clauses out of 217377 with flag 5306046/980002
1615.26/802.04	c cleaning 37345 clauses out of 225972 with flag 5570531/1025000
1694.83/842.89	c cleaning 38370 clauses out of 234622 with flag 5840179/1071000
1777.57/883.83	c cleaning 38929 clauses out of 243251 with flag 6124103/1118001
1800.16/895.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/895.00	c starts		: 6428
1800.16/895.00	c conflicts		: 1131160
1800.16/895.00	c decisions		: 44230175
1800.16/895.00	c propagations		: 1170231687
1800.16/895.00	c inspects		: 2699040184
1800.16/895.00	c shortcuts		: 0
1800.16/895.00	c learnt literals	: 152
1800.16/895.00	c learnt binary clauses	: 99988
1800.16/895.00	c learnt ternary clauses	: 79519
1800.16/895.00	c learnt constraints	: 1131008
1800.16/895.00	c ignored constraints	: 0
1800.16/895.00	c root simplifications	: 0
1800.16/895.00	c removed literals (reason simplification)	: 7490881
1800.16/895.00	c reason swapping (by a shorter reason)	: 0
1800.16/895.00	c Calls to reduceDB	: 43
1800.16/895.00	c Number of update (reduction) of LBD	: 717952
1800.16/895.00	c Imported unit clauses	: 0
1800.16/895.00	c number of reductions to clauses (during analyze)	: 0
1800.16/895.00	c number of learned constraints concerned by reduction	: 0
1800.16/895.00	c number of learning phase by resolution	: 0
1800.16/895.00	c number of learning phase by cutting planes	: 0
1800.16/895.00	c speed (assignments/second)	: 1308884.432727712
1800.16/895.00	c non guided choices	34543
1800.16/895.05	c learnt constraints type 
1800.16/895.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 99988
1800.16/895.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 117492
1800.16/895.05	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/895.05	c starts		: 32
1800.16/895.05	c conflicts		: 8950
1800.16/895.05	c decisions		: 237618
1800.16/895.05	c propagations		: 14949513
1800.16/895.05	c inspects		: 790736086
1800.16/895.05	c shortcuts		: 0
1800.16/895.05	c learnt literals	: 0
1800.16/895.05	c learnt binary clauses	: 0
1800.16/895.05	c learnt ternary clauses	: 62
1800.16/895.05	c learnt constraints	: 8950
1800.16/895.05	c ignored constraints	: 0
1800.16/895.05	c root simplifications	: 0
1800.16/895.05	c removed literals (reason simplification)	: 0
1800.16/895.05	c reason swapping (by a shorter reason)	: 0
1800.16/895.05	c Calls to reduceDB	: 1
1800.16/895.05	c Number of update (reduction) of LBD	: 0
1800.16/895.05	c Imported unit clauses	: 0
1800.16/895.05	c number of reductions to clauses (during analyze)	: 0
1800.16/895.05	c number of learned constraints concerned by reduction	: 0
1800.16/895.05	c number of learning phase by resolution	: 0
1800.16/895.05	c number of learning phase by cutting planes	: 0
1800.16/895.05	c speed (assignments/second)	: 16719.862165689727
1800.16/895.05	c non guided choices	5299
1800.16/895.05	c learnt constraints type 
1800.16/895.05	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 616
1800.16/895.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2185
1800.16/895.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6149
1800.16/895.05	s UNKNOWN
1800.16/895.05	c Total wall clock time (in seconds): 894.925

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-4080541-1465281531/watcher-4080541-1465281531 -o /tmp/evaluation-result-4080541-1465281531/solver-4080541-1465281531 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23731 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080541-1465281531.opb 

pid=24440
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.30 4.23 4.14 4/197 24443
/proc/meminfo: memFree=27034124/32872528 swapFree=15784/1434320
[pid=24443] ppid=24440 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/24443/stat : 24443 (java) D 24440 24443 23715 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 110086352 2560000 46 33554432000 1073741824 1073778376 140735675540160 140735675537288 214360485159 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/24443/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 4.30 4.23 4.14 4/197 24443
/proc/meminfo: memFree=27034124/32872528 swapFree=15784/1434320
[pid=24443] ppid=24440 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/24443/stat : 24443 (java) S 24440 24443 23715 0 -1 4202496 4375 0 1 0 7 1 0 0 20 0 18 0 110086352 9787879424 4992 33554432000 1073741824 1073778376 140735675540160 140735675531296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24443/statm: 2389619 4992 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 4.30 4.23 4.14 4/197 24443
/proc/meminfo: memFree=27034124/32872528 swapFree=15784/1434320
[pid=24443] ppid=24440 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/24443/stat : 24443 (java) S 24440 24443 23715 0 -1 4202496 5601 0 1 0 24 1 0 0 20 0 18 0 110086352 9787879424 7428 33554432000 1073741824 1073778376 140735675540160 140735675531296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24443/statm: 2389619 7429 2206 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 4.30 4.23 4.14 4/197 24443
/proc/meminfo: memFree=27034124/32872528 swapFree=15784/1434320
[pid=24443] ppid=24440 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/24443/stat : 24443 (java) S 24440 24443 23715 0 -1 4202496 7153 0 1 0 53 1 0 0 20 0 18 0 110086352 9787879424 10324 33554432000 1073741824 1073778376 140735675540160 140735675531296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24443/statm: 2389619 10324 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700195 s]
/proc/loadavg: 4.30 4.23 4.14 4/197 24443
/proc/meminfo: memFree=27034124/32872528 swapFree=15784/1434320
[pid=24443] ppid=24440 vsize=9558476 CPUtime=1.57 cores=0,2,4,6
/proc/24443/stat : 24443 (java) S 24440 24443 23715 0 -1 4202496 20171 0 1 0 152 5 0 0 20 0 18 0 110086352 9787879424 40346 33554432000 1073741824 1073778376 140735675540160 140735675531296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24443/statm: 2389619 40346 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 4.30 4.23 4.14 7/219 24465
/proc/meminfo: memFree=26836548/32872528 swapFree=15784/1434320
[pid=24443] ppid=24440 vsize=9824732 CPUtime=4.53 cores=0,2,4,6
/proc/24443/stat : 24443 (java) S 24440 24443 23715 0 -1 4202496 25407 0 1 0 446 7 0 0 20 0 22 0 110086352 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 140735675531296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24443/statm: 2456183 54915 2281 9 0 2446860 0
[pid=24443/tid=24445] ppid=24440 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/24443/task/24445/stat : 24445 (java) S 24440 24443 23715 0 -1 4202560 2540 0 1 0 82 3 0 0 20 0 22 0 110086353 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857820271480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24446] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24446/stat : 24446 (java) S 24440 24443 23715 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 110086354 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857663572648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24447] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24447/stat : 24447 (java) S 24440 24443 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110086354 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857662520104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24448] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24448/stat : 24448 (java) S 24440 24443 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110086354 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857661467560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24449] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24449/stat : 24449 (java) S 24440 24443 23715 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 110086354 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857660415016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24450] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24450/stat : 24450 (java) S 24440 24443 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110086354 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857659361448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24451] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24451/stat : 24451 (java) S 24440 24443 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110086354 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857658308904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24452] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24452/stat : 24452 (java) S 24440 24443 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110086354 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857657256360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24453] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24453/stat : 24453 (java) S 24440 24443 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110086354 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857656203816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24454] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24454/stat : 24454 (java) S 24440 24443 23715 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 110086356 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857644005992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24455] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24455/stat : 24455 (java) S 24440 24443 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110086356 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857642952312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24456] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24456/stat : 24456 (java) S 24440 24443 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110086356 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857641899656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24457] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24457/stat : 24457 (java) S 24440 24443 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110086359 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857640848400 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24458] ppid=24440 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/24443/task/24458/stat : 24458 (java) R 24440 24443 23715 0 -1 4202560 9811 0 0 0 115 2 0 0 20 0 22 0 110086359 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857639788784 139857827257857 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24459] ppid=24440 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/24443/task/24459/stat : 24459 (java) R 24440 24443 23715 0 -1 4202560 11623 0 0 0 122 2 0 0 20 0 22 0 110086359 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857638732624 139857827090031 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24460] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24460/stat : 24460 (java) S 24440 24443 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110086359 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857637689848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24461] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24461/stat : 24461 (java) S 24440 24443 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110086359 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857636637512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24462] ppid=24440 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/24443/task/24462/stat : 24462 (java) R 24440 24443 23715 0 -1 4202560 17 0 0 0 56 0 0 0 20 0 22 0 110086444 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857635582880 139857759984274 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24463] ppid=24440 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/24443/task/24463/stat : 24463 (java) R 24440 24443 23715 0 -1 4202560 32 0 0 0 56 0 0 0 20 0 22 0 110086444 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857634527648 139857761087407 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24464] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24464/stat : 24464 (java) S 24440 24443 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110086446 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857633478184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24465] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24465/stat : 24465 (java) S 24440 24443 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110086446 10060525568 54915 33554432000 1073741824 1073778376 140735675540160 139857632425640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.44 4.25 4.15 6/219 24465
/proc/meminfo: memFree=26806980/32872528 swapFree=15784/1434320
[pid=24443] ppid=24440 vsize=9824732 CPUtime=8.52 cores=0,2,4,6
/proc/24443/stat : 24443 (java) S 24440 24443 23715 0 -1 4202496 25736 0 1 0 839 13 0 0 20 0 22 0 110086352 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 140735675531296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24443/statm: 2456183 93995 2287 9 0 2446860 0
[pid=24443/tid=24445] ppid=24440 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/24443/task/24445/stat : 24445 (java) S 24440 24443 23715 0 -1 4202560 2541 0 1 0 82 3 0 0 20 0 22 0 110086353 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857820271480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24446] ppid=24440 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24443/task/24446/stat : 24446 (java) S 24440 24443 23715 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 110086354 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857663572648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24447] ppid=24440 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24443/task/24447/stat : 24447 (java) S 24440 24443 23715 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 110086354 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857662520104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24448] ppid=24440 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24443/task/24448/stat : 24448 (java) S 24440 24443 23715 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 110086354 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857661467560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24449] ppid=24440 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24443/task/24449/stat : 24449 (java) S 24440 24443 23715 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 22 0 110086354 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857660415016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24450] ppid=24440 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24443/task/24450/stat : 24450 (java) S 24440 24443 23715 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 110086354 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857659361448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24451] ppid=24440 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24443/task/24451/stat : 24451 (java) S 24440 24443 23715 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 110086354 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857658308904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24452] ppid=24440 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24443/task/24452/stat : 24452 (java) S 24440 24443 23715 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 110086354 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857657256360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24453] ppid=24440 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24443/task/24453/stat : 24453 (java) S 24440 24443 23715 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 110086354 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857656203816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24454] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24454/stat : 24454 (java) S 24440 24443 23715 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 110086356 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857644005992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24455] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24455/stat : 24455 (java) S 24440 24443 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110086356 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857642952312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24456] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24456/stat : 24456 (java) S 24440 24443 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110086356 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857641899656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24457] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24457/stat : 24457 (java) S 24440 24443 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110086359 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857640848400 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24458] ppid=24440 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/24443/task/24458/stat : 24458 (java) S 24440 24443 23715 0 -1 4202560 9815 0 0 0 151 2 0 0 20 0 22 0 110086359 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857639794744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24459] ppid=24440 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/24443/task/24459/stat : 24459 (java) S 24440 24443 23715 0 -1 4202560 11668 0 0 0 155 2 0 0 20 0 22 0 110086359 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857638742200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24460] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24460/stat : 24460 (java) S 24440 24443 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110086359 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857637689848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24461] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24461/stat : 24461 (java) S 24440 24443 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110086359 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857636637512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24462] ppid=24440 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/24443/task/24462/stat : 24462 (java) R 24440 24443 23715 0 -1 4202560 17 0 0 0 210 0 0 0 20 0 22 0 110086444 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857635582568 139857761074364 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24463] ppid=24440 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/24443/task/24463/stat : 24463 (java) R 24440 24443 23715 0 -1 4202560 89 0 0 0 208 2 0 0 20 0 22 0 110086444 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857634529416 139857760994068 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24464] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24464/stat : 24464 (java) S 24440 24443 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110086446 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857633478184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24465] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24465/stat : 24465 (java) S 24440 24443 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110086446 10060525568 93995 33554432000 1073741824 1073778376 140735675540160 139857632425640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.52
Current children cumulated vsize (KiB) 9824732

[startup+6.30103 s]
/proc/loadavg: 4.44 4.25 4.15 5/219 24465
/proc/meminfo: memFree=26411176/32872528 swapFree=15784/1434320
[pid=24443] ppid=24440 vsize=9824732 CPUtime=15.13 cores=0,2,4,6
/proc/24443/stat : 24443 (java) S 24440 24443 23715 0 -1 4202496 26344 0 1 0 1491 22 0 0 20 0 22 0 110086352 10060525568 158352 33554432000 1073741824 1073778376 140735675540160 140735675531296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24443/statm: 2456183 158352 2291 9 0 2446860 0
[pid=24443/tid=24445] ppid=24440 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/24443/task/24445/stat : 24445 (java) S 24440 24443 23715 0 -1 4202560 2541 0 1 0 82 3 0 0 20 0 22 0 110086353 10060525568 158352 33554432000 1073741824 1073778376 140735675540160 139857820271480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24446] ppid=24440 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24443/task/24446/stat : 24446 (java) S 24440 24443 23715 0 -1 4202560 43 0 0 0 4 2 0 0 20 0 22 0 110086354 10060525568 158352 33554432000 1073741824 1073778376 140735675540160 139857663572648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24447] ppid=24440 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24443/task/24447/stat : 24447 (java) S 24440 24443 23715 0 -1 4202560 37 0 0 0 4 1 0 0 20 0 22 0 110086354 10060525568 158352 33554432000 1073741824 1073778376 140735675540160 139857662520104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24448] ppid=24440 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24443/task/24448/stat : 24448 (java) S 24440 24443 23715 0 -1 4202560 61 0 0 0 5 2 0 0 20 0 22 0 110086354 10060525568 158352 33554432000 1073741824 1073778376 140735675540160 139857661467560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24449] ppid=24440 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/24443/task/24449/stat : 24449 (java) S 24440 24443 23715 0 -1 4202560 65 0 0 0 7 2 0 0 20 0 22 0 110086354 10060525568 158352 33554432000 1073741824 1073778376 140735675540160 139857660415016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24450] ppid=24440 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24443/task/24450/stat : 24450 (java) S 24440 24443 23715 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 110086354 10060525568 158352 33554432000 1073741824 1073778376 140735675540160 139857659361448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24451] ppid=24440 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24443/task/24451/stat : 24451 (java) S 24440 24443 23715 0 -1 4202560 43 0 0 0 4 1 0 0 20 0 22 0 110086354 10060525568 158352 33554432000 1073741824 1073778376 140735675540160 139857658308904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24452] ppid=24440 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24443/task/24452/stat : 24452 (java) S 24440 24443 23715 0 -1 4202560 59 0 0 0 5 2 0 0 20 0 22 0 110086354 10060525568 158352 33554432000 1073741824 1073778376 140735675540160 139857657256360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24453] ppid=24440 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24443/task/24453/stat : 24453 (java) S 24440 24443 23715 0 -1 4202560 41 0 0 0 3 1 0 0 20 0 22 0 110086354 10060525568 158352 33554432000 1073741824 1073778376 140735675540160 139857656203816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24454] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24454/stat : 24454 (java) S 24440 24443 23715 0 -1 4202560 461 0 0 0 0 0 0 0 20 0 22 0 110086356 10060525568 158352 33554432000 1073741824 1073778376 140735675540160 139857644005992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24455] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24455/stat : 24455 (java) S 24440 24443 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110086356 10060525568 158352 33554432000 1073741824 1073778376 140735675540160 139857642952312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24456] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24456/stat : 24456 (java) S 24440 24443 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110086356 10060525568 158352 33554432000 1073741824 1073778376 140735675540160 139857641899656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24457] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24457/stat : 24457 (java) S 24440 24443 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110086359 10060525568 158352 33554432000 1073741824 1073778376 140735675540160 139857640848400 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24458] ppid=24440 vsize=9824732 CPUtime=1.56 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.17 4.23 4.18 5/219 24556
/proc/meminfo: memFree=23470384/32872528 swapFree=15784/1434320
[pid=24443] ppid=24440 vsize=9824732 CPUtime=1653.59 cores=0,2,4,6
/proc/24443/stat : 24443 (java) S 24440 24443 23715 0 -1 4202496 35151 0 1 0 165144 215 0 0 20 0 22 0 110086352 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 140735675531296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24443/statm: 2456183 959211 2300 9 0 2446860 0
[pid=24443/tid=24445] ppid=24440 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/24443/task/24445/stat : 24445 (java) S 24440 24443 23715 0 -1 4202560 2552 0 1 0 85 5 0 0 20 0 22 0 110086353 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857820271480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24446] ppid=24440 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/24443/task/24446/stat : 24446 (java) S 24440 24443 23715 0 -1 4202560 543 0 0 0 270 16 0 0 20 0 22 0 110086354 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857663572648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24447] ppid=24440 vsize=9824732 CPUtime=3.19 cores=0,2,4,6
/proc/24443/task/24447/stat : 24447 (java) S 24440 24443 23715 0 -1 4202560 790 0 0 0 298 21 0 0 20 0 22 0 110086354 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857662520104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24448] ppid=24440 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/24443/task/24448/stat : 24448 (java) S 24440 24443 23715 0 -1 4202560 842 0 0 0 311 26 0 0 20 0 22 0 110086354 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857661467560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24449] ppid=24440 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/24443/task/24449/stat : 24449 (java) S 24440 24443 23715 0 -1 4202560 733 0 0 0 300 18 0 0 20 0 22 0 110086354 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857660415016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24450] ppid=24440 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/24443/task/24450/stat : 24450 (java) S 24440 24443 23715 0 -1 4202560 746 0 0 0 300 21 0 0 20 0 22 0 110086354 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857659361448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24451] ppid=24440 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/24443/task/24451/stat : 24451 (java) S 24440 24443 23715 0 -1 4202560 591 0 0 0 306 16 0 0 20 0 22 0 110086354 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857658308904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24452] ppid=24440 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/24443/task/24452/stat : 24452 (java) S 24440 24443 23715 0 -1 4202560 671 0 0 0 300 18 0 0 20 0 22 0 110086354 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857657256360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24453] ppid=24440 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/24443/task/24453/stat : 24453 (java) S 24440 24443 23715 0 -1 4202560 710 0 0 0 291 18 0 0 20 0 22 0 110086354 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857656203816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24454] ppid=24440 vsize=9824732 CPUtime=5.67 cores=0,2,4,6
/proc/24443/task/24454/stat : 24454 (java) S 24440 24443 23715 0 -1 4202560 2428 0 0 0 560 7 0 0 20 0 22 0 110086356 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857644005992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24455] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24455/stat : 24455 (java) S 24440 24443 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110086356 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857642952312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24456] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24456/stat : 24456 (java) S 24440 24443 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110086356 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857641899656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24457] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24457/stat : 24457 (java) S 24440 24443 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110086359 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857640848400 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24458] ppid=24440 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/24443/task/24458/stat : 24458 (java) S 24440 24443 23715 0 -1 4202560 9826 0 0 0 213 2 0 0 20 0 22 0 110086359 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857639794744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24459] ppid=24440 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/24443/task/24459/stat : 24459 (java) S 24440 24443 23715 0 -1 4202560 11680 0 0 0 177 2 0 0 20 0 22 0 110086359 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857638742200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24460] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24460/stat : 24460 (java) S 24440 24443 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110086359 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857637689848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24461] ppid=24440 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/24443/task/24461/stat : 24461 (java) S 24440 24443 23715 0 -1 4202560 47 0 0 0 18 13 0 0 20 0 22 0 110086359 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857636637512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24462] ppid=24440 vsize=9824732 CPUtime=808.8 cores=0,2,4,6
/proc/24443/task/24462/stat : 24462 (java) R 24440 24443 23715 0 -1 4202560 62 0 0 0 80866 14 0 0 20 0 22 0 110086444 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857635581616 139857760561672 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24463] ppid=24440 vsize=9824732 CPUtime=808.82 cores=0,2,4,6
/proc/24443/task/24463/stat : 24463 (java) R 24440 24443 23715 0 -1 4202560 1665 0 0 0 80834 48 0 0 20 0 22 0 110086444 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857634527728 139857760692940 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24464] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24464/stat : 24464 (java) S 24440 24443 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110086446 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857633478184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24465] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24465/stat : 24465 (java) S 24440 24443 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110086446 10060525568 959211 33554432000 1073741824 1073778376 140735675540160 139857632425640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1653.59
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.29 4.28 4.20 5/219 24557
/proc/meminfo: memFree=23331936/32872528 swapFree=15784/1434320
[pid=24443] ppid=24440 vsize=9824732 CPUtime=1774.44 cores=0,2,4,6
/proc/24443/stat : 24443 (java) S 24440 24443 23715 0 -1 4202496 35182 0 1 0 177228 216 0 0 20 0 22 0 110086352 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 140735675531296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24443/statm: 2456183 955319 2300 9 0 2446860 0
[pid=24443/tid=24445] ppid=24440 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/24443/task/24445/stat : 24445 (java) S 24440 24443 23715 0 -1 4202560 2552 0 1 0 85 5 0 0 20 0 22 0 110086353 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857820271480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24446] ppid=24440 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/24443/task/24446/stat : 24446 (java) S 24440 24443 23715 0 -1 4202560 543 0 0 0 290 16 0 0 20 0 22 0 110086354 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857663572648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24447] ppid=24440 vsize=9824732 CPUtime=3.43 cores=0,2,4,6
/proc/24443/task/24447/stat : 24447 (java) S 24440 24443 23715 0 -1 4202560 790 0 0 0 322 21 0 0 20 0 22 0 110086354 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857662520104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24448] ppid=24440 vsize=9824732 CPUtime=3.57 cores=0,2,4,6
/proc/24443/task/24448/stat : 24448 (java) S 24440 24443 23715 0 -1 4202560 842 0 0 0 331 26 0 0 20 0 22 0 110086354 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857661467560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24449] ppid=24440 vsize=9824732 CPUtime=3.43 cores=0,2,4,6
/proc/24443/task/24449/stat : 24449 (java) S 24440 24443 23715 0 -1 4202560 733 0 0 0 325 18 0 0 20 0 22 0 110086354 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857660415016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24450] ppid=24440 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/24443/task/24450/stat : 24450 (java) S 24440 24443 23715 0 -1 4202560 746 0 0 0 317 21 0 0 20 0 22 0 110086354 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857659361448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24451] ppid=24440 vsize=9824732 CPUtime=3.41 cores=0,2,4,6
/proc/24443/task/24451/stat : 24451 (java) S 24440 24443 23715 0 -1 4202560 591 0 0 0 325 16 0 0 20 0 22 0 110086354 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857658308904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24452] ppid=24440 vsize=9824732 CPUtime=3.39 cores=0,2,4,6
/proc/24443/task/24452/stat : 24452 (java) S 24440 24443 23715 0 -1 4202560 671 0 0 0 321 18 0 0 20 0 22 0 110086354 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857657256360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24453] ppid=24440 vsize=9824732 CPUtime=3.39 cores=0,2,4,6
/proc/24443/task/24453/stat : 24453 (java) S 24440 24443 23715 0 -1 4202560 710 0 0 0 321 18 0 0 20 0 22 0 110086354 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857656203816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24454] ppid=24440 vsize=9824732 CPUtime=5.68 cores=0,2,4,6
/proc/24443/task/24454/stat : 24454 (java) S 24440 24443 23715 0 -1 4202560 2449 0 0 0 561 7 0 0 20 0 22 0 110086356 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857644005992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24455] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24455/stat : 24455 (java) S 24440 24443 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110086356 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857642952312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24456] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24456/stat : 24456 (java) S 24440 24443 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110086356 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857641899656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24457] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24457/stat : 24457 (java) S 24440 24443 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110086359 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857640848400 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24458] ppid=24440 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/24443/task/24458/stat : 24458 (java) S 24440 24443 23715 0 -1 4202560 9826 0 0 0 213 2 0 0 20 0 22 0 110086359 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857639794744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24459] ppid=24440 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/24443/task/24459/stat : 24459 (java) S 24440 24443 23715 0 -1 4202560 11680 0 0 0 177 2 0 0 20 0 22 0 110086359 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857638742200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24460] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24460/stat : 24460 (java) S 24440 24443 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110086359 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857637689848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24461] ppid=24440 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/24443/task/24461/stat : 24461 (java) S 24440 24443 23715 0 -1 4202560 51 0 0 0 19 14 0 0 20 0 22 0 110086359 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857636637512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24462] ppid=24440 vsize=9824732 CPUtime=868.35 cores=0,2,4,6
/proc/24443/task/24462/stat : 24462 (java) R 24440 24443 23715 0 -1 4202560 67 0 0 0 86820 15 0 0 20 0 22 0 110086444 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857635581616 139857760650368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24463] ppid=24440 vsize=9824732 CPUtime=868.36 cores=0,2,4,6
/proc/24443/task/24463/stat : 24463 (java) R 24440 24443 23715 0 -1 4202560 1666 0 0 0 86787 49 0 0 20 0 22 0 110086444 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857634528064 139857760692931 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24464] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24464/stat : 24464 (java) S 24440 24443 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110086446 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857633478184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24465] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24465/stat : 24465 (java) S 24440 24443 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110086446 10060525568 955319 33554432000 1073741824 1073778376 140735675540160 139857632425640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1774.44
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.001 s]
/proc/loadavg: 4.32 4.29 4.20 5/219 24557
/proc/meminfo: memFree=23331948/32872528 swapFree=15784/1434320
[pid=24443] ppid=24440 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/24443/stat : 24443 (java) S 24440 24443 23715 0 -1 4202496 35188 0 1 0 179799 217 0 0 20 0 22 0 110086352 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 140735675531296 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24443/statm: 2456183 955322 2300 9 0 2446860 0
[pid=24443/tid=24445] ppid=24440 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/24443/task/24445/stat : 24445 (java) S 24440 24443 23715 0 -1 4202560 2552 0 1 0 85 5 0 0 20 0 22 0 110086353 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857820271480 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24446] ppid=24440 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/24443/task/24446/stat : 24446 (java) S 24440 24443 23715 0 -1 4202560 543 0 0 0 297 16 0 0 20 0 22 0 110086354 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857663572648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24447] ppid=24440 vsize=9824732 CPUtime=3.53 cores=0,2,4,6
/proc/24443/task/24447/stat : 24447 (java) S 24440 24443 23715 0 -1 4202560 790 0 0 0 332 21 0 0 20 0 22 0 110086354 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857662520104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24448] ppid=24440 vsize=9824732 CPUtime=3.67 cores=0,2,4,6
/proc/24443/task/24448/stat : 24448 (java) S 24440 24443 23715 0 -1 4202560 842 0 0 0 341 26 0 0 20 0 22 0 110086354 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857661467560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24449] ppid=24440 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/24443/task/24449/stat : 24449 (java) S 24440 24443 23715 0 -1 4202560 733 0 0 0 336 18 0 0 20 0 22 0 110086354 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857660415016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24450] ppid=24440 vsize=9824732 CPUtime=3.45 cores=0,2,4,6
/proc/24443/task/24450/stat : 24450 (java) S 24440 24443 23715 0 -1 4202560 746 0 0 0 324 21 0 0 20 0 22 0 110086354 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857659361448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24451] ppid=24440 vsize=9824732 CPUtime=3.49 cores=0,2,4,6
/proc/24443/task/24451/stat : 24451 (java) S 24440 24443 23715 0 -1 4202560 591 0 0 0 333 16 0 0 20 0 22 0 110086354 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857658308904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24452] ppid=24440 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/24443/task/24452/stat : 24452 (java) S 24440 24443 23715 0 -1 4202560 671 0 0 0 330 18 0 0 20 0 22 0 110086354 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857657256360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24453] ppid=24440 vsize=9824732 CPUtime=3.49 cores=0,2,4,6
/proc/24443/task/24453/stat : 24453 (java) S 24440 24443 23715 0 -1 4202560 710 0 0 0 331 18 0 0 20 0 22 0 110086354 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857656203816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24454] ppid=24440 vsize=9824732 CPUtime=5.68 cores=0,2,4,6
/proc/24443/task/24454/stat : 24454 (java) S 24440 24443 23715 0 -1 4202560 2453 0 0 0 561 7 0 0 20 0 22 0 110086356 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857644005992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24455] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24455/stat : 24455 (java) S 24440 24443 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110086356 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857642952312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24456] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24456/stat : 24456 (java) S 24440 24443 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110086356 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857641899656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24457] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24457/stat : 24457 (java) S 24440 24443 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110086359 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857640848400 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24458] ppid=24440 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/24443/task/24458/stat : 24458 (java) S 24440 24443 23715 0 -1 4202560 9826 0 0 0 213 2 0 0 20 0 22 0 110086359 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857639794744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24459] ppid=24440 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/24443/task/24459/stat : 24459 (java) S 24440 24443 23715 0 -1 4202560 11680 0 0 0 177 2 0 0 20 0 22 0 110086359 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857638742200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24443/tid=24460] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24460/stat : 24460 (java) S 24440 24443 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110086359 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857637689848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24443/tid=24461] ppid=24440 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/24443/task/24461/stat : 24461 (java) S 24440 24443 23715 0 -1 4202560 51 0 0 0 19 15 0 0 20 0 22 0 110086359 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857636637512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24462] ppid=24440 vsize=9824732 CPUtime=880.85 cores=0,2,4,6
/proc/24443/task/24462/stat : 24462 (java) R 24440 24443 23715 0 -1 4202560 68 0 0 0 88069 16 0 0 20 0 22 0 110086444 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857635580752 139857761020358 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24463] ppid=24440 vsize=9824732 CPUtime=880.86 cores=0,2,4,6
/proc/24443/task/24463/stat : 24463 (java) R 24440 24443 23715 0 -1 4202560 1667 0 0 0 88037 49 0 0 20 0 22 0 110086444 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857634528992 139857760693334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24443/tid=24464] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24464/stat : 24464 (java) S 24440 24443 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110086446 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857633478184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24443/tid=24465] ppid=24440 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24443/task/24465/stat : 24465 (java) S 24440 24443 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110086446 10060525568 955322 33554432000 1073741824 1073778376 140735675540160 139857632425640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 24443 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.08
CPU time (s): 1800.81
CPU user time (s): 1798.14
CPU system time (s): 2.67159
CPU usage (%): 201.19
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.14
system time used= 2.67159
maximum resident set size= 3836844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35222
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23869
involuntary context switches= 28692

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.15406 second user time and 6.93394 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 08:38:51
IDJOB=4080541
IDBENCH=90184
IDSOLVER=2543
FILE ID=node130/4080541-1465281531
RUNJOBID= node130-1465277942-23731
PBS_JOBID= 19843313
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_K181.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080541-1465281531/watcher-4080541-1465281531 -o /tmp/evaluation-result-4080541-1465281531/solver-4080541-1465281531 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23731 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080541-1465281531.opb

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

MD5SUM BENCH= 786bb841dd145412a2aec0a596e79174
RANDOM SEED=1556228236

node130.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.261
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.52
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.261
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.261
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.261
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.61
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.261
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.261
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.261
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.261
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:        27034132 kB
Buffers:          115016 kB
Cached:           209944 kB
SwapCached:         1724 kB
Active:          3425628 kB
Inactive:         234068 kB
Active(anon):    3335724 kB
Inactive(anon):     1252 kB
Active(file):      89904 kB
Inactive(file):   232816 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              2408 kB
Writeback:             0 kB
AnonPages:       4884696 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             601884 kB
SReclaimable:      45492 kB
SUnreclaim:       556392 kB
KernelStack:        1808 kB
PageTables:        13680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5210500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4780032 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 node130 at 2016-06-07 08:53:46