Trace number 3733910

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.18 901.058

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark355
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.07/0.08	c version 2.3.1.v20110525
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.08	c os.arch		amd64
0.07/0.08	c Free memory 		9996466904
0.07/0.08	c Max memory 		10048897024
0.07/0.08	c Total memory 		10048897024
0.07/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3733910-1338690621.opb
0.10/0.10	c reading problem ... 
2.44/1.66	c ... done. Wall clock time 1.555s.
2.44/1.66	c #vars     11001
2.44/1.66	c #constraints  21678
2.44/1.66	c constraints type 
2.44/1.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21678
2.44/1.66	c constraints type 
2.44/1.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
42.95/21.21	c cleaning 2498 clauses out of 5001 with flag 5001/5001
83.76/41.61	c cleaning 4245 clauses out of 8503 with flag 11001/11001
134.76/67.11	c cleaning 5613 clauses out of 11258 with flag 18001/18001
162.42/81.08	c cleaning 0 clauses out of 5002 with flag 0/5002
190.69/95.12	c cleaning 6819 clauses out of 13645 with flag 26001/26001
252.45/126.06	c cleaning 7912 clauses out of 15825 with flag 35000/35000
328.00/163.88	c cleaning 8946 clauses out of 17913 with flag 45000/45000
371.67/185.79	c cleaning 0 clauses out of 11002 with flag 0/11002
407.00/203.58	c cleaning 9978 clauses out of 19967 with flag 56000/56000
472.68/236.48	c cleaning 10976 clauses out of 21989 with flag 68000/68000
569.05/284.62	c cleaning 11991 clauses out of 24014 with flag 81001/81001
663.44/331.81	c cleaning 12996 clauses out of 26023 with flag 95001/95001
709.94/355.21	c cleaning 0 clauses out of 18000 with flag 0/18000
763.74/382.23	c cleaning 14004 clauses out of 28026 with flag 110000/110000
870.26/435.59	c cleaning 14998 clauses out of 30022 with flag 126000/126000
999.87/500.38	c cleaning 15996 clauses out of 32025 with flag 143001/143001
1130.62/565.85	c cleaning 16994 clauses out of 34028 with flag 161000/161000
1204.87/603.05	c cleaning 0 clauses out of 26001 with flag 0/26001
1268.29/634.89	c cleaning 18012 clauses out of 36034 with flag 180000/180000
1422.66/712.04	c cleaning 19006 clauses out of 38023 with flag 200001/200001
1577.66/789.67	c cleaning 19990 clauses out of 40016 with flag 221000/221000
1748.61/875.11	c cleaning 20999 clauses out of 42027 with flag 243001/243001
1800.18/901.01	c starts		: 120
1800.18/901.01	c conflicts		: 250599
1800.18/901.01	c decisions		: 306292
1800.18/901.01	c propagations		: 87095475
1800.18/901.01	c inspects		: 3438179304
1800.18/901.01	c shortcuts		: 0
1800.18/901.01	c learnt literals	: 0
1800.18/901.01	c learnt binary clauses	: 2
1800.18/901.01	c learnt ternary clauses	: 3
1800.18/901.01	c learnt constraints	: 250599
1800.18/901.01	c ignored constraints	: 0
1800.18/901.01	c root simplifications	: 0
1800.18/901.01	c removed literals (reason simplification)	: 5203017
1800.18/901.01	c reason swapping (by a shorter reason)	: 0
1800.18/901.01	c Calls to reduceDB	: 18
1800.18/901.01	c number of reductions to clauses (during analyze)	: 0
1800.18/901.01	c number of learned constraints concerned by reduction	: 0
1800.18/901.01	c number of learning phase by resolution	: 0
1800.18/901.01	c number of learning phase by cutting planes	: 0
1800.18/901.01	c speed (assignments/second)	: 96842.90841809845
1800.18/901.01	c non guided choices	184
1800.18/901.03	c learnt constraints type 
1800.18/901.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.18/901.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 28629
1800.18/901.03	c constraints type 
1800.18/901.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21678
1800.18/901.03	c constraints type 
1800.18/901.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
1800.18/901.03	s UNKNOWN
1800.18/901.03	c Total wall clock time (in seconds): 900.925

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

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

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


