Trace number 3456018

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)119 1800.29 1794.1

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=149-P1=191-P2=199-B.opb
MD5SUM2b352a53cf64b38d9bda6afbed4525e8
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.076987
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 variables54
Total number of constraints5
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 constraints5
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)162
Sum of products size (including duplicates)324
Number of different products162
Sum of products size324

Quality of the solution as a function of time


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

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3456018-1307661416.opb
0.11/0.10	c reading problem ... 
0.11/0.14	c ... done. Wall clock time 0.035s.
0.11/0.14	c #vars     216
0.11/0.14	c #constraints  331
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 162
0.11/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 169
29.62/28.09	c cleaning 0 clauses out of 5000 with flag 0/5000
70.63/68.84	c SATISFIABLE
70.63/68.84	c OPTIMIZING...
70.63/68.84	c Got one! Elapsed wall clock time (in seconds):68.731
70.63/68.84	o 235
141.20/139.25	c Got one! Elapsed wall clock time (in seconds):139.143
141.20/139.25	o 165
171.18/169.14	c cleaning 0 clauses out of 11310 with flag 0/11310
344.90/342.46	c cleaning 0 clauses out of 17311 with flag 0/17311
355.45/352.93	c Got one! Elapsed wall clock time (in seconds):352.83
355.45/352.93	o 157
671.31/668.15	c cleaning 0 clauses out of 22540 with flag 0/22540
830.51/826.90	c Got one! Elapsed wall clock time (in seconds):826.796
830.51/826.90	o 121
1300.03/1295.24	c cleaning 0 clauses out of 28354 with flag 0/28354
1500.33/1495.09	c Got one! Elapsed wall clock time (in seconds):1494.991
1500.33/1495.09	o 119
1800.03/1793.93	c starts		: 60
1800.03/1793.93	c conflicts		: 32808
1800.03/1793.93	c decisions		: 34527
1800.03/1793.93	c propagations		: 536422
1800.03/1793.93	c inspects		: 2010968934
1800.03/1793.93	c shortcuts		: 0
1800.03/1793.93	c learnt literals	: 0
1800.03/1793.93	c learnt binary clauses	: 0
1800.03/1793.93	c learnt ternary clauses	: 0
1800.03/1793.93	c learnt constraints	: 32807
1800.03/1793.93	c ignored constraints	: 0
1800.03/1793.93	c root simplifications	: 0
1800.03/1793.93	c removed literals (reason simplification)	: 0
1800.03/1793.93	c reason swapping (by a shorter reason)	: 0
1800.03/1793.93	c Calls to reduceDB	: 5
1800.03/1793.93	c number of reductions to clauses (during analyze)	: 0
1800.03/1793.93	c number of learned constraints concerned by reduction	: 0
1800.03/1793.93	c number of learning phase by resolution	: 0
1800.03/1793.93	c number of learning phase by cutting planes	: 0
1800.03/1793.93	c speed (assignments/second)	: 1795.0621084756654
1800.03/1793.93	c non guided choices	458
1800.03/1793.95	c learnt constraints type 
1800.03/1793.95	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 31
1800.03/1793.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 32776
1800.03/1793.95	c constraints type 
1800.03/1793.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 162
1800.03/1793.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 170
1800.03/1793.95	s SATISFIABLE
1800.03/1793.95	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 
1800.03/1793.95	c objective function=119
1800.03/1793.95	c Total wall clock time (in seconds): 1793.845

Verifier Data

