Trace number 3453651

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 NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.46 901.417

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_1_80.opb
MD5SUM8096e07164eab6008a97823c6b00b555
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74732
Sum of products size (including duplicates)149464
Number of different products37366
Sum of products size74732

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453651-1307195912.opb
0.10/0.11	c reading problem ... 
1.98/1.07	c ... done. Wall clock time 0.954s.
1.98/1.07	c #vars     38366
1.98/1.07	c #constraints  76235
1.98/1.07	c constraints type 
1.98/1.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37366
1.98/1.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.98/1.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.98/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37366
1.98/1.07	c constraints type 
1.98/1.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1.98/1.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37366
1.98/1.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1.98/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37366
23.43/11.12	c cleaning 2500 clauses out of 5000 with flag 5000/5000
42.15/20.51	c cleaning 4259 clauses out of 8517 with flag 11017/11017
68.97/34.11	c cleaning 5621 clauses out of 11241 with flag 18000/18000
97.13/48.31	c cleaning 6836 clauses out of 13672 with flag 26052/26052
127.28/63.45	c cleaning 7892 clauses out of 15784 with flag 35000/35000
161.28/80.54	c cleaning 8945 clauses out of 17892 with flag 45000/45000
194.25/97.18	c cleaning 9974 clauses out of 19948 with flag 56001/56001
269.25/134.73	c cleaning 10989 clauses out of 21977 with flag 68004/68004
332.75/166.65	c cleaning 11992 clauses out of 23984 with flag 81000/81000
423.25/211.91	c cleaning 13009 clauses out of 26018 with flag 95026/95026
545.78/273.25	c cleaning 14093 clauses out of 28186 with flag 110203/110203
636.23/318.53	c cleaning 14946 clauses out of 29891 with flag 126001/126001
778.52/389.87	c cleaning 16006 clauses out of 32011 with flag 143067/143067
914.38/457.82	c cleaning 16970 clauses out of 33940 with flag 161002/161002
1066.36/533.91	c cleaning 17988 clauses out of 35975 with flag 180007/180007
1163.26/582.46	c cleaning 19022 clauses out of 38045 with flag 200065/200065
1304.69/653.37	c cleaning 19986 clauses out of 39975 with flag 221017/221017
1521.50/761.88	c cleaning 21065 clauses out of 42130 with flag 243158/243158
1800.21/901.22	c starts		: 126
1800.21/901.22	c conflicts		: 264762
1800.21/901.22	c decisions		: 1095663
1800.21/901.22	c propagations		: 26085526
1800.21/901.22	c inspects		: 1868083373
1800.21/901.22	c shortcuts		: 0
1800.21/901.22	c learnt literals	: 0
1800.21/901.22	c learnt binary clauses	: 0
1800.21/901.22	c learnt ternary clauses	: 35
1800.21/901.22	c learnt constraints	: 264761
1800.21/901.22	c ignored constraints	: 0
1800.21/901.22	c root simplifications	: 0
1800.21/901.22	c removed literals (reason simplification)	: 3503107
1800.21/901.22	c reason swapping (by a shorter reason)	: 0
1800.21/901.22	c Calls to reduceDB	: 18
1800.21/901.22	c number of reductions to clauses (during analyze)	: 0
1800.21/901.22	c number of learned constraints concerned by reduction	: 0
1800.21/901.22	c number of learning phase by resolution	: 0
1800.21/901.22	c number of learning phase by cutting planes	: 0
1800.21/901.22	c speed (assignments/second)	: 28978.92696257867
1800.21/901.22	c non guided choices	37768
1800.21/901.24	c learnt constraints type 
1800.21/901.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42670
1800.21/901.24	c constraints type 
1800.21/901.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37366
1800.21/901.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.21/901.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.21/901.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37366
1800.21/901.24	c constraints type 
1800.21/901.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.21/901.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37366
1800.21/901.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.21/901.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37366
1800.21/901.24	s UNKNOWN
1800.21/901.24	c Total wall clock time (in seconds): 901.129

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

