Trace number 3689652

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.03 918.663

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K200.opb
MD5SUM4ffc81aa318dee614e51a62344fd339d
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 variables23800
Total number of constraints24202
Number of constraints which are clauses24002
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint200
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 201
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689652-1337883990.opb
0.09/0.11	c reading problem ... 
1.49/0.76	c ... done. Wall clock time 0.643s.
1.49/0.76	c declared #vars     23800
1.49/0.76	c #constraints  24202
1.49/0.76	c constraints type 
1.49/0.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21413
1.49/0.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
1.49/0.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.49/0.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2587
1.49/0.76	c 24202 constraints processed.
1.49/0.76	c constraints type 
1.49/0.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2587
1.49/0.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21413
1.49/0.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 200
1.49/0.76	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.49/0.76	c 24202 constraints processed.
10.10/4.13	c cleaning 2478 clauses out of 4997 with flag 5000/5000
17.82/7.71	c cleaning 4242 clauses out of 8516 with flag 11000/11000
25.45/11.55	c cleaning 5576 clauses out of 11268 with flag 18000/18000
33.74/15.77	c cleaning 6784 clauses out of 13689 with flag 26000/26000
43.85/20.82	c cleaning 7729 clauses out of 15900 with flag 35000/35000
55.72/26.86	c cleaning 9014 clauses out of 18169 with flag 45000/45000
68.80/33.42	c cleaning 9956 clauses out of 20153 with flag 56000/56000
82.48/40.35	c cleaning 10997 clauses out of 22195 with flag 68000/68000
97.84/48.14	c cleaning 12029 clauses out of 24197 with flag 81001/81001
114.40/56.50	c cleaning 12914 clauses out of 26168 with flag 95001/95001
131.72/65.31	c cleaning 13927 clauses out of 28256 with flag 110003/110003
148.24/73.79	c cleaning 14745 clauses out of 30323 with flag 126003/126003
166.11/82.97	c cleaning 15089 clauses out of 32573 with flag 143000/143000
182.55/91.37	c cleaning 15800 clauses out of 35480 with flag 161000/161000
205.18/102.85	c cleaning 16931 clauses out of 38678 with flag 180000/180000
228.28/114.56	c cleaning 17672 clauses out of 41746 with flag 200000/200000
255.25/128.33	c cleaning 18529 clauses out of 45075 with flag 221002/221002
279.45/140.69	c cleaning 19750 clauses out of 48545 with flag 243003/243003
306.23/154.30	c cleaning 20575 clauses out of 51793 with flag 266001/266001
329.16/165.91	c cleaning 0 clauses out of 5001 with flag 0/5001
332.87/168.10	c cleaning 21446 clauses out of 55217 with flag 290000/290000
358.08/181.00	c cleaning 22355 clauses out of 58774 with flag 315004/315004
391.14/198.49	c cleaning 23339 clauses out of 62414 with flag 341000/341000
427.05/216.81	c cleaning 23959 clauses out of 66075 with flag 368000/368000
460.48/233.87	c cleaning 25006 clauses out of 70116 with flag 396000/396000
497.37/252.58	c cleaning 25724 clauses out of 74109 with flag 425000/425000
534.72/271.54	c cleaning 26924 clauses out of 78383 with flag 455000/455000
571.26/290.31	c cleaning 27601 clauses out of 82456 with flag 486000/486000
613.22/311.67	c cleaning 28715 clauses out of 86854 with flag 518000/518000
652.74/331.76	c cleaning 29550 clauses out of 91139 with flag 551000/551000
696.51/353.95	c cleaning 30544 clauses out of 95588 with flag 585000/585000
737.75/375.27	c cleaning 31573 clauses out of 100042 with flag 620000/620000
775.23/394.47	c cleaning 32368 clauses out of 104470 with flag 656001/656001
812.49/413.56	c cleaning 34038 clauses out of 109100 with flag 693000/693000
853.51/434.55	c cleaning 33973 clauses out of 113064 with flag 731002/731002
893.47/455.35	c cleaning 34983 clauses out of 118089 with flag 770000/770000
933.44/475.86	c cleaning 36191 clauses out of 123107 with flag 810001/810001
977.60/498.44	c cleaning 37460 clauses out of 127914 with flag 851000/851000
1025.57/522.93	c cleaning 37514 clauses out of 132453 with flag 893001/893001
1070.51/546.28	c cleaning 39067 clauses out of 137938 with flag 936001/936001
1117.50/570.24	c cleaning 40147 clauses out of 142873 with flag 980003/980003
1169.07/596.56	c cleaning 40910 clauses out of 147725 with flag 1025003/1025003
1219.21/622.16	c cleaning 42660 clauses out of 152813 with flag 1071001/1071001
1274.56/650.61	c cleaning 44317 clauses out of 157151 with flag 1118000/1118000
1332.33/680.08	c cleaning 44473 clauses out of 160836 with flag 1166002/1166002
1430.92/729.88	c cleaning 46059 clauses out of 165362 with flag 1215001/1215001
1487.88/758.83	c cleaning 44960 clauses out of 169303 with flag 1265001/1265001
1552.20/791.81	c cleaning 47015 clauses out of 175341 with flag 1316000/1316000
1610.37/821.47	c cleaning 47601 clauses out of 180326 with flag 1368000/1368000
1670.73/852.14	c cleaning 48491 clauses out of 185725 with flag 1421000/1421000
1733.13/883.82	c cleaning 49318 clauses out of 191234 with flag 1475000/1475000
1796.03/916.16	c cleaning 50056 clauses out of 196917 with flag 1530001/1530001
1800.03/918.61	c starts		: 190
1800.03/918.61	c conflicts		: 1532690
1800.03/918.61	c decisions		: 58818917
1800.03/918.61	c propagations		: 1650329745
1800.03/918.61	c inspects		: 2708137661
1800.03/918.61	c shortcuts		: 0
1800.03/918.61	c learnt literals	: 66
1800.03/918.61	c learnt binary clauses	: 132304
1800.03/918.61	c learnt ternary clauses	: 112234
1800.03/918.61	c learnt constraints	: 1532624
1800.03/918.61	c ignored constraints	: 0
1800.03/918.61	c root simplifications	: 0
1800.03/918.61	c removed literals (reason simplification)	: 7776763
1800.03/918.61	c reason swapping (by a shorter reason)	: 0
1800.03/918.61	c Calls to reduceDB	: 51
1800.03/918.61	c number of reductions to clauses (during analyze)	: 0
1800.03/918.61	c number of learned constraints concerned by reduction	: 0
1800.03/918.61	c number of learning phase by resolution	: 0
1800.03/918.61	c number of learning phase by cutting planes	: 0
1800.03/918.61	c speed (assignments/second)	: 1798080.8483933283
1800.03/918.61	c non guided choices	78334
1800.03/918.64	c learnt constraints type 
1800.03/918.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 132315
1800.03/918.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17357
1800.03/918.64	c constraints type 
1800.03/918.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21413
1800.03/918.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
1800.03/918.64	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.03/918.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2587
1800.03/918.64	c 24202 constraints processed.
1800.03/918.64	c constraints type 
1800.03/918.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2587
1800.03/918.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21413
1800.03/918.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 200
1800.03/918.64	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.03/918.64	c 24202 constraints processed.
1800.03/918.64	s UNKNOWN
1800.03/918.64	c Total wall clock time (in seconds): 918.529

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-3689652-1337883990/watcher-3689652-1337883990 -o /tmp/evaluation-result-3689652-1337883990/solver-3689652-1337883990 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689652-1337883990.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.81 3.94 3.90 4/197 28357
/proc/meminfo: memFree=25625420/32873844 swapFree=6080/6080
[pid=28357] ppid=28355 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28357/stat : 28357 (java) R 28355 28357 24394 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254523546 9515008 184 33554432000 1073741824 1073778376 140735492421504 140735492412728 248790019511 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28357/statm: 2323 184 142 9 0 71 0