[startup+0 s]
/proc/loadavg: 3.81 3.91 3.85 4/198 5152
/proc/meminfo: memFree=28666196/32873648 swapFree=7116/7116
[pid=5152] ppid=5150 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/5152/stat : 5152 (java) R 5150 5152 621 0 -1 4202496 974 0 0 0 0 0 0 0 20 0 1 0 335187621 23793664 701 33554432000 1073741824 1073778376 140735475962544 140735475951608 260181105917 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5152/statm: 5809 706 520 9 0 128 0

[startup+0.0811711 s]
/proc/loadavg: 3.81 3.91 3.85 4/198 5152
/proc/meminfo: memFree=28666196/32873648 swapFree=7116/7116
[pid=5152] ppid=5150 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/5152/stat : 5152 (java) S 5150 5152 621 0 -1 4202496 4386 0 1 0 6 1 0 0 20 0 18 0 335187621 11864465408 13251 33554432000 1073741824 1073778376 140735475962544 140735475953680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5152/statm: 2896598 13254 2036 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.100191 s]
/proc/loadavg: 3.81 3.91 3.85 4/198 5152
/proc/meminfo: memFree=28666196/32873648 swapFree=7116/7116
[pid=5152] ppid=5150 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/5152/stat : 5152 (java) S 5150 5152 621 0 -1 4202496 4813 0 1 0 9 1 0 0 20 0 18 0 335187621 11864465408 13676 33554432000 1073741824 1073778376 140735475962544 140735475953680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5152/statm: 2896598 13676 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300179 s]
/proc/loadavg: 3.81 3.91 3.85 4/198 5152
/proc/meminfo: memFree=28666196/32873648 swapFree=7116/7116
[pid=5152] ppid=5150 vsize=11586392 CPUtime=0.59 cores=1,3,5,7
/proc/5152/stat : 5152 (java) S 5150 5152 621 0 -1 4202496 13634 0 1 0 56 3 0 0 20 0 18 0 335187621 11864465408 21110 33554432000 1073741824 1073778376 140735475962544 140735475953680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5152/statm: 2896598 21110 2225 9 0 2887285 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 11586392

[startup+0.700185 s]
/proc/loadavg: 3.81 3.91 3.85 4/198 5152
/proc/meminfo: memFree=28666196/32873648 swapFree=7116/7116
[pid=5152] ppid=5150 vsize=11586392 CPUtime=1.43 cores=1,3,5,7
/proc/5152/stat : 5152 (java) S 5150 5152 621 0 -1 4202496 14922 0 1 0 139 4 0 0 20 0 18 0 335187621 11864465408 47639 33554432000 1073741824 1073778376 140735475962544 140735475953680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5152/statm: 2896598 47639 2236 9 0 2887285 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 11586392

