Trace number 3454458

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
Sat4j Res//CP 2.3.0? (TO) 1800.25 902.796

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark398
Best CPU time to get the best result obtained on this benchmark1798.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints26619
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-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.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454458-1307192716.opb
0.11/0.11	c reading problem ... 
3.06/2.22	c ... done. Wall clock time 2.108s.
3.06/2.22	c #vars     13478
3.06/2.22	c #constraints  26620
3.06/2.22	c constraints type 
3.06/2.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
3.06/2.22	c constraints type 
3.06/2.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
58.72/29.42	c cleaning 2500 clauses out of 5000 with flag 5000/5000
115.77/58.03	c cleaning 4246 clauses out of 8501 with flag 11001/11001
171.43/85.92	c cleaning 0 clauses out of 5001 with flag 0/5001
186.39/93.47	c cleaning 5619 clauses out of 11254 with flag 18000/18000
264.44/132.51	c cleaning 6812 clauses out of 13635 with flag 26000/26000
344.85/172.87	c cleaning 7913 clauses out of 15825 with flag 35002/35002
416.18/208.62	c cleaning 0 clauses out of 11000 with flag 0/11000
449.91/225.62	c cleaning 8950 clauses out of 17911 with flag 45001/45001
557.94/279.87	c cleaning 9963 clauses out of 19961 with flag 56001/56001
669.31/335.67	c cleaning 10989 clauses out of 22000 with flag 68003/68003
795.04/398.64	c cleaning 11993 clauses out of 24008 with flag 81000/81000
817.89/410.23	c cleaning 0 clauses out of 18000 with flag 0/18000
913.03/458.10	c cleaning 13004 clauses out of 26015 with flag 95000/95000
1031.55/517.47	c cleaning 14003 clauses out of 28013 with flag 110002/110002
1177.87/590.79	c cleaning 14992 clauses out of 30010 with flag 126002/126002
1284.95/644.46	c cleaning 0 clauses out of 26000 with flag 0/26000
1320.20/662.38	c cleaning 15978 clauses out of 32018 with flag 143002/143002
1477.74/741.27	c cleaning 17015 clauses out of 34042 with flag 161004/161004
1655.49/830.21	c cleaning 17994 clauses out of 36023 with flag 180000/180000
1800.01/902.62	c starts		: 117
1800.01/902.62	c conflicts		: 194760
1800.01/902.62	c decisions		: 249388
1800.01/902.62	c propagations		: 85201426
1800.01/902.62	c inspects		: 3106919213
1800.01/902.62	c shortcuts		: 0
1800.01/902.62	c learnt literals	: 0
1800.01/902.62	c learnt binary clauses	: 0
1800.01/902.62	c learnt ternary clauses	: 1
1800.01/902.62	c learnt constraints	: 194760
1800.01/902.62	c ignored constraints	: 0
1800.01/902.62	c root simplifications	: 0
1800.01/902.62	c removed literals (reason simplification)	: 3637302
1800.01/902.62	c reason swapping (by a shorter reason)	: 0
1800.01/902.62	c Calls to reduceDB	: 15
1800.01/902.62	c number of reductions to clauses (during analyze)	: 0
1800.01/902.62	c number of learned constraints concerned by reduction	: 0
1800.01/902.62	c number of learning phase by resolution	: 0
1800.01/902.62	c number of learning phase by cutting planes	: 0
1800.01/902.62	c speed (assignments/second)	: 94626.4052119174
1800.01/902.62	c non guided choices	13555
1800.01/902.64	c learnt constraints type 
1800.01/902.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32792
1800.01/902.64	c constraints type 
1800.01/902.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
1800.01/902.64	c constraints type 
1800.01/902.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
1800.01/902.64	s UNKNOWN
1800.01/902.64	c Total wall clock time (in seconds): 902.525

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 2.63 3.46 3.54 4/403 10308
/proc/meminfo: memFree=23553392/32951124 swapFree=49244120/67111528
[pid=10308] ppid=10306 vsize=30536 CPUtime=0 cores=0,2,4,6
/proc/10308/stat : 10308 (java) S 10306 10308 6095 0 -1 4202496 1244 0 0 0 0 0 0 0 21 0 2 0 830874429 31268864 963 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/10308/statm: 7634 963 736 9 0 385 0
[pid=10308/tid=10309] ppid=10306 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10309/stat : 10309 (java) R 10306 10308 6095 0 -1 4202560 4562 0 1 0 0 0 0 0 23 0 2 0 830874430 10694979584 5378 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218370651195 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.101641 s]
/proc/loadavg: 2.63 3.46 3.54 4/403 10308
/proc/meminfo: memFree=23553392/32951124 swapFree=49244120/67111528
[pid=10308] ppid=10306 vsize=10540228 CPUtime=0.11 cores=0,2,4,6
/proc/10308/stat : 10308 (java) S 10306 10308 6095 0 -1 4202496 13089 0 1 0 10 1 0 0 21 0 18 0 830874429 10793193472 12771 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10308/statm: 2635057 12775 2092 9 0 2625791 0
[pid=10308/tid=10309] ppid=10306 vsize=10540228 CPUtime=0.09 cores=0,2,4,6
/proc/10308/task/10309/stat : 10309 (java) R 10306 10308 6095 0 -1 4202560 11157 0 1 0 8 1 0 0 18 0 18 0 830874430 10793193472 12775 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 46912496197400 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540228

