Trace number 3454190

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.33 913.609

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_5.opb
MD5SUM143c67a6efdf0b74421c6a96157a0df7
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 variables404336
Total number of constraints3663
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints3658
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 134217728000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
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.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454190-1307190123.opb
0.10/0.11	c reading problem ... 
8.98/8.01	c ... done. Wall clock time 7.898s.
8.98/8.01	c #vars     404336
8.98/8.01	c #constraints  127019
8.98/8.01	c constraints type 
8.98/8.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
8.98/8.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4877
8.98/8.01	c constraints type 
8.98/8.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
8.98/8.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4877
318.29/160.02	c cleaning 2496 clauses out of 4998 with flag 5001/5001
372.93/187.87	c cleaning 4246 clauses out of 8495 with flag 11004/11004
463.71/233.77	c cleaning 5617 clauses out of 11242 with flag 18001/18001
487.88/246.35	c cleaning 6808 clauses out of 13621 with flag 26000/26000
650.24/328.39	c cleaning 7908 clauses out of 15818 with flag 35005/35005
746.77/377.18	c cleaning 8952 clauses out of 17906 with flag 45001/45001
823.49/416.03	c cleaning 9474 clauses out of 18953 with flag 55000/55000
957.58/483.69	c cleaning 9730 clauses out of 19480 with flag 65001/65001
1200.85/606.08	c cleaning 9857 clauses out of 19749 with flag 75000/75000
1315.52/663.94	c cleaning 9946 clauses out of 19909 with flag 85017/85017
1368.40/690.91	c cleaning 9967 clauses out of 19946 with flag 95000/95000
1410.08/712.31	c cleaning 9986 clauses out of 19980 with flag 105001/105001
1452.40/734.31	c cleaning 9994 clauses out of 19993 with flag 115000/115000
1473.43/745.49	c cleaning 10005 clauses out of 20013 with flag 125014/125014
1493.66/756.18	c cleaning 9994 clauses out of 19999 with flag 135005/135005
1514.26/767.08	c cleaning 10002 clauses out of 20011 with flag 145011/145011
1536.32/778.94	c cleaning 9996 clauses out of 20002 with flag 155004/155004
1557.51/790.13	c cleaning 10002 clauses out of 20011 with flag 165009/165009
1600.90/812.41	c cleaning 9993 clauses out of 20000 with flag 175001/175001
1705.24/865.15	c cleaning 10003 clauses out of 20019 with flag 185013/185013
1800.11/913.42	c starts		: 116
1800.11/913.42	c conflicts		: 189518
1800.11/913.42	c decisions		: 654942
1800.11/913.42	c propagations		: 15911721
1800.11/913.42	c inspects		: 166142082
1800.11/913.42	c shortcuts		: 0
1800.11/913.42	c learnt literals	: 21
1800.11/913.42	c learnt binary clauses	: 52
1800.11/913.42	c learnt ternary clauses	: 16
1800.11/913.42	c learnt constraints	: 189496
1800.11/913.42	c ignored constraints	: 0
1800.11/913.42	c root simplifications	: 0
1800.11/913.42	c removed literals (reason simplification)	: 29945119
1800.11/913.42	c reason swapping (by a shorter reason)	: 0
1800.11/913.42	c Calls to reduceDB	: 20
1800.11/913.42	c number of reductions to clauses (during analyze)	: 0
1800.11/913.42	c number of learned constraints concerned by reduction	: 0
1800.11/913.42	c number of learning phase by resolution	: 0
1800.11/913.42	c number of learning phase by cutting planes	: 0
1800.11/913.42	c speed (assignments/second)	: 17581.87616228383
1800.11/913.42	c non guided choices	130977
1800.11/913.43	c learnt constraints type 
1800.11/913.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 52
1800.11/913.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14468
1800.11/913.43	c constraints type 
1800.11/913.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
1800.11/913.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4877
1800.11/913.43	c constraints type 
1800.11/913.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
1800.11/913.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4877
1800.11/913.43	s UNKNOWN
1800.11/913.43	c Total wall clock time (in seconds): 913.325

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-3454190-1307190123/watcher-3454190-1307190123 -o /tmp/evaluation-result-3454190-1307190123/solver-3454190-1307190123 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454190-1307190123.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.99 3.95 3.62 3/535 27769
/proc/meminfo: memFree=18743260/32951124 swapFree=62999000/67111528
[pid=27769] ppid=27767 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/27769/stat : 27769 (java) S 27767 27769 24981 0 -1 4202496 8529 0 1 0 0 0 0 0 24 0 2 0 811428029 10694979584 8230 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738207717 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/27769/statm: 2611079 8243 917 9 0 2602235 0
[pid=27769/tid=27770] ppid=27767 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27770/stat : 27770 (java) R 27767 27769 24981 0 -1 4202560 7476 0 1 0 0 0 0 0 25 0 2 0 811428029 10694979584 8291 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264726099003 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.023355 s]
/proc/loadavg: 3.99 3.95 3.62 3/535 27769
/proc/meminfo: memFree=18743260/32951124 swapFree=62999000/67111528
[pid=27769] ppid=27767 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/27769/stat : 27769 (java) S 27767 27769 24981 0 -1 4202496 10083 0 1 0 0 1 0 0 24 0 10 0 811428029 10703900672 9784 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738207717 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/27769/statm: 2613257 9786 1036 9 0 2604413 0
[pid=27769/tid=27770] ppid=27767 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27770/stat : 27770 (java) R 27767 27769 24981 0 -1 4202560 8963 0 1 0 0 0 0 0 25 0 10 0 811428029 10703900672 9787 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264726403072 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) 10453028