[startup+0.0514791 s]
/proc/loadavg: 3.81 3.94 3.90 4/197 28357
/proc/meminfo: memFree=25625420/32873844 swapFree=6080/6080
[pid=28357] ppid=28355 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/28357/stat : 28357 (java) S 28355 28357 24394 0 -1 4202496 3059 0 1 0 3 0 0 0 20 0 13 0 254523546 9446973440 3758 33554432000 1073741824 1073778376 140735323827696 140735323818832 248793563197 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28357/statm: 2306390 3758 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100317 s]
/proc/loadavg: 3.81 3.94 3.90 4/197 28357
/proc/meminfo: memFree=25625420/32873844 swapFree=6080/6080
[pid=28357] ppid=28355 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/28357/stat : 28357 (java) S 28355 28357 24394 0 -1 4202496 4305 0 1 0 8 1 0 0 20 0 18 0 254523546 9787813888 5496 33554432000 1073741824 1073778376 140735323827696 140735323818832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28357/statm: 2389603 5496 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300243 s]
/proc/loadavg: 3.81 3.94 3.90 4/197 28357
/proc/meminfo: memFree=25625420/32873844 swapFree=6080/6080
[pid=28357] ppid=28355 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/28357/stat : 28357 (java) S 28355 28357 24394 0 -1 4202496 7251 0 1 0 54 2 0 0 20 0 18 0 254523546 9787813888 12495 33554432000 1073741824 1073778376 140735323827696 140735323818832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28357/statm: 2389603 12495 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700227 s]
/proc/loadavg: 3.81 3.94 3.90 4/197 28357
/proc/meminfo: memFree=25625420/32873844 swapFree=6080/6080
[pid=28357] ppid=28355 vsize=9558412 CPUtime=1.49 cores=1,3,5,7
/proc/28357/stat : 28357 (java) S 28355 28357 24394 0 -1 4202496 14361 0 1 0 143 6 0 0 20 0 18 0 254523546 9787813888 45736 33554432000 1073741824 1073778376 140735323827696 140735323818832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28357/statm: 2389603 45736 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9558412

