Trace number 3689664

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.02 924.081

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K131.opb
MD5SUMe9be7f2de41339e64a2918d1bf7ead92
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 variables15589
Total number of constraints15853
Number of constraints which are clauses15722
Number of constraints which are cardinality constraints (but not clauses)131
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint131
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 132
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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689664-1337884081.opb
0.09/0.12	c reading problem ... 
1.28/0.65	c ... done. Wall clock time 0.528s.
1.28/0.65	c declared #vars     15589
1.28/0.65	c #constraints  15853
1.28/0.65	c constraints type 
1.28/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14030
1.28/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 131
1.28/0.65	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.28/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1690
1.28/0.65	c 15853 constraints processed.
1.28/0.65	c constraints type 
1.28/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1690
1.28/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14030
1.28/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 131
1.28/0.65	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.28/0.65	c 15853 constraints processed.
6.32/2.40	c cleaning 2494 clauses out of 4994 with flag 5000/5000
10.10/4.27	c cleaning 4241 clauses out of 8494 with flag 11002/11002
14.04/6.28	c cleaning 5603 clauses out of 11247 with flag 18005/18005
18.78/8.62	c cleaning 6700 clauses out of 13636 with flag 26001/26001
23.93/11.21	c cleaning 7941 clauses out of 15932 with flag 35000/35000
29.69/14.12	c cleaning 8950 clauses out of 17987 with flag 45000/45000
36.89/17.78	c cleaning 9927 clauses out of 20040 with flag 56003/56003
43.87/21.27	c cleaning 10921 clauses out of 22111 with flag 68001/68001
51.39/25.05	c cleaning 11964 clauses out of 24188 with flag 81000/81000
61.26/30.06	c cleaning 13026 clauses out of 26219 with flag 95001/95001
70.77/34.87	c cleaning 14031 clauses out of 28194 with flag 110002/110002
80.45/39.74	c cleaning 15025 clauses out of 30161 with flag 126002/126002
96.14/47.77	c cleaning 15933 clauses out of 32136 with flag 143002/143002
109.32/54.46	c cleaning 16960 clauses out of 34203 with flag 161002/161002
123.45/61.67	c cleaning 17908 clauses out of 36239 with flag 180000/180000
136.72/68.47	c cleaning 18999 clauses out of 38331 with flag 200000/200000
150.05/75.38	c cleaning 19988 clauses out of 40330 with flag 221000/221000
165.90/83.43	c cleaning 21051 clauses out of 42343 with flag 243002/243002
185.94/93.66	c cleaning 22007 clauses out of 44295 with flag 266005/266005
204.36/103.07	c cleaning 22878 clauses out of 46289 with flag 290006/290006
224.08/113.21	c cleaning 23879 clauses out of 48404 with flag 315000/315000
242.21/122.58	c cleaning 24995 clauses out of 50524 with flag 341000/341000
261.60/132.40	c cleaning 25537 clauses out of 52529 with flag 368000/368000
284.11/144.00	c cleaning 25883 clauses out of 54992 with flag 396000/396000
306.01/155.31	c cleaning 27226 clauses out of 58108 with flag 425000/425000
327.67/166.47	c cleaning 27936 clauses out of 60882 with flag 455000/455000
356.56/181.18	c cleaning 29031 clauses out of 63946 with flag 486000/486000
378.09/192.29	c cleaning 29832 clauses out of 66909 with flag 518000/518000
406.53/207.91	c cleaning 31195 clauses out of 70073 with flag 551000/551000
431.27/220.60	c cleaning 31927 clauses out of 72878 with flag 585000/585000
444.10/227.37	c cleaning 0 clauses out of 5000 with flag 0/5000
462.57/237.09	c cleaning 32989 clauses out of 75951 with flag 620000/620000
499.68/255.99	c cleaning 34012 clauses out of 78963 with flag 656001/656001
535.79/274.31	c cleaning 34993 clauses out of 81953 with flag 693003/693003
570.55/292.19	c cleaning 36031 clauses out of 84957 with flag 731000/731000
601.45/308.29	c cleaning 36482 clauses out of 87927 with flag 770001/770001
638.60/327.21	c cleaning 37913 clauses out of 91446 with flag 810002/810002
685.69/351.14	c cleaning 38812 clauses out of 94531 with flag 851000/851000
727.98/372.71	c cleaning 40360 clauses out of 97719 with flag 893000/893000
767.01/393.04	c cleaning 40366 clauses out of 100364 with flag 936005/936005
807.37/413.77	c cleaning 41673 clauses out of 103994 with flag 980001/980001
846.53/433.89	c cleaning 42922 clauses out of 107320 with flag 1025000/1025000
888.61/455.43	c cleaning 43210 clauses out of 110396 with flag 1071000/1071000
932.83/479.61	c cleaning 44955 clauses out of 114186 with flag 1118000/1118000
974.06/500.73	c cleaning 44965 clauses out of 117230 with flag 1166000/1166000
1038.74/533.71	c cleaning 47450 clauses out of 121265 with flag 1215000/1215000
1100.40/565.65	c cleaning 48677 clauses out of 123815 with flag 1265000/1265000
1151.10/591.64	c cleaning 48089 clauses out of 126140 with flag 1316002/1316002
1214.69/624.00	c cleaning 49736 clauses out of 130048 with flag 1368000/1368000
1269.22/651.90	c cleaning 49960 clauses out of 133312 with flag 1421000/1421000
1324.34/680.69	c cleaning 51774 clauses out of 137352 with flag 1475000/1475000
1447.91/742.82	c cleaning 53030 clauses out of 140579 with flag 1530001/1530001
1511.83/775.46	c cleaning 53976 clauses out of 143549 with flag 1586002/1586002
1576.83/808.70	c cleaning 54472 clauses out of 146572 with flag 1643001/1643001
1634.51/838.88	c cleaning 55176 clauses out of 150098 with flag 1701000/1701000
1699.56/872.15	c cleaning 56522 clauses out of 153923 with flag 1760001/1760001
1760.76/903.54	c cleaning 57447 clauses out of 157399 with flag 1820000/1820000
1800.02/924.02	c starts		: 205
1800.02/924.02	c conflicts		: 1862528
1800.02/924.02	c decisions		: 22061400
1800.02/924.02	c propagations		: 1304431596
1800.02/924.02	c inspects		: 2657714894
1800.02/924.02	c shortcuts		: 0
1800.02/924.02	c learnt literals	: 69
1800.02/924.02	c learnt binary clauses	: 85988
1800.02/924.02	c learnt ternary clauses	: 100717
1800.02/924.02	c learnt constraints	: 1862458
1800.02/924.02	c ignored constraints	: 0
1800.02/924.02	c root simplifications	: 0
1800.02/924.02	c removed literals (reason simplification)	: 24088516
1800.02/924.02	c reason swapping (by a shorter reason)	: 0
1800.02/924.02	c Calls to reduceDB	: 56
1800.02/924.02	c number of reductions to clauses (during analyze)	: 0
1800.02/924.02	c number of learned constraints concerned by reduction	: 0
1800.02/924.02	c number of learning phase by resolution	: 0
1800.02/924.02	c number of learning phase by cutting planes	: 0
1800.02/924.02	c speed (assignments/second)	: 1412720.8904128135
1800.02/924.02	c non guided choices	7534
1800.02/924.06	c learnt constraints type 
1800.02/924.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 85990
1800.02/924.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 56571
1800.02/924.06	c constraints type 
1800.02/924.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14030
1800.02/924.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 131
1800.02/924.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.02/924.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1690
1800.02/924.06	c 15853 constraints processed.
1800.02/924.06	c constraints type 
1800.02/924.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1690
1800.02/924.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14030
1800.02/924.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 131
1800.02/924.06	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.02/924.06	c 15853 constraints processed.
1800.02/924.06	s UNKNOWN
1800.02/924.06	c Total wall clock time (in seconds): 923.941

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3689664-1337884081/watcher-3689664-1337884081 -o /tmp/evaluation-result-3689664-1337884081/solver-3689664-1337884081 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689664-1337884081.opb 

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: 3.28 3.65 3.72 3/197 27206
/proc/meminfo: memFree=25125640/32873648 swapFree=6336/6336
[pid=27206] ppid=27204 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/27206/stat : 27206 (java) R 27204 27206 22409 0 -1 4202496 284 0 0 0 0 0 0 0 20 0 1 0 254535357 278528 33 33554432000 1073741824 1073778376 140735158770512 140734345803304 213857168565 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27206/statm: 68 33 25 9 0 25 0

