Trace number 3743728

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.3 902.229

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX15_K192_cod1.opb
MD5SUMc7597cba29f5b57f07ee420705d1030b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-256
Best CPU time to get the best result obtained on this benchmark1800.84
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 306555
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 36090214
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 36090214
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.06/0.10	c version 2.2.0.v20100531
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		1349517296
0.06/0.10	c Max memory 		1356595200
0.06/0.10	c Total memory 		1356595200
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	
0.06/0.13	c solving HOME/instance-3743728-1338795913.opb
0.06/0.13	c reading problem ... 
13.92/8.74	c ... done. Wall clock time 8.607s.
13.92/8.74	c #vars     399113
13.92/8.74	c #constraints  400980
13.92/8.74	c constraints type 
13.92/8.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
13.92/8.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
13.92/8.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
13.92/8.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
13.92/8.74	c constraints type 
13.92/8.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
13.92/8.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
13.92/8.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
13.92/8.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
504.09/252.93	c cleaning 2488 clauses out of 4995 with flag 5000/5000
1078.62/540.57	c cleaning 4241 clauses out of 8507 with flag 11000/11000
1752.78/878.04	c cleaning 5624 clauses out of 11266 with flag 18000/18000
1800.06/902.21	c starts		: 45
1800.06/902.21	c conflicts		: 18479
1800.06/902.21	c decisions		: 120138
1800.06/902.21	c propagations		: 1393842632
1800.06/902.21	c inspects		: 383010340
1800.06/902.21	c learnt literals	: 5
1800.06/902.21	c learnt binary clauses	: 47
1800.06/902.21	c learnt ternary clauses	: 306
1800.06/902.21	c learnt clauses	: 18474
1800.06/902.21	c ignored clauses	: 0
1800.06/902.21	c root simplifications	: 0
1800.06/902.21	c removed literals (reason simplification)	: 1677793
1800.06/902.21	c reason swapping (by a shorter reason)	: 0
1800.06/902.21	c Calls to reduceDB	: 3
1800.06/902.21	c number of reductions to clauses (during analyze)	: 0
1800.06/902.21	c number of learned constraints concerned by reduction	: 0
1800.06/902.21	c number of learning phase by resolution	: 0
1800.06/902.21	c number of learning phase by cutting planes	: 0
1800.06/902.21	c speed (assignments/second)	: 1560033.074343684
1800.06/902.21	c non guided choices	192
1800.06/902.22	c learnt constraints type 
1800.06/902.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 6074
1800.06/902.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 47
1800.06/902.22	c constraints type 
1800.06/902.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.06/902.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.06/902.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.06/902.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.06/902.22	c constraints type 
1800.06/902.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.06/902.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.06/902.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.06/902.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.06/902.22	s UNKNOWN
1800.06/902.22	c Total wall clock time (in seconds): 902.086

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-3743728-1338795913/watcher-3743728-1338795913 -o /tmp/evaluation-result-3743728-1338795913/solver-3743728-1338795913 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743728-1338795913.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: 3.85 3.89 3.81 4/199 26310
/proc/meminfo: memFree=27382296/32873844 swapFree=7380/7380
[pid=26310] ppid=26308 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/26310/stat : 26310 (java6) D 26308 26310 24174 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 345716153 2560000 46 33554432000 1073741824 1073778376 140734361053888 140734361051016 215134334247 0 0 4096 0 18446744072100748580 0 0 17 3 0 0 0 0 0
/proc/26310/statm: 625 46 37 9 0 29 0

[startup+0.045791 s]
/proc/loadavg: 3.85 3.89 3.81 4/199 26310
/proc/meminfo: memFree=27382296/32873844 swapFree=7380/7380
[pid=26310] ppid=26308 vsize=2167388 CPUtime=0.01 cores=1,3,5,7
/proc/26310/stat : 26310 (java) S 26308 26310 24174 0 -1 4202496 3534 0 1 0 1 0 0 0 20 0 10 0 345716153 2219405312 4744 33554432000 1073741824 1073778376 140736575473232 140736575464368 215146856509 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26310/statm: 541847 4744 1568 9 0 532548 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2167388

