Trace number 3454400

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.43 978.695

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos19.opb
MD5SUM1ef5c8e94b66b7ed63dffc6923ecd901
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-8
Best CPU time to get the best result obtained on this benchmark1800.32
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -3
Optimality of the best value was proved NO
Number of variables1041679
Total number of constraints127860
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint2
Maximum length of a constraint275
Number of terms in the objective function 1611
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
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@5495fd19
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@ae94e92
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-3454400-1307187839.opb
0.09/0.11	c reading problem ... 
18.09/11.18	c ... done. Wall clock time 11.063s.
18.09/11.18	c #vars     1041679
18.09/11.18	c #constraints  178401
18.09/11.18	c constraints type 
18.09/11.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1563
18.09/11.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 1643
18.09/11.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1378
18.09/11.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 155612
18.09/11.18	c constraints type 
18.09/11.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1378
18.09/11.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1563
18.09/11.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1643
18.09/11.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 155612
26.81/14.21	c cleaning 2486 clauses out of 5000 with flag 5000/5000
36.69/19.70	c cleaning 4236 clauses out of 8514 with flag 11000/11000
44.42/24.40	c cleaning 5635 clauses out of 11279 with flag 18001/18001
51.86/29.09	c cleaning 6811 clauses out of 13643 with flag 26000/26000
61.74/35.34	c cleaning 7903 clauses out of 15833 with flag 35001/35001
72.58/41.64	c cleaning 8949 clauses out of 17930 with flag 45001/45001
82.68/47.57	c cleaning 0 clauses out of 5013 with flag 0/5013
89.14/51.52	c cleaning 9968 clauses out of 19981 with flag 56001/56001
102.31/59.33	c cleaning 11000 clauses out of 22012 with flag 68000/68000
119.47/68.77	c cleaning 11989 clauses out of 24012 with flag 81000/81000
131.84/75.81	c cleaning 13003 clauses out of 26024 with flag 95001/95001
142.79/82.31	c cleaning 13968 clauses out of 28020 with flag 110000/110000
169.74/97.13	c cleaning 0 clauses out of 11001 with flag 0/11001
174.22/100.32	c cleaning 15005 clauses out of 30053 with flag 126001/126001
192.74/110.42	c cleaning 16001 clauses out of 32048 with flag 143001/143001
204.81/117.48	c cleaning 17010 clauses out of 34046 with flag 161000/161000
240.33/136.52	c cleaning 18001 clauses out of 36036 with flag 180000/180000
254.16/144.44	c cleaning 19009 clauses out of 38035 with flag 200000/200000
268.98/152.77	c cleaning 0 clauses out of 18000 with flag 0/18000
299.24/168.66	c cleaning 19987 clauses out of 40026 with flag 221000/221000
315.33/178.03	c cleaning 21002 clauses out of 42042 with flag 243003/243003
339.71/191.28	c cleaning 21986 clauses out of 44038 with flag 266001/266001
369.86/207.21	c cleaning 23006 clauses out of 46051 with flag 290000/290000
385.28/215.86	c cleaning 24017 clauses out of 48046 with flag 315001/315001
402.24/225.76	c cleaning 25004 clauses out of 50028 with flag 341000/341000
408.93/230.15	c cleaning 0 clauses out of 26000 with flag 0/26000
421.51/237.41	c cleaning 26007 clauses out of 52025 with flag 368001/368001
451.80/253.53	c cleaning 26999 clauses out of 54018 with flag 396001/396001
505.99/281.95	c cleaning 27996 clauses out of 56019 with flag 425001/425001
522.10/291.00	c cleaning 29002 clauses out of 58023 with flag 455001/455001
547.71/304.81	c cleaning 30005 clauses out of 60023 with flag 486003/486003
563.22/313.66	c cleaning 31005 clauses out of 62020 with flag 518005/518005
584.66/325.84	c cleaning 31996 clauses out of 64010 with flag 551000/551000
608.14/338.65	c cleaning 33000 clauses out of 66015 with flag 585001/585001
659.54/365.22	c cleaning 33985 clauses out of 68014 with flag 620000/620000
687.12/380.04	c cleaning 35005 clauses out of 70030 with flag 656001/656001
693.34/384.63	c cleaning 0 clauses out of 35000 with flag 0/35000
710.73/394.34	c cleaning 36002 clauses out of 72024 with flag 693000/693000
732.95/406.58	c cleaning 37001 clauses out of 74022 with flag 731000/731000
751.27/416.77	c cleaning 38006 clauses out of 76021 with flag 770000/770000
780.44/432.78	c cleaning 38994 clauses out of 78015 with flag 810000/810000
804.13/445.70	c cleaning 40001 clauses out of 80022 with flag 851001/851001
846.95/467.96	c cleaning 41005 clauses out of 82021 with flag 893001/893001
877.11/484.06	c cleaning 0 clauses out of 45000 with flag 0/45000
882.85/488.63	c cleaning 41996 clauses out of 84016 with flag 936001/936001
922.63/509.59	c cleaning 43000 clauses out of 86020 with flag 980001/980001
964.37/531.57	c cleaning 43995 clauses out of 88019 with flag 1025000/1025000
1001.38/551.22	c cleaning 45004 clauses out of 90025 with flag 1071001/1071001
1034.38/569.28	c cleaning 46001 clauses out of 92020 with flag 1118000/1118000
1069.16/587.88	c cleaning 47001 clauses out of 94020 with flag 1166001/1166001
1099.42/604.08	c cleaning 48003 clauses out of 96019 with flag 1215001/1215001
1120.13/615.54	c cleaning 0 clauses out of 56000 with flag 0/56000
1132.91/623.58	c cleaning 49004 clauses out of 98015 with flag 1265000/1265000
1169.29/642.87	c cleaning 50002 clauses out of 100012 with flag 1316001/1316001
1229.14/673.72	c cleaning 50995 clauses out of 102010 with flag 1368001/1368001
1263.43/692.02	c cleaning 51998 clauses out of 104014 with flag 1421001/1421001
1301.61/712.88	c cleaning 52998 clauses out of 106016 with flag 1475001/1475001
1335.32/730.92	c cleaning 54002 clauses out of 108017 with flag 1530000/1530000
1364.41/746.74	c cleaning 55004 clauses out of 110016 with flag 1586001/1586001
1399.95/765.65	c cleaning 55996 clauses out of 112011 with flag 1643000/1643000
1433.52/784.01	c cleaning 57002 clauses out of 114016 with flag 1701001/1701001
1473.64/805.32	c cleaning 57995 clauses out of 116014 with flag 1760001/1760001
1510.79/825.02	c cleaning 59002 clauses out of 118018 with flag 1820000/1820000
1554.72/848.16	c cleaning 60001 clauses out of 120016 with flag 1881000/1881000
1602.66/873.80	c cleaning 60999 clauses out of 122016 with flag 1943001/1943001
1654.16/900.57	c cleaning 62004 clauses out of 124016 with flag 2006000/2006000
1700.13/924.53	c cleaning 62995 clauses out of 126013 with flag 2070001/2070001
1709.31/930.32	c cleaning 0 clauses out of 68001 with flag 0/68001
1756.31/955.44	c cleaning 63999 clauses out of 128017 with flag 2135000/2135000
1800.08/978.44	c starts		: 227
1800.08/978.44	c conflicts		: 2186272
1800.08/978.44	c decisions		: 39219263
1800.08/978.44	c propagations		: 294689663
1800.08/978.44	c inspects		: 1855662705
1800.08/978.44	c shortcuts		: 0
1800.08/978.44	c learnt literals	: 1
1800.08/978.44	c learnt binary clauses	: 1767
1800.08/978.44	c learnt ternary clauses	: 3553
1800.08/978.44	c learnt constraints	: 2186271
1800.08/978.44	c ignored constraints	: 0
1800.08/978.44	c root simplifications	: 0
1800.08/978.44	c removed literals (reason simplification)	: 59351017
1800.08/978.44	c reason swapping (by a shorter reason)	: 0
1800.08/978.44	c Calls to reduceDB	: 61
1800.08/978.44	c number of reductions to clauses (during analyze)	: 0
1800.08/978.44	c number of learned constraints concerned by reduction	: 0
1800.08/978.44	c number of learning phase by resolution	: 0
1800.08/978.44	c number of learning phase by cutting planes	: 0
1800.08/978.44	c speed (assignments/second)	: 304664.1082396582
1800.08/978.44	c non guided choices	36841934
1800.08/978.47	c learnt constraints type 
1800.08/978.47	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1767
1800.08/978.47	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 113549
1800.08/978.47	c constraints type 
1800.08/978.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1563
1800.08/978.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 1643
1800.08/978.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1378
1800.08/978.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 155612
1800.08/978.47	c constraints type 
1800.08/978.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1378
1800.08/978.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1563
1800.08/978.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1643
1800.08/978.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 155612
1800.08/978.47	s UNKNOWN
1800.08/978.47	c Total wall clock time (in seconds): 978.358

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-3454400-1307187839/watcher-3454400-1307187839 -o /tmp/evaluation-result-3454400-1307187839/solver-3454400-1307187839 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454400-1307187839.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.72 3.52 2.84 3/548 21433
/proc/meminfo: memFree=21165888/32951124 swapFree=56241860/67111528
[pid=21433] ppid=21431 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/21433/stat : 21433 (java) S 21431 21433 18760 0 -1 4202496 5556 0 1 0 0 0 0 0 23 0 2 0 909014676 10694979584 5258 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746981349 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/21433/statm: 2611079 5271 917 9 0 2602235 0
[pid=21433/tid=21434] ppid=21431 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21434/stat : 21434 (java) R 21431 21433 18760 0 -1 4202560 6180 0 1 0 0 0 0 0 18 0 2 0 909014677 10694979584 6996 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216734872635 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0321441 s]
/proc/loadavg: 3.72 3.52 2.84 3/548 21433
/proc/meminfo: memFree=21165888/32951124 swapFree=56241860/67111528
[pid=21433] ppid=21431 vsize=10455012 CPUtime=0.01 cores=0,2,4,6
/proc/21433/stat : 21433 (java) S 21431 21433 18760 0 -1 4202496 10764 0 1 0 1 0 0 0 23 0 10 0 909014676 10705932288 10463 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746981349 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/21433/statm: 2613753 10465 1515 9 0 2604501 0
[pid=21433/tid=21434] ppid=21431 vsize=10455012 CPUtime=0.01 cores=0,2,4,6
/proc/21433/task/21434/stat : 21434 (java) R 21431 21433 18760 0 -1 4202560 9643 0 1 0 1 0 0 0 21 0 10 0 909014677 10705932288 10465 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 47371068460536 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) 10455012