running on 4 cores: 1,3,5,7

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.29 2.13 3/498 19279
/proc/meminfo: memFree=27344364/32950928 swapFree=39617324/67111528
[pid=19279] ppid=19277 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19279/stat : 19279 (java) S 19277 19279 13533 0 -1 4202496 3381 0 1 0 0 0 0 0 25 0 2 0 831190876 10694979584 3083 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/19279/statm: 2611079 3098 917 9 0 2602235 0
[pid=19279/tid=19280] ppid=19277 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19280/stat : 19280 (java) R 19277 19279 13533 0 -1 4202560 4291 0 1 0 0 0 0 0 25 0 2 0 831190877 10694979584 5108 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.041592 s]
/proc/loadavg: 1.00 1.29 2.13 3/498 19279
/proc/meminfo: memFree=27344364/32950928 swapFree=39617324/67111528
[pid=19279] ppid=19277 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/19279/stat : 19279 (java) S 19277 19279 13533 0 -1 4202496 11150 0 1 0 2 1 0 0 25 0 13 0 831190876 10718699520 10847 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/19279/statm: 2616870 10848 1653 9 0 2607618 0
[pid=19279/tid=19280] ppid=19277 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/19279/task/19280/stat : 19280 (java) R 19277 19279 13533 0 -1 4202560 10003 0 1 0 2 1 0 0 25 0 13 0 831190877 10718699520 10848 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208079893189 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100583 s]
/proc/loadavg: 1.00 1.29 2.13 3/498 19279
/proc/meminfo: memFree=27344364/32950928 swapFree=39617324/67111528
[pid=19279] ppid=19277 vsize=10539540 CPUtime=0.1 cores=1,3,5,7
/proc/19279/stat : 19279 (java) S 19277 19279 13533 0 -1 4202496 13043 0 1 0 9 1 0 0 25 0 18 0 831190876 10792488960 12710 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19279/statm: 2634885 12710 2093 9 0 2625619 0
[pid=19279/tid=19280] ppid=19277 vsize=10539540 CPUtime=0.08 cores=1,3,5,7
/proc/19279/task/19280/stat : 19280 (java) R 19277 19279 13533 0 -1 4202560 11108 0 1 0 7 1 0 0 25 0 18 0 831190877 10792488960 12710 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 47889982080178 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539540

[startup+0.300545 s]
/proc/loadavg: 1.00 1.29 2.13 3/498 19279
/proc/meminfo: memFree=27344364/32950928 swapFree=39617324/67111528
[pid=19279] ppid=19277 vsize=10540712 CPUtime=0.46 cores=1,3,5,7
/proc/19279/stat : 19279 (java) S 19277 19279 13533 0 -1 4202496 15860 0 1 0 44 2 0 0 25 0 18 0 831190876 10793689088 15362 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19279/statm: 2635178 15363 2208 9 0 2625912 0
[pid=19279/tid=19280] ppid=19277 vsize=10540712 CPUtime=0.28 cores=1,3,5,7
/proc/19279/task/19280/stat : 19280 (java) R 19277 19279 13533 0 -1 4202560 13005 0 1 0 27 1 0 0 25 0 18 0 831190877 10793689088 15363 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 46912505550189 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10540712

[startup+0.700472 s]
/proc/loadavg: 1.00 1.29 2.13 3/498 19279
/proc/meminfo: memFree=27344364/32950928 swapFree=39617324/67111528
[pid=19279] ppid=19277 vsize=10547120 CPUtime=1.58 cores=1,3,5,7
/proc/19279/stat : 19279 (java) S 19277 19279 13533 0 -1 4202496 36104 0 1 0 154 4 0 0 25 0 18 0 831190876 10800250880 32800 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19279/statm: 2636780 32804 2227 9 0 2627514 0
[pid=19279/tid=19280] ppid=19277 vsize=10547120 CPUtime=0.68 cores=1,3,5,7
/proc/19279/task/19280/stat : 19280 (java) R 19277 19279 13533 0 -1 4202560 25894 0 1 0 65 3 0 0 25 0 18 0 831190877 10800250880 32806 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 46912505550460 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 10547120