[startup+1.50068 s]
/proc/loadavg: 3.81 3.91 3.85 3/216 5170
/proc/meminfo: memFree=28340876/32873648 swapFree=7116/7116
[pid=5152] ppid=5150 vsize=11586392 CPUtime=2.34 cores=1,3,5,7
/proc/5152/stat : 5152 (java) S 5150 5152 621 0 -1 4202496 15119 0 1 0 225 9 0 0 20 0 18 0 335187621 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140735475953680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5152/statm: 2896598 147992 2237 9 0 2887285 0
[pid=5152/tid=5154] ppid=5150 vsize=11586392 CPUtime=1.47 cores=1,3,5,7
/proc/5152/task/5154/stat : 5154 (java) R 5150 5152 621 0 -1 4202560 3103 0 1 0 140 7 0 0 20 0 18 0 335187622 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140634987487264 140634828978472 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5155] ppid=5150 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5155/stat : 5155 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335187623 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140634955906088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5156] ppid=5150 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5156/stat : 5156 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335187623 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140634954853288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5157] ppid=5150 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5157/stat : 5157 (java) S 5150 5152 621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 335187623 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140634953800488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5158] ppid=5150 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5158/stat : 5158 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335187623 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140634952747688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5152/tid=5159] ppid=5150 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5159/stat : 5159 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335187623 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140634951694888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5160] ppid=5150 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5160/stat : 5160 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335187623 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140634950642088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5161] ppid=5150 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5161/stat : 5161 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335187623 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140634949589288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5152/tid=5162] ppid=5150 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5162/stat : 5162 (java) S 5150 5152 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 335187623 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140634948536488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5163] ppid=5150 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5163/stat : 5163 (java) S 5150 5152 621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 335187624 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140634334657512 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5164] ppid=5150 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5164/stat : 5164 (java) S 5150 5152 621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 335187625 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140634333603576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5165] ppid=5150 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5165/stat : 5165 (java) S 5150 5152 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 335187625 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140634332550664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5166] ppid=5150 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5166/stat : 5166 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335187627 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140634331499152 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5167] ppid=5150 vsize=11586392 CPUtime=0.38 cores=1,3,5,7
/proc/5152/task/5167/stat : 5167 (java) S 5150 5152 621 0 -1 4202560 4580 0 0 0 38 0 0 0 20 0 18 0 335187627 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140634330446264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5168] ppid=5150 vsize=11586392 CPUtime=0.45 cores=1,3,5,7
/proc/5152/task/5168/stat : 5168 (java) S 5150 5152 621 0 -1 4202560 6250 0 0 0 45 0 0 0 20 0 18 0 335187627 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140634329393464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5169] ppid=5150 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5169/stat : 5169 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335187627 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140634328340856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5170] ppid=5150 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5170/stat : 5170 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335187627 11864465408 147992 33554432000 1073741824 1073778376 140735475962544 140634327288264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 11586392

[startup+3.10072 s]
/proc/loadavg: 3.81 3.91 3.85 4/220 5174
/proc/meminfo: memFree=27913008/32873648 swapFree=7116/7116
[pid=5152] ppid=5150 vsize=11852648 CPUtime=5.87 cores=1,3,5,7
/proc/5152/stat : 5152 (java) S 5150 5152 621 0 -1 4202496 15484 0 1 0 573 14 0 0 20 0 22 0 335187621 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140735475953680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5152/statm: 2963162 230616 2257 9 0 2953849 0
[pid=5152/tid=5154] ppid=5150 vsize=11852648 CPUtime=1.63 cores=1,3,5,7
/proc/5152/task/5154/stat : 5154 (java) S 5150 5152 621 0 -1 4202560 3156 0 1 0 156 7 0 0 20 0 22 0 335187622 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634987496600 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5155] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5155/stat : 5155 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187623 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634955906088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5156] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5156/stat : 5156 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187623 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634954853288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5157] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5157/stat : 5157 (java) S 5150 5152 621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335187623 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634953800488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5158] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5158/stat : 5158 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187623 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634952747688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5152/tid=5159] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5159/stat : 5159 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187623 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634951694888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5160] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5160/stat : 5160 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187623 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634950642088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5161] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5161/stat : 5161 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187623 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634949589288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5152/tid=5162] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5162/stat : 5162 (java) S 5150 5152 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335187623 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634948536488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5163] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5163/stat : 5163 (java) S 5150 5152 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335187624 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634334657512 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5164] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5164/stat : 5164 (java) S 5150 5152 621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335187625 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634333603576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5165] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5165/stat : 5165 (java) S 5150 5152 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335187625 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634332550664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5166] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5166/stat : 5166 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187627 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634331499152 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5167] ppid=5150 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/5152/task/5167/stat : 5167 (java) R 5150 5152 621 0 -1 4202560 4591 0 0 0 69 0 0 0 20 0 22 0 335187627 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634330446264 140634993352757 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5168] ppid=5150 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/5152/task/5168/stat : 5168 (java) S 5150 5152 621 0 -1 4202560 6316 0 0 0 64 0 0 0 20 0 22 0 335187627 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634329393464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5169] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5169/stat : 5169 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187627 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634328340856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5170] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5170/stat : 5170 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187627 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634327288264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5171] ppid=5150 vsize=11852648 CPUtime=1.4 cores=1,3,5,7
/proc/5152/task/5171/stat : 5171 (java) R 5150 5152 621 0 -1 4202560 37 0 0 0 140 0 0 0 20 0 22 0 335187788 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634326233952 140634829450809 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5172] ppid=5150 vsize=11852648 CPUtime=1.41 cores=1,3,5,7
/proc/5152/task/5172/stat : 5172 (java) R 5150 5152 621 0 -1 4202560 182 0 0 0 138 3 0 0 20 0 22 0 335187788 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634325181464 140634829405004 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5173] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5173/stat : 5173 (java) S 5150 5152 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335187790 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634324129192 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5174] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5174/stat : 5174 (java) S 5150 5152 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335187790 12137111552 230616 33554432000 1073741824 1073778376 140735475962544 140634323076392 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 11852648

