Trace number 3689706

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.69 927.083

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K132.opb
MD5SUM88bbbc51beb841161685a00fb4d24f63
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 variables15708
Total number of constraints15974
Number of constraints which are clauses15842
Number of constraints which are cardinality constraints (but not clauses)132
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint132
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 133
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.03/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3689706-1337884409.opb
0.07/0.13	c reading problem ... 
1.27/0.67	c ... done. Wall clock time 0.545s.
1.27/0.67	c declared #vars     15708
1.27/0.67	c #constraints  15974
1.27/0.67	c constraints type 
1.27/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14137
1.27/0.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 132
1.27/0.67	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.27/0.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1703
1.27/0.67	c 15974 constraints processed.
1.27/0.67	c constraints type 
1.27/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1703
1.27/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14137
1.27/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 132
1.27/0.67	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.27/0.67	c 15974 constraints processed.
6.65/2.47	c cleaning 2484 clauses out of 4997 with flag 5002/5002
11.29/4.44	c cleaning 4250 clauses out of 8506 with flag 11000/11000
15.66/6.61	c cleaning 5583 clauses out of 11254 with flag 18004/18004
20.39/9.09	c cleaning 6790 clauses out of 13660 with flag 26000/26000
25.92/11.85	c cleaning 7849 clauses out of 15871 with flag 35002/35002
31.82/14.86	c cleaning 8965 clauses out of 18022 with flag 45002/45002
38.91/18.45	c cleaning 9936 clauses out of 20059 with flag 56004/56004
46.78/22.48	c cleaning 10885 clauses out of 22118 with flag 68000/68000
56.42/27.32	c cleaning 11907 clauses out of 24233 with flag 81000/81000
67.12/32.76	c cleaning 13048 clauses out of 26323 with flag 95000/95000
77.75/38.14	c cleaning 13967 clauses out of 28275 with flag 110000/110000
89.11/43.97	c cleaning 15126 clauses out of 30307 with flag 126000/126000
102.12/50.64	c cleaning 16037 clauses out of 32179 with flag 143001/143001
114.63/57.07	c cleaning 16962 clauses out of 34141 with flag 161000/161000
133.78/66.78	c cleaning 17944 clauses out of 36180 with flag 180002/180002
149.07/74.52	c cleaning 18985 clauses out of 38235 with flag 200001/200001
165.74/83.11	c cleaning 19944 clauses out of 40248 with flag 221000/221000
181.96/91.43	c cleaning 20832 clauses out of 42304 with flag 243001/243001
201.15/101.27	c cleaning 22033 clauses out of 44471 with flag 266000/266000
219.90/110.90	c cleaning 22827 clauses out of 46439 with flag 290002/290002
241.59/122.09	c cleaning 24158 clauses out of 48610 with flag 315001/315001
261.24/132.20	c cleaning 24063 clauses out of 50451 with flag 341000/341000
280.42/142.03	c cleaning 25292 clauses out of 53389 with flag 368001/368001
299.52/151.98	c cleaning 26179 clauses out of 56095 with flag 396000/396000
321.48/163.47	c cleaning 27260 clauses out of 58916 with flag 425000/425000
346.01/176.06	c cleaning 27820 clauses out of 61655 with flag 455000/455000
375.37/192.14	c cleaning 29219 clauses out of 64834 with flag 486000/486000
399.97/204.91	c cleaning 29633 clauses out of 67615 with flag 518000/518000
424.85/217.78	c cleaning 31108 clauses out of 70982 with flag 551000/551000
436.87/224.14	c cleaning 0 clauses out of 5000 with flag 0/5000
465.79/238.86	c cleaning 31540 clauses out of 73874 with flag 585000/585000
519.67/266.37	c cleaning 32913 clauses out of 77335 with flag 620001/620001
558.30/286.00	c cleaning 34119 clauses out of 80420 with flag 656000/656000
592.27/303.46	c cleaning 34935 clauses out of 83301 with flag 693000/693000
624.57/320.08	c cleaning 35570 clauses out of 86368 with flag 731002/731002
663.46/340.25	c cleaning 37400 clauses out of 89796 with flag 770000/770000
728.57/373.28	c cleaning 37661 clauses out of 92397 with flag 810001/810001
789.46/404.20	c cleaning 39285 clauses out of 95734 with flag 851000/851000
821.79/421.40	c cleaning 39115 clauses out of 98451 with flag 893002/893002
872.44/448.71	c cleaning 40710 clauses out of 102336 with flag 936002/936002
906.42/466.22	c cleaning 41453 clauses out of 105626 with flag 980002/980002
952.46/489.88	c cleaning 42180 clauses out of 109171 with flag 1025000/1025000
991.25/510.40	c cleaning 43981 clauses out of 112990 with flag 1071000/1071000
1033.23/532.07	c cleaning 44552 clauses out of 116009 with flag 1118000/1118000
1085.38/558.81	c cleaning 45829 clauses out of 119457 with flag 1166000/1166000
1124.07/578.97	c cleaning 46078 clauses out of 122628 with flag 1215000/1215000
1165.62/600.95	c cleaning 47441 clauses out of 126551 with flag 1265001/1265001
1207.90/622.86	c cleaning 48025 clauses out of 130109 with flag 1316000/1316000
1252.87/646.07	c cleaning 49389 clauses out of 134085 with flag 1368001/1368001
1306.27/673.57	c cleaning 50443 clauses out of 137691 with flag 1421001/1421001
1360.80/702.14	c cleaning 51411 clauses out of 141248 with flag 1475001/1475001
1414.62/729.86	c cleaning 52626 clauses out of 144836 with flag 1530000/1530000
1502.68/775.31	c cleaning 54198 clauses out of 148213 with flag 1586003/1586003
1584.54/817.37	c cleaning 55087 clauses out of 151012 with flag 1643000/1643000
1651.77/851.63	c cleaning 55523 clauses out of 153925 with flag 1701000/1701000
1724.25/888.48	c cleaning 56032 clauses out of 157402 with flag 1760000/1760000
1800.08/927.01	c starts		: 209
1800.08/927.01	c conflicts		: 1815620
1800.08/927.01	c decisions		: 22744679
1800.08/927.01	c propagations		: 1309485485
1800.08/927.01	c inspects		: 2611384949
1800.08/927.01	c shortcuts		: 0
1800.08/927.01	c learnt literals	: 48
1800.08/927.01	c learnt binary clauses	: 87637
1800.08/927.01	c learnt ternary clauses	: 100889
1800.08/927.01	c learnt constraints	: 1815572
1800.08/927.01	c ignored constraints	: 0
1800.08/927.01	c root simplifications	: 0
1800.08/927.01	c removed literals (reason simplification)	: 21968256
1800.08/927.01	c reason swapping (by a shorter reason)	: 0
1800.08/927.01	c Calls to reduceDB	: 55
1800.08/927.01	c number of reductions to clauses (during analyze)	: 0
1800.08/927.01	c number of learned constraints concerned by reduction	: 0
1800.08/927.01	c number of learning phase by resolution	: 0
1800.08/927.01	c number of learning phase by cutting planes	: 0
1800.08/927.01	c speed (assignments/second)	: 1413661.0004447764
1800.08/927.01	c non guided choices	11295
1800.08/927.06	c learnt constraints type 
1800.08/927.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 87637
1800.08/927.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 69377
1800.08/927.06	c constraints type 
1800.08/927.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14137
1800.08/927.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 132
1800.08/927.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.08/927.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1703
1800.08/927.06	c 15974 constraints processed.
1800.08/927.06	c constraints type 
1800.08/927.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1703
1800.08/927.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14137
1800.08/927.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 132
1800.08/927.06	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.08/927.06	c 15974 constraints processed.
1800.08/927.06	s UNKNOWN
1800.08/927.06	c Total wall clock time (in seconds): 926.933

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.05 3.55 3.62 4/197 28238
/proc/meminfo: memFree=25977196/32873844 swapFree=7900/7900
[pid=28238] ppid=28236 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/28238/stat : 28238 (java) R 28236 28238 23987 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 254565499 278528 33 33554432000 1073741824 1073778376 140735165263152 140735165260328 225435544871 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28238/statm: 68 33 25 9 0 25 0