[startup+0.104353 s]
/proc/loadavg: 3.99 3.95 3.62 3/535 27769
/proc/meminfo: memFree=18743260/32951124 swapFree=62999000/67111528
[pid=27769] ppid=27767 vsize=10539980 CPUtime=0.1 cores=0,2,4,6
/proc/27769/stat : 27769 (java) S 27767 27769 24981 0 -1 4202496 13167 0 1 0 9 1 0 0 24 0 18 0 811428029 10792939520 12840 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27769/statm: 2634995 12840 2092 9 0 2625729 0
[pid=27769/tid=27770] ppid=27767 vsize=10539980 CPUtime=0.09 cores=0,2,4,6
/proc/27769/task/27770/stat : 27770 (java) R 27767 27769 24981 0 -1 4202560 11250 0 1 0 8 1 0 0 18 0 18 0 811428029 10792939520 12840 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738231755 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539980

[startup+0.309302 s]
/proc/loadavg: 3.99 3.95 3.62 3/535 27769
/proc/meminfo: memFree=18743260/32951124 swapFree=62999000/67111528
[pid=27769] ppid=27767 vsize=10556252 CPUtime=0.79 cores=0,2,4,6
/proc/27769/stat : 27769 (java) S 27767 27769 24981 0 -1 4202496 30729 0 1 0 75 4 0 0 24 0 18 0 811428029 10809602048 26917 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27769/statm: 2639063 26917 2209 9 0 2629797 0
[pid=27769/tid=27770] ppid=27767 vsize=10556252 CPUtime=0.36 cores=0,2,4,6
/proc/27769/task/27770/stat : 27770 (java) R 27767 27769 24981 0 -1 4202560 20225 0 1 0 34 2 0 0 18 0 18 0 811428029 10809602048 26917 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 46912505665601 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 10556252

[startup+0.700257 s]
/proc/loadavg: 3.99 3.95 3.62 3/535 27769
/proc/meminfo: memFree=18743260/32951124 swapFree=62999000/67111528
[pid=27769] ppid=27767 vsize=10560108 CPUtime=1.58 cores=0,2,4,6
/proc/27769/stat : 27769 (java) S 27767 27769 24981 0 -1 4202496 50636 0 1 0 152 6 0 0 24 0 18 0 811428029 10813550592 45085 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27769/statm: 2640027 45088 2219 9 0 2630761 0
[pid=27769/tid=27770] ppid=27767 vsize=10560108 CPUtime=0.69 cores=0,2,4,6
/proc/27769/task/27770/stat : 27770 (java) R 27767 27769 24981 0 -1 4202560 36183 0 1 0 65 4 0 0 18 0 18 0 811428029 10813550592 45090 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 46912505686219 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 10560108