[startup+0.101138 s]
/proc/loadavg: 3.72 3.52 2.84 3/548 21433
/proc/meminfo: memFree=21165888/32951124 swapFree=56241860/67111528
[pid=21433] ppid=21431 vsize=10474912 CPUtime=0.09 cores=0,2,4,6
/proc/21433/stat : 21433 (java) S 21431 21433 18760 0 -1 4202496 12999 0 1 0 8 1 0 0 23 0 18 0 909014676 10726309888 12696 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21433/statm: 2618728 12696 2092 9 0 2609462 0
[pid=21433/tid=21434] ppid=21431 vsize=10474912 CPUtime=0.08 cores=0,2,4,6
/proc/21433/task/21434/stat : 21434 (java) R 21431 21433 18760 0 -1 4202560 11067 0 1 0 7 1 0 0 25 0 18 0 909014677 10726309888 12698 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 47371063959557 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) 10474912

[startup+0.306101 s]
/proc/loadavg: 3.72 3.52 2.84 3/548 21433
/proc/meminfo: memFree=21165888/32951124 swapFree=56241860/67111528
[pid=21433] ppid=21431 vsize=10543396 CPUtime=0.52 cores=0,2,4,6
/proc/21433/stat : 21433 (java) S 21431 21433 18760 0 -1 4202496 29780 0 1 0 49 3 0 0 23 0 18 0 909014676 10796437504 28386 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21433/statm: 2635849 28386 2201 9 0 2626583 0
[pid=21433/tid=21434] ppid=21431 vsize=10543396 CPUtime=0.28 cores=0,2,4,6
/proc/21433/task/21434/stat : 21434 (java) R 21431 21433 18760 0 -1 4202560 25023 0 1 0 26 2 0 0 25 0 18 0 909014677 10796437504 28387 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10543396

