Trace number 3743806

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.07 897.828

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null20mast_rapportOE2.0_TMAX120_K192_cod1.opb
MD5SUM52aede169395dc6e3bc8a1feb542a706
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-8948
Best CPU time to get the best result obtained on this benchmark1804.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 272557
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 169651739
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 169651739
Number of bits of the biggest sum of numbers28
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.2.0.v20100531
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		1349517296
0.07/0.10	c Max memory 		1356595200
0.07/0.10	c Total memory 		1356595200
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	
0.07/0.13	c solving HOME/instance-3743806-1338797018.opb
0.07/0.13	c reading problem ... 
12.25/8.00	c ... done. Wall clock time 7.867s.
12.25/8.00	c #vars     399113
12.25/8.00	c #constraints  400980
12.25/8.00	c constraints type 
12.25/8.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
12.25/8.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
12.25/8.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
12.25/8.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
12.25/8.00	c constraints type 
12.25/8.00	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
12.25/8.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
12.25/8.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
12.25/8.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
430.39/216.20	c cleaning 2494 clauses out of 4998 with flag 5002/5002
975.65/488.93	c cleaning 4246 clauses out of 8502 with flag 11000/11000
1665.35/830.56	c cleaning 5620 clauses out of 11256 with flag 18000/18000
1800.07/897.81	c starts		: 45
1800.07/897.81	c conflicts		: 19387
1800.07/897.81	c decisions		: 161835
1800.07/897.81	c propagations		: 813088433
1800.07/897.81	c inspects		: 211629938
1800.07/897.81	c learnt literals	: 4
1800.07/897.81	c learnt binary clauses	: 168
1800.07/897.81	c learnt ternary clauses	: 95
1800.07/897.81	c learnt clauses	: 19382
1800.07/897.81	c ignored clauses	: 0
1800.07/897.81	c root simplifications	: 0
1800.07/897.81	c removed literals (reason simplification)	: 1403506
1800.07/897.81	c reason swapping (by a shorter reason)	: 0
1800.07/897.81	c Calls to reduceDB	: 3
1800.07/897.81	c number of reductions to clauses (during analyze)	: 0
1800.07/897.81	c number of learned constraints concerned by reduction	: 0
1800.07/897.81	c number of learning phase by resolution	: 0
1800.07/897.81	c number of learning phase by cutting planes	: 0
1800.07/897.81	c speed (assignments/second)	: 913949.1155441003
1800.07/897.81	c non guided choices	1100
1800.07/897.82	c learnt constraints type 
1800.07/897.82	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 6854
1800.07/897.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 168
1800.07/897.82	c constraints type 
1800.07/897.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.07/897.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.07/897.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.07/897.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.07/897.82	c constraints type 
1800.07/897.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.07/897.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.07/897.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.07/897.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.07/897.82	s UNKNOWN
1800.07/897.82	c Total wall clock time (in seconds): 897.687

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3743806-1338797018/watcher-3743806-1338797018 -o /tmp/evaluation-result-3743806-1338797018/solver-3743806-1338797018 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743806-1338797018.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.91 3.98 3.91 4/197 10540
/proc/meminfo: memFree=27753420/32873844 swapFree=7120/7120
[pid=10540] ppid=10538 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (java6) D 10538 10540 7918 0 -1 4202496 95 0 0 0 0 0 0 0 20 0 1 0 345826821 2560000 47 33554432000 1073741824 1073778376 140734121267216 140734121264344 233211784487 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/10540/statm: 625 47 37 9 0 29 0

[startup+0.0370021 s]
/proc/loadavg: 3.91 3.98 3.91 4/197 10540
/proc/meminfo: memFree=27753420/32873844 swapFree=7120/7120
[pid=10540] ppid=10538 vsize=2158136 CPUtime=0 cores=0,2,4,6
/proc/10540/stat : 10540 (java) S 10538 10540 7918 0 -1 4202496 3316 0 1 0 0 0 0 0 20 0 10 0 345826821 2209931264 4014 33554432000 1073741824 1073778376 140736966453952 140736966445088 233224306749 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10540/statm: 539534 4024 1418 9 0 530235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2158136