[startup+0.100242 s]
/proc/loadavg: 3.85 3.89 3.81 4/199 26310
/proc/meminfo: memFree=27382296/32873844 swapFree=7380/7380
[pid=26310] ppid=26308 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/26310/stat : 26310 (java) S 26308 26310 24174 0 -1 4202496 3897 0 1 0 5 1 0 0 20 0 18 0 345716153 2764726272 5616 33554432000 1073741824 1073778376 140736575473232 140736575464368 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26310/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300199 s]
/proc/loadavg: 3.85 3.89 3.81 4/199 26310
/proc/meminfo: memFree=27382296/32873844 swapFree=7380/7380
[pid=26310] ppid=26308 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/26310/stat : 26310 (java) S 26308 26310 24174 0 -1 4202496 6257 0 1 0 45 2 0 0 20 0 18 0 345716153 2764726272 15364 33554432000 1073741824 1073778376 140736575473232 140736575464368 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26310/statm: 674982 15364 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700197 s]
/proc/loadavg: 3.85 3.89 3.81 4/199 26310
/proc/meminfo: memFree=27382296/32873844 swapFree=7380/7380
[pid=26310] ppid=26308 vsize=2699928 CPUtime=0.89 cores=1,3,5,7
/proc/26310/stat : 26310 (java) S 26308 26310 24174 0 -1 4202496 6368 0 1 0 83 6 0 0 20 0 18 0 345716153 2764726272 55300 33554432000 1073741824 1073778376 140736575473232 140736575464368 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26310/statm: 674982 55300 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 2699928

[startup+1.50082 s]
/proc/loadavg: 3.85 3.89 3.81 5/217 26328
/proc/meminfo: memFree=27076696/32873844 swapFree=7380/7380
[pid=26310] ppid=26308 vsize=2699928 CPUtime=2.37 cores=1,3,5,7
/proc/26310/stat : 26310 (java) S 26308 26310 24174 0 -1 4202496 11707 0 1 0 216 21 0 0 20 0 18 0 345716153 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 140736575464368 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26310/statm: 674982 112822 2248 9 0 665676 0
[pid=26310/tid=26312] ppid=26308 vsize=2699928 CPUtime=1.35 cores=1,3,5,7
/proc/26310/task/26312/stat : 26312 (java) R 26308 26310 24174 0 -1 4202560 2959 0 1 0 125 10 0 0 20 0 18 0 345716155 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 139925014991192 139925022755930 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26313] ppid=26308 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/26310/task/26313/stat : 26313 (java) S 26308 26310 24174 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 18 0 345716156 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 139924880955688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26314] ppid=26308 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/26310/task/26314/stat : 26314 (java) S 26308 26310 24174 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 345716156 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 139924879902888 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26315] ppid=26308 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/26310/task/26315/stat : 26315 (java) S 26308 26310 24174 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 18 0 345716156 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 139924878850600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26316] ppid=26308 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/26310/task/26316/stat : 26316 (java) S 26308 26310 24174 0 -1 4202560 39 0 0 0 6 2 0 0 20 0 18 0 345716156 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 139924877797800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26317] ppid=26308 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/26310/task/26317/stat : 26317 (java) S 26308 26310 24174 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 18 0 345716156 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 139924876745512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26318] ppid=26308 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/26310/task/26318/stat : 26318 (java) S 26308 26310 24174 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 345716156 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 139924875692712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26319] ppid=26308 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/26310/task/26319/stat : 26319 (java) S 26308 26310 24174 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 18 0 345716156 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 139924874640424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26320] ppid=26308 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/26310/task/26320/stat : 26320 (java) S 26308 26310 24174 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 345716156 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 139924873587624 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26321] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26321/stat : 26321 (java) S 26308 26310 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345716158 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 139924391037160 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26322] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26322/stat : 26322 (java) S 26308 26310 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345716158 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 139924389983224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26323] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26323/stat : 26323 (java) S 26308 26310 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345716158 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 139924388930824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26324] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26324/stat : 26324 (java) S 26308 26310 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345716161 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 139924387879312 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26325] ppid=26308 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/26310/task/26325/stat : 26325 (java) S 26308 26310 24174 0 -1 4202560 3042 0 0 0 24 0 0 0 20 0 18 0 345716161 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 139924386826936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26326] ppid=26308 vsize=2699928 CPUtime=0.34 cores=1,3,5,7
/proc/26310/task/26326/stat : 26326 (java) S 26308 26310 24174 0 -1 4202560 4369 0 0 0 34 0 0 0 20 0 18 0 345716161 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 139924385774136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26327] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26327/stat : 26327 (java) S 26308 26310 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345716161 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 139924384722040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26328] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26328/stat : 26328 (java) S 26308 26310 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345716161 2764726272 112822 33554432000 1073741824 1073778376 140736575473232 139924383669448 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 2699928

