Trace number 3735194

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 NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.17 882.249

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_18.opb
MD5SUM92a7a1679de6bb1b52854275d5fc6396
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark299
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 303
Optimality of the best value was proved NO
Number of variables8878
Total number of constraints17460
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 153
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 408
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2755
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
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 Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
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 --- 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 Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
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 --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3735194-1338747810.opb
0.09/0.11	c reading problem ... 
2.68/1.42	c ... done. Wall clock time 1.308s.
2.68/1.42	c #vars     8878
2.68/1.42	c #constraints  17460
2.68/1.42	c constraints type 
2.68/1.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
2.68/1.42	c constraints type 
2.68/1.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
106.67/51.89	c cleaning 2495 clauses out of 5000 with flag 5000/5000
126.05/61.48	c cleaning 0 clauses out of 5000 with flag 0/5000
220.99/108.13	c cleaning 4250 clauses out of 8507 with flag 11002/11002
321.34/157.53	c cleaning 0 clauses out of 11000 with flag 0/11000
350.52/172.08	c cleaning 5619 clauses out of 11256 with flag 18001/18001
497.26/244.21	c cleaning 6809 clauses out of 13638 with flag 26002/26002
633.29/311.14	c cleaning 0 clauses out of 18001 with flag 0/18001
680.47/334.31	c cleaning 7910 clauses out of 15827 with flag 35000/35000
872.20/428.46	c cleaning 8952 clauses out of 17919 with flag 45002/45002
1082.94/531.52	c cleaning 9974 clauses out of 19965 with flag 56000/56000
1177.96/578.15	c cleaning 0 clauses out of 26000 with flag 0/26000
1306.11/640.81	c cleaning 10996 clauses out of 21992 with flag 68001/68001
1537.28/753.91	c cleaning 11987 clauses out of 23995 with flag 81000/81000
1800.17/882.22	c starts		: 90
1800.17/882.22	c conflicts		: 93673
1800.17/882.22	c decisions		: 124476
1800.17/882.22	c propagations		: 32404263
1800.17/882.22	c inspects		: 1049831247
1800.17/882.22	c learnt literals	: 0
1800.17/882.22	c learnt binary clauses	: 0
1800.17/882.22	c learnt ternary clauses	: 6
1800.17/882.22	c learnt clauses	: 93672
1800.17/882.22	c ignored clauses	: 0
1800.17/882.22	c root simplifications	: 0
1800.17/882.22	c removed literals (reason simplification)	: 1672631
1800.17/882.22	c reason swapping (by a shorter reason)	: 0
1800.17/882.22	c Calls to reduceDB	: 9
1800.17/882.22	c number of reductions to clauses (during analyze)	: 0
1800.17/882.22	c number of learned constraints concerned by reduction	: 0
1800.17/882.22	c number of learning phase by resolution	: 0
1800.17/882.22	c number of learning phase by cutting planes	: 0
1800.17/882.22	c speed (assignments/second)	: 36789.62283108859
1800.17/882.22	c non guided choices	8757
1800.17/882.23	c learnt constraints type 
1800.17/882.23	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 24682
1800.17/882.23	c constraints type 
1800.17/882.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
1800.17/882.23	c constraints type 
1800.17/882.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
1800.17/882.23	s UNKNOWN
1800.17/882.23	c Total wall clock time (in seconds): 882.12

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-3735194-1338747810/watcher-3735194-1338747810 -o /tmp/evaluation-result-3735194-1338747810/solver-3735194-1338747810 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735194-1338747810.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.42 3.68 3.61 3/197 28711
/proc/meminfo: memFree=26579152/32873660 swapFree=7120/7120
[pid=28711] ppid=28709 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28711/stat : 28711 (java6) D 28709 28711 25443 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 340906726 9515008 182 33554432000 1073741824 1073778376 140736909773632 140736909764664 270330052277 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/28711/statm: 2323 182 140 9 0 71 0

[startup+0.0200161 s]
/proc/loadavg: 3.42 3.68 3.61 3/197 28711
/proc/meminfo: memFree=26579152/32873660 swapFree=7120/7120
[pid=28711] ppid=28709 vsize=1623620 CPUtime=0 cores=0,2,4,6
/proc/28711/stat : 28711 (java) S 28709 28711 25443 0 -1 4202496 1790 0 1 0 0 0 0 0 20 0 2 0 340906726 1662586880 1981 33554432000 1073741824 1073778376 140736694008432 140736693999568 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28711/statm: 405905 2001 942 9 0 397014 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1623620

