Trace number 3688348

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 RES // CP 2.3.2 Snapshot? (TO) 1800.5 899.629

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498-max.opb
MD5SUMed1765c8e2f5b9ac0be00c2d97d71991
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97901
Total number of constraints291721
Number of constraints which are clauses291720
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295513459689730629073816418642253180734108769246219889599930392714811235131541912049967060836868994739843120196423842159639336839621523
Number of bits of the biggest sum of numbers661
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3688348-1337876923.opb
0.11/0.10	c reading problem ... 
5.10/3.35	c ... done. Wall clock time 3.252s.
5.10/3.35	c declared #vars     97901
5.10/3.35	c #constraints  291722
5.10/3.35	c constraints type 
5.10/3.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97240
5.10/3.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 194480
5.10/3.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
5.10/3.35	c 291722 constraints processed.
5.10/3.35	c constraints type 
5.10/3.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 194480
5.10/3.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97240
5.10/3.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
5.10/3.35	c 291722 constraints processed.
5.10/3.35	c objective function length is 221 literals
1800.10/899.61	c starts		: 5
1800.10/899.61	c conflicts		: 517
1800.10/899.61	c decisions		: 3397
1800.10/899.61	c propagations		: 1075199
1800.10/899.61	c inspects		: 3968310
1800.10/899.61	c shortcuts		: 0
1800.10/899.61	c learnt literals	: 0
1800.10/899.61	c learnt binary clauses	: 0
1800.10/899.61	c learnt ternary clauses	: 1
1800.10/899.61	c learnt constraints	: 517
1800.10/899.61	c ignored constraints	: 0
1800.10/899.61	c root simplifications	: 0
1800.10/899.61	c removed literals (reason simplification)	: 11665049
1800.10/899.61	c reason swapping (by a shorter reason)	: 0
1800.10/899.61	c Calls to reduceDB	: 0
1800.10/899.61	c number of reductions to clauses (during analyze)	: 0
1800.10/899.61	c number of learned constraints concerned by reduction	: 0
1800.10/899.61	c number of learning phase by resolution	: 0
1800.10/899.61	c number of learning phase by cutting planes	: 0
1800.10/899.61	c speed (assignments/second)	: 1199.7351028847452
1800.10/899.61	c non guided choices	203
1800.10/899.61	c learnt constraints type 
1800.10/899.61	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 517
1800.10/899.61	c constraints type 
1800.10/899.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97240
1800.10/899.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 194480
1800.10/899.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.10/899.61	c 291722 constraints processed.
1800.10/899.61	c constraints type 
1800.10/899.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 194480
1800.10/899.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97240
1800.10/899.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.10/899.61	c 291722 constraints processed.
1800.10/899.61	s UNKNOWN
1800.10/899.61	c Total wall clock time (in seconds): 899.511

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

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

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


[startup+0 s]
/proc/loadavg: 3.57 3.69 3.74 4/197 24203
/proc/meminfo: memFree=26344792/32873648 swapFree=6852/6852
[pid=24203] ppid=24201 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/24203/stat : 24203 (java) S 24201 24203 21497 0 -1 4202496 1216 0 0 0 0 0 0 0 20 0 2 0 253818411 96370688 927 33554432000 1073741824 1073778376 140736510305104 140736510296240 266439000125 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24203/statm: 23528 931 705 9 0 16769 0
[pid=24203/tid=24204] ppid=24201 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24204/stat : 24204 (java) R 24201 24203 21497 0 -1 4202560 83 0 0 0 0 0 0 0 20 0 2 0 253818411 98635776 939 33554432000 1073741824 1073778376 140736510305104 139993291300392 266426478378 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0214591 s]
/proc/loadavg: 3.57 3.69 3.74 4/197 24203
/proc/meminfo: memFree=26344792/32873648 swapFree=6852/6852
[pid=24203] ppid=24201 vsize=9025868 CPUtime=0 cores=1,3,5,7
/proc/24203/stat : 24203 (java) S 24201 24203 21497 0 -1 4202496 2843 0 1 0 0 0 0 0 20 0 10 0 253818411 9242488832 3543 33554432000 1073741824 1073778376 140736510305104 140736510296240 266439000125 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24203/statm: 2256467 3544 1583 9 0 2247168 0
[pid=24203/tid=24204] ppid=24201 vsize=9025868 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24204/stat : 24204 (java) R 24201 24203 21497 0 -1 4202560 1688 0 1 0 0 0 0 0 20 0 10 0 253818411 9242488832 3544 33554432000 1073741824 1073778376 140736510305104 139993291301568 139993293717872 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9025868

