Trace number 3454168

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.45 909.056

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos9.opb
MD5SUM9b565ffd2f62b11d1859d685ea38235b
Bench CategoryOPT-MEDINT (optimisation, medium 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 variables874498
Total number of constraints110909
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints110822
Minimum length of a constraint11
Maximum length of a constraint14080
Number of terms in the objective function 198658
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 38727219
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 30720
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 38727219
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454168-1307187657.opb
0.11/0.11	c reading problem ... 
12.29/10.08	c ... done. Wall clock time 9.975s.
12.29/10.08	c #vars     874498
12.29/10.08	c #constraints  118637
12.29/10.08	c constraints type 
12.29/10.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
12.29/10.08	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 118550
12.29/10.08	c constraints type 
12.29/10.08	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87
12.29/10.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 118550
106.37/54.19	c cleaning 0 clauses out of 5000 with flag 0/5000
199.42/101.33	c cleaning 0 clauses out of 11000 with flag 0/11000
227.16/116.07	c cleaning 2499 clauses out of 5000 with flag 5000/5000
374.42/190.29	c cleaning 0 clauses out of 18000 with flag 0/18000
549.82/279.13	c cleaning 4245 clauses out of 8501 with flag 11000/11000
689.72/349.97	c cleaning 0 clauses out of 26000 with flag 0/26000
888.74/450.11	c cleaning 5594 clauses out of 11256 with flag 18000/18000
1184.47/598.58	c cleaning 0 clauses out of 35001 with flag 0/35001
1328.62/671.70	c cleaning 6784 clauses out of 13662 with flag 26000/26000
1698.11/856.96	c cleaning 0 clauses out of 45000 with flag 0/45000
1800.18/908.82	c starts		: 61
1800.18/908.82	c conflicts		: 33412
1800.18/908.82	c decisions		: 901187
1800.18/908.82	c propagations		: 36708141
1800.18/908.82	c inspects		: 128290372
1800.18/908.82	c shortcuts		: 0
1800.18/908.82	c learnt literals	: 0
1800.18/908.82	c learnt binary clauses	: 0
1800.18/908.82	c learnt ternary clauses	: 40
1800.18/908.82	c learnt constraints	: 33411
1800.18/908.82	c ignored constraints	: 0
1800.18/908.82	c root simplifications	: 0
1800.18/908.82	c removed literals (reason simplification)	: 2134773
1800.18/908.82	c reason swapping (by a shorter reason)	: 0
1800.18/908.82	c Calls to reduceDB	: 4
1800.18/908.82	c number of reductions to clauses (during analyze)	: 0
1800.18/908.82	c number of learned constraints concerned by reduction	: 0
1800.18/908.82	c number of learning phase by resolution	: 0
1800.18/908.82	c number of learning phase by cutting planes	: 0
1800.18/908.82	c speed (assignments/second)	: 40844.1412782605
1800.18/908.82	c non guided choices	6829
1800.18/908.83	c learnt constraints type 
1800.18/908.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14289
1800.18/908.83	c constraints type 
1800.18/908.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
1800.18/908.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 118550
1800.18/908.83	c constraints type 
1800.18/908.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87
1800.18/908.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 118550
1800.18/908.83	s UNKNOWN
1800.18/908.83	c Total wall clock time (in seconds): 908.722

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-3454168-1307187657/watcher-3454168-1307187657 -o /tmp/evaluation-result-3454168-1307187657/solver-3454168-1307187657 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454168-1307187657.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.00 1.03 1.32 1/539 32616
/proc/meminfo: memFree=21159844/32951124 swapFree=58800704/67111528
[pid=32616] ppid=32614 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/32616/stat : 32616 (java) S 32614 32616 30263 0 -1 4202496 7569 0 1 0 0 0 0 0 21 0 2 0 811181322 10694979584 7271 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107253733 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/32616/statm: 2611079 7283 917 9 0 2602235 0
[pid=32616/tid=32617] ppid=32614 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32617/stat : 32617 (java) R 32614 32616 30263 0 -1 4202560 6519 0 1 0 0 0 0 0 23 0 2 0 811181322 10694979584 7335 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228095145019 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.068762 s]
/proc/loadavg: 1.00 1.03 1.32 1/539 32616
/proc/meminfo: memFree=21159844/32951124 swapFree=58800704/67111528
[pid=32616] ppid=32614 vsize=10473088 CPUtime=0.05 cores=0,2,4,6
/proc/32616/stat : 32616 (java) S 32614 32616 30263 0 -1 4202496 11821 0 1 0 4 1 0 0 21 0 18 0 811181322 10724442112 11518 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32616/statm: 2618272 11519 1742 9 0 2609006 0
[pid=32616/tid=32617] ppid=32614 vsize=10473088 CPUtime=0.05 cores=0,2,4,6
/proc/32616/task/32617/stat : 32617 (java) R 32614 32616 30263 0 -1 4202560 10648 0 1 0 4 1 0 0 25 0 18 0 811181322 10724442112 11520 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 46912505164395 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10473088

