Trace number 3453670

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.38 901.236

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_4_80.opb
MD5SUMfa22dd251e76880c1495cc1725a19f60
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74916
Sum of products size (including duplicates)149832
Number of different products37458
Sum of products size74916

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.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c ManyCore solver with 2 solvers running in parallel
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3453670-1307196005.opb
0.00/0.11	c reading problem ... 
2.41/1.14	c ... done. Wall clock time 1.039s.
2.41/1.14	c #vars     38458
2.41/1.14	c #constraints  76419
2.41/1.14	c constraints type 
2.41/1.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37458
2.41/1.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
2.41/1.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.41/1.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37458
2.41/1.15	c constraints type 
2.41/1.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
2.41/1.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37458
2.41/1.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
2.41/1.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37458
23.94/11.37	c cleaning 2508 clauses out of 5015 with flag 5015/5015
42.46/20.66	c cleaning 4257 clauses out of 8513 with flag 11021/11021
67.64/33.36	c cleaning 5623 clauses out of 11245 with flag 18010/18010
88.41/43.87	c cleaning 6806 clauses out of 13612 with flag 26000/26000
122.52/61.07	c cleaning 7903 clauses out of 15806 with flag 35000/35000
164.71/82.24	c cleaning 8968 clauses out of 17935 with flag 45032/45032
201.93/100.99	c cleaning 9972 clauses out of 19944 with flag 56009/56009
274.54/137.30	c cleaning 10982 clauses out of 21965 with flag 68002/68002
333.43/166.90	c cleaning 12010 clauses out of 24020 with flag 81039/81039
428.14/214.39	c cleaning 13018 clauses out of 26036 with flag 95065/95065
561.13/280.93	c cleaning 14108 clauses out of 28215 with flag 110262/110262
707.16/354.07	c cleaning 14961 clauses out of 29921 with flag 126076/126076
907.04/454.16	c cleaning 15960 clauses out of 31920 with flag 143036/143036
1035.86/518.63	c cleaning 16961 clauses out of 33925 with flag 161001/161001
1114.85/558.29	c cleaning 17986 clauses out of 35974 with flag 180011/180011
1309.14/655.48	c cleaning 19040 clauses out of 38079 with flag 200102/200102
1576.33/789.16	c cleaning 20031 clauses out of 40062 with flag 221125/221125
1800.11/901.04	c starts		: 120
1800.11/901.04	c conflicts		: 237678
1800.11/901.04	c decisions		: 592130
1800.11/901.04	c propagations		: 24573636
1800.11/901.04	c inspects		: 1839988883
1800.11/901.04	c shortcuts		: 0
1800.11/901.04	c learnt literals	: 0
1800.11/901.04	c learnt binary clauses	: 0
1800.11/901.04	c learnt ternary clauses	: 32
1800.11/901.04	c learnt constraints	: 237677
1800.11/901.04	c ignored constraints	: 0
1800.11/901.04	c root simplifications	: 0
1800.11/901.04	c removed literals (reason simplification)	: 3744031
1800.11/901.04	c reason swapping (by a shorter reason)	: 0
1800.11/901.04	c Calls to reduceDB	: 17
1800.11/901.04	c number of reductions to clauses (during analyze)	: 0
1800.11/901.04	c number of learned constraints concerned by reduction	: 0
1800.11/901.04	c number of learning phase by resolution	: 0
1800.11/901.04	c number of learning phase by cutting planes	: 0
1800.11/901.04	c speed (assignments/second)	: 27307.256187951025
1800.11/901.04	c non guided choices	37869
1800.11/901.06	c learnt constraints type 
1800.11/901.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36588
1800.11/901.06	c constraints type 
1800.11/901.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37458
1800.11/901.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.11/901.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.11/901.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37458
1800.11/901.06	c constraints type 
1800.11/901.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.11/901.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37458
1800.11/901.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.11/901.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37458
1800.11/901.06	s UNKNOWN
1800.11/901.06	c Total wall clock time (in seconds): 900.95

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-3453670-1307196005/watcher-3453670-1307196005 -o /tmp/evaluation-result-3453670-1307196005/solver-3453670-1307196005 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453670-1307196005.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.62 2.77 3.24 2/485 5415
/proc/meminfo: memFree=20319344/32950928 swapFree=61858088/67111528
[pid=5415] ppid=5413 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5363 0 -1 4202496 1457 0 1 0 0 0 0 0 25 0 2 0 831200178 10681323520 1159 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/5415/statm: 2607745 1168 906 9 0 2598901 0
[pid=5415/tid=5416] ppid=5413 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) R 5413 5415 5363 0 -1 4202560 6849 0 1 0 0 0 0 0 25 0 2 0 831200179 10694979584 7666 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274473661499 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.114509 s]
/proc/loadavg: 1.62 2.77 3.24 2/485 5415
/proc/meminfo: memFree=20319344/32950928 swapFree=61858088/67111528
[pid=5415] ppid=5413 vsize=10540448 CPUtime=0.13 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5363 0 -1 4202496 13405 0 1 0 11 2 0 0 25 0 18 0 831200178 10793418752 13070 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5415/statm: 2635112 13071 2133 9 0 2625846 0
[pid=5415/tid=5416] ppid=5413 vsize=10540448 CPUtime=0.09 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) R 5413 5415 5363 0 -1 4202560 11370 0 1 0 8 1 0 0 25 0 18 0 831200179 10793418752 13071 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 47501533958051 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10540448