[startup+0.100238 s]
/proc/loadavg: 3.42 3.68 3.61 3/197 28711
/proc/meminfo: memFree=26579152/32873660 swapFree=7120/7120
[pid=28711] ppid=28709 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/28711/stat : 28711 (java) S 28709 28711 25443 0 -1 4202496 4687 0 1 0 8 1 0 0 20 0 18 0 340906726 2764726272 6401 33554432000 1073741824 1073778376 140736694008432 140736693999568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28711/statm: 674982 6405 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300242 s]
/proc/loadavg: 3.42 3.68 3.61 3/197 28711
/proc/meminfo: memFree=26579152/32873660 swapFree=7120/7120
[pid=28711] ppid=28709 vsize=2699928 CPUtime=0.59 cores=0,2,4,6
/proc/28711/stat : 28711 (java) S 28709 28711 25443 0 -1 4202496 11031 0 1 0 57 2 0 0 20 0 18 0 340906726 2764726272 12856 33554432000 1073741824 1073778376 140736694008432 140736693999568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28711/statm: 674982 12856 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 2699928

[startup+0.700193 s]
/proc/loadavg: 3.42 3.68 3.61 3/197 28711
/proc/meminfo: memFree=26579152/32873660 swapFree=7120/7120
[pid=28711] ppid=28709 vsize=2699928 CPUtime=1.37 cores=0,2,4,6
/proc/28711/stat : 28711 (java) S 28709 28711 25443 0 -1 4202496 17964 0 1 0 131 6 0 0 20 0 18 0 340906726 2764726272 49913 33554432000 1073741824 1073778376 140736694008432 140736693999568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28711/statm: 674982 49913 2233 9 0 665676 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 2699928

[startup+1.50061 s]
/proc/loadavg: 3.42 3.68 3.61 4/215 28729
/proc/meminfo: memFree=26247328/32873660 swapFree=7120/7120
[pid=28711] ppid=28709 vsize=2966184 CPUtime=2.93 cores=0,2,4,6
/proc/28711/stat : 28711 (java) S 28709 28711 25443 0 -1 4202496 19951 0 1 0 277 16 0 0 20 0 22 0 340906726 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 140736693999568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28711/statm: 741546 115249 2261 9 0 732240 0
[pid=28711/tid=28713] ppid=28709 vsize=2966184 CPUtime=1.3 cores=0,2,4,6
/proc/28711/task/28713/stat : 28713 (java) S 28709 28711 25443 0 -1 4202560 2970 0 1 0 124 6 0 0 20 0 22 0 340906727 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 139930883712152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28714] ppid=28709 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/28711/task/28714/stat : 28714 (java) S 28709 28711 25443 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 340906728 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 139930867992744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28715] ppid=28709 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/28711/task/28715/stat : 28715 (java) S 28709 28711 25443 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 340906728 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 139930866940200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28716] ppid=28709 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/28711/task/28716/stat : 28716 (java) S 28709 28711 25443 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 340906728 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 139930865887656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28717] ppid=28709 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/28711/task/28717/stat : 28717 (java) S 28709 28711 25443 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 340906728 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 139930864835112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28718] ppid=28709 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/28711/task/28718/stat : 28718 (java) S 28709 28711 25443 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 340906728 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 139930863782568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28719] ppid=28709 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/28711/task/28719/stat : 28719 (java) S 28709 28711 25443 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 340906728 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 139930862730024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28720] ppid=28709 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/28711/task/28720/stat : 28720 (java) S 28709 28711 25443 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 340906728 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 139930861677480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28721] ppid=28709 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/28711/task/28721/stat : 28721 (java) S 28709 28711 25443 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 340906728 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 139930860624936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28722] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28722/stat : 28722 (java) S 28709 28711 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340906729 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 139930848213096 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28723] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28723/stat : 28723 (java) S 28709 28711 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340906729 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 139930847159416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28724] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28724/stat : 28724 (java) S 28709 28711 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340906729 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 139930846106760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28725] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28725/stat : 28725 (java) S 28709 28711 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340906732 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 139930845055504 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28726] ppid=28709 vsize=2966184 CPUtime=0.53 cores=0,2,4,6
/proc/28711/task/28726/stat : 28726 (java) S 28709 28711 25443 0 -1 4202560 5815 0 0 0 53 0 0 0 20 0 22 0 340906732 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 139930844002872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28727] ppid=28709 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/28711/task/28727/stat : 28727 (java) S 28709 28711 25443 0 -1 4202560 9796 0 0 0 58 2 0 0 20 0 22 0 340906732 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 139930842950328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28728] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28728/stat : 28728 (java) S 28709 28711 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340906732 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 139930841897976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28729] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28729/stat : 28729 (java) S 28709 28711 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340906732 3037372416 115249 33554432000 1073741824 1073778376 140736694008432 139930722364744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 2966184