[startup+0.100734 s]
/proc/loadavg: 1.00 1.03 1.32 1/539 32616
/proc/meminfo: memFree=21159844/32951124 swapFree=58800704/67111528
[pid=32616] ppid=32614 vsize=10539668 CPUtime=0.11 cores=0,2,4,6
/proc/32616/stat : 32616 (java) S 32614 32616 30263 0 -1 4202496 13089 0 1 0 9 2 0 0 21 0 18 0 811181322 10792620032 12765 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32616/statm: 2634917 12765 2092 9 0 2625651 0
[pid=32616/tid=32617] ppid=32614 vsize=10539668 CPUtime=0.08 cores=0,2,4,6
/proc/32616/task/32617/stat : 32617 (java) R 32614 32616 30263 0 -1 4202560 11130 0 1 0 7 1 0 0 18 0 18 0 811181322 10792620032 12765 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 47511758573475 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539668

[startup+0.300685 s]
/proc/loadavg: 1.00 1.03 1.32 1/539 32616
/proc/meminfo: memFree=21159844/32951124 swapFree=58800704/67111528
[pid=32616] ppid=32614 vsize=10540732 CPUtime=0.45 cores=0,2,4,6
/proc/32616/stat : 32616 (java) S 32614 32616 30263 0 -1 4202496 28954 0 1 0 41 4 0 0 21 0 18 0 811181322 10793709568 28390 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32616/statm: 2635183 28393 2199 9 0 2625917 0
[pid=32616/tid=32617] ppid=32614 vsize=10540732 CPUtime=0.28 cores=0,2,4,6
/proc/32616/task/32617/stat : 32617 (java) R 32614 32616 30263 0 -1 4202560 26170 0 1 0 24 4 0 0 18 0 18 0 811181322 10793709568 28395 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 46912505560347 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10540732

[startup+0.700616 s]
/proc/loadavg: 1.00 1.03 1.32 1/539 32616
/proc/meminfo: memFree=21159844/32951124 swapFree=58800704/67111528
[pid=32616] ppid=32614 vsize=10543964 CPUtime=1.08 cores=0,2,4,6
/proc/32616/stat : 32616 (java) S 32614 32616 30263 0 -1 4202496 60650 0 1 0 100 8 0 0 21 0 18 0 811181322 10797019136 59352 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32616/statm: 2635991 59356 2211 9 0 2626725 0
[pid=32616/tid=32617] ppid=32614 vsize=10543964 CPUtime=0.68 cores=0,2,4,6
/proc/32616/task/32617/stat : 32617 (java) R 32614 32616 30263 0 -1 4202560 55641 0 1 0 61 7 0 0 18 0 18 0 811181322 10797019136 59358 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 46912505560365 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 10543964

