Trace number 3688285

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.45 1797.75

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark392
Best CPU time to get the best result obtained on this benchmark1783.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
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 constraints26619
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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 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-3688285-1337881313.opb
0.09/0.11	c reading problem ... 
2.39/1.53	c ... done. Wall clock time 1.422s.
2.39/1.53	c declared #vars     13478
2.39/1.53	c #constraints  26620
2.39/1.53	c constraints type 
2.39/1.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.39/1.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
2.39/1.53	c 26620 constraints processed.
2.39/1.53	c objective function length is 9 literals
18.22/17.05	c cleaning 2493 clauses out of 5000 with flag 5000/5000
35.20/33.86	c cleaning 4243 clauses out of 8508 with flag 11001/11001
52.83/51.40	c cleaning 5620 clauses out of 11265 with flag 18001/18001
75.67/74.21	c cleaning 6814 clauses out of 13644 with flag 26000/26000
99.49/98.00	c cleaning 7908 clauses out of 15831 with flag 35001/35001
129.12/127.68	c cleaning 8946 clauses out of 17923 with flag 45001/45001
164.64/163.13	c cleaning 9975 clauses out of 19977 with flag 56001/56001
198.47/196.96	c cleaning 10993 clauses out of 22001 with flag 68000/68000
235.27/233.77	c cleaning 11987 clauses out of 24010 with flag 81002/81002
276.43/274.84	c cleaning 13000 clauses out of 26023 with flag 95002/95002
323.66/322.08	c cleaning 13992 clauses out of 28021 with flag 110000/110000
369.89/368.20	c cleaning 15010 clauses out of 30029 with flag 126000/126000
426.22/424.57	c cleaning 15993 clauses out of 32019 with flag 143000/143000
491.34/489.64	c cleaning 17000 clauses out of 34027 with flag 161001/161001
550.16/548.41	c cleaning 17996 clauses out of 36027 with flag 180001/180001
616.08/614.38	c cleaning 18998 clauses out of 38030 with flag 200000/200000
687.11/685.39	c cleaning 20006 clauses out of 40035 with flag 221003/221003
758.36/756.54	c cleaning 21006 clauses out of 42026 with flag 243000/243000
818.30/816.41	c cleaning 21994 clauses out of 44021 with flag 266001/266001
888.22/886.36	c cleaning 22990 clauses out of 46027 with flag 290001/290001
971.68/969.74	c cleaning 24003 clauses out of 48036 with flag 315000/315000
1052.63/1050.68	c cleaning 25007 clauses out of 50033 with flag 341000/341000
1126.97/1124.98	c cleaning 25985 clauses out of 52026 with flag 368000/368000
1198.59/1196.56	c cleaning 27017 clauses out of 54041 with flag 396000/396000
1291.33/1289.28	c cleaning 27994 clauses out of 56025 with flag 425001/425001
1386.66/1384.57	c cleaning 29002 clauses out of 58031 with flag 455001/455001
1482.39/1480.26	c cleaning 30000 clauses out of 60028 with flag 486000/486000
1595.44/1593.24	c cleaning 30999 clauses out of 62028 with flag 518000/518000
1702.99/1700.75	c cleaning 31986 clauses out of 64030 with flag 551001/551001
1800.02/1797.71	c starts		: 153
1800.02/1797.71	c conflicts		: 578858
1800.02/1797.71	c decisions		: 760798
1800.02/1797.71	c propagations		: 208267674
1800.02/1797.71	c inspects		: 8617332259
1800.02/1797.71	c shortcuts		: 0
1800.02/1797.71	c learnt literals	: 0
1800.02/1797.71	c learnt binary clauses	: 0
1800.02/1797.71	c learnt ternary clauses	: 2
1800.02/1797.71	c learnt constraints	: 578858
1800.02/1797.71	c ignored constraints	: 0
1800.02/1797.71	c root simplifications	: 0
1800.02/1797.71	c removed literals (reason simplification)	: 0
1800.02/1797.71	c reason swapping (by a shorter reason)	: 0
1800.02/1797.71	c Calls to reduceDB	: 29
1800.02/1797.71	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.71	c number of learned constraints concerned by reduction	: 0
1800.02/1797.71	c number of learning phase by resolution	: 0
1800.02/1797.71	c number of learning phase by cutting planes	: 0
1800.02/1797.71	c speed (assignments/second)	: 115951.54947048206
1800.02/1797.71	c non guided choices	13567
1800.02/1797.73	c learnt constraints type 
1800.02/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 59909
1800.02/1797.73	c constraints type 
1800.02/1797.73	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.02/1797.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
1800.02/1797.73	c 26620 constraints processed.
1800.02/1797.73	s UNKNOWN
1800.02/1797.73	c Total wall clock time (in seconds): 1797.624

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-3688285-1337881313/watcher-3688285-1337881313 -o /tmp/evaluation-result-3688285-1337881313/solver-3688285-1337881313 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688285-1337881313.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: 1.99 1.98 1.99 3/194 28665
/proc/meminfo: memFree=29734640/32873648 swapFree=7112/7112
[pid=28665] ppid=28663 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28665/stat : 28665 (java) D 28663 28665 27428 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 254257263 9515008 175 33554432000 1073741824 1073778376 140736889047184 140736889029912 242167399312 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/28665/statm: 2323 175 133 9 0 71 0

