Trace number 3741069

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.75 884.642

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-164.opb
MD5SUM81ec1ddcd163131a26e4e6f9286dd205
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark97.5382
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26339
Total number of constraints612374
Number of constraints which are clauses549666
Number of constraints which are cardinality constraints (but not clauses)2270
Number of constraints which are nor clauses,nor cardinality constraints60438
Minimum length of a constraint1
Maximum length of a constraint1485
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1486
Number of bits of the biggest sum of numbers11
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3741069-1338761723.opb
0.09/0.11	c reading problem ... 
6.61/4.63	c ... done. Wall clock time 4.524s.
6.61/4.63	c #vars     26339
6.61/4.63	c #constraints  487645
6.61/4.63	c constraints type 
6.61/4.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 279235
6.61/4.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 1923
6.61/4.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 137761
6.61/4.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 60438
6.61/4.63	c constraints type 
6.61/4.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 137761
6.61/4.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 279235
6.61/4.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1923
6.61/4.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 60438
200.93/98.26	c cleaning 2047 clauses out of 4302 with flag 5000/5000
305.05/149.13	c cleaning 3394 clauses out of 8103 with flag 11000/11000
363.89/178.05	c cleaning 5280 clauses out of 11546 with flag 18000/18000
432.34/211.63	c cleaning 6332 clauses out of 14145 with flag 26000/26000
479.70/235.02	c cleaning 7468 clauses out of 16734 with flag 35000/35000
532.13/260.86	c cleaning 8836 clauses out of 19208 with flag 45000/45000
575.89/282.48	c cleaning 0 clauses out of 5000 with flag 0/5000
598.63/293.68	c cleaning 10150 clauses out of 21312 with flag 56000/56000
658.36/323.06	c cleaning 11074 clauses out of 23101 with flag 68000/68000
724.09/355.36	c cleaning 11527 clauses out of 24992 with flag 81000/81000
784.77/385.14	c cleaning 12999 clauses out of 27426 with flag 95000/95000
857.52/420.88	c cleaning 13998 clauses out of 29389 with flag 110000/110000
948.18/465.52	c cleaning 14736 clauses out of 31358 with flag 126000/126000
1032.78/507.15	c cleaning 15940 clauses out of 33590 with flag 143000/143000
1126.02/552.82	c cleaning 17102 clauses out of 35605 with flag 161000/161000
1239.04/608.30	c cleaning 18337 clauses out of 37479 with flag 180000/180000
1356.06/665.91	c cleaning 18670 clauses out of 39115 with flag 200000/200000
1455.92/715.17	c cleaning 20273 clauses out of 41432 with flag 221000/221000
1582.04/777.23	c cleaning 20324 clauses out of 43131 with flag 243000/243000
1728.85/849.31	c cleaning 21593 clauses out of 45787 with flag 266000/266000
1800.14/884.61	c starts		: 77
1800.14/884.61	c conflicts		: 276821
1800.14/884.61	c decisions		: 40842945
1800.14/884.61	c propagations		: 153835774
1800.14/884.61	c inspects		: 2414830228
1800.14/884.61	c learnt literals	: 1733
1800.14/884.61	c learnt binary clauses	: 1690
1800.14/884.61	c learnt ternary clauses	: 9559
1800.14/884.61	c learnt clauses	: 275087
1800.14/884.61	c ignored clauses	: 0
1800.14/884.61	c root simplifications	: 0
1800.14/884.61	c removed literals (reason simplification)	: 16418593
1800.14/884.61	c reason swapping (by a shorter reason)	: 0
1800.14/884.61	c Calls to reduceDB	: 19
1800.14/884.61	c number of reductions to clauses (during analyze)	: 0
1800.14/884.61	c number of learned constraints concerned by reduction	: 0
1800.14/884.61	c number of learning phase by resolution	: 0
1800.14/884.61	c number of learning phase by cutting planes	: 0
1800.14/884.61	c speed (assignments/second)	: 174817.94865093066
1800.14/884.61	c non guided choices	1162467
1800.14/884.63	c learnt constraints type 
1800.14/884.63	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 33319
1800.14/884.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1690
1800.14/884.63	c constraints type 
1800.14/884.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 279235
1800.14/884.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 1923
1800.14/884.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 137761
1800.14/884.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 60438
1800.14/884.63	c constraints type 
1800.14/884.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 137761
1800.14/884.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 279235
1800.14/884.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1923
1800.14/884.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 60438
1800.14/884.63	s UNKNOWN
1800.14/884.63	c Total wall clock time (in seconds): 884.523

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-3741069-1338761723/watcher-3741069-1338761723 -o /tmp/evaluation-result-3741069-1338761723/solver-3741069-1338761723 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741069-1338761723.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.99 3.95 3.91 4/197 7994
/proc/meminfo: memFree=27491020/32873648 swapFree=6864/6864
[pid=7994] ppid=7992 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/7994/stat : 7994 (java6) R 7992 7994 3937 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 342298311 9515008 184 33554432000 1073741824 1073778376 140735096164544 140735096155768 226084154807 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7994/statm: 2323 184 142 9 0 71 0

