Trace number 3454251

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.4 903.574

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-swath.opb
MD5SUM3553224658521cb15e26e6f30dd8f5c2
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9155
Total number of constraints884
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)423
Number of constraints which are nor clauses,nor cardinality constraints461
Minimum length of a constraint1
Maximum length of a constraint6754
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 16777216000000
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 66042304016951
Number of bits of the biggest sum of numbers46
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3454251-1307191564.opb
0.09/0.11	c reading problem ... 
1.06/0.62	c ... done. Wall clock time 0.505s.
1.06/0.62	c #vars     9155
1.06/0.62	c #constraints  987
1.06/0.62	c constraints type 
1.06/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
1.06/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 182
1.06/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 382
1.06/0.62	c constraints type 
1.06/0.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
1.06/0.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 182
1.06/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 382
45.82/22.45	c cleaning 2500 clauses out of 5002 with flag 5003/5003
58.85/28.99	c cleaning 4244 clauses out of 8498 with flag 11000/11000
73.72/36.29	c cleaning 5611 clauses out of 11254 with flag 18000/18000
91.61/45.03	c cleaning 6810 clauses out of 13647 with flag 26004/26004
111.34/54.97	c cleaning 7901 clauses out of 15833 with flag 35000/35000
133.64/66.13	c cleaning 8958 clauses out of 17934 with flag 45002/45002
160.77/79.77	c cleaning 9483 clauses out of 18982 with flag 55008/55008
199.94/99.30	c cleaning 9734 clauses out of 19491 with flag 65000/65000
221.04/109.98	c cleaning 9862 clauses out of 19757 with flag 75000/75000
245.16/122.06	c cleaning 9943 clauses out of 19895 with flag 85000/85000
275.45/137.20	c cleaning 9960 clauses out of 19952 with flag 95000/95000
301.97/150.54	c cleaning 10002 clauses out of 20028 with flag 105036/105036
327.25/163.23	c cleaning 9972 clauses out of 19990 with flag 115000/115000
361.77/180.58	c cleaning 9994 clauses out of 20018 with flag 125000/125000
417.61/208.37	c cleaning 9981 clauses out of 20024 with flag 135000/135000
441.56/220.14	c cleaning 9990 clauses out of 20044 with flag 145001/145001
466.83/232.84	c cleaning 10000 clauses out of 20053 with flag 155000/155000
518.21/258.59	c cleaning 10009 clauses out of 20053 with flag 165000/165000
548.34/273.65	c cleaning 9807 clauses out of 20044 with flag 175000/175000
584.66/291.83	c cleaning 10086 clauses out of 20238 with flag 185001/185001
610.72/304.97	c cleaning 9998 clauses out of 20151 with flag 195000/195000
645.03/322.18	c cleaning 9764 clauses out of 20156 with flag 205003/205003
684.54/341.94	c cleaning 10164 clauses out of 20390 with flag 215001/215001
690.04/344.75	c cleaning 10083 clauses out of 20227 with flag 225002/225002
708.73/354.16	c cleaning 9977 clauses out of 20143 with flag 235001/235001
732.42/366.02	c cleaning 9994 clauses out of 20167 with flag 245002/245002
755.72/377.79	c cleaning 9987 clauses out of 20171 with flag 255000/255000
787.24/393.53	c cleaning 9861 clauses out of 20186 with flag 265002/265002
808.30/404.11	c cleaning 10131 clauses out of 20323 with flag 275000/275000
833.84/416.93	c cleaning 9926 clauses out of 20192 with flag 285000/285000
899.97/450.05	c cleaning 10101 clauses out of 20266 with flag 295000/295000
933.69/466.91	c cleaning 10049 clauses out of 20165 with flag 305000/305000
941.32/470.81	c cleaning 10020 clauses out of 20116 with flag 315000/315000
967.40/483.97	c cleaning 9976 clauses out of 20097 with flag 325001/325001
998.84/499.70	c cleaning 9993 clauses out of 20121 with flag 335001/335001
1044.32/522.58	c cleaning 10005 clauses out of 20130 with flag 345003/345003
1074.24/537.68	c cleaning 9848 clauses out of 20122 with flag 355000/355000
1103.12/552.14	c cleaning 10019 clauses out of 20274 with flag 365000/365000
1131.92/566.63	c cleaning 10035 clauses out of 20255 with flag 375000/375000
1165.15/583.31	c cleaning 10005 clauses out of 20220 with flag 385000/385000
1198.89/600.33	c cleaning 9969 clauses out of 20215 with flag 395000/395000
1237.73/619.83	c cleaning 9573 clauses out of 20246 with flag 405000/405000
1276.96/639.57	c cleaning 10024 clauses out of 20673 with flag 415000/415000
1314.62/658.46	c cleaning 10217 clauses out of 20649 with flag 425000/425000
1355.12/678.82	c cleaning 10173 clauses out of 20435 with flag 435003/435003
1394.16/698.48	c cleaning 10090 clauses out of 20261 with flag 445002/445002
1420.59/711.78	c cleaning 10046 clauses out of 20170 with flag 455001/455001
1440.56/721.84	c cleaning 10034 clauses out of 20124 with flag 465001/465001
1460.66/732.04	c cleaning 10000 clauses out of 20090 with flag 475001/475001
1499.47/751.53	c cleaning 9949 clauses out of 20089 with flag 485000/485000
1526.28/765.02	c cleaning 9937 clauses out of 20142 with flag 495002/495002
1534.47/769.27	c cleaning 9996 clauses out of 20205 with flag 505002/505002
1560.16/782.29	c cleaning 9984 clauses out of 20207 with flag 515000/515000
1587.77/796.14	c cleaning 9934 clauses out of 20225 with flag 525002/525002
1611.97/808.34	c cleaning 9949 clauses out of 20289 with flag 535000/535000
1628.54/816.76	c cleaning 10001 clauses out of 20340 with flag 545000/545000
1647.58/826.49	c cleaning 9993 clauses out of 20340 with flag 555001/555001
1672.56/839.05	c cleaning 9995 clauses out of 20347 with flag 565001/565001
1697.32/851.55	c cleaning 10000 clauses out of 20351 with flag 575000/575000
1724.30/865.10	c cleaning 9994 clauses out of 20351 with flag 585000/585000
1758.20/882.29	c cleaning 10161 clauses out of 20357 with flag 595000/595000
1797.78/902.20	c cleaning 10088 clauses out of 20196 with flag 605000/605000
1800.19/903.42	c starts		: 165
1800.19/903.42	c conflicts		: 605746
1800.19/903.42	c decisions		: 6745361
1800.19/903.42	c propagations		: 66594294
1800.19/903.42	c inspects		: 319475597
1800.19/903.42	c shortcuts		: 0
1800.19/903.42	c learnt literals	: 2
1800.19/903.42	c learnt binary clauses	: 1
1800.19/903.42	c learnt ternary clauses	: 1
1800.19/903.42	c learnt constraints	: 605743
1800.19/903.42	c ignored constraints	: 0
1800.19/903.42	c root simplifications	: 0
1800.19/903.42	c removed literals (reason simplification)	: 16608051
1800.19/903.42	c reason swapping (by a shorter reason)	: 0
1800.19/903.42	c Calls to reduceDB	: 62
1800.19/903.42	c number of reductions to clauses (during analyze)	: 0
1800.19/903.42	c number of learned constraints concerned by reduction	: 0
1800.19/903.42	c number of learning phase by resolution	: 0
1800.19/903.42	c number of learning phase by cutting planes	: 0
1800.19/903.42	c speed (assignments/second)	: 73764.08976064493
1800.19/903.42	c non guided choices	30562
1800.19/903.43	c learnt constraints type 
1800.19/903.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.19/903.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10857
1800.19/903.43	c constraints type 
1800.19/903.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
1800.19/903.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 182
1800.19/903.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 382
1800.19/903.43	c constraints type 
1800.19/903.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
1800.19/903.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 182
1800.19/903.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 382
1800.19/903.43	s UNKNOWN
1800.19/903.43	c Total wall clock time (in seconds): 903.316

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-3454251-1307191564/watcher-3454251-1307191564 -o /tmp/evaluation-result-3454251-1307191564/solver-3454251-1307191564 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454251-1307191564.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: 3.59 3.79 3.72 3/457 19013
/proc/meminfo: memFree=26250228/32951124 swapFree=60688864/67111528
[pid=19013] ppid=19009 vsize=36924 CPUtime=0 cores=0,2,4,6
/proc/19013/stat : 19013 (java) S 19009 19013 14960 0 -1 4202496 1371 0 1 0 0 0 0 0 23 0 2 0 830754599 37810176 1073 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/19013/statm: 9231 1073 833 9 0 387 0
[pid=19013/tid=19015] ppid=19009 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19015/stat : 19015 (java) R 19009 19013 14960 0 -1 4202560 3373 0 1 0 0 0 0 0 17 0 2 0 830754600 10694979584 4189 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232335586363 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0234961 s]
/proc/loadavg: 3.59 3.79 3.72 3/457 19013
/proc/meminfo: memFree=26250228/32951124 swapFree=60688864/67111528
[pid=19013] ppid=19009 vsize=10444316 CPUtime=0.01 cores=0,2,4,6
/proc/19013/stat : 19013 (java) S 19009 19013 14960 0 -1 4202496 8336 0 1 0 0 1 0 0 23 0 2 0 830754599 10694979584 8037 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347695077 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/19013/statm: 2611079 8057 917 9 0 2602235 0
[pid=19013/tid=19015] ppid=19009 vsize=10444316 CPUtime=0.01 cores=0,2,4,6
/proc/19013/task/19015/stat : 19015 (java) R 19009 19013 14960 0 -1 4202560 7252 0 1 0 0 1 0 0 17 0 2 0 830754600 10694979584 8068 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232335586363 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10444316