[startup+0.100422 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 28665
/proc/meminfo: memFree=29734640/32873648 swapFree=7112/7112
[pid=28665] ppid=28663 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/28665/stat : 28665 (java) S 28663 28665 27428 0 -1 4202496 4370 0 1 0 8 1 0 0 20 0 18 0 254257263 9787813888 5569 33554432000 1073741824 1073778376 140735003575168 140735003566304 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28665/statm: 2389603 5571 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.200248 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 28665
/proc/meminfo: memFree=29734640/32873648 swapFree=7112/7112
[pid=28665] ppid=28663 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/28665/stat : 28665 (java) S 28663 28665 27428 0 -1 4202496 4933 0 1 0 26 1 0 0 20 0 18 0 254257263 9787813888 7024 33554432000 1073741824 1073778376 140735003575168 140735003566304 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28665/statm: 2389603 7024 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558412

[startup+0.30029 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 28665
/proc/meminfo: memFree=29734640/32873648 swapFree=7112/7112
[pid=28665] ppid=28663 vsize=9558412 CPUtime=0.58 cores=1,3,5,7
/proc/28665/stat : 28665 (java) S 28663 28665 27428 0 -1 4202496 10418 0 1 0 56 2 0 0 20 0 18 0 254257263 9787813888 12169 33554432000 1073741824 1073778376 140735003575168 140735003566304 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28665/statm: 2389603 12169 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558412

[startup+0.700252 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 28665
/proc/meminfo: memFree=29734640/32873648 swapFree=7112/7112
[pid=28665] ppid=28663 vsize=9558412 CPUtime=1.19 cores=1,3,5,7
/proc/28665/stat : 28665 (java) S 28663 28665 27428 0 -1 4202496 11053 0 1 0 115 4 0 0 20 0 18 0 254257263 9787813888 42685 33554432000 1073741824 1073778376 140735003575168 140735003566304 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28665/statm: 2389603 42685 2244 9 0 2380296 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9558412

[startup+1.50068 s]
/proc/loadavg: 1.99 1.98 1.99 3/212 28683
/proc/meminfo: memFree=29559640/32873648 swapFree=7112/7112
[pid=28665] ppid=28663 vsize=9558412 CPUtime=2.39 cores=1,3,5,7
/proc/28665/stat : 28665 (java) S 28663 28665 27428 0 -1 4202496 12601 0 1 0 231 8 0 0 20 0 18 0 254257263 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140735003566304 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28665/statm: 2389603 81865 2248 9 0 2380296 0
[pid=28665/tid=28667] ppid=28663 vsize=9558412 CPUtime=1.42 cores=1,3,5,7
/proc/28665/task/28667/stat : 28667 (java) R 28663 28665 27428 0 -1 4202560 2584 0 1 0 137 5 0 0 20 0 18 0 254257264 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140501472247712 242170782989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28668] ppid=28663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28668/stat : 28668 (java) S 28663 28665 27428 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 254257265 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140501316217768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28669] ppid=28663 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/28665/task/28669/stat : 28669 (java) S 28663 28665 27428 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 254257265 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140501315165224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28670] ppid=28663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28670/stat : 28670 (java) S 28663 28665 27428 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 254257265 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140501314112168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28671] ppid=28663 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/28665/task/28671/stat : 28671 (java) S 28663 28665 27428 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 254257265 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140501313059624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28672] ppid=28663 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/28665/task/28672/stat : 28672 (java) S 28663 28665 27428 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 18 0 254257265 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140501312006568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28673] ppid=28663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28673/stat : 28673 (java) S 28663 28665 27428 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 254257265 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140501310954024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28674] ppid=28663 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/28665/task/28674/stat : 28674 (java) S 28663 28665 27428 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 254257265 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140501309900968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28675] ppid=28663 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/28665/task/28675/stat : 28675 (java) S 28663 28665 27428 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 254257265 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140501308848424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28665/tid=28676] ppid=28663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28676/stat : 28676 (java) S 28663 28665 27428 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254257266 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140501296438120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28677] ppid=28663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28677/stat : 28677 (java) S 28663 28665 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254257266 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140501295384440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28678] ppid=28663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28678/stat : 28678 (java) S 28663 28665 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254257267 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140501294331272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28679] ppid=28663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28679/stat : 28679 (java) S 28663 28665 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254257269 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140501293280016 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28680] ppid=28663 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/28665/task/28680/stat : 28680 (java) S 28663 28665 27428 0 -1 4202560 3855 0 0 0 41 0 0 0 20 0 18 0 254257269 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140501292226872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28681] ppid=28663 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/28665/task/28681/stat : 28681 (java) S 28663 28665 27428 0 -1 4202560 4709 0 0 0 36 0 0 0 20 0 18 0 254257269 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140501291174328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28682] ppid=28663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28682/stat : 28682 (java) S 28663 28665 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254257269 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140501290121464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28683] ppid=28663 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28683/stat : 28683 (java) S 28663 28665 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254257269 9787813888 81865 33554432000 1073741824 1073778376 140735003575168 140501289069128 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9558412

