Trace number 3458021

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 Resolution 2.3.0? (TO) 1800.14 1797.99

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_3_15.opb
MD5SUM318a02509ac7733b5c1657e14975af2b
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.186971
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74920
Sum of products size (including duplicates)149840
Number of different products37460
Sum of products size74920

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		12995394264
0.07/0.09	c Max memory 		13063553024
0.07/0.09	c Total memory 		13063553024
0.07/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
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 solving HOME/instance-3458021-1307164925.opb
0.11/0.11	c reading problem ... 
1.58/0.85	c ... done. Wall clock time 0.744s.
1.58/0.86	c #vars     38460
1.58/0.86	c #constraints  76423
1.58/0.86	c constraints type 
1.58/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37460
1.58/0.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.58/0.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.58/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37460
9.54/8.32	c cleaning 2508 clauses out of 5015 with flag 5015/5015
18.07/16.77	c cleaning 4263 clauses out of 8525 with flag 11033/11033
28.89/27.59	c cleaning 5619 clauses out of 11237 with flag 18008/18008
42.00/40.67	c cleaning 6805 clauses out of 13610 with flag 26000/26000
72.27/70.80	c cleaning 7904 clauses out of 15808 with flag 35003/35003
102.88/101.42	c cleaning 9003 clauses out of 18005 with flag 45104/45104
125.60/124.10	c cleaning 9949 clauses out of 19898 with flag 56000/56000
173.32/171.87	c cleaning 11048 clauses out of 22096 with flag 68147/68147
214.34/212.88	c cleaning 11953 clauses out of 23905 with flag 81004/81004
257.16/255.66	c cleaning 13002 clauses out of 26003 with flag 95055/95055
329.58/328.09	c cleaning 14017 clauses out of 28034 with flag 110088/110088
406.71/405.14	c cleaning 14972 clauses out of 29943 with flag 126014/126014
470.64/469.01	c cleaning 15978 clauses out of 31958 with flag 143001/143001
490.56/488.93	c cleaning 17060 clauses out of 34119 with flag 161140/161140
620.60/618.98	c cleaning 17960 clauses out of 35921 with flag 180002/180002
726.67/724.97	c cleaning 19032 clauses out of 38063 with flag 200104/200104
854.20/852.48	c cleaning 19964 clauses out of 39927 with flag 221000/221000
889.84/888.08	c cleaning 20982 clauses out of 41967 with flag 243004/243004
928.46/926.66	c cleaning 21990 clauses out of 43981 with flag 266000/266000
1021.41/1019.55	c cleaning 23021 clauses out of 46041 with flag 290050/290050
1145.77/1143.87	c cleaning 24065 clauses out of 48130 with flag 315160/315160
1310.41/1308.49	c cleaning 25075 clauses out of 50149 with flag 341244/341244
1536.14/1534.18	c cleaning 26002 clauses out of 52003 with flag 368173/368173
1800.01/1797.92	c starts		: 136
1800.01/1797.92	c conflicts		: 394510
1800.01/1797.92	c decisions		: 2650199
1800.01/1797.92	c propagations		: 44593945
1800.01/1797.92	c inspects		: 4086779782
1800.01/1797.92	c shortcuts		: 0
1800.01/1797.92	c learnt literals	: 0
1800.01/1797.92	c learnt binary clauses	: 0
1800.01/1797.92	c learnt ternary clauses	: 55
1800.01/1797.92	c learnt constraints	: 394509
1800.01/1797.92	c ignored constraints	: 0
1800.01/1797.92	c root simplifications	: 0
1800.01/1797.92	c removed literals (reason simplification)	: 5673686
1800.01/1797.92	c reason swapping (by a shorter reason)	: 0
1800.01/1797.92	c Calls to reduceDB	: 23
1800.01/1797.92	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.92	c number of learned constraints concerned by reduction	: 0
1800.01/1797.92	c number of learning phase by resolution	: 0
1800.01/1797.92	c number of learning phase by cutting planes	: 0
1800.01/1797.92	c speed (assignments/second)	: 24814.90353983138
1800.01/1797.92	c non guided choices	37864
1800.01/1797.94	c learnt constraints type 
1800.01/1797.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52339
1800.01/1797.94	c constraints type 
1800.01/1797.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37460
1800.01/1797.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.01/1797.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.01/1797.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37460
1800.01/1797.94	s UNKNOWN
1800.01/1797.94	c Total wall clock time (in seconds): 1797.83

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-3458021-1307164925/watcher-3458021-1307164925 -o /tmp/evaluation-result-3458021-1307164925/solver-3458021-1307164925 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458021-1307164925.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.86 1/381 6510
/proc/meminfo: memFree=23734320/32951124 swapFree=49244120/67111528
[pid=6510] ppid=6508 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/6510/stat : 6510 (java) S 6508 6510 6095 0 -1 4202496 1240 0 0 0 0 0 0 0 25 0 2 0 828095237 31272960 959 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/6510/statm: 7635 959 732 9 0 386 0
[pid=6510/tid=6511] ppid=6508 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6511/stat : 6511 (java) R 6508 6510 6095 0 -1 4202560 4310 0 1 0 0 0 0 0 25 0 2 0 828095238 13850947584 5125 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218370651195 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.079967 s]
/proc/loadavg: 1.84 1.97 1.86 1/381 6510
/proc/meminfo: memFree=23734320/32951124 swapFree=49244120/67111528
[pid=6510] ppid=6508 vsize=13555088 CPUtime=0.07 cores=1,3,5,7
/proc/6510/stat : 6510 (java) S 6508 6510 6095 0 -1 4202496 14467 0 1 0 6 1 0 0 25 0 18 0 828095237 13880410112 14163 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6510/statm: 3388772 14164 1755 9 0 3379506 0
[pid=6510/tid=6511] ppid=6508 vsize=13555088 CPUtime=0.06 cores=1,3,5,7
/proc/6510/task/6511/stat : 6511 (java) R 6508 6510 6095 0 -1 4202560 13295 0 1 0 5 1 0 0 22 0 18 0 828095238 13880410112 14164 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 47641105343235 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13555088