[startup+0.100438 s]
/proc/loadavg: 3.59 3.79 3.72 3/457 19013
/proc/meminfo: memFree=26250228/32951124 swapFree=60688864/67111528
[pid=19013] ppid=19009 vsize=10540244 CPUtime=0.09 cores=0,2,4,6
/proc/19013/stat : 19013 (java) S 19009 19013 14960 0 -1 4202496 13018 0 1 0 7 2 0 0 23 0 18 0 830754599 10793209856 12705 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19013/statm: 2635061 12705 2093 9 0 2625795 0
[pid=19013/tid=19015] ppid=19009 vsize=10540244 CPUtime=0.08 cores=0,2,4,6
/proc/19013/task/19015/stat : 19015 (java) R 19009 19013 14960 0 -1 4202560 11084 0 1 0 6 2 0 0 18 0 18 0 830754600 10793209856 12705 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 47751289274373 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540244

[startup+0.312445 s]
/proc/loadavg: 3.59 3.79 3.72 3/457 19013
/proc/meminfo: memFree=26250228/32951124 swapFree=60688864/67111528
[pid=19013] ppid=19009 vsize=10543716 CPUtime=0.57 cores=0,2,4,6
/proc/19013/stat : 19013 (java) S 19009 19013 14960 0 -1 4202496 17691 0 1 0 54 3 0 0 23 0 18 0 830754599 10796765184 16754 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19013/statm: 2635929 16754 2212 9 0 2626663 0
[pid=19013/tid=19015] ppid=19009 vsize=10543716 CPUtime=0.28 cores=0,2,4,6
/proc/19013/task/19015/stat : 19015 (java) R 19009 19013 14960 0 -1 4202560 14125 0 1 0 26 2 0 0 18 0 18 0 830754600 10796765184 16754 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 46912505634944 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 10543716