[startup+0.100326 s]
/proc/loadavg: 3.91 3.98 3.91 4/197 10540
/proc/meminfo: memFree=27753420/32873844 swapFree=7120/7120
[pid=10540] ppid=10538 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/10540/stat : 10540 (java) S 10538 10540 7918 0 -1 4202496 3898 0 1 0 6 1 0 0 20 0 18 0 345826821 2764726272 5616 33554432000 1073741824 1073778376 140736966453952 140736966445088 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10540/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300294 s]
/proc/loadavg: 3.91 3.98 3.91 4/197 10540
/proc/meminfo: memFree=27753420/32873844 swapFree=7120/7120
[pid=10540] ppid=10538 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/10540/stat : 10540 (java) S 10538 10540 7918 0 -1 4202496 6437 0 1 0 45 1 0 0 20 0 18 0 345826821 2764726272 16013 33554432000 1073741824 1073778376 140736966453952 140736966445088 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10540/statm: 674982 16013 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700298 s]
/proc/loadavg: 3.91 3.98 3.91 4/197 10540
/proc/meminfo: memFree=27753420/32873844 swapFree=7120/7120
[pid=10540] ppid=10538 vsize=2699928 CPUtime=0.9 cores=0,2,4,6
/proc/10540/stat : 10540 (java) S 10538 10540 7918 0 -1 4202496 6598 0 1 0 86 4 0 0 20 0 18 0 345826821 2764726272 51882 33554432000 1073741824 1073778376 140736966453952 140736966445088 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10540/statm: 674982 51882 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 2699928

[startup+1.50078 s]
/proc/loadavg: 3.91 3.98 3.91 4/215 10558
/proc/meminfo: memFree=27448852/32873844 swapFree=7120/7120
[pid=10540] ppid=10538 vsize=2699928 CPUtime=2.45 cores=0,2,4,6
/proc/10540/stat : 10540 (java) S 10538 10540 7918 0 -1 4202496 12043 0 1 0 224 21 0 0 20 0 18 0 345826821 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140736966445088 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10540/statm: 674982 127890 2248 9 0 665676 0
[pid=10540/tid=10542] ppid=10538 vsize=2699928 CPUtime=1.31 cores=0,2,4,6
/proc/10540/task/10542/stat : 10542 (java) S 10538 10540 7918 0 -1 4202560 2956 0 1 0 125 6 0 0 20 0 18 0 345826822 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140232009460776 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10540/tid=10543] ppid=10538 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/10540/task/10543/stat : 10543 (java) R 10538 10540 7918 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 18 0 345826824 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140231993744088 140232011933369 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10544] ppid=10538 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/10540/task/10544/stat : 10544 (java) R 10538 10540 7918 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 18 0 345826824 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140231992691288 140232012740508 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10545] ppid=10538 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/10540/task/10545/stat : 10545 (java) R 10538 10540 7918 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 18 0 345826824 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140231991638192 140232013637807 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10546] ppid=10538 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/10540/task/10546/stat : 10546 (java) R 10538 10540 7918 0 -1 4202560 68 0 0 0 8 4 0 0 20 0 18 0 345826824 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140231990585688 140232013219493 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10547] ppid=10538 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/10540/task/10547/stat : 10547 (java) R 10538 10540 7918 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 18 0 345826824 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140231989533912 140232011933427 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10548] ppid=10538 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/10540/task/10548/stat : 10548 (java) R 10538 10540 7918 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 345826824 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140231988481112 140232011933385 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10549] ppid=10538 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/10540/task/10549/stat : 10549 (java) R 10538 10540 7918 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 345826824 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140231987428312 140232013219181 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10550] ppid=10538 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/10540/task/10550/stat : 10550 (java) R 10538 10540 7918 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 18 0 345826824 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140231986375512 140232012740508 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10540/tid=10551] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10551/stat : 10551 (java) S 10538 10540 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345826825 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140231973963144 233224320060 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10552] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10552/stat : 10552 (java) S 10538 10540 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345826826 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140231972910328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10553] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10553/stat : 10553 (java) S 10538 10540 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345826826 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140231971857416 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10554] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10554/stat : 10554 (java) S 10538 10540 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345826828 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140231970805904 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10555] ppid=10538 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/10540/task/10555/stat : 10555 (java) S 10538 10540 7918 0 -1 4202560 4369 0 0 0 30 0 0 0 20 0 18 0 345826828 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140231969754040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10556] ppid=10538 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/10540/task/10556/stat : 10556 (java) S 10538 10540 7918 0 -1 4202560 3290 0 0 0 26 0 0 0 20 0 18 0 345826828 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140231968701240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10557] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10557/stat : 10557 (java) S 10538 10540 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345826828 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140231967648632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10558] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10558/stat : 10558 (java) S 10538 10540 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345826828 2764726272 127890 33554432000 1073741824 1073778376 140736966453952 140231966596040 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 2699928

