Trace number 3454434

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.43 906.624

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-dc1c.opb
MD5SUMaae7296985adde1f17776b4f5ad45572
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark785315550060732416
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17863355069035520
Optimality of the best value was proved NO
Number of variables58150
Total number of constraints1648
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1648
Minimum length of a constraint31
Maximum length of a constraint58150
Number of terms in the objective function 58150
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 6807821537690881562733
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 6808845537690881562733
Number of bits of the biggest sum of numbers73
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	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@5495fd19
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@ae94e92
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-3454434-1307190647.opb
0.11/0.11	c reading problem ... 
1.91/1.28	c ... done. Wall clock time 1.17s.
1.91/1.28	c #vars     58150
1.91/1.28	c #constraints  26556
1.91/1.28	c constraints type 
1.91/1.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3283
1.91/1.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.91/1.28	c constraints type 
1.91/1.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3284
38.21/19.02	c cleaning 2498 clauses out of 5001 with flag 5001/5001
127.36/63.77	c cleaning 4246 clauses out of 8504 with flag 11002/11002
218.91/109.70	c cleaning 5622 clauses out of 11256 with flag 18000/18000
330.74/166.06	c cleaning 6813 clauses out of 13635 with flag 26001/26001
445.15/223.96	c cleaning 7911 clauses out of 15821 with flag 35000/35000
607.48/305.54	c cleaning 8951 clauses out of 17912 with flag 45002/45002
752.30/378.36	c cleaning 9470 clauses out of 18959 with flag 55000/55000
909.91/457.57	c cleaning 9738 clauses out of 19489 with flag 65000/65000
1091.37/548.97	c cleaning 9876 clauses out of 19751 with flag 75000/75000
1200.15/603.72	c cleaning 9929 clauses out of 19875 with flag 85000/85000
1374.15/691.15	c cleaning 9966 clauses out of 19946 with flag 95000/95000
1502.52/755.78	c cleaning 9974 clauses out of 19980 with flag 105000/105000
1561.39/785.88	c cleaning 10001 clauses out of 20007 with flag 115001/115001
1656.17/833.62	c cleaning 10001 clauses out of 20005 with flag 125000/125000
1769.76/890.80	c cleaning 9997 clauses out of 20005 with flag 135001/135001
1800.19/906.44	c starts		: 103
1800.19/906.44	c conflicts		: 137051
1800.19/906.44	c decisions		: 1301377
1800.19/906.44	c propagations		: 87871279
1800.19/906.44	c inspects		: 802170083
1800.19/906.44	c shortcuts		: 0
1800.19/906.44	c learnt literals	: 0
1800.19/906.44	c learnt binary clauses	: 0
1800.19/906.44	c learnt ternary clauses	: 0
1800.19/906.44	c learnt constraints	: 137050
1800.19/906.44	c ignored constraints	: 0
1800.19/906.44	c root simplifications	: 0
1800.19/906.44	c removed literals (reason simplification)	: 41331
1800.19/906.44	c reason swapping (by a shorter reason)	: 0
1800.19/906.44	c Calls to reduceDB	: 15
1800.19/906.44	c number of reductions to clauses (during analyze)	: 0
1800.19/906.44	c number of learned constraints concerned by reduction	: 0
1800.19/906.44	c number of learning phase by resolution	: 0
1800.19/906.44	c number of learning phase by cutting planes	: 0
1800.19/906.44	c speed (assignments/second)	: 97078.20164390827
1800.19/906.44	c non guided choices	691727
1800.19/906.46	c learnt constraints type 
1800.19/906.46	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12059
1800.19/906.46	c constraints type 
1800.19/906.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3283
1800.19/906.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.19/906.46	c constraints type 
1800.19/906.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3284
1800.19/906.46	s UNKNOWN
1800.19/906.46	c Total wall clock time (in seconds): 906.345

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-3454434-1307190647/watcher-3454434-1307190647 -o /tmp/evaluation-result-3454434-1307190647/solver-3454434-1307190647 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454434-1307190647.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.79 3.85 3.44 3/556 27503
/proc/meminfo: memFree=26931972/32951124 swapFree=58212616/67111528
[pid=27503] ppid=27501 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/27503/stat : 27503 (java) S 27501 27503 23781 0 -1 4202496 4844 0 1 0 0 0 0 0 25 0 2 0 830662700 10694979584 4545 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256151525 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 2611079 4559 917 9 0 2602235 0
[pid=27503/tid=27504] ppid=27501 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27504/stat : 27504 (java) R 27501 27503 23781 0 -1 4202560 6186 0 1 0 0 0 0 0 25 0 2 0 830662701 10694979584 7003 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228244042811 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.092925 s]
/proc/loadavg: 3.79 3.85 3.44 3/556 27503
/proc/meminfo: memFree=26931972/32951124 swapFree=58212616/67111528
[pid=27503] ppid=27501 vsize=10539756 CPUtime=0.1 cores=0,2,4,6
/proc/27503/stat : 27503 (java) S 27501 27503 23781 0 -1 4202496 12979 0 1 0 8 2 0 0 25 0 18 0 830662700 10792710144 12675 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 2634939 12675 2093 9 0 2625673 0
[pid=27503/tid=27504] ppid=27501 vsize=10539756 CPUtime=0.08 cores=0,2,4,6
/proc/27503/task/27504/stat : 27504 (java) R 27501 27503 23781 0 -1 4202560 11057 0 1 0 7 1 0 0 18 0 18 0 830662701 10792710144 12675 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 46912505173200 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539756