[startup+6.30073 s]
/proc/loadavg: 3.67 3.88 3.84 5/220 5174
/proc/meminfo: memFree=27340676/32873648 swapFree=7116/7116
[pid=5152] ppid=5150 vsize=11852648 CPUtime=12.51 cores=1,3,5,7
/proc/5152/stat : 5152 (java) S 5150 5152 621 0 -1 4202496 15794 0 1 0 1228 23 0 0 20 0 22 0 335187621 12137111552 371522 33554432000 1073741824 1073778376 140735475962544 140735475953680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5152/statm: 2963162 371522 2261 9 0 2953849 0
[pid=5152/tid=5154] ppid=5150 vsize=11852648 CPUtime=1.63 cores=1,3,5,7
/proc/5152/task/5154/stat : 5154 (java) S 5150 5152 621 0 -1 4202560 3156 0 1 0 156 7 0 0 20 0 22 0 335187622 12137111552 371522 33554432000 1073741824 1073778376 140735475962544 140634987496600 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5155] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5155/stat : 5155 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187623 12137111552 371522 33554432000 1073741824 1073778376 140735475962544 140634955906088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5156] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5156/stat : 5156 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187623 12137111552 371522 33554432000 1073741824 1073778376 140735475962544 140634954853288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5157] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5157/stat : 5157 (java) S 5150 5152 621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335187623 12137111552 371522 33554432000 1073741824 1073778376 140735475962544 140634953800488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5158] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5158/stat : 5158 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187623 12137111552 371522 33554432000 1073741824 1073778376 140735475962544 140634952747688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5152/tid=5159] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5159/stat : 5159 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187623 12137111552 371522 33554432000 1073741824 1073778376 140735475962544 140634951694888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5160] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5160/stat : 5160 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187623 12137111552 371522 33554432000 1073741824 1073778376 140735475962544 140634950642088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5161] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5161/stat : 5161 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187623 12137111552 371522 33554432000 1073741824 1073778376 140735475962544 140634949589288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5152/tid=5162] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5162/stat : 5162 (java) S 5150 5152 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335187623 12137111552 371522 33554432000 1073741824 1073778376 140735475962544 140634948536488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5163] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5163/stat : 5163 (java) S 5150 5152 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335187624 12137111552 371522 33554432000 1073741824 1073778376 140735475962544 140634334657512 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5164] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5164/stat : 5164 (java) S 5150 5152 621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335187625 12137111552 371522 33554432000 1073741824 1073778376 140735475962544 140634333603576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5165] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5165/stat : 5165 (java) S 5150 5152 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335187625 12137111552 371522 33554432000 1073741824 1073778376 140735475962544 140634332550664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5166] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5166/stat : 5166 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187627 12137111552 371522 33554432000 1073741824 1073778376 140735475962544 140634331499152 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5167] ppid=5150 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/5152/task/5167/stat : 5167 (java) S 5150 5152 621 0 -1 4202560 4617 0 0 0 91 0 0 0 20 0 22 0 335187627 12137111552 371522 33554432000 1073741824 1073778376 140735475962544 140634330446264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5152/tid=5168] ppid=5150 vsize=11852648 CPUtime=0.68 cores=1,3,5,7
/proc/5152/task/5168/stat : 5168 (java) S 5150 5152 621 0 -1 4202560 6320 0 0 0 68 0 0 0 20 0 22 0 335187627 12137111552 372034 33554432000 1073741824 1073778376 140735475962544 140634329393464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5169] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5169/stat : 5169 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187627 12137111552 372034 33554432000 1073741824 1073778376 140735475962544 140634328340856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5170] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5170/stat : 5170 (java) S 5150 5152 621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335187627 12137111552 372034 33554432000 1073741824 1073778376 140735475962544 140634327288264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5171] ppid=5150 vsize=11852648 CPUtime=4.58 cores=1,3,5,7
/proc/5152/task/5171/stat : 5171 (java) R 5150 5152 621 0 -1 4202560 38 0 0 0 458 0 0 0 20 0 22 0 335187788 12137111552 372034 33554432000 1073741824 1073778376 140735475962544 140634326234216 140634829368240 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