[startup+0.701035 s]
/proc/loadavg: 3.72 3.52 2.84 3/548 21433
/proc/meminfo: memFree=21165888/32951124 swapFree=56241860/67111528
[pid=21433] ppid=21431 vsize=10543768 CPUtime=1.2 cores=0,2,4,6
/proc/21433/stat : 21433 (java) S 21431 21433 18760 0 -1 4202496 72516 0 1 0 112 8 0 0 23 0 18 0 909014676 10796818432 70107 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21433/statm: 2635942 70114 2212 9 0 2626676 0
[pid=21433/tid=21434] ppid=21431 vsize=10543768 CPUtime=0.67 cores=0,2,4,6
/proc/21433/task/21434/stat : 21434 (java) R 21431 21433 18760 0 -1 4202560 66636 0 1 0 60 7 0 0 25 0 18 0 909014677 10796818432 70117 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 46912505609150 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 10543768

[startup+1.50091 s]
/proc/loadavg: 3.72 3.52 2.84 4/566 21451
/proc/meminfo: memFree=20722392/32951124 swapFree=56241860/67111528
[pid=21433] ppid=21431 vsize=10543768 CPUtime=2.01 cores=0,2,4,6
/proc/21433/stat : 21433 (java) S 21431 21433 18760 0 -1 4202496 185944 0 1 0 178 23 0 0 23 0 18 0 909014676 10796818432 183536 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21433/statm: 2635942 183542 2213 9 0 2626676 0
[pid=21433/tid=21434] ppid=21431 vsize=10543768 CPUtime=1.48 cores=0,2,4,6
/proc/21433/task/21434/stat : 21434 (java) R 21431 21433 18760 0 -1 4202560 180064 0 1 0 126 22 0 0 25 0 18 0 909014677 10796818432 183546 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 46912505564766 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21433/tid=21436] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21436/stat : 21436 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 909014679 10796818432 183550 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21437] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21437/stat : 21437 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 909014679 10796818432 183553 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21438] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21438/stat : 21438 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 909014679 10796818432 183557 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21439] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21439/stat : 21439 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 909014679 10796818432 183561 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21440] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21440/stat : 21440 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 909014679 10796818432 183564 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21441] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21441/stat : 21441 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 909014679 10796818432 183568 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21442] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21442/stat : 21442 (java) S 21431 21433 18760 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 18 0 909014679 10796818432 183572 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21443] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21443/stat : 21443 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 909014679 10796818432 183575 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21444] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21444/stat : 21444 (java) S 21431 21433 18760 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 909014680 10796818432 183579 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 0 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21445] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21445/stat : 21445 (java) S 21431 21433 18760 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 18 0 909014680 10796818432 183582 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21446] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21446/stat : 21446 (java) S 21431 21433 18760 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 18 0 909014680 10796818432 183586 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21447] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21447/stat : 21447 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909014682 10796818432 183590 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216747002289 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21448] ppid=21431 vsize=10543768 CPUtime=0.22 cores=0,2,4,6
/proc/21433/task/21448/stat : 21448 (java) S 21431 21433 18760 0 -1 4202560 1243 0 0 0 22 0 0 0 16 0 18 0 909014682 10796818432 183593 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21449] ppid=21431 vsize=10543768 CPUtime=0.29 cores=0,2,4,6
/proc/21433/task/21449/stat : 21449 (java) S 21431 21433 18760 0 -1 4202560 3497 0 0 0 29 0 0 0 24 0 18 0 909014682 10796818432 183597 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 4 0 0 0
[pid=21433/tid=21450] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21450/stat : 21450 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909014682 10796818432 183601 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21451] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21451/stat : 21451 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 909014682 10796818432 183605 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 10543768