[startup+0.066358 s]
/proc/loadavg: 3.28 3.65 3.72 3/197 27206
/proc/meminfo: memFree=25125640/32873648 swapFree=6336/6336
[pid=27206] ppid=27204 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/27206/stat : 27206 (java) S 27204 27206 22409 0 -1 4202496 3188 0 1 0 3 1 0 0 20 0 18 0 254535357 9787813888 4397 33554432000 1073741824 1073778376 140735158770512 140735158761648 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27206/statm: 2389603 4397 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100243 s]
/proc/loadavg: 3.28 3.65 3.72 3/197 27206
/proc/meminfo: memFree=25125640/32873648 swapFree=6336/6336
[pid=27206] ppid=27204 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/27206/stat : 27206 (java) S 27204 27206 22409 0 -1 4202496 4295 0 1 0 8 1 0 0 20 0 18 0 254535357 9787813888 5494 33554432000 1073741824 1073778376 140735158770512 140735158761648 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27206/statm: 2389603 5494 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.30022 s]
/proc/loadavg: 3.28 3.65 3.72 3/197 27206
/proc/meminfo: memFree=25125640/32873648 swapFree=6336/6336
[pid=27206] ppid=27204 vsize=9558412 CPUtime=0.55 cores=0,2,4,6
/proc/27206/stat : 27206 (java) S 27204 27206 22409 0 -1 4202496 7041 0 1 0 54 1 0 0 20 0 18 0 254535357 9787813888 10734 33554432000 1073741824 1073778376 140735158770512 140735158761648 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27206/statm: 2389603 10734 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558412