[startup+0.202719 s]
/proc/loadavg: 1.62 2.77 3.24 2/485 5415
/proc/meminfo: memFree=20319344/32950928 swapFree=61858088/67111528
[pid=5415] ppid=5413 vsize=10540788 CPUtime=0.26 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5363 0 -1 4202496 14180 0 1 0 24 2 0 0 25 0 18 0 831200178 10793766912 13845 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5415/statm: 2635197 13845 2180 9 0 2625931 0
[pid=5415/tid=5416] ppid=5413 vsize=10540788 CPUtime=0.18 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) R 5413 5415 5363 0 -1 4202560 12021 0 1 0 17 1 0 0 25 0 18 0 831200179 10793766912 13845 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 47501534787208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10540788

[startup+0.300478 s]
/proc/loadavg: 1.62 2.77 3.24 2/485 5415
/proc/meminfo: memFree=20319344/32950928 swapFree=61858088/67111528
[pid=5415] ppid=5413 vsize=10541436 CPUtime=0.46 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5363 0 -1 4202496 15912 0 1 0 44 2 0 0 25 0 18 0 831200178 10794430464 15423 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5415/statm: 2635359 15423 2207 9 0 2626093 0
[pid=5415/tid=5416] ppid=5413 vsize=10541436 CPUtime=0.29 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) R 5413 5415 5363 0 -1 4202560 13064 0 1 0 27 2 0 0 25 0 18 0 831200179 10794430464 15423 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 46912505537149 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541436

[startup+0.700412 s]
/proc/loadavg: 1.62 2.77 3.24 2/485 5415
/proc/meminfo: memFree=20319344/32950928 swapFree=61858088/67111528
[pid=5415] ppid=5413 vsize=10554252 CPUtime=1.59 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5363 0 -1 4202496 38734 0 1 0 154 5 0 0 25 0 18 0 831200178 10807554048 33912 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5415/statm: 2638563 33913 2226 9 0 2629297 0
[pid=5415/tid=5416] ppid=5413 vsize=10554252 CPUtime=0.68 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) R 5413 5415 5363 0 -1 4202560 22936 0 1 0 65 3 0 0 25 0 18 0 831200179 10807554048 33914 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 46912505640623 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 10554252