[startup+3.10164 s]
/proc/loadavg: 3.72 3.52 2.84 4/566 21451
/proc/meminfo: memFree=20093980/32951124 swapFree=56241860/67111528
[pid=21433] ppid=21431 vsize=10543768 CPUtime=3.61 cores=0,2,4,6
/proc/21433/stat : 21433 (java) S 21431 21433 18760 0 -1 4202496 533052 0 1 0 298 63 0 0 23 0 18 0 909014676 10796818432 530643 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21433/statm: 2635942 530672 2226 9 0 2626676 0
[pid=21433/tid=21434] ppid=21431 vsize=10543768 CPUtime=3.08 cores=0,2,4,6
/proc/21433/task/21434/stat : 21434 (java) R 21431 21433 18760 0 -1 4202560 527198 0 1 0 246 62 0 0 25 0 18 0 909014677 10796818432 530685 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 47371068460122 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21433/tid=21436] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21436/stat : 21436 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 909014679 10796818432 530703 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21437] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21437/stat : 21437 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 909014679 10796818432 530719 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21438] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21438/stat : 21438 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 909014679 10796818432 530735 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21439] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21439/stat : 21439 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 909014679 10796818432 530751 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21440] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21440/stat : 21440 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 909014679 10796818432 530766 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21441] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21441/stat : 21441 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 909014679 10796818432 530783 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21442] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21442/stat : 21442 (java) S 21431 21433 18760 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 18 0 909014679 10796818432 530798 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21443] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21443/stat : 21443 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 909014679 10796818432 530815 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21444] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21444/stat : 21444 (java) S 21431 21433 18760 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 909014680 10796818432 530830 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 0 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21445] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21445/stat : 21445 (java) S 21431 21433 18760 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 18 0 909014680 10796818432 530846 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21446] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21446/stat : 21446 (java) S 21431 21433 18760 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 18 0 909014680 10796818432 530861 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21447] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21447/stat : 21447 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909014682 10796818432 530878 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216747002289 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21448] ppid=21431 vsize=10543768 CPUtime=0.22 cores=0,2,4,6
/proc/21433/task/21448/stat : 21448 (java) S 21431 21433 18760 0 -1 4202560 1243 0 0 0 22 0 0 0 15 0 18 0 909014682 10796818432 530892 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21449] ppid=21431 vsize=10543768 CPUtime=0.29 cores=0,2,4,6
/proc/21433/task/21449/stat : 21449 (java) S 21431 21433 18760 0 -1 4202560 3500 0 0 0 29 0 0 0 15 0 18 0 909014682 10796818432 530910 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 4 0 0 0
[pid=21433/tid=21450] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21450/stat : 21450 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909014682 10796818432 530925 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21451] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21451/stat : 21451 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 909014682 10796818432 530942 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 10543768