[startup+3.10091 s]
/proc/loadavg: 3.91 3.98 3.91 4/215 10558
/proc/meminfo: memFree=27230896/32873844 swapFree=7120/7120
[pid=10540] ppid=10538 vsize=2699928 CPUtime=5.65 cores=0,2,4,6
/proc/10540/stat : 10540 (java) S 10538 10540 7918 0 -1 4202496 13793 0 1 0 530 35 0 0 20 0 18 0 345826821 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140736966445088 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10540/statm: 674982 158627 2248 9 0 665676 0
[pid=10540/tid=10542] ppid=10538 vsize=2699928 CPUtime=2.35 cores=0,2,4,6
/proc/10540/task/10542/stat : 10542 (java) R 10538 10540 7918 0 -1 4202560 2967 0 1 0 229 6 0 0 20 0 18 0 345826822 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140232009460776 140232017226849 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10540/tid=10543] ppid=10538 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/10540/task/10543/stat : 10543 (java) S 10538 10540 7918 0 -1 4202560 299 0 0 0 23 2 0 0 20 0 18 0 345826824 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140231993743912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10544] ppid=10538 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/10540/task/10544/stat : 10544 (java) S 10538 10540 7918 0 -1 4202560 299 0 0 0 29 3 0 0 20 0 18 0 345826824 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140231992691112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10545] ppid=10538 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/10540/task/10545/stat : 10545 (java) S 10538 10540 7918 0 -1 4202560 305 0 0 0 26 4 0 0 20 0 18 0 345826824 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140231991638312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10546] ppid=10538 vsize=2699928 CPUtime=0.42 cores=0,2,4,6
/proc/10540/task/10546/stat : 10546 (java) S 10538 10540 7918 0 -1 4202560 362 0 0 0 37 5 0 0 20 0 18 0 345826824 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140231990585512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10547] ppid=10538 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/10540/task/10547/stat : 10547 (java) S 10538 10540 7918 0 -1 4202560 203 0 0 0 29 3 0 0 20 0 18 0 345826824 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140231989533736 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10548] ppid=10538 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/10540/task/10548/stat : 10548 (java) S 10538 10540 7918 0 -1 4202560 207 0 0 0 26 3 0 0 20 0 18 0 345826824 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140231988480936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10549] ppid=10538 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/10540/task/10549/stat : 10549 (java) S 10538 10540 7918 0 -1 4202560 50 0 0 0 24 2 0 0 20 0 18 0 345826824 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140231987428136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10540/tid=10550] ppid=10538 vsize=2699928 CPUtime=0.41 cores=0,2,4,6
/proc/10540/task/10550/stat : 10550 (java) S 10538 10540 7918 0 -1 4202560 259 0 0 0 37 4 0 0 20 0 18 0 345826824 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140231986375336 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10551] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10551/stat : 10551 (java) S 10538 10540 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345826825 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140231973964264 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10552] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10552/stat : 10552 (java) S 10538 10540 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345826826 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140231972910328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10553] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10553/stat : 10553 (java) S 10538 10540 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345826826 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140231971857416 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10554] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10554/stat : 10554 (java) S 10538 10540 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345826828 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140231970805904 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10555] ppid=10538 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/10540/task/10555/stat : 10555 (java) S 10538 10540 7918 0 -1 4202560 4369 0 0 0 30 0 0 0 20 0 18 0 345826828 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140231969754040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10556] ppid=10538 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/10540/task/10556/stat : 10556 (java) S 10538 10540 7918 0 -1 4202560 3290 0 0 0 26 0 0 0 20 0 18 0 345826828 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140231968701240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10557] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10557/stat : 10557 (java) S 10538 10540 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345826828 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140231967648632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10558] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10558/stat : 10558 (java) S 10538 10540 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345826828 2764726272 158627 33554432000 1073741824 1073778376 140736966453952 140231966596040 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 2699928