[startup+1.50112 s]
/proc/loadavg: 3.91 3.93 3.62 4/553 27787
/proc/meminfo: memFree=18460280/32951124 swapFree=62999000/67111528
[pid=27769] ppid=27767 vsize=10560108 CPUtime=2.38 cores=0,2,4,6
/proc/27769/stat : 27769 (java) S 27767 27769 24981 0 -1 4202496 122869 0 1 0 222 16 0 0 24 0 18 0 811428029 10813550592 117317 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27769/statm: 2640027 117318 2219 9 0 2630761 0
[pid=27769/tid=27770] ppid=27767 vsize=10560108 CPUtime=1.48 cores=0,2,4,6
/proc/27769/task/27770/stat : 27770 (java) R 27767 27769 24981 0 -1 4202560 108414 0 1 0 134 14 0 0 19 0 18 0 811428029 10813550592 117321 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 46912505578396 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27769/tid=27772] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27772/stat : 27772 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 117326 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27773] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27773/stat : 27773 (java) S 27767 27769 24981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 117330 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27774] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27774/stat : 27774 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 811428031 10813550592 117334 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27775] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27775/stat : 27775 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 117337 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27776] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27776/stat : 27776 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 117338 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27777] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27777/stat : 27777 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 117339 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27778] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27778/stat : 27778 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 117341 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27779] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27779/stat : 27779 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 117342 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27780] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27780/stat : 27780 (java) S 27767 27769 24981 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 811428032 10813550592 117344 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 0 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27781] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27781/stat : 27781 (java) S 27767 27769 24981 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811428033 10813550592 117346 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27782] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27782/stat : 27782 (java) S 27767 27769 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 811428033 10813550592 117348 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27783] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27783/stat : 27783 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428035 10813550592 117350 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738228657 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27784] ppid=27767 vsize=10560108 CPUtime=0.52 cores=0,2,4,6
/proc/27769/task/27784/stat : 27784 (java) S 27767 27769 24981 0 -1 4202560 7799 0 0 0 52 0 0 0 17 0 18 0 811428035 10813550592 117352 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27785] ppid=27767 vsize=10560108 CPUtime=0.36 cores=0,2,4,6
/proc/27769/task/27785/stat : 27785 (java) S 27767 27769 24981 0 -1 4202560 5508 0 0 0 35 1 0 0 18 0 18 0 811428035 10813550592 117354 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 4 0 0 0
[pid=27769/tid=27786] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27786/stat : 27786 (java) S 27767 27769 24981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811428035 10813550592 117355 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27787] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27787/stat : 27787 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 811428035 10813550592 117357 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 10560108

[startup+3.10078 s]
/proc/loadavg: 3.91 3.93 3.62 4/553 27787
/proc/meminfo: memFree=18061052/32951124 swapFree=62999000/67111528
[pid=27769] ppid=27767 vsize=10560108 CPUtime=3.98 cores=0,2,4,6
/proc/27769/stat : 27769 (java) S 27767 27769 24981 0 -1 4202496 267614 0 1 0 363 35 0 0 24 0 18 0 811428029 10813550592 262062 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27769/statm: 2640027 262065 2219 9 0 2630761 0
[pid=27769/tid=27770] ppid=27767 vsize=10560108 CPUtime=3.08 cores=0,2,4,6
/proc/27769/task/27770/stat : 27770 (java) R 27767 27769 24981 0 -1 4202560 253160 0 1 0 275 33 0 0 25 0 18 0 811428029 10813550592 262067 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 46912505640286 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27769/tid=27772] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27772/stat : 27772 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 262069 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27773] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27773/stat : 27773 (java) S 27767 27769 24981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 262071 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27774] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27774/stat : 27774 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 811428031 10813550592 262073 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27775] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27775/stat : 27775 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 262075 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27776] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27776/stat : 27776 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 262077 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27777] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27777/stat : 27777 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 262078 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27778] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27778/stat : 27778 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 262080 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27779] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27779/stat : 27779 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 262082 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27780] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27780/stat : 27780 (java) S 27767 27769 24981 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 811428032 10813550592 262084 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 0 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27781] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27781/stat : 27781 (java) S 27767 27769 24981 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811428033 10813550592 262086 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27782] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27782/stat : 27782 (java) S 27767 27769 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 811428033 10813550592 262088 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27783] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27783/stat : 27783 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428035 10813550592 262090 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738228657 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27784] ppid=27767 vsize=10560108 CPUtime=0.52 cores=0,2,4,6
/proc/27769/task/27784/stat : 27784 (java) S 27767 27769 24981 0 -1 4202560 7799 0 0 0 52 0 0 0 17 0 18 0 811428035 10813550592 262092 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27785] ppid=27767 vsize=10560108 CPUtime=0.36 cores=0,2,4,6
/proc/27769/task/27785/stat : 27785 (java) S 27767 27769 24981 0 -1 4202560 5508 0 0 0 35 1 0 0 18 0 18 0 811428035 10813550592 262094 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 4 0 0 0
[pid=27769/tid=27786] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27786/stat : 27786 (java) S 27767 27769 24981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811428035 10813550592 262096 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27787] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27787/stat : 27787 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 811428035 10813550592 262098 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 10560108