[startup+0.700291 s]
/proc/loadavg: 3.59 3.79 3.72 3/457 19013
/proc/meminfo: memFree=26250228/32951124 swapFree=60688864/67111528
[pid=19013] ppid=19009 vsize=10551480 CPUtime=1.35 cores=0,2,4,6
/proc/19013/stat : 19013 (java) S 19009 19013 14960 0 -1 4202496 48541 0 1 0 128 7 0 0 23 0 22 0 830754599 10804715520 46167 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19013/statm: 2637870 46167 2220 9 0 2628604 0
[pid=19013/tid=19015] ppid=19009 vsize=10551480 CPUtime=0.6 cores=0,2,4,6
/proc/19013/task/19015/stat : 19015 (java) S 19009 19013 14960 0 -1 4202560 41477 0 1 0 55 5 0 0 18 0 22 0 830754600 10804715520 46167 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 10551480

[startup+1.50121 s]
/proc/loadavg: 3.46 3.76 3.71 7/501 19058
/proc/meminfo: memFree=25872616/32951124 swapFree=60688864/67111528
[pid=19013] ppid=19009 vsize=10555096 CPUtime=3.7 cores=0,2,4,6
/proc/19013/stat : 19013 (java) S 19009 19013 14960 0 -1 4202496 59171 0 1 0 362 8 0 0 23 0 22 0 830754599 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19013/statm: 2638774 54959 2224 9 0 2629508 0
[pid=19013/tid=19015] ppid=19009 vsize=10555096 CPUtime=0.6 cores=0,2,4,6
/proc/19013/task/19015/stat : 19015 (java) S 19009 19013 14960 0 -1 4202560 41477 0 1 0 55 5 0 0 15 0 22 0 830754600 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19024] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19024/stat : 19024 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830754602 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19026] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19026/stat : 19026 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19028] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19028/stat : 19028 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19029] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19029/stat : 19029 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19030] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19030/stat : 19030 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19031] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19031/stat : 19031 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19032] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19032/stat : 19032 (java) S 19009 19013 14960 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 22 0 830754602 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19033] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19033/stat : 19033 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19034] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19034/stat : 19034 (java) S 19009 19013 14960 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830754603 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 0 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19037] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19037/stat : 19037 (java) S 19009 19013 14960 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 22 0 830754604 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19039] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19039/stat : 19039 (java) S 19009 19013 14960 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830754604 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19040] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19040/stat : 19040 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 830754606 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347716017 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19041] ppid=19009 vsize=10555096 CPUtime=0.6 cores=0,2,4,6
/proc/19013/task/19041/stat : 19041 (java) S 19009 19013 14960 0 -1 4202560 2936 0 0 0 60 0 0 0 15 0 22 0 830754606 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 0 0 0 0
[pid=19013/tid=19045] ppid=19009 vsize=10555096 CPUtime=0.76 cores=0,2,4,6
/proc/19013/task/19045/stat : 19045 (java) S 19009 19013 14960 0 -1 4202560 8640 0 0 0 75 1 0 0 24 0 22 0 830754606 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19046] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19046/stat : 19046 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830754606 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19049] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19049/stat : 19049 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830754606 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19051] ppid=19009 vsize=10555096 CPUtime=0.87 cores=0,2,4,6
/proc/19013/task/19051/stat : 19051 (java) R 19009 19013 14960 0 -1 4202560 236 0 0 0 87 0 0 0 20 0 22 0 830754662 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 46912506030536 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19013/tid=19052] ppid=19009 vsize=10555096 CPUtime=0.84 cores=0,2,4,6
/proc/19013/task/19052/stat : 19052 (java) R 19009 19013 14960 0 -1 4202560 4714 0 0 0 84 0 0 0 25 0 22 0 830754662 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 46912505607298 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19013/tid=19053] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19053/stat : 19053 (java) S 19009 19013 14960 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830754664 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19054] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19054/stat : 19054 (java) S 19009 19013 14960 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830754666 10808418304 54959 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 10555096