[startup+3.10067 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 28684
/proc/meminfo: memFree=29415032/32873648 swapFree=7112/7112
[pid=28665] ppid=28663 vsize=9624976 CPUtime=4.32 cores=1,3,5,7
/proc/28665/stat : 28665 (java) S 28663 28665 27428 0 -1 4202496 12664 0 1 0 423 9 0 0 20 0 19 0 254257263 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140735003566304 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28665/statm: 2406244 81907 2264 9 0 2396937 0
[pid=28665/tid=28667] ppid=28663 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/28665/task/28667/stat : 28667 (java) R 28663 28665 27428 0 -1 4202560 2596 0 1 0 296 5 0 0 20 0 19 0 254257264 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501472256456 140501345547022 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28665/tid=28668] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28668/stat : 28668 (java) S 28663 28665 27428 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254257265 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501316217768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28669] ppid=28663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/28665/task/28669/stat : 28669 (java) S 28663 28665 27428 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 254257265 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501315165224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28670] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28670/stat : 28670 (java) S 28663 28665 27428 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254257265 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501314112168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28671] ppid=28663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/28665/task/28671/stat : 28671 (java) S 28663 28665 27428 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 254257265 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501313059624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28672] ppid=28663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/28665/task/28672/stat : 28672 (java) S 28663 28665 27428 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 254257265 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501312006568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28673] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28673/stat : 28673 (java) S 28663 28665 27428 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254257265 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501310954024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28674] ppid=28663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/28665/task/28674/stat : 28674 (java) S 28663 28665 27428 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 254257265 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501309900968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28675] ppid=28663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/28665/task/28675/stat : 28675 (java) S 28663 28665 27428 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 254257265 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501308848424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28665/tid=28676] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28676/stat : 28676 (java) S 28663 28665 27428 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 254257266 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501296438120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28677] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28677/stat : 28677 (java) S 28663 28665 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254257266 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501295384440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28678] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28678/stat : 28678 (java) S 28663 28665 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254257267 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501294331272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28679] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28679/stat : 28679 (java) S 28663 28665 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254257269 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501293280016 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28680] ppid=28663 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/28665/task/28680/stat : 28680 (java) S 28663 28665 27428 0 -1 4202560 3897 0 0 0 65 0 0 0 20 0 19 0 254257269 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501292226872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28681] ppid=28663 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/28665/task/28681/stat : 28681 (java) S 28663 28665 27428 0 -1 4202560 4710 0 0 0 45 0 0 0 20 0 19 0 254257269 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501291174328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28682] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28682/stat : 28682 (java) S 28663 28665 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254257269 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501290121464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28683] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28683/stat : 28683 (java) S 28663 28665 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254257269 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501289069128 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28684] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28684/stat : 28684 (java) S 28663 28665 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254257418 9855975424 81907 33554432000 1073741824 1073778376 140735003575168 140501288015400 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9624976

