Trace number 3733380

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.9 898.044

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
MD5SUMcbbc019f11b539634b02edfceafed9db
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1090626176
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 783292842349555
Number of bits of the biggest sum of numbers50
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.2.0.v20100531
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 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	
0.07/0.12	c solving HOME/instance-3733380-1338742899.opb
0.07/0.12	c reading problem ... 
1.68/1.19	c ... done. Wall clock time 1.067s.
1.68/1.19	c #vars     15501
1.68/1.19	c #constraints  1086
1.68/1.19	c constraints type 
1.68/1.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 627
1.68/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 226
1.68/1.19	c constraints type 
1.68/1.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 627
1.68/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 226
753.94/375.95	c cleaning 2500 clauses out of 5003 with flag 5004/5004
1468.56/732.48	c cleaning 4248 clauses out of 8500 with flag 11001/11001
1800.12/898.03	c starts		: 40
1800.12/898.03	c conflicts		: 13913
1800.12/898.03	c decisions		: 121099
1800.12/898.03	c propagations		: 17681090
1800.12/898.03	c inspects		: 207711916
1800.12/898.03	c learnt literals	: 1
1800.12/898.03	c learnt binary clauses	: 0
1800.12/898.03	c learnt ternary clauses	: 0
1800.12/898.03	c learnt clauses	: 13912
1800.12/898.03	c ignored clauses	: 0
1800.12/898.03	c root simplifications	: 0
1800.12/898.03	c removed literals (reason simplification)	: 3927040
1800.12/898.03	c reason swapping (by a shorter reason)	: 0
1800.12/898.03	c Calls to reduceDB	: 2
1800.12/898.03	c number of reductions to clauses (during analyze)	: 0
1800.12/898.03	c number of learned constraints concerned by reduction	: 0
1800.12/898.03	c number of learning phase by resolution	: 0
1800.12/898.03	c number of learning phase by cutting planes	: 0
1800.12/898.03	c speed (assignments/second)	: 19715.046168015673
1800.12/898.03	c non guided choices	0
1800.12/898.03	c learnt constraints type 
1800.12/898.03	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 7164
1800.12/898.03	c constraints type 
1800.12/898.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 627
1800.12/898.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 226
1800.12/898.03	c constraints type 
1800.12/898.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 627
1800.12/898.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 226
1800.12/898.03	s UNKNOWN
1800.12/898.03	c Total wall clock time (in seconds): 897.908

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-3733380-1338742899/watcher-3733380-1338742899 -o /tmp/evaluation-result-3733380-1338742899/solver-3733380-1338742899 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733380-1338742899.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.20 1.52 2.44 3/198 20469
/proc/meminfo: memFree=27213644/32873844 swapFree=7380/7380
[pid=20469] ppid=20467 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20469/stat : 20469 (java6) D 20467 20469 11290 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 340414742 9515008 176 33554432000 1073741824 1073778376 140733379636688 140733379619416 215143498640 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/20469/statm: 2323 176 133 9 0 71 0

[startup+0.0362359 s]
/proc/loadavg: 1.20 1.52 2.44 3/198 20469
/proc/meminfo: memFree=27213644/32873844 swapFree=7380/7380
[pid=20469] ppid=20467 vsize=2158136 CPUtime=0 cores=1,3,5,7
/proc/20469/stat : 20469 (java) S 20467 20469 11290 0 -1 4202496 3481 0 1 0 0 0 0 0 20 0 10 0 340414742 2209931264 4180 33554432000 1073741824 1073778376 140733561933680 140733561924816 215146856509 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20469/statm: 539534 4180 1539 9 0 530235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2158136