[startup+6.30107 s]
/proc/loadavg: 3.66 3.51 2.84 5/566 21451
/proc/meminfo: memFree=17575676/32951124 swapFree=56241860/67111528
[pid=21433] ppid=21431 vsize=10543768 CPUtime=11.08 cores=0,2,4,6
/proc/21433/stat : 21433 (java) S 21431 21433 18760 0 -1 4202496 902086 0 1 0 1000 108 0 0 23 0 18 0 909014676 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21433/statm: 2635942 898371 2240 9 0 2626676 0
[pid=21433/tid=21434] ppid=21431 vsize=10543768 CPUtime=4.93 cores=0,2,4,6
/proc/21433/task/21434/stat : 21434 (java) R 21431 21433 18760 0 -1 4202560 650865 0 1 0 418 75 0 0 18 0 18 0 909014677 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 47371068460119 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21433/tid=21436] ppid=21431 vsize=10543768 CPUtime=0.61 cores=0,2,4,6
/proc/21433/task/21436/stat : 21436 (java) S 21431 21433 18760 0 -1 4202560 43118 0 0 0 55 6 0 0 16 0 18 0 909014679 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21437] ppid=21431 vsize=10543768 CPUtime=0.74 cores=0,2,4,6
/proc/21433/task/21437/stat : 21437 (java) S 21431 21433 18760 0 -1 4202560 30691 0 0 0 71 3 0 0 16 0 18 0 909014679 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21438] ppid=21431 vsize=10543768 CPUtime=0.78 cores=0,2,4,6
/proc/21433/task/21438/stat : 21438 (java) S 21431 21433 18760 0 -1 4202560 42295 0 0 0 73 5 0 0 16 0 18 0 909014679 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 4 0 0 0
[pid=21433/tid=21439] ppid=21431 vsize=10543768 CPUtime=1.05 cores=0,2,4,6
/proc/21433/task/21439/stat : 21439 (java) S 21431 21433 18760 0 -1 4202560 42195 0 0 0 100 5 0 0 16 0 18 0 909014679 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21440] ppid=21431 vsize=10543768 CPUtime=0.59 cores=0,2,4,6
/proc/21433/task/21440/stat : 21440 (java) S 21431 21433 18760 0 -1 4202560 28296 0 0 0 57 2 0 0 16 0 18 0 909014679 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21441] ppid=21431 vsize=10543768 CPUtime=0.33 cores=0,2,4,6
/proc/21433/task/21441/stat : 21441 (java) S 21431 21433 18760 0 -1 4202560 16601 0 0 0 32 1 0 0 16 0 18 0 909014679 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21442] ppid=21431 vsize=10543768 CPUtime=0.58 cores=0,2,4,6
/proc/21433/task/21442/stat : 21442 (java) S 21431 21433 18760 0 -1 4202560 19059 0 0 0 56 2 0 0 16 0 18 0 909014679 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21443] ppid=21431 vsize=10543768 CPUtime=0.56 cores=0,2,4,6
/proc/21433/task/21443/stat : 21443 (java) S 21431 21433 18760 0 -1 4202560 21194 0 0 0 55 1 0 0 16 0 18 0 909014679 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 4 0 0 0
[pid=21433/tid=21444] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21444/stat : 21444 (java) S 21431 21433 18760 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 18 0 909014680 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 0 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21445] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21445/stat : 21445 (java) S 21431 21433 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 909014680 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21446] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21446/stat : 21446 (java) S 21431 21433 18760 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 909014680 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21447] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21447/stat : 21447 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909014682 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216747002289 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21448] ppid=21431 vsize=10543768 CPUtime=0.25 cores=0,2,4,6
/proc/21433/task/21448/stat : 21448 (java) S 21431 21433 18760 0 -1 4202560 1245 0 0 0 25 0 0 0 15 0 18 0 909014682 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21449] ppid=21431 vsize=10543768 CPUtime=0.55 cores=0,2,4,6
/proc/21433/task/21449/stat : 21449 (java) S 21431 21433 18760 0 -1 4202560 5374 0 0 0 54 1 0 0 16 0 18 0 909014682 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 4 0 0 0
[pid=21433/tid=21450] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21450/stat : 21450 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909014682 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21451] ppid=21431 vsize=10543768 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21451/stat : 21451 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 909014682 10796818432 898371 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0

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

/proc/21433/task/21438/stat : 21438 (java) S 21431 21433 18760 0 -1 4202560 60411 0 0 0 436 8 0 0 16 0 22 0 909014679 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21439] ppid=21431 vsize=10548548 CPUtime=5.18 cores=0,2,4,6
/proc/21433/task/21439/stat : 21439 (java) S 21431 21433 18760 0 -1 4202560 69942 0 0 0 509 9 0 0 16 0 22 0 909014679 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 4 0 0 0
[pid=21433/tid=21440] ppid=21431 vsize=10548548 CPUtime=4.87 cores=0,2,4,6
/proc/21433/task/21440/stat : 21440 (java) S 21431 21433 18760 0 -1 4202560 51217 0 0 0 481 6 0 0 16 0 22 0 909014679 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21441] ppid=21431 vsize=10548548 CPUtime=4.06 cores=0,2,4,6
/proc/21433/task/21441/stat : 21441 (java) S 21431 21433 18760 0 -1 4202560 35416 0 0 0 402 4 0 0 15 0 22 0 909014679 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21442] ppid=21431 vsize=10548548 CPUtime=4.44 cores=0,2,4,6
/proc/21433/task/21442/stat : 21442 (java) S 21431 21433 18760 0 -1 4202560 40881 0 0 0 439 5 0 0 16 0 22 0 909014679 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21443] ppid=21431 vsize=10548548 CPUtime=4.42 cores=0,2,4,6
/proc/21433/task/21443/stat : 21443 (java) S 21431 21433 18760 0 -1 4202560 38927 0 0 0 436 6 0 0 16 0 22 0 909014679 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21444] ppid=21431 vsize=10548548 CPUtime=158.75 cores=0,2,4,6
/proc/21433/task/21444/stat : 21444 (java) S 21431 21433 18760 0 -1 4202560 1336950 0 0 0 15700 175 0 0 17 0 22 0 909014680 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 0 0 16800975 18446604444761800960 0 0 -1 4 0 0 0
[pid=21433/tid=21445] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21445/stat : 21445 (java) S 21431 21433 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909014680 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21446] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21446/stat : 21446 (java) S 21431 21433 18760 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909014680 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21447] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21447/stat : 21447 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909014682 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216747002289 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21448] ppid=21431 vsize=10548548 CPUtime=1.28 cores=0,2,4,6
/proc/21433/task/21448/stat : 21448 (java) S 21431 21433 18760 0 -1 4202560 2344 0 0 0 128 0 0 0 15 0 22 0 909014682 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21449] ppid=21431 vsize=10548548 CPUtime=2.57 cores=0,2,4,6
/proc/21433/task/21449/stat : 21449 (java) S 21431 21433 18760 0 -1 4202560 15828 0 0 0 254 3 0 0 16 0 22 0 909014682 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 4 0 0 0
[pid=21433/tid=21450] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21450/stat : 21450 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909014682 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21451] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21451/stat : 21451 (java) S 21431 21433 18760 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 909014682 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21452] ppid=21431 vsize=10548548 CPUtime=703.97 cores=0,2,4,6
/proc/21433/task/21452/stat : 21452 (java) R 21431 21433 18760 0 -1 4202560 87 0 0 0 70396 1 0 0 25 0 22 0 909015794 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 46912506202646 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21433/tid=21453] ppid=21431 vsize=10548548 CPUtime=704.01 cores=0,2,4,6
/proc/21433/task/21453/stat : 21453 (java) R 21431 21433 18760 0 -1 4202560 185 0 0 0 70401 0 0 0 25 0 22 0 909015794 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 46912505757447 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21433/tid=21454] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21454/stat : 21454 (java) S 21431 21433 18760 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 909015808 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21455] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21455/stat : 21455 (java) S 21431 21433 18760 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 22 0 909015808 10801713152 1193104 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1617.53
Current children cumulated vsize (KiB) 10548548