[startup+0.0629801 s]
/proc/loadavg: 3.05 3.55 3.62 4/197 28238
/proc/meminfo: memFree=25977196/32873844 swapFree=7900/7900
[pid=28238] ppid=28236 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/28238/stat : 28238 (java) S 28236 28238 23987 0 -1 4202496 3061 0 1 0 2 1 0 0 20 0 13 0 254565499 9446973440 3759 33554432000 1073741824 1073778376 140737012932272 140737012923408 225448067133 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28238/statm: 2306390 3759 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100321 s]
/proc/loadavg: 3.05 3.55 3.62 4/197 28238
/proc/meminfo: memFree=25977196/32873844 swapFree=7900/7900
[pid=28238] ppid=28236 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/28238/stat : 28238 (java) S 28236 28238 23987 0 -1 4202496 3871 0 1 0 6 1 0 0 20 0 18 0 254565499 9787813888 5071 33554432000 1073741824 1073778376 140737012932272 140737012923408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28238/statm: 2389603 5071 2029 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300254 s]
/proc/loadavg: 3.05 3.55 3.62 4/197 28238
/proc/meminfo: memFree=25977196/32873844 swapFree=7900/7900
[pid=28238] ppid=28236 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/28238/stat : 28238 (java) S 28236 28238 23987 0 -1 4202496 7281 0 1 0 51 2 0 0 20 0 18 0 254565499 9787813888 10734 33554432000 1073741824 1073778376 140737012932272 140737012923408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28238/statm: 2389603 10734 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700205 s]
/proc/loadavg: 3.05 3.55 3.62 4/197 28238
/proc/meminfo: memFree=25977196/32873844 swapFree=7900/7900
[pid=28238] ppid=28236 vsize=9691540 CPUtime=1.58 cores=1,3,5,7
/proc/28238/stat : 28238 (java) S 28236 28238 23987 0 -1 4202496 14612 0 1 0 151 7 0 0 20 0 20 0 254565499 9924136960 41077 33554432000 1073741824 1073778376 140737012932272 140737012923408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28238/statm: 2422885 41077 2248 9 0 2413578 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9691540

