Trace number 3741017

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.17 902.235

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-167.opb
MD5SUM7cf213338254036b9868078970e2a948
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables106196
Total number of constraints2493137
Number of constraints which are clauses2239038
Number of constraints which are cardinality constraints (but not clauses)8063
Number of constraints which are nor clauses,nor cardinality constraints246036
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.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.00/0.09	c version 2.2.0.v20100531
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	
0.08/0.12	c solving HOME/instance-3741017-1338761376.opb
0.08/0.12	c reading problem ... 
23.88/16.85	c ... done. Wall clock time 16.723s.
23.88/16.85	c #vars     106196
23.88/16.85	c #constraints  2155186
23.88/16.85	c constraints type 
23.88/16.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1331483
23.88/16.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 7824
23.88/16.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 547152
23.88/16.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 246036
23.88/16.85	c constraints type 
23.88/16.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 547152
23.88/16.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1331483
23.88/16.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7824
23.88/16.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 246036
41.66/24.67	c cleaning 0 clauses out of 5002 with flag 0/5002
65.31/36.53	c cleaning 0 clauses out of 11001 with flag 0/11001
94.35/51.08	c cleaning 0 clauses out of 18000 with flag 0/18000
147.11/76.71	c cleaning 0 clauses out of 26000 with flag 0/26000
168.31/88.07	c cleaning 2328 clauses out of 4661 with flag 5000/5000
215.70/111.36	c cleaning 0 clauses out of 35000 with flag 0/35000
282.53/144.26	c cleaning 4092 clauses out of 8194 with flag 11002/11002
312.29/159.44	c cleaning 0 clauses out of 45000 with flag 0/45000
379.03/193.02	c cleaning 5504 clauses out of 11011 with flag 18000/18000
500.72/252.97	c cleaning 6694 clauses out of 13395 with flag 26003/26003
504.92/255.78	c cleaning 0 clauses out of 56000 with flag 0/56000
641.92/323.19	c cleaning 7772 clauses out of 15572 with flag 35000/35000
736.50/370.27	c cleaning 8859 clauses out of 17732 with flag 45001/45001
802.36/403.00	c cleaning 0 clauses out of 68004 with flag 0/68004
893.81/448.10	c cleaning 9871 clauses out of 19758 with flag 56000/56000
995.66/498.48	c cleaning 10908 clauses out of 21836 with flag 68000/68000
1124.50/562.40	c cleaning 11900 clauses out of 23865 with flag 81000/81000
1204.51/602.32	c cleaning 12961 clauses out of 25936 with flag 95000/95000
1253.27/626.81	c cleaning 0 clauses out of 81000 with flag 0/81000
1307.30/654.01	c cleaning 13906 clauses out of 27849 with flag 110000/110000
1360.24/681.39	c cleaning 14969 clauses out of 29942 with flag 126002/126002
1469.27/735.25	c cleaning 15841 clauses out of 31821 with flag 143000/143000
1533.79/767.77	c cleaning 16968 clauses out of 33948 with flag 161002/161002
1600.55/801.49	c cleaning 17970 clauses out of 35950 with flag 180001/180001
1658.23/831.17	c cleaning 18984 clauses out of 37969 with flag 200004/200004
1743.85/873.90	c cleaning 19916 clauses out of 39949 with flag 221000/221000
1800.17/902.21	c starts		: 101
1800.17/902.21	c conflicts		: 231861
1800.17/902.21	c decisions		: 23213847
1800.17/902.21	c propagations		: 710980516
1800.17/902.21	c inspects		: 3610047298
1800.17/902.21	c learnt literals	: 1550
1800.17/902.21	c learnt binary clauses	: 781
1800.17/902.21	c learnt ternary clauses	: 1119
1800.17/902.21	c learnt clauses	: 230311
1800.17/902.21	c ignored clauses	: 0
1800.17/902.21	c root simplifications	: 0
1800.17/902.21	c removed literals (reason simplification)	: 1342620
1800.17/902.21	c reason swapping (by a shorter reason)	: 0
1800.17/902.21	c Calls to reduceDB	: 17
1800.17/902.21	c number of reductions to clauses (during analyze)	: 0
1800.17/902.21	c number of learned constraints concerned by reduction	: 0
1800.17/902.21	c number of learning phase by resolution	: 0
1800.17/902.21	c number of learning phase by cutting planes	: 0
1800.17/902.21	c speed (assignments/second)	: 803039.3522649492
1800.17/902.21	c non guided choices	7117124
1800.17/902.22	c learnt constraints type 
1800.17/902.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 30095
1800.17/902.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 781
1800.17/902.22	c constraints type 
1800.17/902.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1331483
1800.17/902.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 7824
1800.17/902.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 547152
1800.17/902.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 246036
1800.17/902.22	c constraints type 
1800.17/902.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 547152
1800.17/902.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1331483
1800.17/902.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7824
1800.17/902.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 246036
1800.17/902.22	s UNKNOWN
1800.17/902.22	c Total wall clock time (in seconds): 902.101

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-3741017-1338761376/watcher-3741017-1338761376 -o /tmp/evaluation-result-3741017-1338761376/solver-3741017-1338761376 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741017-1338761376.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.02 3.00 3.23 4/199 25803
/proc/meminfo: memFree=27814876/32873844 swapFree=7620/7620
[pid=25803] ppid=25801 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25803/stat : 25803 (java6) D 25801 25803 19811 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 342262670 9515008 176 33554432000 1073741824 1073778376 140733725926224 140733725908952 215124624272 0 0 4096 0 18446744072100748580 0 0 17 2 0 0 0 0 0
/proc/25803/statm: 2323 176 133 9 0 71 0