[startup+3.10096 s]
/proc/loadavg: 3.46 3.76 3.71 6/501 19058
/proc/meminfo: memFree=25839756/32951124 swapFree=60688864/67111528
[pid=19013] ppid=19009 vsize=10555096 CPUtime=7 cores=0,2,4,6
/proc/19013/stat : 19013 (java) S 19009 19013 14960 0 -1 4202496 63032 0 1 0 691 9 0 0 23 0 22 0 830754599 10808418304 58818 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19013/statm: 2638774 58818 2225 9 0 2629508 0
[pid=19013/tid=19015] ppid=19009 vsize=10555096 CPUtime=0.6 cores=0,2,4,6
/proc/19013/task/19015/stat : 19015 (java) S 19009 19013 14960 0 -1 4202560 41477 0 1 0 55 5 0 0 15 0 22 0 830754600 10808418304 58818 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19024] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19024/stat : 19024 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830754602 10808418304 58818 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19026] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19026/stat : 19026 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808418304 58818 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19028] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19028/stat : 19028 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808418304 58818 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19029] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19029/stat : 19029 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808418304 58818 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19030] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19030/stat : 19030 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808418304 58818 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19031] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19031/stat : 19031 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808418304 58818 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19032] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19032/stat : 19032 (java) S 19009 19013 14960 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 22 0 830754602 10808418304 58818 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19033] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19033/stat : 19033 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808418304 58818 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19034] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19034/stat : 19034 (java) S 19009 19013 14960 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830754603 10808418304 58818 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 0 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19037] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19037/stat : 19037 (java) S 19009 19013 14960 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 22 0 830754604 10808418304 58819 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19039] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19039/stat : 19039 (java) S 19009 19013 14960 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830754604 10808418304 58819 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19040] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19040/stat : 19040 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 830754606 10808418304 58819 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347716017 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19041] ppid=19009 vsize=10555096 CPUtime=0.62 cores=0,2,4,6
/proc/19013/task/19041/stat : 19041 (java) S 19009 19013 14960 0 -1 4202560 2937 0 0 0 62 0 0 0 15 0 22 0 830754606 10808418304 58819 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 0 0 0 0
[pid=19013/tid=19045] ppid=19009 vsize=10555096 CPUtime=0.86 cores=0,2,4,6
/proc/19013/task/19045/stat : 19045 (java) S 19009 19013 14960 0 -1 4202560 8651 0 0 0 85 1 0 0 15 0 22 0 830754606 10808418304 58819 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19046] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19046/stat : 19046 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830754606 10808418304 58819 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19049] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19049/stat : 19049 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830754606 10808418304 58819 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19051] ppid=19009 vsize=10555096 CPUtime=2.47 cores=0,2,4,6
/proc/19013/task/19051/stat : 19051 (java) R 19009 19013 14960 0 -1 4202560 285 0 0 0 247 0 0 0 25 0 22 0 830754662 10808418304 58819 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 46912505900574 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19013/tid=19052] ppid=19009 vsize=10555096 CPUtime=2.41 cores=0,2,4,6
/proc/19013/task/19052/stat : 19052 (java) R 19009 19013 14960 0 -1 4202560 8515 0 0 0 241 0 0 0 25 0 22 0 830754662 10808418304 58819 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 46912505977981 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19013/tid=19053] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19053/stat : 19053 (java) S 19009 19013 14960 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830754664 10808418304 58819 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19054] ppid=19009 vsize=10555096 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19054/stat : 19054 (java) S 19009 19013 14960 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830754666 10808418304 58819 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 10555096