[startup+0.200609 s]
/proc/loadavg: 2.63 3.46 3.54 4/403 10308
/proc/meminfo: memFree=23553392/32951124 swapFree=49244120/67111528
[pid=10308] ppid=10306 vsize=10540752 CPUtime=0.27 cores=0,2,4,6
/proc/10308/stat : 10308 (java) S 10306 10308 6095 0 -1 4202496 14124 0 1 0 26 1 0 0 21 0 18 0 830874429 10793730048 13806 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10308/statm: 2635188 13806 2172 9 0 2625922 0
[pid=10308/tid=10309] ppid=10306 vsize=10540752 CPUtime=0.19 cores=0,2,4,6
/proc/10308/task/10309/stat : 10309 (java) R 10306 10308 6095 0 -1 4202560 11961 0 1 0 18 1 0 0 18 0 18 0 830874430 10793730048 13806 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 46912505217645 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10540752

[startup+0.300597 s]
/proc/loadavg: 2.63 3.46 3.54 4/403 10308
/proc/meminfo: memFree=23553392/32951124 swapFree=49244120/67111528
[pid=10308] ppid=10306 vsize=10553676 CPUtime=0.82 cores=0,2,4,6
/proc/10308/stat : 10308 (java) S 10306 10308 6095 0 -1 4202496 25186 0 1 0 80 2 0 0 21 0 18 0 830874429 10806964224 22169 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10308/statm: 2638419 22169 2201 9 0 2629153 0
[pid=10308/tid=10309] ppid=10306 vsize=10553676 CPUtime=0.37 cores=0,2,4,6
/proc/10308/task/10309/stat : 10309 (java) R 10306 10308 6095 0 -1 4202560 14133 0 1 0 36 1 0 0 18 0 18 0 830874430 10806964224 22170 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 46933781617460 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 10553676

[startup+0.700564 s]
/proc/loadavg: 2.63 3.46 3.54 4/403 10308
/proc/meminfo: memFree=23553392/32951124 swapFree=49244120/67111528
[pid=10308] ppid=10306 vsize=10553676 CPUtime=1.42 cores=0,2,4,6
/proc/10308/stat : 10308 (java) S 10306 10308 6095 0 -1 4202496 45417 0 1 0 137 5 0 0 21 0 18 0 830874429 10806964224 40794 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10308/statm: 2638419 40797 2212 9 0 2629153 0
[pid=10308/tid=10309] ppid=10306 vsize=10553676 CPUtime=0.68 cores=0,2,4,6
/proc/10308/task/10309/stat : 10309 (java) R 10306 10308 6095 0 -1 4202560 33269 0 1 0 65 3 0 0 18 0 18 0 830874430 10806964224 40799 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 46912505572013 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 10553676