[startup+0.017722 s]
/proc/loadavg: 3.02 3.00 3.23 4/199 25803
/proc/meminfo: memFree=27814876/32873844 swapFree=7620/7620
[pid=25803] ppid=25801 vsize=99436 CPUtime=0 cores=0,2,4,6
/proc/25803/stat : 25803 (java) S 25801 25803 19811 0 -1 4202496 1341 0 0 0 0 0 0 0 20 0 2 0 342262670 101822464 1031 33554432000 1073741824 1073778376 140735546327600 140735546318736 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25803/statm: 25398 1041 797 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 99436

[startup+0.101892 s]
/proc/loadavg: 3.02 3.00 3.23 4/199 25803
/proc/meminfo: memFree=27814876/32873844 swapFree=7620/7620
[pid=25803] ppid=25801 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/25803/stat : 25803 (java) S 25801 25803 19811 0 -1 4202496 4245 0 1 0 7 1 0 0 20 0 18 0 342262670 2764726272 5963 33554432000 1073741824 1073778376 140735546327600 140735546318736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25803/statm: 674982 5963 1990 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.30017 s]
/proc/loadavg: 3.02 3.00 3.23 4/199 25803
/proc/meminfo: memFree=27814876/32873844 swapFree=7620/7620
[pid=25803] ppid=25801 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/25803/stat : 25803 (java) S 25801 25803 19811 0 -1 4202496 5656 0 1 0 44 2 0 0 20 0 18 0 342262670 2764726272 11771 33554432000 1073741824 1073778376 140735546327600 140735546318736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25803/statm: 674982 11771 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700263 s]
/proc/loadavg: 3.02 3.00 3.23 4/199 25803
/proc/meminfo: memFree=27814876/32873844 swapFree=7620/7620
[pid=25803] ppid=25801 vsize=2699928 CPUtime=1.21 cores=0,2,4,6
/proc/25803/stat : 25803 (java) S 25801 25803 19811 0 -1 4202496 11220 0 1 0 114 7 0 0 20 0 18 0 342262670 2764726272 74368 33554432000 1073741824 1073778376 140735546327600 140735546318736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25803/statm: 674982 74368 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 2699928