[startup+942.301 s]
/proc/loadavg: 4.15 3.97 3.52 5/570 21610
/proc/meminfo: memFree=19173240/32951124 swapFree=56241860/67111528
[pid=21433] ppid=21431 vsize=10548548 CPUtime=1730.02 cores=0,2,4,6
/proc/21433/stat : 21433 (java) S 21431 21433 18760 0 -1 4202496 2520010 0 1 0 172673 329 0 0 23 0 22 0 909014676 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21433/statm: 2637137 1196956 2268 9 0 2627871 0
[pid=21433/tid=21434] ppid=21431 vsize=10548548 CPUtime=9.2 cores=0,2,4,6
/proc/21433/task/21434/stat : 21434 (java) S 21431 21433 18760 0 -1 4202560 651052 0 1 0 843 77 0 0 15 0 22 0 909014677 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21436] ppid=21431 vsize=10548548 CPUtime=5.16 cores=0,2,4,6
/proc/21433/task/21436/stat : 21436 (java) S 21431 21433 18760 0 -1 4202560 63657 0 0 0 507 9 0 0 16 0 22 0 909014679 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21437] ppid=21431 vsize=10548548 CPUtime=5.41 cores=0,2,4,6
/proc/21433/task/21437/stat : 21437 (java) S 21431 21433 18760 0 -1 4202560 73333 0 0 0 532 9 0 0 16 0 22 0 909014679 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21438] ppid=21431 vsize=10548548 CPUtime=4.6 cores=0,2,4,6
/proc/21433/task/21438/stat : 21438 (java) S 21431 21433 18760 0 -1 4202560 61257 0 0 0 452 8 0 0 15 0 22 0 909014679 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21439] ppid=21431 vsize=10548548 CPUtime=5.3 cores=0,2,4,6
/proc/21433/task/21439/stat : 21439 (java) S 21431 21433 18760 0 -1 4202560 70465 0 0 0 521 9 0 0 15 0 22 0 909014679 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21440] ppid=21431 vsize=10548548 CPUtime=5.05 cores=0,2,4,6
/proc/21433/task/21440/stat : 21440 (java) S 21431 21433 18760 0 -1 4202560 51437 0 0 0 499 6 0 0 15 0 22 0 909014679 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21441] ppid=21431 vsize=10548548 CPUtime=4.25 cores=0,2,4,6
/proc/21433/task/21441/stat : 21441 (java) S 21431 21433 18760 0 -1 4202560 35839 0 0 0 420 5 0 0 16 0 22 0 909014679 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21442] ppid=21431 vsize=10548548 CPUtime=4.71 cores=0,2,4,6
/proc/21433/task/21442/stat : 21442 (java) S 21431 21433 18760 0 -1 4202560 41758 0 0 0 465 6 0 0 15 0 22 0 909014679 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21443] ppid=21431 vsize=10548548 CPUtime=4.6 cores=0,2,4,6
/proc/21433/task/21443/stat : 21443 (java) S 21431 21433 18760 0 -1 4202560 39032 0 0 0 454 6 0 0 15 0 22 0 909014679 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21444] ppid=21431 vsize=10548548 CPUtime=166.9 cores=0,2,4,6
/proc/21433/task/21444/stat : 21444 (java) S 21431 21433 18760 0 -1 4202560 1412516 0 0 0 16507 183 0 0 15 0 22 0 909014680 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 0 0 16800975 18446604444761800960 0 0 -1 4 0 0 0
[pid=21433/tid=21445] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21445/stat : 21445 (java) S 21431 21433 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909014680 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21446] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21446/stat : 21446 (java) S 21431 21433 18760 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909014680 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21447] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21447/stat : 21447 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909014682 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216747002289 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21448] ppid=21431 vsize=10548548 CPUtime=1.28 cores=0,2,4,6
/proc/21433/task/21448/stat : 21448 (java) S 21431 21433 18760 0 -1 4202560 2344 0 0 0 128 0 0 0 15 0 22 0 909014682 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21449] ppid=21431 vsize=10548548 CPUtime=2.57 cores=0,2,4,6
/proc/21433/task/21449/stat : 21449 (java) S 21431 21433 18760 0 -1 4202560 15828 0 0 0 254 3 0 0 16 0 22 0 909014682 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 4 0 0 0
[pid=21433/tid=21450] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21450/stat : 21450 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909014682 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21451] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21451/stat : 21451 (java) S 21431 21433 18760 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 909014682 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21452] ppid=21431 vsize=10548548 CPUtime=755.41 cores=0,2,4,6
/proc/21433/task/21452/stat : 21452 (java) R 21431 21433 18760 0 -1 4202560 88 0 0 0 75540 1 0 0 25 0 22 0 909015794 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 46912506203095 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21433/tid=21453] ppid=21431 vsize=10548548 CPUtime=755.45 cores=0,2,4,6
/proc/21433/task/21453/stat : 21453 (java) R 21431 21433 18760 0 -1 4202560 190 0 0 0 75545 0 0 0 25 0 22 0 909015794 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 46912506107429 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21433/tid=21454] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21454/stat : 21454 (java) S 21431 21433 18760 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 909015808 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21455] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21455/stat : 21455 (java) S 21431 21433 18760 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 22 0 909015808 10801713152 1196956 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1730.02
Current children cumulated vsize (KiB) 10548548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+978.421 s]
/proc/loadavg: 3.81 3.91 3.51 5/570 21611
/proc/meminfo: memFree=19149416/32951124 swapFree=56241860/67111528
[pid=21433] ppid=21431 vsize=10548548 CPUtime=1800.08 cores=0,2,4,6
/proc/21433/stat : 21433 (java) S 21431 21433 18760 0 -1 4202496 2544751 0 1 0 179675 333 0 0 23 0 22 0 909014676 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21433/statm: 2637137 1196984 2268 9 0 2627871 0
[pid=21433/tid=21434] ppid=21431 vsize=10548548 CPUtime=9.2 cores=0,2,4,6
/proc/21433/task/21434/stat : 21434 (java) S 21431 21433 18760 0 -1 4202560 651053 0 1 0 843 77 0 0 15 0 22 0 909014677 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21436] ppid=21431 vsize=10548548 CPUtime=5.2 cores=0,2,4,6
/proc/21433/task/21436/stat : 21436 (java) S 21431 21433 18760 0 -1 4202560 63657 0 0 0 511 9 0 0 16 0 22 0 909014679 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21437] ppid=21431 vsize=10548548 CPUtime=5.47 cores=0,2,4,6
/proc/21433/task/21437/stat : 21437 (java) S 21431 21433 18760 0 -1 4202560 73333 0 0 0 538 9 0 0 16 0 22 0 909014679 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21438] ppid=21431 vsize=10548548 CPUtime=4.62 cores=0,2,4,6
/proc/21433/task/21438/stat : 21438 (java) S 21431 21433 18760 0 -1 4202560 61257 0 0 0 454 8 0 0 16 0 22 0 909014679 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21439] ppid=21431 vsize=10548548 CPUtime=5.41 cores=0,2,4,6
/proc/21433/task/21439/stat : 21439 (java) S 21431 21433 18760 0 -1 4202560 70467 0 0 0 532 9 0 0 16 0 22 0 909014679 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 4 0 0 0
[pid=21433/tid=21440] ppid=21431 vsize=10548548 CPUtime=5.09 cores=0,2,4,6
/proc/21433/task/21440/stat : 21440 (java) S 21431 21433 18760 0 -1 4202560 51437 0 0 0 503 6 0 0 16 0 22 0 909014679 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21441] ppid=21431 vsize=10548548 CPUtime=4.37 cores=0,2,4,6
/proc/21433/task/21441/stat : 21441 (java) S 21431 21433 18760 0 -1 4202560 35865 0 0 0 432 5 0 0 16 0 22 0 909014679 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21442] ppid=21431 vsize=10548548 CPUtime=4.75 cores=0,2,4,6
/proc/21433/task/21442/stat : 21442 (java) S 21431 21433 18760 0 -1 4202560 41758 0 0 0 469 6 0 0 16 0 22 0 909014679 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21443] ppid=21431 vsize=10548548 CPUtime=4.73 cores=0,2,4,6
/proc/21433/task/21443/stat : 21443 (java) S 21431 21433 18760 0 -1 4202560 39032 0 0 0 467 6 0 0 16 0 22 0 909014679 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21444] ppid=21431 vsize=10548548 CPUtime=169.32 cores=0,2,4,6
/proc/21433/task/21444/stat : 21444 (java) S 21431 21433 18760 0 -1 4202560 1437220 0 0 0 16746 186 0 0 15 0 22 0 909014680 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 0 0 16800975 18446604444761800960 0 0 -1 4 0 0 0
[pid=21433/tid=21445] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21445/stat : 21445 (java) S 21431 21433 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909014680 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21446] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21446/stat : 21446 (java) S 21431 21433 18760 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 909014680 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21447] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21447/stat : 21447 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909014682 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216747002289 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21448] ppid=21431 vsize=10548548 CPUtime=1.28 cores=0,2,4,6
/proc/21433/task/21448/stat : 21448 (java) S 21431 21433 18760 0 -1 4202560 2344 0 0 0 128 0 0 0 15 0 22 0 909014682 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21449] ppid=21431 vsize=10548548 CPUtime=2.57 cores=0,2,4,6
/proc/21433/task/21449/stat : 21449 (java) S 21431 21433 18760 0 -1 4202560 15828 0 0 0 254 3 0 0 16 0 22 0 909014682 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 4 0 0 0
[pid=21433/tid=21450] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21450/stat : 21450 (java) S 21431 21433 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909014682 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746994585 0 4 0 16800975 18446604444761800960 0 0 -1 6 0 0 0
[pid=21433/tid=21451] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21451/stat : 21451 (java) S 21431 21433 18760 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 909014682 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 4 0 16800975 18446604444761800960 0 0 -1 2 0 0 0
[pid=21433/tid=21452] ppid=21431 vsize=10548548 CPUtime=788.94 cores=0,2,4,6
/proc/21433/task/21452/stat : 21452 (java) R 21431 21433 18760 0 -1 4202560 90 0 0 0 78893 1 0 0 25 0 22 0 909015794 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 46912505568633 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21433/tid=21453] ppid=21431 vsize=10548548 CPUtime=788.99 cores=0,2,4,6
/proc/21433/task/21453/stat : 21453 (java) R 21431 21433 18760 0 -1 4202560 194 0 0 0 78899 0 0 0 25 0 22 0 909015794 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 46912506107429 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21433/tid=21454] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21454/stat : 21454 (java) S 21431 21433 18760 0 -1 4202560 8 0 0 0 0 0 0 0 22 0 22 0 909015808 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
[pid=21433/tid=21455] ppid=21431 vsize=10548548 CPUtime=0 cores=0,2,4,6
/proc/21433/task/21455/stat : 21455 (java) S 21431 21433 18760 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 22 0 909015808 10801713152 1196984 33554432000 1073741824 1073778376 140734267161024 18446744073709551615 216746995200 0 4 0 16800975 18446604444761800960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 10548548

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

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

