Trace number 3454702

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 NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.39 903.094

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin18.opb
MD5SUMf17e31cb6762bd0e8d3e659d7bd1050c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23409
Total number of constraints1386
Number of constraints which are clauses612
Number of constraints which are cardinality constraints (but not clauses)774
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint153
Maximum length of a constraint289
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
Number of bits of the biggest sum of numbers9
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.07/0.11	c Pseudo Boolean Optimization
0.07/0.11	c ManyCore solver with 2 solvers running in parallel
0.07/0.11	c --- Begin Solver configuration ---
0.07/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.11	c Expensive reason simplification
0.07/0.11	c Armin Biere (Picosat) restarts strategy
0.07/0.11	c Glucose learned constraints deletion strategy
0.07/0.11	c timeout=2147483s
0.07/0.11	c DB Simplification allowed=false
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.11	c --- Begin Solver configuration ---
0.07/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.11	c No reason simplification
0.07/0.11	c Armin Biere (Picosat) restarts strategy
0.07/0.11	c Glucose learned constraints deletion strategy
0.07/0.11	c timeout=2147483s
0.07/0.11	c DB Simplification allowed=false
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3454702-1307186267.opb
0.07/0.11	c reading problem ... 
1.04/0.73	c ... done. Wall clock time 0.619s.
1.04/0.73	c #vars     23409
1.04/0.73	c #constraints  1386
1.04/0.73	c constraints type 
1.04/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 612
1.04/0.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 774
1.04/0.73	c constraints type 
1.04/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 612
1.04/0.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 774
15.79/7.29	c cleaning 2485 clauses out of 5001 with flag 5001/5001
30.52/14.57	c cleaning 4231 clauses out of 8515 with flag 11000/11000
51.90/25.24	c cleaning 5620 clauses out of 11287 with flag 18003/18003
77.43/38.00	c cleaning 6799 clauses out of 13664 with flag 26000/26000
116.55/57.65	c cleaning 7860 clauses out of 15866 with flag 35001/35001
159.30/79.08	c cleaning 8944 clauses out of 18005 with flag 45000/45000
220.66/109.78	c cleaning 9478 clauses out of 19061 with flag 55000/55000
288.79/143.82	c cleaning 9717 clauses out of 19583 with flag 65000/65000
335.41/167.24	c cleaning 9866 clauses out of 19866 with flag 75000/75000
379.28/189.23	c cleaning 9923 clauses out of 20000 with flag 85000/85000
428.60/213.97	c cleaning 9927 clauses out of 20078 with flag 95001/95001
501.89/250.64	c cleaning 9986 clauses out of 20151 with flag 105001/105001
542.77/271.20	c cleaning 10059 clauses out of 20164 with flag 115000/115000
586.37/293.14	c cleaning 10035 clauses out of 20105 with flag 125000/125000
633.66/316.88	c cleaning 9948 clauses out of 20070 with flag 135000/135000
734.54/367.41	c cleaning 10024 clauses out of 20125 with flag 145003/145003
774.91/387.78	c cleaning 9942 clauses out of 20099 with flag 155001/155001
838.08/419.42	c cleaning 9992 clauses out of 20159 with flag 165003/165003
906.27/453.61	c cleaning 10023 clauses out of 20166 with flag 175002/175002
943.37/472.30	c cleaning 9955 clauses out of 20143 with flag 185002/185002
991.32/496.58	c cleaning 9965 clauses out of 20186 with flag 195000/195000
1042.27/522.12	c cleaning 10035 clauses out of 20223 with flag 205002/205002
1107.79/555.09	c cleaning 10033 clauses out of 20188 with flag 215002/215002
1208.21/605.39	c cleaning 9997 clauses out of 20154 with flag 225001/225001
1297.56/650.21	c cleaning 9970 clauses out of 20156 with flag 235000/235000
1389.28/696.21	c cleaning 9948 clauses out of 20186 with flag 245000/245000
1473.17/738.36	c cleaning 10062 clauses out of 20240 with flag 255002/255002
1519.00/761.43	c cleaning 10045 clauses out of 20177 with flag 265001/265001
1573.34/788.96	c cleaning 9919 clauses out of 20134 with flag 275003/275003
1657.33/831.13	c cleaning 10107 clauses out of 20213 with flag 285001/285001
1770.27/887.76	c cleaning 9993 clauses out of 20106 with flag 295001/295001
1800.17/902.92	c starts		: 134
1800.17/902.92	c conflicts		: 299622
1800.17/902.92	c decisions		: 2292006
1800.17/902.92	c propagations		: 42919880
1800.17/902.92	c inspects		: 193411537
1800.17/902.92	c shortcuts		: 0
1800.17/902.92	c learnt literals	: 0
1800.17/902.92	c learnt binary clauses	: 0
1800.17/902.92	c learnt ternary clauses	: 0
1800.17/902.92	c learnt constraints	: 299621
1800.17/902.92	c ignored constraints	: 0
1800.17/902.92	c root simplifications	: 0
1800.17/902.92	c removed literals (reason simplification)	: 23599392
1800.17/902.92	c reason swapping (by a shorter reason)	: 0
1800.17/902.92	c Calls to reduceDB	: 31
1800.17/902.92	c number of reductions to clauses (during analyze)	: 0
1800.17/902.92	c number of learned constraints concerned by reduction	: 0
1800.17/902.92	c number of learning phase by resolution	: 0
1800.17/902.92	c number of learning phase by cutting planes	: 0
1800.17/902.92	c speed (assignments/second)	: 47572.83641083449
1800.17/902.92	c non guided choices	30186
1800.17/902.93	c learnt constraints type 
1800.17/902.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14733
1800.17/902.93	c constraints type 
1800.17/902.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 612
1800.17/902.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 774
1800.17/902.93	c constraints type 
1800.17/902.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 612
1800.17/902.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 774
1800.17/902.93	s UNKNOWN
1800.17/902.93	c Total wall clock time (in seconds): 902.823

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-3454702-1307186267/watcher-3454702-1307186267 -o /tmp/evaluation-result-3454702-1307186267/solver-3454702-1307186267 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454702-1307186267.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: 1.95 1.95 1.97 3/476 27248
/proc/meminfo: memFree=21852152/32951124 swapFree=60476376/67111528
[pid=27248] ppid=27246 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/27248/stat : 27248 (java) S 27246 27248 23562 0 -1 4202496 5637 0 1 0 0 0 0 0 18 0 2 0 811042608 10694979584 5340 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/27248/statm: 2611079 5353 917 9 0 2602235 0
[pid=27248/tid=27249] ppid=27246 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27249/stat : 27249 (java) R 27246 27248 23562 0 -1 4202560 6106 0 1 0 0 0 0 0 19 0 2 0 811042609 10694979584 6922 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220815930427 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.082837 s]
/proc/loadavg: 1.95 1.95 1.97 3/476 27248
/proc/meminfo: memFree=21852152/32951124 swapFree=60476376/67111528
[pid=27248] ppid=27246 vsize=10538780 CPUtime=0.07 cores=0,2,4,6
/proc/27248/stat : 27248 (java) S 27246 27248 23562 0 -1 4202496 12444 0 1 0 6 1 0 0 18 0 18 0 811042608 10791710720 12135 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27248/statm: 2634954 12606 2092 9 0 2625688 0
[pid=27248/tid=27249] ppid=27246 vsize=10539816 CPUtime=0.07 cores=0,2,4,6
/proc/27248/task/27249/stat : 27249 (java) R 27246 27248 23562 0 -1 4202560 11005 0 1 0 6 1 0 0 25 0 18 0 811042609 10792771584 12606 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 48006372542483 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10538780