[startup+0.105573 s]
/proc/loadavg: 3.79 3.85 3.44 3/556 27503
/proc/meminfo: memFree=26931972/32951124 swapFree=58212616/67111528
[pid=27503] ppid=27501 vsize=10539888 CPUtime=0.11 cores=0,2,4,6
/proc/27503/stat : 27503 (java) S 27501 27503 23781 0 -1 4202496 13101 0 1 0 9 2 0 0 25 0 18 0 830662700 10792845312 12797 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 2634972 12797 2093 9 0 2625706 0
[pid=27503/tid=27504] ppid=27501 vsize=10539888 CPUtime=0.08 cores=0,2,4,6
/proc/27503/task/27504/stat : 27504 (java) R 27501 27503 23781 0 -1 4202560 11179 0 1 0 7 1 0 0 18 0 18 0 830662701 10792845312 12797 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 47563219072872 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539888

[startup+0.300616 s]
/proc/loadavg: 3.79 3.85 3.44 3/556 27503
/proc/meminfo: memFree=26931972/32951124 swapFree=58212616/67111528
[pid=27503] ppid=27501 vsize=10542408 CPUtime=0.48 cores=0,2,4,6
/proc/27503/stat : 27503 (java) S 27501 27503 23781 0 -1 4202496 20394 0 1 0 45 3 0 0 25 0 18 0 830662700 10795425792 19571 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 2635602 19574 2200 9 0 2626336 0
[pid=27503/tid=27504] ppid=27501 vsize=10542408 CPUtime=0.28 cores=0,2,4,6
/proc/27503/task/27504/stat : 27504 (java) R 27501 27503 23781 0 -1 4202560 16839 0 1 0 26 2 0 0 18 0 18 0 830662701 10795425792 19575 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 46912505564382 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10542408

[startup+0.700527 s]
/proc/loadavg: 3.79 3.85 3.44 3/556 27503
/proc/meminfo: memFree=26931972/32951124 swapFree=58212616/67111528
[pid=27503] ppid=27501 vsize=10548516 CPUtime=1.4 cores=0,2,4,6
/proc/27503/stat : 27503 (java) S 27501 27503 23781 0 -1 4202496 50638 0 1 0 134 6 0 0 25 0 18 0 830662700 10801680384 45848 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 2637129 45853 2212 9 0 2627863 0
[pid=27503/tid=27504] ppid=27501 vsize=10548516 CPUtime=0.68 cores=0,2,4,6
/proc/27503/task/27504/stat : 27504 (java) R 27501 27503 23781 0 -1 4202560 39011 0 1 0 64 4 0 0 18 0 18 0 830662701 10801680384 45855 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 46912505561151 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 10548516