[startup+0.100234 s]
/proc/loadavg: 3.57 3.69 3.74 4/197 24203
/proc/meminfo: memFree=26344792/32873648 swapFree=6852/6852
[pid=24203] ppid=24201 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/24203/stat : 24203 (java) S 24201 24203 21497 0 -1 4202496 4481 0 1 0 10 1 0 0 20 0 18 0 253818411 9787813888 6147 33554432000 1073741824 1073778376 140736510305104 140736510296240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24203/statm: 2389603 6147 2142 9 0 2380296 0
[pid=24203/tid=24204] ppid=24201 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24203/task/24204/stat : 24204 (java) R 24201 24203 21497 0 -1 4202560 2435 0 1 0 8 0 0 0 20 0 18 0 253818411 9787813888 6147 33554432000 1073741824 1073778376 140736510305104 139993291303856 266439025933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300204 s]
/proc/loadavg: 3.57 3.69 3.74 4/197 24203
/proc/meminfo: memFree=26344792/32873648 swapFree=6852/6852
[pid=24203] ppid=24201 vsize=9558412 CPUtime=0.52 cores=1,3,5,7
/proc/24203/stat : 24203 (java) S 24201 24203 21497 0 -1 4202496 6210 0 1 0 51 1 0 0 20 0 18 0 253818411 9787813888 10082 33554432000 1073741824 1073778376 140736510305104 140736510296240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24203/statm: 2389603 10082 2218 9 0 2380296 0
[pid=24203/tid=24204] ppid=24201 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/24203/task/24204/stat : 24204 (java) R 24201 24203 21497 0 -1 4202560 2471 0 1 0 26 2 0 0 20 0 18 0 253818411 9787813888 10082 33554432000 1073741824 1073778376 140736510305104 139993291302816 266439025933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.70025 s]
/proc/loadavg: 3.57 3.69 3.74 4/197 24203
/proc/meminfo: memFree=26344792/32873648 swapFree=6852/6852
[pid=24203] ppid=24201 vsize=9558412 CPUtime=1.55 cores=1,3,5,7
/proc/24203/stat : 24203 (java) S 24201 24203 21497 0 -1 4202496 14310 0 1 0 148 7 0 0 20 0 18 0 253818411 9787813888 47998 33554432000 1073741824 1073778376 140736510305104 140736510296240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24203/statm: 2389603 47998 2246 9 0 2380296 0
[pid=24203/tid=24204] ppid=24201 vsize=9558412 CPUtime=0.65 cores=1,3,5,7
/proc/24203/task/24204/stat : 24204 (java) R 24201 24203 21497 0 -1 4202560 2531 0 1 0 62 3 0 0 20 0 18 0 253818411 9787813888 47998 33554432000 1073741824 1073778376 140736510305104 139993291304024 266439025933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9558412