[startup+1.50072 s]
/proc/loadavg: 3.02 3.00 3.23 4/217 25821
/proc/meminfo: memFree=27416616/32873844 swapFree=7620/7620
[pid=25803] ppid=25801 vsize=2699928 CPUtime=2.24 cores=0,2,4,6
/proc/25803/stat : 25803 (java) S 25801 25803 19811 0 -1 4202496 11396 0 1 0 208 16 0 0 20 0 18 0 342262670 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 140735546318736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25803/statm: 674982 109735 2248 9 0 665676 0
[pid=25803/tid=25805] ppid=25801 vsize=2699928 CPUtime=1.39 cores=0,2,4,6
/proc/25803/task/25805/stat : 25805 (java) R 25801 25803 19811 0 -1 4202560 2957 0 1 0 131 8 0 0 20 0 18 0 342262671 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 139741210689336 215128007949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25806] ppid=25801 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/25803/task/25806/stat : 25806 (java) S 25801 25803 19811 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 342262672 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 139741194971816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25807] ppid=25801 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/25803/task/25807/stat : 25807 (java) S 25801 25803 19811 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 342262672 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 139741193919272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25808] ppid=25801 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/25803/task/25808/stat : 25808 (java) S 25801 25803 19811 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 342262672 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 139741192866728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25809] ppid=25801 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/25803/task/25809/stat : 25809 (java) S 25801 25803 19811 0 -1 4202560 25 0 0 0 1 2 0 0 20 0 18 0 342262672 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 139741191814184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25810] ppid=25801 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/25803/task/25810/stat : 25810 (java) S 25801 25803 19811 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 342262672 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 139741072713896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25811] ppid=25801 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/25803/task/25811/stat : 25811 (java) S 25801 25803 19811 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 342262672 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 139741071661352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25812] ppid=25801 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/25803/task/25812/stat : 25812 (java) S 25801 25803 19811 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 342262672 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 139741070608808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25813] ppid=25801 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/25803/task/25813/stat : 25813 (java) S 25801 25803 19811 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 342262672 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 139741069556264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25814] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25814/stat : 25814 (java) S 25801 25803 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342262673 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 139741057358440 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25815] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25815/stat : 25815 (java) S 25801 25803 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342262674 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 139740451956344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25816] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25816/stat : 25816 (java) S 25801 25803 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342262674 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 139740450903688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25817] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25817/stat : 25817 (java) S 25801 25803 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342262677 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 139740449852432 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25818] ppid=25801 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/25803/task/25818/stat : 25818 (java) S 25801 25803 19811 0 -1 4202560 4254 0 0 0 27 0 0 0 20 0 18 0 342262677 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 139740448798776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25819] ppid=25801 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/25803/task/25819/stat : 25819 (java) S 25801 25803 19811 0 -1 4202560 2890 0 0 0 28 0 0 0 20 0 18 0 342262677 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 139740447746232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25820] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25820/stat : 25820 (java) S 25801 25803 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342262677 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 139740446693880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25821] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25821/stat : 25821 (java) S 25801 25803 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342262677 2764726272 109735 33554432000 1073741824 1073778376 140735546327600 139740445641544 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 2699928

[startup+3.10268 s]
/proc/loadavg: 3.02 3.00 3.23 4/217 25821
/proc/meminfo: memFree=27334200/32873844 swapFree=7620/7620
[pid=25803] ppid=25801 vsize=2699928 CPUtime=4.62 cores=0,2,4,6
/proc/25803/stat : 25803 (java) S 25801 25803 19811 0 -1 4202496 11644 0 1 0 434 28 0 0 20 0 18 0 342262670 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 140735546318736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25803/statm: 674982 131314 2248 9 0 665676 0
[pid=25803/tid=25805] ppid=25801 vsize=2699928 CPUtime=2.74 cores=0,2,4,6
/proc/25803/task/25805/stat : 25805 (java) R 25801 25803 19811 0 -1 4202560 2961 0 1 0 266 8 0 0 20 0 18 0 342262671 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 139741210689648 139741073169993 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25806] ppid=25801 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/25803/task/25806/stat : 25806 (java) S 25801 25803 19811 0 -1 4202560 43 0 0 0 10 2 0 0 20 0 18 0 342262672 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 139741194971816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25807] ppid=25801 vsize=2699928 CPUtime=0.17 cores=0,2,4,6
/proc/25803/task/25807/stat : 25807 (java) S 25801 25803 19811 0 -1 4202560 41 0 0 0 14 3 0 0 20 0 18 0 342262672 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 139741193919272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25808] ppid=25801 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/25803/task/25808/stat : 25808 (java) S 25801 25803 19811 0 -1 4202560 52 0 0 0 16 3 0 0 20 0 18 0 342262672 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 139741192866728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25809] ppid=25801 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/25803/task/25809/stat : 25809 (java) S 25801 25803 19811 0 -1 4202560 47 0 0 0 10 3 0 0 20 0 18 0 342262672 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 139741191814184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25810] ppid=25801 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/25803/task/25810/stat : 25810 (java) S 25801 25803 19811 0 -1 4202560 37 0 0 0 8 1 0 0 20 0 18 0 342262672 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 139741072713896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25811] ppid=25801 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/25803/task/25811/stat : 25811 (java) S 25801 25803 19811 0 -1 4202560 39 0 0 0 9 2 0 0 20 0 18 0 342262672 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 139741071661352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25812] ppid=25801 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/25803/task/25812/stat : 25812 (java) S 25801 25803 19811 0 -1 4202560 49 0 0 0 12 3 0 0 20 0 18 0 342262672 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 139741070608808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25813] ppid=25801 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/25803/task/25813/stat : 25813 (java) S 25801 25803 19811 0 -1 4202560 35 0 0 0 10 2 0 0 20 0 18 0 342262672 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 139741069556264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25814] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25814/stat : 25814 (java) S 25801 25803 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342262673 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 139741057358440 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25815] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25815/stat : 25815 (java) S 25801 25803 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342262674 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 139740451956344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25816] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25816/stat : 25816 (java) S 25801 25803 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342262674 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 139740450903688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25817] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25817/stat : 25817 (java) S 25801 25803 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342262677 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 139740449852432 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25818] ppid=25801 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/25803/task/25818/stat : 25818 (java) S 25801 25803 19811 0 -1 4202560 4254 0 0 0 32 0 0 0 20 0 18 0 342262677 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 139740448798776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25819] ppid=25801 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/25803/task/25819/stat : 25819 (java) S 25801 25803 19811 0 -1 4202560 2905 0 0 0 31 0 0 0 20 0 18 0 342262677 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 139740447746232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25820] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25820/stat : 25820 (java) S 25801 25803 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342262677 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 139740446693880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25821] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25821/stat : 25821 (java) S 25801 25803 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342262677 2764726272 131314 33554432000 1073741824 1073778376 140735546327600 139740445641544 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 2699928