[startup+6.3007 s]
/proc/loadavg: 3.76 3.95 3.90 4/215 10558
/proc/meminfo: memFree=27047452/32873844 swapFree=7120/7120
[pid=10540] ppid=10538 vsize=2699928 CPUtime=10.36 cores=0,2,4,6
/proc/10540/stat : 10540 (java) S 10538 10540 7918 0 -1 4202496 14453 0 1 0 992 44 0 0 20 0 18 0 345826821 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140736966445088 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10540/statm: 674982 181857 2248 9 0 665676 0
[pid=10540/tid=10542] ppid=10538 vsize=2699928 CPUtime=4.99 cores=0,2,4,6
/proc/10540/task/10542/stat : 10542 (java) R 10538 10540 7918 0 -1 4202560 2981 0 1 0 492 7 0 0 20 0 18 0 345826822 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140232009453536 140231840246998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10543] ppid=10538 vsize=2699928 CPUtime=0.52 cores=0,2,4,6
/proc/10540/task/10543/stat : 10543 (java) S 10538 10540 7918 0 -1 4202560 315 0 0 0 48 4 0 0 20 0 18 0 345826824 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140231993743912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10544] ppid=10538 vsize=2699928 CPUtime=0.6 cores=0,2,4,6
/proc/10540/task/10544/stat : 10544 (java) S 10538 10540 7918 0 -1 4202560 315 0 0 0 56 4 0 0 20 0 18 0 345826824 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140231992691112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10540/tid=10545] ppid=10538 vsize=2699928 CPUtime=0.57 cores=0,2,4,6
/proc/10540/task/10545/stat : 10545 (java) S 10538 10540 7918 0 -1 4202560 323 0 0 0 52 5 0 0 20 0 18 0 345826824 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140231991638312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10546] ppid=10538 vsize=2699928 CPUtime=0.7 cores=0,2,4,6
/proc/10540/task/10546/stat : 10546 (java) S 10538 10540 7918 0 -1 4202560 386 0 0 0 64 6 0 0 20 0 18 0 345826824 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140231990585512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10547] ppid=10538 vsize=2699928 CPUtime=0.53 cores=0,2,4,6
/proc/10540/task/10547/stat : 10547 (java) S 10538 10540 7918 0 -1 4202560 317 0 0 0 49 4 0 0 20 0 18 0 345826824 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140231989533736 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10540/tid=10548] ppid=10538 vsize=2699928 CPUtime=0.52 cores=0,2,4,6
/proc/10540/task/10548/stat : 10548 (java) S 10538 10540 7918 0 -1 4202560 321 0 0 0 47 5 0 0 20 0 18 0 345826824 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140231988480936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10549] ppid=10538 vsize=2699928 CPUtime=0.54 cores=0,2,4,6
/proc/10540/task/10549/stat : 10549 (java) S 10538 10540 7918 0 -1 4202560 313 0 0 0 50 4 0 0 20 0 18 0 345826824 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140231987428136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10550] ppid=10538 vsize=2699928 CPUtime=0.66 cores=0,2,4,6
/proc/10540/task/10550/stat : 10550 (java) S 10538 10540 7918 0 -1 4202560 340 0 0 0 61 5 0 0 20 0 18 0 345826824 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140231986375336 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10551] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10551/stat : 10551 (java) S 10538 10540 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345826825 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140231973964264 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10552] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10552/stat : 10552 (java) S 10538 10540 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345826826 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140231972910328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10553] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10553/stat : 10553 (java) S 10538 10540 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345826826 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140231971857416 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10554] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10554/stat : 10554 (java) S 10538 10540 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345826828 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140231970805904 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10555] ppid=10538 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/10540/task/10555/stat : 10555 (java) S 10538 10540 7918 0 -1 4202560 4369 0 0 0 30 0 0 0 20 0 18 0 345826828 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140231969754040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10556] ppid=10538 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/10540/task/10556/stat : 10556 (java) S 10538 10540 7918 0 -1 4202560 3290 0 0 0 26 0 0 0 20 0 18 0 345826828 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140231968701240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10557] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10557/stat : 10557 (java) S 10538 10540 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345826828 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140231967648632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10558] ppid=10538 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10558/stat : 10558 (java) S 10538 10540 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345826828 2764726272 181857 33554432000 1073741824 1073778376 140736966453952 140231966596040 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.36
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 3.94 3.98 3.91 5/219 10562
/proc/meminfo: memFree=26880204/32873844 swapFree=7120/7120
[pid=10540] ppid=10538 vsize=2966184 CPUtime=23.38 cores=0,2,4,6
/proc/10540/stat : 10540 (java) S 10538 10540 7918 0 -1 4202496 17513 0 1 0 2283 55 0 0 20 0 22 0 345826821 3037372416 220076 33554432000 1073741824 1073778376 140736966453952 140736966445088 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10540/statm: 741546 220076 2273 9 0 732240 0
[pid=10540/tid=10542] ppid=10538 vsize=2966184 CPUtime=6.61 cores=0,2,4,6

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