[startup+1.50079 s]
/proc/loadavg: 3.05 3.55 3.62 7/219 28260
/proc/meminfo: memFree=25800916/32873844 swapFree=7900/7900
[pid=28238] ppid=28236 vsize=9824668 CPUtime=4.62 cores=1,3,5,7
/proc/28238/stat : 28238 (java) S 28236 28238 23987 0 -1 4202496 23541 0 1 0 450 12 0 0 20 0 22 0 254565499 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 140737012923408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28238/statm: 2456167 51248 2272 9 0 2446860 0
[pid=28238/tid=28240] ppid=28236 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/28238/task/28240/stat : 28240 (java) S 28236 28238 23987 0 -1 4202560 2507 0 1 0 59 4 0 0 20 0 22 0 254565501 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139870150673400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28241] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28241/stat : 28241 (java) S 28236 28238 23987 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254565502 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139870112164136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28242] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28242/stat : 28242 (java) S 28236 28238 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565503 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139870111111336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28243] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28243/stat : 28243 (java) S 28236 28238 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254565503 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139870110059048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28244] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28244/stat : 28244 (java) S 28236 28238 23987 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254565503 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139870109006248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28245] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28245/stat : 28245 (java) S 28236 28238 23987 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254565503 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139870107953960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28246] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28246/stat : 28246 (java) S 28236 28238 23987 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254565503 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139869988842152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28247] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28247/stat : 28247 (java) S 28236 28238 23987 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254565503 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139869987789864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28248] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28248/stat : 28248 (java) S 28236 28238 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254565503 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139869986737064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28249] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28249/stat : 28249 (java) S 28236 28238 23987 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254565504 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139869974538472 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28250] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28250/stat : 28250 (java) S 28236 28238 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254565504 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139869973484536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28251] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28251/stat : 28251 (java) S 28236 28238 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254565504 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139869368083720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28252] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28252/stat : 28252 (java) S 28236 28238 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565507 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139869367032208 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28253] ppid=28236 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/28238/task/28253/stat : 28253 (java) S 28236 28238 23987 0 -1 4202560 11493 0 0 0 108 3 0 0 20 0 22 0 254565507 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139869365979832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28254] ppid=28236 vsize=9824668 CPUtime=1.18 cores=1,3,5,7
/proc/28238/task/28254/stat : 28254 (java) S 28236 28238 23987 0 -1 4202560 8123 0 0 0 115 3 0 0 20 0 22 0 254565507 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139869364927032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28255] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28255/stat : 28255 (java) S 28236 28238 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565507 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139869363874936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28256] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28256/stat : 28256 (java) S 28236 28238 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565507 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139869362822344 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28257] ppid=28236 vsize=9824668 CPUtime=0.78 cores=1,3,5,7
/proc/28238/task/28257/stat : 28257 (java) R 28236 28238 23987 0 -1 4202560 24 0 0 0 78 0 0 0 20 0 22 0 254565567 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139869361765048 139869989822408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28258] ppid=28236 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/28238/task/28258/stat : 28258 (java) R 28236 28238 23987 0 -1 4202560 86 0 0 0 77 0 0 0 20 0 22 0 254565567 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139869360714152 139869989884996 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28259] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28259/stat : 28259 (java) S 28236 28238 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565570 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139869359662248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28260] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28260/stat : 28260 (java) S 28236 28238 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565570 10060460032 51248 33554432000 1073741824 1073778376 140737012932272 139869358609448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 9824668