[startup+3.1007 s]
/proc/loadavg: 3.85 3.89 3.81 9/217 26328
/proc/meminfo: memFree=26867180/32873844 swapFree=7380/7380
[pid=26310] ppid=26308 vsize=2699928 CPUtime=5.62 cores=1,3,5,7
/proc/26310/stat : 26310 (java) S 26308 26310 24174 0 -1 4202496 13323 0 1 0 515 47 0 0 20 0 18 0 345716153 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 140736575464368 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26310/statm: 674982 156117 2248 9 0 665676 0
[pid=26310/tid=26312] ppid=26308 vsize=2699928 CPUtime=2.35 cores=1,3,5,7
/proc/26310/task/26312/stat : 26312 (java) S 26308 26310 24174 0 -1 4202560 2969 0 1 0 225 10 0 0 20 0 18 0 345716155 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 139925014989544 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26313] ppid=26308 vsize=2699928 CPUtime=0.31 cores=1,3,5,7
/proc/26310/task/26313/stat : 26313 (java) R 26308 26310 24174 0 -1 4202560 69 0 0 0 26 5 0 0 20 0 18 0 345716156 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 139924880955864 139925022486224 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26314] ppid=26308 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/26310/task/26314/stat : 26314 (java) R 26308 26310 24174 0 -1 4202560 205 0 0 0 23 5 0 0 20 0 18 0 345716156 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 139924879903064 139925018269545 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26315] ppid=26308 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/26310/task/26315/stat : 26315 (java) R 26308 26310 24174 0 -1 4202560 153 0 0 0 25 4 0 0 20 0 18 0 345716156 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 139924878850776 139925018269602 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26316] ppid=26308 vsize=2699928 CPUtime=0.45 cores=1,3,5,7
/proc/26310/task/26316/stat : 26316 (java) R 26308 26310 24174 0 -1 4202560 253 0 0 0 38 7 0 0 20 0 18 0 345716156 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 139924877797976 139925018748370 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26317] ppid=26308 vsize=2699928 CPUtime=0.33 cores=1,3,5,7
/proc/26310/task/26317/stat : 26317 (java) R 26308 26310 24174 0 -1 4202560 170 0 0 0 28 5 0 0 20 0 18 0 345716156 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 139924876745512 139925018748370 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26318] ppid=26308 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/26310/task/26318/stat : 26318 (java) R 26308 26310 24174 0 -1 4202560 302 0 0 0 21 3 0 0 20 0 18 0 345716156 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 139924875692888 139925017462473 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26319] ppid=26308 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/26310/task/26319/stat : 26319 (java) R 26308 26310 24174 0 -1 4202560 301 0 0 0 26 4 0 0 20 0 18 0 345716156 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 139924874640600 139925017462457 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26320] ppid=26308 vsize=2699928 CPUtime=0.33 cores=1,3,5,7
/proc/26310/task/26320/stat : 26320 (java) R 26308 26310 24174 0 -1 4202560 309 0 0 0 28 5 0 0 20 0 18 0 345716156 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 139924873587800 139925018748338 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26321] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26321/stat : 26321 (java) S 26308 26310 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345716158 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 139924391036040 215146869820 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26322] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26322/stat : 26322 (java) S 26308 26310 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345716158 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 139924389983224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26323] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26323/stat : 26323 (java) S 26308 26310 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345716158 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 139924388930824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26324] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26324/stat : 26324 (java) S 26308 26310 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345716161 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 139924387879312 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26325] ppid=26308 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/26310/task/26325/stat : 26325 (java) S 26308 26310 24174 0 -1 4202560 3042 0 0 0 24 0 0 0 20 0 18 0 345716161 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 139924386826936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26326] ppid=26308 vsize=2699928 CPUtime=0.34 cores=1,3,5,7
/proc/26310/task/26326/stat : 26326 (java) S 26308 26310 24174 0 -1 4202560 4369 0 0 0 34 0 0 0 20 0 18 0 345716161 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 139924385774136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26327] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26327/stat : 26327 (java) S 26308 26310 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345716161 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 139924384722040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26328] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26328/stat : 26328 (java) S 26308 26310 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345716161 2764726272 156117 33554432000 1073741824 1073778376 140736575473232 139924383669448 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 2699928