[startup+1.50132 s]
/proc/loadavg: 1.32 1.35 2.14 6/520 19301
/proc/meminfo: memFree=26884264/32950928 swapFree=39617324/67111528
[pid=19279] ppid=19277 vsize=10557504 CPUtime=3.57 cores=1,3,5,7
/proc/19279/stat : 19279 (java) S 19277 19279 13533 0 -1 4202496 125495 0 1 0 342 15 0 0 25 0 22 0 831190876 10810884096 120735 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19279/statm: 2639376 120736 2239 9 0 2630110 0
[pid=19279/tid=19280] ppid=19277 vsize=10557504 CPUtime=1.05 cores=1,3,5,7
/proc/19279/task/19280/stat : 19280 (java) S 19277 19279 13533 0 -1 4202560 107009 0 1 0 92 13 0 0 25 0 22 0 831190877 10810884096 120737 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19282] ppid=19277 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19282/stat : 19282 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10810884096 120737 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19283] ppid=19277 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19283/stat : 19283 (java) S 19277 19279 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831190878 10810884096 120738 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19284] ppid=19277 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19284/stat : 19284 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10810884096 120738 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19285] ppid=19277 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19285/stat : 19285 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10810884096 120738 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19286/stat : 19286 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10810884096 120739 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19287] ppid=19277 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19287/stat : 19287 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10810884096 120739 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19288] ppid=19277 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19288/stat : 19288 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10810884096 120739 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19289] ppid=19277 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19289/stat : 19289 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10810884096 120740 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19290] ppid=19277 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19290/stat : 19290 (java) S 19277 19279 13533 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831190879 10810884096 120740 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 0 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19291] ppid=19277 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19291/stat : 19291 (java) S 19277 19279 13533 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831190880 10810884096 120740 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19292] ppid=19277 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19292/stat : 19292 (java) S 19277 19279 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831190880 10810884096 120740 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19293] ppid=19277 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19293/stat : 19293 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190882 10810884096 120740 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092055985 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19294] ppid=19277 vsize=10557504 CPUtime=0.9 cores=1,3,5,7
/proc/19279/task/19294/stat : 19294 (java) R 19277 19279 13533 0 -1 4202560 6972 0 0 0 89 1 0 0 23 0 22 0 831190882 10810884096 120740 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 47889978742846 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19279/tid=19295] ppid=19277 vsize=10557504 CPUtime=0.85 cores=1,3,5,7
/proc/19279/task/19295/stat : 19295 (java) R 19277 19279 13533 0 -1 4202560 5218 0 0 0 85 0 0 0 23 0 22 0 831190882 10810884096 120740 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 47889978230370 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=19279/tid=19296] ppid=19277 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19296/stat : 19296 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190882 10810884096 120740 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19297] ppid=19277 vsize=10557504 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19297/stat : 19297 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831190882 10810884096 120740 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 10557504

[startup+3.10101 s]
/proc/loadavg: 1.32 1.35 2.14 5/524 19305
/proc/meminfo: memFree=26650988/32950928 swapFree=39617324/67111528
[pid=19279] ppid=19277 vsize=10551232 CPUtime=7.16 cores=1,3,5,7
/proc/19279/stat : 19279 (java) S 19277 19279 13533 0 -1 4202496 146181 0 1 0 698 18 0 0 25 0 22 0 831190876 10804461568 139951 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19279/statm: 2637808 139951 2240 9 0 2628542 0
[pid=19279/tid=19280] ppid=19277 vsize=10551232 CPUtime=1.05 cores=1,3,5,7
/proc/19279/task/19280/stat : 19280 (java) S 19277 19279 13533 0 -1 4202560 107009 0 1 0 92 13 0 0 15 0 22 0 831190877 10804461568 139951 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19282] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19282/stat : 19282 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10804461568 139951 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19283] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19283/stat : 19283 (java) S 19277 19279 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831190878 10804461568 139951 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19284] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19284/stat : 19284 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10804461568 139951 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19285] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19285/stat : 19285 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10804461568 139951 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19286/stat : 19286 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10804461568 139951 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19287] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19287/stat : 19287 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10804461568 139951 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19288] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19288/stat : 19288 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10804461568 139951 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19289] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19289/stat : 19289 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10804461568 139951 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19290] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19290/stat : 19290 (java) S 19277 19279 13533 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831190879 10804461568 139951 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 0 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19291] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19291/stat : 19291 (java) S 19277 19279 13533 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831190880 10804461568 139951 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19292] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19292/stat : 19292 (java) S 19277 19279 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831190880 10804461568 139951 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19293] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19293/stat : 19293 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190882 10804461568 139951 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092055985 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19294] ppid=19277 vsize=10551232 CPUtime=1.02 cores=1,3,5,7
/proc/19279/task/19294/stat : 19294 (java) S 19277 19279 13533 0 -1 4202560 7009 0 0 0 101 1 0 0 15 0 22 0 831190882 10804461568 139951 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19295] ppid=19277 vsize=10551232 CPUtime=1.12 cores=1,3,5,7
/proc/19279/task/19295/stat : 19295 (java) S 19277 19279 13533 0 -1 4202560 5268 0 0 0 112 0 0 0 16 0 22 0 831190882 10804461568 139952 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 5 0 0 0
[pid=19279/tid=19296] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19296/stat : 19296 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190882 10804461568 139952 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19297] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19297/stat : 19297 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831190882 10804461568 139952 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19302] ppid=19277 vsize=10551232 CPUtime=2.02 cores=1,3,5,7
/proc/19279/task/19302/stat : 19302 (java) R 19277 19279 13533 0 -1 4202560 1186 0 0 0 202 0 0 0 25 0 22 0 831190983 10804461568 139952 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 46912506140145 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19279/tid=19303] ppid=19277 vsize=10551232 CPUtime=1.91 cores=1,3,5,7
/proc/19279/task/19303/stat : 19303 (java) R 19277 19279 13533 0 -1 4202560 24541 0 0 0 189 2 0 0 25 0 22 0 831190983 10804461568 139952 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 46912505980790 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19279/tid=19304] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19304/stat : 19304 (java) S 19277 19279 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831190985 10804461568 139952 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19305] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19305/stat : 19305 (java) S 19277 19279 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831190986 10804461568 139952 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 10551232