[startup+1.50136 s]
/proc/loadavg: 3.79 3.85 3.44 4/574 27521
/proc/meminfo: memFree=26636460/32951124 swapFree=58212616/67111528
[pid=27503] ppid=27501 vsize=10552628 CPUtime=2.65 cores=0,2,4,6
/proc/27503/stat : 27503 (java) S 27501 27503 23781 0 -1 4202496 101162 0 1 0 253 12 0 0 25 0 22 0 830662700 10805891072 96372 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 2638157 96373 2228 9 0 2628891 0
[pid=27503/tid=27504] ppid=27501 vsize=10552628 CPUtime=1.27 cores=0,2,4,6
/proc/27503/task/27504/stat : 27504 (java) S 27501 27503 23781 0 -1 4202560 85103 0 1 0 117 10 0 0 20 0 22 0 830662701 10805891072 96373 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27506] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27506/stat : 27506 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662702 10805891072 96373 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27507] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27507/stat : 27507 (java) S 27501 27503 23781 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 96373 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27508/stat : 27508 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 96373 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27509/stat : 27509 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 96373 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27510] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27510/stat : 27510 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 96373 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27511] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27511/stat : 27511 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 96373 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27512] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27512/stat : 27512 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 96373 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27513] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27513/stat : 27513 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 96373 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27514] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27514/stat : 27514 (java) S 27501 27503 23781 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830662704 10805891072 96373 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 0 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27515] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27515/stat : 27515 (java) S 27501 27503 23781 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830662704 10805891072 96373 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27516] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27516/stat : 27516 (java) S 27501 27503 23781 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830662704 10805891072 96373 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27517] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27517/stat : 27517 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662706 10805891072 96373 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256172465 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27518] ppid=27501 vsize=10552628 CPUtime=0.49 cores=0,2,4,6
/proc/27503/task/27518/stat : 27518 (java) S 27501 27503 23781 0 -1 4202560 6927 0 0 0 49 0 0 0 15 0 22 0 830662706 10805891072 96373 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 0 0 0 0
[pid=27503/tid=27519] ppid=27501 vsize=10552628 CPUtime=0.45 cores=0,2,4,6
/proc/27503/task/27519/stat : 27519 (java) R 27501 27503 23781 0 -1 4202560 3594 0 0 0 45 0 0 0 15 0 22 0 830662706 10805891072 96373 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 47563214686169 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27503/tid=27520] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27520/stat : 27520 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662706 10805891072 96373 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27521] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27521/stat : 27521 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830662706 10805891072 96373 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 10552628

[startup+3.10105 s]
/proc/loadavg: 3.89 3.86 3.45 5/578 27525
/proc/meminfo: memFree=26462704/32951124 swapFree=58212616/67111528
[pid=27503] ppid=27501 vsize=10552628 CPUtime=6.4 cores=0,2,4,6
/proc/27503/stat : 27503 (java) S 27501 27503 23781 0 -1 4202496 163991 0 1 0 620 20 0 0 25 0 22 0 830662700 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 2638157 159199 2236 9 0 2628891 0
[pid=27503/tid=27504] ppid=27501 vsize=10552628 CPUtime=1.27 cores=0,2,4,6
/proc/27503/task/27504/stat : 27504 (java) S 27501 27503 23781 0 -1 4202560 85103 0 1 0 117 10 0 0 15 0 22 0 830662701 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27506] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27506/stat : 27506 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662702 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27507] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27507/stat : 27507 (java) S 27501 27503 23781 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27508/stat : 27508 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27509/stat : 27509 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27510] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27510/stat : 27510 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27511] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27511/stat : 27511 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27512] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27512/stat : 27512 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27513] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27513/stat : 27513 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27514] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27514/stat : 27514 (java) S 27501 27503 23781 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830662704 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 0 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27515] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27515/stat : 27515 (java) S 27501 27503 23781 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830662704 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27516] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27516/stat : 27516 (java) S 27501 27503 23781 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830662704 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27517] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27517/stat : 27517 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662706 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256172465 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27518] ppid=27501 vsize=10552628 CPUtime=0.81 cores=0,2,4,6
/proc/27503/task/27518/stat : 27518 (java) S 27501 27503 23781 0 -1 4202560 6987 0 0 0 81 0 0 0 15 0 22 0 830662706 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 0 0 0 0
[pid=27503/tid=27519] ppid=27501 vsize=10552628 CPUtime=0.69 cores=0,2,4,6
/proc/27503/task/27519/stat : 27519 (java) S 27501 27503 23781 0 -1 4202560 3620 0 0 0 69 0 0 0 16 0 22 0 830662706 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27520] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27520/stat : 27520 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662706 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27521] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27521/stat : 27521 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830662706 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27522] ppid=27501 vsize=10552628 CPUtime=1.8 cores=0,2,4,6
/proc/27503/task/27522/stat : 27522 (java) R 27501 27503 23781 0 -1 4202560 1616 0 0 0 180 0 0 0 25 0 22 0 830662829 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 46912506251091 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27503/tid=27523] ppid=27501 vsize=10552628 CPUtime=1.79 cores=0,2,4,6
/proc/27503/task/27523/stat : 27523 (java) R 27501 27503 23781 0 -1 4202560 65497 0 0 0 172 7 0 0 25 0 22 0 830662829 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 46912505885535 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=27503/tid=27524] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27524/stat : 27524 (java) S 27501 27503 23781 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830662840 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 4 0 0 0
[pid=27503/tid=27525] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27525/stat : 27525 (java) S 27501 27503 23781 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830662840 10805891072 159199 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 10552628