/proc/10540/statm: 741546 257991 2286 9 0 732240 0
[pid=10540/tid=10542] ppid=10538 vsize=2966184 CPUtime=6.63 cores=0,2,4,6
/proc/10540/task/10542/stat : 10542 (java) S 10538 10540 7918 0 -1 4202560 3003 0 1 0 655 8 0 0 20 0 22 0 345826822 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140232009462936 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10543] ppid=10538 vsize=2966184 CPUtime=3.32 cores=0,2,4,6
/proc/10540/task/10543/stat : 10543 (java) S 10538 10540 7918 0 -1 4202560 368 0 0 0 323 9 0 0 20 0 22 0 345826824 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231993743912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10544] ppid=10538 vsize=2966184 CPUtime=3.47 cores=0,2,4,6
/proc/10540/task/10544/stat : 10544 (java) S 10538 10540 7918 0 -1 4202560 351 0 0 0 339 8 0 0 20 0 22 0 345826824 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231992691112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10545] ppid=10538 vsize=2966184 CPUtime=3.46 cores=0,2,4,6
/proc/10540/task/10545/stat : 10545 (java) S 10538 10540 7918 0 -1 4202560 737 0 0 0 335 11 0 0 20 0 22 0 345826824 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231991638312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10546] ppid=10538 vsize=2966184 CPUtime=3.54 cores=0,2,4,6
/proc/10540/task/10546/stat : 10546 (java) S 10538 10540 7918 0 -1 4202560 429 0 0 0 344 10 0 0 20 0 22 0 345826824 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231990585512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10547] ppid=10538 vsize=2966184 CPUtime=3.28 cores=0,2,4,6
/proc/10540/task/10547/stat : 10547 (java) S 10538 10540 7918 0 -1 4202560 346 0 0 0 320 8 0 0 20 0 22 0 345826824 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231989533736 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10540/tid=10548] ppid=10538 vsize=2966184 CPUtime=3.3 cores=0,2,4,6
/proc/10540/task/10548/stat : 10548 (java) S 10538 10540 7918 0 -1 4202560 642 0 0 0 322 8 0 0 20 0 22 0 345826824 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231988480936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10540/tid=10549] ppid=10538 vsize=2966184 CPUtime=3.31 cores=0,2,4,6
/proc/10540/task/10549/stat : 10549 (java) S 10538 10540 7918 0 -1 4202560 364 0 0 0 322 9 0 0 20 0 22 0 345826824 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231987428136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10550] ppid=10538 vsize=2966184 CPUtime=3.5 cores=0,2,4,6
/proc/10540/task/10550/stat : 10550 (java) S 10538 10540 7918 0 -1 4202560 399 0 0 0 340 10 0 0 20 0 22 0 345826824 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231986375336 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10551] ppid=10538 vsize=2966184 CPUtime=2.45 cores=0,2,4,6
/proc/10540/task/10551/stat : 10551 (java) S 10538 10540 7918 0 -1 4202560 77 0 0 0 219 26 0 0 20 0 22 0 345826825 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231973964264 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10552] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10552/stat : 10552 (java) S 10538 10540 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345826826 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231972910328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10553] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10553/stat : 10553 (java) S 10538 10540 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345826826 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231971857416 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10554] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10554/stat : 10554 (java) S 10538 10540 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345826828 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231970805904 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10555] ppid=10538 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/10540/task/10555/stat : 10555 (java) S 10538 10540 7918 0 -1 4202560 4410 0 0 0 93 0 0 0 20 0 22 0 345826828 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231969754040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10556] ppid=10538 vsize=2966184 CPUtime=1.38 cores=0,2,4,6
/proc/10540/task/10556/stat : 10556 (java) S 10538 10540 7918 0 -1 4202560 8166 0 0 0 136 2 0 0 20 0 22 0 345826828 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231968701240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10557] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10557/stat : 10557 (java) S 10538 10540 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345826828 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231967648632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10558] ppid=10538 vsize=2966184 CPUtime=0.35 cores=0,2,4,6
/proc/10540/task/10558/stat : 10558 (java) S 10538 10540 7918 0 -1 4202560 47 0 0 0 16 19 0 0 20 0 22 0 345826828 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231966596040 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10559] ppid=10538 vsize=2966184 CPUtime=802.97 cores=0,2,4,6
/proc/10540/task/10559/stat : 10559 (java) R 10538 10540 7918 0 -1 4202560 109 0 0 0 80284 13 0 0 20 0 22 0 345827621 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231965539840 140231840443174 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10540/tid=10560] ppid=10538 vsize=2966184 CPUtime=802.99 cores=0,2,4,6
/proc/10540/task/10560/stat : 10560 (java) R 10538 10540 7918 0 -1 4202560 616 0 0 0 80285 14 0 0 20 0 22 0 345827621 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231964485616 140231840909875 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10561] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10561/stat : 10561 (java) S 10538 10540 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345827685 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231963435944 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10562] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10562/stat : 10562 (java) S 10538 10540 7918 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 345827686 3037372416 257991 33554432000 1073741824 1073778376 140736966453952 140231962383144 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1648.74
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 2.93 3.14 3.49 4/215 10626
/proc/meminfo: memFree=25962724/32873844 swapFree=7120/7120
[pid=10540] ppid=10538 vsize=2966184 CPUtime=1768.73 cores=0,2,4,6
/proc/10540/stat : 10540 (java) S 10538 10540 7918 0 -1 4202496 31224 0 1 0 176730 143 0 0 20 0 22 0 345826821 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140736966445088 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10540/statm: 741546 258019 2286 9 0 732240 0
[pid=10540/tid=10542] ppid=10538 vsize=2966184 CPUtime=6.63 cores=0,2,4,6
/proc/10540/task/10542/stat : 10542 (java) S 10538 10540 7918 0 -1 4202560 3006 0 1 0 655 8 0 0 20 0 22 0 345826822 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140232009462936 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10543] ppid=10538 vsize=2966184 CPUtime=3.73 cores=0,2,4,6
/proc/10540/task/10543/stat : 10543 (java) S 10538 10540 7918 0 -1 4202560 368 0 0 0 364 9 0 0 20 0 22 0 345826824 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231993743912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10544] ppid=10538 vsize=2966184 CPUtime=3.86 cores=0,2,4,6
/proc/10540/task/10544/stat : 10544 (java) S 10538 10540 7918 0 -1 4202560 351 0 0 0 377 9 0 0 20 0 22 0 345826824 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231992691112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10545] ppid=10538 vsize=2966184 CPUtime=3.84 cores=0,2,4,6
/proc/10540/task/10545/stat : 10545 (java) S 10538 10540 7918 0 -1 4202560 737 0 0 0 373 11 0 0 20 0 22 0 345826824 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231991638312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10540/tid=10546] ppid=10538 vsize=2966184 CPUtime=3.94 cores=0,2,4,6
/proc/10540/task/10546/stat : 10546 (java) S 10538 10540 7918 0 -1 4202560 429 0 0 0 383 11 0 0 20 0 22 0 345826824 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231990585512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10547] ppid=10538 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/10540/task/10547/stat : 10547 (java) S 10538 10540 7918 0 -1 4202560 346 0 0 0 361 8 0 0 20 0 22 0 345826824 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231989533736 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10548] ppid=10538 vsize=2966184 CPUtime=3.66 cores=0,2,4,6
/proc/10540/task/10548/stat : 10548 (java) S 10538 10540 7918 0 -1 4202560 642 0 0 0 357 9 0 0 20 0 22 0 345826824 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231988480936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10540/tid=10549] ppid=10538 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/10540/task/10549/stat : 10549 (java) S 10538 10540 7918 0 -1 4202560 364 0 0 0 360 9 0 0 20 0 22 0 345826824 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231987428136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10550] ppid=10538 vsize=2966184 CPUtime=3.89 cores=0,2,4,6
/proc/10540/task/10550/stat : 10550 (java) S 10538 10540 7918 0 -1 4202560 399 0 0 0 379 10 0 0 20 0 22 0 345826824 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231986375336 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10540/tid=10551] ppid=10538 vsize=2966184 CPUtime=3.72 cores=0,2,4,6
/proc/10540/task/10551/stat : 10551 (java) S 10538 10540 7918 0 -1 4202560 9921 0 0 0 339 33 0 0 20 0 22 0 345826825 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231973964264 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10552] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10552/stat : 10552 (java) S 10538 10540 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345826826 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231972910328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10553] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10553/stat : 10553 (java) S 10538 10540 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345826826 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231971857416 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10554] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10554/stat : 10554 (java) S 10538 10540 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345826828 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231970805904 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10555] ppid=10538 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/10540/task/10555/stat : 10555 (java) S 10538 10540 7918 0 -1 4202560 4410 0 0 0 93 0 0 0 20 0 22 0 345826828 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231969754040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10556] ppid=10538 vsize=2966184 CPUtime=1.38 cores=0,2,4,6
/proc/10540/task/10556/stat : 10556 (java) S 10538 10540 7918 0 -1 4202560 8166 0 0 0 136 2 0 0 20 0 22 0 345826828 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231968701240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10557] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10557/stat : 10557 (java) S 10538 10540 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345826828 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231967648632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10558] ppid=10538 vsize=2966184 CPUtime=0.38 cores=0,2,4,6
/proc/10540/task/10558/stat : 10558 (java) S 10538 10540 7918 0 -1 4202560 51 0 0 0 17 21 0 0 20 0 22 0 345826828 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231966596040 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10540/tid=10559] ppid=10538 vsize=2966184 CPUtime=860.61 cores=0,2,4,6
/proc/10540/task/10559/stat : 10559 (java) R 10538 10540 7918 0 -1 4202560 131 0 0 0 86047 14 0 0 20 0 22 0 345827621 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231965539024 140231840443301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10560] ppid=10538 vsize=2966184 CPUtime=860.64 cores=0,2,4,6
/proc/10540/task/10560/stat : 10560 (java) R 10538 10540 7918 0 -1 4202560 708 0 0 0 86048 16 0 0 20 0 22 0 345827621 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231964486664 140231840540304 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10561] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10561/stat : 10561 (java) S 10538 10540 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345827685 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231963435944 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10562] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10562/stat : 10562 (java) S 10538 10540 7918 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 345827686 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231962383144 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1768.73
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.801 s]
/proc/loadavg: 3.02 3.15 3.48 4/215 10626
/proc/meminfo: memFree=25962600/32873844 swapFree=7120/7120
[pid=10540] ppid=10538 vsize=2966184 CPUtime=1800.07 cores=0,2,4,6
/proc/10540/stat : 10540 (java) S 10538 10540 7918 0 -1 4202496 31253 0 1 0 179861 146 0 0 20 0 22 0 345826821 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140736966445088 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10540/statm: 741546 258019 2286 9 0 732240 0
[pid=10540/tid=10542] ppid=10538 vsize=2966184 CPUtime=6.63 cores=0,2,4,6
/proc/10540/task/10542/stat : 10542 (java) S 10538 10540 7918 0 -1 4202560 3006 0 1 0 655 8 0 0 20 0 22 0 345826822 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140232009462936 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10543] ppid=10538 vsize=2966184 CPUtime=3.83 cores=0,2,4,6
/proc/10540/task/10543/stat : 10543 (java) S 10538 10540 7918 0 -1 4202560 368 0 0 0 374 9 0 0 20 0 22 0 345826824 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231993743912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10544] ppid=10538 vsize=2966184 CPUtime=3.95 cores=0,2,4,6
/proc/10540/task/10544/stat : 10544 (java) S 10538 10540 7918 0 -1 4202560 351 0 0 0 386 9 0 0 20 0 22 0 345826824 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231992691112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10545] ppid=10538 vsize=2966184 CPUtime=3.93 cores=0,2,4,6
/proc/10540/task/10545/stat : 10545 (java) S 10538 10540 7918 0 -1 4202560 737 0 0 0 381 12 0 0 20 0 22 0 345826824 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231991638312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10540/tid=10546] ppid=10538 vsize=2966184 CPUtime=4.06 cores=0,2,4,6
/proc/10540/task/10546/stat : 10546 (java) S 10538 10540 7918 0 -1 4202560 429 0 0 0 395 11 0 0 20 0 22 0 345826824 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231990585512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10540/tid=10547] ppid=10538 vsize=2966184 CPUtime=3.8 cores=0,2,4,6
/proc/10540/task/10547/stat : 10547 (java) S 10538 10540 7918 0 -1 4202560 346 0 0 0 371 9 0 0 20 0 22 0 345826824 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231989533736 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10548] ppid=10538 vsize=2966184 CPUtime=3.75 cores=0,2,4,6
/proc/10540/task/10548/stat : 10548 (java) S 10538 10540 7918 0 -1 4202560 642 0 0 0 366 9 0 0 20 0 22 0 345826824 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231988480936 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10549] ppid=10538 vsize=2966184 CPUtime=3.81 cores=0,2,4,6
/proc/10540/task/10549/stat : 10549 (java) S 10538 10540 7918 0 -1 4202560 364 0 0 0 372 9 0 0 20 0 22 0 345826824 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231987428136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10540/tid=10550] ppid=10538 vsize=2966184 CPUtime=4.01 cores=0,2,4,6
/proc/10540/task/10550/stat : 10550 (java) S 10538 10540 7918 0 -1 4202560 399 0 0 0 391 10 0 0 20 0 22 0 345826824 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231986375336 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10551] ppid=10538 vsize=2966184 CPUtime=3.75 cores=0,2,4,6
/proc/10540/task/10551/stat : 10551 (java) S 10538 10540 7918 0 -1 4202560 9921 0 0 0 340 35 0 0 20 0 22 0 345826825 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231973964264 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10552] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10552/stat : 10552 (java) S 10538 10540 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345826826 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231972910328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10553] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10553/stat : 10553 (java) S 10538 10540 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345826826 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231971857416 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10554] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10554/stat : 10554 (java) S 10538 10540 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345826828 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231970805904 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10555] ppid=10538 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/10540/task/10555/stat : 10555 (java) S 10538 10540 7918 0 -1 4202560 4410 0 0 0 93 0 0 0 20 0 22 0 345826828 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231969754040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10556] ppid=10538 vsize=2966184 CPUtime=1.38 cores=0,2,4,6
/proc/10540/task/10556/stat : 10556 (java) S 10538 10540 7918 0 -1 4202560 8166 0 0 0 136 2 0 0 20 0 22 0 345826828 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231968701240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10557] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10557/stat : 10557 (java) S 10538 10540 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345826828 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231967648632 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10540/tid=10558] ppid=10538 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/10540/task/10558/stat : 10558 (java) S 10538 10540 7918 0 -1 4202560 51 0 0 0 18 21 0 0 20 0 22 0 345826828 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231966596040 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10559] ppid=10538 vsize=2966184 CPUtime=875.81 cores=0,2,4,6
/proc/10540/task/10559/stat : 10559 (java) R 10538 10540 7918 0 -1 4202560 136 0 0 0 87567 14 0 0 20 0 22 0 345827621 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231965538960 140231840842776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10540/tid=10560] ppid=10538 vsize=2966184 CPUtime=875.85 cores=0,2,4,6
/proc/10540/task/10560/stat : 10560 (java) R 10538 10540 7918 0 -1 4202560 732 0 0 0 87569 16 0 0 20 0 22 0 345827621 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231964486544 140231840540151 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10561] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10561/stat : 10561 (java) S 10538 10540 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345827685 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231963435944 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10540/tid=10562] ppid=10538 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10540/task/10562/stat : 10562 (java) S 10538 10540 7918 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 345827686 3037372416 258019 33554432000 1073741824 1073778376 140736966453952 140231962383144 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10540 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=309223
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=892712
# CPU time returned by wait4() is 1796.2
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.828
CPU time (s): 1800.07
CPU user time (s): 1798.61
CPU system time (s): 1.46
CPU usage (%): 200.492
Max. virtual memory (cumulated for all children) (KiB): 2967028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.31
system time used= 1.89271
maximum resident set size= 1071324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31284
page faults= 1
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45511
involuntary context switches= 83029