[startup+1.50071 s]
/proc/loadavg: 3.57 3.69 3.74 4/215 24221
/proc/meminfo: memFree=26130376/32873648 swapFree=6852/6852
[pid=24203] ppid=24201 vsize=9558412 CPUtime=2.64 cores=1,3,5,7
/proc/24203/stat : 24203 (java) S 24201 24203 21497 0 -1 4202496 15026 0 1 0 247 17 0 0 20 0 18 0 253818411 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 140736510296240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24203/statm: 2389603 95620 2246 9 0 2380296 0
[pid=24203/tid=24204] ppid=24201 vsize=9558412 CPUtime=1.35 cores=1,3,5,7
/proc/24203/task/24204/stat : 24204 (java) R 24201 24203 21497 0 -1 4202560 2587 0 1 0 130 5 0 0 20 0 18 0 253818411 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 139993291304328 139993134023620 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24203/tid=24206] ppid=24201 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/24203/task/24206/stat : 24206 (java) S 24201 24203 21497 0 -1 4202560 178 0 0 0 5 2 0 0 20 0 18 0 253818412 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 139993252797096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24207] ppid=24201 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/24203/task/24207/stat : 24207 (java) S 24201 24203 21497 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 18 0 253818412 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 139993133607720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24208] ppid=24201 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/24203/task/24208/stat : 24208 (java) S 24201 24203 21497 0 -1 4202560 33 0 0 0 3 1 0 0 20 0 18 0 253818412 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 139993132555176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24209] ppid=24201 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/24203/task/24209/stat : 24209 (java) S 24201 24203 21497 0 -1 4202560 105 0 0 0 4 0 0 0 20 0 18 0 253818412 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 139993131502632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24210] ppid=24201 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/24203/task/24210/stat : 24210 (java) S 24201 24203 21497 0 -1 4202560 107 0 0 0 3 1 0 0 20 0 18 0 253818412 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 139993130449064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24211] ppid=24201 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/24203/task/24211/stat : 24211 (java) S 24201 24203 21497 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 18 0 253818412 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 139993129396520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24212] ppid=24201 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/24203/task/24212/stat : 24212 (java) S 24201 24203 21497 0 -1 4202560 78 0 0 0 3 2 0 0 20 0 18 0 253818412 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 139993128343976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24213] ppid=24201 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/24203/task/24213/stat : 24213 (java) S 24201 24203 21497 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 18 0 253818412 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 139993127291432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24214] ppid=24201 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24214/stat : 24214 (java) S 24201 24203 21497 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 253818413 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 139992644962920 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24215] ppid=24201 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24215/stat : 24215 (java) S 24201 24203 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253818413 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 139992643909240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24216] ppid=24201 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24216/stat : 24216 (java) S 24201 24203 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253818413 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 139992642856584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24217] ppid=24201 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24217/stat : 24217 (java) S 24201 24203 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253818415 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 139992641805328 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24218] ppid=24201 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/24203/task/24218/stat : 24218 (java) S 24201 24203 21497 0 -1 4202560 4974 0 0 0 37 0 0 0 20 0 18 0 253818415 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 139992640751672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24219] ppid=24201 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/24203/task/24219/stat : 24219 (java) S 24201 24203 21497 0 -1 4202560 5507 0 0 0 38 0 0 0 20 0 18 0 253818415 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 139992639699128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24220] ppid=24201 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24220/stat : 24220 (java) S 24201 24203 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253818415 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 139992638646776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24221] ppid=24201 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24221/stat : 24221 (java) S 24201 24203 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253818415 9787813888 95620 33554432000 1073741824 1073778376 140736510305104 139992637594440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 9558412

[startup+3.10071 s]
/proc/loadavg: 3.57 3.69 3.74 4/215 24221
/proc/meminfo: memFree=25971068/32873648 swapFree=6852/6852
[pid=24203] ppid=24201 vsize=9558412 CPUtime=4.84 cores=1,3,5,7
/proc/24203/stat : 24203 (java) S 24201 24203 21497 0 -1 4202496 19264 0 1 0 461 23 0 0 20 0 18 0 253818411 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 140736510296240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24203/statm: 2389603 108180 2257 9 0 2380296 0
[pid=24203/tid=24204] ppid=24201 vsize=9558412 CPUtime=2.88 cores=1,3,5,7
/proc/24203/task/24204/stat : 24204 (java) R 24201 24203 21497 0 -1 4202560 2605 0 1 0 282 6 0 0 20 0 18 0 253818411 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 139993291296704 139993134458241 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24203/tid=24206] ppid=24201 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/24203/task/24206/stat : 24206 (java) S 24201 24203 21497 0 -1 4202560 205 0 0 0 7 2 0 0 20 0 18 0 253818412 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 139993252797096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24207] ppid=24201 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/24203/task/24207/stat : 24207 (java) S 24201 24203 21497 0 -1 4202560 112 0 0 0 7 3 0 0 20 0 18 0 253818412 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 139993133607720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24208] ppid=24201 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/24203/task/24208/stat : 24208 (java) S 24201 24203 21497 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 18 0 253818412 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 139993132555176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24209] ppid=24201 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/24203/task/24209/stat : 24209 (java) S 24201 24203 21497 0 -1 4202560 118 0 0 0 5 2 0 0 20 0 18 0 253818412 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 139993131502632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24210] ppid=24201 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24203/task/24210/stat : 24210 (java) S 24201 24203 21497 0 -1 4202560 229 0 0 0 6 2 0 0 20 0 18 0 253818412 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 139993130449064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24211] ppid=24201 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24203/task/24211/stat : 24211 (java) S 24201 24203 21497 0 -1 4202560 47 0 0 0 6 2 0 0 20 0 18 0 253818412 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 139993129396520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24212] ppid=24201 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24203/task/24212/stat : 24212 (java) S 24201 24203 21497 0 -1 4202560 88 0 0 0 6 2 0 0 20 0 18 0 253818412 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 139993128343976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24213] ppid=24201 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/24203/task/24213/stat : 24213 (java) S 24201 24203 21497 0 -1 4202560 73 0 0 0 9 2 0 0 20 0 18 0 253818412 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 139993127291432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24214] ppid=24201 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24214/stat : 24214 (java) S 24201 24203 21497 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 253818413 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 139992644962920 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24215] ppid=24201 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24215/stat : 24215 (java) S 24201 24203 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253818413 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 139992643909240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24216] ppid=24201 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24216/stat : 24216 (java) S 24201 24203 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253818413 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 139992642856584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24217] ppid=24201 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24217/stat : 24217 (java) S 24201 24203 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253818415 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 139992641805328 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24218] ppid=24201 vsize=9558412 CPUtime=0.43 cores=1,3,5,7
/proc/24203/task/24218/stat : 24218 (java) S 24201 24203 21497 0 -1 4202560 4977 0 0 0 43 0 0 0 20 0 18 0 253818415 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 139992640751672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24219] ppid=24201 vsize=9558412 CPUtime=0.7 cores=1,3,5,7
/proc/24203/task/24219/stat : 24219 (java) S 24201 24203 21497 0 -1 4202560 9397 0 0 0 68 2 0 0 20 0 18 0 253818415 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 139992639699128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24220] ppid=24201 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24220/stat : 24220 (java) S 24201 24203 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253818415 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 139992638646776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24221] ppid=24201 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24221/stat : 24221 (java) S 24201 24203 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253818415 9787813888 108180 33554432000 1073741824 1073778376 140736510305104 139992637594440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 9558412