[startup+0.112893 s]
/proc/loadavg: 1.95 1.95 1.97 3/476 27248
/proc/meminfo: memFree=21852152/32951124 swapFree=60476376/67111528
[pid=27248] ppid=27246 vsize=10539816 CPUtime=0.12 cores=0,2,4,6
/proc/27248/stat : 27248 (java) S 27246 27248 23562 0 -1 4202496 13297 0 1 0 11 1 0 0 18 0 18 0 811042608 10792771584 12955 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27248/statm: 2634954 12955 2133 9 0 2625688 0
[pid=27248/tid=27249] ppid=27246 vsize=10539816 CPUtime=0.09 cores=0,2,4,6
/proc/27248/task/27249/stat : 27249 (java) R 27246 27248 23562 0 -1 4202560 11304 0 1 0 8 1 0 0 25 0 18 0 811042609 10792771584 12955 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220815921472 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10539816

[startup+0.306273 s]
/proc/loadavg: 1.95 1.95 1.97 3/476 27248
/proc/meminfo: memFree=21852152/32951124 swapFree=60476376/67111528
[pid=27248] ppid=27246 vsize=10542744 CPUtime=0.6 cores=0,2,4,6
/proc/27248/stat : 27248 (java) S 27246 27248 23562 0 -1 4202496 21448 0 1 0 57 3 0 0 18 0 18 0 811042608 10795769856 20212 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27248/statm: 2635686 20213 2203 9 0 2626420 0
[pid=27248/tid=27249] ppid=27246 vsize=10542744 CPUtime=0.29 cores=0,2,4,6
/proc/27248/task/27249/stat : 27249 (java) R 27246 27248 23562 0 -1 4202560 16812 0 1 0 27 2 0 0 18 0 18 0 811042609 10795769856 20214 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 46912505570428 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 10542744