[startup+0.0289769 s]
/proc/loadavg: 3.99 3.95 3.91 4/197 7994
/proc/meminfo: memFree=27491020/32873648 swapFree=6864/6864
[pid=7994] ppid=7992 vsize=2158136 CPUtime=0 cores=1,3,5,7
/proc/7994/stat : 7994 (java) S 7992 7994 3937 0 -1 4202496 3503 0 1 0 0 0 0 0 20 0 10 0 342298311 2209931264 4202 33554432000 1073741824 1073778376 140736214296080 140736214287216 226087698493 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7994/statm: 539534 4202 1537 9 0 530235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2158136

[startup+0.10024 s]
/proc/loadavg: 3.99 3.95 3.91 4/197 7994
/proc/meminfo: memFree=27491020/32873648 swapFree=6864/6864
[pid=7994] ppid=7992 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/7994/stat : 7994 (java) S 7992 7994 3937 0 -1 4202496 4749 0 1 0 8 1 0 0 20 0 18 0 342298311 2764726272 6455 33554432000 1073741824 1073778376 140736214296080 140736214287216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7994/statm: 674982 6460 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300171 s]
/proc/loadavg: 3.99 3.95 3.91 4/197 7994
/proc/meminfo: memFree=27491020/32873648 swapFree=6864/6864
[pid=7994] ppid=7992 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/7994/stat : 7994 (java) S 7992 7994 3937 0 -1 4202496 5881 0 1 0 45 1 0 0 20 0 18 0 342298311 2764726272 9647 33554432000 1073741824 1073778376 140736214296080 140736214287216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7994/statm: 674982 9647 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700254 s]
/proc/loadavg: 3.99 3.95 3.91 4/197 7994
/proc/meminfo: memFree=27491020/32873648 swapFree=6864/6864
[pid=7994] ppid=7992 vsize=2699928 CPUtime=1.22 cores=1,3,5,7
/proc/7994/stat : 7994 (java) S 7992 7994 3937 0 -1 4202496 11682 0 1 0 118 4 0 0 20 0 18 0 342298311 2764726272 54711 33554432000 1073741824 1073778376 140736214296080 140736214287216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7994/statm: 674982 54711 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 2699928

[startup+1.50071 s]
/proc/loadavg: 3.99 3.95 3.91 11/215 8012
/proc/meminfo: memFree=27098024/32873648 swapFree=6864/6864
[pid=7994] ppid=7992 vsize=2699928 CPUtime=2.13 cores=1,3,5,7
/proc/7994/stat : 7994 (java) S 7992 7994 3937 0 -1 4202496 12045 0 1 0 204 9 0 0 20 0 18 0 342298311 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 140736214287216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7994/statm: 674982 101324 2248 9 0 665676 0
[pid=7994/tid=7996] ppid=7992 vsize=2699928 CPUtime=1.43 cores=1,3,5,7
/proc/7994/task/7996/stat : 7996 (java) R 7992 7994 3937 0 -1 4202560 2983 0 1 0 137 6 0 0 20 0 18 0 342298312 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 139645027560696 139644899596784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=7997] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/7997/stat : 7997 (java) S 7992 7994 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342298313 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 139644894415656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=7998] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/7998/stat : 7998 (java) S 7992 7994 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342298313 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 139644893362856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=7999] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/7999/stat : 7999 (java) S 7992 7994 3937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 342298313 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 139644892310568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8000] ppid=7992 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/7994/task/8000/stat : 8000 (java) S 7992 7994 3937 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 342298313 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 139644891257768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=8001] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8001/stat : 8001 (java) S 7992 7994 3937 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 342298313 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 139644890204456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8002] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8002/stat : 8002 (java) S 7992 7994 3937 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 342298313 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 139644553390248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8003] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8003/stat : 8003 (java) S 7992 7994 3937 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 342298313 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 139644552337960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8004] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8004/stat : 8004 (java) S 7992 7994 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342298313 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 139644551285160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8005] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8005/stat : 8005 (java) S 7992 7994 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342298314 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 139644539087592 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8006] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8006/stat : 8006 (java) S 7992 7994 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342298314 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 139644538033656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8007] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8007/stat : 8007 (java) S 7992 7994 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342298314 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 139644536981256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8008] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8008/stat : 8008 (java) S 7992 7994 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342298317 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 139644535929744 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8009] ppid=7992 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/7994/task/8009/stat : 8009 (java) S 7992 7994 3937 0 -1 4202560 3403 0 0 0 28 0 0 0 20 0 18 0 342298317 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 139644534876344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8010] ppid=7992 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/7994/task/8010/stat : 8010 (java) S 7992 7994 3937 0 -1 4202560 4418 0 0 0 27 0 0 0 20 0 18 0 342298317 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 139644533823544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8011] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8011/stat : 8011 (java) S 7992 7994 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342298317 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 139644532771448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8012] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8012/stat : 8012 (java) S 7992 7994 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342298317 2764726272 101324 33554432000 1073741824 1073778376 140736214296080 139644531718856 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 2699928

