Trace number 4080533

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 896.076

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K163.opb
MD5SUM5c9e224cdd9eef3594ee47236fa33798
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 variables19397
Total number of constraints19725
Number of constraints which are clauses19562
Number of constraints which are cardinality constraints (but not clauses)163
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint163
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 164
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4080533-1465281268.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  no objective function found
1.87/0.88	c ... done. Wall clock time 0.75s.
1.87/0.88	c declared #vars     19397
1.87/0.88	c #constraints  19725
1.87/0.88	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.87/0.88	c constraints type 
1.87/0.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17454
1.87/0.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 163
1.87/0.88	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.87/0.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2106
1.87/0.88	c 19725 constraints processed.
1.87/0.88	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.87/0.88	c constraints type 
1.87/0.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2106
1.87/0.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17454
1.87/0.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 163
1.87/0.88	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.87/0.88	c 19725 constraints processed.
9.90/3.98	c cleaning 2463 clauses out of 4994 with flag 20800/5002
17.12/7.29	c cleaning 4226 clauses out of 8517 with flag 50581/11000
25.57/11.32	c cleaning 5599 clauses out of 11288 with flag 88183/18003
34.70/15.88	c cleaning 6805 clauses out of 13681 with flag 128592/26000
44.85/20.87	c cleaning 7903 clauses out of 15873 with flag 174443/35000
55.45/26.20	c cleaning 8280 clauses out of 17969 with flag 226049/45001
67.82/32.20	c cleaning 8900 clauses out of 20688 with flag 279135/56001
82.01/39.22	c cleaning 9758 clauses out of 23786 with flag 340890/68002
97.58/46.90	c cleaning 10636 clauses out of 27026 with flag 406070/81000
113.87/55.08	c cleaning 11686 clauses out of 30386 with flag 479167/95000
130.95/63.52	c cleaning 12294 clauses out of 33695 with flag 554409/110001
150.82/73.41	c cleaning 13028 clauses out of 37389 with flag 635492/126000
170.90/83.48	c cleaning 13773 clauses out of 41361 with flag 720923/143002
192.21/94.04	c cleaning 14614 clauses out of 45583 with flag 812562/161000
212.97/104.38	c cleaning 15668 clauses out of 49969 with flag 910865/180002
235.78/115.73	c cleaning 16471 clauses out of 54297 with flag 1011339/200001
261.52/128.98	c cleaning 17249 clauses out of 58822 with flag 1119258/221000
289.01/142.64	c cleaning 17865 clauses out of 63568 with flag 1234635/243000
319.25/157.64	c cleaning 18943 clauses out of 68701 with flag 1359836/266001
350.84/173.33	c cleaning 19723 clauses out of 73750 with flag 1486222/290001
382.61/189.12	c cleaning 20636 clauses out of 79028 with flag 1620070/315003
414.94/205.28	c cleaning 21148 clauses out of 84382 with flag 1763472/341001
442.55/219.04	c cleaning 0 clauses out of 5000 with flag 0/5000
448.84/222.19	c cleaning 22033 clauses out of 90231 with flag 1908135/368000
487.32/241.66	c cleaning 22749 clauses out of 96193 with flag 2058776/396000
527.86/261.83	c cleaning 23633 clauses out of 102442 with flag 2215970/425001
569.46/282.56	c cleaning 24607 clauses out of 108812 with flag 2380948/455005
613.16/304.28	c cleaning 25902 clauses out of 115195 with flag 2552806/486001
657.69/326.31	c cleaning 26458 clauses out of 121291 with flag 2728872/518000
704.60/349.58	c cleaning 27525 clauses out of 127834 with flag 2910934/551003
752.36/373.25	c cleaning 28175 clauses out of 134300 with flag 3100280/585000
802.09/397.98	c cleaning 28958 clauses out of 141123 with flag 3299533/620000
852.45/422.96	c cleaning 29791 clauses out of 148163 with flag 3503952/656001
907.24/451.02	c cleaning 30372 clauses out of 155371 with flag 3730616/693000
969.25/481.88	c cleaning 31428 clauses out of 162999 with flag 3950555/731001
1027.61/510.81	c cleaning 32537 clauses out of 170574 with flag 4177359/770004
1090.69/542.19	c cleaning 33004 clauses out of 178033 with flag 4409891/810000
1155.38/574.22	c cleaning 34246 clauses out of 186027 with flag 4651055/851000
1225.11/608.84	c cleaning 35203 clauses out of 193781 with flag 4898793/893001
1294.20/643.13	c cleaning 35817 clauses out of 201577 with flag 5151026/936003
1367.84/679.73	c cleaning 36794 clauses out of 209756 with flag 5421904/980002
1442.58/716.87	c cleaning 37567 clauses out of 217954 with flag 5705481/1025001
1518.02/754.25	c cleaning 38962 clauses out of 226385 with flag 5990123/1071000
1596.82/794.87	c cleaning 39845 clauses out of 234422 with flag 6276225/1118000
1675.00/833.80	c cleaning 40782 clauses out of 242577 with flag 6573080/1166002
1751.72/871.92	c cleaning 41376 clauses out of 250793 with flag 6884077/1215001
1800.09/896.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/896.00	c starts		: 7458
1800.09/896.00	c conflicts		: 1248723
1800.09/896.00	c decisions		: 40631235
1800.09/896.00	c propagations		: 1160585931
1800.09/896.00	c inspects		: 2937252194
1800.09/896.00	c shortcuts		: 0
1800.09/896.00	c learnt literals	: 154
1800.09/896.00	c learnt binary clauses	: 96542
1800.09/896.00	c learnt ternary clauses	: 82087
1800.09/896.00	c learnt constraints	: 1248569
1800.09/896.00	c ignored constraints	: 0
1800.09/896.00	c root simplifications	: 0
1800.09/896.00	c removed literals (reason simplification)	: 8973940
1800.09/896.00	c reason swapping (by a shorter reason)	: 0
1800.09/896.00	c Calls to reduceDB	: 45
1800.09/896.00	c Number of update (reduction) of LBD	: 844110
1800.09/896.00	c Imported unit clauses	: 0
1800.09/896.00	c number of reductions to clauses (during analyze)	: 0
1800.09/896.00	c number of learned constraints concerned by reduction	: 0
1800.09/896.00	c number of learning phase by resolution	: 0
1800.09/896.00	c number of learning phase by cutting planes	: 0
1800.09/896.00	c speed (assignments/second)	: 1296613.6712509356
1800.09/896.00	c non guided choices	34938
1800.09/896.05	c learnt constraints type 
1800.09/896.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 96542
1800.09/896.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146595
1800.09/896.05	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/896.05	c starts		: 34
1800.09/896.05	c conflicts		: 9786
1800.09/896.05	c decisions		: 194074
1800.09/896.05	c propagations		: 10907905
1800.09/896.05	c inspects		: 721305428
1800.09/896.05	c shortcuts		: 0
1800.09/896.05	c learnt literals	: 0
1800.09/896.05	c learnt binary clauses	: 0
1800.09/896.05	c learnt ternary clauses	: 23
1800.09/896.05	c learnt constraints	: 9785
1800.09/896.05	c ignored constraints	: 0
1800.09/896.05	c root simplifications	: 0
1800.09/896.05	c removed literals (reason simplification)	: 0
1800.09/896.05	c reason swapping (by a shorter reason)	: 0
1800.09/896.05	c Calls to reduceDB	: 1
1800.09/896.05	c Number of update (reduction) of LBD	: 0
1800.09/896.05	c Imported unit clauses	: 0
1800.09/896.05	c number of reductions to clauses (during analyze)	: 0
1800.09/896.05	c number of learned constraints concerned by reduction	: 0
1800.09/896.05	c number of learning phase by resolution	: 0
1800.09/896.05	c number of learning phase by cutting planes	: 0
1800.09/896.05	c speed (assignments/second)	: 12185.68359621557
1800.09/896.05	c non guided choices	4355
1800.09/896.06	c learnt constraints type 
1800.09/896.06	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 428
1800.09/896.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1788
1800.09/896.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7569
1800.09/896.06	s UNKNOWN
1800.09/896.06	c Total wall clock time (in seconds): 895.927

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