[startup+6.30156 s]
/proc/loadavg: 3.89 3.86 3.45 5/578 27525
/proc/meminfo: memFree=25936628/32951124 swapFree=58212616/67111528
[pid=27503] ppid=27501 vsize=10552628 CPUtime=12.81 cores=0,2,4,6
/proc/27503/stat : 27503 (java) S 27501 27503 23781 0 -1 4202496 282079 0 1 0 1245 36 0 0 25 0 22 0 830662700 10805891072 277243 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 2638157 277244 2237 9 0 2628891 0
[pid=27503/tid=27504] ppid=27501 vsize=10552628 CPUtime=1.27 cores=0,2,4,6
/proc/27503/task/27504/stat : 27504 (java) S 27501 27503 23781 0 -1 4202560 85103 0 1 0 117 10 0 0 15 0 22 0 830662701 10805891072 277244 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27506] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27506/stat : 27506 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662702 10805891072 277244 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27507] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27507/stat : 27507 (java) S 27501 27503 23781 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 277244 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27508/stat : 27508 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 277244 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27509/stat : 27509 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 277245 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27510] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27510/stat : 27510 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 277245 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27511] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27511/stat : 27511 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 277245 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27512] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27512/stat : 27512 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 277245 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27513] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27513/stat : 27513 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662703 10805891072 277245 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27514] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27514/stat : 27514 (java) S 27501 27503 23781 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830662704 10805891072 277245 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 0 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27515] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27515/stat : 27515 (java) S 27501 27503 23781 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830662704 10805891072 277245 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27516] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27516/stat : 27516 (java) S 27501 27503 23781 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830662704 10805891072 277245 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27517] ppid=27501 vsize=10552628 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27517/stat : 27517 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662706 10805891072 277245 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256172465 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0

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