[startup+1.5014 s]
/proc/loadavg: 2.63 3.46 3.54 6/425 10330
/proc/meminfo: memFree=23023372/32951124 swapFree=49244120/67111528
[pid=10308] ppid=10306 vsize=10553676 CPUtime=2.35 cores=0,2,4,6
/proc/10308/stat : 10308 (java) S 10306 10308 6095 0 -1 4202496 125827 0 1 0 220 15 0 0 21 0 18 0 830874429 10806964224 121120 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10308/statm: 2638419 121124 2212 9 0 2629153 0
[pid=10308/tid=10309] ppid=10306 vsize=10553676 CPUtime=1.49 cores=0,2,4,6
/proc/10308/task/10309/stat : 10309 (java) R 10306 10308 6095 0 -1 4202560 113555 0 1 0 135 14 0 0 19 0 18 0 830874430 10806964224 121127 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 46912505593784 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10308/tid=10311] ppid=10306 vsize=10553676 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10311/stat : 10311 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 830874432 10806964224 121129 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10312] ppid=10306 vsize=10553676 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10312/stat : 10312 (java) S 10306 10308 6095 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830874432 10806964224 121132 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10313] ppid=10306 vsize=10553676 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10313/stat : 10313 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830874432 10806964224 121135 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 6 0 0 0
[pid=10308/tid=10314] ppid=10306 vsize=10553676 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10314/stat : 10314 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830874432 10806964224 121137 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10315] ppid=10306 vsize=10553676 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10315/stat : 10315 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830874432 10806964224 121140 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 6 0 0 0
[pid=10308/tid=10316] ppid=10306 vsize=10553676 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10316/stat : 10316 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830874432 10806964224 121143 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 6 0 0 0
[pid=10308/tid=10317] ppid=10306 vsize=10553676 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10317/stat : 10317 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830874432 10806964224 121145 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10318] ppid=10306 vsize=10553676 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10318/stat : 10318 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830874432 10806964224 121148 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10319] ppid=10306 vsize=10553676 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10319/stat : 10319 (java) S 10306 10308 6095 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830874433 10806964224 121151 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 0 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10320] ppid=10306 vsize=10553676 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10320/stat : 10320 (java) S 10306 10308 6095 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830874433 10806964224 121153 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10321] ppid=10306 vsize=10553676 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10321/stat : 10321 (java) S 10306 10308 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830874433 10806964224 121156 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10322] ppid=10306 vsize=10553676 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10322/stat : 10322 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830874435 10806964224 121158 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382780849 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10323] ppid=10306 vsize=10553676 CPUtime=0.46 cores=0,2,4,6
/proc/10308/task/10323/stat : 10323 (java) S 10306 10308 6095 0 -1 4202560 6879 0 0 0 45 1 0 0 15 0 18 0 830874435 10806964224 121162 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10324] ppid=10306 vsize=10553676 CPUtime=0.38 cores=0,2,4,6
/proc/10308/task/10324/stat : 10324 (java) S 10306 10308 6095 0 -1 4202560 4249 0 0 0 38 0 0 0 15 0 18 0 830874435 10806964224 121164 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10325] ppid=10306 vsize=10553676 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10325/stat : 10325 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830874435 10806964224 121167 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10326] ppid=10306 vsize=10553676 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10326/stat : 10326 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830874435 10806964224 121170 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 4 0 16800975 18446604453942698240 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 10553676

[startup+3.10108 s]
/proc/loadavg: 2.63 3.46 3.54 4/425 10330
/proc/meminfo: memFree=22308600/32951124 swapFree=49244120/67111528
[pid=10308] ppid=10306 vsize=10557788 CPUtime=5.2 cores=0,2,4,6
/proc/10308/stat : 10308 (java) S 10306 10308 6095 0 -1 4202496 239665 0 1 0 489 31 0 0 21 0 22 0 830874429 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10308/statm: 2639447 234957 2232 9 0 2630181 0
[pid=10308/tid=10309] ppid=10306 vsize=10557788 CPUtime=2.21 cores=0,2,4,6
/proc/10308/task/10309/stat : 10309 (java) S 10306 10308 6095 0 -1 4202560 190599 0 1 0 197 24 0 0 17 0 22 0 830874430 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 4 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10311] ppid=10306 vsize=10557788 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10311/stat : 10311 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 830874432 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10312] ppid=10306 vsize=10557788 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10312/stat : 10312 (java) S 10306 10308 6095 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830874432 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10313] ppid=10306 vsize=10557788 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10313/stat : 10313 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874432 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 6 0 0 0
[pid=10308/tid=10314] ppid=10306 vsize=10557788 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10314/stat : 10314 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874432 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10315] ppid=10306 vsize=10557788 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10315/stat : 10315 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874432 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 6 0 0 0
[pid=10308/tid=10316] ppid=10306 vsize=10557788 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10316/stat : 10316 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874432 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 6 0 0 0
[pid=10308/tid=10317] ppid=10306 vsize=10557788 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10317/stat : 10317 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874432 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10318] ppid=10306 vsize=10557788 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10318/stat : 10318 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874432 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10319] ppid=10306 vsize=10557788 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10319/stat : 10319 (java) S 10306 10308 6095 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830874433 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 0 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10320] ppid=10306 vsize=10557788 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10320/stat : 10320 (java) S 10306 10308 6095 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830874433 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10321] ppid=10306 vsize=10557788 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10321/stat : 10321 (java) S 10306 10308 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830874433 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10322] ppid=10306 vsize=10557788 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10322/stat : 10322 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874435 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382780849 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10323] ppid=10306 vsize=10557788 CPUtime=0.65 cores=0,2,4,6
/proc/10308/task/10323/stat : 10323 (java) S 10306 10308 6095 0 -1 4202560 6907 0 0 0 64 1 0 0 15 0 22 0 830874435 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10324] ppid=10306 vsize=10557788 CPUtime=0.57 cores=0,2,4,6
/proc/10308/task/10324/stat : 10324 (java) S 10306 10308 6095 0 -1 4202560 4279 0 0 0 57 0 0 0 15 0 22 0 830874435 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10325] ppid=10306 vsize=10557788 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10325/stat : 10325 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874435 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10326] ppid=10306 vsize=10557788 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10326/stat : 10326 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830874435 10811174912 234957 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 10557788