OK	119

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-3456018-1307661416/watcher-3456018-1307661416 -o /tmp/evaluation-result-3456018-1307661416/solver-3456018-1307661416 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456018-1307661416.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.83 2/195 6707
/proc/meminfo: memFree=28160056/32951124 swapFree=67053960/67111528
[pid=6707] ppid=6705 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/6707/stat : 6707 (java) S 6705 6707 5749 0 -1 4202496 1238 0 0 0 0 0 0 0 25 0 2 0 858557043 31260672 957 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107253733 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/6707/statm: 7632 957 730 9 0 383 0
[pid=6707/tid=6708] ppid=6705 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6708/stat : 6708 (java) R 6705 6707 5749 0 -1 4202560 125 0 0 0 0 0 0 0 25 0 2 0 858557044 31272960 959 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228095450939 0 0 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0726551 s]
/proc/loadavg: 2.00 2.00 1.83 2/195 6707
/proc/meminfo: memFree=28160056/32951124 swapFree=67053960/67111528
[pid=6707] ppid=6705 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/6707/stat : 6707 (java) S 6705 6707 5749 0 -1 4202496 11915 0 1 0 5 1 0 0 25 0 18 0 858557043 10724442112 11611 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6707/statm: 2618272 11611 1754 9 0 2609006 0
[pid=6707/tid=6708] ppid=6705 vsize=10473088 CPUtime=0.05 cores=1,3,5,7
/proc/6707/task/6708/stat : 6708 (java) R 6705 6707 5749 0 -1 4202560 10740 0 1 0 4 1 0 0 25 0 18 0 858557044 10724442112 11611 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100648 s]
/proc/loadavg: 2.00 2.00 1.83 2/195 6707
/proc/meminfo: memFree=28160056/32951124 swapFree=67053960/67111528
[pid=6707] ppid=6705 vsize=10540404 CPUtime=0.11 cores=1,3,5,7
/proc/6707/stat : 6707 (java) S 6705 6707 5749 0 -1 4202496 13127 0 1 0 9 2 0 0 25 0 18 0 858557043 10793373696 12801 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6707/statm: 2635101 12802 2093 9 0 2625835 0
[pid=6707/tid=6708] ppid=6705 vsize=10540404 CPUtime=0.08 cores=1,3,5,7
/proc/6707/task/6708/stat : 6708 (java) R 6705 6707 5749 0 -1 4202560 11192 0 1 0 7 1 0 0 18 0 18 0 858557044 10793373696 12802 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 47949127736147 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540404

[startup+0.300577 s]
/proc/loadavg: 2.00 2.00 1.83 2/195 6707
/proc/meminfo: memFree=28160056/32951124 swapFree=67053960/67111528
[pid=6707] ppid=6705 vsize=10544156 CPUtime=0.56 cores=1,3,5,7
/proc/6707/stat : 6707 (java) S 6705 6707 5749 0 -1 4202496 20363 0 1 0 53 3 0 0 25 0 19 0 858557043 10797215744 18164 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6707/statm: 2636039 18164 2194 9 0 2626773 0
[pid=6707/tid=6708] ppid=6705 vsize=10544156 CPUtime=0.28 cores=1,3,5,7
/proc/6707/task/6708/stat : 6708 (java) R 6705 6707 5749 0 -1 4202560 13953 0 1 0 26 2 0 0 19 0 19 0 858557044 10797215744 18164 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 46912505121134 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 10544156

[startup+0.70054 s]
/proc/loadavg: 2.00 2.00 1.83 2/195 6707
/proc/meminfo: memFree=28160056/32951124 swapFree=67053960/67111528
[pid=6707] ppid=6705 vsize=10561344 CPUtime=1.75 cores=1,3,5,7
/proc/6707/stat : 6707 (java) S 6705 6707 5749 0 -1 4202496 43050 0 1 0 169 6 0 0 25 0 19 0 858557043 10814816256 38572 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6707/statm: 2640336 38573 2217 9 0 2631070 0
[pid=6707/tid=6708] ppid=6705 vsize=10561344 CPUtime=0.68 cores=1,3,5,7
/proc/6707/task/6708/stat : 6708 (java) R 6705 6707 5749 0 -1 4202560 29186 0 1 0 64 4 0 0 19 0 19 0 858557044 10814816256 38573 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 46912505518390 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 10561344