[startup+0.108987 s]
/proc/loadavg: 1.84 1.97 1.86 1/381 6510
/proc/meminfo: memFree=23734320/32951124 swapFree=49244120/67111528
[pid=6510] ppid=6508 vsize=13622116 CPUtime=0.11 cores=1,3,5,7
/proc/6510/stat : 6510 (java) S 6508 6510 6095 0 -1 4202496 15608 0 1 0 10 1 0 0 25 0 18 0 828095237 13949046784 15274 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6510/statm: 3405529 15274 2092 9 0 3396263 0
[pid=6510/tid=6511] ppid=6508 vsize=13622116 CPUtime=0.09 cores=1,3,5,7
/proc/6510/task/6511/stat : 6511 (java) R 6508 6510 6095 0 -1 4202560 13727 0 1 0 8 1 0 0 18 0 18 0 828095238 13949046784 15274 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382783947 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622116

[startup+0.315337 s]
/proc/loadavg: 1.84 1.97 1.86 1/381 6510
/proc/meminfo: memFree=23734320/32951124 swapFree=49244120/67111528
[pid=6510] ppid=6508 vsize=13624220 CPUtime=0.51 cores=1,3,5,7
/proc/6510/stat : 6510 (java) S 6508 6510 6095 0 -1 4202496 18241 0 1 0 49 2 0 0 25 0 18 0 828095237 13951201280 17824 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6510/statm: 3406055 17824 2220 9 0 3396789 0
[pid=6510/tid=6511] ppid=6508 vsize=13624220 CPUtime=0.29 cores=1,3,5,7
/proc/6510/task/6511/stat : 6511 (java) R 6508 6510 6095 0 -1 4202560 15578 0 1 0 28 1 0 0 18 0 18 0 828095238 13951201280 17825 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 46912505545300 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13624220