[startup+1.50148 s]
/proc/loadavg: 1.16 1.06 1.33 4/560 32637
/proc/meminfo: memFree=20751540/32951124 swapFree=58800704/67111528
[pid=32616] ppid=32614 vsize=10543964 CPUtime=2.01 cores=0,2,4,6
/proc/32616/stat : 32616 (java) S 32614 32616 30263 0 -1 4202496 168041 0 1 0 181 20 0 0 21 0 18 0 811181322 10797019136 166100 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32616/statm: 2635991 166106 2212 9 0 2626725 0
[pid=32616/tid=32617] ppid=32614 vsize=10543964 CPUtime=1.48 cores=0,2,4,6
/proc/32616/task/32617/stat : 32617 (java) R 32614 32616 30263 0 -1 4202560 162321 0 1 0 130 18 0 0 20 0 18 0 811181322 10797019136 166109 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 46912505661005 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32616/tid=32619] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32619/stat : 32619 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 811181324 10797019136 166113 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32620] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32620/stat : 32620 (java) S 32614 32616 30263 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 166117 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32621] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32621/stat : 32621 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 166120 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32622] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32622/stat : 32622 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 166124 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32623] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32623/stat : 32623 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 166128 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32624] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32624/stat : 32624 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 166131 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32625] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32625/stat : 32625 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 166135 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32626] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32626/stat : 32626 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 166139 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32627] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32627/stat : 32627 (java) S 32614 32616 30263 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 811181325 10797019136 166142 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 0 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32628] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32628/stat : 32628 (java) S 32614 32616 30263 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811181325 10797019136 166145 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32629] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32629/stat : 32629 (java) S 32614 32616 30263 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 811181325 10797019136 166149 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32630] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32630/stat : 32630 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181327 10797019136 166152 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107274673 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32631] ppid=32614 vsize=10543964 CPUtime=0.24 cores=0,2,4,6
/proc/32616/task/32631/stat : 32631 (java) S 32614 32616 30263 0 -1 4202560 1744 0 0 0 24 0 0 0 15 0 18 0 811181327 10797019136 166156 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32632] ppid=32614 vsize=10543964 CPUtime=0.27 cores=0,2,4,6
/proc/32616/task/32632/stat : 32632 (java) S 32614 32616 30263 0 -1 4202560 2835 0 0 0 27 0 0 0 15 0 18 0 811181327 10797019136 166160 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32633] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32633/stat : 32633 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181327 10797019136 166163 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32634] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32634/stat : 32634 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 811181327 10797019136 166167 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 10543964

[startup+3.10117 s]
/proc/loadavg: 1.16 1.06 1.33 4/560 32637
/proc/meminfo: memFree=20114552/32951124 swapFree=58800704/67111528
[pid=32616] ppid=32614 vsize=10543964 CPUtime=3.65 cores=0,2,4,6
/proc/32616/stat : 32616 (java) S 32614 32616 30263 0 -1 4202496 370271 0 1 0 321 44 0 0 21 0 18 0 811181322 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32616/statm: 2635991 368329 2220 9 0 2626725 0
[pid=32616/tid=32617] ppid=32614 vsize=10543964 CPUtime=3.08 cores=0,2,4,6
/proc/32616/task/32617/stat : 32617 (java) R 32614 32616 30263 0 -1 4202560 364534 0 1 0 265 43 0 0 25 0 18 0 811181322 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 46912505792141 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32616/tid=32619] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32619/stat : 32619 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 811181324 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32620] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32620/stat : 32620 (java) S 32614 32616 30263 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32621] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32621/stat : 32621 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32622] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32622/stat : 32622 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32623] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32623/stat : 32623 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32624] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32624/stat : 32624 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32625] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32625/stat : 32625 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32626] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32626/stat : 32626 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32627] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32627/stat : 32627 (java) S 32614 32616 30263 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 811181325 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 0 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32628] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32628/stat : 32628 (java) S 32614 32616 30263 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811181325 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32629] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32629/stat : 32629 (java) S 32614 32616 30263 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 811181325 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32630] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32630/stat : 32630 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181327 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107274673 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32631] ppid=32614 vsize=10543964 CPUtime=0.28 cores=0,2,4,6
/proc/32616/task/32631/stat : 32631 (java) S 32614 32616 30263 0 -1 4202560 1750 0 0 0 28 0 0 0 16 0 18 0 811181327 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32632] ppid=32614 vsize=10543964 CPUtime=0.27 cores=0,2,4,6
/proc/32616/task/32632/stat : 32632 (java) S 32614 32616 30263 0 -1 4202560 2836 0 0 0 27 0 0 0 15 0 18 0 811181327 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32633] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32633/stat : 32633 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181327 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32634] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32634/stat : 32634 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 811181327 10797019136 368329 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 10543964

