Trace number 3743302

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.83 901.454

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null0mast_rapportOE2.0_TMAX15_K192_cod2.opb
MD5SUM1534d9d93781c259bc7b88f8b451f924
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11801
Best CPU time to get the best result obtained on this benchmark626.328
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 999
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 807160
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 999
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 807160
Number of bits of the biggest sum of numbers20
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.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-3743302-1338791351.opb
0.06/0.13	c reading problem ... 
10.30/6.58	c ... done. Wall clock time 6.447s.
10.30/6.58	c #vars     400896
10.30/6.58	c #constraints  402763
10.30/6.58	c constraints type 
10.30/6.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
10.30/6.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
10.30/6.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
10.30/6.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
10.30/6.58	c constraints type 
10.30/6.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
10.30/6.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
10.30/6.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
10.30/6.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
147.62/74.64	c cleaning 2001 clauses out of 5000 with flag 5000/5000
285.26/143.75	c cleaning 4474 clauses out of 9000 with flag 11001/11001
429.74/216.00	c cleaning 5745 clauses out of 11525 with flag 18000/18000
590.59/296.85	c cleaning 6886 clauses out of 13781 with flag 26001/26001
813.22/408.67	c cleaning 7935 clauses out of 15895 with flag 35001/35001
1053.69/529.28	c cleaning 8938 clauses out of 17960 with flag 45001/45001
1271.37/638.42	c cleaning 9999 clauses out of 20020 with flag 56000/56000
1549.68/776.53	c cleaning 11006 clauses out of 22021 with flag 68000/68000
1800.02/901.42	c starts		: 85
1800.02/901.42	c conflicts		: 78406
1800.02/901.42	c decisions		: 2238459
1800.02/901.42	c propagations		: 2547675034
1800.02/901.42	c inspects		: 1838485356
1800.02/901.42	c learnt literals	: 1
1800.02/901.42	c learnt binary clauses	: 231
1800.02/901.42	c learnt ternary clauses	: 156
1800.02/901.42	c learnt clauses	: 78405
1800.02/901.42	c ignored clauses	: 0
1800.02/901.42	c root simplifications	: 0
1800.02/901.42	c removed literals (reason simplification)	: 7212898
1800.02/901.42	c reason swapping (by a shorter reason)	: 0
1800.02/901.42	c Calls to reduceDB	: 8
1800.02/901.42	c number of reductions to clauses (during analyze)	: 0
1800.02/901.42	c number of learned constraints concerned by reduction	: 0
1800.02/901.42	c number of learning phase by resolution	: 0
1800.02/901.42	c number of learning phase by cutting planes	: 0
1800.02/901.42	c speed (assignments/second)	: 2847070.4236842077
1800.02/901.42	c non guided choices	3602
1800.02/901.43	c learnt constraints type 
1800.02/901.43	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 21190
1800.02/901.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 231
1800.02/901.43	c constraints type 
1800.02/901.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.02/901.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.02/901.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.02/901.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.02/901.43	c constraints type 
1800.02/901.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.02/901.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
1800.02/901.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.02/901.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.02/901.43	s UNKNOWN
1800.02/901.43	c Total wall clock time (in seconds): 901.302

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-3743302-1338791351/watcher-3743302-1338791351 -o /tmp/evaluation-result-3743302-1338791351/solver-3743302-1338791351 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743302-1338791351.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.60 3.82 3.87 4/199 25655
/proc/meminfo: memFree=27799004/32873844 swapFree=7380/7380
[pid=25655] ppid=25653 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/25655/stat : 25655 (java6) D 25653 25655 24174 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 345259939 2560000 46 33554432000 1073741824 1073778376 140737424811840 140737424808968 215134334247 0 0 4096 0 18446744072100748580 0 0 17 0 0 0 0 0 0
/proc/25655/statm: 625 46 37 9 0 29 0

[startup+0.011166 s]
/proc/loadavg: 3.60 3.82 3.87 4/199 25655
/proc/meminfo: memFree=27799004/32873844 swapFree=7380/7380
[pid=25655] ppid=25653 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/25655/stat : 25655 (java) D 25653 25655 24174 0 -1 4202496 297 0 0 0 0 0 0 0 20 0 1 0 345259939 2560000 46 33554432000 1073741824 1073778376 140736203545168 140736203542296 215134334247 0 0 4096 0 18446744072100748580 0 0 17 2 0 0 0 0 0
/proc/25655/statm: 625 46 37 9 0 29 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2500