[startup+0.700188 s]
/proc/loadavg: 3.28 3.65 3.72 3/197 27206
/proc/meminfo: memFree=25125640/32873648 swapFree=6336/6336
[pid=27206] ppid=27204 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/27206/stat : 27206 (java) S 27204 27206 22409 0 -1 4202496 14316 0 1 0 156 4 0 0 20 0 22 0 254535357 10060460032 40770 33554432000 1073741824 1073778376 140735158770512 140735158761648 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27206/statm: 2456167 40770 2252 9 0 2446860 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9824668

[startup+1.50073 s]
/proc/loadavg: 3.33 3.66 3.72 7/219 27228
/proc/meminfo: memFree=24938620/32873648 swapFree=6336/6336
[pid=27206] ppid=27204 vsize=9824668 CPUtime=4.4 cores=0,2,4,6
/proc/27206/stat : 27206 (java) S 27204 27206 22409 0 -1 4202496 21260 0 1 0 434 6 0 0 20 0 22 0 254535357 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140735158761648 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27206/statm: 2456167 49440 2272 9 0 2446860 0
[pid=27206/tid=27208] ppid=27204 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/27206/task/27208/stat : 27208 (java) S 27204 27206 22409 0 -1 4202560 2507 0 1 0 59 2 0 0 20 0 22 0 254535358 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140507339387896 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27209] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27209/stat : 27209 (java) S 27204 27206 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254535359 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140507311839528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27210] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27210/stat : 27210 (java) S 27204 27206 22409 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254535359 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140507310786728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27211] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27211/stat : 27211 (java) S 27204 27206 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254535359 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140507309734440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27212] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27212/stat : 27212 (java) S 27204 27206 22409 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254535359 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140507308681640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27213] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27213/stat : 27213 (java) S 27204 27206 22409 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254535359 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140507307629352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27206/tid=27214] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27214/stat : 27214 (java) S 27204 27206 22409 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254535359 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140507306576552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27215] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27215/stat : 27215 (java) S 27204 27206 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254535359 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140507176545320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27216] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27216/stat : 27216 (java) S 27204 27206 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254535359 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140507175492520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27217] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27217/stat : 27217 (java) S 27204 27206 22409 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254535360 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140506692544744 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27218] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27218/stat : 27218 (java) S 27204 27206 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254535360 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140506691490808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27219] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27219/stat : 27219 (java) S 27204 27206 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254535360 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140506690438408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27220] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27220/stat : 27220 (java) S 27204 27206 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535363 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140506689386896 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27221] ppid=27204 vsize=9824668 CPUtime=0.99 cores=0,2,4,6
/proc/27206/task/27221/stat : 27221 (java) S 27204 27206 22409 0 -1 4202560 10936 0 0 0 97 2 0 0 20 0 22 0 254535363 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140506688334520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27222] ppid=27204 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/27206/task/27222/stat : 27222 (java) S 27204 27206 22409 0 -1 4202560 6392 0 0 0 104 1 0 0 20 0 22 0 254535363 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140506687281720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27223] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27223/stat : 27223 (java) S 27204 27206 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535363 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140506686229624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27224] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27224/stat : 27224 (java) S 27204 27206 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535363 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140506685177032 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27225] ppid=27204 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/27206/task/27225/stat : 27225 (java) R 27204 27206 22409 0 -1 4202560 32 0 0 0 81 0 0 0 20 0 22 0 254535422 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140506684121448 140507188516976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27226] ppid=27204 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/27206/task/27226/stat : 27226 (java) R 27204 27206 22409 0 -1 4202560 87 0 0 0 80 0 0 0 20 0 22 0 254535422 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140506683068840 140507188381655 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27206/tid=27227] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27227/stat : 27227 (java) S 27204 27206 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254535424 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140506682016936 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27228] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27228/stat : 27228 (java) S 27204 27206 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254535424 10060460032 49440 33554432000 1073741824 1073778376 140735158770512 140506680964136 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 9824668