runsolver used 3.47047 second user time and 8.59369 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-04 10:03:39
IDJOB=3743806
IDBENCH=92613
IDSOLVER=2324
FILE ID=node142/3743806-1338797018
RUNJOBID= node142-1338781619-7934
PBS_JOBID= 14636832
Free space on /tmp= 71132 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_unif_20null20mast_rapportOE2.0_TMAX120_K192_cod1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743806-1338797018/watcher-3743806-1338797018 -o /tmp/evaluation-result-3743806-1338797018/solver-3743806-1338797018 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743806-1338797018.opb

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

MD5SUM BENCH= 52aede169395dc6e3bc8a1feb542a706
RANDOM SEED=19934483

node142.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5391.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27753792 kB
Buffers:          390348 kB
Cached:          2989444 kB
SwapCached:            0 kB
Active:          2252284 kB
Inactive:        2020924 kB
Active(anon):     884948 kB
Inactive(anon):    11220 kB
Active(file):    1367336 kB
Inactive(file):  2009704 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31320 kB
Writeback:             0 kB
AnonPages:        925152 kB
Mapped:            18624 kB
Shmem:               200 kB
Slab:             683440 kB
SReclaimable:     125012 kB
SUnreclaim:       558428 kB
KernelStack:        1616 kB
PageTables:         6000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    870400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70944 MiB
End job on node142 at 2012-06-04 10:18:39