[startup+0.100314 s]
/proc/loadavg: 1.20 1.52 2.44 3/198 20469
/proc/meminfo: memFree=27213644/32873844 swapFree=7380/7380
[pid=20469] ppid=20467 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/20469/stat : 20469 (java) S 20467 20469 11290 0 -1 4202496 3907 0 1 0 6 1 0 0 20 0 18 0 340414742 2764726272 5626 33554432000 1073741824 1073778376 140733561933680 140733561924816 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20469/statm: 674982 5626 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300296 s]
/proc/loadavg: 1.20 1.52 2.44 3/198 20469
/proc/meminfo: memFree=27213644/32873844 swapFree=7380/7380
[pid=20469] ppid=20467 vsize=2699928 CPUtime=0.55 cores=1,3,5,7
/proc/20469/stat : 20469 (java) S 20467 20469 11290 0 -1 4202496 12023 0 1 0 52 3 0 0 20 0 18 0 340414742 2764726272 13838 33554432000 1073741824 1073778376 140733561933680 140733561924816 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20469/statm: 674982 13838 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2699928

[startup+0.700306 s]
/proc/loadavg: 1.20 1.52 2.44 3/198 20469
/proc/meminfo: memFree=27213644/32873844 swapFree=7380/7380
[pid=20469] ppid=20467 vsize=2699928 CPUtime=1.27 cores=1,3,5,7
/proc/20469/stat : 20469 (java) S 20467 20469 11290 0 -1 4202496 13304 0 1 0 122 5 0 0 20 0 18 0 340414742 2764726272 36739 33554432000 1073741824 1073778376 140733561933680 140733561924816 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20469/statm: 674982 36739 2221 9 0 665676 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 2699928

[startup+1.5007 s]
/proc/loadavg: 1.20 1.52 2.44 2/216 20487
/proc/meminfo: memFree=26993060/32873844 swapFree=7380/7380
[pid=20469] ppid=20467 vsize=2966184 CPUtime=2.62 cores=1,3,5,7
/proc/20469/stat : 20469 (java) S 20467 20469 11290 0 -1 4202496 16015 0 1 0 250 12 0 0 20 0 22 0 340414742 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 140733561924816 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20469/statm: 741546 99897 2244 9 0 732240 0
[pid=20469/tid=20471] ppid=20467 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/20469/task/20471/stat : 20471 (java) S 20467 20469 11290 0 -1 4202560 2943 0 1 0 108 8 0 0 20 0 22 0 340414743 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 139971721651352 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20472] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20472/stat : 20472 (java) S 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414745 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 139971710712232 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20473] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20473/stat : 20473 (java) R 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414745 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 139971586882088 215146869820 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20474] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20474/stat : 20474 (java) S 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414745 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 139971585829032 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20469/tid=20475] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20475/stat : 20475 (java) R 20467 20469 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340414745 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 139971584776488 139971728549111 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20476] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20476/stat : 20476 (java) R 20467 20469 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340414745 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 139971583724456 139971728546732 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20477] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20477/stat : 20477 (java) R 20467 20469 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340414745 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 139971582671912 139971724121801 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20478] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20478/stat : 20478 (java) R 20467 20469 11290 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340414745 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 139971581619032 139971724121785 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20469/tid=20479] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20479/stat : 20479 (java) S 20467 20469 11290 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340414745 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 139971580566312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20480] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20480/stat : 20480 (java) S 20467 20469 11290 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340414746 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 139971097752840 215146869820 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20481] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20481/stat : 20481 (java) S 20467 20469 11290 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340414747 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 139971096700280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20482] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20482/stat : 20482 (java) S 20467 20469 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340414747 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 139971095647112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20483] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20483/stat : 20483 (java) S 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414749 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 139971094595856 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20484] ppid=20467 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/20469/task/20484/stat : 20484 (java) S 20467 20469 11290 0 -1 4202560 6362 0 0 0 42 2 0 0 20 0 22 0 340414749 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 139971093543736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20485] ppid=20467 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/20469/task/20485/stat : 20485 (java) S 20467 20469 11290 0 -1 4202560 5421 0 0 0 37 1 0 0 20 0 22 0 340414749 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 139971092491192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20486] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20486/stat : 20486 (java) S 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414749 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 139971091438328 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20487] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20487/stat : 20487 (java) S 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414749 3037372416 99897 33554432000 1073741824 1073778376 140733561933680 139971090385992 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 2966184