[startup+6.30146 s]
/proc/loadavg: 1.32 1.35 2.14 5/524 19305
/proc/meminfo: memFree=26338488/32950928 swapFree=39617324/67111528
[pid=19279] ppid=19277 vsize=10551232 CPUtime=13.81 cores=1,3,5,7
/proc/19279/stat : 19279 (java) S 19277 19279 13533 0 -1 4202496 186132 0 1 0 1358 23 0 0 25 0 22 0 831190876 10804461568 179883 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19279/statm: 2637808 179883 2241 9 0 2628542 0
[pid=19279/tid=19280] ppid=19277 vsize=10551232 CPUtime=1.05 cores=1,3,5,7
/proc/19279/task/19280/stat : 19280 (java) S 19277 19279 13533 0 -1 4202560 107009 0 1 0 92 13 0 0 15 0 22 0 831190877 10804461568 179883 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19282] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19282/stat : 19282 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10804461568 179883 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19283] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19283/stat : 19283 (java) S 19277 19279 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831190878 10804461568 179883 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19284] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19284/stat : 19284 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10804461568 179883 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19285] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19285/stat : 19285 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10804461568 179883 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19286/stat : 19286 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10804461568 179883 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19287] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19287/stat : 19287 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10804461568 179883 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19288] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19288/stat : 19288 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10804461568 179883 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19289] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19289/stat : 19289 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190878 10804461568 179883 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19290] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19290/stat : 19290 (java) S 19277 19279 13533 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 831190879 10804461568 179883 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 0 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19291] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19291/stat : 19291 (java) S 19277 19279 13533 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831190880 10804461568 179884 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19292] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19292/stat : 19292 (java) S 19277 19279 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831190880 10804461568 179884 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19293] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19293/stat : 19293 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190882 10804461568 179884 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092055985 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 4.04 3.87 3.24 5/524 19339
/proc/meminfo: memFree=19592452/32950928 swapFree=39617324/67111528
[pid=19279] ppid=19277 vsize=10551232 CPUtime=1642.24 cores=1,3,5,7
/proc/19279/stat : 19279 (java) S 19277 19279 13533 0 -1 4202496 1032881 0 1 0 164101 123 0 0 25 0 22 0 831190876 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19279/statm: 2637808 1023517 2269 9 0 2628542 0
[pid=19279/tid=19280] ppid=19277 vsize=10551232 CPUtime=1.05 cores=1,3,5,7
/proc/19279/task/19280/stat : 19280 (java) S 19277 19279 13533 0 -1 4202560 107022 0 1 0 92 13 0 0 15 0 22 0 831190877 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 1 0 0 0
[pid=19279/tid=19282] ppid=19277 vsize=10551232 CPUtime=0.51 cores=1,3,5,7
/proc/19279/task/19282/stat : 19282 (java) S 19277 19279 13533 0 -1 4202560 20460 0 0 0 48 3 0 0 15 0 22 0 831190878 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 5 0 0 0
[pid=19279/tid=19283] ppid=19277 vsize=10551232 CPUtime=0.45 cores=1,3,5,7
/proc/19279/task/19283/stat : 19283 (java) S 19277 19279 13533 0 -1 4202560 12812 0 0 0 44 1 0 0 16 0 22 0 831190878 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19284] ppid=19277 vsize=10551232 CPUtime=0.54 cores=1,3,5,7
/proc/19279/task/19284/stat : 19284 (java) S 19277 19279 13533 0 -1 4202560 17757 0 0 0 52 2 0 0 16 0 22 0 831190878 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 5 0 0 0
[pid=19279/tid=19285] ppid=19277 vsize=10551232 CPUtime=0.65 cores=1,3,5,7
/proc/19279/task/19285/stat : 19285 (java) S 19277 19279 13533 0 -1 4202560 21408 0 0 0 62 3 0 0 16 0 22 0 831190878 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=10551232 CPUtime=0.64 cores=1,3,5,7
/proc/19279/task/19286/stat : 19286 (java) S 19277 19279 13533 0 -1 4202560 25441 0 0 0 62 2 0 0 15 0 22 0 831190878 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 5 0 0 0
[pid=19279/tid=19287] ppid=19277 vsize=10551232 CPUtime=0.48 cores=1,3,5,7
/proc/19279/task/19287/stat : 19287 (java) S 19277 19279 13533 0 -1 4202560 14978 0 0 0 46 2 0 0 15 0 22 0 831190878 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 1 0 0 0
[pid=19279/tid=19288] ppid=19277 vsize=10551232 CPUtime=0.61 cores=1,3,5,7
/proc/19279/task/19288/stat : 19288 (java) S 19277 19279 13533 0 -1 4202560 21965 0 0 0 59 2 0 0 16 0 22 0 831190878 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 1 0 0 0
[pid=19279/tid=19289] ppid=19277 vsize=10551232 CPUtime=0.65 cores=1,3,5,7
/proc/19279/task/19289/stat : 19289 (java) S 19277 19279 13533 0 -1 4202560 19208 0 0 0 64 1 0 0 16 0 22 0 831190878 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19290] ppid=19277 vsize=10551232 CPUtime=5.98 cores=1,3,5,7
/proc/19279/task/19290/stat : 19290 (java) S 19277 19279 13533 0 -1 4202560 90374 0 0 0 590 8 0 0 15 0 22 0 831190879 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 0 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19291] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19291/stat : 19291 (java) S 19277 19279 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831190880 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19292] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19292/stat : 19292 (java) S 19277 19279 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831190880 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19293] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19293/stat : 19293 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190882 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092055985 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19294] ppid=19277 vsize=10551232 CPUtime=1.1 cores=1,3,5,7
/proc/19279/task/19294/stat : 19294 (java) S 19277 19279 13533 0 -1 4202560 7019 0 0 0 109 1 0 0 15 0 22 0 831190882 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19295] ppid=19277 vsize=10551232 CPUtime=1.72 cores=1,3,5,7
/proc/19279/task/19295/stat : 19295 (java) S 19277 19279 13533 0 -1 4202560 5337 0 0 0 172 0 0 0 15 0 22 0 831190882 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 5 0 0 0
[pid=19279/tid=19296] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19296/stat : 19296 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190882 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19297] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19297/stat : 19297 (java) S 19277 19279 13533 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 831190882 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 1 0 0 0
[pid=19279/tid=19302] ppid=19277 vsize=10551232 CPUtime=813.89 cores=1,3,5,7
/proc/19279/task/19302/stat : 19302 (java) R 19277 19279 13533 0 -1 4202560 6129 0 0 0 81388 1 0 0 25 0 22 0 831190983 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 46912506610820 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19279/tid=19303] ppid=19277 vsize=10551232 CPUtime=813.83 cores=1,3,5,7
/proc/19279/task/19303/stat : 19303 (java) R 19277 19279 13533 0 -1 4202560 661766 0 0 0 81305 78 0 0 25 0 22 0 831190983 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 46912506112628 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19279/tid=19304] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19304/stat : 19304 (java) S 19277 19279 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831190985 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19305] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19305/stat : 19305 (java) S 19277 19279 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831190986 10804461568 1023517 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1642.24
Current children cumulated vsize (KiB) 10551232