[startup+6.30157 s]
/proc/loadavg: 2.74 3.47 3.54 5/429 10337
/proc/meminfo: memFree=20966040/32951124 swapFree=49244120/67111528
[pid=10308] ppid=10306 vsize=10555268 CPUtime=11.95 cores=0,2,4,6
/proc/10308/stat : 10308 (java) S 10306 10308 6095 0 -1 4202496 364069 0 1 0 1150 45 0 0 21 0 22 0 830874429 10808594432 358905 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10308/statm: 2638817 358906 2236 9 0 2629551 0
[pid=10308/tid=10309] ppid=10306 vsize=10555268 CPUtime=2.21 cores=0,2,4,6
/proc/10308/task/10309/stat : 10309 (java) S 10306 10308 6095 0 -1 4202560 190599 0 1 0 197 24 0 0 15 0 22 0 830874430 10808594432 358907 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 4 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10311] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10311/stat : 10311 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 830874432 10808594432 358907 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10312] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10312/stat : 10312 (java) S 10306 10308 6095 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830874432 10808594432 358908 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10313] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10313/stat : 10313 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874432 10808594432 358909 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 6 0 0 0
[pid=10308/tid=10314] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10314/stat : 10314 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874432 10808594432 358910 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10315] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10315/stat : 10315 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874432 10808594432 358911 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 6 0 0 0
[pid=10308/tid=10316] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10316/stat : 10316 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874432 10808594432 358912 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 6 0 0 0
[pid=10308/tid=10317] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10317/stat : 10317 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874432 10808594432 358912 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10318] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10318/stat : 10318 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874432 10808594432 358913 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10319] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10319/stat : 10319 (java) S 10306 10308 6095 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830874433 10808594432 358914 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 0 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10320] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10320/stat : 10320 (java) S 10306 10308 6095 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830874433 10808594432 358915 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10321] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10321/stat : 10321 (java) S 10306 10308 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830874433 10808594432 358916 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10322] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10322/stat : 10322 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874435 10808594432 358916 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382780849 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10323] ppid=10306 vsize=10555268 CPUtime=0.74 cores=0,2,4,6
/proc/10308/task/10323/stat : 10323 (java) S 10306 10308 6095 0 -1 4202560 6921 0 0 0 73 1 0 0 15 0 22 0 830874435 10808594432 358916 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10324] ppid=10306 vsize=10555268 CPUtime=0.84 cores=0,2,4,6
/proc/10308/task/10324/stat : 10324 (java) S 10306 10308 6095 0 -1 4202560 4433 0 0 0 84 0 0 0 15 0 22 0 830874435 10808594432 358917 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10325] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10325/stat : 10325 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874435 10808594432 358917 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10326] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10326/stat : 10326 (java) S 10306 10308 6095 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 830874435 10808594432 358918 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0

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

