Trace number 3456011

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0SAT (TO)91 1800.25 1792.7

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=11-P1=71-P2=127-P3=19-P4=89-P5=17-B.opb
MD5SUMd6d70da0465b3d9bf91bd0d1a6292c9e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.111982
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables105
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)245
Sum of products size (including duplicates)490
Number of different products245
Sum of products size490

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
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.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3456011-1307661397.opb
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.051s.
0.10/0.16	c #vars     350
0.10/0.16	c #constraints  506
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 245
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 261
13.41/11.96	c cleaning 0 clauses out of 5000 with flag 0/5000
44.71/42.97	c cleaning 0 clauses out of 11000 with flag 0/11000
49.65/47.80	c SATISFIABLE
49.65/47.80	c OPTIMIZING...
49.65/47.80	c Got one! Elapsed wall clock time (in seconds):47.696
49.65/47.80	o 127
97.94/95.92	c cleaning 0 clauses out of 16419 with flag 0/16419
173.07/170.87	c cleaning 0 clauses out of 22419 with flag 0/22419
208.02/205.64	c Got one! Elapsed wall clock time (in seconds):205.536
208.02/205.64	o 109
252.49/249.96	c cleaning 0 clauses out of 28315 with flag 0/28315
339.50/336.67	c cleaning 0 clauses out of 34315 with flag 0/34315
523.36/519.98	c cleaning 0 clauses out of 41314 with flag 0/41314
764.73/760.62	c cleaning 0 clauses out of 49314 with flag 0/49314
890.90/886.46	c Got one! Elapsed wall clock time (in seconds):886.352
890.90/886.46	o 91
1008.13/1003.26	c cleaning 0 clauses out of 55069 with flag 0/55069
1319.78/1313.99	c cleaning 0 clauses out of 61069 with flag 0/61069
1800.00/1792.51	c starts		: 80
1800.00/1792.51	c conflicts		: 67589
1800.00/1792.51	c decisions		: 72344
1800.00/1792.51	c propagations		: 919373
1800.00/1792.51	c inspects		: 2413386603
1800.00/1792.51	c shortcuts		: 0
1800.00/1792.51	c learnt literals	: 0
1800.00/1792.51	c learnt binary clauses	: 0
1800.00/1792.51	c learnt ternary clauses	: 0
1800.00/1792.51	c learnt constraints	: 67589
1800.00/1792.51	c ignored constraints	: 0
1800.00/1792.51	c root simplifications	: 0
1800.00/1792.51	c removed literals (reason simplification)	: 0
1800.00/1792.51	c reason swapping (by a shorter reason)	: 0
1800.00/1792.51	c Calls to reduceDB	: 10
1800.00/1792.51	c number of reductions to clauses (during analyze)	: 0
1800.00/1792.51	c number of learned constraints concerned by reduction	: 0
1800.00/1792.51	c number of learning phase by resolution	: 0
1800.00/1792.51	c number of learning phase by cutting planes	: 0
1800.00/1792.51	c speed (assignments/second)	: 1014.702246670169
1800.00/1792.51	c non guided choices	940
1800.00/1792.54	c learnt constraints type 
1800.00/1792.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 685
1800.00/1792.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 66904
1800.00/1792.54	c constraints type 
1800.00/1792.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 245
1800.00/1792.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 262
1800.00/1792.54	s SATISFIABLE
1800.00/1792.54	v x1 x2 -x3 x4 x5 -x6 x7 x8 x9 -x10 x11 -x12 -x13 x14 x15 x16 x17 -x18 x19 -x20 -x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 -x33 x34 -x35 x36 x37 x38 x39 -x40 x41 x42 x43 -x44 -x45 x46 -x47 x48 -x49 x50 x51 x52 x53 -x54 x55 -x56 x57 -x58 -x59 -x60 x61 -x62 x63 x64 x65 x66 x67 x68 -x69 x70 x71 -x72 x73 -x74 x75 x76 -x77 x78 x79 x80 -x81 -x82 -x83 -x84 -x85 x86 x87 x88 -x89 x90 -x91 x92 -x93 x94 x95 x96 -x97 -x98 -x99 x100 -x101 -x102 x103 -x104 x105 
1800.00/1792.54	c objective function=91
1800.00/1792.54	c Total wall clock time (in seconds): 1792.434