[startup+3.10071 s]
/proc/loadavg: 3.33 3.66 3.72 5/219 27228
/proc/meminfo: memFree=24914916/32873648 swapFree=6336/6336
[pid=27206] ppid=27204 vsize=9824668 CPUtime=7.75 cores=0,2,4,6
/proc/27206/stat : 27206 (java) S 27204 27206 22409 0 -1 4202496 21406 0 1 0 764 11 0 0 20 0 22 0 254535357 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140735158761648 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27206/statm: 2456167 65342 2285 9 0 2446860 0
[pid=27206/tid=27208] ppid=27204 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/27206/task/27208/stat : 27208 (java) S 27204 27206 22409 0 -1 4202560 2507 0 1 0 59 2 0 0 20 0 22 0 254535358 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140507339387896 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27209] ppid=27204 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27206/task/27209/stat : 27209 (java) S 27204 27206 22409 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254535359 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140507311839528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27210] ppid=27204 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27206/task/27210/stat : 27210 (java) S 27204 27206 22409 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254535359 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140507310786728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27211] ppid=27204 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27206/task/27211/stat : 27211 (java) S 27204 27206 22409 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254535359 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140507309734440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27212] ppid=27204 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/27206/task/27212/stat : 27212 (java) S 27204 27206 22409 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 254535359 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140507308681640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27213] ppid=27204 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27206/task/27213/stat : 27213 (java) S 27204 27206 22409 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 254535359 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140507307629352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27214] ppid=27204 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27206/task/27214/stat : 27214 (java) S 27204 27206 22409 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 254535359 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140507306576552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27215] ppid=27204 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27206/task/27215/stat : 27215 (java) S 27204 27206 22409 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254535359 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140507176545320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27206/tid=27216] ppid=27204 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27206/task/27216/stat : 27216 (java) S 27204 27206 22409 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254535359 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140507175492520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27206/tid=27217] ppid=27204 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/27206/task/27217/stat : 27217 (java) S 27204 27206 22409 0 -1 4202560 102 0 0 0 5 0 0 0 20 0 22 0 254535360 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140506692544744 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27218] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27218/stat : 27218 (java) S 27204 27206 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254535360 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140506691490808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27219] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27219/stat : 27219 (java) S 27204 27206 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254535360 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140506690438408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27220] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27220/stat : 27220 (java) S 27204 27206 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535363 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140506689386896 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27221] ppid=27204 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/27206/task/27221/stat : 27221 (java) S 27204 27206 22409 0 -1 4202560 10941 0 0 0 105 2 0 0 20 0 22 0 254535363 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140506688334520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27222] ppid=27204 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/27206/task/27222/stat : 27222 (java) S 27204 27206 22409 0 -1 4202560 6424 0 0 0 111 1 0 0 20 0 22 0 254535363 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140506687281720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27223] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27223/stat : 27223 (java) S 27204 27206 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535363 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140506686229624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27224] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27224/stat : 27224 (java) S 27204 27206 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535363 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140506685177032 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27225] ppid=27204 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/27206/task/27225/stat : 27225 (java) R 27204 27206 22409 0 -1 4202560 32 0 0 0 228 0 0 0 20 0 22 0 254535422 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140506684121512 140507188462463 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27226] ppid=27204 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/27206/task/27226/stat : 27226 (java) R 27204 27206 22409 0 -1 4202560 88 0 0 0 226 0 0 0 20 0 22 0 254535422 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140506683068248 140507188263532 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27206/tid=27227] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27227/stat : 27227 (java) S 27204 27206 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254535424 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140506682016936 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27228] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27228/stat : 27228 (java) S 27204 27206 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254535424 10060460032 65342 33554432000 1073741824 1073778376 140735158770512 140506680964136 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 9824668