[startup+3.10064 s]
/proc/loadavg: 3.91 3.93 3.90 4/215 8012
/proc/meminfo: memFree=27052596/32873648 swapFree=6864/6864
[pid=7994] ppid=7992 vsize=2699928 CPUtime=4.36 cores=1,3,5,7
/proc/7994/stat : 7994 (java) S 7992 7994 3937 0 -1 4202496 12372 0 1 0 414 22 0 0 20 0 18 0 342298311 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 140736214287216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7994/statm: 674982 129496 2248 9 0 665676 0
[pid=7994/tid=7996] ppid=7992 vsize=2699928 CPUtime=2.84 cores=1,3,5,7
/proc/7994/task/7996/stat : 7996 (java) R 7992 7994 3937 0 -1 4202560 2986 0 1 0 278 6 0 0 20 0 18 0 342298312 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 139645027560440 226087724301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=7997] ppid=7992 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/7994/task/7997/stat : 7997 (java) S 7992 7994 3937 0 -1 4202560 50 0 0 0 13 2 0 0 20 0 18 0 342298313 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 139644894415656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=7998] ppid=7992 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/7994/task/7998/stat : 7998 (java) S 7992 7994 3937 0 -1 4202560 44 0 0 0 7 3 0 0 20 0 18 0 342298313 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 139644893362856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=7999] ppid=7992 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/7994/task/7999/stat : 7999 (java) S 7992 7994 3937 0 -1 4202560 26 0 0 0 7 0 0 0 20 0 18 0 342298313 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 139644892310568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8000] ppid=7992 vsize=2699928 CPUtime=0.13 cores=1,3,5,7
/proc/7994/task/8000/stat : 8000 (java) S 7992 7994 3937 0 -1 4202560 53 0 0 0 10 3 0 0 20 0 18 0 342298313 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 139644891257768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8001] ppid=7992 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/7994/task/8001/stat : 8001 (java) S 7992 7994 3937 0 -1 4202560 34 0 0 0 8 2 0 0 20 0 18 0 342298313 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 139644890204456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=8002] ppid=7992 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/7994/task/8002/stat : 8002 (java) S 7992 7994 3937 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 18 0 342298313 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 139644553390248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8003] ppid=7992 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/7994/task/8003/stat : 8003 (java) S 7992 7994 3937 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 18 0 342298313 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 139644552337960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8004] ppid=7992 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/7994/task/8004/stat : 8004 (java) S 7992 7994 3937 0 -1 4202560 36 0 0 0 9 2 0 0 20 0 18 0 342298313 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 139644551285160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=8005] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8005/stat : 8005 (java) S 7992 7994 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342298314 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 139644539087592 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8006] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8006/stat : 8006 (java) S 7992 7994 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342298314 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 139644538033656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8007] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8007/stat : 8007 (java) S 7992 7994 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342298314 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 139644536981256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8008] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8008/stat : 8008 (java) S 7992 7994 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342298317 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 139644535929744 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8009] ppid=7992 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/7994/task/8009/stat : 8009 (java) S 7992 7994 3937 0 -1 4202560 3496 0 0 0 32 0 0 0 20 0 18 0 342298317 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 139644534876344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8010] ppid=7992 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/7994/task/8010/stat : 8010 (java) S 7992 7994 3937 0 -1 4202560 4421 0 0 0 29 0 0 0 20 0 18 0 342298317 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 139644533823544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8011] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8011/stat : 8011 (java) S 7992 7994 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342298317 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 139644532771448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8012] ppid=7992 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8012/stat : 8012 (java) S 7992 7994 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342298317 2764726272 129496 33554432000 1073741824 1073778376 140736214296080 139644531718856 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 2699928