[startup+1.50127 s]
/proc/loadavg: 1.62 2.77 3.24 7/512 5445
/proc/meminfo: memFree=19804660/32950928 swapFree=61858088/67111528
[pid=5415] ppid=5413 vsize=10559248 CPUtime=3.78 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5363 0 -1 4202496 128244 0 1 0 362 16 0 0 25 0 22 0 831200178 10812669952 123420 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5415/statm: 2639812 123420 2239 9 0 2630546 0
[pid=5415/tid=5416] ppid=5413 vsize=10559248 CPUtime=1.13 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) S 5413 5415 5363 0 -1 4202560 107226 0 1 0 100 13 0 0 25 0 22 0 831200179 10812669952 123420 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5425] ppid=5413 vsize=10559248 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10812669952 123421 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5426] ppid=5413 vsize=10559248 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831200180 10812669952 123421 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=10559248 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10812669952 123421 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5428] ppid=5413 vsize=10559248 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10812669952 123421 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5429] ppid=5413 vsize=10559248 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5429/stat : 5429 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10812669952 123421 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=10559248 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5430/stat : 5430 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10812669952 123421 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=10559248 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5431/stat : 5431 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10812669952 123421 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=10559248 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5432/stat : 5432 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10812669952 123421 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5433] ppid=5413 vsize=10559248 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5433/stat : 5433 (java) S 5413 5415 5363 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 831200181 10812669952 123421 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 0 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5434] ppid=5413 vsize=10559248 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5434/stat : 5434 (java) S 5413 5415 5363 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831200182 10812669952 123421 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5436] ppid=5413 vsize=10559248 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5436/stat : 5436 (java) S 5413 5415 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831200182 10812669952 123421 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 6 0 0 0
[pid=5415/tid=5437] ppid=5413 vsize=10559248 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5437/stat : 5437 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200184 10812669952 123422 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485791153 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5438] ppid=5413 vsize=10559248 CPUtime=0.95 cores=0,2,4,6
/proc/5415/task/5438/stat : 5438 (java) R 5413 5415 5363 0 -1 4202560 9785 0 0 0 94 1 0 0 23 0 22 0 831200184 10812669952 123422 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 47501537647915 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5415/tid=5439] ppid=5413 vsize=10559248 CPUtime=0.97 cores=0,2,4,6
/proc/5415/task/5439/stat : 5439 (java) R 5413 5415 5363 0 -1 4202560 5415 0 0 0 97 0 0 0 24 0 22 0 831200184 10812669952 123422 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 47501536582911 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5415/tid=5440] ppid=5413 vsize=10559248 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5440/stat : 5440 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200184 10812669952 123422 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5441] ppid=5413 vsize=10559248 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5441/stat : 5441 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831200184 10812669952 123422 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 10559248