[startup+6.30154 s]
/proc/loadavg: 1.16 1.06 1.33 4/560 32637
/proc/meminfo: memFree=18889992/32951124 swapFree=58800704/67111528
[pid=32616] ppid=32614 vsize=10543964 CPUtime=6.86 cores=0,2,4,6
/proc/32616/stat : 32616 (java) S 32614 32616 30263 0 -1 4202496 663817 0 1 0 608 78 0 0 21 0 18 0 811181322 10797019136 661823 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32616/statm: 2635991 661830 2231 9 0 2626725 0
[pid=32616/tid=32617] ppid=32614 vsize=10543964 CPUtime=6.25 cores=0,2,4,6
/proc/32616/task/32617/stat : 32617 (java) S 32614 32616 30263 0 -1 4202560 650937 0 1 0 549 76 0 0 25 0 18 0 811181322 10797019136 661834 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32619] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32619/stat : 32619 (java) R 32614 32616 30263 0 -1 4202560 2838 0 0 0 0 0 0 0 18 0 18 0 811181324 10797019136 661841 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 47511757747913 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32616/tid=32620] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32620/stat : 32620 (java) S 32614 32616 30263 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 661845 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32621] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32621/stat : 32621 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 661849 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32622] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32622/stat : 32622 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 661853 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32623] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32623/stat : 32623 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181324 10797019136 661857 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32624] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32624/stat : 32624 (java) R 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 811181324 10797019136 661865 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32616/tid=32625] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32625/stat : 32625 (java) R 32614 32616 30263 0 -1 4202560 2698 0 0 0 0 0 0 0 18 0 18 0 811181324 10797019136 661870 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 47511757747913 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32616/tid=32626] ppid=32614 vsize=10543964 CPUtime=0.01 cores=0,2,4,6
/proc/32616/task/32626/stat : 32626 (java) R 32614 32616 30263 0 -1 4202560 1639 0 0 0 1 0 0 0 18 0 18 0 811181324 10797019136 661872 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 47511759452288 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32616/tid=32627] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32627/stat : 32627 (java) S 32614 32616 30263 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 811181325 10797019136 661876 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 0 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32628] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32628/stat : 32628 (java) S 32614 32616 30263 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811181325 10797019136 661880 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32629] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32629/stat : 32629 (java) S 32614 32616 30263 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 811181325 10797019136 661885 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32630] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32630/stat : 32630 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181327 10797019136 661891 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107274673 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32631] ppid=32614 vsize=10543964 CPUtime=0.28 cores=0,2,4,6
/proc/32616/task/32631/stat : 32631 (java) S 32614 32616 30263 0 -1 4202560 1750 0 0 0 28 0 0 0 15 0 18 0 811181327 10797019136 661895 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32632] ppid=32614 vsize=10543964 CPUtime=0.27 cores=0,2,4,6
/proc/32616/task/32632/stat : 32632 (java) S 32614 32616 30263 0 -1 4202560 2836 0 0 0 27 0 0 0 15 0 18 0 811181327 10797019136 661900 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32633] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32633/stat : 32633 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811181327 10797019136 661905 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32634] ppid=32614 vsize=10543964 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32634/stat : 32634 (java) S 32614 32616 30263 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 811181327 10797019136 661910 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0

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