[startup+6.30078 s]
/proc/loadavg: 3.78 3.88 3.80 5/217 26328
/proc/meminfo: memFree=26675420/32873844 swapFree=7380/7380
[pid=26310] ppid=26308 vsize=2699928 CPUtime=10.62 cores=1,3,5,7
/proc/26310/stat : 26310 (java) S 26308 26310 24174 0 -1 4202496 14226 0 1 0 1000 62 0 0 20 0 18 0 345716153 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 140736575464368 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26310/statm: 674982 182159 2248 9 0 665676 0
[pid=26310/tid=26312] ppid=26308 vsize=2699928 CPUtime=4.9 cores=1,3,5,7
/proc/26310/task/26312/stat : 26312 (java) R 26308 26310 24174 0 -1 4202560 2984 0 1 0 479 11 0 0 20 0 18 0 345716155 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 139925014982624 139924884318789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26313] ppid=26308 vsize=2699928 CPUtime=0.59 cores=1,3,5,7
/proc/26310/task/26313/stat : 26313 (java) S 26308 26310 24174 0 -1 4202560 335 0 0 0 52 7 0 0 20 0 18 0 345716156 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 139924880955688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26314] ppid=26308 vsize=2699928 CPUtime=0.61 cores=1,3,5,7
/proc/26310/task/26314/stat : 26314 (java) S 26308 26310 24174 0 -1 4202560 325 0 0 0 55 6 0 0 20 0 18 0 345716156 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 139924879902888 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26315] ppid=26308 vsize=2699928 CPUtime=0.65 cores=1,3,5,7
/proc/26310/task/26315/stat : 26315 (java) S 26308 26310 24174 0 -1 4202560 326 0 0 0 59 6 0 0 20 0 18 0 345716156 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 139924878850600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26316] ppid=26308 vsize=2699928 CPUtime=0.74 cores=1,3,5,7
/proc/26310/task/26316/stat : 26316 (java) S 26308 26310 24174 0 -1 4202560 364 0 0 0 65 9 0 0 20 0 18 0 345716156 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 139924877797800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26317] ppid=26308 vsize=2699928 CPUtime=0.6 cores=1,3,5,7
/proc/26310/task/26317/stat : 26317 (java) S 26308 26310 24174 0 -1 4202560 325 0 0 0 54 6 0 0 20 0 18 0 345716156 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 139924876745512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26318] ppid=26308 vsize=2699928 CPUtime=0.55 cores=1,3,5,7
/proc/26310/task/26318/stat : 26318 (java) S 26308 26310 24174 0 -1 4202560 326 0 0 0 50 5 0 0 20 0 18 0 345716156 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 139924875692712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26319] ppid=26308 vsize=2699928 CPUtime=0.6 cores=1,3,5,7
/proc/26310/task/26319/stat : 26319 (java) S 26308 26310 24174 0 -1 4202560 319 0 0 0 55 5 0 0 20 0 18 0 345716156 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 139924874640424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26320] ppid=26308 vsize=2699928 CPUtime=0.64 cores=1,3,5,7
/proc/26310/task/26320/stat : 26320 (java) S 26308 26310 24174 0 -1 4202560 329 0 0 0 58 6 0 0 20 0 18 0 345716156 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 139924873587624 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26321] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26321/stat : 26321 (java) S 26308 26310 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345716158 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 139924391037160 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26322] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26322/stat : 26322 (java) S 26308 26310 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345716158 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 139924389983224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26323] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26323/stat : 26323 (java) S 26308 26310 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345716158 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 139924388930824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26324] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26324/stat : 26324 (java) S 26308 26310 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345716161 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 139924387879312 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26325] ppid=26308 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/26310/task/26325/stat : 26325 (java) S 26308 26310 24174 0 -1 4202560 3042 0 0 0 24 0 0 0 20 0 18 0 345716161 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 139924386826936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26326] ppid=26308 vsize=2699928 CPUtime=0.34 cores=1,3,5,7
/proc/26310/task/26326/stat : 26326 (java) S 26308 26310 24174 0 -1 4202560 4369 0 0 0 34 0 0 0 20 0 18 0 345716161 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 139924385774136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26327] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26327/stat : 26327 (java) S 26308 26310 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345716161 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 139924384722040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26328] ppid=26308 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26328/stat : 26328 (java) S 26308 26310 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345716161 2764726272 182159 33554432000 1073741824 1073778376 140736575473232 139924383669448 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.62
Current children cumulated vsize (KiB) 2699928