/proc/5152/statm: 2963162 924156 2289 9 0 2953849 0
[pid=5152/tid=5154] ppid=5150 vsize=11852648 CPUtime=1.67 cores=1,3,5,7
/proc/5152/task/5154/stat : 5154 (java) S 5150 5152 621 0 -1 4202560 3173 0 1 0 157 10 0 0 20 0 22 0 335187622 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634987496600 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5155] ppid=5150 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/5152/task/5155/stat : 5155 (java) S 5150 5152 621 0 -1 4202560 236 0 0 0 92 4 0 0 20 0 22 0 335187623 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634955906088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5156] ppid=5150 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/5152/task/5156/stat : 5156 (java) S 5150 5152 621 0 -1 4202560 196 0 0 0 83 3 0 0 20 0 22 0 335187623 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634954853288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5157] ppid=5150 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/5152/task/5157/stat : 5157 (java) S 5150 5152 621 0 -1 4202560 237 0 0 0 85 4 0 0 20 0 22 0 335187623 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634953800488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5158] ppid=5150 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/5152/task/5158/stat : 5158 (java) S 5150 5152 621 0 -1 4202560 287 0 0 0 95 6 0 0 20 0 22 0 335187623 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634952747688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5152/tid=5159] ppid=5150 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/5152/task/5159/stat : 5159 (java) S 5150 5152 621 0 -1 4202560 260 0 0 0 104 4 0 0 20 0 22 0 335187623 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634951694888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5160] ppid=5150 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/5152/task/5160/stat : 5160 (java) S 5150 5152 621 0 -1 4202560 273 0 0 0 100 7 0 0 20 0 22 0 335187623 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634950642088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5161] ppid=5150 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/5152/task/5161/stat : 5161 (java) S 5150 5152 621 0 -1 4202560 250 0 0 0 92 3 0 0 20 0 22 0 335187623 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634949589288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5162] ppid=5150 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/5152/task/5162/stat : 5162 (java) S 5150 5152 621 0 -1 4202560 239 0 0 0 90 4 0 0 20 0 22 0 335187623 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634948536488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5163] ppid=5150 vsize=11852648 CPUtime=6.29 cores=1,3,5,7
/proc/5152/task/5163/stat : 5163 (java) S 5150 5152 621 0 -1 4202560 7040 0 0 0 620 9 0 0 20 0 22 0 335187624 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634334657512 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5164] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5164/stat : 5164 (java) S 5150 5152 621 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 335187625 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634333603576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5165] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5165/stat : 5165 (java) S 5150 5152 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335187625 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634332550664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5166] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5166/stat : 5166 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187627 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634331499152 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5167] ppid=5150 vsize=11852648 CPUtime=1.56 cores=1,3,5,7
/proc/5152/task/5167/stat : 5167 (java) S 5150 5152 621 0 -1 4202560 7060 0 0 0 155 1 0 0 20 0 22 0 335187627 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634330446264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5168] ppid=5150 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/5152/task/5168/stat : 5168 (java) S 5150 5152 621 0 -1 4202560 6347 0 0 0 105 2 0 0 20 0 22 0 335187627 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634329393464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5152/tid=5169] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5169/stat : 5169 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187627 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634328340856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5170] ppid=5150 vsize=11852648 CPUtime=0.34 cores=1,3,5,7
/proc/5152/task/5170/stat : 5170 (java) S 5150 5152 621 0 -1 4202560 48 0 0 0 12 22 0 0 20 0 22 0 335187627 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634327288264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5171] ppid=5150 vsize=11852648 CPUtime=810.03 cores=1,3,5,7
/proc/5152/task/5171/stat : 5171 (java) R 5150 5152 621 0 -1 4202560 61 0 0 0 80991 12 0 0 20 0 22 0 335187788 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634326233120 140634829451115 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5172] ppid=5150 vsize=11852648 CPUtime=809.94 cores=1,3,5,7
/proc/5152/task/5172/stat : 5172 (java) R 5150 5152 621 0 -1 4202560 1296 0 0 0 80945 49 0 0 20 0 22 0 335187788 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634325179472 140634829405591 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5173] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5173/stat : 5173 (java) S 5150 5152 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335187790 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634324129192 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5174] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5174/stat : 5174 (java) S 5150 5152 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335187790 12137111552 924156 33554432000 1073741824 1073778376 140735475962544 140634323076392 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1642.85
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.53 3.69 3.76 6/219 5410
/proc/meminfo: memFree=25144280/32873648 swapFree=7116/7116
[pid=5152] ppid=5150 vsize=11852648 CPUtime=1762.7 cores=1,3,5,7
/proc/5152/stat : 5152 (java) S 5150 5152 621 0 -1 4202496 29955 0 1 0 176159 111 0 0 20 0 22 0 335187621 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140735475953680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5152/statm: 2963162 925286 2289 9 0 2953849 0
[pid=5152/tid=5154] ppid=5150 vsize=11852648 CPUtime=1.67 cores=1,3,5,7
/proc/5152/task/5154/stat : 5154 (java) S 5150 5152 621 0 -1 4202560 3174 0 1 0 157 10 0 0 20 0 22 0 335187622 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634987496600 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5155] ppid=5150 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/5152/task/5155/stat : 5155 (java) S 5150 5152 621 0 -1 4202560 250 0 0 0 98 4 0 0 20 0 22 0 335187623 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634955906088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5156] ppid=5150 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/5152/task/5156/stat : 5156 (java) S 5150 5152 621 0 -1 4202560 208 0 0 0 92 3 0 0 20 0 22 0 335187623 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634954853288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5157] ppid=5150 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/5152/task/5157/stat : 5157 (java) S 5150 5152 621 0 -1 4202560 241 0 0 0 92 5 0 0 20 0 22 0 335187623 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634953800488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5152/tid=5158] ppid=5150 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/5152/task/5158/stat : 5158 (java) S 5150 5152 621 0 -1 4202560 298 0 0 0 99 6 0 0 20 0 22 0 335187623 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634952747688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5152/tid=5159] ppid=5150 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/5152/task/5159/stat : 5159 (java) S 5150 5152 621 0 -1 4202560 282 0 0 0 111 4 0 0 20 0 22 0 335187623 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634951694888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5160] ppid=5150 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/5152/task/5160/stat : 5160 (java) S 5150 5152 621 0 -1 4202560 284 0 0 0 106 7 0 0 20 0 22 0 335187623 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634950642088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5161] ppid=5150 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/5152/task/5161/stat : 5161 (java) S 5150 5152 621 0 -1 4202560 267 0 0 0 95 3 0 0 20 0 22 0 335187623 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634949589288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5162] ppid=5150 vsize=11852648 CPUtime=0.99 cores=1,3,5,7
/proc/5152/task/5162/stat : 5162 (java) S 5150 5152 621 0 -1 4202560 257 0 0 0 95 4 0 0 20 0 22 0 335187623 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634948536488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5163] ppid=5150 vsize=11852648 CPUtime=6.66 cores=1,3,5,7
/proc/5152/task/5163/stat : 5163 (java) S 5150 5152 621 0 -1 4202560 8686 0 0 0 656 10 0 0 20 0 22 0 335187624 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634334657512 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5164] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5164/stat : 5164 (java) S 5150 5152 621 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 335187625 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634333603576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5165] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5165/stat : 5165 (java) S 5150 5152 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335187625 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634332550664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5166] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5166/stat : 5166 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187627 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634331499152 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5167] ppid=5150 vsize=11852648 CPUtime=1.56 cores=1,3,5,7
/proc/5152/task/5167/stat : 5167 (java) S 5150 5152 621 0 -1 4202560 7060 0 0 0 155 1 0 0 20 0 22 0 335187627 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634330446264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5168] ppid=5150 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/5152/task/5168/stat : 5168 (java) S 5150 5152 621 0 -1 4202560 6347 0 0 0 105 2 0 0 20 0 22 0 335187627 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634329393464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5152/tid=5169] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5169/stat : 5169 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187627 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634328340856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5170] ppid=5150 vsize=11852648 CPUtime=0.36 cores=1,3,5,7
/proc/5152/task/5170/stat : 5170 (java) S 5150 5152 621 0 -1 4202560 52 0 0 0 13 23 0 0 20 0 22 0 335187627 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634327288264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5171] ppid=5150 vsize=11852648 CPUtime=869.36 cores=1,3,5,7
/proc/5152/task/5171/stat : 5171 (java) R 5150 5152 621 0 -1 4202560 63 0 0 0 86923 13 0 0 20 0 22 0 335187788 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634326234064 140634829405004 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5172] ppid=5150 vsize=11852648 CPUtime=869.3 cores=1,3,5,7
/proc/5152/task/5172/stat : 5172 (java) R 5150 5152 621 0 -1 4202560 1297 0 0 0 86880 50 0 0 20 0 22 0 335187788 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634325179504 140634829341529 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5173] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5173/stat : 5173 (java) S 5150 5152 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335187790 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634324129192 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5174] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5174/stat : 5174 (java) S 5150 5152 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335187790 12137111552 925286 33554432000 1073741824 1073778376 140735475962544 140634323076392 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1762.7
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.001 s]
/proc/loadavg: 3.44 3.66 3.75 5/219 5410
/proc/meminfo: memFree=25119588/32873648 swapFree=7116/7116
[pid=5152] ppid=5150 vsize=11852648 CPUtime=1800.18 cores=1,3,5,7
/proc/5152/stat : 5152 (java) S 5150 5152 621 0 -1 4202496 29988 0 1 0 179906 112 0 0 20 0 22 0 335187621 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140735475953680 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5152/statm: 2963162 925318 2289 9 0 2953849 0
[pid=5152/tid=5154] ppid=5150 vsize=11852648 CPUtime=1.67 cores=1,3,5,7
/proc/5152/task/5154/stat : 5154 (java) S 5150 5152 621 0 -1 4202560 3174 0 1 0 157 10 0 0 20 0 22 0 335187622 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634987496600 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5155] ppid=5150 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/5152/task/5155/stat : 5155 (java) S 5150 5152 621 0 -1 4202560 257 0 0 0 100 4 0 0 20 0 22 0 335187623 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634955906088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5156] ppid=5150 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/5152/task/5156/stat : 5156 (java) S 5150 5152 621 0 -1 4202560 209 0 0 0 93 3 0 0 20 0 22 0 335187623 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634954853288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5157] ppid=5150 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/5152/task/5157/stat : 5157 (java) S 5150 5152 621 0 -1 4202560 241 0 0 0 93 5 0 0 20 0 22 0 335187623 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634953800488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5152/tid=5158] ppid=5150 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/5152/task/5158/stat : 5158 (java) S 5150 5152 621 0 -1 4202560 307 0 0 0 101 6 0 0 20 0 22 0 335187623 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634952747688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5152/tid=5159] ppid=5150 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/5152/task/5159/stat : 5159 (java) S 5150 5152 621 0 -1 4202560 290 0 0 0 114 4 0 0 20 0 22 0 335187623 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634951694888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5152/tid=5160] ppid=5150 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/5152/task/5160/stat : 5160 (java) S 5150 5152 621 0 -1 4202560 284 0 0 0 107 7 0 0 20 0 22 0 335187623 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634950642088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5161] ppid=5150 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/5152/task/5161/stat : 5161 (java) S 5150 5152 621 0 -1 4202560 267 0 0 0 97 3 0 0 20 0 22 0 335187623 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634949589288 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5162] ppid=5150 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/5152/task/5162/stat : 5162 (java) S 5150 5152 621 0 -1 4202560 264 0 0 0 96 4 0 0 20 0 22 0 335187623 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634948536488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5163] ppid=5150 vsize=11852648 CPUtime=6.66 cores=1,3,5,7
/proc/5152/task/5163/stat : 5163 (java) S 5150 5152 621 0 -1 4202560 8686 0 0 0 656 10 0 0 20 0 22 0 335187624 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634334657512 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5164] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5164/stat : 5164 (java) S 5150 5152 621 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 335187625 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634333603576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5165] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5165/stat : 5165 (java) S 5150 5152 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335187625 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634332550664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5166] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5166/stat : 5166 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187627 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634331499152 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5167] ppid=5150 vsize=11852648 CPUtime=1.56 cores=1,3,5,7
/proc/5152/task/5167/stat : 5167 (java) S 5150 5152 621 0 -1 4202560 7060 0 0 0 155 1 0 0 20 0 22 0 335187627 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634330446264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5168] ppid=5150 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/5152/task/5168/stat : 5168 (java) S 5150 5152 621 0 -1 4202560 6347 0 0 0 105 2 0 0 20 0 22 0 335187627 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634329393464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5152/tid=5169] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5169/stat : 5169 (java) S 5150 5152 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335187627 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634328340856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5170] ppid=5150 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/5152/task/5170/stat : 5170 (java) S 5150 5152 621 0 -1 4202560 52 0 0 0 13 24 0 0 20 0 22 0 335187627 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634327288264 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5152/tid=5171] ppid=5150 vsize=11852648 CPUtime=887.99 cores=1,3,5,7
/proc/5152/task/5171/stat : 5171 (java) R 5150 5152 621 0 -1 4202560 63 0 0 0 88786 13 0 0 20 0 22 0 335187788 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634326233120 140634829367880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5152/tid=5172] ppid=5150 vsize=11852648 CPUtime=887.93 cores=1,3,5,7
/proc/5152/task/5172/stat : 5172 (java) R 5150 5152 621 0 -1 4202560 1298 0 0 0 88743 50 0 0 20 0 22 0 335187788 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634325179472 140634829014986 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5173] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5173/stat : 5173 (java) S 5150 5152 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335187790 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634324129192 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5152/tid=5174] ppid=5150 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/5152/task/5174/stat : 5174 (java) S 5150 5152 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335187790 12137111552 925318 33554432000 1073741824 1073778376 140735475962544 140634323076392 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5152 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=368214
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=631751
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.058
CPU time (s): 1800.18
CPU user time (s): 1799.06
CPU system time (s): 1.12
CPU usage (%): 199.785
Max. virtual memory (cumulated for all children) (KiB): 11918184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.37
system time used= 1.63175
maximum resident set size= 3707712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30025
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23519
involuntary context switches= 26231

runsolver used 3.2705 second user time and 8.31374 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 04:30:22
IDJOB=3733910
IDBENCH=2633
IDSOLVER=2328
FILE ID=node123/3733910-1338690621
RUNJOBID= node123-1338678620-641
PBS_JOBID= 14636690
Free space on /tmp= 71300 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733910-1338690621/watcher-3733910-1338690621 -o /tmp/evaluation-result-3733910-1338690621/solver-3733910-1338690621 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733910-1338690621.opb

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=1326676159

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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:        28666204 kB
Buffers:          493236 kB
Cached:          2210372 kB
SwapCached:         2268 kB
Active:          1443764 kB
Inactive:        1875792 kB
Active(anon):     610208 kB
Inactive(anon):     5504 kB
Active(file):     833556 kB
Inactive(file):  1870288 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:              6444 kB
Writeback:             0 kB
AnonPages:        661084 kB
Mapped:            18556 kB
Shmem:                 0 kB
Slab:             749156 kB
SReclaimable:     192908 kB
SUnreclaim:       556248 kB
KernelStack:        1792 kB
PageTables:         5476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10458744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    606208 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= 71296 MiB
End job on node123 at 2012-06-03 04:45:25