[startup+3.10073 s]
/proc/loadavg: 3.42 3.68 3.61 7/219 28733
/proc/meminfo: memFree=26043668/32873660 swapFree=7120/7120
[pid=28711] ppid=28709 vsize=2966184 CPUtime=6.99 cores=0,2,4,6
/proc/28711/stat : 28711 (java) S 28709 28711 25443 0 -1 4202496 20297 0 1 0 672 27 0 0 20 0 22 0 340906726 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 140736693999568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28711/statm: 741546 135833 2268 9 0 732240 0
[pid=28711/tid=28713] ppid=28709 vsize=2966184 CPUtime=1.3 cores=0,2,4,6
/proc/28711/task/28713/stat : 28713 (java) S 28709 28711 25443 0 -1 4202560 2970 0 1 0 124 6 0 0 20 0 22 0 340906727 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930883712152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28714] ppid=28709 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/28711/task/28714/stat : 28714 (java) S 28709 28711 25443 0 -1 4202560 24 0 0 0 4 2 0 0 20 0 22 0 340906728 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930867992744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28715] ppid=28709 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/28711/task/28715/stat : 28715 (java) S 28709 28711 25443 0 -1 4202560 59 0 0 0 10 3 0 0 20 0 22 0 340906728 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930866940200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28716] ppid=28709 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/28711/task/28716/stat : 28716 (java) S 28709 28711 25443 0 -1 4202560 44 0 0 0 11 2 0 0 20 0 22 0 340906728 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930865887656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28717] ppid=28709 vsize=2966184 CPUtime=0.15 cores=0,2,4,6
/proc/28711/task/28717/stat : 28717 (java) S 28709 28711 25443 0 -1 4202560 72 0 0 0 12 3 0 0 20 0 22 0 340906728 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930864835112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28718] ppid=28709 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/28711/task/28718/stat : 28718 (java) S 28709 28711 25443 0 -1 4202560 22 0 0 0 3 2 0 0 20 0 22 0 340906728 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930863782568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28719] ppid=28709 vsize=2966184 CPUtime=0.14 cores=0,2,4,6
/proc/28711/task/28719/stat : 28719 (java) S 28709 28711 25443 0 -1 4202560 59 0 0 0 10 4 0 0 20 0 22 0 340906728 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930862730024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28720] ppid=28709 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/28711/task/28720/stat : 28720 (java) S 28709 28711 25443 0 -1 4202560 36 0 0 0 11 2 0 0 20 0 22 0 340906728 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930861677480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28721] ppid=28709 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/28711/task/28721/stat : 28721 (java) S 28709 28711 25443 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 22 0 340906728 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930860624936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28722] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28722/stat : 28722 (java) S 28709 28711 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340906729 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930848213096 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28723] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28723/stat : 28723 (java) S 28709 28711 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340906729 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930847159416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28724] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28724/stat : 28724 (java) S 28709 28711 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340906729 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930846106760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28725] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28725/stat : 28725 (java) S 28709 28711 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340906732 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930845055504 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28726] ppid=28709 vsize=2966184 CPUtime=0.87 cores=0,2,4,6
/proc/28711/task/28726/stat : 28726 (java) S 28709 28711 25443 0 -1 4202560 5886 0 0 0 87 0 0 0 20 0 22 0 340906732 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930844002872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28727] ppid=28709 vsize=2966184 CPUtime=0.82 cores=0,2,4,6
/proc/28711/task/28727/stat : 28727 (java) R 28709 28711 25443 0 -1 4202560 9800 0 0 0 80 2 0 0 20 0 22 0 340906732 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930842950328 139930885343073 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28728] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28728/stat : 28728 (java) S 28709 28711 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340906732 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930841897976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28729] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28729/stat : 28729 (java) S 28709 28711 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340906732 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930722364744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28730] ppid=28709 vsize=2966184 CPUtime=1.48 cores=0,2,4,6
/proc/28711/task/28730/stat : 28730 (java) R 28709 28711 25443 0 -1 4202560 38 0 0 0 148 0 0 0 20 0 22 0 340906868 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930721309000 139930723037449 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28731] ppid=28709 vsize=2966184 CPUtime=1.5 cores=0,2,4,6
/proc/28711/task/28731/stat : 28731 (java) R 28709 28711 25443 0 -1 4202560 64 0 0 0 150 0 0 0 20 0 22 0 340906868 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930720255216 139930723037449 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28732] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28732/stat : 28732 (java) S 28709 28711 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340906870 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930719204392 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28733] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28733/stat : 28733 (java) S 28709 28711 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340906870 3037372416 135833 33554432000 1073741824 1073778376 140736694008432 139930718151848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 2966184