[startup+978.527 s]
/proc/loadavg: 3.81 3.91 3.51 5/570 21611
/proc/meminfo: memFree=19149416/32951124 swapFree=56241860/67111528
[pid=21433] ppid=21431 vsize=0 CPUtime=1800.25 cores=0,2,4,6
/proc/21433/stat : 21433 (java) Z 21431 21433 18760 0 -1 4203548 2544780 0 1 0 179687 338 0 0 17 0 2 0 909014676 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21433/statm: 0 0 0 0 0 0 0
[pid=21433/tid=21452] ppid=21431 vsize=0 CPUtime=789.04 cores=0,2,4,6
/proc/21433/task/21452/stat : 21452 (java) R 21431 21433 18760 0 -1 4203588 90 0 0 0 78897 7 0 0 25 0 2 0 909015794 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

[startup+978.601 s]
/proc/loadavg: 3.81 3.91 3.51 5/570 21611
/proc/meminfo: memFree=19149416/32951124 swapFree=56241860/67111528
[pid=21433] ppid=21431 vsize=0 CPUtime=1800.32 cores=0,2,4,6
/proc/21433/stat : 21433 (java) Z 21431 21433 18760 0 -1 4203548 2544780 0 1 0 179687 345 0 0 17 0 2 0 909014676 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21433/statm: 0 0 0 0 0 0 0
[pid=21433/tid=21452] ppid=21431 vsize=0 CPUtime=789.11 cores=0,2,4,6
/proc/21433/task/21452/stat : 21452 (java) R 21431 21433 18760 0 -1 4203588 90 0 0 0 78897 14 0 0 25 0 2 0 909015794 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 978.695
CPU time (s): 1800.43
CPU user time (s): 1796.87
CPU system time (s): 3.55146
CPU usage (%): 183.962
Max. virtual memory (cumulated for all children) (KiB): 10650848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.87
system time used= 3.55146
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2544780
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= 29472
involuntary context switches= 33438

runsolver used 5.81112 second user time and 12.2231 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-04 13:44:00
IDJOB=3454400
IDBENCH=1845
IDSOLVER=1950
FILE ID=node119/3454400-1307187839
RUNJOBID= node119-1307186991-20974
PBS_JOBID= 13508823
Free space on /tmp= 73628 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos19.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454400-1307187839/watcher-3454400-1307187839 -o /tmp/evaluation-result-3454400-1307187839/solver-3454400-1307187839 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454400-1307187839.opb

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

MD5SUM BENCH= 1ef5c8e94b66b7ed63dffc6923ecd901
RANDOM SEED=839496580

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21166052 kB
Buffers:        248764 kB
Cached:         634248 kB
SwapCached:      59076 kB
Active:        4461932 kB
Inactive:      7017972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21166052 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:           36164 kB
Writeback:           0 kB
AnonPages:    10541204 kB
Mapped:          41676 kB
Slab:           150592 kB
PageTables:      86768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 174238016 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= 73628 MiB
End job on node119 at 2011-06-04 14:00:21