[startup+6.30135 s]
/proc/loadavg: 3.46 3.76 3.71 6/501 19058
/proc/meminfo: memFree=25077972/32951124 swapFree=60688864/67111528
[pid=19013] ppid=19009 vsize=10555448 CPUtime=13.52 cores=0,2,4,6
/proc/19013/stat : 19013 (java) S 19009 19013 14960 0 -1 4202496 72340 0 1 0 1343 9 0 0 23 0 22 0 830754599 10808778752 66887 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19013/statm: 2638862 66887 2232 9 0 2629596 0
[pid=19013/tid=19015] ppid=19009 vsize=10555448 CPUtime=0.6 cores=0,2,4,6
/proc/19013/task/19015/stat : 19015 (java) S 19009 19013 14960 0 -1 4202560 41477 0 1 0 55 5 0 0 15 0 22 0 830754600 10808778752 66887 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19024] ppid=19009 vsize=10555448 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19024/stat : 19024 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830754602 10808778752 66887 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19026] ppid=19009 vsize=10555448 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19026/stat : 19026 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808778752 66887 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19028] ppid=19009 vsize=10555448 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19028/stat : 19028 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808778752 66887 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19029] ppid=19009 vsize=10555448 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19029/stat : 19029 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808778752 66887 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19030] ppid=19009 vsize=10555448 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19030/stat : 19030 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808778752 66887 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19031] ppid=19009 vsize=10555448 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19031/stat : 19031 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808778752 66887 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19032] ppid=19009 vsize=10555448 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19032/stat : 19032 (java) S 19009 19013 14960 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 22 0 830754602 10808778752 66887 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19033] ppid=19009 vsize=10555448 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19033/stat : 19033 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830754602 10808778752 66887 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 3.89 3.91 3.82 6/501 19080
/proc/meminfo: memFree=20510596/32951124 swapFree=60688864/67111528
[pid=19013] ppid=19009 vsize=10556884 CPUtime=1639.38 cores=0,2,4,6
/proc/19013/stat : 19013 (java) S 19009 19013 14960 0 -1 4202496 956337 0 1 0 163823 115 0 0 23 0 22 0 830754599 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19013/statm: 2639221 937868 2257 9 0 2629955 0
[pid=19013/tid=19015] ppid=19009 vsize=10556884 CPUtime=0.6 cores=0,2,4,6
/proc/19013/task/19015/stat : 19015 (java) S 19009 19013 14960 0 -1 4202560 41487 0 1 0 55 5 0 0 15 0 22 0 830754600 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19024] ppid=19009 vsize=10556884 CPUtime=0.38 cores=0,2,4,6
/proc/19013/task/19024/stat : 19024 (java) S 19009 19013 14960 0 -1 4202560 10354 0 0 0 37 1 0 0 16 0 22 0 830754602 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 0 0 0 0
[pid=19013/tid=19026] ppid=19009 vsize=10556884 CPUtime=0.37 cores=0,2,4,6
/proc/19013/task/19026/stat : 19026 (java) S 19009 19013 14960 0 -1 4202560 10469 0 0 0 36 1 0 0 16 0 22 0 830754602 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19028] ppid=19009 vsize=10556884 CPUtime=0.41 cores=0,2,4,6
/proc/19013/task/19028/stat : 19028 (java) S 19009 19013 14960 0 -1 4202560 7980 0 0 0 40 1 0 0 15 0 22 0 830754602 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19029] ppid=19009 vsize=10556884 CPUtime=0.43 cores=0,2,4,6
/proc/19013/task/19029/stat : 19029 (java) S 19009 19013 14960 0 -1 4202560 10402 0 0 0 42 1 0 0 16 0 22 0 830754602 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19030] ppid=19009 vsize=10556884 CPUtime=0.43 cores=0,2,4,6
/proc/19013/task/19030/stat : 19030 (java) S 19009 19013 14960 0 -1 4202560 7874 0 0 0 42 1 0 0 15 0 22 0 830754602 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19031] ppid=19009 vsize=10556884 CPUtime=0.45 cores=0,2,4,6
/proc/19013/task/19031/stat : 19031 (java) S 19009 19013 14960 0 -1 4202560 14638 0 0 0 43 2 0 0 16 0 22 0 830754602 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 4 0 0 0
[pid=19013/tid=19032] ppid=19009 vsize=10556884 CPUtime=0.53 cores=0,2,4,6
/proc/19013/task/19032/stat : 19032 (java) S 19009 19013 14960 0 -1 4202560 13849 0 0 0 51 2 0 0 15 0 22 0 830754602 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 4 0 0 0
[pid=19013/tid=19033] ppid=19009 vsize=10556884 CPUtime=0.44 cores=0,2,4,6
/proc/19013/task/19033/stat : 19033 (java) S 19009 19013 14960 0 -1 4202560 10289 0 0 0 43 1 0 0 15 0 22 0 830754602 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19034] ppid=19009 vsize=10556884 CPUtime=9.22 cores=0,2,4,6
/proc/19013/task/19034/stat : 19034 (java) S 19009 19013 14960 0 -1 4202560 12902 0 0 0 919 3 0 0 16 0 22 0 830754603 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 0 0 16800975 18446604445094244608 0 0 -1 0 0 0 0
[pid=19013/tid=19037] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19037/stat : 19037 (java) S 19009 19013 14960 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830754604 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19039] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19039/stat : 19039 (java) S 19009 19013 14960 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830754604 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19040] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19040/stat : 19040 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 830754606 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347716017 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19041] ppid=19009 vsize=10556884 CPUtime=2.31 cores=0,2,4,6
/proc/19013/task/19041/stat : 19041 (java) S 19009 19013 14960 0 -1 4202560 9157 0 0 0 230 1 0 0 15 0 22 0 830754606 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 0 0 0 0
[pid=19013/tid=19045] ppid=19009 vsize=10556884 CPUtime=1.33 cores=0,2,4,6
/proc/19013/task/19045/stat : 19045 (java) S 19009 19013 14960 0 -1 4202560 13216 0 0 0 132 1 0 0 15 0 22 0 830754606 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 0 0 0 0
[pid=19013/tid=19046] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19046/stat : 19046 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830754606 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19049] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19049/stat : 19049 (java) S 19009 19013 14960 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830754606 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 4 0 0 0
[pid=19013/tid=19051] ppid=19009 vsize=10556884 CPUtime=811.33 cores=0,2,4,6
/proc/19013/task/19051/stat : 19051 (java) R 19009 19013 14960 0 -1 4202560 1120 0 0 0 81132 1 0 0 25 0 22 0 830754662 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 46912505901299 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19013/tid=19052] ppid=19009 vsize=10556884 CPUtime=810.99 cores=0,2,4,6
/proc/19013/task/19052/stat : 19052 (java) R 19009 19013 14960 0 -1 4202560 791393 0 0 0 81014 85 0 0 25 0 22 0 830754662 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 46912505566500 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19013/tid=19053] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19053/stat : 19053 (java) S 19009 19013 14960 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830754664 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19054] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19054/stat : 19054 (java) S 19009 19013 14960 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830754666 10810249216 937868 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1639.38
Current children cumulated vsize (KiB) 10556884