Verifier Data

OK	91

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3456011-1307661397/watcher-3456011-1307661397 -o /tmp/evaluation-result-3456011-1307661397/solver-3456011-1307661397 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456011-1307661397.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: 2.08 2.02 2.16 1/172 5420
/proc/meminfo: memFree=31964680/32951124 swapFree=67064580/67111528
[pid=5420] ppid=5418 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/5420/stat : 5420 (java) S 5418 5420 4039 0 -1 4202496 1241 0 0 0 0 0 0 0 25 0 2 0 858555357 31272960 960 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738207717 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/5420/statm: 7635 960 732 9 0 386 0
[pid=5420/tid=5421] ppid=5418 vsize=30536 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5421/stat : 5421 (java) S 5418 5420 4039 0 -1 4202560 130 0 0 0 0 0 0 0 25 0 2 0 858555358 31268864 963 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264721481351 0 2147483391 0 16784584 18446744071699207358 0 0 -1 4 0 0 0

[startup+0.097736 s]
/proc/loadavg: 2.08 2.02 2.16 1/172 5420
/proc/meminfo: memFree=31964680/32951124 swapFree=67064580/67111528
[pid=5420] ppid=5418 vsize=10540128 CPUtime=0.1 cores=0,2,4,6
/proc/5420/stat : 5420 (java) S 5418 5420 4039 0 -1 4202496 13039 0 1 0 9 1 0 0 25 0 18 0 858555357 10793091072 12735 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5420/statm: 2635032 12735 2092 9 0 2625766 0
[pid=5420/tid=5421] ppid=5418 vsize=10540128 CPUtime=0.08 cores=0,2,4,6
/proc/5420/task/5421/stat : 5421 (java) R 5418 5420 4039 0 -1 4202560 11121 0 1 0 7 1 0 0 18 0 18 0 858555358 10793091072 12736 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 47795078568787 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540128

[startup+0.100685 s]
/proc/loadavg: 2.08 2.02 2.16 1/172 5420
/proc/meminfo: memFree=31964680/32951124 swapFree=67064580/67111528
[pid=5420] ppid=5418 vsize=10540268 CPUtime=0.1 cores=0,2,4,6
/proc/5420/stat : 5420 (java) S 5418 5420 4039 0 -1 4202496 13082 0 1 0 9 1 0 0 25 0 18 0 858555357 10793234432 12778 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5420/statm: 2635067 12778 2092 9 0 2625801 0
[pid=5420/tid=5421] ppid=5418 vsize=10540268 CPUtime=0.09 cores=0,2,4,6
/proc/5420/task/5421/stat : 5421 (java) R 5418 5420 4039 0 -1 4202560 11163 0 1 0 8 1 0 0 18 0 18 0 858555358 10793234432 12778 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264726054319 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540268

[startup+0.300707 s]
/proc/loadavg: 2.08 2.02 2.16 1/172 5420
/proc/meminfo: memFree=31964680/32951124 swapFree=67064580/67111528
[pid=5420] ppid=5418 vsize=10544320 CPUtime=0.52 cores=0,2,4,6
/proc/5420/stat : 5420 (java) S 5418 5420 4039 0 -1 4202496 17721 0 1 0 51 1 0 0 25 0 19 0 858555357 10797383680 16087 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5420/statm: 2636080 16088 2187 9 0 2626814 0
[pid=5420/tid=5421] ppid=5418 vsize=10544320 CPUtime=0.29 cores=0,2,4,6
/proc/5420/task/5421/stat : 5421 (java) R 5418 5420 4039 0 -1 4202560 12756 0 1 0 28 1 0 0 19 0 19 0 858555358 10797383680 16088 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 46912505551476 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10544320