[startup+1.50081 s]
/proc/loadavg: 3.81 3.94 3.90 7/219 28379
/proc/meminfo: memFree=25444384/32873844 swapFree=6080/6080
[pid=28357] ppid=28355 vsize=9824668 CPUtime=4.49 cores=1,3,5,7
/proc/28357/stat : 28357 (java) S 28355 28357 24394 0 -1 4202496 22317 0 1 0 440 9 0 0 20 0 22 0 254523546 10060460032 52115 33554432000 1073741824 1073778376 140735323827696 140735323818832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28357/statm: 2456167 52115 2272 9 0 2446860 0
[pid=28357/tid=28359] ppid=28355 vsize=9824668 CPUtime=0.7 cores=1,3,5,7
/proc/28357/task/28359/stat : 28359 (java) S 28355 28357 24394 0 -1 4202560 2514 0 1 0 67 3 0 0 20 0 22 0 254523547 10060460032 52115 33554432000 1073741824 1073778376 140735323827696 140111214601208 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28357/tid=28360] ppid=28355 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28357/task/28360/stat : 28360 (java) R 28355 28357 24394 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254523548 10060460032 52115 33554432000 1073741824 1073778376 140735323827696 140111176092072 140111217071817 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28361] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28361/stat : 28361 (java) R 28355 28357 24394 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254523548 10060460032 52115 33554432000 1073741824 1073778376 140735323827696 140111175038040 248793576508 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28362] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28362/stat : 28362 (java) S 28355 28357 24394 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254523548 10060460032 52115 33554432000 1073741824 1073778376 140735323827696 140111173986472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28363] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28363/stat : 28363 (java) R 28355 28357 24394 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 254523548 10060460032 52115 33554432000 1073741824 1073778376 140735323827696 140111172933928 140111217071859 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28357/tid=28364] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28364/stat : 28364 (java) R 28355 28357 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254523548 10060460032 52115 33554432000 1073741824 1073778376 140735323827696 140111171881896 140111217071801 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28365] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28365/stat : 28365 (java) R 28355 28357 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254523548 10060460032 52115 33554432000 1073741824 1073778376 140735323827696 140111170829352 248793576508 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28366] ppid=28355 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28357/task/28366/stat : 28366 (java) R 28355 28357 24394 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254523548 10060460032 52115 33554432000 1073741824 1073778376 140735323827696 140111169774952 140111217071817 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28367] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28367/stat : 28367 (java) R 28355 28357 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254523548 10060460032 52115 33554432000 1073741824 1073778376 140735323827696 140111168722264 248793576508 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28368] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28368/stat : 28368 (java) S 28355 28357 24394 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254523550 10060460032 52627 33554432000 1073741824 1073778376 140735323827696 140111038616840 248793576508 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28369] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28369/stat : 28369 (java) S 28355 28357 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254523550 10060460032 52627 33554432000 1073741824 1073778376 140735323827696 140111037564280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28370] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28370/stat : 28370 (java) S 28355 28357 24394 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254523550 10060460032 52627 33554432000 1073741824 1073778376 140735323827696 140111036511112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28371] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28371/stat : 28371 (java) S 28355 28357 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254523552 10060460032 52627 33554432000 1073741824 1073778376 140735323827696 140111035459856 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28372] ppid=28355 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/28357/task/28372/stat : 28372 (java) R 28355 28357 24394 0 -1 4202560 5738 0 0 0 111 2 0 0 20 0 22 0 254523552 10060460032 52627 33554432000 1073741824 1073778376 140735323827696 140111034395024 140111218444138 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28373] ppid=28355 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/28357/task/28373/stat : 28373 (java) R 28355 28357 24394 0 -1 4202560 12643 0 0 0 104 2 0 0 20 0 22 0 254523552 10060460032 52627 33554432000 1073741824 1073778376 140735323827696 140111033342480 140111218690041 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28374] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28374/stat : 28374 (java) S 28355 28357 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254523552 10060460032 52627 33554432000 1073741824 1073778376 140735323827696 140111032302328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28375] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28375/stat : 28375 (java) S 28355 28357 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254523552 10060460032 52627 33554432000 1073741824 1073778376 140735323827696 140111031249992 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28376] ppid=28355 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/28357/task/28376/stat : 28376 (java) S 28355 28357 24394 0 -1 4202560 26 0 0 0 71 0 0 0 20 0 22 0 254523623 10060460032 52627 33554432000 1073741824 1073778376 140735323827696 140111030192856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28357/tid=28377] ppid=28355 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/28357/task/28377/stat : 28377 (java) S 28355 28357 24394 0 -1 4202560 70 0 0 0 71 0 0 0 20 0 22 0 254523623 10060460032 52627 33554432000 1073741824 1073778376 140735323827696 140111029141000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28378] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28378/stat : 28378 (java) S 28355 28357 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254523625 10060460032 52627 33554432000 1073741824 1073778376 140735323827696 140109886251816 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28379] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28379/stat : 28379 (java) S 28355 28357 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254523625 10060460032 52627 33554432000 1073741824 1073778376 140735323827696 140109885199272 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9824668