[startup+6.30076 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 28684
/proc/meminfo: memFree=29414480/32873648 swapFree=7112/7112
[pid=28665] ppid=28663 vsize=9624976 CPUtime=7.52 cores=1,3,5,7
/proc/28665/stat : 28665 (java) S 28663 28665 27428 0 -1 4202496 12665 0 1 0 743 9 0 0 20 0 19 0 254257263 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140735003566304 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28665/statm: 2406244 81751 2264 9 0 2396937 0
[pid=28665/tid=28667] ppid=28663 vsize=9624976 CPUtime=6.2 cores=1,3,5,7
/proc/28665/task/28667/stat : 28667 (java) R 28663 28665 27428 0 -1 4202560 2597 0 1 0 615 5 0 0 20 0 19 0 254257264 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501472256320 140501345641796 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28668] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28668/stat : 28668 (java) S 28663 28665 27428 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254257265 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501316217768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28669] ppid=28663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/28665/task/28669/stat : 28669 (java) S 28663 28665 27428 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 254257265 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501315165224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28670] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28670/stat : 28670 (java) S 28663 28665 27428 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254257265 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501314112168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28671] ppid=28663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/28665/task/28671/stat : 28671 (java) S 28663 28665 27428 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 254257265 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501313059624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28672] ppid=28663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/28665/task/28672/stat : 28672 (java) S 28663 28665 27428 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 254257265 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501312006568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28673] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28673/stat : 28673 (java) S 28663 28665 27428 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254257265 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501310954024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28674] ppid=28663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/28665/task/28674/stat : 28674 (java) S 28663 28665 27428 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 254257265 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501309900968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28675] ppid=28663 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/28665/task/28675/stat : 28675 (java) S 28663 28665 27428 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 254257265 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501308848424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28665/tid=28676] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28676/stat : 28676 (java) S 28663 28665 27428 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 254257266 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501296438120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28677] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28677/stat : 28677 (java) S 28663 28665 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254257266 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501295384440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28678] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28678/stat : 28678 (java) S 28663 28665 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254257267 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501294331272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28679] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28679/stat : 28679 (java) S 28663 28665 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254257269 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501293280016 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28680] ppid=28663 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/28665/task/28680/stat : 28680 (java) S 28663 28665 27428 0 -1 4202560 3897 0 0 0 66 0 0 0 20 0 19 0 254257269 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501292226872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28681] ppid=28663 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/28665/task/28681/stat : 28681 (java) S 28663 28665 27428 0 -1 4202560 4710 0 0 0 45 0 0 0 20 0 19 0 254257269 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501291174328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28682] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28682/stat : 28682 (java) S 28663 28665 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254257269 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501290121464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28683] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28683/stat : 28683 (java) S 28663 28665 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254257269 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501289069128 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28684] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28684/stat : 28684 (java) S 28663 28665 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254257418 9855975424 81751 33554432000 1073741824 1073778376 140735003575168 140501288015400 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 28684
/proc/meminfo: memFree=29414760/32873648 swapFree=7112/7112

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