[startup+0.700859 s]
/proc/loadavg: 1.84 1.97 1.86 1/381 6510
/proc/meminfo: memFree=23734320/32951124 swapFree=49244120/67111528
[pid=6510] ppid=6508 vsize=13631196 CPUtime=1.48 cores=1,3,5,7
/proc/6510/stat : 6510 (java) S 6508 6510 6095 0 -1 4202496 61636 0 1 0 140 8 0 0 25 0 18 0 828095237 13958344704 58835 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6510/statm: 3407799 58843 2227 9 0 3398533 0
[pid=6510/tid=6511] ppid=6508 vsize=13631196 CPUtime=0.68 cores=1,3,5,7
/proc/6510/task/6511/stat : 6511 (java) R 6508 6510 6095 0 -1 4202560 52664 0 1 0 62 6 0 0 18 0 18 0 828095238 13958344704 58857 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 46912505691797 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13631196

[startup+1.50071 s]
/proc/loadavg: 1.84 1.97 1.86 5/423 6557
/proc/meminfo: memFree=23224968/32951124 swapFree=49244120/67111528
[pid=6510] ppid=6508 vsize=13632988 CPUtime=2.65 cores=1,3,5,7
/proc/6510/stat : 6510 (java) S 6508 6510 6095 0 -1 4202496 107316 0 1 0 251 14 0 0 25 0 19 0 828095237 13960179712 104514 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6510/statm: 3408247 104514 2238 9 0 3398981 0
[pid=6510/tid=6511] ppid=6508 vsize=13632988 CPUtime=1.48 cores=1,3,5,7
/proc/6510/task/6511/stat : 6511 (java) R 6508 6510 6095 0 -1 4202560 98030 0 1 0 136 12 0 0 20 0 19 0 828095238 13960179712 104514 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 46912505994640 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6510/tid=6513] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6513/stat : 6513 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 104514 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6514] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6514/stat : 6514 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 104514 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6515] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6515/stat : 6515 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 104514 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6516] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6516/stat : 6516 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 104515 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6517] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6517/stat : 6517 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 104515 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6518] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6518/stat : 6518 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 104515 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6519] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6519/stat : 6519 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 104515 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6520] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6520/stat : 6520 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 104515 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6521] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6521/stat : 6521 (java) S 6508 6510 6095 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 828095241 13960179712 104515 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 0 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6522] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6522/stat : 6522 (java) S 6508 6510 6095 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828095241 13960179712 104515 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6523] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6523/stat : 6523 (java) S 6508 6510 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828095241 13960179712 104515 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6526] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6526/stat : 6526 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828095243 13960179712 104515 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382780849 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6527] ppid=6508 vsize=13632988 CPUtime=0.55 cores=1,3,5,7
/proc/6510/task/6527/stat : 6527 (java) S 6508 6510 6095 0 -1 4202560 4662 0 0 0 54 1 0 0 15 0 19 0 828095243 13960179712 104515 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6528] ppid=6508 vsize=13632988 CPUtime=0.6 cores=1,3,5,7
/proc/6510/task/6528/stat : 6528 (java) S 6508 6510 6095 0 -1 4202560 3463 0 0 0 60 0 0 0 15 0 19 0 828095243 13960179712 104515 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6529] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6529/stat : 6529 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828095243 13960179712 104515 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6530] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6530/stat : 6530 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828095243 13960179712 104515 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6557] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6557/stat : 6557 (java) S 6508 6510 6095 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 828095326 13960179712 104515 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 13632988