[startup+3.10093 s]
/proc/loadavg: 3.81 3.94 3.90 4/219 28379
/proc/meminfo: memFree=25412536/32873844 swapFree=6080/6080
[pid=28357] ppid=28355 vsize=9824668 CPUtime=8.01 cores=1,3,5,7
/proc/28357/stat : 28357 (java) S 28355 28357 24394 0 -1 4202496 22578 0 1 0 782 19 0 0 20 0 22 0 254523546 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140735323818832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28357/statm: 2456167 89623 2273 9 0 2446860 0
[pid=28357/tid=28359] ppid=28355 vsize=9824668 CPUtime=0.7 cores=1,3,5,7
/proc/28357/task/28359/stat : 28359 (java) S 28355 28357 24394 0 -1 4202560 2514 0 1 0 67 3 0 0 20 0 22 0 254523547 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111214601208 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28357/tid=28360] ppid=28355 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/28357/task/28360/stat : 28360 (java) S 28355 28357 24394 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 22 0 254523548 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111176092072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28361] ppid=28355 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28357/task/28361/stat : 28361 (java) S 28355 28357 24394 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254523548 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111175039528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28362] ppid=28355 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28357/task/28362/stat : 28362 (java) S 28355 28357 24394 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 254523548 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111173986472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28363] ppid=28355 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28357/task/28363/stat : 28363 (java) S 28355 28357 24394 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 254523548 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111172933928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28364] ppid=28355 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28357/task/28364/stat : 28364 (java) S 28355 28357 24394 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 22 0 254523548 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111171881896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28365] ppid=28355 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/28357/task/28365/stat : 28365 (java) S 28355 28357 24394 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 22 0 254523548 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111170829352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28366] ppid=28355 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/28357/task/28366/stat : 28366 (java) S 28355 28357 24394 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 22 0 254523548 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111169776296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28367] ppid=28355 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28357/task/28367/stat : 28367 (java) S 28355 28357 24394 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254523548 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111168723752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28368] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28368/stat : 28368 (java) S 28355 28357 24394 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254523550 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111038617960 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28369] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28369/stat : 28369 (java) S 28355 28357 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254523550 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111037564280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28370] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28370/stat : 28370 (java) S 28355 28357 24394 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254523550 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111036511112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28371] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28371/stat : 28371 (java) S 28355 28357 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254523552 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111035459856 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28372] ppid=28355 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/28357/task/28372/stat : 28372 (java) S 28355 28357 24394 0 -1 4202560 5740 0 0 0 127 2 0 0 20 0 22 0 254523552 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111034407736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28373] ppid=28355 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/28357/task/28373/stat : 28373 (java) S 28355 28357 24394 0 -1 4202560 12643 0 0 0 110 2 0 0 20 0 22 0 254523552 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111033355192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28374] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28374/stat : 28374 (java) S 28355 28357 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254523552 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111032302328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28375] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28375/stat : 28375 (java) S 28355 28357 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254523552 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111031249992 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28376] ppid=28355 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/28357/task/28376/stat : 28376 (java) R 28355 28357 24394 0 -1 4202560 27 0 0 0 225 0 0 0 20 0 22 0 254523623 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111030192736 140111044857164 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28357/tid=28377] ppid=28355 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/28357/task/28377/stat : 28377 (java) R 28355 28357 24394 0 -1 4202560 127 0 0 0 222 3 0 0 20 0 22 0 254523623 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140111029141736 140111044752990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28378] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28378/stat : 28378 (java) S 28355 28357 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254523625 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140109886251816 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28379] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28379/stat : 28379 (java) S 28355 28357 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254523625 10060460032 89623 33554432000 1073741824 1073778376 140735323827696 140109885199272 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 9824668