[startup+0.700648 s]
/proc/loadavg: 2.08 2.02 2.16 1/172 5420
/proc/meminfo: memFree=31964680/32951124 swapFree=67064580/67111528
[pid=5420] ppid=5418 vsize=10555192 CPUtime=1.68 cores=0,2,4,6
/proc/5420/stat : 5420 (java) S 5418 5420 4039 0 -1 4202496 42266 0 1 0 163 5 0 0 25 0 19 0 858555357 10808516608 36953 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5420/statm: 2638798 36957 2215 9 0 2629532 0
[pid=5420/tid=5421] ppid=5418 vsize=10555192 CPUtime=0.68 cores=0,2,4,6
/proc/5420/task/5421/stat : 5421 (java) R 5418 5420 4039 0 -1 4202560 28485 0 1 0 65 3 0 0 19 0 19 0 858555358 10808516608 36959 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 46912505535275 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 10555192

[startup+1.50149 s]
/proc/loadavg: 2.08 2.02 2.16 3/188 5467
/proc/meminfo: memFree=31693220/32951124 swapFree=67064580/67111528
[pid=5420] ppid=5418 vsize=10552760 CPUtime=2.87 cores=0,2,4,6
/proc/5420/stat : 5420 (java) S 5418 5420 4039 0 -1 4202496 119818 0 1 0 271 16 0 0 25 0 19 0 858555357 10806026240 112149 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5420/statm: 2638190 112155 2221 9 0 2628924 0
[pid=5420/tid=5421] ppid=5418 vsize=10552760 CPUtime=1.49 cores=0,2,4,6
/proc/5420/task/5421/stat : 5421 (java) R 5418 5420 4039 0 -1 4202560 104169 0 1 0 135 14 0 0 21 0 19 0 858555358 10806026240 112157 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 46912505586165 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5420/tid=5423] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5423/stat : 5423 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 112159 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5424] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 112162 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 112165 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 112167 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5427] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5427/stat : 5427 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 112169 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5428] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5428/stat : 5428 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 112171 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5429] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5429/stat : 5429 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 112175 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5430] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5430/stat : 5430 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 112178 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5431] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5431/stat : 5431 (java) S 5418 5420 4039 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 858555360 10806026240 112181 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 0 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5432] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5432/stat : 5432 (java) S 5418 5420 4039 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858555361 10806026240 112183 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5433] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5433/stat : 5433 (java) S 5418 5420 4039 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858555361 10806026240 112186 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5434] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5434/stat : 5434 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555363 10806026240 112188 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738228657 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5435] ppid=5418 vsize=10552760 CPUtime=0.7 cores=0,2,4,6
/proc/5420/task/5435/stat : 5435 (java) S 5418 5420 4039 0 -1 4202560 5605 0 0 0 70 0 0 0 15 0 19 0 858555363 10806026240 112189 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5436] ppid=5418 vsize=10552760 CPUtime=0.67 cores=0,2,4,6
/proc/5420/task/5436/stat : 5436 (java) S 5418 5420 4039 0 -1 4202560 8891 0 0 0 66 1 0 0 16 0 19 0 858555363 10806026240 112190 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 4 0 0 0
[pid=5420/tid=5437] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5437/stat : 5437 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555363 10806026240 112193 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5438] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5438/stat : 5438 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 858555363 10806026240 112195 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5439] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5439/stat : 5439 (java) S 5418 5420 4039 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858555374 10806026240 112198 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 10552760