[startup+3.1008 s]
/proc/loadavg: 1.20 1.52 2.44 3/220 20491
/proc/meminfo: memFree=26782024/32873844 swapFree=7380/7380
[pid=20469] ppid=20467 vsize=2966184 CPUtime=6.44 cores=1,3,5,7
/proc/20469/stat : 20469 (java) S 20467 20469 11290 0 -1 4202496 18072 0 1 0 626 18 0 0 20 0 22 0 340414742 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 140733561924816 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20469/statm: 741546 109718 2252 9 0 732240 0
[pid=20469/tid=20471] ppid=20467 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/20469/task/20471/stat : 20471 (java) S 20467 20469 11290 0 -1 4202560 2943 0 1 0 108 8 0 0 20 0 22 0 340414743 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971721651352 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20472] ppid=20467 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/20469/task/20472/stat : 20472 (java) S 20467 20469 11290 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 340414745 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971710712232 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20473] ppid=20467 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/20469/task/20473/stat : 20473 (java) S 20467 20469 11290 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 340414745 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971586882088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20474] ppid=20467 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/20469/task/20474/stat : 20474 (java) S 20467 20469 11290 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 340414745 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971585829032 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20469/tid=20475] ppid=20467 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/20469/task/20475/stat : 20475 (java) S 20467 20469 11290 0 -1 4202560 27 0 0 0 5 1 0 0 20 0 22 0 340414745 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971584776488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20476] ppid=20467 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/20469/task/20476/stat : 20476 (java) S 20467 20469 11290 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 340414745 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971583724456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20477] ppid=20467 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/20469/task/20477/stat : 20477 (java) S 20467 20469 11290 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 340414745 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971582671912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20478] ppid=20467 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/20469/task/20478/stat : 20478 (java) S 20467 20469 11290 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 340414745 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971581618856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20469/tid=20479] ppid=20467 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/20469/task/20479/stat : 20479 (java) S 20467 20469 11290 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 340414745 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971580566312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20480] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20480/stat : 20480 (java) S 20467 20469 11290 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340414746 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971097753960 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20481] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20481/stat : 20481 (java) S 20467 20469 11290 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340414747 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971096700280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20482] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20482/stat : 20482 (java) S 20467 20469 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340414747 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971095647112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20483] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20483/stat : 20483 (java) S 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414749 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971094595856 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20484] ppid=20467 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/20469/task/20484/stat : 20484 (java) S 20467 20469 11290 0 -1 4202560 6393 0 0 0 65 2 0 0 20 0 22 0 340414749 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971093543736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20485] ppid=20467 vsize=2966184 CPUtime=0.65 cores=1,3,5,7
/proc/20469/task/20485/stat : 20485 (java) S 20467 20469 11290 0 -1 4202560 7297 0 0 0 63 2 0 0 20 0 22 0 340414749 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971092491192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20486] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20486/stat : 20486 (java) S 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414749 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971091438328 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20487] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20487/stat : 20487 (java) S 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414749 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971090385992 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20488] ppid=20467 vsize=2966184 CPUtime=1.79 cores=1,3,5,7
/proc/20469/task/20488/stat : 20488 (java) R 20467 20469 11290 0 -1 4202560 47 0 0 0 179 0 0 0 20 0 22 0 340414862 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971089330488 139971592361841 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20469/tid=20489] ppid=20467 vsize=2966184 CPUtime=1.8 cores=1,3,5,7
/proc/20469/task/20489/stat : 20489 (java) R 20467 20469 11290 0 -1 4202560 80 0 0 0 180 0 0 0 20 0 22 0 340414862 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971088275944 139971592619347 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20490] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20490/stat : 20490 (java) S 20467 20469 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340414864 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971087225640 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20491] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20491/stat : 20491 (java) S 20467 20469 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340414864 3037372416 109718 33554432000 1073741824 1073778376 140733561933680 139971086173096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 2966184