/proc/meminfo: memFree=20699828/32951124 swapFree=58212616/67111528
[pid=27503] ppid=27501 vsize=10551988 CPUtime=1633.57 cores=0,2,4,6
/proc/27503/stat : 27503 (java) S 27501 27503 23781 0 -1 4202496 1048592 0 1 0 163228 129 0 0 25 0 22 0 830662700 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 2637997 1021776 2262 9 0 2628731 0
[pid=27503/tid=27504] ppid=27501 vsize=10551988 CPUtime=1.28 cores=0,2,4,6
/proc/27503/task/27504/stat : 27504 (java) S 27501 27503 23781 0 -1 4202560 85115 0 1 0 117 11 0 0 15 0 22 0 830662701 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 4 0 0 0
[pid=27503/tid=27506] ppid=27501 vsize=10551988 CPUtime=0.35 cores=0,2,4,6
/proc/27503/task/27506/stat : 27506 (java) S 27501 27503 23781 0 -1 4202560 2669 0 0 0 35 0 0 0 16 0 22 0 830662702 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 0 0 0 0
[pid=27503/tid=27507] ppid=27501 vsize=10551988 CPUtime=0.34 cores=0,2,4,6
/proc/27503/task/27507/stat : 27507 (java) S 27501 27503 23781 0 -1 4202560 3203 0 0 0 34 0 0 0 16 0 22 0 830662703 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=10551988 CPUtime=0.41 cores=0,2,4,6
/proc/27503/task/27508/stat : 27508 (java) S 27501 27503 23781 0 -1 4202560 3443 0 0 0 41 0 0 0 15 0 22 0 830662703 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 0 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=10551988 CPUtime=0.47 cores=0,2,4,6
/proc/27503/task/27509/stat : 27509 (java) S 27501 27503 23781 0 -1 4202560 21473 0 0 0 44 3 0 0 15 0 22 0 830662703 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27510] ppid=27501 vsize=10551988 CPUtime=0.38 cores=0,2,4,6
/proc/27503/task/27510/stat : 27510 (java) S 27501 27503 23781 0 -1 4202560 12791 0 0 0 37 1 0 0 16 0 22 0 830662703 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27511] ppid=27501 vsize=10551988 CPUtime=0.71 cores=0,2,4,6
/proc/27503/task/27511/stat : 27511 (java) S 27501 27503 23781 0 -1 4202560 24845 0 0 0 69 2 0 0 15 0 22 0 830662703 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27512] ppid=27501 vsize=10551988 CPUtime=0.56 cores=0,2,4,6
/proc/27503/task/27512/stat : 27512 (java) S 27501 27503 23781 0 -1 4202560 21089 0 0 0 54 2 0 0 16 0 22 0 830662703 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27513] ppid=27501 vsize=10551988 CPUtime=0.56 cores=0,2,4,6
/proc/27503/task/27513/stat : 27513 (java) S 27501 27503 23781 0 -1 4202560 21180 0 0 0 54 2 0 0 15 0 22 0 830662703 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 0 0 0 0
[pid=27503/tid=27514] ppid=27501 vsize=10551988 CPUtime=12.89 cores=0,2,4,6
/proc/27503/task/27514/stat : 27514 (java) S 27501 27503 23781 0 -1 4202560 187679 0 0 0 1269 20 0 0 15 0 22 0 830662704 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 0 0 16800975 18446604441202716864 0 0 -1 4 0 0 0
[pid=27503/tid=27515] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27515/stat : 27515 (java) S 27501 27503 23781 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830662704 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27516] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27516/stat : 27516 (java) S 27501 27503 23781 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830662704 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27517] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27517/stat : 27517 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662706 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256172465 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27518] ppid=27501 vsize=10551988 CPUtime=0.92 cores=0,2,4,6
/proc/27503/task/27518/stat : 27518 (java) S 27501 27503 23781 0 -1 4202560 7010 0 0 0 92 0 0 0 15 0 22 0 830662706 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27519] ppid=27501 vsize=10551988 CPUtime=0.89 cores=0,2,4,6
/proc/27503/task/27519/stat : 27519 (java) S 27501 27503 23781 0 -1 4202560 3650 0 0 0 89 0 0 0 15 0 22 0 830662706 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27520] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27520/stat : 27520 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662706 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27521] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27521/stat : 27521 (java) S 27501 27503 23781 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 830662706 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 0 0 0 0
[pid=27503/tid=27522] ppid=27501 vsize=10551988 CPUtime=806.83 cores=0,2,4,6
/proc/27503/task/27522/stat : 27522 (java) R 27501 27503 23781 0 -1 4202560 3621 0 0 0 80681 2 0 0 25 0 22 0 830662829 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 46912505874536 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27503/tid=27523] ppid=27501 vsize=10551988 CPUtime=806.83 cores=0,2,4,6
/proc/27503/task/27523/stat : 27523 (java) R 27501 27503 23781 0 -1 4202560 649618 0 0 0 80605 78 0 0 25 0 22 0 830662829 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 46912505622129 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27503/tid=27524] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27524/stat : 27524 (java) S 27501 27503 23781 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830662840 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 4 0 0 0
[pid=27503/tid=27525] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27525/stat : 27525 (java) S 27501 27503 23781 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830662840 10805235712 1021776 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1633.57
Current children cumulated vsize (KiB) 10551988