[startup+3.1012 s]
/proc/loadavg: 2.08 2.02 2.16 3/211 5495
/proc/meminfo: memFree=30960276/32951124 swapFree=67064580/67111528
[pid=5420] ppid=5418 vsize=10552760 CPUtime=4.56 cores=0,2,4,6
/proc/5420/stat : 5420 (java) S 5418 5420 4039 0 -1 4202496 267617 0 1 0 423 33 0 0 25 0 19 0 858555357 10806026240 259946 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5420/statm: 2638190 259951 2221 9 0 2628924 0
[pid=5420/tid=5421] ppid=5418 vsize=10552760 CPUtime=3.08 cores=0,2,4,6
/proc/5420/task/5421/stat : 5421 (java) R 5418 5420 4039 0 -1 4202560 251958 0 1 0 278 30 0 0 25 0 19 0 858555358 10806026240 259953 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 46912505563924 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5420/tid=5423] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5423/stat : 5423 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 259956 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5424] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 259959 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 259961 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 259963 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5427] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5427/stat : 5427 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 259965 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5428] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5428/stat : 5428 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 259968 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5429] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5429/stat : 5429 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 259971 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5430] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5430/stat : 5430 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 259974 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5431] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5431/stat : 5431 (java) S 5418 5420 4039 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 858555360 10806026240 259977 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 0 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5432] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5432/stat : 5432 (java) S 5418 5420 4039 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858555361 10806026240 259980 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5433] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5433/stat : 5433 (java) S 5418 5420 4039 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858555361 10806026240 259983 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5434] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5434/stat : 5434 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555363 10806026240 259985 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738228657 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5435] ppid=5418 vsize=10552760 CPUtime=0.76 cores=0,2,4,6
/proc/5420/task/5435/stat : 5435 (java) S 5418 5420 4039 0 -1 4202560 5613 0 0 0 76 0 0 0 15 0 19 0 858555363 10806026240 259987 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5436] ppid=5418 vsize=10552760 CPUtime=0.69 cores=0,2,4,6
/proc/5420/task/5436/stat : 5436 (java) S 5418 5420 4039 0 -1 4202560 8891 0 0 0 68 1 0 0 15 0 19 0 858555363 10806026240 259990 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 4 0 0 0
[pid=5420/tid=5437] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5437/stat : 5437 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555363 10806026240 259992 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5438] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5438/stat : 5438 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 858555363 10806026240 259994 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5439] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5439/stat : 5439 (java) S 5418 5420 4039 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858555374 10806026240 259996 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 10552760

[startup+6.30158 s]
/proc/loadavg: 2.07 2.02 2.16 3/211 5496
/proc/meminfo: memFree=28428648/32951124 swapFree=67064580/67111528
[pid=5420] ppid=5418 vsize=10552760 CPUtime=7.78 cores=0,2,4,6
/proc/5420/stat : 5420 (java) S 5418 5420 4039 0 -1 4202496 564111 0 1 0 707 71 0 0 25 0 19 0 858555357 10806026240 556391 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5420/statm: 2638190 556393 2221 9 0 2628924 0
[pid=5420/tid=5421] ppid=5418 vsize=10552760 CPUtime=6.28 cores=0,2,4,6
/proc/5420/task/5421/stat : 5421 (java) R 5418 5420 4039 0 -1 4202560 548449 0 1 0 560 68 0 0 25 0 19 0 858555358 10806026240 556395 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 46912505535286 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5420/tid=5423] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5423/stat : 5423 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 556398 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5424] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 556401 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 556404 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 556406 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5427] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5427/stat : 5427 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 556409 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5428] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5428/stat : 5428 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 556411 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5429] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5429/stat : 5429 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 556413 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5430] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5430/stat : 5430 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555359 10806026240 556415 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5431] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5431/stat : 5431 (java) S 5418 5420 4039 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 858555360 10806026240 556418 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 0 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5432] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5432/stat : 5432 (java) S 5418 5420 4039 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858555361 10806026240 556421 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5433] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5433/stat : 5433 (java) S 5418 5420 4039 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858555361 10806026240 556424 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5434] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5434/stat : 5434 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555363 10806026240 556426 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738228657 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5435] ppid=5418 vsize=10552760 CPUtime=0.77 cores=0,2,4,6
/proc/5420/task/5435/stat : 5435 (java) S 5418 5420 4039 0 -1 4202560 5613 0 0 0 77 0 0 0 15 0 19 0 858555363 10806026240 556428 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5436] ppid=5418 vsize=10552760 CPUtime=0.7 cores=0,2,4,6
/proc/5420/task/5436/stat : 5436 (java) S 5418 5420 4039 0 -1 4202560 8891 0 0 0 69 1 0 0 15 0 19 0 858555363 10806026240 556430 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 4 0 0 0

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