[startup+3.10099 s]
/proc/loadavg: 1.62 2.77 3.24 5/516 5449
/proc/meminfo: memFree=19518560/32950928 swapFree=61858088/67111528
[pid=5415] ppid=5413 vsize=10559712 CPUtime=7.26 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5363 0 -1 4202496 157940 0 1 0 707 19 0 0 25 0 22 0 831200178 10813145088 153115 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5415/statm: 2639928 153115 2239 9 0 2630662 0
[pid=5415/tid=5416] ppid=5413 vsize=10559712 CPUtime=1.13 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) S 5413 5415 5363 0 -1 4202560 107226 0 1 0 100 13 0 0 15 0 22 0 831200179 10813145088 153115 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5425] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10813145088 153115 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5426] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831200180 10813145088 153115 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10813145088 153115 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5428] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10813145088 153116 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5429] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5429/stat : 5429 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10813145088 153116 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5430/stat : 5430 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10813145088 153116 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5431/stat : 5431 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10813145088 153116 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5432/stat : 5432 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10813145088 153116 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5433] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5433/stat : 5433 (java) S 5413 5415 5363 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831200181 10813145088 153116 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 0 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5434] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5434/stat : 5434 (java) S 5413 5415 5363 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831200182 10813145088 153116 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5436] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5436/stat : 5436 (java) S 5413 5415 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831200182 10813145088 153116 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 6 0 0 0
[pid=5415/tid=5437] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5437/stat : 5437 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200184 10813145088 153116 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485791153 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5438] ppid=5413 vsize=10559712 CPUtime=1.09 cores=0,2,4,6
/proc/5415/task/5438/stat : 5438 (java) S 5413 5415 5363 0 -1 4202560 9840 0 0 0 108 1 0 0 15 0 22 0 831200184 10813145088 153116 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5439] ppid=5413 vsize=10559712 CPUtime=1.11 cores=0,2,4,6
/proc/5415/task/5439/stat : 5439 (java) S 5413 5415 5363 0 -1 4202560 5544 0 0 0 111 0 0 0 15 0 22 0 831200184 10813145088 153116 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 6 0 0 0
[pid=5415/tid=5440] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5440/stat : 5440 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200184 10813145088 153116 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5441] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5441/stat : 5441 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831200184 10813145088 153116 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5446] ppid=5413 vsize=10559712 CPUtime=1.94 cores=0,2,4,6
/proc/5415/task/5446/stat : 5446 (java) R 5413 5415 5363 0 -1 4202560 1164 0 0 0 194 0 0 0 25 0 22 0 831200293 10813145088 153116 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 46912506210676 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5415/tid=5447] ppid=5413 vsize=10559712 CPUtime=1.94 cores=0,2,4,6
/proc/5415/task/5447/stat : 5447 (java) R 5413 5415 5363 0 -1 4202560 32998 0 0 0 191 3 0 0 25 0 22 0 831200293 10813145088 153116 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 46912506118781 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5415/tid=5448] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5448/stat : 5448 (java) S 5413 5415 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831200296 10813145088 153116 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5449] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5449/stat : 5449 (java) S 5413 5415 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831200296 10813145088 153116 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 10559712

[startup+6.30147 s]
/proc/loadavg: 1.81 2.79 3.25 4/516 5499
/proc/meminfo: memFree=19269132/32950928 swapFree=61858088/67111528
[pid=5415] ppid=5413 vsize=10559712 CPUtime=13.9 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5363 0 -1 4202496 207475 0 1 0 1365 25 0 0 25 0 22 0 831200178 10813145088 202647 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5415/statm: 2639928 202647 2243 9 0 2630662 0
[pid=5415/tid=5416] ppid=5413 vsize=10559712 CPUtime=1.13 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) S 5413 5415 5363 0 -1 4202560 107226 0 1 0 100 13 0 0 15 0 22 0 831200179 10813145088 202647 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5425] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10813145088 202647 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5426] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5363 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831200180 10813145088 202647 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10813145088 202647 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5428] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10813145088 202647 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5429] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5429/stat : 5429 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10813145088 202647 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5430/stat : 5430 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10813145088 202647 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5431/stat : 5431 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10813145088 202647 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5432/stat : 5432 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200180 10813145088 202647 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5433] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5433/stat : 5433 (java) S 5413 5415 5363 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 831200181 10813145088 202647 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 0 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5434] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5434/stat : 5434 (java) S 5413 5415 5363 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831200182 10813145088 202647 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5436] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5436/stat : 5436 (java) S 5413 5415 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831200182 10813145088 202647 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 6 0 0 0
[pid=5415/tid=5437] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5437/stat : 5437 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200184 10813145088 202647 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485791153 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0

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