[startup+6.30075 s]
/proc/loadavg: 3.47 3.69 3.61 5/219 28733
/proc/meminfo: memFree=26046092/32873660 swapFree=7120/7120
[pid=28711] ppid=28709 vsize=2966184 CPUtime=14.03 cores=0,2,4,6
/proc/28711/stat : 28711 (java) S 28709 28711 25443 0 -1 4202496 20510 0 1 0 1368 35 0 0 20 0 22 0 340906726 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 140736693999568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28711/statm: 741546 148807 2270 9 0 732240 0
[pid=28711/tid=28713] ppid=28709 vsize=2966184 CPUtime=1.3 cores=0,2,4,6
/proc/28711/task/28713/stat : 28713 (java) S 28709 28711 25443 0 -1 4202560 2971 0 1 0 124 6 0 0 20 0 22 0 340906727 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930883712152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28714] ppid=28709 vsize=2966184 CPUtime=0.24 cores=0,2,4,6
/proc/28711/task/28714/stat : 28714 (java) S 28709 28711 25443 0 -1 4202560 81 0 0 0 21 3 0 0 20 0 22 0 340906728 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930867992744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28715] ppid=28709 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/28711/task/28715/stat : 28715 (java) S 28709 28711 25443 0 -1 4202560 98 0 0 0 22 5 0 0 20 0 22 0 340906728 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930866940200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28716] ppid=28709 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/28711/task/28716/stat : 28716 (java) S 28709 28711 25443 0 -1 4202560 59 0 0 0 18 3 0 0 20 0 22 0 340906728 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930865887656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28717] ppid=28709 vsize=2966184 CPUtime=0.23 cores=0,2,4,6
/proc/28711/task/28717/stat : 28717 (java) S 28709 28711 25443 0 -1 4202560 86 0 0 0 20 3 0 0 20 0 22 0 340906728 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930864835112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28718] ppid=28709 vsize=2966184 CPUtime=0.18 cores=0,2,4,6
/proc/28711/task/28718/stat : 28718 (java) S 28709 28711 25443 0 -1 4202560 38 0 0 0 16 2 0 0 20 0 22 0 340906728 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930863782568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28719] ppid=28709 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/28711/task/28719/stat : 28719 (java) S 28709 28711 25443 0 -1 4202560 75 0 0 0 22 5 0 0 20 0 22 0 340906728 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930862730024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28720] ppid=28709 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/28711/task/28720/stat : 28720 (java) S 28709 28711 25443 0 -1 4202560 54 0 0 0 24 3 0 0 20 0 22 0 340906728 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930861677480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28721] ppid=28709 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/28711/task/28721/stat : 28721 (java) S 28709 28711 25443 0 -1 4202560 37 0 0 0 10 2 0 0 20 0 22 0 340906728 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930860624936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28722] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28722/stat : 28722 (java) S 28709 28711 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340906729 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930848213096 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28723] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28723/stat : 28723 (java) S 28709 28711 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340906729 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930847159416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28724] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28724/stat : 28724 (java) S 28709 28711 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340906729 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930846106760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28725] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28725/stat : 28725 (java) S 28709 28711 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340906732 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930845055504 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28726] ppid=28709 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/28711/task/28726/stat : 28726 (java) S 28709 28711 25443 0 -1 4202560 5888 0 0 0 92 0 0 0 20 0 22 0 340906732 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930844002872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28727] ppid=28709 vsize=2966184 CPUtime=0.96 cores=0,2,4,6
/proc/28711/task/28727/stat : 28727 (java) S 28709 28711 25443 0 -1 4202560 9819 0 0 0 94 2 0 0 20 0 22 0 340906732 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930842950328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28728] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28728/stat : 28728 (java) S 28709 28711 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340906732 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930841897976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28729] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28729/stat : 28729 (java) S 28709 28711 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340906732 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930722364744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28730] ppid=28709 vsize=2966184 CPUtime=4.4 cores=0,2,4,6
/proc/28711/task/28730/stat : 28730 (java) R 28709 28711 25443 0 -1 4202560 41 0 0 0 440 0 0 0 20 0 22 0 340906868 3037372416 148807 33554432000 1073741824 1073778376 140736694008432 139930721306944 139930723329105 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0

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