[startup+1.5014 s]
/proc/loadavg: 2.00 2.00 1.83 3/214 6726
/proc/meminfo: memFree=27882912/32951124 swapFree=67053960/67111528
[pid=6707] ppid=6705 vsize=10561344 CPUtime=2.6 cores=1,3,5,7
/proc/6707/stat : 6707 (java) S 6705 6707 5749 0 -1 4202496 127420 0 1 0 246 14 0 0 25 0 19 0 858557043 10814816256 122941 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6707/statm: 2640336 122944 2220 9 0 2631070 0
[pid=6707/tid=6708] ppid=6705 vsize=10561344 CPUtime=1.49 cores=1,3,5,7
/proc/6707/task/6708/stat : 6708 (java) R 6705 6707 5749 0 -1 4202560 113551 0 1 0 136 13 0 0 21 0 19 0 858557044 10814816256 122946 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 46912505518386 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6707/tid=6710] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6710/stat : 6710 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10814816256 122947 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6711] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6711/stat : 6711 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10814816256 122949 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6712] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6712/stat : 6712 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10814816256 122950 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6713] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6713/stat : 6713 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10814816256 122952 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6714] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6714/stat : 6714 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10814816256 122954 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6715] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6715/stat : 6715 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10814816256 122955 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6716] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6716/stat : 6716 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10814816256 122957 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6717] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6717/stat : 6717 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10814816256 122958 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6718] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6718/stat : 6718 (java) S 6705 6707 5749 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 858557046 10814816256 122960 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 0 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6719] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6719/stat : 6719 (java) S 6705 6707 5749 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858557047 10814816256 122961 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6720] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6720/stat : 6720 (java) S 6705 6707 5749 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858557047 10814816256 122963 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6721] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6721/stat : 6721 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557049 10814816256 122965 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107274673 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6722] ppid=6705 vsize=10561344 CPUtime=0.52 cores=1,3,5,7
/proc/6707/task/6722/stat : 6722 (java) S 6705 6707 5749 0 -1 4202560 5474 0 0 0 52 0 0 0 25 0 19 0 858557049 10814816256 122966 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6723] ppid=6705 vsize=10561344 CPUtime=0.57 cores=1,3,5,7
/proc/6707/task/6723/stat : 6723 (java) R 6705 6707 5749 0 -1 4202560 7239 0 0 0 57 0 0 0 18 0 19 0 858557049 10814816256 122968 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 47949126412894 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6707/tid=6724] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6724/stat : 6724 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557049 10814816256 122970 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6725] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6725/stat : 6725 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 858557049 10814816256 122971 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6726] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6726/stat : 6726 (java) S 6705 6707 5749 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858557058 10814816256 122972 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 10561344

[startup+3.1011 s]
/proc/loadavg: 2.08 2.02 1.84 3/214 6726
/proc/meminfo: memFree=27432556/32951124 swapFree=67053960/67111528
[pid=6707] ppid=6705 vsize=10561344 CPUtime=4.53 cores=1,3,5,7
/proc/6707/stat : 6707 (java) S 6705 6707 5749 0 -1 4202496 282190 0 1 0 422 31 0 0 25 0 19 0 858557043 10814816256 276706 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6707/statm: 2640336 276709 2223 9 0 2631070 0
[pid=6707/tid=6708] ppid=6705 vsize=10561344 CPUtime=3.08 cores=1,3,5,7
/proc/6707/task/6708/stat : 6708 (java) R 6705 6707 5749 0 -1 4202560 267271 0 1 0 279 29 0 0 25 0 19 0 858557044 10814816256 276711 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 46912505545813 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6707/tid=6710] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6710/stat : 6710 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10814816256 276714 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6711] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6711/stat : 6711 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10814816256 276716 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6712] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6712/stat : 6712 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10814816256 276718 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6713] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6713/stat : 6713 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10814816256 276720 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6714] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6714/stat : 6714 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10814816256 276722 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6715] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6715/stat : 6715 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10814816256 276725 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6716] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6716/stat : 6716 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10814816256 276727 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6717] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6717/stat : 6717 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10814816256 276729 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6718] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6718/stat : 6718 (java) S 6705 6707 5749 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 858557046 10814816256 276732 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 0 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6719] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6719/stat : 6719 (java) S 6705 6707 5749 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858557047 10814816256 276734 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6720] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6720/stat : 6720 (java) S 6705 6707 5749 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858557047 10814816256 276736 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6721] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6721/stat : 6721 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557049 10814816256 276739 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107274673 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6722] ppid=6705 vsize=10561344 CPUtime=0.6 cores=1,3,5,7
/proc/6707/task/6722/stat : 6722 (java) S 6705 6707 5749 0 -1 4202560 5482 0 0 0 60 0 0 0 16 0 19 0 858557049 10814816256 276741 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6723] ppid=6705 vsize=10561344 CPUtime=0.81 cores=1,3,5,7
/proc/6707/task/6723/stat : 6723 (java) S 6705 6707 5749 0 -1 4202560 8281 0 0 0 81 0 0 0 15 0 19 0 858557049 10814816256 276743 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0
[pid=6707/tid=6724] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6724/stat : 6724 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557049 10814816256 276746 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6725] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6725/stat : 6725 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 858557049 10814816256 276748 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6726] ppid=6705 vsize=10561344 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6726/stat : 6726 (java) S 6705 6707 5749 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858557058 10814816256 276751 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 10561344