[startup+6.30087 s]
/proc/loadavg: 1.27 1.53 2.44 3/220 20491
/proc/meminfo: memFree=26785000/32873844 swapFree=7380/7380
[pid=20469] ppid=20467 vsize=2966184 CPUtime=12.9 cores=1,3,5,7
/proc/20469/stat : 20469 (java) S 20467 20469 11290 0 -1 4202496 18733 0 1 0 1271 19 0 0 20 0 22 0 340414742 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 140733561924816 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20469/statm: 741546 108939 2255 9 0 732240 0
[pid=20469/tid=20471] ppid=20467 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/20469/task/20471/stat : 20471 (java) S 20467 20469 11290 0 -1 4202560 2943 0 1 0 108 8 0 0 20 0 22 0 340414743 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971721651352 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20472] ppid=20467 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/20469/task/20472/stat : 20472 (java) S 20467 20469 11290 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 340414745 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971710712232 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20473] ppid=20467 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/20469/task/20473/stat : 20473 (java) S 20467 20469 11290 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 340414745 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971586882088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20474] ppid=20467 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/20469/task/20474/stat : 20474 (java) S 20467 20469 11290 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 340414745 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971585829032 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20469/tid=20475] ppid=20467 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/20469/task/20475/stat : 20475 (java) S 20467 20469 11290 0 -1 4202560 27 0 0 0 5 1 0 0 20 0 22 0 340414745 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971584776488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20476] ppid=20467 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/20469/task/20476/stat : 20476 (java) S 20467 20469 11290 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 340414745 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971583724456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20477] ppid=20467 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/20469/task/20477/stat : 20477 (java) S 20467 20469 11290 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 340414745 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971582671912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20478] ppid=20467 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/20469/task/20478/stat : 20478 (java) S 20467 20469 11290 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 340414745 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971581618856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20469/tid=20479] ppid=20467 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/20469/task/20479/stat : 20479 (java) S 20467 20469 11290 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 340414745 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971580566312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20480] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20480/stat : 20480 (java) S 20467 20469 11290 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340414746 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971097753960 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20481] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20481/stat : 20481 (java) S 20467 20469 11290 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340414747 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971096700280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20482] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20482/stat : 20482 (java) S 20467 20469 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340414747 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971095647112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20483] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20483/stat : 20483 (java) S 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414749 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971094595856 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20484] ppid=20467 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/20469/task/20484/stat : 20484 (java) S 20467 20469 11290 0 -1 4202560 6393 0 0 0 65 2 0 0 20 0 22 0 340414749 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971093543736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20485] ppid=20467 vsize=2966184 CPUtime=0.73 cores=1,3,5,7
/proc/20469/task/20485/stat : 20485 (java) S 20467 20469 11290 0 -1 4202560 7955 0 0 0 71 2 0 0 20 0 22 0 340414749 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971092491192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20486] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20486/stat : 20486 (java) S 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414749 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971091438328 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20487] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20487/stat : 20487 (java) S 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414749 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971090385992 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20488] ppid=20467 vsize=2966184 CPUtime=4.98 cores=1,3,5,7
/proc/20469/task/20488/stat : 20488 (java) R 20467 20469 11290 0 -1 4202560 50 0 0 0 498 0 0 0 20 0 22 0 340414862 3037372416 108939 33554432000 1073741824 1073778376 140733561933680 139971089328320 139971592370500 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0

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