[startup+882.301 s]
/proc/loadavg: 4.17 3.93 3.30 5/524 19340
/proc/meminfo: memFree=19578032/32950928 swapFree=39617324/67111528
[pid=19279] ppid=19277 vsize=10551232 CPUtime=1762.34 cores=1,3,5,7
/proc/19279/stat : 19279 (java) S 19277 19279 13533 0 -1 4202496 1035626 0 1 0 176110 124 0 0 25 0 22 0 831190876 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19279/statm: 2637808 1026144 2269 9 0 2628542 0
[pid=19279/tid=19280] ppid=19277 vsize=10551232 CPUtime=1.05 cores=1,3,5,7
/proc/19279/task/19280/stat : 19280 (java) S 19277 19279 13533 0 -1 4202560 107022 0 1 0 92 13 0 0 15 0 22 0 831190877 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 1 0 0 0
[pid=19279/tid=19282] ppid=19277 vsize=10551232 CPUtime=0.53 cores=1,3,5,7
/proc/19279/task/19282/stat : 19282 (java) S 19277 19279 13533 0 -1 4202560 20940 0 0 0 50 3 0 0 16 0 22 0 831190878 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 5 0 0 0
[pid=19279/tid=19283] ppid=19277 vsize=10551232 CPUtime=0.47 cores=1,3,5,7
/proc/19279/task/19283/stat : 19283 (java) S 19277 19279 13533 0 -1 4202560 12813 0 0 0 46 1 0 0 15 0 22 0 831190878 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19284] ppid=19277 vsize=10551232 CPUtime=0.57 cores=1,3,5,7
/proc/19279/task/19284/stat : 19284 (java) S 19277 19279 13533 0 -1 4202560 18996 0 0 0 55 2 0 0 16 0 22 0 831190878 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19285] ppid=19277 vsize=10551232 CPUtime=0.67 cores=1,3,5,7
/proc/19279/task/19285/stat : 19285 (java) S 19277 19279 13533 0 -1 4202560 22349 0 0 0 64 3 0 0 16 0 22 0 831190878 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=10551232 CPUtime=0.66 cores=1,3,5,7
/proc/19279/task/19286/stat : 19286 (java) S 19277 19279 13533 0 -1 4202560 25441 0 0 0 64 2 0 0 15 0 22 0 831190878 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 5 0 0 0
[pid=19279/tid=19287] ppid=19277 vsize=10551232 CPUtime=0.5 cores=1,3,5,7
/proc/19279/task/19287/stat : 19287 (java) S 19277 19279 13533 0 -1 4202560 14980 0 0 0 48 2 0 0 15 0 22 0 831190878 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 1 0 0 0
[pid=19279/tid=19288] ppid=19277 vsize=10551232 CPUtime=0.66 cores=1,3,5,7
/proc/19279/task/19288/stat : 19288 (java) S 19277 19279 13533 0 -1 4202560 22036 0 0 0 64 2 0 0 16 0 22 0 831190878 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 1 0 0 0
[pid=19279/tid=19289] ppid=19277 vsize=10551232 CPUtime=0.68 cores=1,3,5,7
/proc/19279/task/19289/stat : 19289 (java) S 19277 19279 13533 0 -1 4202560 19210 0 0 0 67 1 0 0 15 0 22 0 831190878 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19290] ppid=19277 vsize=10551232 CPUtime=5.98 cores=1,3,5,7
/proc/19279/task/19290/stat : 19290 (java) S 19277 19279 13533 0 -1 4202560 90376 0 0 0 590 8 0 0 15 0 22 0 831190879 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 0 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19291] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19291/stat : 19291 (java) S 19277 19279 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831190880 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19292] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19292/stat : 19292 (java) S 19277 19279 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831190880 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19293] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19293/stat : 19293 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190882 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092055985 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19294] ppid=19277 vsize=10551232 CPUtime=1.1 cores=1,3,5,7
/proc/19279/task/19294/stat : 19294 (java) S 19277 19279 13533 0 -1 4202560 7019 0 0 0 109 1 0 0 15 0 22 0 831190882 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19295] ppid=19277 vsize=10551232 CPUtime=1.72 cores=1,3,5,7
/proc/19279/task/19295/stat : 19295 (java) S 19277 19279 13533 0 -1 4202560 5337 0 0 0 172 0 0 0 15 0 22 0 831190882 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 5 0 0 0
[pid=19279/tid=19296] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19296/stat : 19296 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190882 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19297] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19297/stat : 19297 (java) S 19277 19279 13533 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831190882 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 1 0 0 0
[pid=19279/tid=19302] ppid=19277 vsize=10551232 CPUtime=873.83 cores=1,3,5,7
/proc/19279/task/19302/stat : 19302 (java) R 19277 19279 13533 0 -1 4202560 6129 0 0 0 87382 1 0 0 25 0 22 0 831190983 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 46912506080317 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19279/tid=19303] ppid=19277 vsize=10551232 CPUtime=873.78 cores=1,3,5,7
/proc/19279/task/19303/stat : 19303 (java) R 19277 19279 13533 0 -1 4202560 661769 0 0 0 87300 78 0 0 25 0 22 0 831190983 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 46912506131853 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19279/tid=19304] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19304/stat : 19304 (java) S 19277 19279 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831190985 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19305] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19305/stat : 19305 (java) S 19277 19279 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831190986 10804461568 1026144 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1762.34
Current children cumulated vsize (KiB) 10551232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.201 s]
/proc/loadavg: 4.12 3.94 3.31 5/524 19341
/proc/meminfo: memFree=19560408/32950928 swapFree=39617324/67111528
[pid=19279] ppid=19277 vsize=10551232 CPUtime=1800.21 cores=1,3,5,7
/proc/19279/stat : 19279 (java) S 19277 19279 13533 0 -1 4202496 1038337 0 1 0 179896 125 0 0 25 0 22 0 831190876 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19279/statm: 2637808 1028810 2269 9 0 2628542 0
[pid=19279/tid=19280] ppid=19277 vsize=10551232 CPUtime=1.05 cores=1,3,5,7
/proc/19279/task/19280/stat : 19280 (java) S 19277 19279 13533 0 -1 4202560 107022 0 1 0 92 13 0 0 15 0 22 0 831190877 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 1 0 0 0
[pid=19279/tid=19282] ppid=19277 vsize=10551232 CPUtime=0.53 cores=1,3,5,7
/proc/19279/task/19282/stat : 19282 (java) S 19277 19279 13533 0 -1 4202560 20940 0 0 0 50 3 0 0 15 0 22 0 831190878 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 5 0 0 0
[pid=19279/tid=19283] ppid=19277 vsize=10551232 CPUtime=0.47 cores=1,3,5,7
/proc/19279/task/19283/stat : 19283 (java) S 19277 19279 13533 0 -1 4202560 12813 0 0 0 46 1 0 0 15 0 22 0 831190878 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19284] ppid=19277 vsize=10551232 CPUtime=0.59 cores=1,3,5,7
/proc/19279/task/19284/stat : 19284 (java) S 19277 19279 13533 0 -1 4202560 19829 0 0 0 57 2 0 0 16 0 22 0 831190878 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19285] ppid=19277 vsize=10551232 CPUtime=0.67 cores=1,3,5,7
/proc/19279/task/19285/stat : 19285 (java) S 19277 19279 13533 0 -1 4202560 22350 0 0 0 64 3 0 0 15 0 22 0 831190878 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19286] ppid=19277 vsize=10551232 CPUtime=0.68 cores=1,3,5,7
/proc/19279/task/19286/stat : 19286 (java) S 19277 19279 13533 0 -1 4202560 26240 0 0 0 66 2 0 0 16 0 22 0 831190878 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 5 0 0 0
[pid=19279/tid=19287] ppid=19277 vsize=10551232 CPUtime=0.5 cores=1,3,5,7
/proc/19279/task/19287/stat : 19287 (java) S 19277 19279 13533 0 -1 4202560 14981 0 0 0 48 2 0 0 15 0 22 0 831190878 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 1 0 0 0
[pid=19279/tid=19288] ppid=19277 vsize=10551232 CPUtime=0.67 cores=1,3,5,7
/proc/19279/task/19288/stat : 19288 (java) S 19277 19279 13533 0 -1 4202560 22635 0 0 0 65 2 0 0 16 0 22 0 831190878 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 1 0 0 0
[pid=19279/tid=19289] ppid=19277 vsize=10551232 CPUtime=0.7 cores=1,3,5,7
/proc/19279/task/19289/stat : 19289 (java) S 19277 19279 13533 0 -1 4202560 19685 0 0 0 69 1 0 0 16 0 22 0 831190878 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19290] ppid=19277 vsize=10551232 CPUtime=5.98 cores=1,3,5,7
/proc/19279/task/19290/stat : 19290 (java) S 19277 19279 13533 0 -1 4202560 90378 0 0 0 590 8 0 0 15 0 22 0 831190879 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 0 0 16800975 18446604469289264256 0 0 -1 5 0 0 0
[pid=19279/tid=19291] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19291/stat : 19291 (java) S 19277 19279 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831190880 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19292] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19292/stat : 19292 (java) S 19277 19279 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831190880 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19293] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19293/stat : 19293 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190882 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092055985 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19294] ppid=19277 vsize=10551232 CPUtime=1.1 cores=1,3,5,7
/proc/19279/task/19294/stat : 19294 (java) S 19277 19279 13533 0 -1 4202560 7019 0 0 0 109 1 0 0 15 0 22 0 831190882 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
[pid=19279/tid=19295] ppid=19277 vsize=10551232 CPUtime=1.72 cores=1,3,5,7
/proc/19279/task/19295/stat : 19295 (java) S 19277 19279 13533 0 -1 4202560 5337 0 0 0 172 0 0 0 15 0 22 0 831190882 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 5 0 0 0
[pid=19279/tid=19296] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19296/stat : 19296 (java) S 19277 19279 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831190882 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048281 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19297] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19297/stat : 19297 (java) S 19277 19279 13533 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831190882 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 1 0 0 0
[pid=19279/tid=19302] ppid=19277 vsize=10551232 CPUtime=892.74 cores=1,3,5,7
/proc/19279/task/19302/stat : 19302 (java) R 19277 19279 13533 0 -1 4202560 6129 0 0 0 89273 1 0 0 25 0 22 0 831190983 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 46912506610715 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19279/tid=19303] ppid=19277 vsize=10551232 CPUtime=892.68 cores=1,3,5,7
/proc/19279/task/19303/stat : 19303 (java) R 19277 19279 13533 0 -1 4202560 661770 0 0 0 89190 78 0 0 25 0 22 0 831190983 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 46912506131820 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19279/tid=19304] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19304/stat : 19304 (java) S 19277 19279 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831190985 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 3 0 0 0
[pid=19279/tid=19305] ppid=19277 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19279/task/19305/stat : 19305 (java) S 19277 19279 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831190986 10804461568 1028810 33554432000 1073741824 1073778376 140733271125024 18446744073709551615 208092048896 0 4 0 16800975 18446604469289264256 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 10551232

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

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