/proc/meminfo: memFree=12421768/32951124 swapFree=58800704/67111528
[pid=32616] ppid=32614 vsize=10550176 CPUtime=1628.68 cores=0,2,4,6
/proc/32616/stat : 32616 (java) S 32614 32616 30263 0 -1 4202496 1444756 0 1 0 162676 192 0 0 21 0 22 0 811181322 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32616/statm: 2637544 1298122 2266 9 0 2628278 0
[pid=32616/tid=32617] ppid=32614 vsize=10550176 CPUtime=9.46 cores=0,2,4,6
/proc/32616/task/32617/stat : 32617 (java) S 32614 32616 30263 0 -1 4202560 651006 0 1 0 869 77 0 0 15 0 22 0 811181322 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32619] ppid=32614 vsize=10550176 CPUtime=3 cores=0,2,4,6
/proc/32616/task/32619/stat : 32619 (java) S 32614 32616 30263 0 -1 4202560 107702 0 0 0 287 13 0 0 16 0 22 0 811181324 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32620] ppid=32614 vsize=10550176 CPUtime=2.14 cores=0,2,4,6
/proc/32616/task/32620/stat : 32620 (java) S 32614 32616 30263 0 -1 4202560 77887 0 0 0 204 10 0 0 15 0 22 0 811181324 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32621] ppid=32614 vsize=10550176 CPUtime=1.95 cores=0,2,4,6
/proc/32616/task/32621/stat : 32621 (java) S 32614 32616 30263 0 -1 4202560 62638 0 0 0 187 8 0 0 15 0 22 0 811181324 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 0 0 0 0
[pid=32616/tid=32622] ppid=32614 vsize=10550176 CPUtime=2.81 cores=0,2,4,6
/proc/32616/task/32622/stat : 32622 (java) S 32614 32616 30263 0 -1 4202560 88647 0 0 0 269 12 0 0 15 0 22 0 811181324 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32623] ppid=32614 vsize=10550176 CPUtime=2.13 cores=0,2,4,6
/proc/32616/task/32623/stat : 32623 (java) S 32614 32616 30263 0 -1 4202560 49315 0 0 0 207 6 0 0 15 0 22 0 811181324 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 0 0 0 0
[pid=32616/tid=32624] ppid=32614 vsize=10550176 CPUtime=2.22 cores=0,2,4,6
/proc/32616/task/32624/stat : 32624 (java) S 32614 32616 30263 0 -1 4202560 50188 0 0 0 215 7 0 0 16 0 22 0 811181324 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 0 0 0 0
[pid=32616/tid=32625] ppid=32614 vsize=10550176 CPUtime=2.78 cores=0,2,4,6
/proc/32616/task/32625/stat : 32625 (java) S 32614 32616 30263 0 -1 4202560 87121 0 0 0 267 11 0 0 15 0 22 0 811181324 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32626] ppid=32614 vsize=10550176 CPUtime=2.76 cores=0,2,4,6
/proc/32616/task/32626/stat : 32626 (java) S 32614 32616 30263 0 -1 4202560 116679 0 0 0 261 15 0 0 16 0 22 0 811181324 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32627] ppid=32614 vsize=10550176 CPUtime=18.43 cores=0,2,4,6
/proc/32616/task/32627/stat : 32627 (java) S 32614 32616 30263 0 -1 4202560 139351 0 0 0 1821 22 0 0 15 0 22 0 811181325 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 0 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32628] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32628/stat : 32628 (java) S 32614 32616 30263 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811181325 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32629] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32629/stat : 32629 (java) S 32614 32616 30263 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811181325 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32630] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32630/stat : 32630 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811181327 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107274673 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32631] ppid=32614 vsize=10550176 CPUtime=1.49 cores=0,2,4,6
/proc/32616/task/32631/stat : 32631 (java) S 32614 32616 30263 0 -1 4202560 5746 0 0 0 148 1 0 0 16 0 22 0 811181327 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32632] ppid=32614 vsize=10550176 CPUtime=1.58 cores=0,2,4,6
/proc/32616/task/32632/stat : 32632 (java) S 32614 32616 30263 0 -1 4202560 7005 0 0 0 157 1 0 0 15 0 22 0 811181327 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32633] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32633/stat : 32633 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811181327 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32634] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32634/stat : 32634 (java) S 32614 32616 30263 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 811181327 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32638] ppid=32614 vsize=10550176 CPUtime=788.92 cores=0,2,4,6
/proc/32616/task/32638/stat : 32638 (java) R 32614 32616 30263 0 -1 4202560 135 0 0 0 78891 1 0 0 25 0 22 0 811182330 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 46912505993705 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32616/tid=32639] ppid=32614 vsize=10550176 CPUtime=788.86 cores=0,2,4,6
/proc/32616/task/32639/stat : 32639 (java) R 32614 32616 30263 0 -1 4202560 130 0 0 0 78886 0 0 0 25 0 22 0 811182330 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 46912506275003 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32616/tid=32640] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32640/stat : 32640 (java) S 32614 32616 30263 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811182351 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32641] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32641/stat : 32641 (java) S 32614 32616 30263 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811182352 10803380224 1298122 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1628.68
Current children cumulated vsize (KiB) 10550176