/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5363 0 -1 4202560 8530 0 0 0 29 1 0 0 16 0 22 0 831200180 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5426] ppid=5413 vsize=10559712 CPUtime=0.35 cores=0,2,4,6
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5363 0 -1 4202560 15676 0 0 0 33 2 0 0 15 0 22 0 831200180 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=10559712 CPUtime=0.4 cores=0,2,4,6
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5363 0 -1 4202560 8331 0 0 0 39 1 0 0 16 0 22 0 831200180 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5428] ppid=5413 vsize=10559712 CPUtime=0.31 cores=0,2,4,6
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5363 0 -1 4202560 12449 0 0 0 30 1 0 0 16 0 22 0 831200180 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5429] ppid=5413 vsize=10559712 CPUtime=0.46 cores=0,2,4,6
/proc/5415/task/5429/stat : 5429 (java) S 5413 5415 5363 0 -1 4202560 23167 0 0 0 43 3 0 0 16 0 22 0 831200180 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 6 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=10559712 CPUtime=0.43 cores=0,2,4,6
/proc/5415/task/5430/stat : 5430 (java) S 5413 5415 5363 0 -1 4202560 17841 0 0 0 41 2 0 0 15 0 22 0 831200180 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=10559712 CPUtime=0.34 cores=0,2,4,6
/proc/5415/task/5431/stat : 5431 (java) S 5413 5415 5363 0 -1 4202560 11331 0 0 0 33 1 0 0 16 0 22 0 831200180 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=10559712 CPUtime=0.37 cores=0,2,4,6
/proc/5415/task/5432/stat : 5432 (java) S 5413 5415 5363 0 -1 4202560 14859 0 0 0 35 2 0 0 15 0 22 0 831200180 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5433] ppid=5413 vsize=10559712 CPUtime=5.08 cores=0,2,4,6
/proc/5415/task/5433/stat : 5433 (java) S 5413 5415 5363 0 -1 4202560 83599 0 0 0 500 8 0 0 15 0 22 0 831200181 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 0 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5434] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5434/stat : 5434 (java) S 5413 5415 5363 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831200182 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5436] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5436/stat : 5436 (java) S 5413 5415 5363 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831200182 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 6 0 0 0
[pid=5415/tid=5437] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5437/stat : 5437 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200184 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485791153 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5438] ppid=5413 vsize=10559712 CPUtime=1.56 cores=0,2,4,6
/proc/5415/task/5438/stat : 5438 (java) S 5413 5415 5363 0 -1 4202560 9886 0 0 0 155 1 0 0 15 0 22 0 831200184 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5439] ppid=5413 vsize=10559712 CPUtime=1.33 cores=0,2,4,6
/proc/5415/task/5439/stat : 5439 (java) S 5413 5415 5363 0 -1 4202560 5570 0 0 0 133 0 0 0 15 0 22 0 831200184 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 6 0 0 0
[pid=5415/tid=5440] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5440/stat : 5440 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200184 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5441] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5441/stat : 5441 (java) S 5413 5415 5363 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 831200184 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5446] ppid=5413 vsize=10559712 CPUtime=815.17 cores=0,2,4,6
/proc/5415/task/5446/stat : 5446 (java) R 5413 5415 5363 0 -1 4202560 5899 0 0 0 81515 2 0 0 25 0 22 0 831200293 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 46912506467306 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5415/tid=5447] ppid=5413 vsize=10559712 CPUtime=815.13 cores=0,2,4,6
/proc/5415/task/5447/stat : 5447 (java) R 5413 5415 5363 0 -1 4202560 670517 0 0 0 81441 72 0 0 25 0 22 0 831200293 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 46912506218103 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5415/tid=5448] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5448/stat : 5448 (java) S 5413 5415 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831200296 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5449] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5449/stat : 5449 (java) S 5413 5415 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831200296 10813145088 989370 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1642.5
Current children cumulated vsize (KiB) 10559712