/proc/meminfo: memFree=16777036/32951124 swapFree=49244120/67111528
[pid=10308] ppid=10306 vsize=10555268 CPUtime=1639.65 cores=0,2,4,6
/proc/10308/stat : 10308 (java) S 10306 10308 6095 0 -1 4202496 936871 0 1 0 163849 116 0 0 21 0 22 0 830874429 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10308/statm: 2638817 927231 2263 9 0 2629551 0
[pid=10308/tid=10309] ppid=10306 vsize=10555268 CPUtime=2.21 cores=0,2,4,6
/proc/10308/task/10309/stat : 10309 (java) S 10306 10308 6095 0 -1 4202560 190607 0 1 0 197 24 0 0 15 0 22 0 830874430 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 4 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10311] ppid=10306 vsize=10555268 CPUtime=0.64 cores=0,2,4,6
/proc/10308/task/10311/stat : 10311 (java) S 10306 10308 6095 0 -1 4202560 11291 0 0 0 63 1 0 0 16 0 22 0 830874432 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10312] ppid=10306 vsize=10555268 CPUtime=0.63 cores=0,2,4,6
/proc/10308/task/10312/stat : 10312 (java) S 10306 10308 6095 0 -1 4202560 10706 0 0 0 62 1 0 0 16 0 22 0 830874432 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10313] ppid=10306 vsize=10555268 CPUtime=0.56 cores=0,2,4,6
/proc/10308/task/10313/stat : 10313 (java) S 10306 10308 6095 0 -1 4202560 8196 0 0 0 56 0 0 0 16 0 22 0 830874432 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10314] ppid=10306 vsize=10555268 CPUtime=0.6 cores=0,2,4,6
/proc/10308/task/10314/stat : 10314 (java) S 10306 10308 6095 0 -1 4202560 4864 0 0 0 60 0 0 0 16 0 22 0 830874432 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10315] ppid=10306 vsize=10555268 CPUtime=0.69 cores=0,2,4,6
/proc/10308/task/10315/stat : 10315 (java) S 10306 10308 6095 0 -1 4202560 11693 0 0 0 68 1 0 0 16 0 22 0 830874432 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10316] ppid=10306 vsize=10555268 CPUtime=0.55 cores=0,2,4,6
/proc/10308/task/10316/stat : 10316 (java) S 10306 10308 6095 0 -1 4202560 10158 0 0 0 54 1 0 0 16 0 22 0 830874432 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 6 0 0 0
[pid=10308/tid=10317] ppid=10306 vsize=10555268 CPUtime=0.67 cores=0,2,4,6
/proc/10308/task/10317/stat : 10317 (java) S 10306 10308 6095 0 -1 4202560 17367 0 0 0 65 2 0 0 16 0 22 0 830874432 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10318] ppid=10306 vsize=10555268 CPUtime=0.53 cores=0,2,4,6
/proc/10308/task/10318/stat : 10318 (java) S 10306 10308 6095 0 -1 4202560 9134 0 0 0 53 0 0 0 16 0 22 0 830874432 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 6 0 0 0
[pid=10308/tid=10319] ppid=10306 vsize=10555268 CPUtime=7.32 cores=0,2,4,6
/proc/10308/task/10319/stat : 10319 (java) S 10306 10308 6095 0 -1 4202560 77808 0 0 0 723 9 0 0 15 0 22 0 830874433 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 0 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10320] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10320/stat : 10320 (java) S 10306 10308 6095 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830874433 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10321] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10321/stat : 10321 (java) S 10306 10308 6095 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830874433 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10322] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10322/stat : 10322 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874435 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382780849 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10323] ppid=10306 vsize=10555268 CPUtime=1.52 cores=0,2,4,6
/proc/10308/task/10323/stat : 10323 (java) S 10306 10308 6095 0 -1 4202560 11490 0 0 0 150 2 0 0 15 0 22 0 830874435 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10324] ppid=10306 vsize=10555268 CPUtime=0.97 cores=0,2,4,6
/proc/10308/task/10324/stat : 10324 (java) S 10306 10308 6095 0 -1 4202560 4457 0 0 0 97 0 0 0 16 0 22 0 830874435 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10325] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10325/stat : 10325 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874435 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10326] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10326/stat : 10326 (java) S 10306 10308 6095 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830874435 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10331] ppid=10306 vsize=10555268 CPUtime=811.34 cores=0,2,4,6
/proc/10308/task/10331/stat : 10331 (java) R 10306 10308 6095 0 -1 4202560 1742 0 0 0 81133 1 0 0 25 0 22 0 830874652 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 46912505900328 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10308/tid=10332] ppid=10306 vsize=10555268 CPUtime=811.27 cores=0,2,4,6
/proc/10308/task/10332/stat : 10332 (java) R 10306 10308 6095 0 -1 4202560 566152 0 0 0 81061 66 0 0 25 0 22 0 830874652 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 46912505593687 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10308/tid=10333] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10333/stat : 10333 (java) S 10306 10308 6095 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830874654 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10334] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10334/stat : 10334 (java) S 10306 10308 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830874654 10808594432 927231 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1639.65
Current children cumulated vsize (KiB) 10555268