[startup+882.301 s]
/proc/loadavg: 4.09 3.84 2.93 5/564 32683
/proc/meminfo: memFree=12397400/32951124 swapFree=58800704/67111528
[pid=32616] ppid=32614 vsize=10550176 CPUtime=1747.05 cores=0,2,4,6
/proc/32616/stat : 32616 (java) S 32614 32616 30263 0 -1 4202496 1466427 0 1 0 174510 195 0 0 21 0 22 0 811181322 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32616/statm: 2637544 1298205 2266 9 0 2628278 0
[pid=32616/tid=32617] ppid=32614 vsize=10550176 CPUtime=9.46 cores=0,2,4,6
/proc/32616/task/32617/stat : 32617 (java) S 32614 32616 30263 0 -1 4202560 651007 0 1 0 869 77 0 0 15 0 22 0 811181322 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32619] ppid=32614 vsize=10550176 CPUtime=3.06 cores=0,2,4,6
/proc/32616/task/32619/stat : 32619 (java) S 32614 32616 30263 0 -1 4202560 107708 0 0 0 293 13 0 0 15 0 22 0 811181324 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 0 0 0 0
[pid=32616/tid=32620] ppid=32614 vsize=10550176 CPUtime=2.2 cores=0,2,4,6
/proc/32616/task/32620/stat : 32620 (java) S 32614 32616 30263 0 -1 4202560 77897 0 0 0 210 10 0 0 15 0 22 0 811181324 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 0 0 0 0
[pid=32616/tid=32621] ppid=32614 vsize=10550176 CPUtime=2.1 cores=0,2,4,6
/proc/32616/task/32621/stat : 32621 (java) S 32614 32616 30263 0 -1 4202560 62649 0 0 0 202 8 0 0 16 0 22 0 811181324 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32622] ppid=32614 vsize=10550176 CPUtime=2.94 cores=0,2,4,6
/proc/32616/task/32622/stat : 32622 (java) S 32614 32616 30263 0 -1 4202560 88666 0 0 0 282 12 0 0 16 0 22 0 811181324 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 0 0 0 0
[pid=32616/tid=32623] ppid=32614 vsize=10550176 CPUtime=2.22 cores=0,2,4,6
/proc/32616/task/32623/stat : 32623 (java) S 32614 32616 30263 0 -1 4202560 49331 0 0 0 216 6 0 0 16 0 22 0 811181324 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32624] ppid=32614 vsize=10550176 CPUtime=2.29 cores=0,2,4,6
/proc/32616/task/32624/stat : 32624 (java) S 32614 32616 30263 0 -1 4202560 50198 0 0 0 222 7 0 0 15 0 22 0 811181324 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32625] ppid=32614 vsize=10550176 CPUtime=2.87 cores=0,2,4,6
/proc/32616/task/32625/stat : 32625 (java) S 32614 32616 30263 0 -1 4202560 87127 0 0 0 276 11 0 0 16 0 22 0 811181324 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32626] ppid=32614 vsize=10550176 CPUtime=2.8 cores=0,2,4,6
/proc/32616/task/32626/stat : 32626 (java) S 32614 32616 30263 0 -1 4202560 116680 0 0 0 265 15 0 0 15 0 22 0 811181324 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 0 0 0 0
[pid=32616/tid=32627] ppid=32614 vsize=10550176 CPUtime=20.36 cores=0,2,4,6
/proc/32616/task/32627/stat : 32627 (java) S 32614 32616 30263 0 -1 4202560 160930 0 0 0 2012 24 0 0 15 0 22 0 811181325 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 0 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32628] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32628/stat : 32628 (java) S 32614 32616 30263 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811181325 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32629] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32629/stat : 32629 (java) S 32614 32616 30263 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811181325 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32630] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32630/stat : 32630 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811181327 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107274673 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32631] ppid=32614 vsize=10550176 CPUtime=1.49 cores=0,2,4,6
/proc/32616/task/32631/stat : 32631 (java) S 32614 32616 30263 0 -1 4202560 5746 0 0 0 148 1 0 0 16 0 22 0 811181327 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32632] ppid=32614 vsize=10550176 CPUtime=1.58 cores=0,2,4,6
/proc/32616/task/32632/stat : 32632 (java) S 32614 32616 30263 0 -1 4202560 7005 0 0 0 157 1 0 0 15 0 22 0 811181327 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32633] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32633/stat : 32633 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811181327 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32634] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32634/stat : 32634 (java) S 32614 32616 30263 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 811181327 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32638] ppid=32614 vsize=10550176 CPUtime=846.78 cores=0,2,4,6
/proc/32616/task/32638/stat : 32638 (java) R 32614 32616 30263 0 -1 4202560 141 0 0 0 84677 1 0 0 25 0 22 0 811182330 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 46912505951474 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32616/tid=32639] ppid=32614 vsize=10550176 CPUtime=846.72 cores=0,2,4,6
/proc/32616/task/32639/stat : 32639 (java) R 32614 32616 30263 0 -1 4202560 132 0 0 0 84672 0 0 0 25 0 22 0 811182330 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 46912505634100 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32616/tid=32640] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32640/stat : 32640 (java) S 32614 32616 30263 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811182351 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32641] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32641/stat : 32641 (java) S 32614 32616 30263 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811182352 10803380224 1298205 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1747.05
Current children cumulated vsize (KiB) 10550176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.801 s]
/proc/loadavg: 4.06 3.85 2.96 5/564 32683
/proc/meminfo: memFree=12390804/32951124 swapFree=58800704/67111528
[pid=32616] ppid=32614 vsize=10550176 CPUtime=1800.18 cores=0,2,4,6
/proc/32616/stat : 32616 (java) S 32614 32616 30263 0 -1 4202496 1468202 0 1 0 179823 195 0 0 21 0 22 0 811181322 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32616/statm: 2637544 1299971 2266 9 0 2628278 0
[pid=32616/tid=32617] ppid=32614 vsize=10550176 CPUtime=9.46 cores=0,2,4,6
/proc/32616/task/32617/stat : 32617 (java) S 32614 32616 30263 0 -1 4202560 651007 0 1 0 869 77 0 0 15 0 22 0 811181322 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32619] ppid=32614 vsize=10550176 CPUtime=3.14 cores=0,2,4,6
/proc/32616/task/32619/stat : 32619 (java) S 32614 32616 30263 0 -1 4202560 108283 0 0 0 301 13 0 0 16 0 22 0 811181324 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32620] ppid=32614 vsize=10550176 CPUtime=2.23 cores=0,2,4,6
/proc/32616/task/32620/stat : 32620 (java) S 32614 32616 30263 0 -1 4202560 77898 0 0 0 213 10 0 0 15 0 22 0 811181324 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 0 0 0 0
[pid=32616/tid=32621] ppid=32614 vsize=10550176 CPUtime=2.18 cores=0,2,4,6
/proc/32616/task/32621/stat : 32621 (java) S 32614 32616 30263 0 -1 4202560 62666 0 0 0 210 8 0 0 15 0 22 0 811181324 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32622] ppid=32614 vsize=10550176 CPUtime=2.95 cores=0,2,4,6
/proc/32616/task/32622/stat : 32622 (java) S 32614 32616 30263 0 -1 4202560 88668 0 0 0 283 12 0 0 15 0 22 0 811181324 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 0 0 0 0
[pid=32616/tid=32623] ppid=32614 vsize=10550176 CPUtime=2.22 cores=0,2,4,6
/proc/32616/task/32623/stat : 32623 (java) S 32614 32616 30263 0 -1 4202560 49331 0 0 0 216 6 0 0 15 0 22 0 811181324 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32624] ppid=32614 vsize=10550176 CPUtime=2.32 cores=0,2,4,6
/proc/32616/task/32624/stat : 32624 (java) S 32614 32616 30263 0 -1 4202560 51002 0 0 0 225 7 0 0 16 0 22 0 811181324 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 0 0 0 0
[pid=32616/tid=32625] ppid=32614 vsize=10550176 CPUtime=2.93 cores=0,2,4,6
/proc/32616/task/32625/stat : 32625 (java) S 32614 32616 30263 0 -1 4202560 87484 0 0 0 281 12 0 0 16 0 22 0 811181324 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32626] ppid=32614 vsize=10550176 CPUtime=2.85 cores=0,2,4,6
/proc/32616/task/32626/stat : 32626 (java) S 32614 32616 30263 0 -1 4202560 116695 0 0 0 270 15 0 0 15 0 22 0 811181324 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 6 0 0 0
[pid=32616/tid=32627] ppid=32614 vsize=10550176 CPUtime=20.36 cores=0,2,4,6
/proc/32616/task/32627/stat : 32627 (java) S 32614 32616 30263 0 -1 4202560 160930 0 0 0 2012 24 0 0 15 0 22 0 811181325 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 0 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32628] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32628/stat : 32628 (java) S 32614 32616 30263 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811181325 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32629] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32629/stat : 32629 (java) S 32614 32616 30263 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811181325 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32630] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32630/stat : 32630 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811181327 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107274673 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32631] ppid=32614 vsize=10550176 CPUtime=1.49 cores=0,2,4,6
/proc/32616/task/32631/stat : 32631 (java) S 32614 32616 30263 0 -1 4202560 5746 0 0 0 148 1 0 0 16 0 22 0 811181327 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32632] ppid=32614 vsize=10550176 CPUtime=1.58 cores=0,2,4,6
/proc/32616/task/32632/stat : 32632 (java) S 32614 32616 30263 0 -1 4202560 7005 0 0 0 157 1 0 0 15 0 22 0 811181327 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32633] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32633/stat : 32633 (java) S 32614 32616 30263 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811181327 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107266969 0 4 0 16800975 18446604442018726848 0 0 -1 2 0 0 0
[pid=32616/tid=32634] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32634/stat : 32634 (java) S 32614 32616 30263 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 811181327 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32638] ppid=32614 vsize=10550176 CPUtime=873.19 cores=0,2,4,6
/proc/32616/task/32638/stat : 32638 (java) R 32614 32616 30263 0 -1 4202560 145 0 0 0 87318 1 0 0 25 0 22 0 811182330 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 46912505951533 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32616/tid=32639] ppid=32614 vsize=10550176 CPUtime=873.13 cores=0,2,4,6
/proc/32616/task/32639/stat : 32639 (java) R 32614 32616 30263 0 -1 4202560 132 0 0 0 87313 0 0 0 25 0 22 0 811182330 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 46912505970178 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32616/tid=32640] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32640/stat : 32640 (java) S 32614 32616 30263 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811182351 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
[pid=32616/tid=32641] ppid=32614 vsize=10550176 CPUtime=0 cores=0,2,4,6
/proc/32616/task/32641/stat : 32641 (java) S 32614 32616 30263 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811182352 10803380224 1299971 33554432000 1073741824 1073778376 140736945785456 18446744073709551615 228107267584 0 4 0 16800975 18446604442018726848 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 10550176

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

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