[startup+6.30121 s]
/proc/loadavg: 3.84 3.91 3.62 4/553 27787
/proc/meminfo: memFree=16958044/32951124 swapFree=62999000/67111528
[pid=27769] ppid=27767 vsize=10560108 CPUtime=7.28 cores=0,2,4,6
/proc/27769/stat : 27769 (java) S 27767 27769 24981 0 -1 4202496 515713 0 1 0 664 64 0 0 24 0 18 0 811428029 10813550592 510017 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27769/statm: 2640027 510021 2222 9 0 2630761 0
[pid=27769/tid=27770] ppid=27767 vsize=10560108 CPUtime=6.28 cores=0,2,4,6
/proc/27769/task/27770/stat : 27770 (java) R 27767 27769 24981 0 -1 4202560 501216 0 1 0 567 61 0 0 25 0 18 0 811428029 10813550592 510022 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 46912505578242 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27769/tid=27772] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27772/stat : 27772 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 510025 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27773] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27773/stat : 27773 (java) S 27767 27769 24981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 510027 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27774] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27774/stat : 27774 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 811428031 10813550592 510029 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27775] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27775/stat : 27775 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 510031 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27776] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27776/stat : 27776 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 510033 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27777] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27777/stat : 27777 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 510035 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27778] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27778/stat : 27778 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 510037 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27779] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27779/stat : 27779 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428031 10813550592 510050 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27780] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27780/stat : 27780 (java) S 27767 27769 24981 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 811428032 10813550592 510052 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 0 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27781] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27781/stat : 27781 (java) S 27767 27769 24981 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811428033 10813550592 510052 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27782] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27782/stat : 27782 (java) S 27767 27769 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 811428033 10813550592 510052 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27783] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27783/stat : 27783 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811428035 10813550592 510052 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738228657 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27784] ppid=27767 vsize=10560108 CPUtime=0.59 cores=0,2,4,6
/proc/27769/task/27784/stat : 27784 (java) S 27767 27769 24981 0 -1 4202560 7814 0 0 0 59 0 0 0 15 0 18 0 811428035 10813550592 510052 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27785] ppid=27767 vsize=10560108 CPUtime=0.37 cores=0,2,4,6
/proc/27769/task/27785/stat : 27785 (java) S 27767 27769 24981 0 -1 4202560 5532 0 0 0 36 1 0 0 16 0 18 0 811428035 10813550592 510058 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 4 0 0 0
[pid=27769/tid=27786] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27786/stat : 27786 (java) S 27767 27769 24981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811428035 10813550592 510075 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27787] ppid=27767 vsize=10560108 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27787/stat : 27787 (java) S 27767 27769 24981 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 811428035 10813550592 510090 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0

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