[startup+6.31379 s]
/proc/loadavg: 3.84 3.75 3.76 5/219 24225
/proc/meminfo: memFree=25926372/32873648 swapFree=6852/6852
[pid=24203] ppid=24201 vsize=9824668 CPUtime=11.79 cores=1,3,5,7
/proc/24203/stat : 24203 (java) S 24201 24203 21497 0 -1 4202496 19752 0 1 0 1151 28 0 0 20 0 22 0 253818411 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 140736510296240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24203/statm: 2456167 167525 2267 9 0 2446860 0
[pid=24203/tid=24204] ppid=24201 vsize=9824668 CPUtime=3.13 cores=1,3,5,7
/proc/24203/task/24204/stat : 24204 (java) S 24201 24203 21497 0 -1 4202560 2609 0 1 0 307 6 0 0 20 0 22 0 253818411 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 139993291305976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24203/tid=24206] ppid=24201 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/24203/task/24206/stat : 24206 (java) R 24201 24203 21497 0 -1 4202560 209 0 0 0 8 2 0 0 20 0 22 0 253818412 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 139993252797272 139993298201856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24207] ppid=24201 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/24203/task/24207/stat : 24207 (java) R 24201 24203 21497 0 -1 4202560 114 0 0 0 8 3 0 0 20 0 22 0 253818412 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 139993133607896 139993298201516 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24208] ppid=24201 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/24203/task/24208/stat : 24208 (java) R 24201 24203 21497 0 -1 4202560 86 0 0 0 6 3 0 0 20 0 22 0 253818412 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 139993132555176 139993295062213 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24209] ppid=24201 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/24203/task/24209/stat : 24209 (java) R 24201 24203 21497 0 -1 4202560 119 0 0 0 6 2 0 0 20 0 22 0 253818412 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 139993131502808 139993298203702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24210] ppid=24201 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/24203/task/24210/stat : 24210 (java) R 24201 24203 21497 0 -1 4202560 230 0 0 0 7 2 0 0 20 0 22 0 253818412 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 139993130449240 139993295481010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24211] ppid=24201 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/24203/task/24211/stat : 24211 (java) R 24201 24203 21497 0 -1 4202560 50 0 0 0 7 2 0 0 20 0 22 0 253818412 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 139993129396696 139993295481007 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24212] ppid=24201 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/24203/task/24212/stat : 24212 (java) R 24201 24203 21497 0 -1 4202560 103 0 0 0 6 2 0 0 20 0 22 0 253818412 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 139993128343856 139993298201516 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24213] ppid=24201 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/24203/task/24213/stat : 24213 (java) R 24201 24203 21497 0 -1 4202560 76 0 0 0 9 3 0 0 20 0 22 0 253818412 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 139993127291608 139993298201881 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24214] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24214/stat : 24214 (java) S 24201 24203 21497 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 253818413 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 139992644961800 266439013436 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24215] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24215/stat : 24215 (java) S 24201 24203 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253818413 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 139992643909240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24216] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24216/stat : 24216 (java) S 24201 24203 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253818413 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 139992642856584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24217] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24217/stat : 24217 (java) S 24201 24203 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253818415 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 139992641805328 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24218] ppid=24201 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/24203/task/24218/stat : 24218 (java) S 24201 24203 21497 0 -1 4202560 4980 0 0 0 84 0 0 0 20 0 22 0 253818415 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 139992640751672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24219] ppid=24201 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/24203/task/24219/stat : 24219 (java) S 24201 24203 21497 0 -1 4202560 9405 0 0 0 110 2 0 0 20 0 22 0 253818415 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 139992639699128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24220] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24220/stat : 24220 (java) S 24201 24203 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253818415 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 139992638646776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24221] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24221/stat : 24221 (java) S 24201 24203 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253818415 10060460032 167525 33554432000 1073741824 1073778376 140736510305104 139992637594440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=24203/tid=24223] ppid=24201 vsize=9824668 CPUtime=758.2 cores=1,3,5,7
/proc/24203/task/24223/stat : 24223 (java) R 24201 24203 21497 0 -1 4202560 1051 0 0 0 75799 21 0 0 20 0 22 0 253818746 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139992635484704 139993134324620 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24224] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24224/stat : 24224 (java) S 24201 24203 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253818753 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139992634435112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24225] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24225/stat : 24225 (java) S 24201 24203 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253818753 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139992633382568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1525.37
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.85 3.87 3.83 5/219 24320
/proc/meminfo: memFree=25338168/32873648 swapFree=6852/6852
[pid=24203] ppid=24201 vsize=9824668 CPUtime=1645.38 cores=1,3,5,7
/proc/24203/stat : 24203 (java) S 24201 24203 21497 0 -1 4202496 23265 0 1 0 164431 107 0 0 20 0 22 0 253818411 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 140736510296240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24203/statm: 2456167 730020 2269 9 0 2446860 0
[pid=24203/tid=24204] ppid=24201 vsize=9824668 CPUtime=3.17 cores=1,3,5,7
/proc/24203/task/24204/stat : 24204 (java) S 24201 24203 21497 0 -1 4202560 2617 0 1 0 310 7 0 0 20 0 22 0 253818411 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139993291305976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24203/tid=24206] ppid=24201 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/24203/task/24206/stat : 24206 (java) S 24201 24203 21497 0 -1 4202560 310 0 0 0 32 7 0 0 20 0 22 0 253818412 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139993252797096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24207] ppid=24201 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/24203/task/24207/stat : 24207 (java) S 24201 24203 21497 0 -1 4202560 182 0 0 0 30 7 0 0 20 0 22 0 253818412 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139993133607720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24208] ppid=24201 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/24203/task/24208/stat : 24208 (java) S 24201 24203 21497 0 -1 4202560 184 0 0 0 32 6 0 0 20 0 22 0 253818412 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139993132555176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24209] ppid=24201 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/24203/task/24209/stat : 24209 (java) S 24201 24203 21497 0 -1 4202560 217 0 0 0 32 5 0 0 20 0 22 0 253818412 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139993131502632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24210] ppid=24201 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/24203/task/24210/stat : 24210 (java) S 24201 24203 21497 0 -1 4202560 385 0 0 0 37 7 0 0 20 0 22 0 253818412 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139993130449064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24211] ppid=24201 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/24203/task/24211/stat : 24211 (java) S 24201 24203 21497 0 -1 4202560 162 0 0 0 38 8 0 0 20 0 22 0 253818412 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139993129396520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24212] ppid=24201 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/24203/task/24212/stat : 24212 (java) S 24201 24203 21497 0 -1 4202560 329 0 0 0 30 5 0 0 20 0 22 0 253818412 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139993128343976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24213] ppid=24201 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/24203/task/24213/stat : 24213 (java) S 24201 24203 21497 0 -1 4202560 205 0 0 0 37 7 0 0 20 0 22 0 253818412 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139993127291432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24214] ppid=24201 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24203/task/24214/stat : 24214 (java) S 24201 24203 21497 0 -1 4202560 1286 0 0 0 0 2 0 0 20 0 22 0 253818413 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139992644962920 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24215] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24215/stat : 24215 (java) S 24201 24203 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253818413 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139992643909240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24216] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24216/stat : 24216 (java) S 24201 24203 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253818413 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139992642856584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24217] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24217/stat : 24217 (java) S 24201 24203 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253818415 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139992641805328 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24218] ppid=24201 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/24203/task/24218/stat : 24218 (java) S 24201 24203 21497 0 -1 4202560 5002 0 0 0 120 0 0 0 20 0 22 0 253818415 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139992640751672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24219] ppid=24201 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/24203/task/24219/stat : 24219 (java) S 24201 24203 21497 0 -1 4202560 9420 0 0 0 131 2 0 0 20 0 22 0 253818415 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139992639699128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24220] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24220/stat : 24220 (java) S 24201 24203 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253818415 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139992638646776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24221] ppid=24201 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/24203/task/24221/stat : 24221 (java) S 24201 24203 21497 0 -1 4202560 47 0 0 0 10 20 0 0 20 0 22 0 253818415 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139992637594440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24222] ppid=24201 vsize=9824668 CPUtime=818.04 cores=1,3,5,7
/proc/24203/task/24222/stat : 24222 (java) R 24201 24203 21497 0 -1 4202560 681 0 0 0 81772 32 0 0 20 0 22 0 253818746 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139992636538352 139993134663697 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24203/tid=24223] ppid=24201 vsize=9824668 CPUtime=818.2 cores=1,3,5,7
/proc/24203/task/24223/stat : 24223 (java) R 24201 24203 21497 0 -1 4202560 1051 0 0 0 81798 22 0 0 20 0 22 0 253818746 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139992635484704 139993134663638 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24224] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24224/stat : 24224 (java) S 24201 24203 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253818753 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139992634435112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24225] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24225/stat : 24225 (java) S 24201 24203 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253818753 10060460032 730020 33554432000 1073741824 1073778376 140736510305104 139992633382568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1645.38
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.87 3.88 3.83 5/219 24320
/proc/meminfo: memFree=25249984/32873648 swapFree=6852/6852
[pid=24203] ppid=24201 vsize=9824668 CPUtime=1765.49 cores=1,3,5,7
/proc/24203/stat : 24203 (java) S 24201 24203 21497 0 -1 4202496 23451 0 1 0 176436 113 0 0 20 0 22 0 253818411 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 140736510296240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24203/statm: 2456167 731743 2269 9 0 2446860 0
[pid=24203/tid=24204] ppid=24201 vsize=9824668 CPUtime=3.17 cores=1,3,5,7
/proc/24203/task/24204/stat : 24204 (java) S 24201 24203 21497 0 -1 4202560 2617 0 1 0 310 7 0 0 20 0 22 0 253818411 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993291305976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24203/tid=24206] ppid=24201 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/24203/task/24206/stat : 24206 (java) S 24201 24203 21497 0 -1 4202560 331 0 0 0 37 8 0 0 20 0 22 0 253818412 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993252797096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24203/tid=24207] ppid=24201 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/24203/task/24207/stat : 24207 (java) S 24201 24203 21497 0 -1 4202560 300 0 0 0 35 7 0 0 20 0 22 0 253818412 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993133607720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24203/tid=24208] ppid=24201 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/24203/task/24208/stat : 24208 (java) S 24201 24203 21497 0 -1 4202560 190 0 0 0 33 6 0 0 20 0 22 0 253818412 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993132555176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24209] ppid=24201 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/24203/task/24209/stat : 24209 (java) S 24201 24203 21497 0 -1 4202560 225 0 0 0 33 5 0 0 20 0 22 0 253818412 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993131502632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24210] ppid=24201 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/24203/task/24210/stat : 24210 (java) S 24201 24203 21497 0 -1 4202560 403 0 0 0 43 8 0 0 20 0 22 0 253818412 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993130449064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24211] ppid=24201 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/24203/task/24211/stat : 24211 (java) S 24201 24203 21497 0 -1 4202560 166 0 0 0 39 8 0 0 20 0 22 0 253818412 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993129396520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24212] ppid=24201 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/24203/task/24212/stat : 24212 (java) S 24201 24203 21497 0 -1 4202560 329 0 0 0 31 5 0 0 20 0 22 0 253818412 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993128343976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24213] ppid=24201 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/24203/task/24213/stat : 24213 (java) S 24201 24203 21497 0 -1 4202560 209 0 0 0 38 7 0 0 20 0 22 0 253818412 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993127291432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24203/tid=24214] ppid=24201 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24203/task/24214/stat : 24214 (java) S 24201 24203 21497 0 -1 4202560 1288 0 0 0 0 2 0 0 20 0 22 0 253818413 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992644962920 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24215] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24215/stat : 24215 (java) S 24201 24203 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253818413 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992643909240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24216] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24216/stat : 24216 (java) S 24201 24203 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253818413 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992642856584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24217] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24217/stat : 24217 (java) S 24201 24203 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253818415 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992641805328 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24218] ppid=24201 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/24203/task/24218/stat : 24218 (java) S 24201 24203 21497 0 -1 4202560 5002 0 0 0 120 0 0 0 20 0 22 0 253818415 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992640751672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24219] ppid=24201 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/24203/task/24219/stat : 24219 (java) S 24201 24203 21497 0 -1 4202560 9420 0 0 0 131 2 0 0 20 0 22 0 253818415 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992639699128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24220] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24220/stat : 24220 (java) S 24201 24203 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253818415 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992638646776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24221] ppid=24201 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/24203/task/24221/stat : 24221 (java) S 24201 24203 21497 0 -1 4202560 51 0 0 0 11 21 0 0 20 0 22 0 253818415 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992637594440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24222] ppid=24201 vsize=9824668 CPUtime=877.96 cores=1,3,5,7
/proc/24203/task/24222/stat : 24222 (java) R 24201 24203 21497 0 -1 4202560 681 0 0 0 87763 33 0 0 20 0 22 0 253818746 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992636537600 139993134663638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24223] ppid=24201 vsize=9824668 CPUtime=878.13 cores=1,3,5,7
/proc/24203/task/24223/stat : 24223 (java) R 24201 24203 21497 0 -1 4202560 1052 0 0 0 87790 23 0 0 20 0 22 0 253818746 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992635485552 139993134663697 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24224] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24224/stat : 24224 (java) S 24201 24203 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253818753 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992634435112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24225] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24225/stat : 24225 (java) S 24201 24203 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253818753 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992633382568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1765.49
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.601 s]
/proc/loadavg: 3.91 3.88 3.83 5/219 24320
/proc/meminfo: memFree=25221192/32873648 swapFree=6852/6852
[pid=24203] ppid=24201 vsize=9824668 CPUtime=1800.1 cores=1,3,5,7
/proc/24203/stat : 24203 (java) S 24201 24203 21497 0 -1 4202496 23453 0 1 0 179896 114 0 0 20 0 22 0 253818411 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 140736510296240 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24203/statm: 2456167 731743 2269 9 0 2446860 0
[pid=24203/tid=24204] ppid=24201 vsize=9824668 CPUtime=3.17 cores=1,3,5,7
/proc/24203/task/24204/stat : 24204 (java) S 24201 24203 21497 0 -1 4202560 2617 0 1 0 310 7 0 0 20 0 22 0 253818411 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993291305976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24203/tid=24206] ppid=24201 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/24203/task/24206/stat : 24206 (java) S 24201 24203 21497 0 -1 4202560 331 0 0 0 37 8 0 0 20 0 22 0 253818412 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993252797096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24203/tid=24207] ppid=24201 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/24203/task/24207/stat : 24207 (java) S 24201 24203 21497 0 -1 4202560 300 0 0 0 35 7 0 0 20 0 22 0 253818412 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993133607720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24203/tid=24208] ppid=24201 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/24203/task/24208/stat : 24208 (java) S 24201 24203 21497 0 -1 4202560 190 0 0 0 33 6 0 0 20 0 22 0 253818412 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993132555176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24209] ppid=24201 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/24203/task/24209/stat : 24209 (java) S 24201 24203 21497 0 -1 4202560 225 0 0 0 33 5 0 0 20 0 22 0 253818412 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993131502632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24210] ppid=24201 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/24203/task/24210/stat : 24210 (java) S 24201 24203 21497 0 -1 4202560 403 0 0 0 43 8 0 0 20 0 22 0 253818412 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993130449064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24211] ppid=24201 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/24203/task/24211/stat : 24211 (java) S 24201 24203 21497 0 -1 4202560 166 0 0 0 39 8 0 0 20 0 22 0 253818412 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993129396520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24212] ppid=24201 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/24203/task/24212/stat : 24212 (java) S 24201 24203 21497 0 -1 4202560 329 0 0 0 31 5 0 0 20 0 22 0 253818412 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993128343976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24213] ppid=24201 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/24203/task/24213/stat : 24213 (java) S 24201 24203 21497 0 -1 4202560 209 0 0 0 38 7 0 0 20 0 22 0 253818412 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139993127291432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24203/tid=24214] ppid=24201 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24203/task/24214/stat : 24214 (java) S 24201 24203 21497 0 -1 4202560 1288 0 0 0 0 2 0 0 20 0 22 0 253818413 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992644962920 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24215] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24215/stat : 24215 (java) S 24201 24203 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253818413 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992643909240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24216] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24216/stat : 24216 (java) S 24201 24203 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253818413 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992642856584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24217] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24217/stat : 24217 (java) S 24201 24203 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253818415 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992641805328 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24218] ppid=24201 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/24203/task/24218/stat : 24218 (java) S 24201 24203 21497 0 -1 4202560 5002 0 0 0 120 0 0 0 20 0 22 0 253818415 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992640751672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24219] ppid=24201 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/24203/task/24219/stat : 24219 (java) S 24201 24203 21497 0 -1 4202560 9420 0 0 0 131 2 0 0 20 0 22 0 253818415 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992639699128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24220] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24220/stat : 24220 (java) S 24201 24203 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253818415 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992638646776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24203/tid=24221] ppid=24201 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/24203/task/24221/stat : 24221 (java) S 24201 24203 21497 0 -1 4202560 53 0 0 0 11 21 0 0 20 0 22 0 253818415 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992637594440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24222] ppid=24201 vsize=9824668 CPUtime=895.26 cores=1,3,5,7
/proc/24203/task/24222/stat : 24222 (java) R 24201 24203 21497 0 -1 4202560 681 0 0 0 89493 33 0 0 20 0 22 0 253818746 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992636537600 139993134663697 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24223] ppid=24201 vsize=9824668 CPUtime=895.44 cores=1,3,5,7
/proc/24203/task/24223/stat : 24223 (java) R 24201 24203 21497 0 -1 4202560 1052 0 0 0 89521 23 0 0 20 0 22 0 253818746 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992635485552 139993134663638 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24203/tid=24224] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24224/stat : 24224 (java) S 24201 24203 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253818753 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992634435112 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24203/tid=24225] ppid=24201 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24203/task/24225/stat : 24225 (java) S 24201 24203 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253818753 10060460032 731743 33554432000 1073741824 1073778376 140736510305104 139992633382568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143
Real time (s): 899.629
CPU time (s): 1800.5
CPU user time (s): 1798.91
CPU system time (s): 1.59376
CPU usage (%): 200.138
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.59376
maximum resident set size= 2957364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23485
page faults= 1
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21521
involuntary context switches= 13269