[startup+882.302 s]
/proc/loadavg: 3.89 3.90 3.82 6/501 19082
/proc/meminfo: memFree=20508452/32951124 swapFree=60688864/67111528
[pid=19013] ppid=19009 vsize=10556884 CPUtime=1758.37 cores=0,2,4,6
/proc/19013/stat : 19013 (java) S 19009 19013 14960 0 -1 4202496 956384 0 1 0 175722 115 0 0 23 0 22 0 830754599 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19013/statm: 2639221 937891 2258 9 0 2629955 0
[pid=19013/tid=19015] ppid=19009 vsize=10556884 CPUtime=0.6 cores=0,2,4,6
/proc/19013/task/19015/stat : 19015 (java) S 19009 19013 14960 0 -1 4202560 41487 0 1 0 55 5 0 0 15 0 22 0 830754600 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19024] ppid=19009 vsize=10556884 CPUtime=0.4 cores=0,2,4,6
/proc/19013/task/19024/stat : 19024 (java) S 19009 19013 14960 0 -1 4202560 10354 0 0 0 39 1 0 0 16 0 22 0 830754602 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19026] ppid=19009 vsize=10556884 CPUtime=0.41 cores=0,2,4,6
/proc/19013/task/19026/stat : 19026 (java) S 19009 19013 14960 0 -1 4202560 10475 0 0 0 40 1 0 0 15 0 22 0 830754602 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 0 0 0 0
[pid=19013/tid=19028] ppid=19009 vsize=10556884 CPUtime=0.44 cores=0,2,4,6
/proc/19013/task/19028/stat : 19028 (java) S 19009 19013 14960 0 -1 4202560 7980 0 0 0 43 1 0 0 15 0 22 0 830754602 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 0 0 0 0
[pid=19013/tid=19029] ppid=19009 vsize=10556884 CPUtime=0.45 cores=0,2,4,6
/proc/19013/task/19029/stat : 19029 (java) S 19009 19013 14960 0 -1 4202560 10402 0 0 0 44 1 0 0 15 0 22 0 830754602 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 4 0 0 0
[pid=19013/tid=19030] ppid=19009 vsize=10556884 CPUtime=0.45 cores=0,2,4,6
/proc/19013/task/19030/stat : 19030 (java) R 19009 19013 14960 0 -1 4202560 7890 0 0 0 44 1 0 0 15 0 22 0 830754602 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19013/tid=19031] ppid=19009 vsize=10556884 CPUtime=0.49 cores=0,2,4,6
/proc/19013/task/19031/stat : 19031 (java) S 19009 19013 14960 0 -1 4202560 14638 0 0 0 47 2 0 0 16 0 22 0 830754602 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19032] ppid=19009 vsize=10556884 CPUtime=0.58 cores=0,2,4,6
/proc/19013/task/19032/stat : 19032 (java) S 19009 19013 14960 0 -1 4202560 13849 0 0 0 56 2 0 0 16 0 22 0 830754602 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 4 0 0 0
[pid=19013/tid=19033] ppid=19009 vsize=10556884 CPUtime=0.47 cores=0,2,4,6
/proc/19013/task/19033/stat : 19033 (java) S 19009 19013 14960 0 -1 4202560 10289 0 0 0 46 1 0 0 16 0 22 0 830754602 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 0 0 0 0
[pid=19013/tid=19034] ppid=19009 vsize=10556884 CPUtime=10.32 cores=0,2,4,6
/proc/19013/task/19034/stat : 19034 (java) R 19009 19013 14960 0 -1 4202560 12906 0 0 0 1029 3 0 0 15 0 22 0 830754603 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 47751289681690 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=19013/tid=19037] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19037/stat : 19037 (java) S 19009 19013 14960 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830754604 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19039] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19039/stat : 19039 (java) S 19009 19013 14960 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830754604 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19040] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19040/stat : 19040 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 830754606 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347716017 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19041] ppid=19009 vsize=10556884 CPUtime=2.31 cores=0,2,4,6
/proc/19013/task/19041/stat : 19041 (java) S 19009 19013 14960 0 -1 4202560 9157 0 0 0 230 1 0 0 15 0 22 0 830754606 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 0 0 0 0
[pid=19013/tid=19045] ppid=19009 vsize=10556884 CPUtime=1.35 cores=0,2,4,6
/proc/19013/task/19045/stat : 19045 (java) S 19009 19013 14960 0 -1 4202560 13219 0 0 0 134 1 0 0 15 0 22 0 830754606 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 0 0 0 0
[pid=19013/tid=19046] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19046/stat : 19046 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830754606 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19049] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19049/stat : 19049 (java) S 19009 19013 14960 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830754606 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 4 0 0 0
[pid=19013/tid=19051] ppid=19009 vsize=10556884 CPUtime=870.14 cores=0,2,4,6
/proc/19013/task/19051/stat : 19051 (java) S 19009 19013 14960 0 -1 4202560 1130 0 0 0 87013 1 0 0 25 0 22 0 830754662 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19052] ppid=19009 vsize=10556884 CPUtime=869.81 cores=0,2,4,6
/proc/19013/task/19052/stat : 19052 (java) S 19009 19013 14960 0 -1 4202560 791397 0 0 0 86896 85 0 0 25 0 22 0 830754662 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19053] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19053/stat : 19053 (java) S 19009 19013 14960 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830754664 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19054] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19054/stat : 19054 (java) S 19009 19013 14960 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830754666 10810249216 937891 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1758.37
Current children cumulated vsize (KiB) 10556884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.401 s]
/proc/loadavg: 3.92 3.91 3.82 5/501 19092
/proc/meminfo: memFree=20506828/32951124 swapFree=60688864/67111528
[pid=19013] ppid=19009 vsize=10556884 CPUtime=1800.19 cores=0,2,4,6
/proc/19013/stat : 19013 (java) S 19009 19013 14960 0 -1 4202496 956395 0 1 0 179904 115 0 0 23 0 22 0 830754599 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19013/statm: 2639221 937897 2258 9 0 2629955 0
[pid=19013/tid=19015] ppid=19009 vsize=10556884 CPUtime=0.6 cores=0,2,4,6
/proc/19013/task/19015/stat : 19015 (java) S 19009 19013 14960 0 -1 4202560 41487 0 1 0 55 5 0 0 15 0 22 0 830754600 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19024] ppid=19009 vsize=10556884 CPUtime=0.41 cores=0,2,4,6
/proc/19013/task/19024/stat : 19024 (java) S 19009 19013 14960 0 -1 4202560 10354 0 0 0 40 1 0 0 16 0 22 0 830754602 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19026] ppid=19009 vsize=10556884 CPUtime=0.42 cores=0,2,4,6
/proc/19013/task/19026/stat : 19026 (java) S 19009 19013 14960 0 -1 4202560 10475 0 0 0 41 1 0 0 16 0 22 0 830754602 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 0 0 0 0
[pid=19013/tid=19028] ppid=19009 vsize=10556884 CPUtime=0.45 cores=0,2,4,6
/proc/19013/task/19028/stat : 19028 (java) S 19009 19013 14960 0 -1 4202560 7980 0 0 0 44 1 0 0 15 0 22 0 830754602 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 0 0 0 0
[pid=19013/tid=19029] ppid=19009 vsize=10556884 CPUtime=0.47 cores=0,2,4,6
/proc/19013/task/19029/stat : 19029 (java) S 19009 19013 14960 0 -1 4202560 10402 0 0 0 46 1 0 0 16 0 22 0 830754602 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 4 0 0 0
[pid=19013/tid=19030] ppid=19009 vsize=10556884 CPUtime=0.46 cores=0,2,4,6
/proc/19013/task/19030/stat : 19030 (java) S 19009 19013 14960 0 -1 4202560 7890 0 0 0 45 1 0 0 15 0 22 0 830754602 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19031] ppid=19009 vsize=10556884 CPUtime=0.51 cores=0,2,4,6
/proc/19013/task/19031/stat : 19031 (java) S 19009 19013 14960 0 -1 4202560 14639 0 0 0 49 2 0 0 15 0 22 0 830754602 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 0 0 0 0
[pid=19013/tid=19032] ppid=19009 vsize=10556884 CPUtime=0.6 cores=0,2,4,6
/proc/19013/task/19032/stat : 19032 (java) S 19009 19013 14960 0 -1 4202560 13854 0 0 0 58 2 0 0 15 0 22 0 830754602 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 6 0 0 0
[pid=19013/tid=19033] ppid=19009 vsize=10556884 CPUtime=0.49 cores=0,2,4,6
/proc/19013/task/19033/stat : 19033 (java) S 19009 19013 14960 0 -1 4202560 10289 0 0 0 48 1 0 0 16 0 22 0 830754602 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 0 0 0 0
[pid=19013/tid=19034] ppid=19009 vsize=10556884 CPUtime=10.77 cores=0,2,4,6
/proc/19013/task/19034/stat : 19034 (java) S 19009 19013 14960 0 -1 4202560 12906 0 0 0 1073 4 0 0 16 0 22 0 830754603 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 0 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19037] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19037/stat : 19037 (java) S 19009 19013 14960 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830754604 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19039] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19039/stat : 19039 (java) S 19009 19013 14960 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830754604 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19040] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19040/stat : 19040 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 830754606 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347716017 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19041] ppid=19009 vsize=10556884 CPUtime=2.31 cores=0,2,4,6
/proc/19013/task/19041/stat : 19041 (java) S 19009 19013 14960 0 -1 4202560 9157 0 0 0 230 1 0 0 15 0 22 0 830754606 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 0 0 0 0
[pid=19013/tid=19045] ppid=19009 vsize=10556884 CPUtime=1.35 cores=0,2,4,6
/proc/19013/task/19045/stat : 19045 (java) S 19009 19013 14960 0 -1 4202560 13219 0 0 0 134 1 0 0 15 0 22 0 830754606 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 0 0 0 0
[pid=19013/tid=19046] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19046/stat : 19046 (java) S 19009 19013 14960 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830754606 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708313 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19049] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19049/stat : 19049 (java) S 19009 19013 14960 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830754606 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 4 0 0 0
[pid=19013/tid=19051] ppid=19009 vsize=10556884 CPUtime=890.77 cores=0,2,4,6
/proc/19013/task/19051/stat : 19051 (java) R 19009 19013 14960 0 -1 4202560 1135 0 0 0 89076 1 0 0 25 0 22 0 830754662 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 46912505881146 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19013/tid=19052] ppid=19009 vsize=10556884 CPUtime=890.43 cores=0,2,4,6
/proc/19013/task/19052/stat : 19052 (java) R 19009 19013 14960 0 -1 4202560 791397 0 0 0 88958 85 0 0 25 0 22 0 830754662 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 46912505973717 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19013/tid=19053] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19053/stat : 19053 (java) S 19009 19013 14960 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830754664 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 2 0 0 0
[pid=19013/tid=19054] ppid=19009 vsize=10556884 CPUtime=0 cores=0,2,4,6
/proc/19013/task/19054/stat : 19054 (java) S 19009 19013 14960 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830754666 10810249216 937897 33554432000 1073741824 1073778376 140735005992720 18446744073709551615 232347708928 0 4 0 16800975 18446604445094244608 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 10556884

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

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