[startup+3.10088 s]
/proc/loadavg: 3.05 3.55 3.62 5/219 28260
/proc/meminfo: memFree=25761260/32873844 swapFree=7900/7900
[pid=28238] ppid=28236 vsize=9824668 CPUtime=8.52 cores=1,3,5,7
/proc/28238/stat : 28238 (java) S 28236 28238 23987 0 -1 4202496 27666 0 1 0 833 19 0 0 20 0 22 0 254565499 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 140737012923408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28238/statm: 2456167 66671 2284 9 0 2446860 0
[pid=28238/tid=28240] ppid=28236 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/28238/task/28240/stat : 28240 (java) S 28236 28238 23987 0 -1 4202560 2507 0 1 0 59 4 0 0 20 0 22 0 254565501 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139870150673400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28241] ppid=28236 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/28238/task/28241/stat : 28241 (java) S 28236 28238 23987 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 22 0 254565502 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139870112164136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28242] ppid=28236 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28238/task/28242/stat : 28242 (java) S 28236 28238 23987 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254565503 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139870111111336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28243] ppid=28236 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28238/task/28243/stat : 28243 (java) S 28236 28238 23987 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 22 0 254565503 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139870110059048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28244] ppid=28236 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28238/task/28244/stat : 28244 (java) S 28236 28238 23987 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254565503 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139870109006248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28245] ppid=28236 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/28238/task/28245/stat : 28245 (java) S 28236 28238 23987 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 254565503 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139870107953960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28246] ppid=28236 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/28238/task/28246/stat : 28246 (java) S 28236 28238 23987 0 -1 4202560 18 0 0 0 2 2 0 0 20 0 22 0 254565503 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139869988842152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28247] ppid=28236 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28238/task/28247/stat : 28247 (java) S 28236 28238 23987 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254565503 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139869987789864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28248] ppid=28236 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/28238/task/28248/stat : 28248 (java) S 28236 28238 23987 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 254565503 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139869986737064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28249] ppid=28236 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/28238/task/28249/stat : 28249 (java) S 28236 28238 23987 0 -1 4202560 102 0 0 0 6 0 0 0 20 0 22 0 254565504 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139869974538472 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28250] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28250/stat : 28250 (java) S 28236 28238 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254565504 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139869973484536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28251] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28251/stat : 28251 (java) S 28236 28238 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254565504 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139869368083720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28252] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28252/stat : 28252 (java) S 28236 28238 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565507 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139869367032208 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28253] ppid=28236 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/28238/task/28253/stat : 28253 (java) S 28236 28238 23987 0 -1 4202560 11508 0 0 0 126 3 0 0 20 0 22 0 254565507 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139869365979832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28254] ppid=28236 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/28238/task/28254/stat : 28254 (java) S 28236 28238 23987 0 -1 4202560 12118 0 0 0 166 4 0 0 20 0 22 0 254565507 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139869364927032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28255] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28255/stat : 28255 (java) S 28236 28238 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565507 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139869363874936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28256] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28256/stat : 28256 (java) S 28236 28238 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565507 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139869362822344 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28257] ppid=28236 vsize=9824668 CPUtime=2.24 cores=1,3,5,7
/proc/28238/task/28257/stat : 28257 (java) R 28236 28238 23987 0 -1 4202560 24 0 0 0 224 0 0 0 20 0 22 0 254565567 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139869361766808 139869989815640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28258] ppid=28236 vsize=9824668 CPUtime=2.21 cores=1,3,5,7
/proc/28238/task/28258/stat : 28258 (java) R 28236 28238 23987 0 -1 4202560 86 0 0 0 221 0 0 0 20 0 22 0 254565567 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139869360711832 139869989754817 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28259] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28259/stat : 28259 (java) S 28236 28238 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565570 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139869359662248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28260] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28260/stat : 28260 (java) S 28236 28238 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565570 10060460032 66671 33554432000 1073741824 1073778376 140737012932272 139869358609448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.52
Current children cumulated vsize (KiB) 9824668