[startup+0.100364 s]
/proc/loadavg: 3.60 3.82 3.87 4/199 25655
/proc/meminfo: memFree=27799004/32873844 swapFree=7380/7380
[pid=25655] ppid=25653 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/25655/stat : 25655 (java) S 25653 25655 24174 0 -1 4202496 3896 0 1 0 6 0 0 0 20 0 18 0 345259939 2764726272 5616 33554432000 1073741824 1073778376 140736203545168 140736203536304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25655/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300197 s]
/proc/loadavg: 3.60 3.82 3.87 4/199 25655
/proc/meminfo: memFree=27799004/32873844 swapFree=7380/7380
[pid=25655] ppid=25653 vsize=2699928 CPUtime=0.47 cores=0,2,4,6
/proc/25655/stat : 25655 (java) S 25653 25655 24174 0 -1 4202496 6186 0 1 0 45 2 0 0 20 0 18 0 345259939 2764726272 15346 33554432000 1073741824 1073778376 140736203545168 140736203536304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25655/statm: 674982 15346 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700248 s]
/proc/loadavg: 3.60 3.82 3.87 4/199 25655
/proc/meminfo: memFree=27799004/32873844 swapFree=7380/7380
[pid=25655] ppid=25653 vsize=2699928 CPUtime=1.21 cores=0,2,4,6
/proc/25655/stat : 25655 (java) S 25653 25655 24174 0 -1 4202496 11349 0 1 0 115 6 0 0 20 0 18 0 345259939 2764726272 56149 33554432000 1073741824 1073778376 140736203545168 140736203536304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25655/statm: 674982 56149 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 2699928

[startup+1.50065 s]
/proc/loadavg: 3.55 3.80 3.86 4/217 25673
/proc/meminfo: memFree=27351224/32873844 swapFree=7380/7380
[pid=25655] ppid=25653 vsize=2699928 CPUtime=2.52 cores=0,2,4,6
/proc/25655/stat : 25655 (java) S 25653 25655 24174 0 -1 4202496 11685 0 1 0 230 22 0 0 20 0 18 0 345259939 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140736203536304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25655/statm: 674982 126345 2248 9 0 665676 0
[pid=25655/tid=25657] ppid=25653 vsize=2699928 CPUtime=1.28 cores=0,2,4,6
/proc/25655/task/25657/stat : 25657 (java) S 25653 25655 24174 0 -1 4202560 2950 0 1 0 122 6 0 0 20 0 18 0 345259941 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140355931909464 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25658] ppid=25653 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/25655/task/25658/stat : 25658 (java) R 25653 25655 24174 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 345259943 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140355916192040 215143451783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25659] ppid=25653 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/25655/task/25659/stat : 25659 (java) R 25653 25655 24174 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 18 0 345259943 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140355915139496 215143451783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25660] ppid=25653 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/25655/task/25660/stat : 25660 (java) R 25653 25655 24174 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 18 0 345259943 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140355914086952 215143451783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25661] ppid=25653 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/25655/task/25661/stat : 25661 (java) R 25653 25655 24174 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 18 0 345259943 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140355913034408 140355939406071 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25662] ppid=25653 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/25655/task/25662/stat : 25662 (java) R 25653 25655 24174 0 -1 4202560 48 0 0 0 5 3 0 0 20 0 18 0 345259943 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140355911981912 140355935667340 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25663] ppid=25653 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/25655/task/25663/stat : 25663 (java) R 25653 25655 24174 0 -1 4202560 41 0 0 0 7 2 0 0 20 0 18 0 345259943 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140355910929368 215143451783 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25664] ppid=25653 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/25655/task/25664/stat : 25664 (java) R 25653 25655 24174 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 18 0 345259943 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140355909876824 140355936086191 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25665] ppid=25653 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/25655/task/25665/stat : 25665 (java) R 25653 25655 24174 0 -1 4202560 37 0 0 0 7 2 0 0 20 0 18 0 345259943 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140355908824104 215143451783 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25666] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25666/stat : 25666 (java) S 25653 25655 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345259944 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140355778548744 215146869820 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25667] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25667/stat : 25667 (java) S 25653 25655 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345259944 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140355777496184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25668] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25668/stat : 25668 (java) S 25653 25655 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345259944 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140355776443528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25669] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25669/stat : 25669 (java) S 25653 25655 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345259947 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140355775392272 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25670] ppid=25653 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/25655/task/25670/stat : 25670 (java) S 25653 25655 24174 0 -1 4202560 3396 0 0 0 28 0 0 0 20 0 18 0 345259947 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140355774339640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25671] ppid=25653 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/25655/task/25671/stat : 25671 (java) S 25653 25655 24174 0 -1 4202560 3904 0 0 0 25 2 0 0 20 0 18 0 345259947 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140354900716216 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25672] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25672/stat : 25672 (java) S 25653 25655 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345259947 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140354899663864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25673] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25673/stat : 25673 (java) S 25653 25655 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345259947 2764726272 126345 33554432000 1073741824 1073778376 140736203545168 140354898611528 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 2699928