[startup+882.318 s]
/proc/loadavg: 3.84 3.76 3.59 5/516 5681
/proc/meminfo: memFree=14626392/32950928 swapFree=61858088/67111528
[pid=5415] ppid=5413 vsize=10559712 CPUtime=1762.66 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5363 0 -1 4202496 997983 0 1 0 176149 117 0 0 25 0 22 0 831200178 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5415/statm: 2639928 991245 2268 9 0 2630662 0
[pid=5415/tid=5416] ppid=5413 vsize=10559712 CPUtime=1.13 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) S 5413 5415 5363 0 -1 4202560 107234 0 1 0 100 13 0 0 15 0 22 0 831200179 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5425] ppid=5413 vsize=10559712 CPUtime=0.36 cores=0,2,4,6
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5363 0 -1 4202560 8956 0 0 0 35 1 0 0 16 0 22 0 831200180 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5426] ppid=5413 vsize=10559712 CPUtime=0.37 cores=0,2,4,6
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5363 0 -1 4202560 15731 0 0 0 35 2 0 0 15 0 22 0 831200180 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=10559712 CPUtime=0.47 cores=0,2,4,6
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5363 0 -1 4202560 8694 0 0 0 46 1 0 0 16 0 22 0 831200180 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 6 0 0 0
[pid=5415/tid=5428] ppid=5413 vsize=10559712 CPUtime=0.35 cores=0,2,4,6
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5363 0 -1 4202560 12658 0 0 0 34 1 0 0 16 0 22 0 831200180 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5429] ppid=5413 vsize=10559712 CPUtime=0.48 cores=0,2,4,6
/proc/5415/task/5429/stat : 5429 (java) S 5413 5415 5363 0 -1 4202560 23480 0 0 0 45 3 0 0 15 0 22 0 831200180 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 6 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=10559712 CPUtime=0.48 cores=0,2,4,6
/proc/5415/task/5430/stat : 5430 (java) S 5413 5415 5363 0 -1 4202560 17865 0 0 0 46 2 0 0 15 0 22 0 831200180 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=10559712 CPUtime=0.37 cores=0,2,4,6
/proc/5415/task/5431/stat : 5431 (java) S 5413 5415 5363 0 -1 4202560 11479 0 0 0 36 1 0 0 16 0 22 0 831200180 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=10559712 CPUtime=0.38 cores=0,2,4,6
/proc/5415/task/5432/stat : 5432 (java) S 5413 5415 5363 0 -1 4202560 15197 0 0 0 36 2 0 0 15 0 22 0 831200180 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5433] ppid=5413 vsize=10559712 CPUtime=5.08 cores=0,2,4,6
/proc/5415/task/5433/stat : 5433 (java) S 5413 5415 5363 0 -1 4202560 83601 0 0 0 500 8 0 0 15 0 22 0 831200181 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 0 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5434] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5434/stat : 5434 (java) S 5413 5415 5363 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831200182 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5436] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5436/stat : 5436 (java) S 5413 5415 5363 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831200182 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 6 0 0 0
[pid=5415/tid=5437] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5437/stat : 5437 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200184 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485791153 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5438] ppid=5413 vsize=10559712 CPUtime=1.56 cores=0,2,4,6
/proc/5415/task/5438/stat : 5438 (java) S 5413 5415 5363 0 -1 4202560 9886 0 0 0 155 1 0 0 15 0 22 0 831200184 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5439] ppid=5413 vsize=10559712 CPUtime=1.33 cores=0,2,4,6
/proc/5415/task/5439/stat : 5439 (java) S 5413 5415 5363 0 -1 4202560 5570 0 0 0 133 0 0 0 15 0 22 0 831200184 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 6 0 0 0
[pid=5415/tid=5440] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5440/stat : 5440 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200184 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5441] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5441/stat : 5441 (java) S 5413 5415 5363 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 831200184 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5446] ppid=5413 vsize=10559712 CPUtime=875.09 cores=0,2,4,6
/proc/5415/task/5446/stat : 5446 (java) R 5413 5415 5363 0 -1 4202560 5908 0 0 0 87507 2 0 0 25 0 22 0 831200293 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 46912506687925 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5415/tid=5447] ppid=5413 vsize=10559712 CPUtime=875.06 cores=0,2,4,6
/proc/5415/task/5447/stat : 5447 (java) R 5413 5415 5363 0 -1 4202560 670517 0 0 0 87434 72 0 0 25 0 22 0 831200293 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 46912506554163 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5415/tid=5448] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5448/stat : 5448 (java) S 5413 5415 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831200296 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5449] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5449/stat : 5449 (java) S 5413 5415 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831200296 10813145088 991245 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1762.66
Current children cumulated vsize (KiB) 10559712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.018 s]
/proc/loadavg: 3.96 3.79 3.61 5/516 5682
/proc/meminfo: memFree=14623028/32950928 swapFree=61858088/67111528
[pid=5415] ppid=5413 vsize=10559712 CPUtime=1800.11 cores=0,2,4,6
/proc/5415/stat : 5415 (java) S 5413 5415 5363 0 -1 4202496 998793 0 1 0 179894 117 0 0 25 0 22 0 831200178 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5415/statm: 2639928 992049 2268 9 0 2630662 0
[pid=5415/tid=5416] ppid=5413 vsize=10559712 CPUtime=1.13 cores=0,2,4,6
/proc/5415/task/5416/stat : 5416 (java) S 5413 5415 5363 0 -1 4202560 107234 0 1 0 100 13 0 0 15 0 22 0 831200179 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5425] ppid=5413 vsize=10559712 CPUtime=0.37 cores=0,2,4,6
/proc/5415/task/5425/stat : 5425 (java) S 5413 5415 5363 0 -1 4202560 9254 0 0 0 36 1 0 0 15 0 22 0 831200180 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5426] ppid=5413 vsize=10559712 CPUtime=0.39 cores=0,2,4,6
/proc/5415/task/5426/stat : 5426 (java) S 5413 5415 5363 0 -1 4202560 15940 0 0 0 37 2 0 0 16 0 22 0 831200180 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5427] ppid=5413 vsize=10559712 CPUtime=0.47 cores=0,2,4,6
/proc/5415/task/5427/stat : 5427 (java) S 5413 5415 5363 0 -1 4202560 8694 0 0 0 46 1 0 0 15 0 22 0 831200180 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 6 0 0 0
[pid=5415/tid=5428] ppid=5413 vsize=10559712 CPUtime=0.37 cores=0,2,4,6
/proc/5415/task/5428/stat : 5428 (java) S 5413 5415 5363 0 -1 4202560 12658 0 0 0 36 1 0 0 16 0 22 0 831200180 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5429] ppid=5413 vsize=10559712 CPUtime=0.48 cores=0,2,4,6
/proc/5415/task/5429/stat : 5429 (java) S 5413 5415 5363 0 -1 4202560 23481 0 0 0 45 3 0 0 15 0 22 0 831200180 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 6 0 0 0
[pid=5415/tid=5430] ppid=5413 vsize=10559712 CPUtime=0.5 cores=0,2,4,6
/proc/5415/task/5430/stat : 5430 (java) S 5413 5415 5363 0 -1 4202560 17865 0 0 0 48 2 0 0 16 0 22 0 831200180 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5431] ppid=5413 vsize=10559712 CPUtime=0.39 cores=0,2,4,6
/proc/5415/task/5431/stat : 5431 (java) S 5413 5415 5363 0 -1 4202560 11608 0 0 0 38 1 0 0 16 0 22 0 831200180 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 6 0 0 0
[pid=5415/tid=5432] ppid=5413 vsize=10559712 CPUtime=0.39 cores=0,2,4,6
/proc/5415/task/5432/stat : 5432 (java) S 5413 5415 5363 0 -1 4202560 15364 0 0 0 37 2 0 0 15 0 22 0 831200180 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 6 0 0 0
[pid=5415/tid=5433] ppid=5413 vsize=10559712 CPUtime=5.08 cores=0,2,4,6
/proc/5415/task/5433/stat : 5433 (java) S 5413 5415 5363 0 -1 4202560 83603 0 0 0 500 8 0 0 15 0 22 0 831200181 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 0 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5434] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5434/stat : 5434 (java) S 5413 5415 5363 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831200182 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5436] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5436/stat : 5436 (java) S 5413 5415 5363 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831200182 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 6 0 0 0
[pid=5415/tid=5437] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5437/stat : 5437 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200184 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485791153 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5438] ppid=5413 vsize=10559712 CPUtime=1.56 cores=0,2,4,6
/proc/5415/task/5438/stat : 5438 (java) S 5413 5415 5363 0 -1 4202560 9886 0 0 0 155 1 0 0 15 0 22 0 831200184 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5439] ppid=5413 vsize=10559712 CPUtime=1.33 cores=0,2,4,6
/proc/5415/task/5439/stat : 5439 (java) S 5413 5415 5363 0 -1 4202560 5570 0 0 0 133 0 0 0 15 0 22 0 831200184 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 6 0 0 0
[pid=5415/tid=5440] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5440/stat : 5440 (java) S 5413 5415 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200184 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485783449 0 4 0 16800975 18446604441351792768 0 0 -1 2 0 0 0
[pid=5415/tid=5441] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5441/stat : 5441 (java) S 5413 5415 5363 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831200184 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
[pid=5415/tid=5446] ppid=5413 vsize=10559712 CPUtime=893.79 cores=0,2,4,6
/proc/5415/task/5446/stat : 5446 (java) R 5413 5415 5363 0 -1 4202560 5910 0 0 0 89377 2 0 0 25 0 22 0 831200293 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 46912506230265 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5415/tid=5447] ppid=5413 vsize=10559712 CPUtime=893.75 cores=0,2,4,6
/proc/5415/task/5447/stat : 5447 (java) R 5413 5415 5363 0 -1 4202560 670517 0 0 0 89303 72 0 0 25 0 22 0 831200293 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 46912506238277 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5415/tid=5448] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5448/stat : 5448 (java) S 5413 5415 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831200296 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 0 0 0 0
[pid=5415/tid=5449] ppid=5413 vsize=10559712 CPUtime=0 cores=0,2,4,6
/proc/5415/task/5449/stat : 5449 (java) S 5413 5415 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831200296 10813145088 992049 33554432000 1073741824 1073778376 140736601290224 18446744073709551615 274485784064 0 4 0 16800975 18446604441351792768 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 10559712

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

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