[startup+6.30073 s]
/proc/loadavg: 3.01 3.00 3.23 4/217 25821
/proc/meminfo: memFree=27162044/32873844 swapFree=7620/7620
[pid=25803] ppid=25801 vsize=2699928 CPUtime=9.12 cores=0,2,4,6
/proc/25803/stat : 25803 (java) S 25801 25803 19811 0 -1 4202496 12666 0 1 0 870 42 0 0 20 0 18 0 342262670 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 140735546318736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25803/statm: 674982 168621 2248 9 0 665676 0
[pid=25803/tid=25805] ppid=25801 vsize=2699928 CPUtime=5.46 cores=0,2,4,6
/proc/25803/task/25805/stat : 25805 (java) R 25801 25803 19811 0 -1 4202560 2970 0 1 0 537 9 0 0 20 0 18 0 342262671 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 139741210688552 139741073151840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25806] ppid=25801 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/25803/task/25806/stat : 25806 (java) S 25801 25803 19811 0 -1 4202560 165 0 0 0 26 4 0 0 20 0 18 0 342262672 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 139741194971816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25807] ppid=25801 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/25803/task/25807/stat : 25807 (java) S 25801 25803 19811 0 -1 4202560 102 0 0 0 40 5 0 0 20 0 18 0 342262672 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 139741193919272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25808] ppid=25801 vsize=2699928 CPUtime=0.35 cores=0,2,4,6
/proc/25803/task/25808/stat : 25808 (java) S 25801 25803 19811 0 -1 4202560 219 0 0 0 31 4 0 0 20 0 18 0 342262672 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 139741192866728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25809] ppid=25801 vsize=2699928 CPUtime=0.39 cores=0,2,4,6
/proc/25803/task/25809/stat : 25809 (java) S 25801 25803 19811 0 -1 4202560 276 0 0 0 35 4 0 0 20 0 18 0 342262672 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 139741191814184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25810] ppid=25801 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/25803/task/25810/stat : 25810 (java) S 25801 25803 19811 0 -1 4202560 107 0 0 0 24 4 0 0 20 0 18 0 342262672 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 139741072713896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25811] ppid=25801 vsize=2699928 CPUtime=0.33 cores=0,2,4,6
/proc/25803/task/25811/stat : 25811 (java) S 25801 25803 19811 0 -1 4202560 109 0 0 0 29 4 0 0 20 0 18 0 342262672 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 139741071661352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25812] ppid=25801 vsize=2699928 CPUtime=0.39 cores=0,2,4,6
/proc/25803/task/25812/stat : 25812 (java) S 25801 25803 19811 0 -1 4202560 128 0 0 0 35 4 0 0 20 0 18 0 342262672 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 139741070608808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25813] ppid=25801 vsize=2699928 CPUtime=0.37 cores=0,2,4,6
/proc/25803/task/25813/stat : 25813 (java) S 25801 25803 19811 0 -1 4202560 250 0 0 0 33 4 0 0 20 0 18 0 342262672 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 139741069556264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25814] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25814/stat : 25814 (java) S 25801 25803 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342262673 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 139741057358440 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25815] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25815/stat : 25815 (java) S 25801 25803 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342262674 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 139740451956344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25816] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25816/stat : 25816 (java) S 25801 25803 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342262674 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 139740450903688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25817] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25817/stat : 25817 (java) S 25801 25803 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342262677 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 139740449852432 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25818] ppid=25801 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/25803/task/25818/stat : 25818 (java) S 25801 25803 19811 0 -1 4202560 4254 0 0 0 32 0 0 0 20 0 18 0 342262677 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 139740448798776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25819] ppid=25801 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/25803/task/25819/stat : 25819 (java) S 25801 25803 19811 0 -1 4202560 2905 0 0 0 31 0 0 0 20 0 18 0 342262677 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 139740447746232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25820] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25820/stat : 25820 (java) S 25801 25803 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342262677 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 139740446693880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25821] ppid=25801 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25821/stat : 25821 (java) S 25801 25803 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342262677 2764726272 168621 33554432000 1073741824 1073778376 140735546327600 139740445641544 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.12
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 3.01 3.00 3.22 4/217 25821
/proc/meminfo: memFree=26926172/32873844 swapFree=7620/7620
[pid=25803] ppid=25801 vsize=2699928 CPUtime=17.94 cores=0,2,4,6
/proc/25803/stat : 25803 (java) S 25801 25803 19811 0 -1 4202496 14006 0 1 0 1733 61 0 0 20 0 18 0 342262670 2764726272 227963 33554432000 1073741824 1073778376 140735546327600 140735546318736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25803/statm: 674982 227963 2248 9 0 665676 0
[pid=25803/tid=25805] ppid=25801 vsize=2699928 CPUtime=11 cores=0,2,4,6

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