[startup+6.30085 s]
/proc/loadavg: 3.91 3.93 3.90 6/219 8016
/proc/meminfo: memFree=26898372/32873648 swapFree=6864/6864
[pid=7994] ppid=7992 vsize=2966184 CPUtime=11.35 cores=1,3,5,7
/proc/7994/stat : 7994 (java) S 7992 7994 3937 0 -1 4202496 20021 0 1 0 1100 35 0 0 20 0 22 0 342298311 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 140736214287216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7994/statm: 741546 162254 2265 9 0 732240 0
[pid=7994/tid=7996] ppid=7992 vsize=2966184 CPUtime=4.12 cores=1,3,5,7
/proc/7994/task/7996/stat : 7996 (java) S 7992 7994 3937 0 -1 4202560 3001 0 1 0 406 6 0 0 20 0 22 0 342298312 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139645027562648 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=7997] ppid=7992 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/7994/task/7997/stat : 7997 (java) S 7992 7994 3937 0 -1 4202560 112 0 0 0 35 4 0 0 20 0 22 0 342298313 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644894415656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=7998] ppid=7992 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/7994/task/7998/stat : 7998 (java) S 7992 7994 3937 0 -1 4202560 112 0 0 0 25 4 0 0 20 0 22 0 342298313 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644893362856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=7999] ppid=7992 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/7994/task/7999/stat : 7999 (java) S 7992 7994 3937 0 -1 4202560 98 0 0 0 27 2 0 0 20 0 22 0 342298313 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644892310568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8000] ppid=7992 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/7994/task/8000/stat : 8000 (java) S 7992 7994 3937 0 -1 4202560 104 0 0 0 28 4 0 0 20 0 22 0 342298313 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644891257768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8001] ppid=7992 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/7994/task/8001/stat : 8001 (java) S 7992 7994 3937 0 -1 4202560 70 0 0 0 32 3 0 0 20 0 22 0 342298313 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644890204456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8002] ppid=7992 vsize=2966184 CPUtime=0.26 cores=1,3,5,7
/proc/7994/task/8002/stat : 8002 (java) S 7992 7994 3937 0 -1 4202560 164 0 0 0 23 3 0 0 20 0 22 0 342298313 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644553390248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=8003] ppid=7992 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/7994/task/8003/stat : 8003 (java) S 7992 7994 3937 0 -1 4202560 71 0 0 0 26 2 0 0 20 0 22 0 342298313 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644552337960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8004] ppid=7992 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/7994/task/8004/stat : 8004 (java) S 7992 7994 3937 0 -1 4202560 115 0 0 0 29 3 0 0 20 0 22 0 342298313 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644551285160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8005] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8005/stat : 8005 (java) S 7992 7994 3937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342298314 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644539087592 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8006] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8006/stat : 8006 (java) S 7992 7994 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342298314 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644538033656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8007] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8007/stat : 8007 (java) S 7992 7994 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342298314 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644536981256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8008] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8008/stat : 8008 (java) S 7992 7994 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298317 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644535929744 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8009] ppid=7992 vsize=2966184 CPUtime=0.62 cores=1,3,5,7
/proc/7994/task/8009/stat : 8009 (java) S 7992 7994 3937 0 -1 4202560 4556 0 0 0 62 0 0 0 20 0 22 0 342298317 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644534876344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8010] ppid=7992 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/7994/task/8010/stat : 8010 (java) S 7992 7994 3937 0 -1 4202560 10321 0 0 0 101 2 0 0 20 0 22 0 342298317 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644533823544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8011] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8011/stat : 8011 (java) S 7992 7994 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298317 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644532771448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8012] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8012/stat : 8012 (java) S 7992 7994 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298317 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644531718856 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8013] ppid=7992 vsize=2966184 CPUtime=1.45 cores=1,3,5,7
/proc/7994/task/8013/stat : 8013 (java) R 7992 7994 3937 0 -1 4202560 28 0 0 0 145 0 0 0 20 0 22 0 342298774 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644530633752 139644900030314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=8014] ppid=7992 vsize=2966184 CPUtime=1.45 cores=1,3,5,7
/proc/7994/task/8014/stat : 8014 (java) R 7992 7994 3937 0 -1 4202560 71 0 0 0 145 0 0 0 20 0 22 0 342298774 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644529581864 139644900030249 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8015] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8015/stat : 8015 (java) S 7992 7994 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298777 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644528531112 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=8016] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8016/stat : 8016 (java) S 7992 7994 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298777 3037372416 162254 33554432000 1073741824 1073778376 140736214296080 139644527478312 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.35
Current children cumulated vsize (KiB) 2966184

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