[startup+901.124 s]
/proc/loadavg: 3.96 3.79 3.61 5/516 5682
/proc/meminfo: memFree=14623028/32950928 swapFree=61858088/67111528
[pid=5415] ppid=5413 vsize=0 CPUtime=1800.25 cores=0,2,4,6
/proc/5415/stat : 5415 (java) Z 5413 5415 5363 0 -1 4203548 998822 0 1 0 179903 122 0 0 17 0 2 0 831200178 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5415/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

[startup+901.201 s]
/proc/loadavg: 3.96 3.79 3.61 5/516 5682
/proc/meminfo: memFree=14623028/32950928 swapFree=61858088/67111528
[pid=5415] ppid=5413 vsize=0 CPUtime=1800.33 cores=0,2,4,6
/proc/5415/stat : 5415 (java) Z 5413 5415 5363 0 -1 4203548 998822 0 1 0 179903 130 0 0 17 0 2 0 831200178 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5415/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 901.236
CPU time (s): 1800.38
CPU user time (s): 1799.04
CPU system time (s): 1.3398
CPU usage (%): 199.767
Max. virtual memory (cumulated for all children) (KiB): 10559712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.3398
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 998822
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= 22328
involuntary context switches= 21105

runsolver used 4.28035 second user time and 9.75252 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-04 16:00:05
IDJOB=3453670
IDBENCH=48379
IDSOLVER=1950
FILE ID=node125/3453670-1307196005
RUNJOBID= node125-1307196005-5382
PBS_JOBID= 13508885
Free space on /tmp= 73788 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_4_80.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453670-1307196005/watcher-3453670-1307196005 -o /tmp/evaluation-result-3453670-1307196005/solver-3453670-1307196005 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453670-1307196005.opb

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

MD5SUM BENCH= fa22dd251e76880c1495cc1725a19f60
RANDOM SEED=436438506

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.828
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.74
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.828
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.828
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:     32950928 kB
MemFree:      20319748 kB
Buffers:        359956 kB
Cached:        3517720 kB
SwapCached:       3616 kB
Active:        8917576 kB
Inactive:      3367248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20319748 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:            1572 kB
Writeback:           0 kB
AnonPages:     8404288 kB
Mapped:          39684 kB
Slab:           214436 kB
PageTables:      62052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 140347168 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= 73788 MiB
End job on node125 at 2011-06-04 16:15:08