[startup+6.30086 s]
/proc/loadavg: 3.13 3.55 3.62 5/219 28260
/proc/meminfo: memFree=25594556/32873844 swapFree=7900/7900
[pid=28238] ppid=28236 vsize=9824668 CPUtime=15.02 cores=1,3,5,7
/proc/28238/stat : 28238 (java) S 28236 28238 23987 0 -1 4202496 27874 0 1 0 1480 22 0 0 20 0 22 0 254565499 10060460032 97285 33554432000 1073741824 1073778376 140737012932272 140737012923408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28238/statm: 2456167 97285 2285 9 0 2446860 0
[pid=28238/tid=28240] ppid=28236 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/28238/task/28240/stat : 28240 (java) S 28236 28238 23987 0 -1 4202560 2507 0 1 0 59 4 0 0 20 0 22 0 254565501 10060460032 97285 33554432000 1073741824 1073778376 140737012932272 139870150673400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28241] ppid=28236 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/28238/task/28241/stat : 28241 (java) S 28236 28238 23987 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 22 0 254565502 10060460032 97285 33554432000 1073741824 1073778376 140737012932272 139870112164136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28242] ppid=28236 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28238/task/28242/stat : 28242 (java) S 28236 28238 23987 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 254565503 10060460032 97285 33554432000 1073741824 1073778376 140737012932272 139870111111336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28243] ppid=28236 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/28238/task/28243/stat : 28243 (java) S 28236 28238 23987 0 -1 4202560 20 0 0 0 3 2 0 0 20 0 22 0 254565503 10060460032 97285 33554432000 1073741824 1073778376 140737012932272 139870110059048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28244] ppid=28236 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28238/task/28244/stat : 28244 (java) S 28236 28238 23987 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 254565503 10060460032 97285 33554432000 1073741824 1073778376 140737012932272 139870109006248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28245] ppid=28236 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/28238/task/28245/stat : 28245 (java) S 28236 28238 23987 0 -1 4202560 25 0 0 0 4 2 0 0 20 0 22 0 254565503 10060460032 97285 33554432000 1073741824 1073778376 140737012932272 139870107953960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28246] ppid=28236 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/28238/task/28246/stat : 28246 (java) S 28236 28238 23987 0 -1 4202560 21 0 0 0 4 2 0 0 20 0 22 0 254565503 10060460032 97285 33554432000 1073741824 1073778376 140737012932272 139869988842152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28247] ppid=28236 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28238/task/28247/stat : 28247 (java) S 28236 28238 23987 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 254565503 10060460032 97285 33554432000 1073741824 1073778376 140737012932272 139869987789864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28248] ppid=28236 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28238/task/28248/stat : 28248 (java) S 28236 28238 23987 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 254565503 10060460032 97285 33554432000 1073741824 1073778376 140737012932272 139869986737064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28249] ppid=28236 vsize=9824668 CPUtime=0.16 cores=1,3,5,7
/proc/28238/task/28249/stat : 28249 (java) S 28236 28238 23987 0 -1 4202560 237 0 0 0 16 0 0 0 20 0 22 0 254565504 10060460032 97285 33554432000 1073741824 1073778376 140737012932272 139869974538472 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28250] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28250/stat : 28250 (java) S 28236 28238 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254565504 10060460032 97285 33554432000 1073741824 1073778376 140737012932272 139869973484536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28251] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28251/stat : 28251 (java) S 28236 28238 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254565504 10060460032 97285 33554432000 1073741824 1073778376 140737012932272 139869368083720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28252] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28252/stat : 28252 (java) S 28236 28238 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565507 10060460032 97285 33554432000 1073741824 1073778376 140737012932272 139869367032208 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28253] ppid=28236 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/28238/task/28253/stat : 28253 (java) S 28236 28238 23987 0 -1 4202560 11508 0 0 0 129 3 0 0 20 0 22 0 254565507 10060460032 97285 33554432000 1073741824 1073778376 140737012932272 139869365979832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=28238/tid=28258] ppid=28236 vsize=9824668 CPUtime=701.26 cores=1,3,5,7
/proc/28238/task/28258/stat : 28258 (java) R 28236 28238 23987 0 -1 4202560 1595 0 0 0 70072 54 0 0 20 0 22 0 254565567 10060460032 976691 33554432000 1073741824 1073778376 140737012932272 139869360712872 139869989885130 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28259] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28259/stat : 28259 (java) S 28236 28238 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565570 10060460032 976691 33554432000 1073741824 1073778376 140737012932272 139869359662248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28260] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28260/stat : 28260 (java) S 28236 28238 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565570 10060460032 976691 33554432000 1073741824 1073778376 140737012932272 139869358609448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1476.4
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.90 3.85 3.76 5/219 28328
/proc/meminfo: memFree=22145692/32873844 swapFree=7900/7900
[pid=28238] ppid=28236 vsize=9824668 CPUtime=1592.84 cores=1,3,5,7
/proc/28238/stat : 28238 (java) S 28236 28238 23987 0 -1 4202496 37432 0 1 0 159132 152 0 0 20 0 22 0 254565499 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 140737012923408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28238/statm: 2456167 977061 2286 9 0 2446860 0
[pid=28238/tid=28240] ppid=28236 vsize=9824668 CPUtime=0.67 cores=1,3,5,7
/proc/28238/task/28240/stat : 28240 (java) S 28236 28238 23987 0 -1 4202560 2541 0 1 0 62 5 0 0 20 0 22 0 254565501 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139870150673400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28241] ppid=28236 vsize=9824668 CPUtime=1.9 cores=1,3,5,7
/proc/28238/task/28241/stat : 28241 (java) S 28236 28238 23987 0 -1 4202560 309 0 0 0 182 8 0 0 20 0 22 0 254565502 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139870112164136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28242] ppid=28236 vsize=9824668 CPUtime=1.75 cores=1,3,5,7
/proc/28238/task/28242/stat : 28242 (java) S 28236 28238 23987 0 -1 4202560 601 0 0 0 168 7 0 0 20 0 22 0 254565503 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139870111111336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28243] ppid=28236 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/28238/task/28243/stat : 28243 (java) S 28236 28238 23987 0 -1 4202560 807 0 0 0 175 8 0 0 20 0 22 0 254565503 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139870110059048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28244] ppid=28236 vsize=9824668 CPUtime=1.73 cores=1,3,5,7
/proc/28238/task/28244/stat : 28244 (java) S 28236 28238 23987 0 -1 4202560 346 0 0 0 165 8 0 0 20 0 22 0 254565503 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139870109006248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28245] ppid=28236 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/28238/task/28245/stat : 28245 (java) S 28236 28238 23987 0 -1 4202560 305 0 0 0 164 7 0 0 20 0 22 0 254565503 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139870107953960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28246] ppid=28236 vsize=9824668 CPUtime=1.67 cores=1,3,5,7
/proc/28238/task/28246/stat : 28246 (java) S 28236 28238 23987 0 -1 4202560 271 0 0 0 160 7 0 0 20 0 22 0 254565503 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139869988842152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28247] ppid=28236 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/28238/task/28247/stat : 28247 (java) S 28236 28238 23987 0 -1 4202560 524 0 0 0 177 7 0 0 20 0 22 0 254565503 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139869987789864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28248] ppid=28236 vsize=9824668 CPUtime=1.81 cores=1,3,5,7
/proc/28238/task/28248/stat : 28248 (java) S 28236 28238 23987 0 -1 4202560 208 0 0 0 175 6 0 0 20 0 22 0 254565503 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139869986737064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28249] ppid=28236 vsize=9824668 CPUtime=61.55 cores=1,3,5,7
/proc/28238/task/28249/stat : 28249 (java) S 28236 28238 23987 0 -1 4202560 4959 0 0 0 6133 22 0 0 20 0 22 0 254565504 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139869974538472 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28250] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28250/stat : 28250 (java) S 28236 28238 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254565504 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139869973484536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28251] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28251/stat : 28251 (java) S 28236 28238 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254565504 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139869368083720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28252] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28252/stat : 28252 (java) S 28236 28238 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565507 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139869367032208 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28253] ppid=28236 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/28238/task/28253/stat : 28253 (java) S 28236 28238 23987 0 -1 4202560 11514 0 0 0 138 3 0 0 20 0 22 0 254565507 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139869365979832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28254] ppid=28236 vsize=9824668 CPUtime=2.41 cores=1,3,5,7
/proc/28238/task/28254/stat : 28254 (java) S 28236 28238 23987 0 -1 4202560 12136 0 0 0 237 4 0 0 20 0 22 0 254565507 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139869364927032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28255] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28255/stat : 28255 (java) S 28236 28238 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565507 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139869363874936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28256] ppid=28236 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/28238/task/28256/stat : 28256 (java) S 28236 28238 23987 0 -1 4202560 47 0 0 0 17 17 0 0 20 0 22 0 254565507 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139869362822344 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28257] ppid=28236 vsize=9824668 CPUtime=756.15 cores=1,3,5,7
/proc/28238/task/28257/stat : 28257 (java) R 28236 28238 23987 0 -1 4202560 79 0 0 0 75601 14 0 0 20 0 22 0 254565567 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139869361766624 139869989823168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28258] ppid=28236 vsize=9824668 CPUtime=756.09 cores=1,3,5,7
/proc/28238/task/28258/stat : 28258 (java) R 28236 28238 23987 0 -1 4202560 1598 0 0 0 75554 55 0 0 20 0 22 0 254565567 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139869360711952 139869989632048 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28259] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28259/stat : 28259 (java) S 28236 28238 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565570 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139869359662248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28260] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28260/stat : 28260 (java) S 28236 28238 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565570 10060460032 977061 33554432000 1073741824 1073778376 140737012932272 139869358609448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1592.84
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.53 4.00 3.81 5/219 28329
/proc/meminfo: memFree=22072772/32873844 swapFree=7900/7900
[pid=28238] ppid=28236 vsize=9824668 CPUtime=1711.74 cores=1,3,5,7
/proc/28238/stat : 28238 (java) S 28236 28238 23987 0 -1 4202496 37559 0 1 0 171019 155 0 0 20 0 22 0 254565499 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 140737012923408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28238/statm: 2456167 977148 2286 9 0 2446860 0
[pid=28238/tid=28240] ppid=28236 vsize=9824668 CPUtime=0.67 cores=1,3,5,7
/proc/28238/task/28240/stat : 28240 (java) S 28236 28238 23987 0 -1 4202560 2542 0 1 0 62 5 0 0 20 0 22 0 254565501 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139870150673400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28241] ppid=28236 vsize=9824668 CPUtime=2.08 cores=1,3,5,7
/proc/28238/task/28241/stat : 28241 (java) S 28236 28238 23987 0 -1 4202560 309 0 0 0 200 8 0 0 20 0 22 0 254565502 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139870112164136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28242] ppid=28236 vsize=9824668 CPUtime=1.98 cores=1,3,5,7
/proc/28238/task/28242/stat : 28242 (java) S 28236 28238 23987 0 -1 4202560 613 0 0 0 191 7 0 0 20 0 22 0 254565503 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139870111111336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28243] ppid=28236 vsize=9824668 CPUtime=2.04 cores=1,3,5,7
/proc/28238/task/28243/stat : 28243 (java) S 28236 28238 23987 0 -1 4202560 818 0 0 0 196 8 0 0 20 0 22 0 254565503 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139870110059048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28244] ppid=28236 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/28238/task/28244/stat : 28244 (java) S 28236 28238 23987 0 -1 4202560 370 0 0 0 179 8 0 0 20 0 22 0 254565503 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139870109006248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28245] ppid=28236 vsize=9824668 CPUtime=1.9 cores=1,3,5,7
/proc/28238/task/28245/stat : 28245 (java) S 28236 28238 23987 0 -1 4202560 305 0 0 0 183 7 0 0 20 0 22 0 254565503 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139870107953960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28246] ppid=28236 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/28238/task/28246/stat : 28246 (java) S 28236 28238 23987 0 -1 4202560 289 0 0 0 176 7 0 0 20 0 22 0 254565503 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139869988842152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28247] ppid=28236 vsize=9824668 CPUtime=2 cores=1,3,5,7
/proc/28238/task/28247/stat : 28247 (java) S 28236 28238 23987 0 -1 4202560 524 0 0 0 193 7 0 0 20 0 22 0 254565503 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139869987789864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28248] ppid=28236 vsize=9824668 CPUtime=1.96 cores=1,3,5,7
/proc/28238/task/28248/stat : 28248 (java) S 28236 28238 23987 0 -1 4202560 233 0 0 0 190 6 0 0 20 0 22 0 254565503 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139869986737064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28249] ppid=28236 vsize=9824668 CPUtime=63.34 cores=1,3,5,7
/proc/28238/task/28249/stat : 28249 (java) S 28236 28238 23987 0 -1 4202560 4982 0 0 0 6312 22 0 0 20 0 22 0 254565504 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139869974538472 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28250] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28250/stat : 28250 (java) S 28236 28238 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254565504 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139869973484536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28251] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28251/stat : 28251 (java) S 28236 28238 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254565504 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139869368083720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28252] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28252/stat : 28252 (java) S 28236 28238 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565507 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139869367032208 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28253] ppid=28236 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/28238/task/28253/stat : 28253 (java) S 28236 28238 23987 0 -1 4202560 11514 0 0 0 138 3 0 0 20 0 22 0 254565507 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139869365979832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28254] ppid=28236 vsize=9824668 CPUtime=2.41 cores=1,3,5,7
/proc/28238/task/28254/stat : 28254 (java) S 28236 28238 23987 0 -1 4202560 12136 0 0 0 237 4 0 0 20 0 22 0 254565507 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139869364927032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28255] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28255/stat : 28255 (java) S 28236 28238 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565507 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139869363874936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28256] ppid=28236 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/28238/task/28256/stat : 28256 (java) S 28236 28238 23987 0 -1 4202560 51 0 0 0 18 19 0 0 20 0 22 0 254565507 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139869362822344 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28257] ppid=28236 vsize=9824668 CPUtime=814 cores=1,3,5,7
/proc/28238/task/28257/stat : 28257 (java) R 28236 28238 23987 0 -1 4202560 84 0 0 0 81385 15 0 0 20 0 22 0 254565567 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139869361764576 139869989788416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28258] ppid=28236 vsize=9824668 CPUtime=813.93 cores=1,3,5,7
/proc/28238/task/28258/stat : 28258 (java) R 28236 28238 23987 0 -1 4202560 1602 0 0 0 81337 56 0 0 20 0 22 0 254565567 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139869360712768 139869989944590 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28259] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28259/stat : 28259 (java) S 28236 28238 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565570 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139869359662248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28260] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28260/stat : 28260 (java) S 28236 28238 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565570 10060460032 977148 33554432000 1073741824 1073778376 140737012932272 139869358609448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1711.74
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+927.001 s]
/proc/loadavg: 4.21 3.99 3.81 5/219 28329
/proc/meminfo: memFree=22064208/32873844 swapFree=7900/7900
[pid=28238] ppid=28236 vsize=9824668 CPUtime=1800.08 cores=1,3,5,7
/proc/28238/stat : 28238 (java) S 28236 28238 23987 0 -1 4202496 37806 0 1 0 179850 158 0 0 20 0 22 0 254565499 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 140737012923408 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28238/statm: 2456167 979927 2286 9 0 2446860 0
[pid=28238/tid=28240] ppid=28236 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/28238/task/28240/stat : 28240 (java) S 28236 28238 23987 0 -1 4202560 2543 0 1 0 62 6 0 0 20 0 22 0 254565501 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139870150673400 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28241] ppid=28236 vsize=9824668 CPUtime=2.3 cores=1,3,5,7
/proc/28238/task/28241/stat : 28241 (java) S 28236 28238 23987 0 -1 4202560 325 0 0 0 221 9 0 0 20 0 22 0 254565502 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139870112164136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28242] ppid=28236 vsize=9824668 CPUtime=2.2 cores=1,3,5,7
/proc/28238/task/28242/stat : 28242 (java) S 28236 28238 23987 0 -1 4202560 637 0 0 0 213 7 0 0 20 0 22 0 254565503 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139870111111336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28243] ppid=28236 vsize=9824668 CPUtime=2.22 cores=1,3,5,7
/proc/28238/task/28243/stat : 28243 (java) S 28236 28238 23987 0 -1 4202560 818 0 0 0 214 8 0 0 20 0 22 0 254565503 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139870110059048 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28244] ppid=28236 vsize=9824668 CPUtime=2.07 cores=1,3,5,7
/proc/28238/task/28244/stat : 28244 (java) S 28236 28238 23987 0 -1 4202560 383 0 0 0 199 8 0 0 20 0 22 0 254565503 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139870109006248 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28245] ppid=28236 vsize=9824668 CPUtime=2.13 cores=1,3,5,7
/proc/28238/task/28245/stat : 28245 (java) S 28236 28238 23987 0 -1 4202560 335 0 0 0 206 7 0 0 20 0 22 0 254565503 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139870107953960 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28246] ppid=28236 vsize=9824668 CPUtime=2.02 cores=1,3,5,7
/proc/28238/task/28246/stat : 28246 (java) S 28236 28238 23987 0 -1 4202560 290 0 0 0 195 7 0 0 20 0 22 0 254565503 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139869988842152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28247] ppid=28236 vsize=9824668 CPUtime=2.27 cores=1,3,5,7
/proc/28238/task/28247/stat : 28247 (java) S 28236 28238 23987 0 -1 4202560 560 0 0 0 220 7 0 0 20 0 22 0 254565503 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139869987789864 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28248] ppid=28236 vsize=9824668 CPUtime=2.08 cores=1,3,5,7
/proc/28238/task/28248/stat : 28248 (java) S 28236 28238 23987 0 -1 4202560 265 0 0 0 202 6 0 0 20 0 22 0 254565503 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139869986737064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28249] ppid=28236 vsize=9824668 CPUtime=65.16 cores=1,3,5,7
/proc/28238/task/28249/stat : 28249 (java) S 28236 28238 23987 0 -1 4202560 5067 0 0 0 6493 23 0 0 20 0 22 0 254565504 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139869974538472 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28250] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28250/stat : 28250 (java) S 28236 28238 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254565504 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139869973484536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28251] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28251/stat : 28251 (java) S 28236 28238 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254565504 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139869368083720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28252] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28252/stat : 28252 (java) S 28236 28238 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565507 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139869367032208 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28253] ppid=28236 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/28238/task/28253/stat : 28253 (java) S 28236 28238 23987 0 -1 4202560 11514 0 0 0 138 3 0 0 20 0 22 0 254565507 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139869365979832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28254] ppid=28236 vsize=9824668 CPUtime=2.41 cores=1,3,5,7
/proc/28238/task/28254/stat : 28254 (java) S 28236 28238 23987 0 -1 4202560 12136 0 0 0 237 4 0 0 20 0 22 0 254565507 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139869364927032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28238/tid=28255] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28255/stat : 28255 (java) S 28236 28238 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565507 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139869363874936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28256] ppid=28236 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/28238/task/28256/stat : 28256 (java) S 28236 28238 23987 0 -1 4202560 53 0 0 0 19 20 0 0 20 0 22 0 254565507 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139869362822344 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28257] ppid=28236 vsize=9824668 CPUtime=856.45 cores=1,3,5,7
/proc/28238/task/28257/stat : 28257 (java) R 28236 28238 23987 0 -1 4202560 88 0 0 0 85629 16 0 0 20 0 22 0 254565567 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139869361766912 139869989700278 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28238/tid=28258] ppid=28236 vsize=9824668 CPUtime=856.39 cores=1,3,5,7
/proc/28238/task/28258/stat : 28258 (java) R 28236 28238 23987 0 -1 4202560 1605 0 0 0 85582 57 0 0 20 0 22 0 254565567 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139869360712768 139869990303102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28238/tid=28259] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28259/stat : 28259 (java) S 28236 28238 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565570 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139869359662248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28238/tid=28260] ppid=28236 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28238/task/28260/stat : 28260 (java) S 28236 28238 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565570 10060460032 979927 33554432000 1073741824 1073778376 140737012932272 139869358609448 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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
Real time (s): 927.083
CPU time (s): 1800.69
CPU user time (s): 1798.63
CPU system time (s): 2.06269
CPU usage (%): 194.232
Max. virtual memory (cumulated for all children) (KiB): 9826636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 2.06269
maximum resident set size= 3919832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37838
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24495
involuntary context switches= 32070