/proc/meminfo: memFree=13491792/32951124 swapFree=62999000/67111528
[pid=27769] ppid=27767 vsize=10561548 CPUtime=1619.51 cores=0,2,4,6
/proc/27769/stat : 27769 (java) S 27767 27769 24981 0 -1 4202496 1147919 0 1 0 161798 153 0 0 24 0 22 0 811428029 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27769/statm: 2640387 1079767 2262 9 0 2631121 0
[pid=27769/tid=27770] ppid=27767 vsize=10561548 CPUtime=7.99 cores=0,2,4,6
/proc/27769/task/27770/stat : 27770 (java) S 27767 27769 24981 0 -1 4202560 642422 0 1 0 721 78 0 0 15 0 22 0 811428029 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27772] ppid=27767 vsize=10561548 CPUtime=1.6 cores=0,2,4,6
/proc/27769/task/27772/stat : 27772 (java) S 27767 27769 24981 0 -1 4202560 62081 0 0 0 151 9 0 0 16 0 22 0 811428031 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27773] ppid=27767 vsize=10561548 CPUtime=1.05 cores=0,2,4,6
/proc/27769/task/27773/stat : 27773 (java) S 27767 27769 24981 0 -1 4202560 34667 0 0 0 101 4 0 0 16 0 22 0 811428031 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27774] ppid=27767 vsize=10561548 CPUtime=1.74 cores=0,2,4,6
/proc/27769/task/27774/stat : 27774 (java) S 27767 27769 24981 0 -1 4202560 75093 0 0 0 162 12 0 0 16 0 22 0 811428031 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27775] ppid=27767 vsize=10561548 CPUtime=1.45 cores=0,2,4,6
/proc/27769/task/27775/stat : 27775 (java) S 27767 27769 24981 0 -1 4202560 53829 0 0 0 137 8 0 0 16 0 22 0 811428031 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27776] ppid=27767 vsize=10561548 CPUtime=0.97 cores=0,2,4,6
/proc/27769/task/27776/stat : 27776 (java) S 27767 27769 24981 0 -1 4202560 25523 0 0 0 93 4 0 0 16 0 22 0 811428031 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27777] ppid=27767 vsize=10561548 CPUtime=1.7 cores=0,2,4,6
/proc/27769/task/27777/stat : 27777 (java) S 27767 27769 24981 0 -1 4202560 62763 0 0 0 163 7 0 0 15 0 22 0 811428031 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27778] ppid=27767 vsize=10561548 CPUtime=1.28 cores=0,2,4,6
/proc/27769/task/27778/stat : 27778 (java) S 27767 27769 24981 0 -1 4202560 58070 0 0 0 120 8 0 0 15 0 22 0 811428031 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 4 0 0 0
[pid=27769/tid=27779] ppid=27767 vsize=10561548 CPUtime=1.81 cores=0,2,4,6
/proc/27769/task/27779/stat : 27779 (java) S 27767 27769 24981 0 -1 4202560 46755 0 0 0 175 6 0 0 16 0 22 0 811428031 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27780] ppid=27767 vsize=10561548 CPUtime=24.49 cores=0,2,4,6
/proc/27769/task/27780/stat : 27780 (java) S 27767 27769 24981 0 -1 4202560 62900 0 0 0 2441 8 0 0 15 0 22 0 811428032 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 0 0 16800975 18446604445288555520 0 0 -1 4 0 0 0
[pid=27769/tid=27781] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27781/stat : 27781 (java) S 27767 27769 24981 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811428033 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27782] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27782/stat : 27782 (java) S 27767 27769 24981 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811428033 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27783] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27783/stat : 27783 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811428035 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738228657 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27784] ppid=27767 vsize=10561548 CPUtime=1.41 cores=0,2,4,6
/proc/27769/task/27784/stat : 27784 (java) S 27767 27769 24981 0 -1 4202560 8163 0 0 0 141 0 0 0 15 0 22 0 811428035 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27785] ppid=27767 vsize=10561548 CPUtime=0.89 cores=0,2,4,6
/proc/27769/task/27785/stat : 27785 (java) S 27767 27769 24981 0 -1 4202560 5601 0 0 0 88 1 0 0 15 0 22 0 811428035 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 4 0 0 0
[pid=27769/tid=27786] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27786/stat : 27786 (java) S 27767 27769 24981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811428035 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27787] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27787/stat : 27787 (java) S 27767 27769 24981 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 811428035 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27788] ppid=27767 vsize=10561548 CPUtime=786.53 cores=0,2,4,6
/proc/27769/task/27788/stat : 27788 (java) R 27767 27769 24981 0 -1 4202560 98 0 0 0 78652 1 0 0 25 0 22 0 811428830 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 46912505914230 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27769/tid=27789] ppid=27767 vsize=10561548 CPUtime=786.47 cores=0,2,4,6
/proc/27769/task/27789/stat : 27789 (java) R 27767 27769 24981 0 -1 4202560 8748 0 0 0 78646 1 0 0 25 0 22 0 811428830 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 46912505954662 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27769/tid=27790] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27790/stat : 27790 (java) S 27767 27769 24981 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 811428895 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 4 0 16800975 18446604445288555520 0 0 -1 4 0 0 0
[pid=27769/tid=27791] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27791/stat : 27791 (java) S 27767 27769 24981 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 811428906 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1619.51
Current children cumulated vsize (KiB) 10561548