[startup+12.701 s]
/proc/loadavg: 3.80 3.88 3.80 6/221 26332
/proc/meminfo: memFree=26533980/32873844 swapFree=7380/7380
[pid=26310] ppid=26308 vsize=2966184 CPUtime=23.37 cores=1,3,5,7
/proc/26310/stat : 26310 (java) S 26308 26310 24174 0 -1 4202496 15826 0 1 0 2258 79 0 0 20 0 22 0 345716153 3037372416 213817 33554432000 1073741824 1073778376 140736575473232 140736575464368 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26310/statm: 741546 213817 2273 9 0 732240 0
[pid=26310/tid=26312] ppid=26308 vsize=2966184 CPUtime=7.05 cores=1,3,5,7

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

[pid=26310/tid=26330] ppid=26308 vsize=2966184 CPUtime=750.78 cores=1,3,5,7
/proc/26310/task/26330/stat : 26330 (java) R 26308 26310 24174 0 -1 4202560 70 0 0 0 75067 11 0 0 20 0 22 0 345717027 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924381558816 139924885052580 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26331] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26331/stat : 26331 (java) S 26308 26310 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345717081 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924380509352 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26332] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26332/stat : 26332 (java) S 26308 26310 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345717081 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924379456552 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1521.29
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.90 5/221 26400
/proc/meminfo: memFree=26546108/32873844 swapFree=7380/7380
[pid=26310] ppid=26308 vsize=2966184 CPUtime=1641.33 cores=1,3,5,7
/proc/26310/stat : 26310 (java) S 26308 26310 24174 0 -1 4202496 16980 0 1 0 164022 111 0 0 20 0 22 0 345716153 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 140736575464368 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26310/statm: 741546 248659 2285 9 0 732240 0
[pid=26310/tid=26312] ppid=26308 vsize=2966184 CPUtime=7.08 cores=1,3,5,7
/proc/26310/task/26312/stat : 26312 (java) S 26308 26310 24174 0 -1 4202560 3002 0 1 0 695 13 0 0 20 0 22 0 345716155 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139925014992024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26313] ppid=26308 vsize=2966184 CPUtime=0.87 cores=1,3,5,7
/proc/26310/task/26313/stat : 26313 (java) S 26308 26310 24174 0 -1 4202560 358 0 0 0 79 8 0 0 20 0 22 0 345716156 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924880955688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26314] ppid=26308 vsize=2966184 CPUtime=0.87 cores=1,3,5,7
/proc/26310/task/26314/stat : 26314 (java) S 26308 26310 24174 0 -1 4202560 357 0 0 0 79 8 0 0 20 0 22 0 345716156 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924879902888 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26315] ppid=26308 vsize=2966184 CPUtime=0.95 cores=1,3,5,7
/proc/26310/task/26315/stat : 26315 (java) S 26308 26310 24174 0 -1 4202560 356 0 0 0 87 8 0 0 20 0 22 0 345716156 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924878850600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26316] ppid=26308 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/26310/task/26316/stat : 26316 (java) S 26308 26310 24174 0 -1 4202560 606 0 0 0 89 12 0 0 20 0 22 0 345716156 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924877797800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26317] ppid=26308 vsize=2966184 CPUtime=0.87 cores=1,3,5,7
/proc/26310/task/26317/stat : 26317 (java) S 26308 26310 24174 0 -1 4202560 439 0 0 0 79 8 0 0 20 0 22 0 345716156 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924876745512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26318] ppid=26308 vsize=2966184 CPUtime=0.81 cores=1,3,5,7
/proc/26310/task/26318/stat : 26318 (java) S 26308 26310 24174 0 -1 4202560 347 0 0 0 74 7 0 0 20 0 22 0 345716156 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924875692712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26319] ppid=26308 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/26310/task/26319/stat : 26319 (java) S 26308 26310 24174 0 -1 4202560 351 0 0 0 89 8 0 0 20 0 22 0 345716156 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924874640424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26320] ppid=26308 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/26310/task/26320/stat : 26320 (java) S 26308 26310 24174 0 -1 4202560 361 0 0 0 92 8 0 0 20 0 22 0 345716156 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924873587624 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26321] ppid=26308 vsize=2966184 CPUtime=2.47 cores=1,3,5,7
/proc/26310/task/26321/stat : 26321 (java) S 26308 26310 24174 0 -1 4202560 94 0 0 0 242 5 0 0 20 0 22 0 345716158 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924391037160 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26322] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26322/stat : 26322 (java) S 26308 26310 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345716158 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924389983224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26323] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26323/stat : 26323 (java) S 26308 26310 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345716158 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924388930824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26324] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26324/stat : 26324 (java) S 26308 26310 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345716161 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924387879312 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26325] ppid=26308 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/26310/task/26325/stat : 26325 (java) S 26308 26310 24174 0 -1 4202560 4949 0 0 0 106 0 0 0 20 0 22 0 345716161 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924386826936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26326] ppid=26308 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/26310/task/26326/stat : 26326 (java) S 26308 26310 24174 0 -1 4202560 4420 0 0 0 116 1 0 0 20 0 22 0 345716161 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924385774136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26327] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26327/stat : 26327 (java) S 26308 26310 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345716161 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924384722040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26328] ppid=26308 vsize=2966184 CPUtime=0.56 cores=1,3,5,7
/proc/26310/task/26328/stat : 26328 (java) S 26308 26310 24174 0 -1 4202560 47 0 0 0 36 20 0 0 20 0 22 0 345716161 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924383669448 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26329] ppid=26308 vsize=2966184 CPUtime=810.8 cores=1,3,5,7
/proc/26310/task/26329/stat : 26329 (java) R 26308 26310 24174 0 -1 4202560 35 0 0 0 81068 12 0 0 20 0 22 0 345717027 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924382613712 139924884844300 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26330] ppid=26308 vsize=2966184 CPUtime=810.78 cores=1,3,5,7
/proc/26310/task/26330/stat : 26330 (java) R 26308 26310 24174 0 -1 4202560 70 0 0 0 81066 12 0 0 20 0 22 0 345717027 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924381558816 139924885052700 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26331] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26331/stat : 26331 (java) S 26308 26310 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345717081 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924380509352 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26332] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26332/stat : 26332 (java) S 26308 26310 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345717081 3037372416 248659 33554432000 1073741824 1073778376 140736575473232 139924379456552 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1641.33
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/221 26400
/proc/meminfo: memFree=26513448/32873844 swapFree=7380/7380
[pid=26310] ppid=26308 vsize=2966184 CPUtime=1760.25 cores=1,3,5,7
/proc/26310/stat : 26310 (java) S 26308 26310 24174 0 -1 4202496 17002 0 1 0 175911 114 0 0 20 0 22 0 345716153 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 140736575464368 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26310/statm: 741546 256762 2285 9 0 732240 0
[pid=26310/tid=26312] ppid=26308 vsize=2966184 CPUtime=7.08 cores=1,3,5,7
/proc/26310/task/26312/stat : 26312 (java) S 26308 26310 24174 0 -1 4202560 3002 0 1 0 695 13 0 0 20 0 22 0 345716155 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139925014992024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26313] ppid=26308 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/26310/task/26313/stat : 26313 (java) S 26308 26310 24174 0 -1 4202560 358 0 0 0 83 8 0 0 20 0 22 0 345716156 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924880955688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26314] ppid=26308 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/26310/task/26314/stat : 26314 (java) S 26308 26310 24174 0 -1 4202560 357 0 0 0 81 8 0 0 20 0 22 0 345716156 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924879902888 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26315] ppid=26308 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/26310/task/26315/stat : 26315 (java) S 26308 26310 24174 0 -1 4202560 356 0 0 0 89 8 0 0 20 0 22 0 345716156 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924878850600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26316] ppid=26308 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/26310/task/26316/stat : 26316 (java) S 26308 26310 24174 0 -1 4202560 606 0 0 0 90 12 0 0 20 0 22 0 345716156 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924877797800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26317] ppid=26308 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/26310/task/26317/stat : 26317 (java) S 26308 26310 24174 0 -1 4202560 439 0 0 0 83 8 0 0 20 0 22 0 345716156 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924876745512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26318] ppid=26308 vsize=2966184 CPUtime=0.82 cores=1,3,5,7
/proc/26310/task/26318/stat : 26318 (java) S 26308 26310 24174 0 -1 4202560 347 0 0 0 75 7 0 0 20 0 22 0 345716156 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924875692712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26319] ppid=26308 vsize=2966184 CPUtime=0.98 cores=1,3,5,7
/proc/26310/task/26319/stat : 26319 (java) S 26308 26310 24174 0 -1 4202560 351 0 0 0 90 8 0 0 20 0 22 0 345716156 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924874640424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26320] ppid=26308 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/26310/task/26320/stat : 26320 (java) S 26308 26310 24174 0 -1 4202560 361 0 0 0 93 8 0 0 20 0 22 0 345716156 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924873587624 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26321] ppid=26308 vsize=2966184 CPUtime=3.7 cores=1,3,5,7
/proc/26310/task/26321/stat : 26321 (java) S 26308 26310 24174 0 -1 4202560 108 0 0 0 364 6 0 0 20 0 22 0 345716158 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924391037160 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26322] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26322/stat : 26322 (java) S 26308 26310 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345716158 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924389983224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26323] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26323/stat : 26323 (java) S 26308 26310 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345716158 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924388930824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26324] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26324/stat : 26324 (java) S 26308 26310 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345716161 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924387879312 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26325] ppid=26308 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/26310/task/26325/stat : 26325 (java) S 26308 26310 24174 0 -1 4202560 4952 0 0 0 106 0 0 0 20 0 22 0 345716161 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924386826936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26326] ppid=26308 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/26310/task/26326/stat : 26326 (java) S 26308 26310 24174 0 -1 4202560 4421 0 0 0 117 1 0 0 20 0 22 0 345716161 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924385774136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26327] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26327/stat : 26327 (java) S 26308 26310 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345716161 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924384722040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26328] ppid=26308 vsize=2966184 CPUtime=0.59 cores=1,3,5,7
/proc/26310/task/26328/stat : 26328 (java) S 26308 26310 24174 0 -1 4202560 51 0 0 0 38 21 0 0 20 0 22 0 345716161 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924383669448 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26329] ppid=26308 vsize=2966184 CPUtime=869.54 cores=1,3,5,7
/proc/26310/task/26329/stat : 26329 (java) R 26308 26310 24174 0 -1 4202560 35 0 0 0 86941 13 0 0 20 0 22 0 345717027 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924382613800 139924884953504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26330] ppid=26308 vsize=2966184 CPUtime=869.51 cores=1,3,5,7
/proc/26310/task/26330/stat : 26330 (java) R 26308 26310 24174 0 -1 4202560 70 0 0 0 86938 13 0 0 20 0 22 0 345717027 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924381558816 139924885052589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26331] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26331/stat : 26331 (java) S 26308 26310 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345717081 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924380509352 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26332] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26332/stat : 26332 (java) S 26308 26310 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345717081 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924379456552 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1760.25
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.201 s]
/proc/loadavg: 4.00 4.00 3.91 5/222 26403
/proc/meminfo: memFree=26512876/32873844 swapFree=7380/7380
[pid=26310] ppid=26308 vsize=2966184 CPUtime=1800.06 cores=1,3,5,7
/proc/26310/stat : 26310 (java) S 26308 26310 24174 0 -1 4202496 17004 0 1 0 179892 114 0 0 20 0 22 0 345716153 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 140736575464368 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26310/statm: 741546 256762 2285 9 0 732240 0
[pid=26310/tid=26312] ppid=26308 vsize=2966184 CPUtime=7.08 cores=1,3,5,7
/proc/26310/task/26312/stat : 26312 (java) S 26308 26310 24174 0 -1 4202560 3002 0 1 0 695 13 0 0 20 0 22 0 345716155 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139925014992024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26313] ppid=26308 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/26310/task/26313/stat : 26313 (java) S 26308 26310 24174 0 -1 4202560 358 0 0 0 83 8 0 0 20 0 22 0 345716156 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924880955688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26314] ppid=26308 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/26310/task/26314/stat : 26314 (java) S 26308 26310 24174 0 -1 4202560 357 0 0 0 81 8 0 0 20 0 22 0 345716156 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924879902888 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26315] ppid=26308 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/26310/task/26315/stat : 26315 (java) S 26308 26310 24174 0 -1 4202560 356 0 0 0 89 8 0 0 20 0 22 0 345716156 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924878850600 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26316] ppid=26308 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/26310/task/26316/stat : 26316 (java) S 26308 26310 24174 0 -1 4202560 606 0 0 0 90 12 0 0 20 0 22 0 345716156 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924877797800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26317] ppid=26308 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/26310/task/26317/stat : 26317 (java) S 26308 26310 24174 0 -1 4202560 439 0 0 0 83 8 0 0 20 0 22 0 345716156 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924876745512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26318] ppid=26308 vsize=2966184 CPUtime=0.82 cores=1,3,5,7
/proc/26310/task/26318/stat : 26318 (java) S 26308 26310 24174 0 -1 4202560 347 0 0 0 75 7 0 0 20 0 22 0 345716156 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924875692712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26319] ppid=26308 vsize=2966184 CPUtime=0.98 cores=1,3,5,7
/proc/26310/task/26319/stat : 26319 (java) S 26308 26310 24174 0 -1 4202560 351 0 0 0 90 8 0 0 20 0 22 0 345716156 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924874640424 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26320] ppid=26308 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/26310/task/26320/stat : 26320 (java) S 26308 26310 24174 0 -1 4202560 361 0 0 0 93 8 0 0 20 0 22 0 345716156 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924873587624 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26321] ppid=26308 vsize=2966184 CPUtime=3.7 cores=1,3,5,7
/proc/26310/task/26321/stat : 26321 (java) S 26308 26310 24174 0 -1 4202560 108 0 0 0 364 6 0 0 20 0 22 0 345716158 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924391037160 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26322] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26322/stat : 26322 (java) S 26308 26310 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345716158 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924389983224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26323] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26323/stat : 26323 (java) S 26308 26310 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345716158 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924388930824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26324] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26324/stat : 26324 (java) S 26308 26310 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345716161 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924387879312 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26325] ppid=26308 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/26310/task/26325/stat : 26325 (java) S 26308 26310 24174 0 -1 4202560 4952 0 0 0 106 0 0 0 20 0 22 0 345716161 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924386826936 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26326] ppid=26308 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/26310/task/26326/stat : 26326 (java) S 26308 26310 24174 0 -1 4202560 4421 0 0 0 117 1 0 0 20 0 22 0 345716161 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924385774136 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26327] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26327/stat : 26327 (java) S 26308 26310 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345716161 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924384722040 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26328] ppid=26308 vsize=2966184 CPUtime=0.6 cores=1,3,5,7
/proc/26310/task/26328/stat : 26328 (java) S 26308 26310 24174 0 -1 4202560 53 0 0 0 38 22 0 0 20 0 22 0 345716161 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924383669448 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26310/tid=26329] ppid=26308 vsize=2966184 CPUtime=889.44 cores=1,3,5,7
/proc/26310/task/26329/stat : 26329 (java) R 26308 26310 24174 0 -1 4202560 35 0 0 0 88931 13 0 0 20 0 22 0 345717027 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924382613800 139924884844364 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26310/tid=26330] ppid=26308 vsize=2966184 CPUtime=889.42 cores=1,3,5,7
/proc/26310/task/26330/stat : 26330 (java) R 26308 26310 24174 0 -1 4202560 70 0 0 0 88929 13 0 0 20 0 22 0 345717027 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924381558816 139924885052778 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26310/tid=26331] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26331/stat : 26331 (java) S 26308 26310 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345717081 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924380509352 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26310/tid=26332] ppid=26308 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/26310/task/26332/stat : 26332 (java) S 26308 26310 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345717081 3037372416 256762 33554432000 1073741824 1073778376 140736575473232 139924379456552 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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
Real time (s): 902.229
CPU time (s): 1800.3
CPU user time (s): 1798.8
CPU system time (s): 1.49977
CPU usage (%): 199.539
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 1.49977
maximum resident set size= 1029216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17036
page faults= 1
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21466
involuntary context switches= 8572