[startup+0.701225 s]
/proc/loadavg: 1.95 1.95 1.97 3/476 27248
/proc/meminfo: memFree=21852152/32951124 swapFree=60476376/67111528
[pid=27248] ppid=27246 vsize=10542744 CPUtime=1.04 cores=0,2,4,6
/proc/27248/stat : 27248 (java) S 27246 27248 23562 0 -1 4202496 88652 0 1 0 93 11 0 0 18 0 18 0 811042608 10795769856 87417 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27248/statm: 2635686 87421 2203 9 0 2626420 0
[pid=27248/tid=27249] ppid=27246 vsize=10542744 CPUtime=0.68 cores=0,2,4,6
/proc/27248/task/27249/stat : 27249 (java) R 27246 27248 23562 0 -1 4202560 83978 0 1 0 58 10 0 0 18 0 18 0 811042609 10795769856 87424 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10542744

[startup+1.501 s]
/proc/loadavg: 1.95 1.95 1.97 8/498 27270
/proc/meminfo: memFree=21452364/32951124 swapFree=60476376/67111528
[pid=27248] ppid=27246 vsize=10565708 CPUtime=4.12 cores=0,2,4,6
/proc/27248/stat : 27248 (java) S 27246 27248 23562 0 -1 4202496 124304 0 1 0 396 16 0 0 18 0 22 0 811042608 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27248/statm: 2641427 118220 2228 9 0 2632161 0
[pid=27248/tid=27249] ppid=27246 vsize=10565708 CPUtime=0.71 cores=0,2,4,6
/proc/27248/task/27249/stat : 27249 (java) S 27246 27248 23562 0 -1 4202560 89213 0 1 0 60 11 0 0 15 0 22 0 811042609 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27251] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27251/stat : 27251 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 811042611 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27252] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27252/stat : 27252 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811042611 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27253] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27253/stat : 27253 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811042611 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27254] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27254/stat : 27254 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811042611 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27255] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27255/stat : 27255 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811042611 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27256] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27256/stat : 27256 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811042611 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27257] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27257/stat : 27257 (java) S 27246 27248 23562 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 22 0 811042611 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27258] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27258/stat : 27258 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 811042611 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27259] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27259/stat : 27259 (java) S 27246 27248 23562 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 22 0 811042612 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 0 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27260] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27260/stat : 27260 (java) S 27246 27248 23562 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 22 0 811042612 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27261] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27261/stat : 27261 (java) S 27246 27248 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811042612 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27262] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27262/stat : 27262 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811042614 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828060081 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27263] ppid=27246 vsize=10565708 CPUtime=0.94 cores=0,2,4,6
/proc/27248/task/27263/stat : 27263 (java) R 27246 27248 23562 0 -1 4202560 12041 0 0 0 93 1 0 0 16 0 22 0 811042614 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 48006369482881 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27248/tid=27264] ppid=27246 vsize=10565708 CPUtime=0.92 cores=0,2,4,6
/proc/27248/task/27264/stat : 27264 (java) R 27246 27248 23562 0 -1 4202560 8388 0 0 0 92 0 0 0 25 0 22 0 811042614 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 48006372579776 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27248/tid=27265] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27265/stat : 27265 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811042614 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27266] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27266/stat : 27266 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811042614 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27267] ppid=27246 vsize=10565708 CPUtime=0.76 cores=0,2,4,6
/proc/27248/task/27267/stat : 27267 (java) R 27246 27248 23562 0 -1 4202560 464 0 0 0 76 0 0 0 20 0 22 0 811042682 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 48006370161542 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27248/tid=27268] ppid=27246 vsize=10565708 CPUtime=0.74 cores=0,2,4,6
/proc/27248/task/27268/stat : 27268 (java) R 27246 27248 23562 0 -1 4202560 13031 0 0 0 72 2 0 0 25 0 22 0 811042682 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 46912505773675 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=27248/tid=27269] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27269/stat : 27269 (java) S 27246 27248 23562 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811042684 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27270] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27270/stat : 27270 (java) S 27246 27248 23562 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811042684 10819284992 118220 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 10565708