[startup+882.302 s]
/proc/loadavg: 3.86 3.93 3.82 5/557 27818
/proc/meminfo: memFree=13491012/32951124 swapFree=62999000/67111528
[pid=27769] ppid=27767 vsize=10561548 CPUtime=1737.84 cores=0,2,4,6
/proc/27769/stat : 27769 (java) S 27767 27769 24981 0 -1 4202496 1151562 0 1 0 173630 154 0 0 24 0 22 0 811428029 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27769/statm: 2640387 1079767 2262 9 0 2631121 0
[pid=27769/tid=27770] ppid=27767 vsize=10561548 CPUtime=7.99 cores=0,2,4,6
/proc/27769/task/27770/stat : 27770 (java) S 27767 27769 24981 0 -1 4202560 642423 0 1 0 721 78 0 0 15 0 22 0 811428029 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27772] ppid=27767 vsize=10561548 CPUtime=1.64 cores=0,2,4,6
/proc/27769/task/27772/stat : 27772 (java) S 27767 27769 24981 0 -1 4202560 62081 0 0 0 155 9 0 0 15 0 22 0 811428031 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27773] ppid=27767 vsize=10561548 CPUtime=1.12 cores=0,2,4,6
/proc/27769/task/27773/stat : 27773 (java) S 27767 27769 24981 0 -1 4202560 34667 0 0 0 108 4 0 0 16 0 22 0 811428031 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27774] ppid=27767 vsize=10561548 CPUtime=1.76 cores=0,2,4,6
/proc/27769/task/27774/stat : 27774 (java) S 27767 27769 24981 0 -1 4202560 75093 0 0 0 164 12 0 0 15 0 22 0 811428031 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27775] ppid=27767 vsize=10561548 CPUtime=1.49 cores=0,2,4,6
/proc/27769/task/27775/stat : 27775 (java) S 27767 27769 24981 0 -1 4202560 53829 0 0 0 141 8 0 0 15 0 22 0 811428031 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27776] ppid=27767 vsize=10561548 CPUtime=1.01 cores=0,2,4,6
/proc/27769/task/27776/stat : 27776 (java) S 27767 27769 24981 0 -1 4202560 25523 0 0 0 97 4 0 0 15 0 22 0 811428031 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27777] ppid=27767 vsize=10561548 CPUtime=1.75 cores=0,2,4,6
/proc/27769/task/27777/stat : 27777 (java) S 27767 27769 24981 0 -1 4202560 62763 0 0 0 168 7 0 0 16 0 22 0 811428031 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27778] ppid=27767 vsize=10561548 CPUtime=1.32 cores=0,2,4,6
/proc/27769/task/27778/stat : 27778 (java) S 27767 27769 24981 0 -1 4202560 58070 0 0 0 124 8 0 0 15 0 22 0 811428031 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27779] ppid=27767 vsize=10561548 CPUtime=1.86 cores=0,2,4,6
/proc/27769/task/27779/stat : 27779 (java) S 27767 27769 24981 0 -1 4202560 46755 0 0 0 180 6 0 0 16 0 22 0 811428031 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27780] ppid=27767 vsize=10561548 CPUtime=26.3 cores=0,2,4,6
/proc/27769/task/27780/stat : 27780 (java) S 27767 27769 24981 0 -1 4202560 66531 0 0 0 2622 8 0 0 15 0 22 0 811428032 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 0 0 16800975 18446604445288555520 0 0 -1 4 0 0 0
[pid=27769/tid=27781] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27781/stat : 27781 (java) S 27767 27769 24981 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811428033 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27782] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27782/stat : 27782 (java) S 27767 27769 24981 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811428033 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27783] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27783/stat : 27783 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811428035 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738228657 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27784] ppid=27767 vsize=10561548 CPUtime=1.41 cores=0,2,4,6
/proc/27769/task/27784/stat : 27784 (java) S 27767 27769 24981 0 -1 4202560 8163 0 0 0 141 0 0 0 15 0 22 0 811428035 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27785] ppid=27767 vsize=10561548 CPUtime=0.89 cores=0,2,4,6
/proc/27769/task/27785/stat : 27785 (java) S 27767 27769 24981 0 -1 4202560 5601 0 0 0 88 1 0 0 15 0 22 0 811428035 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 4 0 0 0
[pid=27769/tid=27786] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27786/stat : 27786 (java) S 27767 27769 24981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811428035 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27787] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27787/stat : 27787 (java) S 27767 27769 24981 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 811428035 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27788] ppid=27767 vsize=10561548 CPUtime=844.61 cores=0,2,4,6
/proc/27769/task/27788/stat : 27788 (java) R 27767 27769 24981 0 -1 4202560 100 0 0 0 84460 1 0 0 25 0 22 0 811428830 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 46912505949417 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27769/tid=27789] ppid=27767 vsize=10561548 CPUtime=844.54 cores=0,2,4,6
/proc/27769/task/27789/stat : 27789 (java) R 27767 27769 24981 0 -1 4202560 8753 0 0 0 84453 1 0 0 25 0 22 0 811428830 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 46912506302772 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27769/tid=27790] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27790/stat : 27790 (java) S 27767 27769 24981 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 811428895 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 4 0 16800975 18446604445288555520 0 0 -1 4 0 0 0
[pid=27769/tid=27791] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27791/stat : 27791 (java) S 27767 27769 24981 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 811428906 10815025152 1079767 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1737.84
Current children cumulated vsize (KiB) 10561548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+913.402 s]
/proc/loadavg: 3.92 3.94 3.82 5/557 27916
/proc/meminfo: memFree=15323524/32951124 swapFree=62999000/67111528
[pid=27769] ppid=27767 vsize=10561548 CPUtime=1800.11 cores=0,2,4,6
/proc/27769/stat : 27769 (java) S 27767 27769 24981 0 -1 4202496 1151571 0 1 0 179857 154 0 0 24 0 22 0 811428029 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27769/statm: 2640387 1079768 2262 9 0 2631121 0
[pid=27769/tid=27770] ppid=27767 vsize=10561548 CPUtime=7.99 cores=0,2,4,6
/proc/27769/task/27770/stat : 27770 (java) S 27767 27769 24981 0 -1 4202560 642423 0 1 0 721 78 0 0 15 0 22 0 811428029 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27772] ppid=27767 vsize=10561548 CPUtime=1.65 cores=0,2,4,6
/proc/27769/task/27772/stat : 27772 (java) S 27767 27769 24981 0 -1 4202560 62081 0 0 0 156 9 0 0 15 0 22 0 811428031 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27773] ppid=27767 vsize=10561548 CPUtime=1.14 cores=0,2,4,6
/proc/27769/task/27773/stat : 27773 (java) S 27767 27769 24981 0 -1 4202560 34667 0 0 0 110 4 0 0 16 0 22 0 811428031 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27774] ppid=27767 vsize=10561548 CPUtime=1.77 cores=0,2,4,6
/proc/27769/task/27774/stat : 27774 (java) S 27767 27769 24981 0 -1 4202560 75093 0 0 0 165 12 0 0 15 0 22 0 811428031 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27775] ppid=27767 vsize=10561548 CPUtime=1.5 cores=0,2,4,6
/proc/27769/task/27775/stat : 27775 (java) S 27767 27769 24981 0 -1 4202560 53829 0 0 0 142 8 0 0 16 0 22 0 811428031 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 4 0 0 0
[pid=27769/tid=27776] ppid=27767 vsize=10561548 CPUtime=1.02 cores=0,2,4,6
/proc/27769/task/27776/stat : 27776 (java) S 27767 27769 24981 0 -1 4202560 25523 0 0 0 98 4 0 0 15 0 22 0 811428031 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27777] ppid=27767 vsize=10561548 CPUtime=1.76 cores=0,2,4,6
/proc/27769/task/27777/stat : 27777 (java) S 27767 27769 24981 0 -1 4202560 62763 0 0 0 169 7 0 0 16 0 22 0 811428031 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27778] ppid=27767 vsize=10561548 CPUtime=1.33 cores=0,2,4,6
/proc/27769/task/27778/stat : 27778 (java) S 27767 27769 24981 0 -1 4202560 58071 0 0 0 125 8 0 0 15 0 22 0 811428031 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27779] ppid=27767 vsize=10561548 CPUtime=1.88 cores=0,2,4,6
/proc/27769/task/27779/stat : 27779 (java) S 27767 27769 24981 0 -1 4202560 46755 0 0 0 182 6 0 0 16 0 22 0 811428031 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27780] ppid=27767 vsize=10561548 CPUtime=26.3 cores=0,2,4,6
/proc/27769/task/27780/stat : 27780 (java) S 27767 27769 24981 0 -1 4202560 66533 0 0 0 2622 8 0 0 15 0 22 0 811428032 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 0 0 16800975 18446604445288555520 0 0 -1 4 0 0 0
[pid=27769/tid=27781] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27781/stat : 27781 (java) S 27767 27769 24981 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811428033 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27782] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27782/stat : 27782 (java) S 27767 27769 24981 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811428033 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27783] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27783/stat : 27783 (java) S 27767 27769 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811428035 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738228657 0 4 0 16800975 18446604445288555520 0 0 -1 6 0 0 0
[pid=27769/tid=27784] ppid=27767 vsize=10561548 CPUtime=1.41 cores=0,2,4,6
/proc/27769/task/27784/stat : 27784 (java) S 27767 27769 24981 0 -1 4202560 8163 0 0 0 141 0 0 0 15 0 22 0 811428035 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
[pid=27769/tid=27785] ppid=27767 vsize=10561548 CPUtime=0.89 cores=0,2,4,6
/proc/27769/task/27785/stat : 27785 (java) S 27767 27769 24981 0 -1 4202560 5601 0 0 0 88 1 0 0 15 0 22 0 811428035 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 4 0 0 0
[pid=27769/tid=27786] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27786/stat : 27786 (java) S 27767 27769 24981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811428035 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738220953 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27787] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27787/stat : 27787 (java) S 27767 27769 24981 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 811428035 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 4 0 16800975 18446604445288555520 0 0 -1 0 0 0 0
[pid=27769/tid=27788] ppid=27767 vsize=10561548 CPUtime=875.69 cores=0,2,4,6
/proc/27769/task/27788/stat : 27788 (java) R 27767 27769 24981 0 -1 4202560 102 0 0 0 87568 1 0 0 25 0 22 0 811428830 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 46912505789671 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27769/tid=27789] ppid=27767 vsize=10561548 CPUtime=875.63 cores=0,2,4,6
/proc/27769/task/27789/stat : 27789 (java) R 27767 27769 24981 0 -1 4202560 8755 0 0 0 87562 1 0 0 25 0 22 0 811428830 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 46912505729944 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27769/tid=27790] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27790/stat : 27790 (java) S 27767 27769 24981 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 811428895 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 4 0 16800975 18446604445288555520 0 0 -1 4 0 0 0
[pid=27769/tid=27791] ppid=27767 vsize=10561548 CPUtime=0 cores=0,2,4,6
/proc/27769/task/27791/stat : 27791 (java) S 27767 27769 24981 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 811428906 10815025152 1079768 33554432000 1073741824 1073778376 140734341435728 18446744073709551615 264738221568 0 4 0 16800975 18446604445288555520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 10561548

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

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