[startup+3.10143 s]
/proc/loadavg: 1.84 1.97 1.86 3/423 6557
/proc/meminfo: memFree=23216536/32951124 swapFree=49244120/67111528
[pid=6510] ppid=6508 vsize=13632988 CPUtime=4.29 cores=1,3,5,7
/proc/6510/stat : 6510 (java) S 6508 6510 6095 0 -1 4202496 107598 0 1 0 415 14 0 0 25 0 19 0 828095237 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6510/statm: 3408247 104794 2241 9 0 3398981 0
[pid=6510/tid=6511] ppid=6508 vsize=13632988 CPUtime=3.08 cores=1,3,5,7
/proc/6510/task/6511/stat : 6511 (java) R 6508 6510 6095 0 -1 4202560 98306 0 1 0 296 12 0 0 19 0 19 0 828095238 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 46912505994640 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6510/tid=6513] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6513/stat : 6513 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6514] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6514/stat : 6514 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6515] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6515/stat : 6515 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6516] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6516/stat : 6516 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6517] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6517/stat : 6517 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6518] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6518/stat : 6518 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6519] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6519/stat : 6519 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6520] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6520/stat : 6520 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6521] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6521/stat : 6521 (java) S 6508 6510 6095 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 828095241 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 0 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6522] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6522/stat : 6522 (java) S 6508 6510 6095 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828095241 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6523] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6523/stat : 6523 (java) S 6508 6510 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828095241 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6526] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6526/stat : 6526 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828095243 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382780849 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6527] ppid=6508 vsize=13632988 CPUtime=0.57 cores=1,3,5,7
/proc/6510/task/6527/stat : 6527 (java) S 6508 6510 6095 0 -1 4202560 4668 0 0 0 56 1 0 0 15 0 19 0 828095243 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6528] ppid=6508 vsize=13632988 CPUtime=0.61 cores=1,3,5,7
/proc/6510/task/6528/stat : 6528 (java) S 6508 6510 6095 0 -1 4202560 3463 0 0 0 61 0 0 0 15 0 19 0 828095243 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6529] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6529/stat : 6529 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828095243 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6530] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6530/stat : 6530 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828095243 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6557] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6557/stat : 6557 (java) S 6508 6510 6095 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 828095326 13960179712 104794 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 13632988

[startup+6.30087 s]
/proc/loadavg: 1.85 1.97 1.86 3/423 6557
/proc/meminfo: memFree=23182536/32951124 swapFree=49244120/67111528
[pid=6510] ppid=6508 vsize=13632988 CPUtime=7.53 cores=1,3,5,7
/proc/6510/stat : 6510 (java) S 6508 6510 6095 0 -1 4202496 110491 0 1 0 739 14 0 0 25 0 19 0 828095237 13960179712 107431 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6510/statm: 3408247 107431 2241 9 0 3398981 0
[pid=6510/tid=6511] ppid=6508 vsize=13632988 CPUtime=6.28 cores=1,3,5,7
/proc/6510/task/6511/stat : 6511 (java) R 6508 6510 6095 0 -1 4202560 101193 0 1 0 616 12 0 0 19 0 19 0 828095238 13960179712 107431 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 46912505931340 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6510/tid=6513] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6513/stat : 6513 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 107431 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6514] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6514/stat : 6514 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 107431 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6515] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6515/stat : 6515 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 107431 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6516] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6516/stat : 6516 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 107431 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6517] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6517/stat : 6517 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 107431 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6518] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6518/stat : 6518 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 107431 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6519] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6519/stat : 6519 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 107431 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6520] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6520/stat : 6520 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828095240 13960179712 107431 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6521] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6521/stat : 6521 (java) S 6508 6510 6095 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 828095241 13960179712 107431 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 0 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6522] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6522/stat : 6522 (java) S 6508 6510 6095 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828095241 13960179712 107431 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6523] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6523/stat : 6523 (java) S 6508 6510 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828095241 13960179712 107431 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6526] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6526/stat : 6526 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828095243 13960179712 107431 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382780849 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6527] ppid=6508 vsize=13632988 CPUtime=0.62 cores=1,3,5,7
/proc/6510/task/6527/stat : 6527 (java) S 6508 6510 6095 0 -1 4202560 4674 0 0 0 61 1 0 0 15 0 19 0 828095243 13960179712 107431 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6528] ppid=6508 vsize=13632988 CPUtime=0.61 cores=1,3,5,7
/proc/6510/task/6528/stat : 6528 (java) S 6508 6510 6095 0 -1 4202560 3463 0 0 0 61 0 0 0 16 0 19 0 828095243 13960179712 107431 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0

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