/proc/5420/task/5433/stat : 5433 (java) S 5418 5420 4039 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858555361 10806026240 940924 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5434] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5434/stat : 5434 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555363 10806026240 940924 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738228657 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5435] ppid=5418 vsize=10552760 CPUtime=0.84 cores=0,2,4,6
/proc/5420/task/5435/stat : 5435 (java) S 5418 5420 4039 0 -1 4202560 5635 0 0 0 84 0 0 0 15 0 19 0 858555363 10806026240 940924 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5436] ppid=5418 vsize=10552760 CPUtime=0.84 cores=0,2,4,6
/proc/5420/task/5436/stat : 5436 (java) S 5418 5420 4039 0 -1 4202560 8912 0 0 0 83 1 0 0 15 0 19 0 858555363 10806026240 940924 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 4 0 0 0
[pid=5420/tid=5437] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5437/stat : 5437 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555363 10806026240 940924 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5438] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5438/stat : 5438 (java) S 5418 5420 4039 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 858555363 10806026240 940924 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5439] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5439/stat : 5439 (java) S 5418 5420 4039 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858555374 10806026240 940924 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1669.32
Current children cumulated vsize (KiB) 10552760

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/211 5544
/proc/meminfo: memFree=24397484/32951124 swapFree=67064580/67111528
[pid=5420] ppid=5418 vsize=10552760 CPUtime=1729.52 cores=0,2,4,6
/proc/5420/stat : 5420 (java) S 5418 5420 4039 0 -1 4202496 951226 0 1 0 172831 121 0 0 25 0 19 0 858555357 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5420/statm: 2638190 942082 2257 9 0 2628924 0
[pid=5420/tid=5421] ppid=5418 vsize=10552760 CPUtime=1717.42 cores=0,2,4,6
/proc/5420/task/5421/stat : 5421 (java) R 5418 5420 4039 0 -1 4202560 834577 0 1 0 171638 104 0 0 25 0 19 0 858555358 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 46912505532698 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5420/tid=5423] ppid=5418 vsize=10552760 CPUtime=1 cores=0,2,4,6
/proc/5420/task/5423/stat : 5423 (java) S 5418 5420 4039 0 -1 4202560 12154 0 0 0 100 0 0 0 15 0 19 0 858555359 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5424] ppid=5418 vsize=10552760 CPUtime=0.86 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (java) S 5418 5420 4039 0 -1 4202560 9993 0 0 0 85 1 0 0 15 0 19 0 858555359 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=10552760 CPUtime=0.97 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (java) S 5418 5420 4039 0 -1 4202560 11705 0 0 0 96 1 0 0 16 0 19 0 858555359 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=10552760 CPUtime=0.88 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (java) S 5418 5420 4039 0 -1 4202560 11790 0 0 0 87 1 0 0 15 0 19 0 858555359 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5427] ppid=5418 vsize=10552760 CPUtime=1.05 cores=0,2,4,6
/proc/5420/task/5427/stat : 5427 (java) S 5418 5420 4039 0 -1 4202560 10331 0 0 0 104 1 0 0 16 0 19 0 858555359 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5428] ppid=5418 vsize=10552760 CPUtime=0.93 cores=0,2,4,6
/proc/5420/task/5428/stat : 5428 (java) S 5418 5420 4039 0 -1 4202560 9762 0 0 0 92 1 0 0 16 0 19 0 858555359 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5429] ppid=5418 vsize=10552760 CPUtime=0.96 cores=0,2,4,6
/proc/5420/task/5429/stat : 5429 (java) S 5418 5420 4039 0 -1 4202560 10469 0 0 0 95 1 0 0 16 0 19 0 858555359 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 4 0 0 0
[pid=5420/tid=5430] ppid=5418 vsize=10552760 CPUtime=0.97 cores=0,2,4,6
/proc/5420/task/5430/stat : 5430 (java) S 5418 5420 4039 0 -1 4202560 10450 0 0 0 96 1 0 0 15 0 19 0 858555359 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5431] ppid=5418 vsize=10552760 CPUtime=2.67 cores=0,2,4,6
/proc/5420/task/5431/stat : 5431 (java) S 5418 5420 4039 0 -1 4202560 14197 0 0 0 265 2 0 0 15 0 19 0 858555360 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 0 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5432] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5432/stat : 5432 (java) S 5418 5420 4039 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858555361 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5433] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5433/stat : 5433 (java) S 5418 5420 4039 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858555361 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5434] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5434/stat : 5434 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555363 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738228657 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5435] ppid=5418 vsize=10552760 CPUtime=0.84 cores=0,2,4,6
/proc/5420/task/5435/stat : 5435 (java) S 5418 5420 4039 0 -1 4202560 5635 0 0 0 84 0 0 0 15 0 19 0 858555363 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5436] ppid=5418 vsize=10552760 CPUtime=0.84 cores=0,2,4,6
/proc/5420/task/5436/stat : 5436 (java) S 5418 5420 4039 0 -1 4202560 8912 0 0 0 83 1 0 0 15 0 19 0 858555363 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 4 0 0 0
[pid=5420/tid=5437] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5437/stat : 5437 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555363 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5438] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5438/stat : 5438 (java) S 5418 5420 4039 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 858555363 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5439] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5439/stat : 5439 (java) S 5418 5420 4039 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858555374 10806026240 942082 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1729.52
Current children cumulated vsize (KiB) 10552760

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 5546
/proc/meminfo: memFree=24389252/32951124 swapFree=67064580/67111528
[pid=5420] ppid=5418 vsize=10552760 CPUtime=1789.8 cores=0,2,4,6
/proc/5420/stat : 5420 (java) S 5418 5420 4039 0 -1 4202496 953778 0 1 0 178858 122 0 0 25 0 19 0 858555357 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5420/statm: 2638190 944565 2257 9 0 2628924 0
[pid=5420/tid=5421] ppid=5418 vsize=10552760 CPUtime=1777.3 cores=0,2,4,6
/proc/5420/task/5421/stat : 5421 (java) R 5418 5420 4039 0 -1 4202560 834582 0 1 0 177626 104 0 0 25 0 19 0 858555358 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 46912505563315 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5420/tid=5423] ppid=5418 vsize=10552760 CPUtime=1.08 cores=0,2,4,6
/proc/5420/task/5423/stat : 5423 (java) S 5418 5420 4039 0 -1 4202560 12460 0 0 0 108 0 0 0 16 0 19 0 858555359 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5424] ppid=5418 vsize=10552760 CPUtime=0.92 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (java) S 5418 5420 4039 0 -1 4202560 10317 0 0 0 91 1 0 0 15 0 19 0 858555359 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=10552760 CPUtime=1 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (java) S 5418 5420 4039 0 -1 4202560 11870 0 0 0 99 1 0 0 15 0 19 0 858555359 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=10552760 CPUtime=0.9 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (java) S 5418 5420 4039 0 -1 4202560 12000 0 0 0 89 1 0 0 15 0 19 0 858555359 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5427] ppid=5418 vsize=10552760 CPUtime=1.12 cores=0,2,4,6
/proc/5420/task/5427/stat : 5427 (java) S 5418 5420 4039 0 -1 4202560 10848 0 0 0 111 1 0 0 16 0 19 0 858555359 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5428] ppid=5418 vsize=10552760 CPUtime=0.96 cores=0,2,4,6
/proc/5420/task/5428/stat : 5428 (java) S 5418 5420 4039 0 -1 4202560 9884 0 0 0 95 1 0 0 15 0 19 0 858555359 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5429] ppid=5418 vsize=10552760 CPUtime=1.02 cores=0,2,4,6
/proc/5420/task/5429/stat : 5429 (java) S 5418 5420 4039 0 -1 4202560 10943 0 0 0 101 1 0 0 16 0 19 0 858555359 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5430] ppid=5418 vsize=10552760 CPUtime=1.01 cores=0,2,4,6
/proc/5420/task/5430/stat : 5430 (java) S 5418 5420 4039 0 -1 4202560 10873 0 0 0 100 1 0 0 16 0 19 0 858555359 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 4 0 0 0
[pid=5420/tid=5431] ppid=5418 vsize=10552760 CPUtime=2.67 cores=0,2,4,6
/proc/5420/task/5431/stat : 5431 (java) S 5418 5420 4039 0 -1 4202560 14201 0 0 0 265 2 0 0 15 0 19 0 858555360 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 0 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5432] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5432/stat : 5432 (java) S 5418 5420 4039 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858555361 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5433] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5433/stat : 5433 (java) S 5418 5420 4039 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858555361 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5434] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5434/stat : 5434 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555363 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738228657 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5435] ppid=5418 vsize=10552760 CPUtime=0.84 cores=0,2,4,6
/proc/5420/task/5435/stat : 5435 (java) S 5418 5420 4039 0 -1 4202560 5635 0 0 0 84 0 0 0 15 0 19 0 858555363 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5436] ppid=5418 vsize=10552760 CPUtime=0.84 cores=0,2,4,6
/proc/5420/task/5436/stat : 5436 (java) S 5418 5420 4039 0 -1 4202560 8912 0 0 0 83 1 0 0 15 0 19 0 858555363 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 4 0 0 0
[pid=5420/tid=5437] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5437/stat : 5437 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555363 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5438] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5438/stat : 5438 (java) S 5418 5420 4039 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 858555363 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5439] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5439/stat : 5439 (java) S 5418 5420 4039 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858555374 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1789.8
Current children cumulated vsize (KiB) 10552760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 5546
/proc/meminfo: memFree=24387264/32951124 swapFree=67064580/67111528
[pid=5420] ppid=5418 vsize=10552760 CPUtime=1800 cores=0,2,4,6
/proc/5420/stat : 5420 (java) S 5418 5420 4039 0 -1 4202496 953780 0 1 0 179878 122 0 0 25 0 19 0 858555357 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5420/statm: 2638190 944565 2257 9 0 2628924 0
[pid=5420/tid=5421] ppid=5418 vsize=10552760 CPUtime=1787.51 cores=0,2,4,6
/proc/5420/task/5421/stat : 5421 (java) R 5418 5420 4039 0 -1 4202560 834582 0 1 0 178647 104 0 0 25 0 19 0 858555358 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 46912506011741 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5420/tid=5423] ppid=5418 vsize=10552760 CPUtime=1.08 cores=0,2,4,6
/proc/5420/task/5423/stat : 5423 (java) S 5418 5420 4039 0 -1 4202560 12460 0 0 0 108 0 0 0 16 0 19 0 858555359 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5424] ppid=5418 vsize=10552760 CPUtime=0.92 cores=0,2,4,6
/proc/5420/task/5424/stat : 5424 (java) S 5418 5420 4039 0 -1 4202560 10317 0 0 0 91 1 0 0 15 0 19 0 858555359 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5425] ppid=5418 vsize=10552760 CPUtime=1 cores=0,2,4,6
/proc/5420/task/5425/stat : 5425 (java) S 5418 5420 4039 0 -1 4202560 11870 0 0 0 99 1 0 0 15 0 19 0 858555359 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5426] ppid=5418 vsize=10552760 CPUtime=0.9 cores=0,2,4,6
/proc/5420/task/5426/stat : 5426 (java) S 5418 5420 4039 0 -1 4202560 12000 0 0 0 89 1 0 0 15 0 19 0 858555359 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5427] ppid=5418 vsize=10552760 CPUtime=1.12 cores=0,2,4,6
/proc/5420/task/5427/stat : 5427 (java) S 5418 5420 4039 0 -1 4202560 10848 0 0 0 111 1 0 0 16 0 19 0 858555359 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5428] ppid=5418 vsize=10552760 CPUtime=0.96 cores=0,2,4,6
/proc/5420/task/5428/stat : 5428 (java) S 5418 5420 4039 0 -1 4202560 9884 0 0 0 95 1 0 0 15 0 19 0 858555359 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5429] ppid=5418 vsize=10552760 CPUtime=1.02 cores=0,2,4,6
/proc/5420/task/5429/stat : 5429 (java) S 5418 5420 4039 0 -1 4202560 10943 0 0 0 101 1 0 0 16 0 19 0 858555359 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5430] ppid=5418 vsize=10552760 CPUtime=1.01 cores=0,2,4,6
/proc/5420/task/5430/stat : 5430 (java) S 5418 5420 4039 0 -1 4202560 10873 0 0 0 100 1 0 0 16 0 19 0 858555359 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 4 0 0 0
[pid=5420/tid=5431] ppid=5418 vsize=10552760 CPUtime=2.67 cores=0,2,4,6
/proc/5420/task/5431/stat : 5431 (java) S 5418 5420 4039 0 -1 4202560 14201 0 0 0 265 2 0 0 15 0 19 0 858555360 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 0 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5432] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5432/stat : 5432 (java) S 5418 5420 4039 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858555361 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5433] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5433/stat : 5433 (java) S 5418 5420 4039 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858555361 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5434] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5434/stat : 5434 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555363 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738228657 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5435] ppid=5418 vsize=10552760 CPUtime=0.84 cores=0,2,4,6
/proc/5420/task/5435/stat : 5435 (java) S 5418 5420 4039 0 -1 4202560 5635 0 0 0 84 0 0 0 15 0 19 0 858555363 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 0 0 0 0
[pid=5420/tid=5436] ppid=5418 vsize=10552760 CPUtime=0.84 cores=0,2,4,6
/proc/5420/task/5436/stat : 5436 (java) S 5418 5420 4039 0 -1 4202560 8912 0 0 0 83 1 0 0 15 0 19 0 858555363 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 4 0 0 0
[pid=5420/tid=5437] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5437/stat : 5437 (java) S 5418 5420 4039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858555363 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738220953 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
[pid=5420/tid=5438] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5438/stat : 5438 (java) S 5418 5420 4039 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 858555363 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 4 0 16800975 18446604444661694656 0 0 -1 2 0 0 0
[pid=5420/tid=5439] ppid=5418 vsize=10552760 CPUtime=0 cores=0,2,4,6
/proc/5420/task/5439/stat : 5439 (java) S 5418 5420 4039 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858555374 10806026240 944565 33554432000 1073741824 1073778376 140737313304032 18446744073709551615 264738221568 0 4 0 16800975 18446604444661694656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 10552760

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

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