[startup+3.10076 s]
/proc/loadavg: 1.95 1.95 1.97 5/498 27271
/proc/meminfo: memFree=21238468/32951124 swapFree=60476376/67111528
[pid=27248] ppid=27246 vsize=10565708 CPUtime=7.54 cores=0,2,4,6
/proc/27248/stat : 27248 (java) S 27246 27248 23562 0 -1 4202496 206003 0 1 0 729 25 0 0 18 0 22 0 811042608 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27248/statm: 2641427 199917 2231 9 0 2632161 0
[pid=27248/tid=27249] ppid=27246 vsize=10565708 CPUtime=0.71 cores=0,2,4,6
/proc/27248/task/27249/stat : 27249 (java) S 27246 27248 23562 0 -1 4202560 89213 0 1 0 60 11 0 0 15 0 22 0 811042609 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27251] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27251/stat : 27251 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 811042611 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27252] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27252/stat : 27252 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811042611 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27253] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27253/stat : 27253 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811042611 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27254] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27254/stat : 27254 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811042611 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27255] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27255/stat : 27255 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811042611 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27256] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27256/stat : 27256 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811042611 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27257] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27257/stat : 27257 (java) S 27246 27248 23562 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 22 0 811042611 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27258] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27258/stat : 27258 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 811042611 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27259] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27259/stat : 27259 (java) S 27246 27248 23562 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 811042612 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 0 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27260] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27260/stat : 27260 (java) S 27246 27248 23562 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 22 0 811042612 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27261] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27261/stat : 27261 (java) S 27246 27248 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811042612 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27262] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27262/stat : 27262 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811042614 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828060081 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27263] ppid=27246 vsize=10565708 CPUtime=1.04 cores=0,2,4,6
/proc/27248/task/27263/stat : 27263 (java) S 27246 27248 23562 0 -1 4202560 12048 0 0 0 103 1 0 0 15 0 22 0 811042614 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27264] ppid=27246 vsize=10565708 CPUtime=1.05 cores=0,2,4,6
/proc/27248/task/27264/stat : 27264 (java) S 27246 27248 23562 0 -1 4202560 8421 0 0 0 105 0 0 0 25 0 22 0 811042614 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27265] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27265/stat : 27265 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811042614 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27266] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27266/stat : 27266 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811042614 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27267] ppid=27246 vsize=10565708 CPUtime=2.36 cores=0,2,4,6
/proc/27248/task/27267/stat : 27267 (java) R 27246 27248 23562 0 -1 4202560 1701 0 0 0 236 0 0 0 25 0 22 0 811042682 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 46912505695022 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27248/tid=27268] ppid=27246 vsize=10565708 CPUtime=2.34 cores=0,2,4,6
/proc/27248/task/27268/stat : 27268 (java) R 27246 27248 23562 0 -1 4202560 93452 0 0 0 223 11 0 0 25 0 22 0 811042682 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 46912505773911 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27248/tid=27269] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27269/stat : 27269 (java) S 27246 27248 23562 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811042684 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27270] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27270/stat : 27270 (java) S 27246 27248 23562 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811042684 10819284992 199917 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 10565708

[startup+6.30118 s]
/proc/loadavg: 2.12 1.99 1.98 5/498 27271
/proc/meminfo: memFree=20579244/32951124 swapFree=60476376/67111528
[pid=27248] ppid=27246 vsize=10565708 CPUtime=13.98 cores=0,2,4,6
/proc/27248/stat : 27248 (java) S 27246 27248 23562 0 -1 4202496 424210 0 1 0 1350 48 0 0 18 0 22 0 811042608 10819284992 418024 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27248/statm: 2641427 418032 2231 9 0 2632161 0
[pid=27248/tid=27249] ppid=27246 vsize=10565708 CPUtime=0.71 cores=0,2,4,6
/proc/27248/task/27249/stat : 27249 (java) S 27246 27248 23562 0 -1 4202560 89213 0 1 0 60 11 0 0 15 0 22 0 811042609 10819284992 418032 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27251] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27251/stat : 27251 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 811042611 10819284992 418032 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27252] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27252/stat : 27252 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811042611 10819284992 418037 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27253] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27253/stat : 27253 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811042611 10819284992 418043 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27254] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27254/stat : 27254 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811042611 10819284992 418045 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27255] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27255/stat : 27255 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811042611 10819284992 418045 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27256] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27256/stat : 27256 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811042611 10819284992 418045 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27257] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27257/stat : 27257 (java) S 27246 27248 23562 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 22 0 811042611 10819284992 418051 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27258] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27258/stat : 27258 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 811042611 10819284992 418056 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0

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