[startup+903.524 s]
/proc/loadavg: 3.92 3.91 3.82 5/501 19092
/proc/meminfo: memFree=20506828/32951124 swapFree=60688864/67111528
[pid=19013] ppid=19009 vsize=0 CPUtime=1800.34 cores=0,2,4,6
/proc/19013/stat : 19013 (java) Z 19009 19013 14960 0 -1 4203548 956429 0 1 0 179909 125 0 0 17 0 2 0 830754599 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19013/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 903.574
CPU time (s): 1800.4
CPU user time (s): 1799.1
CPU system time (s): 1.3008
CPU usage (%): 199.253
Max. virtual memory (cumulated for all children) (KiB): 10568536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.3008
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 956429
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= 26736
involuntary context switches= 10979

runsolver used 4.48032 second user time and 9.95849 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-04 14:46:04
IDJOB=3454251
IDBENCH=2511
IDSOLVER=1950
FILE ID=node132/3454251-1307191564
RUNJOBID= node132-1307191564-18993
PBS_JOBID= 13508840
Free space on /tmp= 73928 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-swath.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454251-1307191564/watcher-3454251-1307191564 -o /tmp/evaluation-result-3454251-1307191564/solver-3454251-1307191564 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454251-1307191564.opb

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

MD5SUM BENCH= 3553224658521cb15e26e6f30dd8f5c2
RANDOM SEED=1384644055

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.77
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.833
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.67
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26250656 kB
Buffers:        328952 kB
Cached:        3052428 kB
SwapCached:      15140 kB
Active:        1029224 kB
Inactive:      5409996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26250656 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:            3352 kB
Writeback:           0 kB
AnonPages:     3050320 kB
Mapped:          18364 kB
Slab:           144448 kB
PageTables:      50288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 109205452 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73924 MiB
End job on node132 at 2011-06-04 15:01:10