[startup+3.10064 s]
/proc/loadavg: 3.55 3.80 3.86 4/217 25673
/proc/meminfo: memFree=27278800/32873844 swapFree=7380/7380
[pid=25655] ppid=25653 vsize=2699928 CPUtime=4.86 cores=0,2,4,6
/proc/25655/stat : 25655 (java) S 25653 25655 24174 0 -1 4202496 12151 0 1 0 449 37 0 0 20 0 18 0 345259939 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140736203536304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25655/statm: 674982 152715 2248 9 0 665676 0
[pid=25655/tid=25657] ppid=25653 vsize=2699928 CPUtime=2.63 cores=0,2,4,6
/proc/25655/task/25657/stat : 25657 (java) S 25653 25655 24174 0 -1 4202560 2952 0 1 0 256 7 0 0 20 0 18 0 345259941 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140355931909608 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25658] ppid=25653 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/25655/task/25658/stat : 25658 (java) R 25653 25655 24174 0 -1 4202560 38 0 0 0 8 2 0 0 20 0 18 0 345259943 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140355916192088 140355935667340 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25659] ppid=25653 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/25655/task/25659/stat : 25659 (java) R 25653 25655 24174 0 -1 4202560 51 0 0 0 9 3 0 0 20 0 18 0 345259943 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140355915139248 140355936086191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25660] ppid=25653 vsize=2699928 CPUtime=0.23 cores=0,2,4,6
/proc/25655/task/25660/stat : 25660 (java) R 25653 25655 24174 0 -1 4202560 54 0 0 0 20 3 0 0 20 0 18 0 345259943 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140355914086824 140355938809075 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25661] ppid=25653 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/25655/task/25661/stat : 25661 (java) R 25653 25655 24174 0 -1 4202560 295 0 0 0 22 5 0 0 20 0 18 0 345259943 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140355913034456 140355938806700 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25662] ppid=25653 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/25655/task/25662/stat : 25662 (java) R 25653 25655 24174 0 -1 4202560 97 0 0 0 23 5 0 0 20 0 18 0 345259943 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140355911981912 140355936086191 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25663] ppid=25653 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/25655/task/25663/stat : 25663 (java) R 25653 25655 24174 0 -1 4202560 62 0 0 0 14 4 0 0 20 0 18 0 345259943 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140355910929368 140355934381753 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25664] ppid=25653 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/25655/task/25664/stat : 25664 (java) R 25653 25655 24174 0 -1 4202560 57 0 0 0 12 3 0 0 20 0 18 0 345259943 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140355909876824 140355935667340 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25665] ppid=25653 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/25655/task/25665/stat : 25665 (java) R 25653 25655 24174 0 -1 4202560 64 0 0 0 16 3 0 0 20 0 18 0 345259943 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140355908824280 140355938806700 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25666] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25666/stat : 25666 (java) S 25653 25655 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345259944 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140355778548744 215146869820 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25667] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25667/stat : 25667 (java) S 25653 25655 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345259944 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140355777496184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25668] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25668/stat : 25668 (java) S 25653 25655 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345259944 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140355776443528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25669] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25669/stat : 25669 (java) S 25653 25655 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345259947 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140355775392272 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25670] ppid=25653 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/25655/task/25670/stat : 25670 (java) S 25653 25655 24174 0 -1 4202560 3396 0 0 0 28 0 0 0 20 0 18 0 345259947 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140355774339640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25671] ppid=25653 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/25655/task/25671/stat : 25671 (java) S 25653 25655 24174 0 -1 4202560 3904 0 0 0 25 2 0 0 20 0 18 0 345259947 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140354900716216 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25672] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25672/stat : 25672 (java) S 25653 25655 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345259947 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140354899663864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25673] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25673/stat : 25673 (java) S 25653 25655 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345259947 2764726272 152715 33554432000 1073741824 1073778376 140736203545168 140354898611528 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 2699928