/proc/meminfo: memFree=16392440/32951124 swapFree=60476376/67111528
[pid=27248] ppid=27246 vsize=10565708 CPUtime=1639.72 cores=0,2,4,6
/proc/27248/stat : 27248 (java) S 27246 27248 23562 0 -1 4202496 1044561 0 1 0 163844 128 0 0 18 0 22 0 811042608 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27248/statm: 2641427 1034499 2256 9 0 2632161 0
[pid=27248/tid=27249] ppid=27246 vsize=10565708 CPUtime=0.71 cores=0,2,4,6
/proc/27248/task/27249/stat : 27249 (java) S 27246 27248 23562 0 -1 4202560 89219 0 1 0 60 11 0 0 15 0 22 0 811042609 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27251] ppid=27246 vsize=10565708 CPUtime=0.74 cores=0,2,4,6
/proc/27248/task/27251/stat : 27251 (java) S 27246 27248 23562 0 -1 4202560 29988 0 0 0 70 4 0 0 16 0 22 0 811042611 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27252] ppid=27246 vsize=10565708 CPUtime=0.81 cores=0,2,4,6
/proc/27248/task/27252/stat : 27252 (java) S 27246 27248 23562 0 -1 4202560 23352 0 0 0 78 3 0 0 15 0 22 0 811042611 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27253] ppid=27246 vsize=10565708 CPUtime=0.73 cores=0,2,4,6
/proc/27248/task/27253/stat : 27253 (java) S 27246 27248 23562 0 -1 4202560 16993 0 0 0 71 2 0 0 16 0 22 0 811042611 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27254] ppid=27246 vsize=10565708 CPUtime=0.86 cores=0,2,4,6
/proc/27248/task/27254/stat : 27254 (java) S 27246 27248 23562 0 -1 4202560 27982 0 0 0 81 5 0 0 15 0 22 0 811042611 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27255] ppid=27246 vsize=10565708 CPUtime=0.64 cores=0,2,4,6
/proc/27248/task/27255/stat : 27255 (java) S 27246 27248 23562 0 -1 4202560 18669 0 0 0 61 3 0 0 16 0 22 0 811042611 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27256] ppid=27246 vsize=10565708 CPUtime=0.66 cores=0,2,4,6
/proc/27248/task/27256/stat : 27256 (java) S 27246 27248 23562 0 -1 4202560 25454 0 0 0 62 4 0 0 15 0 22 0 811042611 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27257] ppid=27246 vsize=10565708 CPUtime=0.81 cores=0,2,4,6
/proc/27248/task/27257/stat : 27257 (java) S 27246 27248 23562 0 -1 4202560 28020 0 0 0 77 4 0 0 15 0 22 0 811042611 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27258] ppid=27246 vsize=10565708 CPUtime=0.77 cores=0,2,4,6
/proc/27248/task/27258/stat : 27258 (java) S 27246 27248 23562 0 -1 4202560 22168 0 0 0 74 3 0 0 16 0 22 0 811042611 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27259] ppid=27246 vsize=10565708 CPUtime=9.4 cores=0,2,4,6
/proc/27248/task/27259/stat : 27259 (java) S 27246 27248 23562 0 -1 4202560 27569 0 0 0 936 4 0 0 15 0 22 0 811042612 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 0 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27260] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27260/stat : 27260 (java) S 27246 27248 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811042612 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27261] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27261/stat : 27261 (java) S 27246 27248 23562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811042612 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27262] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27262/stat : 27262 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811042614 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828060081 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27263] ppid=27246 vsize=10565708 CPUtime=1.14 cores=0,2,4,6
/proc/27248/task/27263/stat : 27263 (java) S 27246 27248 23562 0 -1 4202560 12066 0 0 0 113 1 0 0 15 0 22 0 811042614 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27264] ppid=27246 vsize=10565708 CPUtime=1.47 cores=0,2,4,6
/proc/27248/task/27264/stat : 27264 (java) S 27246 27248 23562 0 -1 4202560 8497 0 0 0 147 0 0 0 15 0 22 0 811042614 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27265] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27265/stat : 27265 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811042614 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27266] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27266/stat : 27266 (java) S 27246 27248 23562 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 811042614 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27267] ppid=27246 vsize=10565708 CPUtime=810.44 cores=0,2,4,6
/proc/27248/task/27267/stat : 27267 (java) R 27246 27248 23562 0 -1 4202560 5408 0 0 0 81042 2 0 0 25 0 22 0 811042682 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 46912505937360 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27248/tid=27268] ppid=27246 vsize=10565708 CPUtime=810.38 cores=0,2,4,6
/proc/27248/task/27268/stat : 27268 (java) R 27246 27248 23562 0 -1 4202560 707971 0 0 0 80966 72 0 0 25 0 22 0 811042682 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 46912506258343 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27248/tid=27269] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27269/stat : 27269 (java) S 27246 27248 23562 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811042684 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27270] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27270/stat : 27270 (java) S 27246 27248 23562 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811042684 10819284992 1034499 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1639.72
Current children cumulated vsize (KiB) 10565708