runsolver used 4.29135 second user time and 8.94364 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-04 09:45:14
IDJOB=3743728
IDBENCH=92225
IDSOLVER=2324
FILE ID=node133/3743728-1338795913
RUNJOBID= node133-1338782189-24191
PBS_JOBID= 14636833
Free space on /tmp= 70424 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_luby_10null10mast_rapportOE2.0_TMAX15_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-3743728-1338795913/watcher-3743728-1338795913 -o /tmp/evaluation-result-3743728-1338795913/solver-3743728-1338795913 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743728-1338795913.opb

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

MD5SUM BENCH= c7597cba29f5b57f07ee420705d1030b
RANDOM SEED=780804695

node133.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.540
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.08
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.540
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.92
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.540
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	: 5331.92
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.540
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.91
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.540
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.91
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.540
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.90
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.540
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.540
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:        27382560 kB
Buffers:          504328 kB
Cached:          2940652 kB
SwapCached:          676 kB
Active:          2718268 kB
Inactive:        1868100 kB
Active(anon):    1133104 kB
Inactive(anon):    10220 kB
Active(file):    1585164 kB
Inactive(file):  1857880 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:             31120 kB
Writeback:             0 kB
AnonPages:       1149712 kB
Mapped:            18652 kB
Shmem:                 0 kB
Slab:             761572 kB
SReclaimable:     202872 kB
SUnreclaim:       558700 kB
KernelStack:        1632 kB
PageTables:         6388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1095680 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= 70424 MiB
End job on node133 at 2012-06-04 10:00:18