[startup+882.302 s]
/proc/loadavg: 4.07 3.87 3.68 5/578 27600
/proc/meminfo: memFree=20658240/32951124 swapFree=58212616/67111528
[pid=27503] ppid=27501 vsize=10551988 CPUtime=1752.76 cores=0,2,4,6
/proc/27503/stat : 27503 (java) S 27501 27503 23781 0 -1 4202496 1051407 0 1 0 175146 130 0 0 25 0 22 0 830662700 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 2637997 1021780 2262 9 0 2628731 0
[pid=27503/tid=27504] ppid=27501 vsize=10551988 CPUtime=1.28 cores=0,2,4,6
/proc/27503/task/27504/stat : 27504 (java) S 27501 27503 23781 0 -1 4202560 85116 0 1 0 117 11 0 0 15 0 22 0 830662701 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 4 0 0 0
[pid=27503/tid=27506] ppid=27501 vsize=10551988 CPUtime=0.37 cores=0,2,4,6
/proc/27503/task/27506/stat : 27506 (java) S 27501 27503 23781 0 -1 4202560 2670 0 0 0 37 0 0 0 15 0 22 0 830662702 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27507] ppid=27501 vsize=10551988 CPUtime=0.37 cores=0,2,4,6
/proc/27503/task/27507/stat : 27507 (java) S 27501 27503 23781 0 -1 4202560 3203 0 0 0 37 0 0 0 16 0 22 0 830662703 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 0 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=10551988 CPUtime=0.43 cores=0,2,4,6
/proc/27503/task/27508/stat : 27508 (java) S 27501 27503 23781 0 -1 4202560 3444 0 0 0 43 0 0 0 16 0 22 0 830662703 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=10551988 CPUtime=0.49 cores=0,2,4,6
/proc/27503/task/27509/stat : 27509 (java) S 27501 27503 23781 0 -1 4202560 21473 0 0 0 46 3 0 0 15 0 22 0 830662703 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27510] ppid=27501 vsize=10551988 CPUtime=0.4 cores=0,2,4,6
/proc/27503/task/27510/stat : 27510 (java) S 27501 27503 23781 0 -1 4202560 12791 0 0 0 39 1 0 0 16 0 22 0 830662703 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 4 0 0 0
[pid=27503/tid=27511] ppid=27501 vsize=10551988 CPUtime=0.73 cores=0,2,4,6
/proc/27503/task/27511/stat : 27511 (java) S 27501 27503 23781 0 -1 4202560 24846 0 0 0 71 2 0 0 16 0 22 0 830662703 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27512] ppid=27501 vsize=10551988 CPUtime=0.58 cores=0,2,4,6
/proc/27503/task/27512/stat : 27512 (java) S 27501 27503 23781 0 -1 4202560 21089 0 0 0 56 2 0 0 15 0 22 0 830662703 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27513] ppid=27501 vsize=10551988 CPUtime=0.59 cores=0,2,4,6
/proc/27503/task/27513/stat : 27513 (java) S 27501 27503 23781 0 -1 4202560 21181 0 0 0 57 2 0 0 15 0 22 0 830662703 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 0 0 0 0
[pid=27503/tid=27514] ppid=27501 vsize=10551988 CPUtime=13.75 cores=0,2,4,6
/proc/27503/task/27514/stat : 27514 (java) S 27501 27503 23781 0 -1 4202560 190462 0 0 0 1354 21 0 0 15 0 22 0 830662704 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 0 0 16800975 18446604441202716864 0 0 -1 4 0 0 0
[pid=27503/tid=27515] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27515/stat : 27515 (java) S 27501 27503 23781 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830662704 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27516] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27516/stat : 27516 (java) S 27501 27503 23781 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830662704 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27517] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27517/stat : 27517 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662706 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256172465 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27518] ppid=27501 vsize=10551988 CPUtime=0.92 cores=0,2,4,6
/proc/27503/task/27518/stat : 27518 (java) S 27501 27503 23781 0 -1 4202560 7010 0 0 0 92 0 0 0 15 0 22 0 830662706 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27519] ppid=27501 vsize=10551988 CPUtime=0.89 cores=0,2,4,6
/proc/27503/task/27519/stat : 27519 (java) S 27501 27503 23781 0 -1 4202560 3650 0 0 0 89 0 0 0 15 0 22 0 830662706 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27520] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27520/stat : 27520 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662706 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27521] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27521/stat : 27521 (java) S 27501 27503 23781 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830662706 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27522] ppid=27501 vsize=10551988 CPUtime=865.91 cores=0,2,4,6
/proc/27503/task/27522/stat : 27522 (java) R 27501 27503 23781 0 -1 4202560 3632 0 0 0 86589 2 0 0 25 0 22 0 830662829 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 46912505872656 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27503/tid=27523] ppid=27501 vsize=10551988 CPUtime=865.9 cores=0,2,4,6
/proc/27503/task/27523/stat : 27523 (java) R 27501 27503 23781 0 -1 4202560 649630 0 0 0 86512 78 0 0 25 0 22 0 830662829 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 46912506129166 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27503/tid=27524] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27524/stat : 27524 (java) S 27501 27503 23781 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830662840 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 4 0 0 0
[pid=27503/tid=27525] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27525/stat : 27525 (java) S 27501 27503 23781 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830662840 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1752.76
Current children cumulated vsize (KiB) 10551988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.421 s]
/proc/loadavg: 3.98 3.86 3.68 5/578 27600
/proc/meminfo: memFree=20625240/32951124 swapFree=58212616/67111528
[pid=27503] ppid=27501 vsize=10551988 CPUtime=1800.19 cores=0,2,4,6
/proc/27503/stat : 27503 (java) S 27501 27503 23781 0 -1 4202496 1054340 0 1 0 179888 131 0 0 25 0 22 0 830662700 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 2637997 1021780 2262 9 0 2628731 0
[pid=27503/tid=27504] ppid=27501 vsize=10551988 CPUtime=1.28 cores=0,2,4,6
/proc/27503/task/27504/stat : 27504 (java) S 27501 27503 23781 0 -1 4202560 85117 0 1 0 117 11 0 0 15 0 22 0 830662701 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 4 0 0 0
[pid=27503/tid=27506] ppid=27501 vsize=10551988 CPUtime=0.37 cores=0,2,4,6
/proc/27503/task/27506/stat : 27506 (java) S 27501 27503 23781 0 -1 4202560 2670 0 0 0 37 0 0 0 16 0 22 0 830662702 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27507] ppid=27501 vsize=10551988 CPUtime=0.37 cores=0,2,4,6
/proc/27503/task/27507/stat : 27507 (java) S 27501 27503 23781 0 -1 4202560 3203 0 0 0 37 0 0 0 15 0 22 0 830662703 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27508] ppid=27501 vsize=10551988 CPUtime=0.44 cores=0,2,4,6
/proc/27503/task/27508/stat : 27508 (java) S 27501 27503 23781 0 -1 4202560 3444 0 0 0 44 0 0 0 16 0 22 0 830662703 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27509] ppid=27501 vsize=10551988 CPUtime=0.49 cores=0,2,4,6
/proc/27503/task/27509/stat : 27509 (java) S 27501 27503 23781 0 -1 4202560 21473 0 0 0 46 3 0 0 15 0 22 0 830662703 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 0 0 0 0
[pid=27503/tid=27510] ppid=27501 vsize=10551988 CPUtime=0.41 cores=0,2,4,6
/proc/27503/task/27510/stat : 27510 (java) S 27501 27503 23781 0 -1 4202560 12791 0 0 0 40 1 0 0 16 0 22 0 830662703 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27511] ppid=27501 vsize=10551988 CPUtime=0.74 cores=0,2,4,6
/proc/27503/task/27511/stat : 27511 (java) S 27501 27503 23781 0 -1 4202560 24846 0 0 0 72 2 0 0 16 0 22 0 830662703 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 0 0 0 0
[pid=27503/tid=27512] ppid=27501 vsize=10551988 CPUtime=0.58 cores=0,2,4,6
/proc/27503/task/27512/stat : 27512 (java) S 27501 27503 23781 0 -1 4202560 21089 0 0 0 56 2 0 0 15 0 22 0 830662703 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27513] ppid=27501 vsize=10551988 CPUtime=0.59 cores=0,2,4,6
/proc/27503/task/27513/stat : 27513 (java) S 27501 27503 23781 0 -1 4202560 21181 0 0 0 57 2 0 0 15 0 22 0 830662703 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 0 0 0 0
[pid=27503/tid=27514] ppid=27501 vsize=10551988 CPUtime=14.6 cores=0,2,4,6
/proc/27503/task/27514/stat : 27514 (java) S 27501 27503 23781 0 -1 4202560 193387 0 0 0 1439 21 0 0 15 0 22 0 830662704 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 0 0 16800975 18446604441202716864 0 0 -1 4 0 0 0
[pid=27503/tid=27515] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27515/stat : 27515 (java) S 27501 27503 23781 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830662704 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27516] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27516/stat : 27516 (java) S 27501 27503 23781 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830662704 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27517] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27517/stat : 27517 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662706 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256172465 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27518] ppid=27501 vsize=10551988 CPUtime=0.92 cores=0,2,4,6
/proc/27503/task/27518/stat : 27518 (java) S 27501 27503 23781 0 -1 4202560 7010 0 0 0 92 0 0 0 15 0 22 0 830662706 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27519] ppid=27501 vsize=10551988 CPUtime=0.89 cores=0,2,4,6
/proc/27503/task/27519/stat : 27519 (java) S 27501 27503 23781 0 -1 4202560 3650 0 0 0 89 0 0 0 15 0 22 0 830662706 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27520] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27520/stat : 27520 (java) S 27501 27503 23781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830662706 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256164761 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
[pid=27503/tid=27521] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27521/stat : 27521 (java) S 27501 27503 23781 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830662706 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 2 0 0 0
[pid=27503/tid=27522] ppid=27501 vsize=10551988 CPUtime=889.17 cores=0,2,4,6
/proc/27503/task/27522/stat : 27522 (java) R 27501 27503 23781 0 -1 4202560 3636 0 0 0 88915 2 0 0 25 0 22 0 830662829 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 46912505961983 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27503/tid=27523] ppid=27501 vsize=10551988 CPUtime=889.17 cores=0,2,4,6
/proc/27503/task/27523/stat : 27523 (java) R 27501 27503 23781 0 -1 4202560 649631 0 0 0 88839 78 0 0 25 0 22 0 830662829 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 46912506362621 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27503/tid=27524] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27524/stat : 27524 (java) S 27501 27503 23781 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830662840 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 4 0 0 0
[pid=27503/tid=27525] ppid=27501 vsize=10551988 CPUtime=0 cores=0,2,4,6
/proc/27503/task/27525/stat : 27525 (java) S 27501 27503 23781 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830662840 10805235712 1021780 33554432000 1073741824 1073778376 140737024807824 18446744073709551615 228256165376 0 4 0 16800975 18446604441202716864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 10551988

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

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