[startup+882.302 s]
/proc/loadavg: 3.99 3.87 3.18 5/498 27297
/proc/meminfo: memFree=16392416/32951124 swapFree=60476376/67111528
[pid=27248] ppid=27246 vsize=10565708 CPUtime=1759.42 cores=0,2,4,6
/proc/27248/stat : 27248 (java) S 27246 27248 23562 0 -1 4202496 1044580 0 1 0 175814 128 0 0 18 0 22 0 811042608 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27248/statm: 2641427 1034500 2256 9 0 2632161 0
[pid=27248/tid=27249] ppid=27246 vsize=10565708 CPUtime=0.71 cores=0,2,4,6
/proc/27248/task/27249/stat : 27249 (java) S 27246 27248 23562 0 -1 4202560 89219 0 1 0 60 11 0 0 15 0 22 0 811042609 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27251] ppid=27246 vsize=10565708 CPUtime=0.76 cores=0,2,4,6
/proc/27248/task/27251/stat : 27251 (java) S 27246 27248 23562 0 -1 4202560 29988 0 0 0 72 4 0 0 15 0 22 0 811042611 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27252] ppid=27246 vsize=10565708 CPUtime=0.93 cores=0,2,4,6
/proc/27248/task/27252/stat : 27252 (java) S 27246 27248 23562 0 -1 4202560 23353 0 0 0 90 3 0 0 16 0 22 0 811042611 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27253] ppid=27246 vsize=10565708 CPUtime=0.78 cores=0,2,4,6
/proc/27248/task/27253/stat : 27253 (java) S 27246 27248 23562 0 -1 4202560 16993 0 0 0 76 2 0 0 15 0 22 0 811042611 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27254] ppid=27246 vsize=10565708 CPUtime=0.92 cores=0,2,4,6
/proc/27248/task/27254/stat : 27254 (java) S 27246 27248 23562 0 -1 4202560 27982 0 0 0 87 5 0 0 16 0 22 0 811042611 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27255] ppid=27246 vsize=10565708 CPUtime=0.69 cores=0,2,4,6
/proc/27248/task/27255/stat : 27255 (java) S 27246 27248 23562 0 -1 4202560 18669 0 0 0 66 3 0 0 15 0 22 0 811042611 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27256] ppid=27246 vsize=10565708 CPUtime=0.76 cores=0,2,4,6
/proc/27248/task/27256/stat : 27256 (java) S 27246 27248 23562 0 -1 4202560 25455 0 0 0 72 4 0 0 16 0 22 0 811042611 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27257] ppid=27246 vsize=10565708 CPUtime=0.85 cores=0,2,4,6
/proc/27248/task/27257/stat : 27257 (java) S 27246 27248 23562 0 -1 4202560 28020 0 0 0 81 4 0 0 15 0 22 0 811042611 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27258] ppid=27246 vsize=10565708 CPUtime=0.79 cores=0,2,4,6
/proc/27248/task/27258/stat : 27258 (java) S 27246 27248 23562 0 -1 4202560 22168 0 0 0 76 3 0 0 15 0 22 0 811042611 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27259] ppid=27246 vsize=10565708 CPUtime=9.9 cores=0,2,4,6
/proc/27248/task/27259/stat : 27259 (java) S 27246 27248 23562 0 -1 4202560 27573 0 0 0 986 4 0 0 15 0 22 0 811042612 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 0 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27260] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27260/stat : 27260 (java) S 27246 27248 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811042612 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27261] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27261/stat : 27261 (java) S 27246 27248 23562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811042612 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27262] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27262/stat : 27262 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811042614 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828060081 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27263] ppid=27246 vsize=10565708 CPUtime=1.14 cores=0,2,4,6
/proc/27248/task/27263/stat : 27263 (java) S 27246 27248 23562 0 -1 4202560 12066 0 0 0 113 1 0 0 15 0 22 0 811042614 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27264] ppid=27246 vsize=10565708 CPUtime=1.47 cores=0,2,4,6
/proc/27248/task/27264/stat : 27264 (java) S 27246 27248 23562 0 -1 4202560 8497 0 0 0 147 0 0 0 15 0 22 0 811042614 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27265] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27265/stat : 27265 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811042614 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27266] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27266/stat : 27266 (java) S 27246 27248 23562 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 811042614 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27267] ppid=27246 vsize=10565708 CPUtime=869.81 cores=0,2,4,6
/proc/27248/task/27267/stat : 27267 (java) R 27246 27248 23562 0 -1 4202560 5417 0 0 0 86979 2 0 0 25 0 22 0 811042682 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 46912505937264 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27248/tid=27268] ppid=27246 vsize=10565708 CPUtime=869.74 cores=0,2,4,6
/proc/27248/task/27268/stat : 27268 (java) R 27246 27248 23562 0 -1 4202560 707971 0 0 0 86902 72 0 0 25 0 22 0 811042682 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 46912506258281 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27248/tid=27269] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27269/stat : 27269 (java) S 27246 27248 23562 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811042684 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27270] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27270/stat : 27270 (java) S 27246 27248 23562 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811042684 10819284992 1034500 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1759.42
Current children cumulated vsize (KiB) 10565708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.901 s]
/proc/loadavg: 4.17 3.92 3.21 5/498 27496
/proc/meminfo: memFree=19984468/32951124 swapFree=60476376/67111528
[pid=27248] ppid=27246 vsize=10565708 CPUtime=1800.17 cores=0,2,4,6
/proc/27248/stat : 27248 (java) S 27246 27248 23562 0 -1 4202496 1044585 0 1 0 179889 128 0 0 18 0 22 0 811042608 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27248/statm: 2641427 1034501 2256 9 0 2632161 0
[pid=27248/tid=27249] ppid=27246 vsize=10565708 CPUtime=0.71 cores=0,2,4,6
/proc/27248/task/27249/stat : 27249 (java) S 27246 27248 23562 0 -1 4202560 89219 0 1 0 60 11 0 0 15 0 22 0 811042609 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27251] ppid=27246 vsize=10565708 CPUtime=0.78 cores=0,2,4,6
/proc/27248/task/27251/stat : 27251 (java) S 27246 27248 23562 0 -1 4202560 29988 0 0 0 74 4 0 0 16 0 22 0 811042611 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27252] ppid=27246 vsize=10565708 CPUtime=0.95 cores=0,2,4,6
/proc/27248/task/27252/stat : 27252 (java) S 27246 27248 23562 0 -1 4202560 23353 0 0 0 92 3 0 0 16 0 22 0 811042611 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27253] ppid=27246 vsize=10565708 CPUtime=0.79 cores=0,2,4,6
/proc/27248/task/27253/stat : 27253 (java) S 27246 27248 23562 0 -1 4202560 16994 0 0 0 77 2 0 0 15 0 22 0 811042611 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27254] ppid=27246 vsize=10565708 CPUtime=0.93 cores=0,2,4,6
/proc/27248/task/27254/stat : 27254 (java) S 27246 27248 23562 0 -1 4202560 27982 0 0 0 88 5 0 0 15 0 22 0 811042611 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27255] ppid=27246 vsize=10565708 CPUtime=0.71 cores=0,2,4,6
/proc/27248/task/27255/stat : 27255 (java) S 27246 27248 23562 0 -1 4202560 18669 0 0 0 68 3 0 0 16 0 22 0 811042611 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27256] ppid=27246 vsize=10565708 CPUtime=0.76 cores=0,2,4,6
/proc/27248/task/27256/stat : 27256 (java) S 27246 27248 23562 0 -1 4202560 25455 0 0 0 72 4 0 0 15 0 22 0 811042611 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27257] ppid=27246 vsize=10565708 CPUtime=0.86 cores=0,2,4,6
/proc/27248/task/27257/stat : 27257 (java) S 27246 27248 23562 0 -1 4202560 28020 0 0 0 82 4 0 0 16 0 22 0 811042611 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27258] ppid=27246 vsize=10565708 CPUtime=0.8 cores=0,2,4,6
/proc/27248/task/27258/stat : 27258 (java) S 27246 27248 23562 0 -1 4202560 22168 0 0 0 77 3 0 0 16 0 22 0 811042611 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27259] ppid=27246 vsize=10565708 CPUtime=10.42 cores=0,2,4,6
/proc/27248/task/27259/stat : 27259 (java) S 27246 27248 23562 0 -1 4202560 27573 0 0 0 1038 4 0 0 15 0 22 0 811042612 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 0 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27260] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27260/stat : 27260 (java) S 27246 27248 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811042612 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27261] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27261/stat : 27261 (java) S 27246 27248 23562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811042612 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27262] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27262/stat : 27262 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811042614 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828060081 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27263] ppid=27246 vsize=10565708 CPUtime=1.14 cores=0,2,4,6
/proc/27248/task/27263/stat : 27263 (java) S 27246 27248 23562 0 -1 4202560 12066 0 0 0 113 1 0 0 15 0 22 0 811042614 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 0 0 0 0
[pid=27248/tid=27264] ppid=27246 vsize=10565708 CPUtime=1.47 cores=0,2,4,6
/proc/27248/task/27264/stat : 27264 (java) S 27246 27248 23562 0 -1 4202560 8497 0 0 0 147 0 0 0 15 0 22 0 811042614 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27265] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27265/stat : 27265 (java) S 27246 27248 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811042614 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052377 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
[pid=27248/tid=27266] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27266/stat : 27266 (java) S 27246 27248 23562 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 811042614 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 2 0 0 0
[pid=27248/tid=27267] ppid=27246 vsize=10565708 CPUtime=889.87 cores=0,2,4,6
/proc/27248/task/27267/stat : 27267 (java) R 27246 27248 23562 0 -1 4202560 5421 0 0 0 88985 2 0 0 25 0 22 0 811042682 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 46912505937402 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27248/tid=27268] ppid=27246 vsize=10565708 CPUtime=889.81 cores=0,2,4,6
/proc/27248/task/27268/stat : 27268 (java) R 27246 27248 23562 0 -1 4202560 707971 0 0 0 88908 73 0 0 25 0 22 0 811042682 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 46912506258206 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27248/tid=27269] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27269/stat : 27269 (java) S 27246 27248 23562 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811042684 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 6 0 0 0
[pid=27248/tid=27270] ppid=27246 vsize=10565708 CPUtime=0 cores=0,2,4,6
/proc/27248/task/27270/stat : 27270 (java) S 27246 27248 23562 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811042684 10819284992 1034501 33554432000 1073741824 1073778376 140736778301744 18446744073709551615 220828052992 0 4 0 16800975 18446604451016669376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 10565708

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

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