[pid=7994/tid=8014] ppid=7992 vsize=2966184 CPUtime=725.92 cores=1,3,5,7
/proc/7994/task/8014/stat : 8014 (java) R 7992 7994 3937 0 -1 4202560 533 0 0 0 72577 15 0 0 20 0 22 0 342298774 3037372416 192687 33554432000 1073741824 1073778376 140736214296080 139644529581016 139644900030314 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8015] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8015/stat : 8015 (java) S 7992 7994 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298777 3037372416 192687 33554432000 1073741824 1073778376 140736214296080 139644528531112 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=8016] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8016/stat : 8016 (java) S 7992 7994 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298777 3037372416 192687 33554432000 1073741824 1073778376 140736214296080 139644527478312 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1551.6
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.87 3.92 3.90 5/219 8085
/proc/meminfo: memFree=26730120/32873648 swapFree=6864/6864
[pid=7994] ppid=7992 vsize=2966184 CPUtime=1673.53 cores=1,3,5,7
/proc/7994/stat : 7994 (java) S 7992 7994 3937 0 -1 4202496 103542 0 1 0 167183 170 0 0 20 0 22 0 342298311 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 140736214287216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7994/statm: 741546 194224 2283 9 0 732240 0
[pid=7994/tid=7996] ppid=7992 vsize=2966184 CPUtime=4.14 cores=1,3,5,7
/proc/7994/task/7996/stat : 7996 (java) S 7992 7994 3937 0 -1 4202560 3019 0 1 0 407 7 0 0 20 0 22 0 342298312 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139645027562648 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=7997] ppid=7992 vsize=2966184 CPUtime=11.05 cores=1,3,5,7
/proc/7994/task/7997/stat : 7997 (java) S 7992 7994 3937 0 -1 4202560 352 0 0 0 1094 11 0 0 20 0 22 0 342298313 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644894415656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=7998] ppid=7992 vsize=2966184 CPUtime=11 cores=1,3,5,7
/proc/7994/task/7998/stat : 7998 (java) S 7992 7994 3937 0 -1 4202560 354 0 0 0 1089 11 0 0 20 0 22 0 342298313 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644893362856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=7999] ppid=7992 vsize=2966184 CPUtime=11.02 cores=1,3,5,7
/proc/7994/task/7999/stat : 7999 (java) S 7992 7994 3937 0 -1 4202560 324 0 0 0 1094 8 0 0 20 0 22 0 342298313 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644892310568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8000] ppid=7992 vsize=2966184 CPUtime=10.91 cores=1,3,5,7
/proc/7994/task/8000/stat : 8000 (java) S 7992 7994 3937 0 -1 4202560 356 0 0 0 1078 13 0 0 20 0 22 0 342298313 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644891257768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8001] ppid=7992 vsize=2966184 CPUtime=11.21 cores=1,3,5,7
/proc/7994/task/8001/stat : 8001 (java) S 7992 7994 3937 0 -1 4202560 333 0 0 0 1112 9 0 0 20 0 22 0 342298313 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644890204456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8002] ppid=7992 vsize=2966184 CPUtime=10.82 cores=1,3,5,7
/proc/7994/task/8002/stat : 8002 (java) S 7992 7994 3937 0 -1 4202560 317 0 0 0 1073 9 0 0 20 0 22 0 342298313 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644553390248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=8003] ppid=7992 vsize=2966184 CPUtime=10.89 cores=1,3,5,7
/proc/7994/task/8003/stat : 8003 (java) S 7992 7994 3937 0 -1 4202560 331 0 0 0 1079 10 0 0 20 0 22 0 342298313 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644552337960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8004] ppid=7992 vsize=2966184 CPUtime=11.39 cores=1,3,5,7
/proc/7994/task/8004/stat : 8004 (java) S 7992 7994 3937 0 -1 4202560 333 0 0 0 1129 10 0 0 20 0 22 0 342298313 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644551285160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8005] ppid=7992 vsize=2966184 CPUtime=10.06 cores=1,3,5,7
/proc/7994/task/8005/stat : 8005 (java) S 7992 7994 3937 0 -1 4202560 75352 0 0 0 948 58 0 0 20 0 22 0 342298314 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644539087592 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8006] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8006/stat : 8006 (java) S 7992 7994 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342298314 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644538033656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8007] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8007/stat : 8007 (java) S 7992 7994 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342298314 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644536981256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8008] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8008/stat : 8008 (java) S 7992 7994 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298317 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644535929744 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8009] ppid=7992 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/7994/task/8009/stat : 8009 (java) S 7992 7994 3937 0 -1 4202560 6293 0 0 0 97 2 0 0 20 0 22 0 342298317 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644534876344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8010] ppid=7992 vsize=2966184 CPUtime=2.11 cores=1,3,5,7
/proc/7994/task/8010/stat : 8010 (java) S 7992 7994 3937 0 -1 4202560 13864 0 0 0 208 3 0 0 20 0 22 0 342298317 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644533823544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8011] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8011/stat : 8011 (java) S 7992 7994 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298317 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644532771448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8012] ppid=7992 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/7994/task/8012/stat : 8012 (java) S 7992 7994 3937 0 -1 4202560 45 0 0 0 12 21 0 0 20 0 22 0 342298317 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644531718856 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8013] ppid=7992 vsize=2966184 CPUtime=783.93 cores=1,3,5,7
/proc/7994/task/8013/stat : 8013 (java) R 7992 7994 3937 0 -1 4202560 515 0 0 0 78378 15 0 0 20 0 22 0 342298774 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644530633896 139644900030793 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8014] ppid=7992 vsize=2966184 CPUtime=783.88 cores=1,3,5,7
/proc/7994/task/8014/stat : 8014 (java) R 7992 7994 3937 0 -1 4202560 566 0 0 0 78373 15 0 0 20 0 22 0 342298774 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644529581760 139644900071416 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8015] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8015/stat : 8015 (java) S 7992 7994 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298777 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644528531112 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=8016] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8016/stat : 8016 (java) S 7992 7994 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298777 3037372416 194224 33554432000 1073741824 1073778376 140736214296080 139644527478312 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1673.53
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.95 3.94 3.91 5/220 8088
/proc/meminfo: memFree=26707184/32873648 swapFree=6864/6864
[pid=7994] ppid=7992 vsize=2966184 CPUtime=1795.41 cores=1,3,5,7
/proc/7994/stat : 7994 (java) S 7992 7994 3937 0 -1 4202496 107646 0 1 0 179362 179 0 0 20 0 22 0 342298311 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 140736214287216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7994/statm: 741546 197296 2283 9 0 732240 0
[pid=7994/tid=7996] ppid=7992 vsize=2966184 CPUtime=4.15 cores=1,3,5,7
/proc/7994/task/7996/stat : 7996 (java) S 7992 7994 3937 0 -1 4202560 3021 0 1 0 407 8 0 0 20 0 22 0 342298312 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139645027562648 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=7997] ppid=7992 vsize=2966184 CPUtime=11.78 cores=1,3,5,7
/proc/7994/task/7997/stat : 7997 (java) S 7992 7994 3937 0 -1 4202560 353 0 0 0 1167 11 0 0 20 0 22 0 342298313 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644894415656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=7998] ppid=7992 vsize=2966184 CPUtime=11.8 cores=1,3,5,7
/proc/7994/task/7998/stat : 7998 (java) S 7992 7994 3937 0 -1 4202560 358 0 0 0 1168 12 0 0 20 0 22 0 342298313 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644893362856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=7999] ppid=7992 vsize=2966184 CPUtime=11.78 cores=1,3,5,7
/proc/7994/task/7999/stat : 7999 (java) S 7992 7994 3937 0 -1 4202560 327 0 0 0 1169 9 0 0 20 0 22 0 342298313 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644892310568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8000] ppid=7992 vsize=2966184 CPUtime=11.61 cores=1,3,5,7
/proc/7994/task/8000/stat : 8000 (java) S 7992 7994 3937 0 -1 4202560 356 0 0 0 1148 13 0 0 20 0 22 0 342298313 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644891257768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=8001] ppid=7992 vsize=2966184 CPUtime=11.8 cores=1,3,5,7
/proc/7994/task/8001/stat : 8001 (java) S 7992 7994 3937 0 -1 4202560 336 0 0 0 1170 10 0 0 20 0 22 0 342298313 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644890204456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8002] ppid=7992 vsize=2966184 CPUtime=11.55 cores=1,3,5,7
/proc/7994/task/8002/stat : 8002 (java) S 7992 7994 3937 0 -1 4202560 319 0 0 0 1145 10 0 0 20 0 22 0 342298313 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644553390248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=8003] ppid=7992 vsize=2966184 CPUtime=11.59 cores=1,3,5,7
/proc/7994/task/8003/stat : 8003 (java) S 7992 7994 3937 0 -1 4202560 332 0 0 0 1148 11 0 0 20 0 22 0 342298313 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644552337960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8004] ppid=7992 vsize=2966184 CPUtime=12.06 cores=1,3,5,7
/proc/7994/task/8004/stat : 8004 (java) S 7992 7994 3937 0 -1 4202560 336 0 0 0 1196 10 0 0 20 0 22 0 342298313 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644551285160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=8005] ppid=7992 vsize=2966184 CPUtime=10.78 cores=1,3,5,7
/proc/7994/task/8005/stat : 8005 (java) S 7992 7994 3937 0 -1 4202560 79365 0 0 0 1016 62 0 0 20 0 22 0 342298314 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644539087592 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8006] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8006/stat : 8006 (java) S 7992 7994 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342298314 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644538033656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8007] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8007/stat : 8007 (java) S 7992 7994 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342298314 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644536981256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8008] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8008/stat : 8008 (java) S 7992 7994 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298317 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644535929744 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8009] ppid=7992 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/7994/task/8009/stat : 8009 (java) S 7992 7994 3937 0 -1 4202560 6293 0 0 0 97 2 0 0 20 0 22 0 342298317 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644534876344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8010] ppid=7992 vsize=2966184 CPUtime=2.11 cores=1,3,5,7
/proc/7994/task/8010/stat : 8010 (java) S 7992 7994 3937 0 -1 4202560 13864 0 0 0 208 3 0 0 20 0 22 0 342298317 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644533823544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8011] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8011/stat : 8011 (java) S 7992 7994 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298317 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644532771448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8012] ppid=7992 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/7994/task/8012/stat : 8012 (java) S 7992 7994 3937 0 -1 4202560 49 0 0 0 13 23 0 0 20 0 22 0 342298317 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644531718856 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8013] ppid=7992 vsize=2966184 CPUtime=841.67 cores=1,3,5,7
/proc/7994/task/8013/stat : 8013 (java) R 7992 7994 3937 0 -1 4202560 550 0 0 0 84151 16 0 0 20 0 22 0 342298774 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644530634560 139644900030314 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8014] ppid=7992 vsize=2966184 CPUtime=841.62 cores=1,3,5,7
/proc/7994/task/8014/stat : 8014 (java) R 7992 7994 3937 0 -1 4202560 599 0 0 0 84145 17 0 0 20 0 22 0 342298774 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644529580976 139644900051942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8015] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8015/stat : 8015 (java) S 7992 7994 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298777 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644528531112 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=8016] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8016/stat : 8016 (java) S 7992 7994 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298777 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644527478312 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1795.41
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+884.601 s]
/proc/loadavg: 3.95 3.94 3.91 5/220 8088
/proc/meminfo: memFree=26707372/32873648 swapFree=6864/6864
[pid=7994] ppid=7992 vsize=2966184 CPUtime=1800.14 cores=1,3,5,7
/proc/7994/stat : 7994 (java) S 7992 7994 3937 0 -1 4202496 107649 0 1 0 179835 179 0 0 20 0 22 0 342298311 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 140736214287216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7994/statm: 741546 197296 2283 9 0 732240 0
[pid=7994/tid=7996] ppid=7992 vsize=2966184 CPUtime=4.15 cores=1,3,5,7
/proc/7994/task/7996/stat : 7996 (java) S 7992 7994 3937 0 -1 4202560 3021 0 1 0 407 8 0 0 20 0 22 0 342298312 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139645027562648 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=7997] ppid=7992 vsize=2966184 CPUtime=11.81 cores=1,3,5,7
/proc/7994/task/7997/stat : 7997 (java) S 7992 7994 3937 0 -1 4202560 353 0 0 0 1170 11 0 0 20 0 22 0 342298313 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644894415656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=7998] ppid=7992 vsize=2966184 CPUtime=11.83 cores=1,3,5,7
/proc/7994/task/7998/stat : 7998 (java) S 7992 7994 3937 0 -1 4202560 358 0 0 0 1171 12 0 0 20 0 22 0 342298313 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644893362856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=7999] ppid=7992 vsize=2966184 CPUtime=11.8 cores=1,3,5,7
/proc/7994/task/7999/stat : 7999 (java) S 7992 7994 3937 0 -1 4202560 327 0 0 0 1171 9 0 0 20 0 22 0 342298313 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644892310568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8000] ppid=7992 vsize=2966184 CPUtime=11.63 cores=1,3,5,7
/proc/7994/task/8000/stat : 8000 (java) S 7992 7994 3937 0 -1 4202560 356 0 0 0 1150 13 0 0 20 0 22 0 342298313 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644891257768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8001] ppid=7992 vsize=2966184 CPUtime=11.85 cores=1,3,5,7
/proc/7994/task/8001/stat : 8001 (java) S 7992 7994 3937 0 -1 4202560 336 0 0 0 1175 10 0 0 20 0 22 0 342298313 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644890204456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8002] ppid=7992 vsize=2966184 CPUtime=11.6 cores=1,3,5,7
/proc/7994/task/8002/stat : 8002 (java) S 7992 7994 3937 0 -1 4202560 319 0 0 0 1150 10 0 0 20 0 22 0 342298313 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644553390248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8003] ppid=7992 vsize=2966184 CPUtime=11.65 cores=1,3,5,7
/proc/7994/task/8003/stat : 8003 (java) S 7992 7994 3937 0 -1 4202560 332 0 0 0 1154 11 0 0 20 0 22 0 342298313 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644552337960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8004] ppid=7992 vsize=2966184 CPUtime=12.09 cores=1,3,5,7
/proc/7994/task/8004/stat : 8004 (java) S 7992 7994 3937 0 -1 4202560 336 0 0 0 1199 10 0 0 20 0 22 0 342298313 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644551285160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8005] ppid=7992 vsize=2966184 CPUtime=10.78 cores=1,3,5,7
/proc/7994/task/8005/stat : 8005 (java) S 7992 7994 3937 0 -1 4202560 79365 0 0 0 1016 62 0 0 20 0 22 0 342298314 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644539087592 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=8006] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8006/stat : 8006 (java) S 7992 7994 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342298314 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644538033656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8007] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8007/stat : 8007 (java) S 7992 7994 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342298314 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644536981256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8008] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8008/stat : 8008 (java) S 7992 7994 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298317 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644535929744 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8009] ppid=7992 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/7994/task/8009/stat : 8009 (java) S 7992 7994 3937 0 -1 4202560 6293 0 0 0 97 2 0 0 20 0 22 0 342298317 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644534876344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7994/tid=8010] ppid=7992 vsize=2966184 CPUtime=2.11 cores=1,3,5,7
/proc/7994/task/8010/stat : 8010 (java) S 7992 7994 3937 0 -1 4202560 13864 0 0 0 208 3 0 0 20 0 22 0 342298317 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644533823544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8011] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8011/stat : 8011 (java) S 7992 7994 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342298317 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644532771448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7994/tid=8012] ppid=7992 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/7994/task/8012/stat : 8012 (java) S 7992 7994 3937 0 -1 4202560 49 0 0 0 13 23 0 0 20 0 22 0 342298317 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644531718856 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8013] ppid=7992 vsize=2966184 CPUtime=843.89 cores=1,3,5,7
/proc/7994/task/8013/stat : 8013 (java) R 7992 7994 3937 0 -1 4202560 551 0 0 0 84373 16 0 0 20 0 22 0 342298774 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644530634544 139644900009163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7994/tid=8014] ppid=7992 vsize=2966184 CPUtime=843.85 cores=1,3,5,7
/proc/7994/task/8014/stat : 8014 (java) R 7992 7994 3937 0 -1 4202560 601 0 0 0 84368 17 0 0 20 0 22 0 342298774 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644529580896 139644900051942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=8015] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8015/stat : 8015 (java) S 7992 7994 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298777 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644528531112 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7994/tid=8016] ppid=7992 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/7994/task/8016/stat : 8016 (java) S 7992 7994 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342298777 3037372416 197296 33554432000 1073741824 1073778376 140736214296080 139644527478312 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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): 884.642
CPU time (s): 1800.75
CPU user time (s): 1798.42
CPU system time (s): 2.33265
CPU usage (%): 203.557
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.42
system time used= 2.33264
maximum resident set size= 805220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107682
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49768
involuntary context switches= 144482