[pid=28665/tid=28673] ppid=28663 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/28665/task/28673/stat : 28673 (java) S 28663 28665 27428 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501310954024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28674] ppid=28663 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/28665/task/28674/stat : 28674 (java) S 28663 28665 27428 0 -1 4202560 19 0 0 0 8 1 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501309900968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28665/tid=28675] ppid=28663 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/28665/task/28675/stat : 28675 (java) S 28663 28665 27428 0 -1 4202560 56 0 0 0 12 2 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501308848424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28676] ppid=28663 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/28665/task/28676/stat : 28676 (java) S 28663 28665 27428 0 -1 4202560 283 0 0 0 139 3 0 0 20 0 19 0 254257266 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501296438120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28677] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28677/stat : 28677 (java) S 28663 28665 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254257266 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501295384440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28678] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28678/stat : 28678 (java) S 28663 28665 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254257267 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501294331272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28679] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28679/stat : 28679 (java) S 28663 28665 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501293280016 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28680] ppid=28663 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/28665/task/28680/stat : 28680 (java) S 28663 28665 27428 0 -1 4202560 3914 0 0 0 73 0 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501292226872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28681] ppid=28663 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/28665/task/28681/stat : 28681 (java) S 28663 28665 27428 0 -1 4202560 4718 0 0 0 51 0 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501291174328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28682] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28682/stat : 28682 (java) S 28663 28665 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501290121464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28683] ppid=28663 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/28665/task/28683/stat : 28683 (java) S 28663 28665 27428 0 -1 4202560 95 0 0 0 28 40 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501289069128 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28684] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28684/stat : 28684 (java) S 28663 28665 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254257418 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501288015400 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1664.57
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/214 28781
/proc/meminfo: memFree=29369768/32873648 swapFree=7112/7112
[pid=28665] ppid=28663 vsize=9624976 CPUtime=1724.61 cores=1,3,5,7
/proc/28665/stat : 28665 (java) S 28663 28665 27428 0 -1 4202496 13127 0 1 0 172401 60 0 0 20 0 19 0 254257263 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140735003566304 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28665/statm: 2406244 100743 2282 9 0 2396937 0
[pid=28665/tid=28667] ppid=28663 vsize=9624976 CPUtime=1720.41 cores=1,3,5,7
/proc/28665/task/28667/stat : 28667 (java) R 28663 28665 27428 0 -1 4202560 2625 0 1 0 172009 32 0 0 20 0 19 0 254257264 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501472256288 140501345607798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28668] ppid=28663 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/28665/task/28668/stat : 28668 (java) S 28663 28665 27428 0 -1 4202560 43 0 0 0 8 2 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501316217768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28669] ppid=28663 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/28665/task/28669/stat : 28669 (java) S 28663 28665 27428 0 -1 4202560 75 0 0 0 10 2 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501315165224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28665/tid=28670] ppid=28663 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/28665/task/28670/stat : 28670 (java) S 28663 28665 27428 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501314112168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28671] ppid=28663 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/28665/task/28671/stat : 28671 (java) S 28663 28665 27428 0 -1 4202560 37 0 0 0 12 0 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501313059624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28672] ppid=28663 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/28665/task/28672/stat : 28672 (java) S 28663 28665 27428 0 -1 4202560 35 0 0 0 9 1 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501312006568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28673] ppid=28663 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/28665/task/28673/stat : 28673 (java) S 28663 28665 27428 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501310954024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28674] ppid=28663 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/28665/task/28674/stat : 28674 (java) S 28663 28665 27428 0 -1 4202560 19 0 0 0 8 1 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501309900968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28665/tid=28675] ppid=28663 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/28665/task/28675/stat : 28675 (java) S 28663 28665 27428 0 -1 4202560 56 0 0 0 12 2 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501308848424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28676] ppid=28663 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/28665/task/28676/stat : 28676 (java) S 28663 28665 27428 0 -1 4202560 285 0 0 0 144 3 0 0 20 0 19 0 254257266 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501296438120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28677] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28677/stat : 28677 (java) S 28663 28665 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254257266 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501295384440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28678] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28678/stat : 28678 (java) S 28663 28665 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254257267 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501294331272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28679] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28679/stat : 28679 (java) S 28663 28665 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501293280016 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28680] ppid=28663 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/28665/task/28680/stat : 28680 (java) S 28663 28665 27428 0 -1 4202560 3914 0 0 0 73 0 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501292226872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28681] ppid=28663 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/28665/task/28681/stat : 28681 (java) S 28663 28665 27428 0 -1 4202560 4718 0 0 0 51 0 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501291174328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28682] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28682/stat : 28682 (java) S 28663 28665 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501290121464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28683] ppid=28663 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/28665/task/28683/stat : 28683 (java) S 28663 28665 27428 0 -1 4202560 99 0 0 0 30 41 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501289069128 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28684] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28684/stat : 28684 (java) S 28663 28665 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254257418 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501288015400 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.61
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 28781
/proc/meminfo: memFree=29369904/32873648 swapFree=7112/7112
[pid=28665] ppid=28663 vsize=9624976 CPUtime=1784.62 cores=1,3,5,7
/proc/28665/stat : 28665 (java) S 28663 28665 27428 0 -1 4202496 13131 0 1 0 178401 61 0 0 20 0 19 0 254257263 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140735003566304 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28665/statm: 2406244 100743 2282 9 0 2396937 0
[pid=28665/tid=28667] ppid=28663 vsize=9624976 CPUtime=1780.41 cores=1,3,5,7
/proc/28665/task/28667/stat : 28667 (java) R 28663 28665 27428 0 -1 4202560 2625 0 1 0 178008 33 0 0 20 0 19 0 254257264 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501472256288 140501345548156 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28668] ppid=28663 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/28665/task/28668/stat : 28668 (java) S 28663 28665 27428 0 -1 4202560 43 0 0 0 8 2 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501316217768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28669] ppid=28663 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/28665/task/28669/stat : 28669 (java) S 28663 28665 27428 0 -1 4202560 75 0 0 0 10 2 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501315165224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28665/tid=28670] ppid=28663 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/28665/task/28670/stat : 28670 (java) S 28663 28665 27428 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501314112168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28671] ppid=28663 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/28665/task/28671/stat : 28671 (java) S 28663 28665 27428 0 -1 4202560 37 0 0 0 12 0 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501313059624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28672] ppid=28663 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/28665/task/28672/stat : 28672 (java) S 28663 28665 27428 0 -1 4202560 35 0 0 0 9 1 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501312006568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28673] ppid=28663 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/28665/task/28673/stat : 28673 (java) S 28663 28665 27428 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501310954024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28674] ppid=28663 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/28665/task/28674/stat : 28674 (java) S 28663 28665 27428 0 -1 4202560 19 0 0 0 8 1 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501309900968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28665/tid=28675] ppid=28663 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/28665/task/28675/stat : 28675 (java) S 28663 28665 27428 0 -1 4202560 56 0 0 0 12 2 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501308848424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28676] ppid=28663 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/28665/task/28676/stat : 28676 (java) S 28663 28665 27428 0 -1 4202560 285 0 0 0 144 3 0 0 20 0 19 0 254257266 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501296438120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28677] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28677/stat : 28677 (java) S 28663 28665 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254257266 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501295384440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28678] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28678/stat : 28678 (java) S 28663 28665 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254257267 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501294331272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28679] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28679/stat : 28679 (java) S 28663 28665 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501293280016 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28680] ppid=28663 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/28665/task/28680/stat : 28680 (java) S 28663 28665 27428 0 -1 4202560 3914 0 0 0 73 0 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501292226872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28681] ppid=28663 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/28665/task/28681/stat : 28681 (java) S 28663 28665 27428 0 -1 4202560 4718 0 0 0 51 0 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501291174328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28682] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28682/stat : 28682 (java) S 28663 28665 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501290121464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28683] ppid=28663 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/28665/task/28683/stat : 28683 (java) S 28663 28665 27428 0 -1 4202560 103 0 0 0 31 42 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501289069128 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28684] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28684/stat : 28684 (java) S 28663 28665 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254257418 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501288015400 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.62
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 28781
/proc/meminfo: memFree=29369908/32873648 swapFree=7112/7112
[pid=28665] ppid=28663 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/28665/stat : 28665 (java) S 28663 28665 27428 0 -1 4202496 13131 0 1 0 179941 61 0 0 20 0 19 0 254257263 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140735003566304 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28665/statm: 2406244 100743 2282 9 0 2396937 0
[pid=28665/tid=28667] ppid=28663 vsize=9624976 CPUtime=1795.81 cores=1,3,5,7
/proc/28665/task/28667/stat : 28667 (java) R 28663 28665 27428 0 -1 4202560 2625 0 1 0 179548 33 0 0 20 0 19 0 254257264 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501472256288 140501345546958 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28668] ppid=28663 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/28665/task/28668/stat : 28668 (java) S 28663 28665 27428 0 -1 4202560 43 0 0 0 8 2 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501316217768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28669] ppid=28663 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/28665/task/28669/stat : 28669 (java) S 28663 28665 27428 0 -1 4202560 75 0 0 0 10 2 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501315165224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28665/tid=28670] ppid=28663 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/28665/task/28670/stat : 28670 (java) S 28663 28665 27428 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501314112168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28671] ppid=28663 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/28665/task/28671/stat : 28671 (java) S 28663 28665 27428 0 -1 4202560 37 0 0 0 12 0 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501313059624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28672] ppid=28663 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/28665/task/28672/stat : 28672 (java) S 28663 28665 27428 0 -1 4202560 35 0 0 0 9 1 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501312006568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28673] ppid=28663 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/28665/task/28673/stat : 28673 (java) S 28663 28665 27428 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501310954024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28674] ppid=28663 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/28665/task/28674/stat : 28674 (java) S 28663 28665 27428 0 -1 4202560 19 0 0 0 8 1 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501309900968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28665/tid=28675] ppid=28663 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/28665/task/28675/stat : 28675 (java) S 28663 28665 27428 0 -1 4202560 56 0 0 0 12 2 0 0 20 0 19 0 254257265 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501308848424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28676] ppid=28663 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/28665/task/28676/stat : 28676 (java) S 28663 28665 27428 0 -1 4202560 285 0 0 0 144 3 0 0 20 0 19 0 254257266 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501296438120 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28677] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28677/stat : 28677 (java) S 28663 28665 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254257266 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501295384440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28678] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28678/stat : 28678 (java) S 28663 28665 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254257267 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501294331272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28679] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28679/stat : 28679 (java) S 28663 28665 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501293280016 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28665/tid=28680] ppid=28663 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/28665/task/28680/stat : 28680 (java) S 28663 28665 27428 0 -1 4202560 3914 0 0 0 73 0 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501292226872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28681] ppid=28663 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/28665/task/28681/stat : 28681 (java) S 28663 28665 27428 0 -1 4202560 4718 0 0 0 51 0 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501291174328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28682] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28682/stat : 28682 (java) S 28663 28665 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501290121464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28665/tid=28683] ppid=28663 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/28665/task/28683/stat : 28683 (java) S 28663 28665 27428 0 -1 4202560 103 0 0 0 31 43 0 0 20 0 19 0 254257269 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501289069128 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28665/tid=28684] ppid=28663 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/28665/task/28684/stat : 28684 (java) S 28663 28665 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254257418 9855975424 100743 33554432000 1073741824 1073778376 140735003575168 140501288015400 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143
Real time (s): 1797.75
CPU time (s): 1800.45
CPU user time (s): 1799.44
CPU system time (s): 1.01185
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 1.01185
maximum resident set size= 403120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13173
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38960
involuntary context switches= 6889

runsolver used 6.14107 second user time and 15.2827 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-24 19:41:54
IDJOB=3688285
IDBENCH=2947
IDSOLVER=2269
FILE ID=node126/3688285-1337881313
RUNJOBID= node126-1337871880-27446
PBS_JOBID= 14620078
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_20.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688285-1337881313/watcher-3688285-1337881313 -o /tmp/evaluation-result-3688285-1337881313/solver-3688285-1337881313 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688285-1337881313.opb

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=327790879

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.456
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.456
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.90
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.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29735276 kB
Buffers:          234552 kB
Cached:          1877632 kB
SwapCached:        17768 kB
Active:           643824 kB
Inactive:        1735328 kB
Active(anon):     249592 kB
Inactive(anon):    19404 kB
Active(file):     394232 kB
Inactive(file):  1715924 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086928 kB
Dirty:              7832 kB
Writeback:             0 kB
AnonPages:        256680 kB
Mapped:            18260 kB
Shmem:                 0 kB
Slab:             622240 kB
SReclaimable:      66556 kB
SUnreclaim:       555684 kB
KernelStack:        1600 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     825572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 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= 71672 MiB
End job on node126 at 2012-05-24 20:11:53