runsolver used 3.53246 second user time and 8.97164 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 20:33:30
IDJOB=3689706
IDBENCH=90214
IDSOLVER=2268
FILE ID=node137/3689706-1337884409
RUNJOBID= node137-1337871881-24004
PBS_JOBID= 14620067
Free space on /tmp= 71516 MiB

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

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

MD5SUM BENCH= 88bbbc51beb841161685a00fb4d24f63
RANDOM SEED=1450070833

node137.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.600
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.20
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.600
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.600
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.600
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.600
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.91
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.600
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.90
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.600
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.600
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:       32873844 kB
MemFree:        25977576 kB
Buffers:          223172 kB
Cached:          2223744 kB
SwapCached:        22060 kB
Active:          4368744 kB
Inactive:        1739504 kB
Active(anon):    3640640 kB
Inactive(anon):    22680 kB
Active(file):     728104 kB
Inactive(file):  1716824 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:              1588 kB
Writeback:             0 kB
AnonPages:       3648444 kB
Mapped:            17916 kB
Shmem:                 0 kB
Slab:             639924 kB
SReclaimable:      81456 kB
SUnreclaim:       558468 kB
KernelStack:        1608 kB
PageTables:        11352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4108700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3575808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71516 MiB
End job on node137 at 2012-05-24 20:48:59