runsolver used 3.2835 second user time and 8.38273 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-04 00:15:23
IDJOB=3741069
IDBENCH=89748
IDSOLVER=2324
FILE ID=node120/3741069-1338761723
RUNJOBID= node120-1338747803-3954
PBS_JOBID= 14636782
Free space on /tmp= 70740 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-164.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741069-1338761723/watcher-3741069-1338761723 -o /tmp/evaluation-result-3741069-1338761723/solver-3741069-1338761723 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741069-1338761723.opb

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

MD5SUM BENCH= 81ec1ddcd163131a26e4e6f9286dd205
RANDOM SEED=1667397436

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:       32873648 kB
MemFree:        27491028 kB
Buffers:          578224 kB
Cached:          3174092 kB
SwapCached:         1580 kB
Active:          2447592 kB
Inactive:        1999720 kB
Active(anon):     687584 kB
Inactive(anon):     9224 kB
Active(file):    1760008 kB
Inactive(file):  1990496 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:             26376 kB
Writeback:             0 kB
AnonPages:        701684 kB
Mapped:            19032 kB
Shmem:                32 kB
Slab:             796408 kB
SReclaimable:     240256 kB
SUnreclaim:       556152 kB
KernelStack:        1616 kB
PageTables:         5588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    645120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70744 MiB
End job on node120 at 2012-06-04 00:30:10