[startup+6.30089 s]
/proc/loadavg: 3.74 3.93 3.89 5/219 28379
/proc/meminfo: memFree=25151252/32873844 swapFree=6080/6080
[pid=28357] ppid=28355 vsize=9824668 CPUtime=14.96 cores=1,3,5,7
/proc/28357/stat : 28357 (java) S 28355 28357 24394 0 -1 4202496 27291 0 1 0 1464 32 0 0 20 0 22 0 254523546 10060460032 158681 33554432000 1073741824 1073778376 140735323827696 140735323818832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28357/statm: 2456167 158681 2285 9 0 2446860 0
[pid=28357/tid=28359] ppid=28355 vsize=9824668 CPUtime=0.7 cores=1,3,5,7
/proc/28357/task/28359/stat : 28359 (java) S 28355 28357 24394 0 -1 4202560 2514 0 1 0 67 3 0 0 20 0 22 0 254523547 10060460032 158681 33554432000 1073741824 1073778376 140735323827696 140111214601208 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28360] ppid=28355 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/28357/task/28360/stat : 28360 (java) S 28355 28357 24394 0 -1 4202560 53 0 0 0 4 3 0 0 20 0 22 0 254523548 10060460032 158681 33554432000 1073741824 1073778376 140735323827696 140111176092072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28357/tid=28361] ppid=28355 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/28357/task/28361/stat : 28361 (java) S 28355 28357 24394 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 254523548 10060460032 158681 33554432000 1073741824 1073778376 140735323827696 140111175039528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28362] ppid=28355 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/28357/task/28362/stat : 28362 (java) S 28355 28357 24394 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 254523548 10060460032 158681 33554432000 1073741824 1073778376 140735323827696 140111173986472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28357/tid=28363] ppid=28355 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/28357/task/28363/stat : 28363 (java) S 28355 28357 24394 0 -1 4202560 59 0 0 0 4 3 0 0 20 0 22 0 254523548 10060460032 158681 33554432000 1073741824 1073778376 140735323827696 140111172933928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28364] ppid=28355 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/28357/task/28364/stat : 28364 (java) S 28355 28357 24394 0 -1 4202560 52 0 0 0 5 3 0 0 20 0 22 0 254523548 10060460032 158681 33554432000 1073741824 1073778376 140735323827696 140111171881896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28365] ppid=28355 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/28357/task/28365/stat : 28365 (java) S 28355 28357 24394 0 -1 4202560 35 0 0 0 5 3 0 0 20 0 22 0 254523548 10060460032 158681 33554432000 1073741824 1073778376 140735323827696 140111170829352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28366] ppid=28355 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/28357/task/28366/stat : 28366 (java) S 28355 28357 24394 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 22 0 254523548 10060460032 158681 33554432000 1073741824 1073778376 140735323827696 140111169776296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28367] ppid=28355 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/28357/task/28367/stat : 28367 (java) S 28355 28357 24394 0 -1 4202560 51 0 0 0 2 2 0 0 20 0 22 0 254523548 10060460032 158681 33554432000 1073741824 1073778376 140735323827696 140111168723752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28368] ppid=28355 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/28357/task/28368/stat : 28368 (java) S 28355 28357 24394 0 -1 4202560 489 0 0 0 10 0 0 0 20 0 22 0 254523550 10060460032 158681 33554432000 1073741824 1073778376 140735323827696 140111038617960 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28357/tid=28369] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28369/stat : 28369 (java) S 28355 28357 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254523550 10060460032 158681 33554432000 1073741824 1073778376 140735323827696 140111037564280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28370] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28370/stat : 28370 (java) S 28355 28357 24394 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254523550 10060460032 158681 33554432000 1073741824 1073778376 140735323827696 140111036511112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28371] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28371/stat : 28371 (java) S 28355 28357 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254523552 10060460032 158681 33554432000 1073741824 1073778376 140735323827696 140111035459856 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28372] ppid=28355 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/28357/task/28372/stat : 28372 (java) S 28355 28357 24394 0 -1 4202560 9848 0 0 0 177 2 0 0 20 0 22 0 254523552 10060460032 158681 33554432000 1073741824 1073778376 140735323827696 140111034407736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/28357/statm: 2456167 764851 2285 9 0 2446860 0
[pid=28357/tid=28359] ppid=28355 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/28357/task/28359/stat : 28359 (java) S 28355 28357 24394 0 -1 4202560 2553 0 1 0 69 5 0 0 20 0 22 0 254523547 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111214600920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28360] ppid=28355 vsize=9824668 CPUtime=1.4 cores=1,3,5,7
/proc/28357/task/28360/stat : 28360 (java) S 28355 28357 24394 0 -1 4202560 265 0 0 0 131 9 0 0 20 0 22 0 254523548 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111176092072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28361] ppid=28355 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/28357/task/28361/stat : 28361 (java) S 28355 28357 24394 0 -1 4202560 378 0 0 0 111 8 0 0 20 0 22 0 254523548 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111175039528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28362] ppid=28355 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/28357/task/28362/stat : 28362 (java) S 28355 28357 24394 0 -1 4202560 364 0 0 0 117 7 0 0 20 0 22 0 254523548 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111173986472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28363] ppid=28355 vsize=9824668 CPUtime=1.4 cores=1,3,5,7
/proc/28357/task/28363/stat : 28363 (java) S 28355 28357 24394 0 -1 4202560 286 0 0 0 129 11 0 0 20 0 22 0 254523548 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111172933928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28357/tid=28364] ppid=28355 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/28357/task/28364/stat : 28364 (java) S 28355 28357 24394 0 -1 4202560 252 0 0 0 113 8 0 0 20 0 22 0 254523548 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111171881896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28365] ppid=28355 vsize=9824668 CPUtime=1.15 cores=1,3,5,7
/proc/28357/task/28365/stat : 28365 (java) S 28355 28357 24394 0 -1 4202560 385 0 0 0 106 9 0 0 20 0 22 0 254523548 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111170829352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28357/tid=28366] ppid=28355 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/28357/task/28366/stat : 28366 (java) S 28355 28357 24394 0 -1 4202560 259 0 0 0 114 10 0 0 20 0 22 0 254523548 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111169776296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28367] ppid=28355 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/28357/task/28367/stat : 28367 (java) S 28355 28357 24394 0 -1 4202560 346 0 0 0 116 7 0 0 20 0 22 0 254523548 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111168723752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28368] ppid=28355 vsize=9824668 CPUtime=40.49 cores=1,3,5,7
/proc/28357/task/28368/stat : 28368 (java) R 28355 28357 24394 0 -1 4202560 2004 0 0 0 4034 15 0 0 20 0 22 0 254523550 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111038616808 140111221456148 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28369] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28369/stat : 28369 (java) S 28355 28357 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254523550 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111037564280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28370] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28370/stat : 28370 (java) S 28355 28357 24394 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254523550 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111036511112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28371] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28371/stat : 28371 (java) S 28355 28357 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254523552 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111035459856 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28372] ppid=28355 vsize=9824668 CPUtime=1.94 cores=1,3,5,7
/proc/28357/task/28372/stat : 28372 (java) S 28355 28357 24394 0 -1 4202560 9856 0 0 0 191 3 0 0 20 0 22 0 254523552 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111034407736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28373] ppid=28355 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/28357/task/28373/stat : 28373 (java) S 28355 28357 24394 0 -1 4202560 15559 0 0 0 160 3 0 0 20 0 22 0 254523552 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111033355192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28374] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28374/stat : 28374 (java) S 28355 28357 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254523552 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111032302328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28375] ppid=28355 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/28357/task/28375/stat : 28375 (java) S 28355 28357 24394 0 -1 4202560 47 0 0 0 14 18 0 0 20 0 22 0 254523552 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111031249992 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28376] ppid=28355 vsize=9824668 CPUtime=776.15 cores=1,3,5,7
/proc/28357/task/28376/stat : 28376 (java) S 28355 28357 24394 0 -1 4202560 63 0 0 0 77603 12 0 0 20 0 22 0 254523623 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111030194648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28357/tid=28377] ppid=28355 vsize=9824668 CPUtime=776.03 cores=1,3,5,7
/proc/28357/task/28377/stat : 28377 (java) S 28355 28357 24394 0 -1 4202560 2094 0 0 0 77554 49 0 0 20 0 22 0 254523623 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140111029139816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28378] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28378/stat : 28378 (java) S 28355 28357 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254523625 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140109886251816 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28379] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28379/stat : 28379 (java) S 28355 28357 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254523625 10060460032 764851 33554432000 1073741824 1073778376 140735323827696 140109885199272 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1611.41
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.94 3.98 3.97 5/219 28451
/proc/meminfo: memFree=22601116/32873844 swapFree=6080/6080
[pid=28357] ppid=28355 vsize=9824668 CPUtime=1730.13 cores=1,3,5,7
/proc/28357/stat : 28357 (java) S 28355 28357 24394 0 -1 4202496 35919 0 1 0 172861 152 0 0 20 0 22 0 254523546 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140735323818832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28357/statm: 2456167 765883 2286 9 0 2446860 0
[pid=28357/tid=28359] ppid=28355 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/28357/task/28359/stat : 28359 (java) S 28355 28357 24394 0 -1 4202560 2554 0 1 0 69 5 0 0 20 0 22 0 254523547 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111214601208 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28360] ppid=28355 vsize=9824668 CPUtime=1.4 cores=1,3,5,7
/proc/28357/task/28360/stat : 28360 (java) S 28355 28357 24394 0 -1 4202560 265 0 0 0 131 9 0 0 20 0 22 0 254523548 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111176092072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28361] ppid=28355 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/28357/task/28361/stat : 28361 (java) S 28355 28357 24394 0 -1 4202560 378 0 0 0 111 8 0 0 20 0 22 0 254523548 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111175039528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28362] ppid=28355 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/28357/task/28362/stat : 28362 (java) S 28355 28357 24394 0 -1 4202560 364 0 0 0 118 7 0 0 20 0 22 0 254523548 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111173986472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28363] ppid=28355 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/28357/task/28363/stat : 28363 (java) S 28355 28357 24394 0 -1 4202560 289 0 0 0 132 11 0 0 20 0 22 0 254523548 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111172933928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28364] ppid=28355 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/28357/task/28364/stat : 28364 (java) S 28355 28357 24394 0 -1 4202560 252 0 0 0 114 8 0 0 20 0 22 0 254523548 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111171881896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28365] ppid=28355 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/28357/task/28365/stat : 28365 (java) S 28355 28357 24394 0 -1 4202560 387 0 0 0 108 9 0 0 20 0 22 0 254523548 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111170829352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28366] ppid=28355 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/28357/task/28366/stat : 28366 (java) S 28355 28357 24394 0 -1 4202560 262 0 0 0 116 10 0 0 20 0 22 0 254523548 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111169776296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28367] ppid=28355 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/28357/task/28367/stat : 28367 (java) S 28355 28357 24394 0 -1 4202560 348 0 0 0 117 7 0 0 20 0 22 0 254523548 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111168723752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28368] ppid=28355 vsize=9824668 CPUtime=41.84 cores=1,3,5,7
/proc/28357/task/28368/stat : 28368 (java) S 28355 28357 24394 0 -1 4202560 2008 0 0 0 4169 15 0 0 20 0 22 0 254523550 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111038617960 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28369] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28369/stat : 28369 (java) S 28355 28357 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254523550 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111037564280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28370] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28370/stat : 28370 (java) S 28355 28357 24394 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254523550 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111036511112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28371] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28371/stat : 28371 (java) S 28355 28357 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254523552 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111035459856 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28372] ppid=28355 vsize=9824668 CPUtime=1.94 cores=1,3,5,7
/proc/28357/task/28372/stat : 28372 (java) S 28355 28357 24394 0 -1 4202560 9856 0 0 0 191 3 0 0 20 0 22 0 254523552 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111034407736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28373] ppid=28355 vsize=9824668 CPUtime=1.65 cores=1,3,5,7
/proc/28357/task/28373/stat : 28373 (java) S 28355 28357 24394 0 -1 4202560 15561 0 0 0 162 3 0 0 20 0 22 0 254523552 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111033355192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28374] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28374/stat : 28374 (java) S 28355 28357 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254523552 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111032302328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28375] ppid=28355 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/28357/task/28375/stat : 28375 (java) S 28355 28357 24394 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 254523552 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111031249992 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28376] ppid=28355 vsize=9824668 CPUtime=834.63 cores=1,3,5,7
/proc/28357/task/28376/stat : 28376 (java) R 28355 28357 24394 0 -1 4202560 63 0 0 0 83450 13 0 0 20 0 22 0 254523623 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111030194528 140111044856595 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28357/tid=28377] ppid=28355 vsize=9824668 CPUtime=834.48 cores=1,3,5,7
/proc/28357/task/28377/stat : 28377 (java) R 28355 28357 24394 0 -1 4202560 2094 0 0 0 83398 50 0 0 20 0 22 0 254523623 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140111029139664 140111044874627 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28378] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28378/stat : 28378 (java) S 28355 28357 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254523625 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140109886251816 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28379] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28379/stat : 28379 (java) S 28355 28357 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254523625 10060460032 765883 33554432000 1073741824 1073778376 140735323827696 140109885199272 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1730.13
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+918.601 s]
/proc/loadavg: 4.04 4.00 3.97 5/219 28451
/proc/meminfo: memFree=22575920/32873844 swapFree=6080/6080
[pid=28357] ppid=28355 vsize=9824668 CPUtime=1800.03 cores=1,3,5,7
/proc/28357/stat : 28357 (java) S 28355 28357 24394 0 -1 4202496 35999 0 1 0 179851 152 0 0 20 0 22 0 254523546 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140735323818832 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28357/statm: 2456167 766464 2286 9 0 2446860 0
[pid=28357/tid=28359] ppid=28355 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/28357/task/28359/stat : 28359 (java) S 28355 28357 24394 0 -1 4202560 2556 0 1 0 69 5 0 0 20 0 22 0 254523547 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111214601208 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28360] ppid=28355 vsize=9824668 CPUtime=1.42 cores=1,3,5,7
/proc/28357/task/28360/stat : 28360 (java) S 28355 28357 24394 0 -1 4202560 268 0 0 0 133 9 0 0 20 0 22 0 254523548 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111176092072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28361] ppid=28355 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/28357/task/28361/stat : 28361 (java) S 28355 28357 24394 0 -1 4202560 378 0 0 0 113 8 0 0 20 0 22 0 254523548 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111175039528 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28362] ppid=28355 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/28357/task/28362/stat : 28362 (java) S 28355 28357 24394 0 -1 4202560 368 0 0 0 123 7 0 0 20 0 22 0 254523548 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111173986472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28363] ppid=28355 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/28357/task/28363/stat : 28363 (java) S 28355 28357 24394 0 -1 4202560 341 0 0 0 135 11 0 0 20 0 22 0 254523548 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111172933928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28357/tid=28364] ppid=28355 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/28357/task/28364/stat : 28364 (java) S 28355 28357 24394 0 -1 4202560 256 0 0 0 117 8 0 0 20 0 22 0 254523548 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111171881896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28365] ppid=28355 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/28357/task/28365/stat : 28365 (java) S 28355 28357 24394 0 -1 4202560 389 0 0 0 112 9 0 0 20 0 22 0 254523548 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111170829352 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28366] ppid=28355 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/28357/task/28366/stat : 28366 (java) S 28355 28357 24394 0 -1 4202560 263 0 0 0 120 10 0 0 20 0 22 0 254523548 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111169776296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28357/tid=28367] ppid=28355 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/28357/task/28367/stat : 28367 (java) S 28355 28357 24394 0 -1 4202560 349 0 0 0 121 7 0 0 20 0 22 0 254523548 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111168723752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28368] ppid=28355 vsize=9824668 CPUtime=44.65 cores=1,3,5,7
/proc/28357/task/28368/stat : 28368 (java) S 28355 28357 24394 0 -1 4202560 2017 0 0 0 4450 15 0 0 20 0 22 0 254523550 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111038617960 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28369] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28369/stat : 28369 (java) S 28355 28357 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254523550 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111037564280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28370] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28370/stat : 28370 (java) S 28355 28357 24394 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254523550 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111036511112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28371] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28371/stat : 28371 (java) S 28355 28357 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254523552 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111035459856 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28372] ppid=28355 vsize=9824668 CPUtime=1.94 cores=1,3,5,7
/proc/28357/task/28372/stat : 28372 (java) S 28355 28357 24394 0 -1 4202560 9856 0 0 0 191 3 0 0 20 0 22 0 254523552 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111034407736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28373] ppid=28355 vsize=9824668 CPUtime=1.65 cores=1,3,5,7
/proc/28357/task/28373/stat : 28373 (java) S 28355 28357 24394 0 -1 4202560 15561 0 0 0 162 3 0 0 20 0 22 0 254523552 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111033355192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28374] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28374/stat : 28374 (java) S 28355 28357 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254523552 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111032302328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28375] ppid=28355 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/28357/task/28375/stat : 28375 (java) S 28355 28357 24394 0 -1 4202560 53 0 0 0 15 20 0 0 20 0 22 0 254523552 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111031249992 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28376] ppid=28355 vsize=9824668 CPUtime=867.95 cores=1,3,5,7
/proc/28357/task/28376/stat : 28376 (java) R 28355 28357 24394 0 -1 4202560 63 0 0 0 86781 14 0 0 20 0 22 0 254523623 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111030194528 140111044823775 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28357/tid=28377] ppid=28355 vsize=9824668 CPUtime=867.8 cores=1,3,5,7
/proc/28357/task/28377/stat : 28377 (java) R 28355 28357 24394 0 -1 4202560 2094 0 0 0 86729 51 0 0 20 0 22 0 254523623 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140111029139792 140111045330880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28357/tid=28378] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28378/stat : 28378 (java) S 28355 28357 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254523625 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140109886251816 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28357/tid=28379] ppid=28355 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28357/task/28379/stat : 28379 (java) S 28355 28357 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254523625 10060460032 766464 33554432000 1073741824 1073778376 140735323827696 140109885199272 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 28357 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=990272
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=960701
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 918.663
CPU time (s): 1800.03
CPU user time (s): 1798.51
CPU system time (s): 1.52
CPU usage (%): 195.94
Max. virtual memory (cumulated for all children) (KiB): 9826552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.99
system time used= 1.9607
maximum resident set size= 3065976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36030
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24013
involuntary context switches= 30324

runsolver used 3.54246 second user time and 8.95264 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-24 20:26:30
IDJOB=3689652
IDBENCH=90143
IDSOLVER=2268
FILE ID=node139/3689652-1337883990
RUNJOBID= node139-1337871881-24411
PBS_JOBID= 14620065
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= 4ffc81aa318dee614e51a62344fd339d
RANDOM SEED=103289492

node139.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.750
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.50
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.750
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.750
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.90
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.750
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.750
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.750
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.91
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.750
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.750
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:        25626072 kB
Buffers:          226656 kB
Cached:          2778612 kB
SwapCached:            0 kB
Active:          3917264 kB
Inactive:        2526828 kB
Active(anon):    3430300 kB
Inactive(anon):    11120 kB
Active(file):     486964 kB
Inactive(file):  2515708 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1812 kB
Writeback:             0 kB
AnonPages:       3448456 kB
Mapped:            22580 kB
Shmem:               200 kB
Slab:             653136 kB
SReclaimable:      95648 kB
SUnreclaim:       557488 kB
KernelStack:        1624 kB
PageTables:        10616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3570940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3373056 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= 71684 MiB
End job on node139 at 2012-05-24 20:41:51