[pid=20469/tid=20489] ppid=20467 vsize=2966184 CPUtime=757.31 cores=1,3,5,7
/proc/20469/task/20489/stat : 20489 (java) R 20467 20469 11290 0 -1 4202560 208 0 0 0 75718 13 0 0 20 0 22 0 340414862 3037372416 195902 33554432000 1073741824 1073778376 140733561933680 139971088276168 139971592619314 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20490] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20490/stat : 20490 (java) S 20467 20469 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340414864 3037372416 195902 33554432000 1073741824 1073778376 140733561933680 139971087225640 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20491] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20491/stat : 20491 (java) S 20467 20469 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340414864 3037372416 195902 33554432000 1073741824 1073778376 140733561933680 139971086173096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1528.2
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.88 3.18 2.70 5/221 20565
/proc/meminfo: memFree=27231596/32873844 swapFree=7380/7380
[pid=20469] ppid=20467 vsize=2966184 CPUtime=1648.43 cores=1,3,5,7
/proc/20469/stat : 20469 (java) S 20467 20469 11290 0 -1 4202496 23732 0 1 0 164743 100 0 0 20 0 22 0 340414742 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 140733561924816 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20469/statm: 741546 203585 2272 9 0 732240 0
[pid=20469/tid=20471] ppid=20467 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/20469/task/20471/stat : 20471 (java) S 20467 20469 11290 0 -1 4202560 2947 0 1 0 109 9 0 0 20 0 22 0 340414743 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971721651352 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20472] ppid=20467 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/20469/task/20472/stat : 20472 (java) S 20467 20469 11290 0 -1 4202560 117 0 0 0 104 6 0 0 20 0 22 0 340414745 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971710712232 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20469/tid=20473] ppid=20467 vsize=2966184 CPUtime=1.27 cores=1,3,5,7
/proc/20469/task/20473/stat : 20473 (java) S 20467 20469 11290 0 -1 4202560 128 0 0 0 121 6 0 0 20 0 22 0 340414745 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971586882088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20474] ppid=20467 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/20469/task/20474/stat : 20474 (java) S 20467 20469 11290 0 -1 4202560 134 0 0 0 132 8 0 0 20 0 22 0 340414745 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971585829032 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20475] ppid=20467 vsize=2966184 CPUtime=1.27 cores=1,3,5,7
/proc/20469/task/20475/stat : 20475 (java) S 20467 20469 11290 0 -1 4202560 155 0 0 0 120 7 0 0 20 0 22 0 340414745 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971584776488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20476] ppid=20467 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/20469/task/20476/stat : 20476 (java) S 20467 20469 11290 0 -1 4202560 125 0 0 0 117 6 0 0 20 0 22 0 340414745 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971583724456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20477] ppid=20467 vsize=2966184 CPUtime=1.15 cores=1,3,5,7
/proc/20469/task/20477/stat : 20477 (java) S 20467 20469 11290 0 -1 4202560 110 0 0 0 109 6 0 0 20 0 22 0 340414745 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971582671912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20478] ppid=20467 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/20469/task/20478/stat : 20478 (java) S 20467 20469 11290 0 -1 4202560 112 0 0 0 114 6 0 0 20 0 22 0 340414745 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971581618856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20479] ppid=20467 vsize=2966184 CPUtime=1.29 cores=1,3,5,7
/proc/20469/task/20479/stat : 20479 (java) S 20467 20469 11290 0 -1 4202560 139 0 0 0 120 9 0 0 20 0 22 0 340414745 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971580566312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20469/tid=20480] ppid=20467 vsize=2966184 CPUtime=0.88 cores=1,3,5,7
/proc/20469/task/20480/stat : 20480 (java) S 20467 20469 11290 0 -1 4202560 3541 0 0 0 71 17 0 0 20 0 22 0 340414746 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971097753960 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20481] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20481/stat : 20481 (java) S 20467 20469 11290 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340414747 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971096700280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20482] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20482/stat : 20482 (java) S 20467 20469 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340414747 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971095647112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20483] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20483/stat : 20483 (java) S 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414749 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971094595856 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20484] ppid=20467 vsize=2966184 CPUtime=1.15 cores=1,3,5,7
/proc/20469/task/20484/stat : 20484 (java) S 20467 20469 11290 0 -1 4202560 6637 0 0 0 113 2 0 0 20 0 22 0 340414749 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971093543736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20485] ppid=20467 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/20469/task/20485/stat : 20485 (java) S 20467 20469 11290 0 -1 4202560 7970 0 0 0 103 2 0 0 20 0 22 0 340414749 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971092491192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20486] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20486/stat : 20486 (java) S 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414749 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971091438328 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20487] ppid=20467 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/20469/task/20487/stat : 20487 (java) S 20467 20469 11290 0 -1 4202560 47 0 0 0 19 18 0 0 20 0 22 0 340414749 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971090385992 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20488] ppid=20467 vsize=2966184 CPUtime=817.12 cores=1,3,5,7
/proc/20469/task/20488/stat : 20488 (java) R 20467 20469 11290 0 -1 4202560 171 0 0 0 81697 15 0 0 20 0 22 0 340414862 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971089329600 139971592362016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20489] ppid=20467 vsize=2966184 CPUtime=817.13 cores=1,3,5,7
/proc/20469/task/20489/stat : 20489 (java) R 20467 20469 11290 0 -1 4202560 210 0 0 0 81699 14 0 0 20 0 22 0 340414862 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971088275952 139971592619347 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20490] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20490/stat : 20490 (java) S 20467 20469 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340414864 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971087225640 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20491] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20491/stat : 20491 (java) S 20467 20469 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340414864 3037372416 203585 33554432000 1073741824 1073778376 140733561933680 139971086173096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1648.43
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.79 3.29 2.77 5/221 20565
/proc/meminfo: memFree=27194608/32873844 swapFree=7380/7380
[pid=20469] ppid=20467 vsize=2966184 CPUtime=1768.62 cores=1,3,5,7
/proc/20469/stat : 20469 (java) S 20467 20469 11290 0 -1 4202496 23787 0 1 0 176758 104 0 0 20 0 22 0 340414742 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 140733561924816 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20469/statm: 741546 210243 2272 9 0 732240 0
[pid=20469/tid=20471] ppid=20467 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/20469/task/20471/stat : 20471 (java) S 20467 20469 11290 0 -1 4202560 2947 0 1 0 110 9 0 0 20 0 22 0 340414743 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971721651352 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20472] ppid=20467 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/20469/task/20472/stat : 20472 (java) S 20467 20469 11290 0 -1 4202560 122 0 0 0 110 6 0 0 20 0 22 0 340414745 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971710712232 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20473] ppid=20467 vsize=2966184 CPUtime=1.31 cores=1,3,5,7
/proc/20469/task/20473/stat : 20473 (java) S 20467 20469 11290 0 -1 4202560 130 0 0 0 125 6 0 0 20 0 22 0 340414745 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971586882088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20469/tid=20474] ppid=20467 vsize=2966184 CPUtime=1.43 cores=1,3,5,7
/proc/20469/task/20474/stat : 20474 (java) S 20467 20469 11290 0 -1 4202560 136 0 0 0 135 8 0 0 20 0 22 0 340414745 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971585829032 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20475] ppid=20467 vsize=2966184 CPUtime=1.33 cores=1,3,5,7
/proc/20469/task/20475/stat : 20475 (java) S 20467 20469 11290 0 -1 4202560 161 0 0 0 125 8 0 0 20 0 22 0 340414745 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971584776488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20476] ppid=20467 vsize=2966184 CPUtime=1.27 cores=1,3,5,7
/proc/20469/task/20476/stat : 20476 (java) S 20467 20469 11290 0 -1 4202560 131 0 0 0 121 6 0 0 20 0 22 0 340414745 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971583724456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20477] ppid=20467 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/20469/task/20477/stat : 20477 (java) S 20467 20469 11290 0 -1 4202560 114 0 0 0 113 7 0 0 20 0 22 0 340414745 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971582671912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20478] ppid=20467 vsize=2966184 CPUtime=1.24 cores=1,3,5,7
/proc/20469/task/20478/stat : 20478 (java) S 20467 20469 11290 0 -1 4202560 118 0 0 0 118 6 0 0 20 0 22 0 340414745 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971581618856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20479] ppid=20467 vsize=2966184 CPUtime=1.36 cores=1,3,5,7
/proc/20469/task/20479/stat : 20479 (java) S 20467 20469 11290 0 -1 4202560 148 0 0 0 127 9 0 0 20 0 22 0 340414745 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971580566312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20480] ppid=20467 vsize=2966184 CPUtime=0.88 cores=1,3,5,7
/proc/20469/task/20480/stat : 20480 (java) S 20467 20469 11290 0 -1 4202560 3545 0 0 0 71 17 0 0 20 0 22 0 340414746 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971097753960 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20481] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20481/stat : 20481 (java) S 20467 20469 11290 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340414747 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971096700280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20482] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20482/stat : 20482 (java) S 20467 20469 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340414747 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971095647112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20483] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20483/stat : 20483 (java) S 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414749 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971094595856 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20484] ppid=20467 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/20469/task/20484/stat : 20484 (java) S 20467 20469 11290 0 -1 4202560 6638 0 0 0 116 2 0 0 20 0 22 0 340414749 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971093543736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20485] ppid=20467 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/20469/task/20485/stat : 20485 (java) S 20467 20469 11290 0 -1 4202560 7970 0 0 0 103 2 0 0 20 0 22 0 340414749 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971092491192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20486] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20486/stat : 20486 (java) S 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414749 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971091438328 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20487] ppid=20467 vsize=2966184 CPUtime=0.4 cores=1,3,5,7
/proc/20469/task/20487/stat : 20487 (java) S 20467 20469 11290 0 -1 4202560 51 0 0 0 21 19 0 0 20 0 22 0 340414749 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971090385992 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20488] ppid=20467 vsize=2966184 CPUtime=876.98 cores=1,3,5,7
/proc/20469/task/20488/stat : 20488 (java) R 20467 20469 11290 0 -1 4202560 174 0 0 0 87682 16 0 0 20 0 22 0 340414862 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971089328560 139971592369030 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20489] ppid=20467 vsize=2966184 CPUtime=877.02 cores=1,3,5,7
/proc/20469/task/20489/stat : 20489 (java) R 20467 20469 11290 0 -1 4202560 213 0 0 0 87687 15 0 0 20 0 22 0 340414862 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971088277056 139971592618930 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20490] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20490/stat : 20490 (java) S 20467 20469 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340414864 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971087225640 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20491] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20491/stat : 20491 (java) S 20467 20469 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340414864 3037372416 210243 33554432000 1073741824 1073778376 140733561933680 139971086173096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1768.62
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.001 s]
/proc/loadavg: 3.84 3.33 2.79 5/221 20565
/proc/meminfo: memFree=27183996/32873844 swapFree=7380/7380
[pid=20469] ppid=20467 vsize=2966184 CPUtime=1800.12 cores=1,3,5,7
/proc/20469/stat : 20469 (java) S 20467 20469 11290 0 -1 4202496 23801 0 1 0 179907 105 0 0 20 0 22 0 340414742 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 140733561924816 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20469/statm: 741546 212803 2272 9 0 732240 0
[pid=20469/tid=20471] ppid=20467 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/20469/task/20471/stat : 20471 (java) S 20467 20469 11290 0 -1 4202560 2947 0 1 0 110 9 0 0 20 0 22 0 340414743 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971721651352 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20472] ppid=20467 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/20469/task/20472/stat : 20472 (java) S 20467 20469 11290 0 -1 4202560 125 0 0 0 111 6 0 0 20 0 22 0 340414745 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971710712232 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20469/tid=20473] ppid=20467 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/20469/task/20473/stat : 20473 (java) S 20467 20469 11290 0 -1 4202560 132 0 0 0 129 6 0 0 20 0 22 0 340414745 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971586882088 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20469/tid=20474] ppid=20467 vsize=2966184 CPUtime=1.45 cores=1,3,5,7
/proc/20469/task/20474/stat : 20474 (java) S 20467 20469 11290 0 -1 4202560 137 0 0 0 137 8 0 0 20 0 22 0 340414745 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971585829032 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20475] ppid=20467 vsize=2966184 CPUtime=1.37 cores=1,3,5,7
/proc/20469/task/20475/stat : 20475 (java) S 20467 20469 11290 0 -1 4202560 163 0 0 0 129 8 0 0 20 0 22 0 340414745 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971584776488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20476] ppid=20467 vsize=2966184 CPUtime=1.28 cores=1,3,5,7
/proc/20469/task/20476/stat : 20476 (java) S 20467 20469 11290 0 -1 4202560 131 0 0 0 122 6 0 0 20 0 22 0 340414745 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971583724456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20477] ppid=20467 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/20469/task/20477/stat : 20477 (java) S 20467 20469 11290 0 -1 4202560 116 0 0 0 116 7 0 0 20 0 22 0 340414745 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971582671912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20478] ppid=20467 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/20469/task/20478/stat : 20478 (java) S 20467 20469 11290 0 -1 4202560 118 0 0 0 120 6 0 0 20 0 22 0 340414745 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971581618856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20479] ppid=20467 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/20469/task/20479/stat : 20479 (java) S 20467 20469 11290 0 -1 4202560 150 0 0 0 131 9 0 0 20 0 22 0 340414745 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971580566312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20469/tid=20480] ppid=20467 vsize=2966184 CPUtime=0.88 cores=1,3,5,7
/proc/20469/task/20480/stat : 20480 (java) S 20467 20469 11290 0 -1 4202560 3545 0 0 0 71 17 0 0 20 0 22 0 340414746 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971097753960 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20481] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20481/stat : 20481 (java) S 20467 20469 11290 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340414747 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971096700280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20482] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20482/stat : 20482 (java) S 20467 20469 11290 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340414747 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971095647112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20483] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20483/stat : 20483 (java) S 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414749 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971094595856 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20484] ppid=20467 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/20469/task/20484/stat : 20484 (java) S 20467 20469 11290 0 -1 4202560 6638 0 0 0 116 2 0 0 20 0 22 0 340414749 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971093543736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20485] ppid=20467 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/20469/task/20485/stat : 20485 (java) S 20467 20469 11290 0 -1 4202560 7970 0 0 0 103 2 0 0 20 0 22 0 340414749 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971092491192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20486] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20486/stat : 20486 (java) S 20467 20469 11290 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340414749 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971091438328 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20487] ppid=20467 vsize=2966184 CPUtime=0.4 cores=1,3,5,7
/proc/20469/task/20487/stat : 20487 (java) S 20467 20469 11290 0 -1 4202560 51 0 0 0 21 19 0 0 20 0 22 0 340414749 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971090385992 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20469/tid=20488] ppid=20467 vsize=2966184 CPUtime=892.64 cores=1,3,5,7
/proc/20469/task/20488/stat : 20488 (java) R 20467 20469 11290 0 -1 4202560 175 0 0 0 89248 16 0 0 20 0 22 0 340414862 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971089328704 139971592369375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20489] ppid=20467 vsize=2966184 CPUtime=892.67 cores=1,3,5,7
/proc/20469/task/20489/stat : 20489 (java) R 20467 20469 11290 0 -1 4202560 214 0 0 0 89252 15 0 0 20 0 22 0 340414862 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971088277056 139971592369158 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20469/tid=20490] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20490/stat : 20490 (java) S 20467 20469 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340414864 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971087225640 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20469/tid=20491] ppid=20467 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/20469/task/20491/stat : 20491 (java) S 20467 20469 11290 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340414864 3037372416 212803 33554432000 1073741824 1073778376 140733561933680 139971086173096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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
Real time (s): 898.044
CPU time (s): 1800.9
CPU user time (s): 1799.38
CPU system time (s): 1.52277
CPU usage (%): 200.536
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 1.52277
maximum resident set size= 855440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23842
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27739
involuntary context switches= 31337