[startup+6.30068 s]
/proc/loadavg: 3.55 3.80 3.86 4/217 25673
/proc/meminfo: memFree=27045968/32873844 swapFree=7380/7380
[pid=25655] ppid=25653 vsize=2699928 CPUtime=9.88 cores=0,2,4,6
/proc/25655/stat : 25655 (java) S 25653 25655 24174 0 -1 4202496 13261 0 1 0 936 52 0 0 20 0 18 0 345259939 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140736203536304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25655/statm: 674982 184835 2248 9 0 665676 0
[pid=25655/tid=25657] ppid=25653 vsize=2699928 CPUtime=5.16 cores=0,2,4,6
/proc/25655/task/25657/stat : 25657 (java) R 25653 25655 24174 0 -1 4202560 2981 0 1 0 509 7 0 0 20 0 18 0 345259941 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140355931902048 140355790337552 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25658] ppid=25653 vsize=2699928 CPUtime=0.49 cores=0,2,4,6
/proc/25655/task/25658/stat : 25658 (java) S 25653 25655 24174 0 -1 4202560 312 0 0 0 45 4 0 0 20 0 18 0 345259943 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140355916191912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25659] ppid=25653 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/25655/task/25659/stat : 25659 (java) S 25653 25655 24174 0 -1 4202560 333 0 0 0 40 6 0 0 20 0 18 0 345259943 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140355915139368 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25660] ppid=25653 vsize=2699928 CPUtime=0.53 cores=0,2,4,6
/proc/25655/task/25660/stat : 25660 (java) S 25653 25655 24174 0 -1 4202560 109 0 0 0 48 5 0 0 20 0 18 0 345259943 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140355914086824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25661] ppid=25653 vsize=2699928 CPUtime=0.54 cores=0,2,4,6
/proc/25655/task/25661/stat : 25661 (java) S 25653 25655 24174 0 -1 4202560 316 0 0 0 48 6 0 0 20 0 18 0 345259943 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140355913034280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25662] ppid=25653 vsize=2699928 CPUtime=0.61 cores=0,2,4,6
/proc/25655/task/25662/stat : 25662 (java) S 25653 25655 24174 0 -1 4202560 150 0 0 0 54 7 0 0 20 0 18 0 345259943 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140355911981736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25663] ppid=25653 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/25655/task/25663/stat : 25663 (java) S 25653 25655 24174 0 -1 4202560 117 0 0 0 41 5 0 0 20 0 18 0 345259943 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140355910929192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25664] ppid=25653 vsize=2699928 CPUtime=0.42 cores=0,2,4,6
/proc/25655/task/25664/stat : 25664 (java) S 25653 25655 24174 0 -1 4202560 118 0 0 0 37 5 0 0 20 0 18 0 345259943 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140355909876648 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25665] ppid=25653 vsize=2699928 CPUtime=0.51 cores=0,2,4,6
/proc/25655/task/25665/stat : 25665 (java) S 25653 25655 24174 0 -1 4202560 344 0 0 0 45 6 0 0 20 0 18 0 345259943 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140355908824104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25666] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25666/stat : 25666 (java) S 25653 25655 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345259944 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140355778549864 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25667] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25667/stat : 25667 (java) S 25653 25655 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345259944 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140355777496184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25668] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25668/stat : 25668 (java) S 25653 25655 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345259944 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140355776443528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25669] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25669/stat : 25669 (java) S 25653 25655 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345259947 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140355775392272 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25670] ppid=25653 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/25655/task/25670/stat : 25670 (java) S 25653 25655 24174 0 -1 4202560 3396 0 0 0 29 0 0 0 20 0 18 0 345259947 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140355774339640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25671] ppid=25653 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/25655/task/25671/stat : 25671 (java) S 25653 25655 24174 0 -1 4202560 3904 0 0 0 25 2 0 0 20 0 18 0 345259947 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140354900716216 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25672] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25672/stat : 25672 (java) S 25653 25655 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345259947 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140354899663864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25673] ppid=25653 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25673/stat : 25673 (java) S 25653 25655 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345259947 2764726272 184835 33554432000 1073741824 1073778376 140736203545168 140354898611528 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (KiB) 2699928

[startup+12.7007 s]
/proc/loadavg: 3.55 3.79 3.86 5/221 25677
/proc/meminfo: memFree=27034488/32873844 swapFree=7380/7380
[pid=25655] ppid=25653 vsize=2966184 CPUtime=23.32 cores=0,2,4,6
/proc/25655/stat : 25655 (java) S 25653 25655 24174 0 -1 4202496 19276 0 1 0 2279 53 0 0 20 0 22 0 345259939 3037372416 187000 33554432000 1073741824 1073778376 140736203545168 140736203536304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25655/statm: 741546 187000 2273 9 0 732240 0
[pid=25655/tid=25657] ppid=25653 vsize=2966184 CPUtime=5.45 cores=0,2,4,6

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