[startup+906.6 s]
/proc/loadavg: 3.98 3.86 3.68 5/578 27600
/proc/meminfo: memFree=20625240/32951124 swapFree=58212616/67111528
[pid=27503] ppid=27501 vsize=0 CPUtime=1800.39 cores=0,2,4,6
/proc/27503/stat : 27503 (java) Z 27501 27503 23781 0 -1 4203548 1054372 0 1 0 179895 144 0 0 17 0 2 0 830662700 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27503/statm: 0 0 0 0 0 0 0
[pid=27503/tid=27525] ppid=27501 vsize=0 CPUtime=0.13 cores=0,2,4,6
/proc/27503/task/27525/stat : 27525 (java) R 27501 27503 23781 0 -1 4203588 7 0 0 0 0 13 0 0 18 0 2 0 830662840 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 906.624
CPU time (s): 1800.43
CPU user time (s): 1798.95
CPU system time (s): 1.47278
CPU usage (%): 198.586
Max. virtual memory (cumulated for all children) (KiB): 10564264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.47278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1054372
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= 26817
involuntary context switches= 22483

runsolver used 5.32819 second user time and 11.2303 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-04 14:30:47
IDJOB=3454434
IDBENCH=2363
IDSOLVER=1950
FILE ID=node136/3454434-1307190647
RUNJOBID= node136-1307188779-27112
PBS_JOBID= 13508850
Free space on /tmp= 73840 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/unibo/normalized-mps-v2-20-10-dc1c.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454434-1307190647/watcher-3454434-1307190647 -o /tmp/evaluation-result-3454434-1307190647/solver-3454434-1307190647 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454434-1307190647.opb

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

MD5SUM BENCH= aae7296985adde1f17776b4f5ad45572
RANDOM SEED=90272758

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26932252 kB
Buffers:        296956 kB
Cached:         544948 kB
SwapCached:       7704 kB
Active:        5301740 kB
Inactive:       417728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26932252 kB
SwapTotal:    67111528 kB
SwapFree:     58212616 kB
Dirty:            4716 kB
Writeback:           0 kB
AnonPages:     4875932 kB
Mapped:          32880 kB
Slab:           156084 kB
PageTables:      73064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 179605924 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= 73816 MiB
End job on node136 at 2011-06-04 14:45:56