[startup+913.601 s]
/proc/loadavg: 3.92 3.94 3.82 5/557 27916
/proc/meminfo: memFree=15323524/32951124 swapFree=62999000/67111528
[pid=27769] ppid=27767 vsize=0 CPUtime=1800.31 cores=0,2,4,6
/proc/27769/stat : 27769 (java) Z 27767 27769 24981 0 -1 4203548 1151604 0 1 0 179861 170 0 0 17 0 2 0 811428029 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27769/statm: 0 0 0 0 0 0 0
[pid=27769/tid=27791] ppid=27767 vsize=0 CPUtime=0.16 cores=0,2,4,6
/proc/27769/task/27791/stat : 27791 (java) R 27767 27769 24981 0 -1 4203588 8 0 0 0 0 16 0 0 18 0 2 0 811428906 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 913.609
CPU time (s): 1800.33
CPU user time (s): 1798.62
CPU system time (s): 1.71374
CPU usage (%): 197.057
Max. virtual memory (cumulated for all children) (KiB): 10602600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.62
system time used= 1.71374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1151604
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= 24219
involuntary context switches= 23488

runsolver used 5.18621 second user time and 10.6354 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-04 14:22:04
IDJOB=3454190
IDBENCH=2314
IDSOLVER=1950
FILE ID=node141/3454190-1307190123
RUNJOBID= node141-1307188285-27451
PBS_JOBID= 13508859
Free space on /tmp= 73868 MiB

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

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

MD5SUM BENCH= 143c67a6efdf0b74421c6a96157a0df7
RANDOM SEED=41483770

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      18743424 kB
Buffers:        287864 kB
Cached:         713700 kB
SwapCached:       8848 kB
Active:       13373432 kB
Inactive:       563044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18743424 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:           41652 kB
Writeback:           0 kB
AnonPages:    12933364 kB
Mapped:          33788 kB
Slab:           126616 kB
PageTables:      75852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 161018984 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= 73872 MiB
End job on node141 at 2011-06-04 14:37:20