[startup+6.30151 s]
/proc/loadavg: 2.08 2.02 1.84 3/194 6733
/proc/meminfo: memFree=30339360/32951124 swapFree=67053960/67111528
[pid=6707] ppid=6705 vsize=10551556 CPUtime=7.76 cores=1,3,5,7
/proc/6707/stat : 6707 (java) S 6705 6707 5749 0 -1 4202496 575903 0 1 0 713 63 0 0 25 0 19 0 858557043 10804793344 567864 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6707/statm: 2637889 567868 2223 9 0 2628623 0
[pid=6707/tid=6708] ppid=6705 vsize=10551556 CPUtime=6.29 cores=1,3,5,7
/proc/6707/task/6708/stat : 6708 (java) R 6705 6707 5749 0 -1 4202560 560981 0 1 0 567 62 0 0 25 0 19 0 858557044 10804793344 567870 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 46912505553423 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=6707/tid=6710] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6710/stat : 6710 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10804793344 567872 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6711] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6711/stat : 6711 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10804793344 567874 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6712] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6712/stat : 6712 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10804793344 567877 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6713] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6713/stat : 6713 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10804793344 567882 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6714] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6714/stat : 6714 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10804793344 567886 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6715] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6715/stat : 6715 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10804793344 567888 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6716] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6716/stat : 6716 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10804793344 567891 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6717] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6717/stat : 6717 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557045 10804793344 567893 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6718] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6718/stat : 6718 (java) S 6705 6707 5749 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 858557046 10804793344 567896 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 0 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6719] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6719/stat : 6719 (java) S 6705 6707 5749 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 858557047 10804793344 567898 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6720] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6720/stat : 6720 (java) S 6705 6707 5749 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 858557047 10804793344 567900 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6721] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6721/stat : 6721 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557049 10804793344 567904 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107274673 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6722] ppid=6705 vsize=10551556 CPUtime=0.6 cores=1,3,5,7
/proc/6707/task/6722/stat : 6722 (java) S 6705 6707 5749 0 -1 4202560 5482 0 0 0 60 0 0 0 16 0 19 0 858557049 10804793344 567907 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6723] ppid=6705 vsize=10551556 CPUtime=0.85 cores=1,3,5,7
/proc/6707/task/6723/stat : 6723 (java) S 6705 6707 5749 0 -1 4202560 8285 0 0 0 85 0 0 0 15 0 19 0 858557049 10804793344 567909 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0

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