[pid=6510/tid=6518] ppid=6508 vsize=13632988 CPUtime=0.12 cores=1,3,5,7
/proc/6510/task/6518/stat : 6518 (java) S 6508 6510 6095 0 -1 4202560 4540 0 0 0 12 0 0 0 15 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6519] ppid=6508 vsize=13632988 CPUtime=0.14 cores=1,3,5,7
/proc/6510/task/6519/stat : 6519 (java) S 6508 6510 6095 0 -1 4202560 11460 0 0 0 13 1 0 0 15 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6520] ppid=6508 vsize=13632988 CPUtime=0.14 cores=1,3,5,7
/proc/6510/task/6520/stat : 6520 (java) S 6508 6510 6095 0 -1 4202560 5467 0 0 0 14 0 0 0 16 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6521] ppid=6508 vsize=13632988 CPUtime=3.03 cores=1,3,5,7
/proc/6510/task/6521/stat : 6521 (java) S 6508 6510 6095 0 -1 4202560 46153 0 0 0 300 3 0 0 15 0 19 0 828095241 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 0 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6522] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6522/stat : 6522 (java) S 6508 6510 6095 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828095241 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6523] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6523/stat : 6523 (java) S 6508 6510 6095 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828095241 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6526] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6526/stat : 6526 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382780849 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6527] ppid=6508 vsize=13632988 CPUtime=0.78 cores=1,3,5,7
/proc/6510/task/6527/stat : 6527 (java) S 6508 6510 6095 0 -1 4202560 4714 0 0 0 77 1 0 0 15 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6528] ppid=6508 vsize=13632988 CPUtime=0.63 cores=1,3,5,7
/proc/6510/task/6528/stat : 6528 (java) S 6508 6510 6095 0 -1 4202560 3468 0 0 0 63 0 0 0 16 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6529] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6529/stat : 6529 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6530] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6530/stat : 6530 (java) S 6508 6510 6095 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6557] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6557/stat : 6557 (java) S 6508 6510 6095 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 828095326 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1664.4
Current children cumulated vsize (KiB) 13632988

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 1.96 3/423 6602
/proc/meminfo: memFree=22782892/32951124 swapFree=49244120/67111528
[pid=6510] ppid=6508 vsize=13632988 CPUtime=1724.4 cores=1,3,5,7
/proc/6510/stat : 6510 (java) S 6508 6510 6095 0 -1 4202496 202933 0 1 0 172415 25 0 0 25 0 19 0 828095237 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6510/statm: 3408247 199669 2267 9 0 3398981 0
[pid=6510/tid=6511] ppid=6508 vsize=13632988 CPUtime=1718.87 cores=1,3,5,7
/proc/6510/task/6511/stat : 6511 (java) R 6508 6510 6095 0 -1 4202560 103090 0 1 0 171875 12 0 0 25 0 19 0 828095238 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 46912506059703 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6510/tid=6513] ppid=6508 vsize=13632988 CPUtime=0.1 cores=1,3,5,7
/proc/6510/task/6513/stat : 6513 (java) S 6508 6510 6095 0 -1 4202560 3838 0 0 0 10 0 0 0 16 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6514] ppid=6508 vsize=13632988 CPUtime=0.13 cores=1,3,5,7
/proc/6510/task/6514/stat : 6514 (java) S 6508 6510 6095 0 -1 4202560 4950 0 0 0 13 0 0 0 16 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6515] ppid=6508 vsize=13632988 CPUtime=0.12 cores=1,3,5,7
/proc/6510/task/6515/stat : 6515 (java) S 6508 6510 6095 0 -1 4202560 4353 0 0 0 12 0 0 0 15 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6516] ppid=6508 vsize=13632988 CPUtime=0.1 cores=1,3,5,7
/proc/6510/task/6516/stat : 6516 (java) S 6508 6510 6095 0 -1 4202560 3020 0 0 0 10 0 0 0 15 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6517] ppid=6508 vsize=13632988 CPUtime=0.12 cores=1,3,5,7
/proc/6510/task/6517/stat : 6517 (java) S 6508 6510 6095 0 -1 4202560 6630 0 0 0 11 1 0 0 15 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6518] ppid=6508 vsize=13632988 CPUtime=0.12 cores=1,3,5,7
/proc/6510/task/6518/stat : 6518 (java) S 6508 6510 6095 0 -1 4202560 4540 0 0 0 12 0 0 0 15 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6519] ppid=6508 vsize=13632988 CPUtime=0.14 cores=1,3,5,7
/proc/6510/task/6519/stat : 6519 (java) S 6508 6510 6095 0 -1 4202560 11460 0 0 0 13 1 0 0 15 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6520] ppid=6508 vsize=13632988 CPUtime=0.14 cores=1,3,5,7
/proc/6510/task/6520/stat : 6520 (java) S 6508 6510 6095 0 -1 4202560 5467 0 0 0 14 0 0 0 16 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6521] ppid=6508 vsize=13632988 CPUtime=3.03 cores=1,3,5,7
/proc/6510/task/6521/stat : 6521 (java) S 6508 6510 6095 0 -1 4202560 46153 0 0 0 300 3 0 0 15 0 19 0 828095241 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 0 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6522] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6522/stat : 6522 (java) S 6508 6510 6095 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828095241 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6523] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6523/stat : 6523 (java) S 6508 6510 6095 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828095241 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6526] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6526/stat : 6526 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382780849 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6527] ppid=6508 vsize=13632988 CPUtime=0.78 cores=1,3,5,7
/proc/6510/task/6527/stat : 6527 (java) S 6508 6510 6095 0 -1 4202560 4714 0 0 0 77 1 0 0 15 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6528] ppid=6508 vsize=13632988 CPUtime=0.63 cores=1,3,5,7
/proc/6510/task/6528/stat : 6528 (java) S 6508 6510 6095 0 -1 4202560 3468 0 0 0 63 0 0 0 16 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6529] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6529/stat : 6529 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6530] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6530/stat : 6530 (java) S 6508 6510 6095 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6557] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6557/stat : 6557 (java) S 6508 6510 6095 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 828095326 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1724.4
Current children cumulated vsize (KiB) 13632988