[startup+901.401 s]
/proc/loadavg: 4.12 3.94 3.31 5/524 19341
/proc/meminfo: memFree=19560408/32950928 swapFree=39617324/67111528
[pid=19279] ppid=19277 vsize=0 CPUtime=1800.43 cores=1,3,5,7
/proc/19279/stat : 19279 (java) Z 19277 19279 13533 0 -1 4203548 1038366 0 1 0 179904 139 0 0 17 0 2 0 831190876 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/19279/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 901.417
CPU time (s): 1800.46
CPU user time (s): 1799.04
CPU system time (s): 1.41379
CPU usage (%): 199.736
Max. virtual memory (cumulated for all children) (KiB): 10557504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.41378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1038366
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= 23088
involuntary context switches= 10913

runsolver used 4.36634 second user time and 10.4384 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-04 15:58:32
IDJOB=3453651
IDBENCH=48360
IDSOLVER=1950
FILE ID=node127/3453651-1307195912
RUNJOBID= node127-1307195911-19145
PBS_JOBID= 13508856
Free space on /tmp= 73948 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_1_80.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453651-1307195912/watcher-3453651-1307195912 -o /tmp/evaluation-result-3453651-1307195912/solver-3453651-1307195912 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453651-1307195912.opb

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

MD5SUM BENCH= 8096e07164eab6008a97823c6b00b555
RANDOM SEED=1144269070

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27344644 kB
Buffers:        333308 kB
Cached:         931084 kB
SwapCached:      59160 kB
Active:        3317664 kB
Inactive:      1998956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27344644 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:            1608 kB
Writeback:           0 kB
AnonPages:     3999908 kB
Mapped:          29468 kB
Slab:           123916 kB
PageTables:      95272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130071344 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= 73948 MiB
End job on node127 at 2011-06-04 16:13:35