/proc/6707/task/6720/stat : 6720 (java) S 6705 6707 5749 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858557047 10804793344 922948 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6721] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6721/stat : 6721 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557049 10804793344 922948 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107274673 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6722] ppid=6705 vsize=10551556 CPUtime=0.65 cores=1,3,5,7
/proc/6707/task/6722/stat : 6722 (java) S 6705 6707 5749 0 -1 4202560 5485 0 0 0 65 0 0 0 16 0 19 0 858557049 10804793344 922948 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6723] ppid=6705 vsize=10551556 CPUtime=0.98 cores=1,3,5,7
/proc/6707/task/6723/stat : 6723 (java) S 6705 6707 5749 0 -1 4202560 8312 0 0 0 98 0 0 0 15 0 19 0 858557049 10804793344 922948 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6724] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6724/stat : 6724 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557049 10804793344 922948 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6725] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6725/stat : 6725 (java) S 6705 6707 5749 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 858557049 10804793344 922948 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0
[pid=6707/tid=6726] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6726/stat : 6726 (java) S 6705 6707 5749 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858557058 10804793344 922948 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1668.08
Current children cumulated vsize (KiB) 10551556

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/214 7062
/proc/meminfo: memFree=24812344/32951124 swapFree=67053960/67111528
[pid=6707] ppid=6705 vsize=10551556 CPUtime=1728.24 cores=1,3,5,7
/proc/6707/stat : 6707 (java) S 6705 6707 5749 0 -1 4202496 932877 0 1 0 172720 104 0 0 25 0 19 0 858557043 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6707/statm: 2637889 923606 2259 9 0 2628623 0
[pid=6707/tid=6708] ppid=6705 vsize=10551556 CPUtime=1719.61 cores=1,3,5,7
/proc/6707/task/6708/stat : 6708 (java) R 6705 6707 5749 0 -1 4202560 832304 0 1 0 171872 89 0 0 25 0 19 0 858557044 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 46912506087068 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6707/tid=6710] ppid=6705 vsize=10551556 CPUtime=0.62 cores=1,3,5,7
/proc/6707/task/6710/stat : 6710 (java) S 6705 6707 5749 0 -1 4202560 10458 0 0 0 61 1 0 0 15 0 19 0 858557045 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6711] ppid=6705 vsize=10551556 CPUtime=0.76 cores=1,3,5,7
/proc/6707/task/6711/stat : 6711 (java) S 6705 6707 5749 0 -1 4202560 8105 0 0 0 75 1 0 0 15 0 19 0 858557045 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6712] ppid=6705 vsize=10551556 CPUtime=0.7 cores=1,3,5,7
/proc/6707/task/6712/stat : 6712 (java) S 6705 6707 5749 0 -1 4202560 8080 0 0 0 70 0 0 0 16 0 19 0 858557045 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6713] ppid=6705 vsize=10551556 CPUtime=0.82 cores=1,3,5,7
/proc/6707/task/6713/stat : 6713 (java) S 6705 6707 5749 0 -1 4202560 12638 0 0 0 81 1 0 0 15 0 19 0 858557045 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6714] ppid=6705 vsize=10551556 CPUtime=0.81 cores=1,3,5,7
/proc/6707/task/6714/stat : 6714 (java) S 6705 6707 5749 0 -1 4202560 10785 0 0 0 80 1 0 0 16 0 19 0 858557045 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6715] ppid=6705 vsize=10551556 CPUtime=0.64 cores=1,3,5,7
/proc/6707/task/6715/stat : 6715 (java) S 6705 6707 5749 0 -1 4202560 7938 0 0 0 63 1 0 0 16 0 19 0 858557045 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0
[pid=6707/tid=6716] ppid=6705 vsize=10551556 CPUtime=0.71 cores=1,3,5,7
/proc/6707/task/6716/stat : 6716 (java) S 6705 6707 5749 0 -1 4202560 9964 0 0 0 70 1 0 0 16 0 19 0 858557045 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6717] ppid=6705 vsize=10551556 CPUtime=0.68 cores=1,3,5,7
/proc/6707/task/6717/stat : 6717 (java) S 6705 6707 5749 0 -1 4202560 8700 0 0 0 68 0 0 0 15 0 19 0 858557045 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0
[pid=6707/tid=6718] ppid=6705 vsize=10551556 CPUtime=1.12 cores=1,3,5,7
/proc/6707/task/6718/stat : 6718 (java) S 6705 6707 5749 0 -1 4202560 8860 0 0 0 111 1 0 0 15 0 19 0 858557046 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 0 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6719] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6719/stat : 6719 (java) S 6705 6707 5749 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858557047 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6720] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6720/stat : 6720 (java) S 6705 6707 5749 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858557047 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6721] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6721/stat : 6721 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557049 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107274673 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6722] ppid=6705 vsize=10551556 CPUtime=0.65 cores=1,3,5,7
/proc/6707/task/6722/stat : 6722 (java) S 6705 6707 5749 0 -1 4202560 5485 0 0 0 65 0 0 0 16 0 19 0 858557049 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6723] ppid=6705 vsize=10551556 CPUtime=0.98 cores=1,3,5,7
/proc/6707/task/6723/stat : 6723 (java) S 6705 6707 5749 0 -1 4202560 8312 0 0 0 98 0 0 0 15 0 19 0 858557049 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6724] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6724/stat : 6724 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557049 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6725] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6725/stat : 6725 (java) S 6705 6707 5749 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 858557049 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0
[pid=6707/tid=6726] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6726/stat : 6726 (java) S 6705 6707 5749 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858557058 10804793344 923606 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1728.24
Current children cumulated vsize (KiB) 10551556

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/214 7063
/proc/meminfo: memFree=24801976/32951124 swapFree=67053960/67111528
[pid=6707] ppid=6705 vsize=10551556 CPUtime=1788.42 cores=1,3,5,7
/proc/6707/stat : 6707 (java) S 6705 6707 5749 0 -1 4202496 933848 0 1 0 178738 104 0 0 25 0 19 0 858557043 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6707/statm: 2637889 924556 2259 9 0 2628623 0
[pid=6707/tid=6708] ppid=6705 vsize=10551556 CPUtime=1779.54 cores=1,3,5,7
/proc/6707/task/6708/stat : 6708 (java) R 6705 6707 5749 0 -1 4202560 832309 0 1 0 177865 89 0 0 25 0 19 0 858557044 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 46912505517668 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6707/tid=6710] ppid=6705 vsize=10551556 CPUtime=0.66 cores=1,3,5,7
/proc/6707/task/6710/stat : 6710 (java) S 6705 6707 5749 0 -1 4202560 10549 0 0 0 65 1 0 0 15 0 19 0 858557045 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6711] ppid=6705 vsize=10551556 CPUtime=0.81 cores=1,3,5,7
/proc/6707/task/6711/stat : 6711 (java) S 6705 6707 5749 0 -1 4202560 8242 0 0 0 80 1 0 0 16 0 19 0 858557045 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6712] ppid=6705 vsize=10551556 CPUtime=0.72 cores=1,3,5,7
/proc/6707/task/6712/stat : 6712 (java) S 6705 6707 5749 0 -1 4202560 8145 0 0 0 72 0 0 0 16 0 19 0 858557045 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0
[pid=6707/tid=6713] ppid=6705 vsize=10551556 CPUtime=0.83 cores=1,3,5,7
/proc/6707/task/6713/stat : 6713 (java) S 6705 6707 5749 0 -1 4202560 12651 0 0 0 82 1 0 0 15 0 19 0 858557045 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0
[pid=6707/tid=6714] ppid=6705 vsize=10551556 CPUtime=0.82 cores=1,3,5,7
/proc/6707/task/6714/stat : 6714 (java) S 6705 6707 5749 0 -1 4202560 10788 0 0 0 81 1 0 0 16 0 19 0 858557045 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6715] ppid=6705 vsize=10551556 CPUtime=0.69 cores=1,3,5,7
/proc/6707/task/6715/stat : 6715 (java) S 6705 6707 5749 0 -1 4202560 8329 0 0 0 68 1 0 0 16 0 19 0 858557045 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6716] ppid=6705 vsize=10551556 CPUtime=0.74 cores=1,3,5,7
/proc/6707/task/6716/stat : 6716 (java) S 6705 6707 5749 0 -1 4202560 10026 0 0 0 73 1 0 0 15 0 19 0 858557045 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6717] ppid=6705 vsize=10551556 CPUtime=0.72 cores=1,3,5,7
/proc/6707/task/6717/stat : 6717 (java) S 6705 6707 5749 0 -1 4202560 8895 0 0 0 72 0 0 0 15 0 19 0 858557045 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6718] ppid=6705 vsize=10551556 CPUtime=1.12 cores=1,3,5,7
/proc/6707/task/6718/stat : 6718 (java) S 6705 6707 5749 0 -1 4202560 8865 0 0 0 111 1 0 0 15 0 19 0 858557046 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 0 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6719] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6719/stat : 6719 (java) S 6705 6707 5749 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858557047 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6720] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6720/stat : 6720 (java) S 6705 6707 5749 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858557047 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6721] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6721/stat : 6721 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557049 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107274673 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6722] ppid=6705 vsize=10551556 CPUtime=0.65 cores=1,3,5,7
/proc/6707/task/6722/stat : 6722 (java) S 6705 6707 5749 0 -1 4202560 5485 0 0 0 65 0 0 0 16 0 19 0 858557049 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6723] ppid=6705 vsize=10551556 CPUtime=0.98 cores=1,3,5,7
/proc/6707/task/6723/stat : 6723 (java) S 6705 6707 5749 0 -1 4202560 8312 0 0 0 98 0 0 0 15 0 19 0 858557049 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6724] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6724/stat : 6724 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557049 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6725] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6725/stat : 6725 (java) S 6705 6707 5749 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 858557049 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0
[pid=6707/tid=6726] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6726/stat : 6726 (java) S 6705 6707 5749 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858557058 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1788.42
Current children cumulated vsize (KiB) 10551556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.9 s]
/proc/loadavg: 2.07 2.02 1.95 3/214 7063
/proc/meminfo: memFree=24800720/32951124 swapFree=67053960/67111528
[pid=6707] ppid=6705 vsize=10551556 CPUtime=1800.03 cores=1,3,5,7
/proc/6707/stat : 6707 (java) S 6705 6707 5749 0 -1 4202496 933850 0 1 0 179899 104 0 0 25 0 19 0 858557043 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6707/statm: 2637889 924556 2259 9 0 2628623 0
[pid=6707/tid=6708] ppid=6705 vsize=10551556 CPUtime=1791.15 cores=1,3,5,7
/proc/6707/task/6708/stat : 6708 (java) R 6705 6707 5749 0 -1 4202560 832309 0 1 0 179026 89 0 0 25 0 19 0 858557044 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 46912505547414 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=6707/tid=6710] ppid=6705 vsize=10551556 CPUtime=0.66 cores=1,3,5,7
/proc/6707/task/6710/stat : 6710 (java) S 6705 6707 5749 0 -1 4202560 10549 0 0 0 65 1 0 0 15 0 19 0 858557045 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6711] ppid=6705 vsize=10551556 CPUtime=0.81 cores=1,3,5,7
/proc/6707/task/6711/stat : 6711 (java) S 6705 6707 5749 0 -1 4202560 8242 0 0 0 80 1 0 0 16 0 19 0 858557045 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6712] ppid=6705 vsize=10551556 CPUtime=0.72 cores=1,3,5,7
/proc/6707/task/6712/stat : 6712 (java) S 6705 6707 5749 0 -1 4202560 8145 0 0 0 72 0 0 0 16 0 19 0 858557045 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0
[pid=6707/tid=6713] ppid=6705 vsize=10551556 CPUtime=0.83 cores=1,3,5,7
/proc/6707/task/6713/stat : 6713 (java) S 6705 6707 5749 0 -1 4202560 12651 0 0 0 82 1 0 0 15 0 19 0 858557045 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0
[pid=6707/tid=6714] ppid=6705 vsize=10551556 CPUtime=0.82 cores=1,3,5,7
/proc/6707/task/6714/stat : 6714 (java) S 6705 6707 5749 0 -1 4202560 10788 0 0 0 81 1 0 0 16 0 19 0 858557045 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 7 0 0 0
[pid=6707/tid=6715] ppid=6705 vsize=10551556 CPUtime=0.69 cores=1,3,5,7
/proc/6707/task/6715/stat : 6715 (java) S 6705 6707 5749 0 -1 4202560 8329 0 0 0 68 1 0 0 16 0 19 0 858557045 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6716] ppid=6705 vsize=10551556 CPUtime=0.74 cores=1,3,5,7
/proc/6707/task/6716/stat : 6716 (java) S 6705 6707 5749 0 -1 4202560 10026 0 0 0 73 1 0 0 15 0 19 0 858557045 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6717] ppid=6705 vsize=10551556 CPUtime=0.72 cores=1,3,5,7
/proc/6707/task/6717/stat : 6717 (java) S 6705 6707 5749 0 -1 4202560 8895 0 0 0 72 0 0 0 15 0 19 0 858557045 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6718] ppid=6705 vsize=10551556 CPUtime=1.12 cores=1,3,5,7
/proc/6707/task/6718/stat : 6718 (java) S 6705 6707 5749 0 -1 4202560 8865 0 0 0 111 1 0 0 15 0 19 0 858557046 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 0 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6719] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6719/stat : 6719 (java) S 6705 6707 5749 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858557047 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6720] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6720/stat : 6720 (java) S 6705 6707 5749 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858557047 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6721] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6721/stat : 6721 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557049 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107274673 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6722] ppid=6705 vsize=10551556 CPUtime=0.65 cores=1,3,5,7
/proc/6707/task/6722/stat : 6722 (java) S 6705 6707 5749 0 -1 4202560 5485 0 0 0 65 0 0 0 16 0 19 0 858557049 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 1 0 0 0
[pid=6707/tid=6723] ppid=6705 vsize=10551556 CPUtime=0.98 cores=1,3,5,7
/proc/6707/task/6723/stat : 6723 (java) S 6705 6707 5749 0 -1 4202560 8312 0 0 0 98 0 0 0 15 0 19 0 858557049 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6724] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6724/stat : 6724 (java) S 6705 6707 5749 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 858557049 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107266969 0 4 0 16800975 18446604467299474176 0 0 -1 3 0 0 0
[pid=6707/tid=6725] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6725/stat : 6725 (java) S 6705 6707 5749 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 858557049 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0
[pid=6707/tid=6726] ppid=6705 vsize=10551556 CPUtime=0 cores=1,3,5,7
/proc/6707/task/6726/stat : 6726 (java) S 6705 6707 5749 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858557058 10804793344 924556 33554432000 1073741824 1073778376 140733297359280 18446744073709551615 228107267584 0 4 0 16800975 18446604467299474176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10551556

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

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