[startup+882.315 s]
/proc/loadavg: 4.12 4.02 3.82 5/429 10384
/proc/meminfo: memFree=16761628/32951124 swapFree=49244120/67111528
[pid=10308] ppid=10306 vsize=10555268 CPUtime=1759.38 cores=0,2,4,6
/proc/10308/stat : 10308 (java) S 10306 10308 6095 0 -1 4202496 939998 0 1 0 175821 117 0 0 21 0 22 0 830874429 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10308/statm: 2638817 930329 2263 9 0 2629551 0
[pid=10308/tid=10309] ppid=10306 vsize=10555268 CPUtime=2.21 cores=0,2,4,6
/proc/10308/task/10309/stat : 10309 (java) S 10306 10308 6095 0 -1 4202560 190607 0 1 0 197 24 0 0 15 0 22 0 830874430 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 4 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10311] ppid=10306 vsize=10555268 CPUtime=0.7 cores=0,2,4,6
/proc/10308/task/10311/stat : 10311 (java) S 10306 10308 6095 0 -1 4202560 11449 0 0 0 69 1 0 0 16 0 22 0 830874432 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10312] ppid=10306 vsize=10555268 CPUtime=0.7 cores=0,2,4,6
/proc/10308/task/10312/stat : 10312 (java) S 10306 10308 6095 0 -1 4202560 11344 0 0 0 69 1 0 0 16 0 22 0 830874432 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 6 0 0 0
[pid=10308/tid=10313] ppid=10306 vsize=10555268 CPUtime=0.59 cores=0,2,4,6
/proc/10308/task/10313/stat : 10313 (java) S 10306 10308 6095 0 -1 4202560 8331 0 0 0 59 0 0 0 15 0 22 0 830874432 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10314] ppid=10306 vsize=10555268 CPUtime=0.64 cores=0,2,4,6
/proc/10308/task/10314/stat : 10314 (java) S 10306 10308 6095 0 -1 4202560 5066 0 0 0 63 1 0 0 15 0 22 0 830874432 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10315] ppid=10306 vsize=10555268 CPUtime=0.74 cores=0,2,4,6
/proc/10308/task/10315/stat : 10315 (java) S 10306 10308 6095 0 -1 4202560 11914 0 0 0 73 1 0 0 15 0 22 0 830874432 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 6 0 0 0
[pid=10308/tid=10316] ppid=10306 vsize=10555268 CPUtime=0.61 cores=0,2,4,6
/proc/10308/task/10316/stat : 10316 (java) S 10306 10308 6095 0 -1 4202560 10460 0 0 0 60 1 0 0 16 0 22 0 830874432 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10317] ppid=10306 vsize=10555268 CPUtime=0.74 cores=0,2,4,6
/proc/10308/task/10317/stat : 10317 (java) S 10306 10308 6095 0 -1 4202560 17553 0 0 0 72 2 0 0 16 0 22 0 830874432 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10318] ppid=10306 vsize=10555268 CPUtime=0.59 cores=0,2,4,6
/proc/10308/task/10318/stat : 10318 (java) S 10306 10308 6095 0 -1 4202560 9463 0 0 0 59 0 0 0 16 0 22 0 830874432 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10319] ppid=10306 vsize=10555268 CPUtime=7.82 cores=0,2,4,6
/proc/10308/task/10319/stat : 10319 (java) S 10306 10308 6095 0 -1 4202560 78755 0 0 0 773 9 0 0 15 0 22 0 830874433 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 0 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10320] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10320/stat : 10320 (java) S 10306 10308 6095 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830874433 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10321] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10321/stat : 10321 (java) S 10306 10308 6095 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830874433 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10322] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10322/stat : 10322 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874435 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382780849 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10323] ppid=10306 vsize=10555268 CPUtime=1.52 cores=0,2,4,6
/proc/10308/task/10323/stat : 10323 (java) S 10306 10308 6095 0 -1 4202560 11490 0 0 0 150 2 0 0 15 0 22 0 830874435 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10324] ppid=10306 vsize=10555268 CPUtime=0.97 cores=0,2,4,6
/proc/10308/task/10324/stat : 10324 (java) S 10306 10308 6095 0 -1 4202560 4457 0 0 0 97 0 0 0 16 0 22 0 830874435 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10325] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10325/stat : 10325 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874435 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10326] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10326/stat : 10326 (java) S 10306 10308 6095 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830874435 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10331] ppid=10306 vsize=10555268 CPUtime=870.73 cores=0,2,4,6
/proc/10308/task/10331/stat : 10331 (java) R 10306 10308 6095 0 -1 4202560 1747 0 0 0 87072 1 0 0 25 0 22 0 830874652 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 46912505992208 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10308/tid=10332] ppid=10306 vsize=10555268 CPUtime=870.67 cores=0,2,4,6
/proc/10308/task/10332/stat : 10332 (java) R 10306 10308 6095 0 -1 4202560 566152 0 0 0 87001 66 0 0 25 0 22 0 830874652 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 46912505992613 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10308/tid=10333] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10333/stat : 10333 (java) S 10306 10308 6095 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830874654 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10334] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10334/stat : 10334 (java) S 10306 10308 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830874654 10808594432 930329 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1759.38
Current children cumulated vsize (KiB) 10555268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.602 s]
/proc/loadavg: 4.08 4.01 3.83 5/429 10385
/proc/meminfo: memFree=16757904/32951124 swapFree=49244120/67111528
[pid=10308] ppid=10306 vsize=10555268 CPUtime=1800.01 cores=0,2,4,6
/proc/10308/stat : 10308 (java) S 10306 10308 6095 0 -1 4202496 940926 0 1 0 179884 117 0 0 21 0 22 0 830874429 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10308/statm: 2638817 931244 2263 9 0 2629551 0
[pid=10308/tid=10309] ppid=10306 vsize=10555268 CPUtime=2.21 cores=0,2,4,6
/proc/10308/task/10309/stat : 10309 (java) S 10306 10308 6095 0 -1 4202560 190607 0 1 0 197 24 0 0 15 0 22 0 830874430 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 4 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10311] ppid=10306 vsize=10555268 CPUtime=0.71 cores=0,2,4,6
/proc/10308/task/10311/stat : 10311 (java) S 10306 10308 6095 0 -1 4202560 11517 0 0 0 70 1 0 0 16 0 22 0 830874432 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10312] ppid=10306 vsize=10555268 CPUtime=0.73 cores=0,2,4,6
/proc/10308/task/10312/stat : 10312 (java) S 10306 10308 6095 0 -1 4202560 11498 0 0 0 72 1 0 0 16 0 22 0 830874432 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 6 0 0 0
[pid=10308/tid=10313] ppid=10306 vsize=10555268 CPUtime=0.6 cores=0,2,4,6
/proc/10308/task/10313/stat : 10313 (java) S 10306 10308 6095 0 -1 4202560 8479 0 0 0 60 0 0 0 16 0 22 0 830874432 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10314] ppid=10306 vsize=10555268 CPUtime=0.66 cores=0,2,4,6
/proc/10308/task/10314/stat : 10314 (java) S 10306 10308 6095 0 -1 4202560 5250 0 0 0 65 1 0 0 16 0 22 0 830874432 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10315] ppid=10306 vsize=10555268 CPUtime=0.74 cores=0,2,4,6
/proc/10308/task/10315/stat : 10315 (java) S 10306 10308 6095 0 -1 4202560 11914 0 0 0 73 1 0 0 15 0 22 0 830874432 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 6 0 0 0
[pid=10308/tid=10316] ppid=10306 vsize=10555268 CPUtime=0.61 cores=0,2,4,6
/proc/10308/task/10316/stat : 10316 (java) S 10306 10308 6095 0 -1 4202560 10460 0 0 0 60 1 0 0 15 0 22 0 830874432 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10317] ppid=10306 vsize=10555268 CPUtime=0.74 cores=0,2,4,6
/proc/10308/task/10317/stat : 10317 (java) S 10306 10308 6095 0 -1 4202560 17553 0 0 0 72 2 0 0 15 0 22 0 830874432 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10318] ppid=10306 vsize=10555268 CPUtime=0.61 cores=0,2,4,6
/proc/10308/task/10318/stat : 10318 (java) S 10306 10308 6095 0 -1 4202560 9836 0 0 0 61 0 0 0 16 0 22 0 830874432 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10319] ppid=10306 vsize=10555268 CPUtime=7.82 cores=0,2,4,6
/proc/10308/task/10319/stat : 10319 (java) S 10306 10308 6095 0 -1 4202560 78755 0 0 0 773 9 0 0 15 0 22 0 830874433 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 0 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10320] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10320/stat : 10320 (java) S 10306 10308 6095 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830874433 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10321] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10321/stat : 10321 (java) S 10306 10308 6095 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830874433 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10322] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10322/stat : 10322 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874435 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382780849 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10323] ppid=10306 vsize=10555268 CPUtime=1.52 cores=0,2,4,6
/proc/10308/task/10323/stat : 10323 (java) S 10306 10308 6095 0 -1 4202560 11490 0 0 0 150 2 0 0 15 0 22 0 830874435 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10324] ppid=10306 vsize=10555268 CPUtime=0.97 cores=0,2,4,6
/proc/10308/task/10324/stat : 10324 (java) S 10306 10308 6095 0 -1 4202560 4457 0 0 0 97 0 0 0 16 0 22 0 830874435 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 4 0 0 0
[pid=10308/tid=10325] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10325/stat : 10325 (java) S 10306 10308 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830874435 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773145 0 4 0 16800975 18446604453942698240 0 0 -1 0 0 0 0
[pid=10308/tid=10326] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10326/stat : 10326 (java) S 10306 10308 6095 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830874435 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10331] ppid=10306 vsize=10555268 CPUtime=891.01 cores=0,2,4,6
/proc/10308/task/10331/stat : 10331 (java) R 10306 10308 6095 0 -1 4202560 1748 0 0 0 89100 1 0 0 25 0 22 0 830874652 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 46912506014704 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10308/tid=10332] ppid=10306 vsize=10555268 CPUtime=890.94 cores=0,2,4,6
/proc/10308/task/10332/stat : 10332 (java) R 10306 10308 6095 0 -1 4202560 566152 0 0 0 89028 66 0 0 25 0 22 0 830874652 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 46912506014704 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10308/tid=10333] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10333/stat : 10333 (java) S 10306 10308 6095 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830874654 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
[pid=10308/tid=10334] ppid=10306 vsize=10555268 CPUtime=0 cores=0,2,4,6
/proc/10308/task/10334/stat : 10334 (java) S 10306 10308 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830874654 10808594432 931244 33554432000 1073741824 1073778376 140734405757168 18446744073709551615 218382773760 0 4 0 16800975 18446604453942698240 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10555268

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

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