/proc/28711/statm: 741546 181637 2284 9 0 732240 0
[pid=28711/tid=28713] ppid=28709 vsize=2966184 CPUtime=1.32 cores=0,2,4,6
/proc/28711/task/28713/stat : 28713 (java) S 28709 28711 25443 0 -1 4202560 2981 0 1 0 125 7 0 0 20 0 22 0 340906727 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930883712152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28714] ppid=28709 vsize=2966184 CPUtime=9.12 cores=0,2,4,6
/proc/28711/task/28714/stat : 28714 (java) S 28709 28711 25443 0 -1 4202560 321 0 0 0 903 9 0 0 20 0 22 0 340906728 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930867992744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28715] ppid=28709 vsize=2966184 CPUtime=9.01 cores=0,2,4,6
/proc/28711/task/28715/stat : 28715 (java) S 28709 28711 25443 0 -1 4202560 338 0 0 0 892 9 0 0 20 0 22 0 340906728 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930866940200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28716] ppid=28709 vsize=2966184 CPUtime=8.89 cores=0,2,4,6
/proc/28711/task/28716/stat : 28716 (java) S 28709 28711 25443 0 -1 4202560 323 0 0 0 883 6 0 0 20 0 22 0 340906728 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930865887656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28717] ppid=28709 vsize=2966184 CPUtime=9.24 cores=0,2,4,6
/proc/28711/task/28717/stat : 28717 (java) S 28709 28711 25443 0 -1 4202560 332 0 0 0 916 8 0 0 20 0 22 0 340906728 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930864835112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28718] ppid=28709 vsize=2966184 CPUtime=9.13 cores=0,2,4,6
/proc/28711/task/28718/stat : 28718 (java) S 28709 28711 25443 0 -1 4202560 303 0 0 0 904 9 0 0 20 0 22 0 340906728 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930863782568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28719] ppid=28709 vsize=2966184 CPUtime=9 cores=0,2,4,6
/proc/28711/task/28719/stat : 28719 (java) S 28709 28711 25443 0 -1 4202560 341 0 0 0 889 11 0 0 20 0 22 0 340906728 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930862730024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28720] ppid=28709 vsize=2966184 CPUtime=9.05 cores=0,2,4,6
/proc/28711/task/28720/stat : 28720 (java) S 28709 28711 25443 0 -1 4202560 317 0 0 0 896 9 0 0 20 0 22 0 340906728 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930861677480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28721] ppid=28709 vsize=2966184 CPUtime=8.77 cores=0,2,4,6
/proc/28711/task/28721/stat : 28721 (java) S 28709 28711 25443 0 -1 4202560 302 0 0 0 872 5 0 0 20 0 22 0 340906728 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930860624936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28722] ppid=28709 vsize=2966184 CPUtime=4.71 cores=0,2,4,6
/proc/28711/task/28722/stat : 28722 (java) S 28709 28711 25443 0 -1 4202560 38425 0 0 0 432 39 0 0 20 0 22 0 340906729 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930848213096 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28723] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28723/stat : 28723 (java) S 28709 28711 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340906729 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930847159416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28724] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28724/stat : 28724 (java) S 28709 28711 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340906729 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930846106760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28725] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28725/stat : 28725 (java) S 28709 28711 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340906732 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930845055504 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28726] ppid=28709 vsize=2966184 CPUtime=1.13 cores=0,2,4,6
/proc/28711/task/28726/stat : 28726 (java) S 28709 28711 25443 0 -1 4202560 6583 0 0 0 113 0 0 0 20 0 22 0 340906732 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930844002872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28727] ppid=28709 vsize=2966184 CPUtime=1.75 cores=0,2,4,6
/proc/28711/task/28727/stat : 28727 (java) S 28709 28711 25443 0 -1 4202560 10561 0 0 0 172 3 0 0 20 0 22 0 340906732 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930842950328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28728] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28728/stat : 28728 (java) S 28709 28711 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340906732 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930841897976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28729] ppid=28709 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/28711/task/28729/stat : 28729 (java) S 28709 28711 25443 0 -1 4202560 45 0 0 0 12 15 0 0 20 0 22 0 340906732 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930722364744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28730] ppid=28709 vsize=2966184 CPUtime=734.54 cores=0,2,4,6
/proc/28711/task/28730/stat : 28730 (java) R 28709 28711 25443 0 -1 4202560 440 0 0 0 73441 13 0 0 20 0 22 0 340906868 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930721308040 139930723273642 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28731] ppid=28709 vsize=2966184 CPUtime=734.51 cores=0,2,4,6
/proc/28711/task/28731/stat : 28731 (java) R 28709 28711 25443 0 -1 4202560 483 0 0 0 73438 13 0 0 20 0 22 0 340906868 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930720255632 139930723497952 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28732] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28732/stat : 28732 (java) S 28709 28711 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340906870 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930719204392 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28733] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28733/stat : 28733 (java) S 28709 28711 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340906870 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930718151848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1554.19
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 4.10 3.99 3.84 5/219 28801
/proc/meminfo: memFree=25839260/32873660 swapFree=7120/7120
[pid=28711] ppid=28709 vsize=2966184 CPUtime=1677.24 cores=0,2,4,6
/proc/28711/stat : 28711 (java) S 28709 28711 25443 0 -1 4202496 63350 0 1 0 167585 139 0 0 20 0 22 0 340906726 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 140736693999568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28711/statm: 741546 181637 2284 9 0 732240 0
[pid=28711/tid=28713] ppid=28709 vsize=2966184 CPUtime=1.32 cores=0,2,4,6
/proc/28711/task/28713/stat : 28713 (java) S 28709 28711 25443 0 -1 4202560 2983 0 1 0 125 7 0 0 20 0 22 0 340906727 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930883712152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28714] ppid=28709 vsize=2966184 CPUtime=10.02 cores=0,2,4,6
/proc/28711/task/28714/stat : 28714 (java) S 28709 28711 25443 0 -1 4202560 321 0 0 0 993 9 0 0 20 0 22 0 340906728 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930867992744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28715] ppid=28709 vsize=2966184 CPUtime=9.72 cores=0,2,4,6
/proc/28711/task/28715/stat : 28715 (java) S 28709 28711 25443 0 -1 4202560 338 0 0 0 963 9 0 0 20 0 22 0 340906728 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930866940200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28716] ppid=28709 vsize=2966184 CPUtime=9.73 cores=0,2,4,6
/proc/28711/task/28716/stat : 28716 (java) S 28709 28711 25443 0 -1 4202560 323 0 0 0 966 7 0 0 20 0 22 0 340906728 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930865887656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28717] ppid=28709 vsize=2966184 CPUtime=10.12 cores=0,2,4,6
/proc/28711/task/28717/stat : 28717 (java) S 28709 28711 25443 0 -1 4202560 332 0 0 0 1004 8 0 0 20 0 22 0 340906728 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930864835112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28718] ppid=28709 vsize=2966184 CPUtime=9.95 cores=0,2,4,6
/proc/28711/task/28718/stat : 28718 (java) S 28709 28711 25443 0 -1 4202560 303 0 0 0 986 9 0 0 20 0 22 0 340906728 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930863782568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28719] ppid=28709 vsize=2966184 CPUtime=9.83 cores=0,2,4,6
/proc/28711/task/28719/stat : 28719 (java) S 28709 28711 25443 0 -1 4202560 341 0 0 0 972 11 0 0 20 0 22 0 340906728 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930862730024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28720] ppid=28709 vsize=2966184 CPUtime=9.9 cores=0,2,4,6
/proc/28711/task/28720/stat : 28720 (java) S 28709 28711 25443 0 -1 4202560 317 0 0 0 981 9 0 0 20 0 22 0 340906728 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930861677480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28721] ppid=28709 vsize=2966184 CPUtime=9.63 cores=0,2,4,6
/proc/28711/task/28721/stat : 28721 (java) S 28709 28711 25443 0 -1 4202560 302 0 0 0 958 5 0 0 20 0 22 0 340906728 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930860624936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28722] ppid=28709 vsize=2966184 CPUtime=4.76 cores=0,2,4,6
/proc/28711/task/28722/stat : 28722 (java) S 28709 28711 25443 0 -1 4202560 38428 0 0 0 433 43 0 0 20 0 22 0 340906729 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930848213096 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28723] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28723/stat : 28723 (java) S 28709 28711 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340906729 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930847159416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28724] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28724/stat : 28724 (java) S 28709 28711 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340906729 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930846106760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28725] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28725/stat : 28725 (java) S 28709 28711 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340906732 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930845055504 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28726] ppid=28709 vsize=2966184 CPUtime=1.13 cores=0,2,4,6
/proc/28711/task/28726/stat : 28726 (java) S 28709 28711 25443 0 -1 4202560 6583 0 0 0 113 0 0 0 20 0 22 0 340906732 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930844002872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28727] ppid=28709 vsize=2966184 CPUtime=1.75 cores=0,2,4,6
/proc/28711/task/28727/stat : 28727 (java) S 28709 28711 25443 0 -1 4202560 10561 0 0 0 172 3 0 0 20 0 22 0 340906732 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930842950328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28728] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28728/stat : 28728 (java) S 28709 28711 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340906732 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930841897976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28729] ppid=28709 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/28711/task/28729/stat : 28729 (java) S 28709 28711 25443 0 -1 4202560 46 0 0 0 13 16 0 0 20 0 22 0 340906732 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930722364744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28730] ppid=28709 vsize=2966184 CPUtime=792.55 cores=0,2,4,6
/proc/28711/task/28730/stat : 28730 (java) R 28709 28711 25443 0 -1 4202560 468 0 0 0 79241 14 0 0 20 0 22 0 340906868 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930721306944 139930723037449 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28731] ppid=28709 vsize=2966184 CPUtime=792.5 cores=0,2,4,6
/proc/28711/task/28731/stat : 28731 (java) R 28709 28711 25443 0 -1 4202560 516 0 0 0 79236 14 0 0 20 0 22 0 340906868 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930720255248 139930723274131 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28732] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28732/stat : 28732 (java) S 28709 28711 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340906870 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930719204392 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28733] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28733/stat : 28733 (java) S 28709 28711 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340906870 3037372416 181637 33554432000 1073741824 1073778376 140736694008432 139930718151848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1677.24
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+882.207 s]
/proc/loadavg: 4.10 4.01 3.85 5/219 28801
/proc/meminfo: memFree=25814568/32873660 swapFree=7120/7120
[pid=28711] ppid=28709 vsize=2966184 CPUtime=1800.17 cores=0,2,4,6
/proc/28711/stat : 28711 (java) S 28709 28711 25443 0 -1 4202496 63425 0 1 0 179871 146 0 0 20 0 22 0 340906726 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 140736693999568 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28711/statm: 741546 183685 2284 9 0 732240 0
[pid=28711/tid=28713] ppid=28709 vsize=2966184 CPUtime=1.32 cores=0,2,4,6
/proc/28711/task/28713/stat : 28713 (java) S 28709 28711 25443 0 -1 4202560 2984 0 1 0 125 7 0 0 20 0 22 0 340906727 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930883712152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28714] ppid=28709 vsize=2966184 CPUtime=10.79 cores=0,2,4,6
/proc/28711/task/28714/stat : 28714 (java) S 28709 28711 25443 0 -1 4202560 321 0 0 0 1070 9 0 0 20 0 22 0 340906728 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930867992744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28715] ppid=28709 vsize=2966184 CPUtime=10.6 cores=0,2,4,6
/proc/28711/task/28715/stat : 28715 (java) S 28709 28711 25443 0 -1 4202560 340 0 0 0 1050 10 0 0 20 0 22 0 340906728 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930866940200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28716] ppid=28709 vsize=2966184 CPUtime=10.57 cores=0,2,4,6
/proc/28711/task/28716/stat : 28716 (java) S 28709 28711 25443 0 -1 4202560 324 0 0 0 1050 7 0 0 20 0 22 0 340906728 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930865887656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28717] ppid=28709 vsize=2966184 CPUtime=11 cores=0,2,4,6
/proc/28711/task/28717/stat : 28717 (java) S 28709 28711 25443 0 -1 4202560 334 0 0 0 1091 9 0 0 20 0 22 0 340906728 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930864835112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28718] ppid=28709 vsize=2966184 CPUtime=10.85 cores=0,2,4,6
/proc/28711/task/28718/stat : 28718 (java) S 28709 28711 25443 0 -1 4202560 304 0 0 0 1076 9 0 0 20 0 22 0 340906728 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930863782568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28719] ppid=28709 vsize=2966184 CPUtime=10.59 cores=0,2,4,6
/proc/28711/task/28719/stat : 28719 (java) S 28709 28711 25443 0 -1 4202560 341 0 0 0 1047 12 0 0 20 0 22 0 340906728 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930862730024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28720] ppid=28709 vsize=2966184 CPUtime=10.79 cores=0,2,4,6
/proc/28711/task/28720/stat : 28720 (java) S 28709 28711 25443 0 -1 4202560 317 0 0 0 1069 10 0 0 20 0 22 0 340906728 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930861677480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28721] ppid=28709 vsize=2966184 CPUtime=10.47 cores=0,2,4,6
/proc/28711/task/28721/stat : 28721 (java) S 28709 28711 25443 0 -1 4202560 302 0 0 0 1041 6 0 0 20 0 22 0 340906728 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930860624936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28722] ppid=28709 vsize=2966184 CPUtime=4.8 cores=0,2,4,6
/proc/28711/task/28722/stat : 28722 (java) S 28709 28711 25443 0 -1 4202560 38432 0 0 0 435 45 0 0 20 0 22 0 340906729 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930848213096 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28723] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28723/stat : 28723 (java) S 28709 28711 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340906729 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930847159416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28724] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28724/stat : 28724 (java) S 28709 28711 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340906729 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930846106760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28725] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28725/stat : 28725 (java) S 28709 28711 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340906732 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930845055504 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28726] ppid=28709 vsize=2966184 CPUtime=1.13 cores=0,2,4,6
/proc/28711/task/28726/stat : 28726 (java) S 28709 28711 25443 0 -1 4202560 6583 0 0 0 113 0 0 0 20 0 22 0 340906732 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930844002872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28727] ppid=28709 vsize=2966184 CPUtime=1.75 cores=0,2,4,6
/proc/28711/task/28727/stat : 28727 (java) S 28709 28711 25443 0 -1 4202560 10561 0 0 0 172 3 0 0 20 0 22 0 340906732 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930842950328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28711/tid=28728] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28728/stat : 28728 (java) S 28709 28711 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340906732 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930841897976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28729] ppid=28709 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/28711/task/28729/stat : 28729 (java) S 28709 28711 25443 0 -1 4202560 50 0 0 0 13 18 0 0 20 0 22 0 340906732 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930722364744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28730] ppid=28709 vsize=2966184 CPUtime=850.47 cores=0,2,4,6
/proc/28711/task/28730/stat : 28730 (java) R 28709 28711 25443 0 -1 4202560 501 0 0 0 85033 14 0 0 20 0 22 0 340906868 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930721307896 139930723274131 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28711/tid=28731] ppid=28709 vsize=2966184 CPUtime=850.42 cores=0,2,4,6
/proc/28711/task/28731/stat : 28731 (java) R 28709 28711 25443 0 -1 4202560 543 0 0 0 85027 15 0 0 20 0 22 0 340906868 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930720254512 139930723274621 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28711/tid=28732] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28732/stat : 28732 (java) S 28709 28711 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340906870 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930719204392 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28711/tid=28733] ppid=28709 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/28711/task/28733/stat : 28733 (java) S 28709 28711 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340906870 3037372416 183685 33554432000 1073741824 1073778376 140736694008432 139930718151848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 2966184

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 28711 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=299225
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=910709
# CPU time returned by wait4() is 1796.21
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 882.249
CPU time (s): 1800.17
CPU user time (s): 1798.71
CPU system time (s): 1.46
CPU usage (%): 204.043
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.3
system time used= 1.91071
maximum resident set size= 738024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63458
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47019
involuntary context switches= 133393