/proc/25803/statm: 741546 301763 2283 9 0 732240 0
[pid=25803/tid=25805] ppid=25801 vsize=2966184 CPUtime=14.49 cores=0,2,4,6
/proc/25803/task/25805/stat : 25805 (java) S 25801 25803 19811 0 -1 4202560 3042 0 1 0 1436 13 0 0 20 0 22 0 342262671 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139741210690712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25806] ppid=25801 vsize=2966184 CPUtime=12.9 cores=0,2,4,6
/proc/25803/task/25806/stat : 25806 (java) S 25801 25803 19811 0 -1 4202560 387 0 0 0 1280 10 0 0 20 0 22 0 342262672 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139741194971816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25807] ppid=25801 vsize=2966184 CPUtime=13.78 cores=0,2,4,6
/proc/25803/task/25807/stat : 25807 (java) S 25801 25803 19811 0 -1 4202560 409 0 0 0 1367 11 0 0 20 0 22 0 342262672 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139741193919272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25808] ppid=25801 vsize=2966184 CPUtime=13.77 cores=0,2,4,6
/proc/25803/task/25808/stat : 25808 (java) S 25801 25803 19811 0 -1 4202560 421 0 0 0 1364 13 0 0 20 0 22 0 342262672 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139741192866728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25809] ppid=25801 vsize=2966184 CPUtime=13.39 cores=0,2,4,6
/proc/25803/task/25809/stat : 25809 (java) S 25801 25803 19811 0 -1 4202560 417 0 0 0 1326 13 0 0 20 0 22 0 342262672 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139741191814184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25810] ppid=25801 vsize=2966184 CPUtime=12.9 cores=0,2,4,6
/proc/25803/task/25810/stat : 25810 (java) S 25801 25803 19811 0 -1 4202560 372 0 0 0 1280 10 0 0 20 0 22 0 342262672 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139741072713896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25811] ppid=25801 vsize=2966184 CPUtime=13.03 cores=0,2,4,6
/proc/25803/task/25811/stat : 25811 (java) S 25801 25803 19811 0 -1 4202560 399 0 0 0 1291 12 0 0 20 0 22 0 342262672 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139741071661352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25812] ppid=25801 vsize=2966184 CPUtime=13.56 cores=0,2,4,6
/proc/25803/task/25812/stat : 25812 (java) S 25801 25803 19811 0 -1 4202560 396 0 0 0 1344 12 0 0 20 0 22 0 342262672 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139741070608808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25813] ppid=25801 vsize=2966184 CPUtime=13.68 cores=0,2,4,6
/proc/25803/task/25813/stat : 25813 (java) S 25801 25803 19811 0 -1 4202560 391 0 0 0 1355 13 0 0 20 0 22 0 342262672 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139741069556264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25814] ppid=25801 vsize=2966184 CPUtime=42.42 cores=0,2,4,6
/proc/25803/task/25814/stat : 25814 (java) S 25801 25803 19811 0 -1 4202560 82383 0 0 0 4187 55 0 0 20 0 22 0 342262673 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139741057358440 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25815] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25815/stat : 25815 (java) S 25801 25803 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342262674 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139740451956344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25816] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25816/stat : 25816 (java) S 25801 25803 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342262674 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139740450903688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25817] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25817/stat : 25817 (java) S 25801 25803 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342262677 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139740449852432 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25818] ppid=25801 vsize=2966184 CPUtime=1.59 cores=0,2,4,6
/proc/25803/task/25818/stat : 25818 (java) S 25801 25803 19811 0 -1 4202560 11769 0 0 0 158 1 0 0 20 0 22 0 342262677 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139740448798776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25819] ppid=25801 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/25803/task/25819/stat : 25819 (java) S 25801 25803 19811 0 -1 4202560 3185 0 0 0 109 1 0 0 20 0 22 0 342262677 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139740447746232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25820] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25820/stat : 25820 (java) S 25801 25803 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342262677 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139740446693880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25821] ppid=25801 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/25803/task/25821/stat : 25821 (java) S 25801 25803 19811 0 -1 4202560 46 0 0 0 16 17 0 0 20 0 22 0 342262677 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139740445641544 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25822] ppid=25801 vsize=2966184 CPUtime=734.64 cores=0,2,4,6
/proc/25803/task/25822/stat : 25822 (java) R 25801 25803 19811 0 -1 4202560 329 0 0 0 73449 15 0 0 20 0 22 0 342264355 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139740444585584 139741073425289 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25823] ppid=25801 vsize=2966184 CPUtime=734.69 cores=0,2,4,6
/proc/25803/task/25823/stat : 25823 (java) R 25801 25803 19811 0 -1 4202560 495 0 0 0 73456 13 0 0 20 0 22 0 342264355 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139740443532344 139741073597414 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25824] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25824/stat : 25824 (java) S 25801 25803 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342264360 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139740442482216 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25825] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25825/stat : 25825 (java) S 25801 25803 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342264361 3037372416 301763 33554432000 1073741824 1073778376 140735546327600 139740441429672 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1640.48
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.33 3.99 3.69 5/221 25956
/proc/meminfo: memFree=26866628/32873844 swapFree=7620/7620
[pid=25803] ppid=25801 vsize=2966184 CPUtime=1759.56 cores=0,2,4,6
/proc/25803/stat : 25803 (java) S 25801 25803 19811 0 -1 4202496 113526 0 1 0 175762 194 0 0 20 0 22 0 342262670 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 140735546318736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25803/statm: 741546 301765 2283 9 0 732240 0
[pid=25803/tid=25805] ppid=25801 vsize=2966184 CPUtime=14.49 cores=0,2,4,6
/proc/25803/task/25805/stat : 25805 (java) S 25801 25803 19811 0 -1 4202560 3044 0 1 0 1436 13 0 0 20 0 22 0 342262671 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741210690712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25806] ppid=25801 vsize=2966184 CPUtime=13.51 cores=0,2,4,6
/proc/25803/task/25806/stat : 25806 (java) S 25801 25803 19811 0 -1 4202560 387 0 0 0 1341 10 0 0 20 0 22 0 342262672 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741194971816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25807] ppid=25801 vsize=2966184 CPUtime=14.33 cores=0,2,4,6
/proc/25803/task/25807/stat : 25807 (java) S 25801 25803 19811 0 -1 4202560 409 0 0 0 1422 11 0 0 20 0 22 0 342262672 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741193919272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25808] ppid=25801 vsize=2966184 CPUtime=14.3 cores=0,2,4,6
/proc/25803/task/25808/stat : 25808 (java) S 25801 25803 19811 0 -1 4202560 421 0 0 0 1417 13 0 0 20 0 22 0 342262672 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741192866728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25809] ppid=25801 vsize=2966184 CPUtime=14 cores=0,2,4,6
/proc/25803/task/25809/stat : 25809 (java) S 25801 25803 19811 0 -1 4202560 417 0 0 0 1387 13 0 0 20 0 22 0 342262672 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741191814184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25810] ppid=25801 vsize=2966184 CPUtime=13.55 cores=0,2,4,6
/proc/25803/task/25810/stat : 25810 (java) S 25801 25803 19811 0 -1 4202560 372 0 0 0 1345 10 0 0 20 0 22 0 342262672 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741072713896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25811] ppid=25801 vsize=2966184 CPUtime=13.71 cores=0,2,4,6
/proc/25803/task/25811/stat : 25811 (java) S 25801 25803 19811 0 -1 4202560 399 0 0 0 1359 12 0 0 20 0 22 0 342262672 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741071661352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25812] ppid=25801 vsize=2966184 CPUtime=14.07 cores=0,2,4,6
/proc/25803/task/25812/stat : 25812 (java) S 25801 25803 19811 0 -1 4202560 396 0 0 0 1395 12 0 0 20 0 22 0 342262672 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741070608808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25813] ppid=25801 vsize=2966184 CPUtime=14.31 cores=0,2,4,6
/proc/25803/task/25813/stat : 25813 (java) S 25801 25803 19811 0 -1 4202560 391 0 0 0 1418 13 0 0 20 0 22 0 342262672 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741069556264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25814] ppid=25801 vsize=2966184 CPUtime=45.57 cores=0,2,4,6
/proc/25803/task/25814/stat : 25814 (java) S 25801 25803 19811 0 -1 4202560 90237 0 0 0 4498 59 0 0 20 0 22 0 342262673 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741057358440 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25815] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25815/stat : 25815 (java) S 25801 25803 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342262674 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740451956344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25816] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25816/stat : 25816 (java) S 25801 25803 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342262674 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740450903688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25817] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25817/stat : 25817 (java) S 25801 25803 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342262677 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740449852432 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25818] ppid=25801 vsize=2966184 CPUtime=1.59 cores=0,2,4,6
/proc/25803/task/25818/stat : 25818 (java) S 25801 25803 19811 0 -1 4202560 11769 0 0 0 158 1 0 0 20 0 22 0 342262677 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740448798776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25819] ppid=25801 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/25803/task/25819/stat : 25819 (java) S 25801 25803 19811 0 -1 4202560 3185 0 0 0 109 1 0 0 20 0 22 0 342262677 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740447746232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25820] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25820/stat : 25820 (java) S 25801 25803 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342262677 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740446693880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25821] ppid=25801 vsize=2966184 CPUtime=0.36 cores=0,2,4,6
/proc/25803/task/25821/stat : 25821 (java) S 25801 25803 19811 0 -1 4202560 50 0 0 0 17 19 0 0 20 0 22 0 342262677 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740445641544 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25822] ppid=25801 vsize=2966184 CPUtime=790.06 cores=0,2,4,6
/proc/25803/task/25822/stat : 25822 (java) R 25801 25803 19811 0 -1 4202560 345 0 0 0 78989 17 0 0 20 0 22 0 342264355 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740444584880 139741073556916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25823] ppid=25801 vsize=2966184 CPUtime=790.13 cores=0,2,4,6
/proc/25803/task/25823/stat : 25823 (java) R 25801 25803 19811 0 -1 4202560 517 0 0 0 78998 15 0 0 20 0 22 0 342264355 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740443533056 139741073566992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25824] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25824/stat : 25824 (java) S 25801 25803 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342264360 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740442482216 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25825] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25825/stat : 25825 (java) S 25801 25803 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342264361 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740441429672 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1759.56
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.201 s]
/proc/loadavg: 4.17 3.97 3.69 5/221 25956
/proc/meminfo: memFree=26851300/32873844 swapFree=7620/7620
[pid=25803] ppid=25801 vsize=2966184 CPUtime=1800.17 cores=0,2,4,6
/proc/25803/stat : 25803 (java) S 25801 25803 19811 0 -1 4202496 113541 0 1 0 179821 196 0 0 20 0 22 0 342262670 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 140735546318736 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25803/statm: 741546 301765 2283 9 0 732240 0
[pid=25803/tid=25805] ppid=25801 vsize=2966184 CPUtime=14.49 cores=0,2,4,6
/proc/25803/task/25805/stat : 25805 (java) S 25801 25803 19811 0 -1 4202560 3044 0 1 0 1436 13 0 0 20 0 22 0 342262671 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741210690712 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25806] ppid=25801 vsize=2966184 CPUtime=13.76 cores=0,2,4,6
/proc/25803/task/25806/stat : 25806 (java) S 25801 25803 19811 0 -1 4202560 387 0 0 0 1366 10 0 0 20 0 22 0 342262672 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741194971816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25807] ppid=25801 vsize=2966184 CPUtime=14.52 cores=0,2,4,6
/proc/25803/task/25807/stat : 25807 (java) S 25801 25803 19811 0 -1 4202560 409 0 0 0 1440 12 0 0 20 0 22 0 342262672 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741193919272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25808] ppid=25801 vsize=2966184 CPUtime=14.51 cores=0,2,4,6
/proc/25803/task/25808/stat : 25808 (java) S 25801 25803 19811 0 -1 4202560 421 0 0 0 1438 13 0 0 20 0 22 0 342262672 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741192866728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25809] ppid=25801 vsize=2966184 CPUtime=14.21 cores=0,2,4,6
/proc/25803/task/25809/stat : 25809 (java) S 25801 25803 19811 0 -1 4202560 417 0 0 0 1408 13 0 0 20 0 22 0 342262672 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741191814184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25810] ppid=25801 vsize=2966184 CPUtime=13.78 cores=0,2,4,6
/proc/25803/task/25810/stat : 25810 (java) S 25801 25803 19811 0 -1 4202560 372 0 0 0 1368 10 0 0 20 0 22 0 342262672 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741072713896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25811] ppid=25801 vsize=2966184 CPUtime=13.88 cores=0,2,4,6
/proc/25803/task/25811/stat : 25811 (java) S 25801 25803 19811 0 -1 4202560 399 0 0 0 1376 12 0 0 20 0 22 0 342262672 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741071661352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25812] ppid=25801 vsize=2966184 CPUtime=14.32 cores=0,2,4,6
/proc/25803/task/25812/stat : 25812 (java) S 25801 25803 19811 0 -1 4202560 396 0 0 0 1420 12 0 0 20 0 22 0 342262672 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741070608808 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25813] ppid=25801 vsize=2966184 CPUtime=14.5 cores=0,2,4,6
/proc/25803/task/25813/stat : 25813 (java) S 25801 25803 19811 0 -1 4202560 391 0 0 0 1437 13 0 0 20 0 22 0 342262672 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741069556264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25814] ppid=25801 vsize=2966184 CPUtime=45.57 cores=0,2,4,6
/proc/25803/task/25814/stat : 25814 (java) S 25801 25803 19811 0 -1 4202560 90239 0 0 0 4498 59 0 0 20 0 22 0 342262673 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139741057358440 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25815] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25815/stat : 25815 (java) S 25801 25803 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342262674 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740451956344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25816] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25816/stat : 25816 (java) S 25801 25803 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342262674 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740450903688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25817] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25817/stat : 25817 (java) S 25801 25803 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342262677 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740449852432 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25803/tid=25818] ppid=25801 vsize=2966184 CPUtime=1.59 cores=0,2,4,6
/proc/25803/task/25818/stat : 25818 (java) S 25801 25803 19811 0 -1 4202560 11769 0 0 0 158 1 0 0 20 0 22 0 342262677 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740448798776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25819] ppid=25801 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/25803/task/25819/stat : 25819 (java) S 25801 25803 19811 0 -1 4202560 3185 0 0 0 109 1 0 0 20 0 22 0 342262677 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740447746232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25820] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25820/stat : 25820 (java) S 25801 25803 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342262677 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740446693880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25803/tid=25821] ppid=25801 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/25803/task/25821/stat : 25821 (java) S 25801 25803 19811 0 -1 4202560 52 0 0 0 18 19 0 0 20 0 22 0 342262677 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740445641544 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25822] ppid=25801 vsize=2966184 CPUtime=809.45 cores=0,2,4,6
/proc/25803/task/25822/stat : 25822 (java) R 25801 25803 19811 0 -1 4202560 351 0 0 0 80928 17 0 0 20 0 22 0 342264355 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740444584688 139741073812813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25803/tid=25823] ppid=25801 vsize=2966184 CPUtime=809.53 cores=0,2,4,6
/proc/25803/task/25823/stat : 25823 (java) R 25801 25803 19811 0 -1 4202560 522 0 0 0 80938 15 0 0 20 0 22 0 342264355 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740443533040 139741073597414 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25824] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25824/stat : 25824 (java) S 25801 25803 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342264360 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740442482216 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25803/tid=25825] ppid=25801 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25803/task/25825/stat : 25825 (java) S 25801 25803 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342264361 3037372416 301765 33554432000 1073741824 1073778376 140735546327600 139740441429672 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25803 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=568336
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=372639
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.235
CPU time (s): 1800.17
CPU user time (s): 1798.21
CPU system time (s): 1.96
CPU usage (%): 199.523
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.57
system time used= 2.37264
maximum resident set size= 1223368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113574
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44839
involuntary context switches= 154095

runsolver used 3.41148 second user time and 8.04378 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-04 00:09:39
IDJOB=3741017
IDBENCH=89731
IDSOLVER=2324
FILE ID=node135/3741017-1338761376
RUNJOBID= node135-1338747255-19827
PBS_JOBID= 14636778
Free space on /tmp= 70816 MiB

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

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

MD5SUM BENCH= 7cf213338254036b9868078970e2a948
RANDOM SEED=286164533

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.55
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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27815256 kB
Buffers:          383644 kB
Cached:          2729844 kB
SwapCached:         1672 kB
Active:          2441032 kB
Inactive:        1761528 kB
Active(anon):    1079216 kB
Inactive(anon):    12036 kB
Active(file):    1361816 kB
Inactive(file):  1749492 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:            111500 kB
Writeback:             0 kB
AnonPages:       1097040 kB
Mapped:            18716 kB
Shmem:               132 kB
Slab:             712868 kB
SReclaimable:     154260 kB
SUnreclaim:       558608 kB
KernelStack:        1632 kB
PageTables:         6404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1575852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1036288 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= 70824 MiB
End job on node135 at 2012-06-04 00:24:43