[startup+1782.3 s]
/proc/loadavg: 2.10 2.04 1.97 3/423 6604
/proc/meminfo: memFree=22781976/32951124 swapFree=49244120/67111528
[pid=6510] ppid=6508 vsize=13632988 CPUtime=1784.4 cores=1,3,5,7
/proc/6510/stat : 6510 (java) S 6508 6510 6095 0 -1 4202496 202935 0 1 0 178415 25 0 0 25 0 19 0 828095237 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6510/statm: 3408247 199669 2267 9 0 3398981 0
[pid=6510/tid=6511] ppid=6508 vsize=13632988 CPUtime=1778.87 cores=1,3,5,7
/proc/6510/task/6511/stat : 6511 (java) R 6508 6510 6095 0 -1 4202560 103090 0 1 0 177875 12 0 0 25 0 19 0 828095238 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 46912506144016 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6510/tid=6513] ppid=6508 vsize=13632988 CPUtime=0.1 cores=1,3,5,7
/proc/6510/task/6513/stat : 6513 (java) S 6508 6510 6095 0 -1 4202560 3838 0 0 0 10 0 0 0 16 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6514] ppid=6508 vsize=13632988 CPUtime=0.13 cores=1,3,5,7
/proc/6510/task/6514/stat : 6514 (java) S 6508 6510 6095 0 -1 4202560 4950 0 0 0 13 0 0 0 16 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6515] ppid=6508 vsize=13632988 CPUtime=0.12 cores=1,3,5,7
/proc/6510/task/6515/stat : 6515 (java) S 6508 6510 6095 0 -1 4202560 4353 0 0 0 12 0 0 0 15 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6516] ppid=6508 vsize=13632988 CPUtime=0.1 cores=1,3,5,7
/proc/6510/task/6516/stat : 6516 (java) S 6508 6510 6095 0 -1 4202560 3020 0 0 0 10 0 0 0 15 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6517] ppid=6508 vsize=13632988 CPUtime=0.12 cores=1,3,5,7
/proc/6510/task/6517/stat : 6517 (java) S 6508 6510 6095 0 -1 4202560 6630 0 0 0 11 1 0 0 15 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6518] ppid=6508 vsize=13632988 CPUtime=0.12 cores=1,3,5,7
/proc/6510/task/6518/stat : 6518 (java) S 6508 6510 6095 0 -1 4202560 4540 0 0 0 12 0 0 0 15 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6519] ppid=6508 vsize=13632988 CPUtime=0.14 cores=1,3,5,7
/proc/6510/task/6519/stat : 6519 (java) S 6508 6510 6095 0 -1 4202560 11460 0 0 0 13 1 0 0 15 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6520] ppid=6508 vsize=13632988 CPUtime=0.14 cores=1,3,5,7
/proc/6510/task/6520/stat : 6520 (java) S 6508 6510 6095 0 -1 4202560 5467 0 0 0 14 0 0 0 16 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6521] ppid=6508 vsize=13632988 CPUtime=3.03 cores=1,3,5,7
/proc/6510/task/6521/stat : 6521 (java) S 6508 6510 6095 0 -1 4202560 46153 0 0 0 300 3 0 0 15 0 19 0 828095241 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 0 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6522] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6522/stat : 6522 (java) S 6508 6510 6095 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828095241 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6523] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6523/stat : 6523 (java) S 6508 6510 6095 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828095241 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6526] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6526/stat : 6526 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382780849 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6527] ppid=6508 vsize=13632988 CPUtime=0.78 cores=1,3,5,7
/proc/6510/task/6527/stat : 6527 (java) S 6508 6510 6095 0 -1 4202560 4714 0 0 0 77 1 0 0 15 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6528] ppid=6508 vsize=13632988 CPUtime=0.63 cores=1,3,5,7
/proc/6510/task/6528/stat : 6528 (java) S 6508 6510 6095 0 -1 4202560 3468 0 0 0 63 0 0 0 16 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6529] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6529/stat : 6529 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6530] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6530/stat : 6530 (java) S 6508 6510 6095 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6557] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6557/stat : 6557 (java) S 6508 6510 6095 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 828095326 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1784.4
Current children cumulated vsize (KiB) 13632988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.08 2.04 1.97 3/423 6604
/proc/meminfo: memFree=22782200/32951124 swapFree=49244120/67111528
[pid=6510] ppid=6508 vsize=13632988 CPUtime=1800.01 cores=1,3,5,7
/proc/6510/stat : 6510 (java) S 6508 6510 6095 0 -1 4202496 202937 0 1 0 179976 25 0 0 25 0 19 0 828095237 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6510/statm: 3408247 199669 2267 9 0 3398981 0
[pid=6510/tid=6511] ppid=6508 vsize=13632988 CPUtime=1794.48 cores=1,3,5,7
/proc/6510/task/6511/stat : 6511 (java) R 6508 6510 6095 0 -1 4202560 103090 0 1 0 179436 12 0 0 25 0 19 0 828095238 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 46912505983487 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6510/tid=6513] ppid=6508 vsize=13632988 CPUtime=0.1 cores=1,3,5,7
/proc/6510/task/6513/stat : 6513 (java) S 6508 6510 6095 0 -1 4202560 3838 0 0 0 10 0 0 0 16 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6514] ppid=6508 vsize=13632988 CPUtime=0.13 cores=1,3,5,7
/proc/6510/task/6514/stat : 6514 (java) S 6508 6510 6095 0 -1 4202560 4950 0 0 0 13 0 0 0 16 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6515] ppid=6508 vsize=13632988 CPUtime=0.12 cores=1,3,5,7
/proc/6510/task/6515/stat : 6515 (java) S 6508 6510 6095 0 -1 4202560 4353 0 0 0 12 0 0 0 15 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6516] ppid=6508 vsize=13632988 CPUtime=0.1 cores=1,3,5,7
/proc/6510/task/6516/stat : 6516 (java) S 6508 6510 6095 0 -1 4202560 3020 0 0 0 10 0 0 0 15 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6517] ppid=6508 vsize=13632988 CPUtime=0.12 cores=1,3,5,7
/proc/6510/task/6517/stat : 6517 (java) S 6508 6510 6095 0 -1 4202560 6630 0 0 0 11 1 0 0 15 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6518] ppid=6508 vsize=13632988 CPUtime=0.12 cores=1,3,5,7
/proc/6510/task/6518/stat : 6518 (java) S 6508 6510 6095 0 -1 4202560 4540 0 0 0 12 0 0 0 15 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6519] ppid=6508 vsize=13632988 CPUtime=0.14 cores=1,3,5,7
/proc/6510/task/6519/stat : 6519 (java) S 6508 6510 6095 0 -1 4202560 11460 0 0 0 13 1 0 0 15 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6520] ppid=6508 vsize=13632988 CPUtime=0.14 cores=1,3,5,7
/proc/6510/task/6520/stat : 6520 (java) S 6508 6510 6095 0 -1 4202560 5467 0 0 0 14 0 0 0 16 0 19 0 828095240 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6521] ppid=6508 vsize=13632988 CPUtime=3.03 cores=1,3,5,7
/proc/6510/task/6521/stat : 6521 (java) S 6508 6510 6095 0 -1 4202560 46153 0 0 0 300 3 0 0 15 0 19 0 828095241 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 0 0 16800975 18446604461693348736 0 0 -1 3 0 0 0
[pid=6510/tid=6522] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6522/stat : 6522 (java) S 6508 6510 6095 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828095241 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6523] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6523/stat : 6523 (java) S 6508 6510 6095 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 828095241 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6526] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6526/stat : 6526 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382780849 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6527] ppid=6508 vsize=13632988 CPUtime=0.78 cores=1,3,5,7
/proc/6510/task/6527/stat : 6527 (java) S 6508 6510 6095 0 -1 4202560 4714 0 0 0 77 1 0 0 15 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6528] ppid=6508 vsize=13632988 CPUtime=0.63 cores=1,3,5,7
/proc/6510/task/6528/stat : 6528 (java) S 6508 6510 6095 0 -1 4202560 3468 0 0 0 63 0 0 0 16 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
[pid=6510/tid=6529] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6529/stat : 6529 (java) S 6508 6510 6095 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773145 0 4 0 16800975 18446604461693348736 0 0 -1 1 0 0 0
[pid=6510/tid=6530] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6530/stat : 6530 (java) S 6508 6510 6095 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 828095243 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 4 0 16800975 18446604461693348736 0 0 -1 5 0 0 0
[pid=6510/tid=6557] ppid=6508 vsize=13632988 CPUtime=0 cores=1,3,5,7
/proc/6510/task/6557/stat : 6557 (java) S 6508 6510 6095 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 828095326 13960179712 199669 33554432000 1073741824 1073778376 140736301269296 18446744073709551615 218382773760 0 4 0 16800975 18446604461693348736 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 13632988

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

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