runsolver used 3.17152 second user time and 7.96279 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 20:23:30
IDJOB=3735194
IDBENCH=2949
IDSOLVER=2324
FILE ID=node117/3735194-1338747810
RUNJOBID= node117-1338737787-25459
PBS_JOBID= 14636766
Free space on /tmp= 69116 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_18.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735194-1338747810/watcher-3735194-1338747810 -o /tmp/evaluation-result-3735194-1338747810/solver-3735194-1338747810 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735194-1338747810.opb

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

MD5SUM BENCH= 92a7a1679de6bb1b52854275d5fc6396
RANDOM SEED=991508373

node117.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		: 2667.148
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	: 5334.29
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		: 2667.148
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		: 2667.148
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.91
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		: 2667.148
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.95
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		: 2667.148
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		: 2667.148
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		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        26579492 kB
Buffers:          628376 kB
Cached:          4152732 kB
SwapCached:          776 kB
Active:          2909084 kB
Inactive:        2468796 kB
Active(anon):     582280 kB
Inactive(anon):     9972 kB
Active(file):    2326804 kB
Inactive(file):  2458824 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:              4748 kB
Writeback:             0 kB
AnonPages:        598148 kB
Mapped:            20428 kB
Shmem:                80 kB
Slab:             777984 kB
SReclaimable:     222132 kB
SUnreclaim:       555852 kB
KernelStack:        1624 kB
PageTables:         5696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1572608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69112 MiB
End job on node117 at 2012-06-03 20:38:14