pid=24365
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: 4.14 4.22 4.13 4/196 24368
/proc/meminfo: memFree=26829828/32872528 swapFree=15784/1434320
[pid=24368] ppid=24365 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24368/stat : 24368 (java) D 24365 24368 23715 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 110060052 9515008 183 33554432000 1073741824 1073778376 140734611363152 140734611354184 214369648309 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/24368/statm: 2323 183 140 9 0 71 0

[startup+0.100118 s]
/proc/loadavg: 4.14 4.22 4.13 4/196 24368
/proc/meminfo: memFree=26829828/32872528 swapFree=15784/1434320
[pid=24368] ppid=24365 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24368/stat : 24368 (java) S 24365 24368 23715 0 -1 4202496 4336 0 1 0 8 1 0 0 20 0 18 0 110060052 9787879424 5464 33554432000 1073741824 1073778376 140733508952144 140733508943280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24368/statm: 2389619 5464 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200287 s]
/proc/loadavg: 4.14 4.22 4.13 4/196 24368
/proc/meminfo: memFree=26829828/32872528 swapFree=15784/1434320
[pid=24368] ppid=24365 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/24368/stat : 24368 (java) S 24365 24368 23715 0 -1 4202496 5605 0 1 0 24 1 0 0 20 0 18 0 110060052 9787879424 7412 33554432000 1073741824 1073778376 140733508952144 140733508943280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24368/statm: 2389619 7412 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300303 s]
/proc/loadavg: 4.14 4.22 4.13 4/196 24368
/proc/meminfo: memFree=26829828/32872528 swapFree=15784/1434320
[pid=24368] ppid=24365 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/24368/stat : 24368 (java) S 24365 24368 23715 0 -1 4202496 7087 0 1 0 52 2 0 0 20 0 18 0 110060052 9787879424 10715 33554432000 1073741824 1073778376 140733508952144 140733508943280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24368/statm: 2389619 10715 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700278 s]
/proc/loadavg: 4.14 4.22 4.13 4/196 24368
/proc/meminfo: memFree=26829828/32872528 swapFree=15784/1434320
[pid=24368] ppid=24365 vsize=9558476 CPUtime=1.57 cores=1,3,5,7
/proc/24368/stat : 24368 (java) S 24365 24368 23715 0 -1 4202496 20375 0 1 0 152 5 0 0 20 0 18 0 110060052 9787879424 41109 33554432000 1073741824 1073778376 140733508952144 140733508943280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24368/statm: 2389619 41109 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 4.14 4.22 4.13 7/218 24390
/proc/meminfo: memFree=26634572/32872528 swapFree=15784/1434320
[pid=24368] ppid=24365 vsize=9824732 CPUtime=4.55 cores=1,3,5,7
/proc/24368/stat : 24368 (java) S 24365 24368 23715 0 -1 4202496 25350 0 1 0 447 8 0 0 20 0 22 0 110060052 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140733508943280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24368/statm: 2456183 52542 2284 9 0 2446860 0
[pid=24368/tid=24370] ppid=24365 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/24368/task/24370/stat : 24370 (java) S 24365 24368 23715 0 -1 4202560 2480 0 1 0 80 3 0 0 20 0 22 0 110060053 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140631361352568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24371] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24371/stat : 24371 (java) S 24365 24368 23715 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 110060055 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140631204686888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24372] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24372/stat : 24372 (java) S 24365 24368 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110060055 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140631203634088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24373] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24373/stat : 24373 (java) S 24365 24368 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110060055 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140631202581288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24374] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24374/stat : 24374 (java) S 24365 24368 23715 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 110060055 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140631201528488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24375] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24375/stat : 24375 (java) S 24365 24368 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110060055 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140631200475688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24376] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24376/stat : 24376 (java) S 24365 24368 23715 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 110060055 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140631199422888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24377] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24377/stat : 24377 (java) S 24365 24368 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110060055 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140631198370088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24378] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24378/stat : 24378 (java) S 24365 24368 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110060055 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140631197317288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24379] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24379/stat : 24379 (java) S 24365 24368 23715 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 110060056 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140630714989544 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24380] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24380/stat : 24380 (java) S 24365 24368 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110060056 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140630713935608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24381] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24381/stat : 24381 (java) S 24365 24368 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110060056 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140630712882696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24382] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24382/stat : 24382 (java) S 24365 24368 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110060059 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140630711831184 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24383] ppid=24365 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/24368/task/24383/stat : 24383 (java) R 24365 24368 23715 0 -1 4202560 14180 0 0 0 116 3 0 0 20 0 22 0 110060059 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140630710765296 140631368326915 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24384] ppid=24365 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/24368/task/24384/stat : 24384 (java) R 24365 24368 23715 0 -1 4202560 7262 0 0 0 121 2 0 0 20 0 22 0 110060059 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140630709725496 140631364257884 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24385] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24385/stat : 24385 (java) S 24365 24368 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110060059 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140630708672888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24386] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24386/stat : 24386 (java) S 24365 24368 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110060059 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140630707620296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24387] ppid=24365 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/24368/task/24387/stat : 24387 (java) R 24365 24368 23715 0 -1 4202560 15 0 0 0 59 0 0 0 20 0 22 0 110060141 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140630706566536 140631205910125 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24388] ppid=24365 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/24368/task/24388/stat : 24388 (java) R 24365 24368 23715 0 -1 4202560 32 0 0 0 58 0 0 0 20 0 22 0 110060141 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140630705513384 140631206075276 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24389] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24389/stat : 24389 (java) S 24365 24368 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110060144 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140630704461224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24390] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24390/stat : 24390 (java) S 24365 24368 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110060144 10060525568 52542 33554432000 1073741824 1073778376 140733508952144 140630703408424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.14 4.22 4.13 5/218 24390
/proc/meminfo: memFree=26632112/32872528 swapFree=15784/1434320
[pid=24368] ppid=24365 vsize=9824732 CPUtime=8.21 cores=1,3,5,7
/proc/24368/stat : 24368 (java) S 24365 24368 23715 0 -1 4202496 25403 0 1 0 810 11 0 0 20 0 22 0 110060052 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140733508943280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24368/statm: 2456183 56152 2288 9 0 2446860 0
[pid=24368/tid=24370] ppid=24365 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/24368/task/24370/stat : 24370 (java) S 24365 24368 23715 0 -1 4202560 2480 0 1 0 80 3 0 0 20 0 22 0 110060053 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140631361352568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24371] ppid=24365 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24368/task/24371/stat : 24371 (java) S 24365 24368 23715 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 110060055 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140631204686888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24372] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24372/stat : 24372 (java) S 24365 24368 23715 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 110060055 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140631203634088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24373] ppid=24365 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24368/task/24373/stat : 24373 (java) S 24365 24368 23715 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 110060055 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140631202581288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24374] ppid=24365 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24368/task/24374/stat : 24374 (java) S 24365 24368 23715 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 110060055 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140631201528488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24375] ppid=24365 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24368/task/24375/stat : 24375 (java) S 24365 24368 23715 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 110060055 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140631200475688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24376] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24376/stat : 24376 (java) S 24365 24368 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110060055 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140631199422888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24377] ppid=24365 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24368/task/24377/stat : 24377 (java) S 24365 24368 23715 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 110060055 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140631198370088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24378] ppid=24365 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24368/task/24378/stat : 24378 (java) S 24365 24368 23715 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 110060055 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140631197317288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24379] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24379/stat : 24379 (java) S 24365 24368 23715 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 110060056 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140630714989544 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24380] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24380/stat : 24380 (java) S 24365 24368 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110060056 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140630713935608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24381] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24381/stat : 24381 (java) S 24365 24368 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110060056 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140630712882696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24382] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24382/stat : 24382 (java) S 24365 24368 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110060059 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140630711831184 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24383] ppid=24365 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/24368/task/24383/stat : 24383 (java) S 24365 24368 23715 0 -1 4202560 14187 0 0 0 144 3 0 0 20 0 22 0 110060059 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140630710778296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24384] ppid=24365 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/24368/task/24384/stat : 24384 (java) S 24365 24368 23715 0 -1 4202560 7263 0 0 0 136 2 0 0 20 0 22 0 110060059 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140630709725496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24385] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24385/stat : 24385 (java) S 24365 24368 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110060059 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140630708672888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24386] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24386/stat : 24386 (java) S 24365 24368 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110060059 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140630707620296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24387] ppid=24365 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/24368/task/24387/stat : 24387 (java) R 24365 24368 23715 0 -1 4202560 15 0 0 0 214 0 0 0 20 0 22 0 110060141 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140630706566280 140631205291152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24388] ppid=24365 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/24368/task/24388/stat : 24388 (java) R 24365 24368 23715 0 -1 4202560 34 0 0 0 214 0 0 0 20 0 22 0 110060141 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140630705513296 140631205646006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24389] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24389/stat : 24389 (java) S 24365 24368 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110060144 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140630704461224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24390] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24390/stat : 24390 (java) S 24365 24368 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110060144 10060525568 56152 33554432000 1073741824 1073778376 140733508952144 140630703408424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.13 4.21 4.12 6/218 24390
/proc/meminfo: memFree=26441484/32872528 swapFree=15784/1434320
[pid=24368] ppid=24365 vsize=9824732 CPUtime=15.22 cores=1,3,5,7
/proc/24368/stat : 24368 (java) S 24365 24368 23715 0 -1 4202496 28651 0 1 0 1499 23 0 0 20 0 22 0 110060052 10060525568 139478 33554432000 1073741824 1073778376 140733508952144 140733508943280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24368/statm: 2456183 139478 2292 9 0 2446860 0
[pid=24368/tid=24370] ppid=24365 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/24368/task/24370/stat : 24370 (java) S 24365 24368 23715 0 -1 4202560 2480 0 1 0 80 3 0 0 20 0 22 0 110060053 10060525568 139478 33554432000 1073741824 1073778376 140733508952144 140631361352568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24371] ppid=24365 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24368/task/24371/stat : 24371 (java) S 24365 24368 23715 0 -1 4202560 53 0 0 0 4 2 0 0 20 0 22 0 110060055 10060525568 139478 33554432000 1073741824 1073778376 140733508952144 140631204686888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24372] ppid=24365 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24368/task/24372/stat : 24372 (java) S 24365 24368 23715 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 110060055 10060525568 139478 33554432000 1073741824 1073778376 140733508952144 140631203634088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24373] ppid=24365 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24368/task/24373/stat : 24373 (java) S 24365 24368 23715 0 -1 4202560 24 0 0 0 2 2 0 0 20 0 22 0 110060055 10060525568 139478 33554432000 1073741824 1073778376 140733508952144 140631202581288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24374] ppid=24365 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24368/task/24374/stat : 24374 (java) S 24365 24368 23715 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 22 0 110060055 10060525568 139478 33554432000 1073741824 1073778376 140733508952144 140631201528488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24375] ppid=24365 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24368/task/24375/stat : 24375 (java) S 24365 24368 23715 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 110060055 10060525568 139478 33554432000 1073741824 1073778376 140733508952144 140631200475688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24376] ppid=24365 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24368/task/24376/stat : 24376 (java) S 24365 24368 23715 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 22 0 110060055 10060525568 139478 33554432000 1073741824 1073778376 140733508952144 140631199422888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24377] ppid=24365 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24368/task/24377/stat : 24377 (java) S 24365 24368 23715 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 110060055 10060525568 139478 33554432000 1073741824 1073778376 140733508952144 140631198370088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24378] ppid=24365 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24368/task/24378/stat : 24378 (java) S 24365 24368 23715 0 -1 4202560 46 0 0 0 3 1 0 0 20 0 22 0 110060055 10060525568 139478 33554432000 1073741824 1073778376 140733508952144 140631197317288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24379] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24379/stat : 24379 (java) S 24365 24368 23715 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 110060056 10060525568 139478 33554432000 1073741824 1073778376 140733508952144 140630714989544 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24380] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24380/stat : 24380 (java) S 24365 24368 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110060056 10060525568 139478 33554432000 1073741824 1073778376 140733508952144 140630713935608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24381] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24381/stat : 24381 (java) S 24365 24368 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110060056 10060525568 139478 33554432000 1073741824 1073778376 140733508952144 140630712882696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24382] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24382/stat : 24382 (java) S 24365 24368 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110060059 10060525568 139478 33554432000 1073741824 1073778376 140733508952144 140630711831184 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24383] ppid=24365 vsize=9824732 CPUtime=1.56 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.18 4.25 4.19 6/219 24479
/proc/meminfo: memFree=22939720/32872528 swapFree=15784/1434320
[pid=24368] ppid=24365 vsize=9824732 CPUtime=1652.09 cores=1,3,5,7
/proc/24368/stat : 24368 (java) S 24365 24368 23715 0 -1 4202496 45181 0 1 0 164974 235 0 0 20 0 22 0 110060052 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140733508943280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24368/statm: 2456183 987903 2301 9 0 2446860 0
[pid=24368/tid=24370] ppid=24365 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/24368/task/24370/stat : 24370 (java) S 24365 24368 23715 0 -1 4202560 2493 0 1 0 83 4 0 0 20 0 22 0 110060053 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140631361352568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24371] ppid=24365 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/24368/task/24371/stat : 24371 (java) S 24365 24368 23715 0 -1 4202560 1044 0 0 0 279 22 0 0 20 0 22 0 110060055 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140631204686888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24372] ppid=24365 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/24368/task/24372/stat : 24372 (java) S 24365 24368 23715 0 -1 4202560 1364 0 0 0 278 22 0 0 20 0 22 0 110060055 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140631203634088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24373] ppid=24365 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/24368/task/24373/stat : 24373 (java) S 24365 24368 23715 0 -1 4202560 1414 0 0 0 282 23 0 0 20 0 22 0 110060055 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140631202581288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24374] ppid=24365 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/24368/task/24374/stat : 24374 (java) S 24365 24368 23715 0 -1 4202560 1913 0 0 0 269 19 0 0 20 0 22 0 110060055 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140631201528488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24375] ppid=24365 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/24368/task/24375/stat : 24375 (java) S 24365 24368 23715 0 -1 4202560 1647 0 0 0 289 21 0 0 20 0 22 0 110060055 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140631200475688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24376] ppid=24365 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/24368/task/24376/stat : 24376 (java) S 24365 24368 23715 0 -1 4202560 1733 0 0 0 247 22 0 0 20 0 22 0 110060055 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140631199422888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24377] ppid=24365 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/24368/task/24377/stat : 24377 (java) S 24365 24368 23715 0 -1 4202560 1585 0 0 0 273 20 0 0 20 0 22 0 110060055 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140631198370088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24378] ppid=24365 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/24368/task/24378/stat : 24378 (java) S 24365 24368 23715 0 -1 4202560 1507 0 0 0 260 22 0 0 20 0 22 0 110060055 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140631197317288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24379] ppid=24365 vsize=9824732 CPUtime=6.48 cores=1,3,5,7
/proc/24368/task/24379/stat : 24379 (java) S 24365 24368 23715 0 -1 4202560 2593 0 0 0 642 6 0 0 20 0 22 0 110060056 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140630714989544 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24380] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24380/stat : 24380 (java) S 24365 24368 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110060056 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140630713935608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24381] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24381/stat : 24381 (java) S 24365 24368 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110060056 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140630712882696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24382] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24382/stat : 24382 (java) S 24365 24368 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110060059 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140630711831184 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24383] ppid=24365 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/24368/task/24383/stat : 24383 (java) S 24365 24368 23715 0 -1 4202560 14199 0 0 0 186 3 0 0 20 0 22 0 110060059 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140630710778296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24384] ppid=24365 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/24368/task/24384/stat : 24384 (java) S 24365 24368 23715 0 -1 4202560 10067 0 0 0 195 3 0 0 20 0 22 0 110060059 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140630709725496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24385] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24385/stat : 24385 (java) S 24365 24368 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110060059 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140630708672888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24386] ppid=24365 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/24368/task/24386/stat : 24386 (java) S 24365 24368 23715 0 -1 4202560 47 0 0 0 15 20 0 0 20 0 22 0 110060059 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140630707620296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24387] ppid=24365 vsize=9824732 CPUtime=808.63 cores=1,3,5,7
/proc/24368/task/24387/stat : 24387 (java) R 24365 24368 23715 0 -1 4202560 60 0 0 0 80847 16 0 0 20 0 22 0 110060141 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140630706565168 140631205996604 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24388] ppid=24365 vsize=9824732 CPUtime=808.61 cores=1,3,5,7
/proc/24368/task/24388/stat : 24388 (java) R 24365 24368 23715 0 -1 4202560 2249 0 0 0 80813 48 0 0 20 0 22 0 110060141 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140630705511504 140631205290826 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24389] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24389/stat : 24389 (java) S 24365 24368 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110060144 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140630704461224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24390] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24390/stat : 24390 (java) S 24365 24368 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110060144 10060525568 987903 33554432000 1073741824 1073778376 140733508952144 140630703408424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1652.09
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.29 4.27 4.19 5/219 24480
/proc/meminfo: memFree=22837848/32872528 swapFree=15784/1434320
[pid=24368] ppid=24365 vsize=9824732 CPUtime=1772.71 cores=1,3,5,7
/proc/24368/stat : 24368 (java) S 24365 24368 23715 0 -1 4202496 45231 0 1 0 177035 236 0 0 20 0 22 0 110060052 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140733508943280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24368/statm: 2456183 987939 2301 9 0 2446860 0
[pid=24368/tid=24370] ppid=24365 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/24368/task/24370/stat : 24370 (java) S 24365 24368 23715 0 -1 4202560 2493 0 1 0 83 4 0 0 20 0 22 0 110060053 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631361352568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24371] ppid=24365 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/24368/task/24371/stat : 24371 (java) S 24365 24368 23715 0 -1 4202560 1059 0 0 0 293 22 0 0 20 0 22 0 110060055 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631204686888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24372] ppid=24365 vsize=9824732 CPUtime=3.2 cores=1,3,5,7
/proc/24368/task/24372/stat : 24372 (java) S 24365 24368 23715 0 -1 4202560 1364 0 0 0 298 22 0 0 20 0 22 0 110060055 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631203634088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24373] ppid=24365 vsize=9824732 CPUtime=3.18 cores=1,3,5,7
/proc/24368/task/24373/stat : 24373 (java) S 24365 24368 23715 0 -1 4202560 1414 0 0 0 295 23 0 0 20 0 22 0 110060055 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631202581288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24374] ppid=24365 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/24368/task/24374/stat : 24374 (java) S 24365 24368 23715 0 -1 4202560 1917 0 0 0 287 19 0 0 20 0 22 0 110060055 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631201528488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24375] ppid=24365 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/24368/task/24375/stat : 24375 (java) S 24365 24368 23715 0 -1 4202560 1664 0 0 0 304 21 0 0 20 0 22 0 110060055 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631200475688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24376] ppid=24365 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/24368/task/24376/stat : 24376 (java) S 24365 24368 23715 0 -1 4202560 1733 0 0 0 258 22 0 0 20 0 22 0 110060055 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631199422888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24377] ppid=24365 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/24368/task/24377/stat : 24377 (java) S 24365 24368 23715 0 -1 4202560 1585 0 0 0 293 20 0 0 20 0 22 0 110060055 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631198370088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24378] ppid=24365 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/24368/task/24378/stat : 24378 (java) S 24365 24368 23715 0 -1 4202560 1507 0 0 0 280 22 0 0 20 0 22 0 110060055 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631197317288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24379] ppid=24365 vsize=9824732 CPUtime=6.48 cores=1,3,5,7
/proc/24368/task/24379/stat : 24379 (java) S 24365 24368 23715 0 -1 4202560 2599 0 0 0 642 6 0 0 20 0 22 0 110060056 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630714989544 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24380] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24380/stat : 24380 (java) S 24365 24368 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110060056 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630713935608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24381] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24381/stat : 24381 (java) S 24365 24368 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110060056 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630712882696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24382] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24382/stat : 24382 (java) S 24365 24368 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110060059 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630711831184 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24383] ppid=24365 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/24368/task/24383/stat : 24383 (java) S 24365 24368 23715 0 -1 4202560 14199 0 0 0 186 3 0 0 20 0 22 0 110060059 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630710778296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24384] ppid=24365 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/24368/task/24384/stat : 24384 (java) S 24365 24368 23715 0 -1 4202560 10067 0 0 0 195 3 0 0 20 0 22 0 110060059 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630709725496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24385] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24385/stat : 24385 (java) S 24365 24368 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110060059 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630708672888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24386] ppid=24365 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/24368/task/24386/stat : 24386 (java) S 24365 24368 23715 0 -1 4202560 51 0 0 0 16 21 0 0 20 0 22 0 110060059 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630707620296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24387] ppid=24365 vsize=9824732 CPUtime=868.3 cores=1,3,5,7
/proc/24368/task/24387/stat : 24387 (java) R 24365 24368 23715 0 -1 4202560 63 0 0 0 86813 17 0 0 20 0 22 0 110060141 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630706564304 140631205759585 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24388] ppid=24365 vsize=9824732 CPUtime=868.28 cores=1,3,5,7
/proc/24368/task/24388/stat : 24388 (java) R 24365 24368 23715 0 -1 4202560 2250 0 0 0 86779 49 0 0 20 0 22 0 110060141 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630705512048 140631205495760 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24389] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24389/stat : 24389 (java) S 24365 24368 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110060144 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630704461224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24390] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24390/stat : 24390 (java) S 24365 24368 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110060144 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630703408424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1772.71
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.001 s]
/proc/loadavg: 4.22 4.25 4.19 5/219 24480
/proc/meminfo: memFree=22837724/32872528 swapFree=15784/1434320
[pid=24368] ppid=24365 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/24368/stat : 24368 (java) S 24365 24368 23715 0 -1 4202496 45231 0 1 0 179773 236 0 0 20 0 22 0 110060052 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140733508943280 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24368/statm: 2456183 987939 2301 9 0 2446860 0
[pid=24368/tid=24370] ppid=24365 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/24368/task/24370/stat : 24370 (java) S 24365 24368 23715 0 -1 4202560 2493 0 1 0 83 4 0 0 20 0 22 0 110060053 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631361352568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24371] ppid=24365 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/24368/task/24371/stat : 24371 (java) S 24365 24368 23715 0 -1 4202560 1059 0 0 0 293 22 0 0 20 0 22 0 110060055 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631204686888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24372] ppid=24365 vsize=9824732 CPUtime=3.2 cores=1,3,5,7
/proc/24368/task/24372/stat : 24372 (java) S 24365 24368 23715 0 -1 4202560 1364 0 0 0 298 22 0 0 20 0 22 0 110060055 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631203634088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24373] ppid=24365 vsize=9824732 CPUtime=3.18 cores=1,3,5,7
/proc/24368/task/24373/stat : 24373 (java) S 24365 24368 23715 0 -1 4202560 1414 0 0 0 295 23 0 0 20 0 22 0 110060055 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631202581288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24374] ppid=24365 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/24368/task/24374/stat : 24374 (java) S 24365 24368 23715 0 -1 4202560 1917 0 0 0 287 19 0 0 20 0 22 0 110060055 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631201528488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24375] ppid=24365 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/24368/task/24375/stat : 24375 (java) S 24365 24368 23715 0 -1 4202560 1664 0 0 0 304 21 0 0 20 0 22 0 110060055 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631200475688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24376] ppid=24365 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/24368/task/24376/stat : 24376 (java) S 24365 24368 23715 0 -1 4202560 1733 0 0 0 258 22 0 0 20 0 22 0 110060055 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631199422888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24377] ppid=24365 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/24368/task/24377/stat : 24377 (java) S 24365 24368 23715 0 -1 4202560 1585 0 0 0 293 20 0 0 20 0 22 0 110060055 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631198370088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24378] ppid=24365 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/24368/task/24378/stat : 24378 (java) S 24365 24368 23715 0 -1 4202560 1507 0 0 0 280 22 0 0 20 0 22 0 110060055 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140631197317288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24368/tid=24379] ppid=24365 vsize=9824732 CPUtime=6.48 cores=1,3,5,7
/proc/24368/task/24379/stat : 24379 (java) S 24365 24368 23715 0 -1 4202560 2599 0 0 0 642 6 0 0 20 0 22 0 110060056 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630714989544 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24380] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24380/stat : 24380 (java) S 24365 24368 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110060056 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630713935608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24381] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24381/stat : 24381 (java) S 24365 24368 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110060056 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630712882696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24382] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24382/stat : 24382 (java) S 24365 24368 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110060059 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630711831184 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24383] ppid=24365 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/24368/task/24383/stat : 24383 (java) S 24365 24368 23715 0 -1 4202560 14199 0 0 0 186 3 0 0 20 0 22 0 110060059 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630710778296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24384] ppid=24365 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/24368/task/24384/stat : 24384 (java) S 24365 24368 23715 0 -1 4202560 10067 0 0 0 195 3 0 0 20 0 22 0 110060059 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630709725496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24385] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24385/stat : 24385 (java) S 24365 24368 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110060059 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630708672888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24386] ppid=24365 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/24368/task/24386/stat : 24386 (java) S 24365 24368 23715 0 -1 4202560 51 0 0 0 16 22 0 0 20 0 22 0 110060059 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630707620296 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24368/tid=24387] ppid=24365 vsize=9824732 CPUtime=881.99 cores=1,3,5,7
/proc/24368/task/24387/stat : 24387 (java) R 24365 24368 23715 0 -1 4202560 63 0 0 0 88182 17 0 0 20 0 22 0 110060141 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630706564304 140631205910351 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24368/tid=24388] ppid=24365 vsize=9824732 CPUtime=881.97 cores=1,3,5,7
/proc/24368/task/24388/stat : 24388 (java) R 24365 24368 23715 0 -1 4202560 2250 0 0 0 88148 49 0 0 20 0 22 0 110060141 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630705512048 140631205495731 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24389] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24389/stat : 24389 (java) S 24365 24368 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110060144 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630704461224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24368/tid=24390] ppid=24365 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24368/task/24390/stat : 24390 (java) S 24365 24368 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110060144 10060525568 987939 33554432000 1073741824 1073778376 140733508952144 140630703408424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 24368 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 896.076
CPU time (s): 1800.81
CPU user time (s): 1797.88
CPU system time (s): 2.93155
CPU usage (%): 200.966
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.88
system time used= 2.93155
maximum resident set size= 3966844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45263
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23842
involuntary context switches= 26331

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.38218 second user time and 7.83581 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 08:34:28
IDJOB=4080533
IDBENCH=90172
IDSOLVER=2543
FILE ID=node130/4080533-1465281268
RUNJOBID= node130-1465277942-23732
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_K163.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080533-1465281268/watcher-4080533-1465281268 -o /tmp/evaluation-result-4080533-1465281268/solver-4080533-1465281268 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23732 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080533-1465281268.opb

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

MD5SUM BENCH= 5c9e224cdd9eef3594ee47236fa33798
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:        26830356 kB
Buffers:          114764 kB
Cached:           210188 kB
SwapCached:         1724 kB
Active:          3617604 kB
Inactive:         233652 kB
Active(anon):    3527804 kB
Inactive(anon):     1252 kB
Active(file):      89800 kB
Inactive(file):   232400 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              2016 kB
Writeback:             0 kB
AnonPages:       5057008 kB
Mapped:            14640 kB
Shmem:                 0 kB
Slab:             601880 kB
SReclaimable:      45476 kB
SUnreclaim:       556404 kB
KernelStack:        1800 kB
PageTables:        13864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5345532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4978688 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:49:24