[startup+1792.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 5546
/proc/meminfo: memFree=24387264/32951124 swapFree=67064580/67111528
[pid=5420] ppid=5418 vsize=0 CPUtime=1800.24 cores=0,2,4,6
/proc/5420/stat : 5420 (java) Z 5418 5420 4039 0 -1 4203548 953821 0 1 0 179887 137 0 0 17 0 2 0 858555357 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5420/statm: 0 0 0 0 0 0 0
[pid=5420/tid=5433] ppid=5418 vsize=0 CPUtime=0.15 cores=0,2,4,6
/proc/5420/task/5433/stat : 5433 (java) R 5418 5420 4039 0 -1 4203588 9 0 0 0 0 15 0 0 18 0 2 0 858555361 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.7
CPU time (s): 1800.25
CPU user time (s): 1798.87
CPU system time (s): 1.37879
CPU usage (%): 100.421
Max. virtual memory (cumulated for all children) (KiB): 10555192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.87
system time used= 1.37879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 953821
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40470
involuntary context switches= 20358

runsolver used 3.2605 second user time and 6.53701 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-10 01:16:37
IDJOB=3456011
IDBENCH=48023
IDSOLVER=1951
FILE ID=node141/3456011-1307661397
RUNJOBID= node141-1307659597-5141
PBS_JOBID= 13549402
Free space on /tmp= 74184 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=11-P1=71-P2=127-P3=19-P4=89-P5=17-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456011-1307661397/watcher-3456011-1307661397 -o /tmp/evaluation-result-3456011-1307661397/solver-3456011-1307661397 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456011-1307661397.opb

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

MD5SUM BENCH= d6d70da0465b3d9bf91bd0d1a6292c9e
RANDOM SEED=277114234

node141.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5362.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31964836 kB
Buffers:        210420 kB
Cached:         579756 kB
SwapCached:       8728 kB
Active:         329316 kB
Inactive:       479936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31964836 kB
SwapTotal:    67111528 kB
SwapFree:     67064580 kB
Dirty:             520 kB
Writeback:          28 kB
AnonPages:       17480 kB
Mapped:           9744 kB
Slab:           113592 kB
PageTables:       3856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186680 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74192 MiB
End job on node141 at 2011-06-10 01:46:32