[startup+902.721 s]
/proc/loadavg: 4.08 4.01 3.83 5/429 10385
/proc/meminfo: memFree=16757904/32951124 swapFree=49244120/67111528
[pid=10308] ppid=10306 vsize=0 CPUtime=1800.16 cores=0,2,4,6
/proc/10308/stat : 10308 (java) Z 10306 10308 6095 0 -1 4203548 940960 0 1 0 179893 123 0 0 17 0 2 0 830874429 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10308/statm: 0 0 0 0 0 0 0
[pid=10308/tid=10334] ppid=10306 vsize=0 CPUtime=0.06 cores=0,2,4,6
/proc/10308/task/10334/stat : 10334 (java) R 10306 10308 6095 0 -1 4203588 7 0 0 0 0 6 0 0 18 0 2 0 830874654 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 902.796
CPU time (s): 1800.25
CPU user time (s): 1798.94
CPU system time (s): 1.3138
CPU usage (%): 199.408
Max. virtual memory (cumulated for all children) (KiB): 10557788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.3138
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 940960
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22596
involuntary context switches= 16082

runsolver used 3.80942 second user time and 7.70583 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-04 15:05:17
IDJOB=3454458
IDBENCH=2947
IDSOLVER=1950
FILE ID=node101/3454458-1307192716
RUNJOBID= node101-1307192716-10271
PBS_JOBID= 13508816
Free space on /tmp= 73996 MiB

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

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=2140099278

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23553672 kB
Buffers:        290860 kB
Cached:         647244 kB
SwapCached:      27120 kB
Active:        8550952 kB
Inactive:       569356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23553672 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:            9456 kB
Writeback:           0 kB
AnonPages:     8176912 kB
Mapped:          25456 kB
Slab:           137108 kB
PageTables:      74804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88933304 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73996 MiB
End job on node101 at 2011-06-04 15:20:21