[startup+1794.01 s]
/proc/loadavg: 2.07 2.02 1.95 3/198 7066
/proc/meminfo: memFree=26017896/32951124 swapFree=67053960/67111528
[pid=6707] ppid=6705 vsize=0 CPUtime=1800.2 cores=1,3,5,7
/proc/6707/stat : 6707 (java) Z 6705 6707 5749 0 -1 4203548 934071 0 1 0 179911 109 0 0 17 0 2 0 858557043 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/6707/statm: 0 0 0 0 0 0 0
[pid=6707/tid=6708] ppid=6705 vsize=0 CPUtime=1791.23 cores=1,3,5,7
/proc/6707/task/6708/stat : 6708 (java) R 6705 6707 5749 0 -1 4203588 832309 0 1 0 179029 94 0 0 25 0 2 0 858557044 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.1
CPU time (s): 1800.29
CPU user time (s): 1799.11
CPU system time (s): 1.17482
CPU usage (%): 100.345
Max. virtual memory (cumulated for all children) (KiB): 10561344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.17482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 934071
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= 40285
involuntary context switches= 18763

runsolver used 3.01354 second user time and 6.79397 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-10 01:16:56
IDJOB=3456018
IDBENCH=48030
IDSOLVER=1951
FILE ID=node142/3456018-1307661416
RUNJOBID= node142-1307659624-6489
PBS_JOBID= 13549407
Free space on /tmp= 74148 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=149-P1=191-P2=199-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456018-1307661416/watcher-3456018-1307661416 -o /tmp/evaluation-result-3456018-1307661416/solver-3456018-1307661416 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456018-1307661416.opb

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

MD5SUM BENCH= 2b352a53cf64b38d9bda6afbed4525e8
RANDOM SEED=640420666

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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:      28160336 kB
Buffers:        119996 kB
Cached:         364268 kB
SwapCached:      11412 kB
Active:        4335280 kB
Inactive:       276912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28160336 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:             484 kB
Writeback:           0 kB
AnonPages:     4125072 kB
Mapped:          21100 kB
Slab:           105264 kB
PageTables:      12892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10554812 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= 74148 MiB
End job on node142 at 2011-06-10 01:46:52