runsolver used 4.05038 second user time and 7.73482 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-24 18:28:44
IDJOB=3688348
IDBENCH=3025
IDSOLVER=2268
FILE ID=node116/3688348-1337876923
RUNJOBID= node116-1337871880-21514
PBS_JOBID= 14620088
Free space on /tmp= 71708 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498-max.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688348-1337876923/watcher-3688348-1337876923 -o /tmp/evaluation-result-3688348-1337876923/solver-3688348-1337876923 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688348-1337876923.opb

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

MD5SUM BENCH= ed1765c8e2f5b9ac0be00c2d97d71991
RANDOM SEED=2058674001

node116.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.556
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.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.556
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.92
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.556
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.556
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:       32873648 kB
MemFree:        26345172 kB
Buffers:          207184 kB
Cached:          2954300 kB
SwapCached:            0 kB
Active:          3098460 kB
Inactive:        2659392 kB
Active(anon):    2598768 kB
Inactive(anon):        0 kB
Active(file):     499692 kB
Inactive(file):  2659392 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             18792 kB
Writeback:             0 kB
AnonPages:       2605308 kB
Mapped:            21700 kB
Shmem:               200 kB
Slab:             624824 kB
SReclaimable:      68324 kB
SUnreclaim:       556500 kB
KernelStack:        1616 kB
PageTables:         9480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2959356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2539520 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= 71708 MiB
End job on node116 at 2012-05-24 18:43:45