[pid=25655/tid=25675] ppid=25653 vsize=2966184 CPUtime=747.15 cores=0,2,4,6
/proc/25655/task/25675/stat : 25675 (java) R 25653 25655 24174 0 -1 4202560 218 0 0 0 74704 11 0 0 20 0 22 0 345260598 3037372416 241955 33554432000 1073741824 1073778376 140736203545168 140354896501696 140355791003155 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25676] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25676/stat : 25676 (java) S 25653 25655 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345260609 3037372416 241955 33554432000 1073741824 1073778376 140736203545168 140354895451176 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25677] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25677/stat : 25677 (java) S 25653 25655 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345260609 3037372416 241955 33554432000 1073741824 1073778376 140736203545168 140354894398632 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1521
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.99 3.94 3.89 5/221 25688
/proc/meminfo: memFree=26695896/32873844 swapFree=7380/7380
[pid=25655] ppid=25653 vsize=2966184 CPUtime=1640.47 cores=0,2,4,6
/proc/25655/stat : 25655 (java) S 25653 25655 24174 0 -1 4202496 38744 0 1 0 163937 110 0 0 20 0 22 0 345259939 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140736203536304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25655/statm: 741546 242479 2285 9 0 732240 0
[pid=25655/tid=25657] ppid=25653 vsize=2966184 CPUtime=5.46 cores=0,2,4,6
/proc/25655/task/25657/stat : 25657 (java) S 25653 25655 24174 0 -1 4202560 3000 0 1 0 538 8 0 0 20 0 22 0 345259941 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140355931911320 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25658] ppid=25653 vsize=2966184 CPUtime=1.89 cores=0,2,4,6
/proc/25655/task/25658/stat : 25658 (java) S 25653 25655 24174 0 -1 4202560 337 0 0 0 182 7 0 0 20 0 22 0 345259943 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140355916191912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25659] ppid=25653 vsize=2966184 CPUtime=1.72 cores=0,2,4,6
/proc/25655/task/25659/stat : 25659 (java) S 25653 25655 24174 0 -1 4202560 358 0 0 0 164 8 0 0 20 0 22 0 345259943 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140355915139368 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25660] ppid=25653 vsize=2966184 CPUtime=1.89 cores=0,2,4,6
/proc/25655/task/25660/stat : 25660 (java) S 25653 25655 24174 0 -1 4202560 151 0 0 0 182 7 0 0 20 0 22 0 345259943 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140355914086824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25661] ppid=25653 vsize=2966184 CPUtime=1.83 cores=0,2,4,6
/proc/25655/task/25661/stat : 25661 (java) S 25653 25655 24174 0 -1 4202560 342 0 0 0 174 9 0 0 20 0 22 0 345259943 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140355913034280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25662] ppid=25653 vsize=2966184 CPUtime=1.92 cores=0,2,4,6
/proc/25655/task/25662/stat : 25662 (java) S 25653 25655 24174 0 -1 4202560 234 0 0 0 182 10 0 0 20 0 22 0 345259943 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140355911981736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25663] ppid=25653 vsize=2966184 CPUtime=1.77 cores=0,2,4,6
/proc/25655/task/25663/stat : 25663 (java) S 25653 25655 24174 0 -1 4202560 148 0 0 0 169 8 0 0 20 0 22 0 345259943 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140355910929192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25664] ppid=25653 vsize=2966184 CPUtime=1.73 cores=0,2,4,6
/proc/25655/task/25664/stat : 25664 (java) S 25653 25655 24174 0 -1 4202560 153 0 0 0 167 6 0 0 20 0 22 0 345259943 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140355909876648 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25665] ppid=25653 vsize=2966184 CPUtime=1.84 cores=0,2,4,6
/proc/25655/task/25665/stat : 25665 (java) S 25653 25655 24174 0 -1 4202560 372 0 0 0 175 9 0 0 20 0 22 0 345259943 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140355908824104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25666] ppid=25653 vsize=2966184 CPUtime=7.37 cores=0,2,4,6
/proc/25655/task/25666/stat : 25666 (java) S 25653 25655 24174 0 -1 4202560 12569 0 0 0 719 18 0 0 20 0 22 0 345259944 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140355778549864 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25667] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25667/stat : 25667 (java) S 25653 25655 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345259944 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140355777496184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25668] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25668/stat : 25668 (java) S 25653 25655 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345259944 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140355776443528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25669] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25669/stat : 25669 (java) S 25653 25655 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345259947 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140355775392272 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25670] ppid=25653 vsize=2966184 CPUtime=1.69 cores=0,2,4,6
/proc/25655/task/25670/stat : 25670 (java) S 25653 25655 24174 0 -1 4202560 15486 0 0 0 166 3 0 0 20 0 22 0 345259947 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140355774339640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25671] ppid=25653 vsize=2966184 CPUtime=1.14 cores=0,2,4,6
/proc/25655/task/25671/stat : 25671 (java) S 25653 25655 24174 0 -1 4202560 3985 0 0 0 112 2 0 0 20 0 22 0 345259947 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140354900716216 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25672] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25672/stat : 25672 (java) S 25653 25655 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345259947 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140354899663864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25673] ppid=25653 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/25655/task/25673/stat : 25673 (java) S 25653 25655 24174 0 -1 4202560 47 0 0 0 15 16 0 0 20 0 22 0 345259947 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140354898611528 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25674] ppid=25653 vsize=2966184 CPUtime=805.09 cores=0,2,4,6
/proc/25655/task/25674/stat : 25674 (java) R 25653 25655 24174 0 -1 4202560 111 0 0 0 80495 14 0 0 20 0 22 0 345260598 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140354897553760 140355790789964 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25675] ppid=25653 vsize=2966184 CPUtime=805.13 cores=0,2,4,6
/proc/25655/task/25675/stat : 25675 (java) R 25653 25655 24174 0 -1 4202560 264 0 0 0 80501 12 0 0 20 0 22 0 345260598 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140354896501712 140355790600340 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25676] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25676/stat : 25676 (java) S 25653 25655 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345260609 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140354895451176 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25677] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25677/stat : 25677 (java) S 25653 25655 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345260609 3037372416 242479 33554432000 1073741824 1073778376 140736203545168 140354894398632 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1640.47
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.93 3.92 3.88 5/221 25750
/proc/meminfo: memFree=26838880/32873844 swapFree=7380/7380
[pid=25655] ppid=25653 vsize=2966184 CPUtime=1761.54 cores=0,2,4,6
/proc/25655/stat : 25655 (java) S 25653 25655 24174 0 -1 4202496 38882 0 1 0 176030 124 0 0 20 0 22 0 345259939 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140736203536304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25655/statm: 741546 242487 2285 9 0 732240 0
[pid=25655/tid=25657] ppid=25653 vsize=2966184 CPUtime=5.46 cores=0,2,4,6
/proc/25655/task/25657/stat : 25657 (java) S 25653 25655 24174 0 -1 4202560 3000 0 1 0 538 8 0 0 20 0 22 0 345259941 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140355931911320 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25658] ppid=25653 vsize=2966184 CPUtime=2.29 cores=0,2,4,6
/proc/25655/task/25658/stat : 25658 (java) S 25653 25655 24174 0 -1 4202560 337 0 0 0 221 8 0 0 20 0 22 0 345259943 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140355916191912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25659] ppid=25653 vsize=2966184 CPUtime=2.13 cores=0,2,4,6
/proc/25655/task/25659/stat : 25659 (java) S 25653 25655 24174 0 -1 4202560 358 0 0 0 205 8 0 0 20 0 22 0 345259943 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140355915139368 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25660] ppid=25653 vsize=2966184 CPUtime=2.29 cores=0,2,4,6
/proc/25655/task/25660/stat : 25660 (java) S 25653 25655 24174 0 -1 4202560 153 0 0 0 222 7 0 0 20 0 22 0 345259943 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140355914086824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25661] ppid=25653 vsize=2966184 CPUtime=2.25 cores=0,2,4,6
/proc/25655/task/25661/stat : 25661 (java) S 25653 25655 24174 0 -1 4202560 342 0 0 0 216 9 0 0 20 0 22 0 345259943 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140355913034280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25662] ppid=25653 vsize=2966184 CPUtime=2.32 cores=0,2,4,6
/proc/25655/task/25662/stat : 25662 (java) S 25653 25655 24174 0 -1 4202560 236 0 0 0 221 11 0 0 20 0 22 0 345259943 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140355911981736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25663] ppid=25653 vsize=2966184 CPUtime=2.22 cores=0,2,4,6
/proc/25655/task/25663/stat : 25663 (java) S 25653 25655 24174 0 -1 4202560 150 0 0 0 214 8 0 0 20 0 22 0 345259943 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140355910929192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25664] ppid=25653 vsize=2966184 CPUtime=2.16 cores=0,2,4,6
/proc/25655/task/25664/stat : 25664 (java) S 25653 25655 24174 0 -1 4202560 155 0 0 0 209 7 0 0 20 0 22 0 345259943 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140355909876648 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25665] ppid=25653 vsize=2966184 CPUtime=2.25 cores=0,2,4,6
/proc/25655/task/25665/stat : 25665 (java) S 25653 25655 24174 0 -1 4202560 372 0 0 0 215 10 0 0 20 0 22 0 345259943 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140355908824104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25666] ppid=25653 vsize=2966184 CPUtime=7.48 cores=0,2,4,6
/proc/25655/task/25666/stat : 25666 (java) S 25653 25655 24174 0 -1 4202560 12574 0 0 0 723 25 0 0 20 0 22 0 345259944 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140355778549864 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25667] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25667/stat : 25667 (java) S 25653 25655 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345259944 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140355777496184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25668] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25668/stat : 25668 (java) S 25653 25655 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345259944 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140355776443528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25669] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25669/stat : 25669 (java) S 25653 25655 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345259947 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140355775392272 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25670] ppid=25653 vsize=2966184 CPUtime=1.69 cores=0,2,4,6
/proc/25655/task/25670/stat : 25670 (java) S 25653 25655 24174 0 -1 4202560 15486 0 0 0 166 3 0 0 20 0 22 0 345259947 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140355774339640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25671] ppid=25653 vsize=2966184 CPUtime=1.14 cores=0,2,4,6
/proc/25655/task/25671/stat : 25671 (java) S 25653 25655 24174 0 -1 4202560 3985 0 0 0 112 2 0 0 20 0 22 0 345259947 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140354900716216 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25672] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25672/stat : 25672 (java) S 25653 25655 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345259947 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140354899663864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25673] ppid=25653 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/25655/task/25673/stat : 25673 (java) S 25653 25655 24174 0 -1 4202560 50 0 0 0 16 17 0 0 20 0 22 0 345259947 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140354898611528 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25674] ppid=25653 vsize=2966184 CPUtime=863.96 cores=0,2,4,6
/proc/25655/task/25674/stat : 25674 (java) R 25653 25655 24174 0 -1 4202560 160 0 0 0 86381 15 0 0 20 0 22 0 345260598 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140354897554560 140355790991988 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25675] ppid=25653 vsize=2966184 CPUtime=863.97 cores=0,2,4,6
/proc/25655/task/25675/stat : 25675 (java) R 25653 25655 24174 0 -1 4202560 337 0 0 0 86382 15 0 0 20 0 22 0 345260598 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140354896500816 140355791002484 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25676] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25676/stat : 25676 (java) S 25653 25655 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345260609 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140354895451176 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25677] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25677/stat : 25677 (java) S 25653 25655 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345260609 3037372416 242487 33554432000 1073741824 1073778376 140736203545168 140354894398632 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1761.54
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.401 s]
/proc/loadavg: 3.81 3.89 3.88 5/221 25750
/proc/meminfo: memFree=26834908/32873844 swapFree=7380/7380
[pid=25655] ppid=25653 vsize=2966184 CPUtime=1800.02 cores=0,2,4,6
/proc/25655/stat : 25655 (java) S 25653 25655 24174 0 -1 4202496 38920 0 1 0 179874 128 0 0 20 0 22 0 345259939 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140736203536304 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25655/statm: 741546 242491 2285 9 0 732240 0
[pid=25655/tid=25657] ppid=25653 vsize=2966184 CPUtime=5.46 cores=0,2,4,6
/proc/25655/task/25657/stat : 25657 (java) S 25653 25655 24174 0 -1 4202560 3000 0 1 0 538 8 0 0 20 0 22 0 345259941 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140355931911320 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25658] ppid=25653 vsize=2966184 CPUtime=2.42 cores=0,2,4,6
/proc/25655/task/25658/stat : 25658 (java) S 25653 25655 24174 0 -1 4202560 337 0 0 0 234 8 0 0 20 0 22 0 345259943 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140355916191912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25659] ppid=25653 vsize=2966184 CPUtime=2.25 cores=0,2,4,6
/proc/25655/task/25659/stat : 25659 (java) S 25653 25655 24174 0 -1 4202560 358 0 0 0 217 8 0 0 20 0 22 0 345259943 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140355915139368 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25660] ppid=25653 vsize=2966184 CPUtime=2.4 cores=0,2,4,6
/proc/25655/task/25660/stat : 25660 (java) S 25653 25655 24174 0 -1 4202560 154 0 0 0 233 7 0 0 20 0 22 0 345259943 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140355914086824 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25661] ppid=25653 vsize=2966184 CPUtime=2.36 cores=0,2,4,6
/proc/25655/task/25661/stat : 25661 (java) S 25653 25655 24174 0 -1 4202560 342 0 0 0 227 9 0 0 20 0 22 0 345259943 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140355913034280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25662] ppid=25653 vsize=2966184 CPUtime=2.4 cores=0,2,4,6
/proc/25655/task/25662/stat : 25662 (java) S 25653 25655 24174 0 -1 4202560 237 0 0 0 229 11 0 0 20 0 22 0 345259943 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140355911981736 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25663] ppid=25653 vsize=2966184 CPUtime=2.33 cores=0,2,4,6
/proc/25655/task/25663/stat : 25663 (java) S 25653 25655 24174 0 -1 4202560 151 0 0 0 225 8 0 0 20 0 22 0 345259943 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140355910929192 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25664] ppid=25653 vsize=2966184 CPUtime=2.27 cores=0,2,4,6
/proc/25655/task/25664/stat : 25664 (java) S 25653 25655 24174 0 -1 4202560 156 0 0 0 220 7 0 0 20 0 22 0 345259943 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140355909876648 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25665] ppid=25653 vsize=2966184 CPUtime=2.36 cores=0,2,4,6
/proc/25655/task/25665/stat : 25665 (java) S 25653 25655 24174 0 -1 4202560 372 0 0 0 226 10 0 0 20 0 22 0 345259943 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140355908824104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25666] ppid=25653 vsize=2966184 CPUtime=7.51 cores=0,2,4,6
/proc/25655/task/25666/stat : 25666 (java) S 25653 25655 24174 0 -1 4202560 12574 0 0 0 723 28 0 0 20 0 22 0 345259944 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140355778549864 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25667] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25667/stat : 25667 (java) S 25653 25655 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345259944 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140355777496184 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25668] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25668/stat : 25668 (java) S 25653 25655 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345259944 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140355776443528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25669] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25669/stat : 25669 (java) S 25653 25655 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345259947 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140355775392272 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25670] ppid=25653 vsize=2966184 CPUtime=1.69 cores=0,2,4,6
/proc/25655/task/25670/stat : 25670 (java) S 25653 25655 24174 0 -1 4202560 15486 0 0 0 166 3 0 0 20 0 22 0 345259947 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140355774339640 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25671] ppid=25653 vsize=2966184 CPUtime=1.14 cores=0,2,4,6
/proc/25655/task/25671/stat : 25671 (java) S 25653 25655 24174 0 -1 4202560 3985 0 0 0 112 2 0 0 20 0 22 0 345259947 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140354900716216 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25672] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25672/stat : 25672 (java) S 25653 25655 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345259947 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140354899663864 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25655/tid=25673] ppid=25653 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/25655/task/25673/stat : 25673 (java) S 25653 25655 24174 0 -1 4202560 50 0 0 0 17 17 0 0 20 0 22 0 345259947 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140354898611528 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25674] ppid=25653 vsize=2966184 CPUtime=882.76 cores=0,2,4,6
/proc/25655/task/25674/stat : 25674 (java) R 25653 25655 24174 0 -1 4202560 168 0 0 0 88260 16 0 0 20 0 22 0 345260598 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140354897553760 140355790802909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25655/tid=25675] ppid=25653 vsize=2966184 CPUtime=882.77 cores=0,2,4,6
/proc/25655/task/25675/stat : 25675 (java) R 25653 25655 24174 0 -1 4202560 363 0 0 0 88262 15 0 0 20 0 22 0 345260598 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140354896501712 140355790882570 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25655/tid=25676] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25676/stat : 25676 (java) S 25653 25655 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345260609 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140354895451176 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25655/tid=25677] ppid=25653 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25655/task/25677/stat : 25677 (java) S 25653 25655 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345260609 3037372416 242491 33554432000 1073741824 1073778376 140736203545168 140354894398632 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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): 901.454
CPU time (s): 1800.83
CPU user time (s): 1799.1
CPU system time (s): 1.73174
CPU usage (%): 199.77
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.73174
maximum resident set size= 1019720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38954
page faults= 1
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34543
involuntary context switches= 52606

runsolver used 3.34149 second user time and 8.50371 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-04 08:29:11
IDJOB=3743302
IDBENCH=90952
IDSOLVER=2324
FILE ID=node133/3743302-1338791351
RUNJOBID= node133-1338782189-24190
PBS_JOBID= 14636833
Free space on /tmp= 70432 MiB

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

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

MD5SUM BENCH= 1534d9d93781c259bc7b88f8b451f924
RANDOM SEED=1869825638

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:        27799384 kB
Buffers:          502496 kB
Cached:          2914156 kB
SwapCached:          676 kB
Active:          2322212 kB
Inactive:        1848560 kB
Active(anon):     745644 kB
Inactive(anon):    10220 kB
Active(file):    1576568 kB
Inactive(file):  1838340 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:             28008 kB
Writeback:             0 kB
AnonPages:        760132 kB
Mapped:            18516 kB
Shmem:                 0 kB
Slab:             761080 kB
SReclaimable:     202504 kB
SUnreclaim:       558576 kB
KernelStack:        1640 kB
PageTables:         5760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1579528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    706560 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= 70432 MiB
End job on node133 at 2012-06-04 08:44:15