Child status: 143
Real time (s): 1797.99
CPU time (s): 1800.14
CPU user time (s): 1799.84
CPU system time (s): 0.294955
CPU usage (%): 100.119
Max. virtual memory (cumulated for all children) (KiB): 13632988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.294955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202967
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= 37404
involuntary context switches= 5268

runsolver used 7.09492 second user time and 15.8116 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-04 07:22:05
IDJOB=3458021
IDBENCH=48346
IDSOLVER=1952
FILE ID=node101/3458021-1307164925
RUNJOBID= node101-1307163123-6114
PBS_JOBID= 13508816
Free space on /tmp= 74004 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_3_15.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458021-1307164925/watcher-3458021-1307164925 -o /tmp/evaluation-result-3458021-1307164925/solver-3458021-1307164925 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458021-1307164925.opb

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

MD5SUM BENCH= 318a02509ac7733b5c1657e14975af2b
RANDOM SEED=736754683

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:      23734600 kB
Buffers:        278720 kB
Cached:         521768 kB
SwapCached:      27120 kB
Active:        8474420 kB
Inactive:       462824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23734600 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:             860 kB
Writeback:           0 kB
AnonPages:     8131776 kB
Mapped:          17144 kB
Slab:           136216 kB
PageTables:      74988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78582436 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= 74004 MiB
End job on node101 at 2011-06-04 07:52:05