[startup+6.30074 s]
/proc/loadavg: 3.33 3.66 3.72 5/219 27228
/proc/meminfo: memFree=24870480/32873648 swapFree=6336/6336
[pid=27206] ppid=27204 vsize=9824668 CPUtime=14.24 cores=0,2,4,6
/proc/27206/stat : 27206 (java) S 27204 27206 22409 0 -1 4202496 21949 0 1 0 1412 12 0 0 20 0 22 0 254535357 10060460032 65517 33554432000 1073741824 1073778376 140735158770512 140735158761648 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27206/statm: 2456167 65517 2285 9 0 2446860 0
[pid=27206/tid=27208] ppid=27204 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/27206/task/27208/stat : 27208 (java) S 27204 27206 22409 0 -1 4202560 2507 0 1 0 59 2 0 0 20 0 22 0 254535358 10060460032 65517 33554432000 1073741824 1073778376 140735158770512 140507339387896 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27209] ppid=27204 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27206/task/27209/stat : 27209 (java) S 27204 27206 22409 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254535359 10060460032 65517 33554432000 1073741824 1073778376 140735158770512 140507311839528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27210] ppid=27204 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27206/task/27210/stat : 27210 (java) S 27204 27206 22409 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254535359 10060460032 65517 33554432000 1073741824 1073778376 140735158770512 140507310786728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27211] ppid=27204 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27206/task/27211/stat : 27211 (java) S 27204 27206 22409 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 254535359 10060460032 65517 33554432000 1073741824 1073778376 140735158770512 140507309734440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27206/tid=27212] ppid=27204 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/27206/task/27212/stat : 27212 (java) S 27204 27206 22409 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 22 0 254535359 10060460032 65517 33554432000 1073741824 1073778376 140735158770512 140507308681640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27213] ppid=27204 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/27206/task/27213/stat : 27213 (java) S 27204 27206 22409 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 254535359 10060460032 65517 33554432000 1073741824 1073778376 140735158770512 140507307629352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27214] ppid=27204 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27206/task/27214/stat : 27214 (java) S 27204 27206 22409 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 254535359 10060460032 65517 33554432000 1073741824 1073778376 140735158770512 140507306576552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27215] ppid=27204 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27206/task/27215/stat : 27215 (java) S 27204 27206 22409 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 254535359 10060460032 65517 33554432000 1073741824 1073778376 140735158770512 140507176545320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27216] ppid=27204 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27206/task/27216/stat : 27216 (java) S 27204 27206 22409 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 254535359 10060460032 65517 33554432000 1073741824 1073778376 140735158770512 140507175492520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27206/tid=27217] ppid=27204 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/27206/task/27217/stat : 27217 (java) R 27204 27206 22409 0 -1 4202560 104 0 0 0 13 0 0 0 20 0 22 0 254535360 10060460032 65517 33554432000 1073741824 1073778376 140735158770512 140506692543720 140507343523872 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27218] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27218/stat : 27218 (java) S 27204 27206 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254535360 10060460032 65517 33554432000 1073741824 1073778376 140735158770512 140506691490808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27219] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27219/stat : 27219 (java) S 27204 27206 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254535360 10060460032 65517 33554432000 1073741824 1073778376 140735158770512 140506690438408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27220] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27220/stat : 27220 (java) S 27204 27206 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535363 10060460032 65517 33554432000 1073741824 1073778376 140735158770512 140506689386896 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27221] ppid=27204 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/27206/task/27221/stat : 27221 (java) S 27204 27206 22409 0 -1 4202560 10942 0 0 0 113 2 0 0 20 0 22 0 254535363 10060460032 65517 33554432000 1073741824 1073778376 140735158770512 140506688311096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/27206/statm: 2456167 928306 2286 9 0 2446860 0
[pid=27206/tid=27208] ppid=27204 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/27206/task/27208/stat : 27208 (java) S 27204 27206 22409 0 -1 4202560 2543 0 1 0 61 4 0 0 20 0 22 0 254535358 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140507339387896 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27209] ppid=27204 vsize=9824668 CPUtime=2.12 cores=0,2,4,6
/proc/27206/task/27209/stat : 27209 (java) S 27204 27206 22409 0 -1 4202560 2141 0 0 0 203 9 0 0 20 0 22 0 254535359 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140507311839528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27210] ppid=27204 vsize=9824668 CPUtime=2.24 cores=0,2,4,6
/proc/27206/task/27210/stat : 27210 (java) S 27204 27206 22409 0 -1 4202560 1549 0 0 0 215 9 0 0 20 0 22 0 254535359 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140507310786728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27206/tid=27211] ppid=27204 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/27206/task/27211/stat : 27211 (java) S 27204 27206 22409 0 -1 4202560 959 0 0 0 219 8 0 0 20 0 22 0 254535359 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140507309734440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27206/tid=27212] ppid=27204 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/27206/task/27212/stat : 27212 (java) S 27204 27206 22409 0 -1 4202560 677 0 0 0 231 8 0 0 20 0 22 0 254535359 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140507308681640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27213] ppid=27204 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/27206/task/27213/stat : 27213 (java) S 27204 27206 22409 0 -1 4202560 1802 0 0 0 228 11 0 0 20 0 22 0 254535359 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140507307629352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27214] ppid=27204 vsize=9824668 CPUtime=2.35 cores=0,2,4,6
/proc/27206/task/27214/stat : 27214 (java) S 27204 27206 22409 0 -1 4202560 1286 0 0 0 225 10 0 0 20 0 22 0 254535359 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140507306576552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27215] ppid=27204 vsize=9824668 CPUtime=2.25 cores=0,2,4,6
/proc/27206/task/27215/stat : 27215 (java) S 27204 27206 22409 0 -1 4202560 1489 0 0 0 216 9 0 0 20 0 22 0 254535359 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140507176545320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27216] ppid=27204 vsize=9824668 CPUtime=2.29 cores=0,2,4,6
/proc/27206/task/27216/stat : 27216 (java) S 27204 27206 22409 0 -1 4202560 884 0 0 0 221 8 0 0 20 0 22 0 254535359 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140507175492520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27206/tid=27217] ppid=27204 vsize=9824668 CPUtime=53.74 cores=0,2,4,6
/proc/27206/task/27217/stat : 27217 (java) S 27204 27206 22409 0 -1 4202560 3739 0 0 0 5354 20 0 0 20 0 22 0 254535360 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140506692544744 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27218] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27218/stat : 27218 (java) S 27204 27206 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254535360 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140506691490808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27219] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27219/stat : 27219 (java) S 27204 27206 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254535360 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140506690438408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27220] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27220/stat : 27220 (java) S 27204 27206 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535363 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140506689386896 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27221] ppid=27204 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/27206/task/27221/stat : 27221 (java) S 27204 27206 22409 0 -1 4202560 10949 0 0 0 137 2 0 0 20 0 22 0 254535363 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140506688334520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27222] ppid=27204 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/27206/task/27222/stat : 27222 (java) S 27204 27206 22409 0 -1 4202560 7546 0 0 0 147 1 0 0 20 0 22 0 254535363 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140506687281720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27223] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27223/stat : 27223 (java) S 27204 27206 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535363 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140506686229624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27224] ppid=27204 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/27206/task/27224/stat : 27224 (java) S 27204 27206 22409 0 -1 4202560 47 0 0 0 12 15 0 0 20 0 22 0 254535363 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140506685177032 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27225] ppid=27204 vsize=9824668 CPUtime=760.79 cores=0,2,4,6
/proc/27206/task/27225/stat : 27225 (java) R 27204 27206 22409 0 -1 4202560 117 0 0 0 76065 14 0 0 20 0 22 0 254535422 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140506684121312 140507188469184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27226] ppid=27204 vsize=9824668 CPUtime=760.74 cores=0,2,4,6
/proc/27206/task/27226/stat : 27226 (java) R 27204 27206 22409 0 -1 4202560 1176 0 0 0 76028 46 0 0 20 0 22 0 254535422 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140506683066304 140507188718999 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27227] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27227/stat : 27227 (java) S 27204 27206 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254535424 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140506682016936 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27228] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27228/stat : 27228 (java) S 27204 27206 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254535424 10060460032 928306 33554432000 1073741824 1073778376 140735158770512 140506680964136 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.28
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.86 3.88 3.81 5/219 27303
/proc/meminfo: memFree=23892036/32873648 swapFree=6336/6336
[pid=27206] ppid=27204 vsize=9824668 CPUtime=1718.15 cores=0,2,4,6
/proc/27206/stat : 27206 (java) S 27204 27206 22409 0 -1 4202496 38297 0 1 0 171664 151 0 0 20 0 22 0 254535357 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140735158761648 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27206/statm: 2456167 942100 2286 9 0 2446860 0
[pid=27206/tid=27208] ppid=27204 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/27206/task/27208/stat : 27208 (java) S 27204 27206 22409 0 -1 4202560 2544 0 1 0 61 4 0 0 20 0 22 0 254535358 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140507339387896 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27209] ppid=27204 vsize=9824668 CPUtime=2.33 cores=0,2,4,6
/proc/27206/task/27209/stat : 27209 (java) S 27204 27206 22409 0 -1 4202560 2153 0 0 0 224 9 0 0 20 0 22 0 254535359 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140507311839528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27210] ppid=27204 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/27206/task/27210/stat : 27210 (java) S 27204 27206 22409 0 -1 4202560 1563 0 0 0 241 9 0 0 20 0 22 0 254535359 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140507310786728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27206/tid=27211] ppid=27204 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/27206/task/27211/stat : 27211 (java) S 27204 27206 22409 0 -1 4202560 963 0 0 0 242 8 0 0 20 0 22 0 254535359 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140507309734440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27212] ppid=27204 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/27206/task/27212/stat : 27212 (java) S 27204 27206 22409 0 -1 4202560 689 0 0 0 249 8 0 0 20 0 22 0 254535359 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140507308681640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27213] ppid=27204 vsize=9824668 CPUtime=2.63 cores=0,2,4,6
/proc/27206/task/27213/stat : 27213 (java) S 27204 27206 22409 0 -1 4202560 1839 0 0 0 252 11 0 0 20 0 22 0 254535359 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140507307629352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27214] ppid=27204 vsize=9824668 CPUtime=2.53 cores=0,2,4,6
/proc/27206/task/27214/stat : 27214 (java) S 27204 27206 22409 0 -1 4202560 1286 0 0 0 243 10 0 0 20 0 22 0 254535359 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140507306576552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27215] ppid=27204 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/27206/task/27215/stat : 27215 (java) S 27204 27206 22409 0 -1 4202560 1507 0 0 0 248 9 0 0 20 0 22 0 254535359 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140507176545320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27216] ppid=27204 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/27206/task/27216/stat : 27216 (java) S 27204 27206 22409 0 -1 4202560 900 0 0 0 242 8 0 0 20 0 22 0 254535359 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140507175492520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27206/tid=27217] ppid=27204 vsize=9824668 CPUtime=57.72 cores=0,2,4,6
/proc/27206/task/27217/stat : 27217 (java) S 27204 27206 22409 0 -1 4202560 3820 0 0 0 5751 21 0 0 20 0 22 0 254535360 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140506692544744 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27218] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27218/stat : 27218 (java) S 27204 27206 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254535360 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140506691490808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27219] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27219/stat : 27219 (java) S 27204 27206 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254535360 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140506690438408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27220] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27220/stat : 27220 (java) S 27204 27206 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535363 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140506689386896 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27221] ppid=27204 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/27206/task/27221/stat : 27221 (java) S 27204 27206 22409 0 -1 4202560 10949 0 0 0 137 2 0 0 20 0 22 0 254535363 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140506688334520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27222] ppid=27204 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/27206/task/27222/stat : 27222 (java) S 27204 27206 22409 0 -1 4202560 7546 0 0 0 147 1 0 0 20 0 22 0 254535363 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140506687281720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27223] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27223/stat : 27223 (java) S 27204 27206 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535363 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140506686229624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27224] ppid=27204 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/27206/task/27224/stat : 27224 (java) S 27204 27206 22409 0 -1 4202560 51 0 0 0 14 16 0 0 20 0 22 0 254535363 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140506685177032 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27225] ppid=27204 vsize=9824668 CPUtime=816.16 cores=0,2,4,6
/proc/27206/task/27225/stat : 27225 (java) R 27204 27206 22409 0 -1 4202560 123 0 0 0 81601 15 0 0 20 0 22 0 254535422 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140506684120352 140507188422032 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27226] ppid=27204 vsize=9824668 CPUtime=816.11 cores=0,2,4,6
/proc/27206/task/27226/stat : 27226 (java) R 27204 27206 22409 0 -1 4202560 1177 0 0 0 81564 47 0 0 20 0 22 0 254535422 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140506683066752 140507188462463 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27227] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27227/stat : 27227 (java) S 27204 27206 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254535424 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140506682016936 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27228] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27228/stat : 27228 (java) S 27204 27206 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254535424 10060460032 942100 33554432000 1073741824 1073778376 140735158770512 140506680964136 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1718.15
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+924.007 s]
/proc/loadavg: 3.86 3.88 3.82 5/219 27303
/proc/meminfo: memFree=23751596/32873648 swapFree=6336/6336
[pid=27206] ppid=27204 vsize=9824668 CPUtime=1800.02 cores=0,2,4,6
/proc/27206/stat : 27206 (java) S 27204 27206 22409 0 -1 4202496 38411 0 1 0 179849 153 0 0 20 0 22 0 254535357 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140735158761648 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27206/statm: 2456167 943150 2286 9 0 2446860 0
[pid=27206/tid=27208] ppid=27204 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/27206/task/27208/stat : 27208 (java) S 27204 27206 22409 0 -1 4202560 2544 0 1 0 61 4 0 0 20 0 22 0 254535358 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140507339387896 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27209] ppid=27204 vsize=9824668 CPUtime=2.49 cores=0,2,4,6
/proc/27206/task/27209/stat : 27209 (java) S 27204 27206 22409 0 -1 4202560 2165 0 0 0 240 9 0 0 20 0 22 0 254535359 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140507311839528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27210] ppid=27204 vsize=9824668 CPUtime=2.63 cores=0,2,4,6
/proc/27206/task/27210/stat : 27210 (java) S 27204 27206 22409 0 -1 4202560 1571 0 0 0 254 9 0 0 20 0 22 0 254535359 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140507310786728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27206/tid=27211] ppid=27204 vsize=9824668 CPUtime=2.58 cores=0,2,4,6
/proc/27206/task/27211/stat : 27211 (java) S 27204 27206 22409 0 -1 4202560 969 0 0 0 250 8 0 0 20 0 22 0 254535359 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140507309734440 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27212] ppid=27204 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/27206/task/27212/stat : 27212 (java) S 27204 27206 22409 0 -1 4202560 712 0 0 0 262 8 0 0 20 0 22 0 254535359 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140507308681640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27213] ppid=27204 vsize=9824668 CPUtime=2.73 cores=0,2,4,6
/proc/27206/task/27213/stat : 27213 (java) S 27204 27206 22409 0 -1 4202560 1842 0 0 0 262 11 0 0 20 0 22 0 254535359 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140507307629352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27206/tid=27214] ppid=27204 vsize=9824668 CPUtime=2.64 cores=0,2,4,6
/proc/27206/task/27214/stat : 27214 (java) S 27204 27206 22409 0 -1 4202560 1293 0 0 0 254 10 0 0 20 0 22 0 254535359 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140507306576552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27215] ppid=27204 vsize=9824668 CPUtime=2.78 cores=0,2,4,6
/proc/27206/task/27215/stat : 27215 (java) S 27204 27206 22409 0 -1 4202560 1512 0 0 0 269 9 0 0 20 0 22 0 254535359 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140507176545320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27216] ppid=27204 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/27206/task/27216/stat : 27216 (java) S 27204 27206 22409 0 -1 4202560 906 0 0 0 257 8 0 0 20 0 22 0 254535359 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140507175492520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27217] ppid=27204 vsize=9824668 CPUtime=59.76 cores=0,2,4,6
/proc/27206/task/27217/stat : 27217 (java) S 27204 27206 22409 0 -1 4202560 3857 0 0 0 5954 22 0 0 20 0 22 0 254535360 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140506692544744 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27206/tid=27218] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27218/stat : 27218 (java) S 27204 27206 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254535360 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140506691490808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27219] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27219/stat : 27219 (java) S 27204 27206 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254535360 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140506690438408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27220] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27220/stat : 27220 (java) S 27204 27206 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535363 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140506689386896 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27206/tid=27221] ppid=27204 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/27206/task/27221/stat : 27221 (java) S 27204 27206 22409 0 -1 4202560 10949 0 0 0 137 2 0 0 20 0 22 0 254535363 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140506688334520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27222] ppid=27204 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/27206/task/27222/stat : 27222 (java) S 27204 27206 22409 0 -1 4202560 7546 0 0 0 147 1 0 0 20 0 22 0 254535363 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140506687281720 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27223] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27223/stat : 27223 (java) S 27204 27206 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254535363 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140506686229624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27224] ppid=27204 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/27206/task/27224/stat : 27224 (java) S 27204 27206 22409 0 -1 4202560 53 0 0 0 14 16 0 0 20 0 22 0 254535363 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140506685177032 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27225] ppid=27204 vsize=9824668 CPUtime=855.45 cores=0,2,4,6
/proc/27206/task/27225/stat : 27225 (java) R 27204 27206 22409 0 -1 4202560 126 0 0 0 85529 16 0 0 20 0 22 0 254535422 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140506684120368 140507188462197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27226] ppid=27204 vsize=9824668 CPUtime=855.4 cores=0,2,4,6
/proc/27206/task/27226/stat : 27226 (java) R 27204 27206 22409 0 -1 4202560 1179 0 0 0 85493 47 0 0 20 0 22 0 254535422 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140506683066648 140507188367329 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27206/tid=27227] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27227/stat : 27227 (java) S 27204 27206 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254535424 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140506682016936 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27206/tid=27228] ppid=27204 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27206/task/27228/stat : 27228 (java) S 27204 27206 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254535424 10060460032 943150 33554432000 1073741824 1073778376 140735158770512 140506680964136 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824668

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27206 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=128251
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=971700
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 924.081
CPU time (s): 1800.02
CPU user time (s): 1798.49
CPU system time (s): 1.53
CPU usage (%): 194.79
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.13
system time used= 1.9717
maximum resident set size= 3772720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38442
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25333
involuntary context switches= 36820

runsolver used 4.11237 second user time and 7.71383 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-24 20:28:01
IDJOB=3689664
IDBENCH=90158
IDSOLVER=2268
FILE ID=node112/3689664-1337884081
RUNJOBID= node112-1337871881-22425
PBS_JOBID= 14620092
Free space on /tmp= 71700 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K131.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689664-1337884081/watcher-3689664-1337884081 -o /tmp/evaluation-result-3689664-1337884081/solver-3689664-1337884081 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689664-1337884081.opb

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

MD5SUM BENCH= e9be7f2de41339e64a2918d1bf7ead92
RANDOM SEED=2040833991

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25125640 kB
Buffers:          202860 kB
Cached:          3683704 kB
SwapCached:            0 kB
Active:          3557232 kB
Inactive:        3407836 kB
Active(anon):    3081076 kB
Inactive(anon):        0 kB
Active(file):     476156 kB
Inactive(file):  3407836 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1264 kB
Writeback:             0 kB
AnonPages:       3097068 kB
Mapped:            22548 kB
Shmem:               200 kB
Slab:             628944 kB
SReclaimable:      73072 kB
SUnreclaim:       555872 kB
KernelStack:        1632 kB
PageTables:        10328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3213756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3024896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node112 at 2012-05-24 20:43:27