[startup+903.024 s]
/proc/loadavg: 4.17 3.92 3.21 4/479 27499
/proc/meminfo: memFree=22220544/32951124 swapFree=60476376/67111528
[pid=27248] ppid=27246 vsize=0 CPUtime=1800.32 cores=0,2,4,6
/proc/27248/stat : 27248 (java) Z 27246 27248 23562 0 -1 4203548 1044624 0 1 0 179894 138 0 0 17 0 2 0 811042608 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27248/statm: 0 0 0 0 0 0 0
[pid=27248/tid=27270] ppid=27246 vsize=0 CPUtime=0.1 cores=0,2,4,6
/proc/27248/task/27270/stat : 27270 (java) R 27246 27248 23562 0 -1 4203588 7 0 0 0 0 10 0 0 18 0 2 0 811042684 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 903.094
CPU time (s): 1800.39
CPU user time (s): 1798.95
CPU system time (s): 1.44278
CPU usage (%): 199.358
Max. virtual memory (cumulated for all children) (KiB): 10565708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.44278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1044624
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= 24570
involuntary context switches= 14884

runsolver used 4.47832 second user time and 9.51155 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-04 13:17:47
IDJOB=3454702
IDBENCH=1155
IDSOLVER=1950
FILE ID=node147/3454702-1307186267
RUNJOBID= node147-1307186255-27060
PBS_JOBID= 13508849
Free space on /tmp= 73696 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin18.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454702-1307186267/watcher-3454702-1307186267 -o /tmp/evaluation-result-3454702-1307186267/solver-3454702-1307186267 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454702-1307186267.opb

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

MD5SUM BENCH= f17e31cb6762bd0e8d3e659d7bd1050c
RANDOM SEED=1385681526

node147.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.836
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.67
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.836
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	: 5332.75
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.836
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.82
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.836
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.75
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21852432 kB
Buffers:        324044 kB
Cached:        1491516 kB
SwapCached:      11188 kB
Active:        9472016 kB
Inactive:      1361428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21852432 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:            4520 kB
Writeback:           0 kB
AnonPages:     9014944 kB
Mapped:          30944 kB
Slab:           134460 kB
PageTables:      63756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 131151464 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= 73696 MiB
End job on node147 at 2011-06-04 13:32:52