runsolver used 3.34149 second user time and 9.26559 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-03 19:01:40
IDJOB=3733380
IDBENCH=2366
IDSOLVER=2324
FILE ID=node133/3733380-1338742899
RUNJOBID= node133-1338736630-19083
PBS_JOBID= 14636724
Free space on /tmp= 70480 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733380-1338742899/watcher-3733380-1338742899 -o /tmp/evaluation-result-3733380-1338742899/solver-3733380-1338742899 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733380-1338742899.opb

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

MD5SUM BENCH= cbbc019f11b539634b02edfceafed9db
RANDOM SEED=1963953886

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27213652 kB
Buffers:          486116 kB
Cached:          2820448 kB
SwapCached:          676 kB
Active:          2940364 kB
Inactive:        1816136 kB
Active(anon):    1440840 kB
Inactive(anon):    10220 kB
Active(file):    1499524 kB
Inactive(file):  1805916 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:              2428 kB
Writeback:             0 kB
AnonPages:       1454836 kB
Mapped:            18676 kB
Shmem:                 0 kB
Slab:             759528 kB
SReclaimable:     201224 kB
SUnreclaim:       558304 kB
KernelStack:        1632 kB
PageTables:         7068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1427456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70480 MiB
End job on node133 at 2012-06-03 19:16:40