[startup+909.001 s]
/proc/loadavg: 4.06 3.85 2.96 5/564 32683
/proc/meminfo: memFree=12390804/32951124 swapFree=58800704/67111528
[pid=32616] ppid=32614 vsize=0 CPUtime=1800.39 cores=0,2,4,6
/proc/32616/stat : 32616 (java) Z 32614 32616 30263 0 -1 4203548 1468231 0 1 0 179827 212 0 0 17 0 2 0 811181322 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32616/statm: 0 0 0 0 0 0 0
[pid=32616/tid=32638] ppid=32614 vsize=0 CPUtime=873.37 cores=0,2,4,6
/proc/32616/task/32638/stat : 32638 (java) R 32614 32616 30263 0 -1 4203588 145 0 0 0 87320 17 0 0 25 0 2 0 811182330 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.39
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 909.056
CPU time (s): 1800.45
CPU user time (s): 1798.27
CPU system time (s): 2.17967
CPU usage (%): 198.057
Max. virtual memory (cumulated for all children) (KiB): 10639680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.27
system time used= 2.17967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1468231
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= 26156
involuntary context switches= 27147

runsolver used 5.19221 second user time and 11.0193 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-04 13:40:59
IDJOB=3454168
IDBENCH=1505
IDSOLVER=1950
FILE ID=node142/3454168-1307187657
RUNJOBID= node142-1307187657-32575
PBS_JOBID= 13508862
Free space on /tmp= 73892 MiB

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

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

MD5SUM BENCH= 9b565ffd2f62b11d1859d685ea38235b
RANDOM SEED=2043887212

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:      21160124 kB
Buffers:        282264 kB
Cached:         502212 kB
SwapCached:      11452 kB
Active:        9710904 kB
Inactive:      1816596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21160124 kB
SwapTotal:    67111528 kB
SwapFree:     58800704 kB
Dirty:           48328 kB
Writeback:           0 kB
AnonPages:    10740268 kB
Mapped:          39804 kB
Slab:           118312 kB
PageTables:      75620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 155750352 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= 73892 MiB
End job on node142 at 2011-06-04 13:56:09