Trace number 3456220

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)-6 1800.24 1794.1

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_5.opb
MD5SUM75c62437256ecfefd1c4252ede4b185e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-6
Best CPU time to get the best result obtained on this benchmark18.3832
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -6
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2928
Sum of products size (including duplicates)5856
Number of different products1464
Sum of products size2928

Quality of the solution as a function of time


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

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3456220-1307226657.opb
0.09/0.11	c reading problem ... 
0.22/0.29	c ... done. Wall clock time 0.18s.
0.22/0.29	c #vars     1564
0.22/0.29	c #constraints  3080
0.22/0.29	c constraints type 
0.22/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.22/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1464
0.22/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
0.22/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1464
0.68/0.43	c SATISFIABLE
0.68/0.43	c OPTIMIZING...
0.68/0.43	c Got one! Elapsed wall clock time (in seconds):0.304
0.68/0.43	o -2
0.68/0.49	c Got one! Elapsed wall clock time (in seconds):0.361
0.68/0.49	o -3
0.91/0.59	c Got one! Elapsed wall clock time (in seconds):0.405
0.91/0.59	o -4
0.91/0.59	c Got one! Elapsed wall clock time (in seconds):0.441
0.91/0.59	o -5
1.81/0.83	c Got one! Elapsed wall clock time (in seconds):0.717
1.81/0.83	o -6
37.39/35.69	c cleaning 0 clauses out of 5224 with flag 0/5224
216.03/213.75	c cleaning 0 clauses out of 11224 with flag 0/11224
744.17/740.50	c cleaning 0 clauses out of 18224 with flag 0/18224
1800.01/1793.92	c starts		: 58
1800.01/1793.92	c conflicts		: 25402
1800.01/1793.92	c decisions		: 55553
1800.01/1793.92	c propagations		: 3920586
1800.01/1793.92	c inspects		: 1912722036
1800.01/1793.92	c shortcuts		: 0
1800.01/1793.92	c learnt literals	: 0
1800.01/1793.92	c learnt binary clauses	: 0
1800.01/1793.92	c learnt ternary clauses	: 0
1800.01/1793.92	c learnt constraints	: 25402
1800.01/1793.92	c ignored constraints	: 0
1800.01/1793.92	c root simplifications	: 0
1800.01/1793.92	c removed literals (reason simplification)	: 0
1800.01/1793.92	c reason swapping (by a shorter reason)	: 0
1800.01/1793.92	c Calls to reduceDB	: 3
1800.01/1793.92	c number of reductions to clauses (during analyze)	: 0
1800.01/1793.92	c number of learned constraints concerned by reduction	: 0
1800.01/1793.92	c number of learning phase by resolution	: 0
1800.01/1793.92	c number of learning phase by cutting planes	: 0
1800.01/1793.92	c speed (assignments/second)	: 2186.495833172996
1800.01/1793.92	c non guided choices	0
1800.01/1793.95	c learnt constraints type 
1800.01/1793.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.01/1793.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25401
1800.01/1793.95	c constraints type 
1800.01/1793.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
1800.01/1793.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1464
1800.01/1793.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
1800.01/1793.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1464
1800.01/1793.95	s SATISFIABLE
1800.01/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 -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 
1800.01/1793.95	c objective function=-6
1800.01/1793.95	c Total wall clock time (in seconds): 1793.841

Verifier Data

OK	-6

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-3456220-1307226657/watcher-3456220-1307226657 -o /tmp/evaluation-result-3456220-1307226657/solver-3456220-1307226657 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456220-1307226657.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.09 2.07 2.01 3/479 30376
/proc/meminfo: memFree=24646588/32951124 swapFree=41830676/67111528
[pid=30376] ppid=30374 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/30376/stat : 30376 (java) S 30374 30376 29047 0 -1 4202496 3130 0 1 0 0 0 0 0 25 0 2 0 834263662 10681323520 2831 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/30376/statm: 2607745 2836 914 9 0 2598901 0
[pid=30376/tid=30377] ppid=30374 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30377/stat : 30377 (java) R 30374 30376 29047 0 -1 4202560 2062 0 1 0 0 0 0 0 25 0 2 0 834263663 10694979584 2878 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.031785 s]
/proc/loadavg: 2.09 2.07 2.01 3/479 30376
/proc/meminfo: memFree=24646588/32951124 swapFree=41830676/67111528
[pid=30376] ppid=30374 vsize=10454868 CPUtime=0.01 cores=0,2,4,6
/proc/30376/stat : 30376 (java) S 30374 30376 29047 0 -1 4202496 10483 0 1 0 1 0 0 0 25 0 10 0 834263662 10705784832 10181 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/30376/statm: 2613717 10189 1381 9 0 2604465 0
[pid=30376/tid=30377] ppid=30374 vsize=10454868 CPUtime=0.01 cores=0,2,4,6
/proc/30376/task/30377/stat : 30377 (java) R 30374 30376 29047 0 -1 4202560 9372 0 1 0 1 0 0 0 25 0 10 0 834263663 10705784832 10193 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 46912504009831 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10454868

[startup+0.100739 s]
/proc/loadavg: 2.09 2.07 2.01 3/479 30376
/proc/meminfo: memFree=24646588/32951124 swapFree=41830676/67111528
[pid=30376] ppid=30374 vsize=10540292 CPUtime=0.09 cores=0,2,4,6
/proc/30376/stat : 30376 (java) S 30374 30376 29047 0 -1 4202496 12997 0 1 0 8 1 0 0 25 0 18 0 834263662 10793259008 12661 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30376/statm: 2635073 12661 2092 9 0 2625807 0
[pid=30376/tid=30377] ppid=30374 vsize=10540292 CPUtime=0.07 cores=0,2,4,6
/proc/30376/task/30377/stat : 30377 (java) R 30374 30376 29047 0 -1 4202560 11046 0 1 0 6 1 0 0 18 0 18 0 834263663 10793259008 12661 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 47383658399231 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540292

[startup+0.300734 s]
/proc/loadavg: 2.09 2.07 2.01 3/479 30376
/proc/meminfo: memFree=24646588/32951124 swapFree=41830676/67111528
[pid=30376] ppid=30374 vsize=10543196 CPUtime=0.44 cores=0,2,4,6
/proc/30376/stat : 30376 (java) S 30374 30376 29047 0 -1 4202496 16208 0 1 0 42 2 0 0 25 0 18 0 834263662 10796232704 15497 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30376/statm: 2635799 15497 2220 9 0 2626533 0
[pid=30376/tid=30377] ppid=30374 vsize=10543196 CPUtime=0.27 cores=0,2,4,6
/proc/30376/task/30377/stat : 30377 (java) R 30374 30376 29047 0 -1 4202560 12689 0 1 0 26 1 0 0 18 0 18 0 834263663 10796232704 15497 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 46912505567400 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10543196

[startup+0.70063 s]
/proc/loadavg: 2.09 2.07 2.01 3/479 30376
/proc/meminfo: memFree=24646588/32951124 swapFree=41830676/67111528
[pid=30376] ppid=30374 vsize=10557312 CPUtime=1.51 cores=0,2,4,6
/proc/30376/stat : 30376 (java) S 30374 30376 29047 0 -1 4202496 34732 0 1 0 146 5 0 0 25 0 19 0 834263662 10810687488 31505 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30376/statm: 2639328 31506 2231 9 0 2630062 0
[pid=30376/tid=30377] ppid=30374 vsize=10557312 CPUtime=0.67 cores=0,2,4,6
/proc/30376/task/30377/stat : 30377 (java) R 30374 30376 29047 0 -1 4202560 22616 0 1 0 65 2 0 0 19 0 19 0 834263663 10810687488 31507 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 46912505600127 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 10557312

[startup+1.5015 s]
/proc/loadavg: 2.09 2.07 2.01 4/498 30395
/proc/meminfo: memFree=24441348/32951124 swapFree=41830676/67111528
[pid=30376] ppid=30374 vsize=10557312 CPUtime=2.81 cores=0,2,4,6
/proc/30376/stat : 30376 (java) S 30374 30376 29047 0 -1 4202496 100851 0 1 0 270 11 0 0 25 0 19 0 834263662 10810687488 97154 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30376/statm: 2639328 97159 2237 9 0 2630062 0
[pid=30376/tid=30377] ppid=30374 vsize=10557312 CPUtime=1.47 cores=0,2,4,6
/proc/30376/task/30377/stat : 30377 (java) R 30374 30376 29047 0 -1 4202560 88170 0 1 0 139 8 0 0 20 0 19 0 834263663 10810687488 97161 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 46912505670476 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30376/tid=30379] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30379/stat : 30379 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10810687488 97164 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30380] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30380/stat : 30380 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10810687488 97167 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30381] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30381/stat : 30381 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10810687488 97170 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30382] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30382/stat : 30382 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10810687488 97172 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30383] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30383/stat : 30383 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10810687488 97174 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30384] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30384/stat : 30384 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10810687488 97177 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30385] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30385/stat : 30385 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10810687488 97180 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30386] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30386/stat : 30386 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10810687488 97183 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30387] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30387/stat : 30387 (java) S 30374 30376 29047 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 834263666 10810687488 97185 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 0 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30388] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30388/stat : 30388 (java) S 30374 30376 29047 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834263666 10810687488 97187 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30389] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30389/stat : 30389 (java) S 30374 30376 29047 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834263666 10810687488 97190 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30390] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30390/stat : 30390 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263669 10810687488 97193 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134537649 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30391] ppid=30374 vsize=10557312 CPUtime=0.7 cores=0,2,4,6
/proc/30376/task/30391/stat : 30391 (java) S 30374 30376 29047 0 -1 4202560 5579 0 0 0 69 1 0 0 15 0 19 0 834263669 10810687488 97196 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30392] ppid=30374 vsize=10557312 CPUtime=0.62 cores=0,2,4,6
/proc/30376/task/30392/stat : 30392 (java) S 30374 30376 29047 0 -1 4202560 5948 0 0 0 61 1 0 0 15 0 19 0 834263669 10810687488 97198 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 4 0 0 0
[pid=30376/tid=30393] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30393/stat : 30393 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263669 10810687488 97201 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30394] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30394/stat : 30394 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834263669 10810687488 97204 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 4 0 16800975 18446604445722146752 0 0 -1 0 0 0 0
[pid=30376/tid=30395] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30395/stat : 30395 (java) S 30374 30376 29047 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834263693 10810687488 97207 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 10557312

[startup+3.10123 s]
/proc/loadavg: 2.09 2.07 2.01 3/498 30395
/proc/meminfo: memFree=24049136/32951124 swapFree=41830676/67111528
[pid=30376] ppid=30374 vsize=10557312 CPUtime=4.55 cores=0,2,4,6
/proc/30376/stat : 30376 (java) S 30374 30376 29047 0 -1 4202496 245082 0 1 0 427 28 0 0 25 0 19 0 834263662 10810687488 241384 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30376/statm: 2639328 241387 2238 9 0 2630062 0
[pid=30376/tid=30377] ppid=30374 vsize=10557312 CPUtime=3.07 cores=0,2,4,6
/proc/30376/task/30377/stat : 30377 (java) R 30374 30376 29047 0 -1 4202560 232384 0 1 0 282 25 0 0 25 0 19 0 834263663 10810687488 241389 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 46912505670123 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30376/tid=30379] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30379/stat : 30379 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10810687488 241392 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30380] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30380/stat : 30380 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10810687488 241394 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30381] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30381/stat : 30381 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10810687488 241396 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30382] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30382/stat : 30382 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10810687488 241397 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30383] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30383/stat : 30383 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10810687488 241399 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30384] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30384/stat : 30384 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10810687488 241401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30385] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30385/stat : 30385 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10810687488 241404 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30386] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30386/stat : 30386 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10810687488 241405 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30387] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30387/stat : 30387 (java) S 30374 30376 29047 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 834263666 10810687488 241408 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 0 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30388] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30388/stat : 30388 (java) S 30374 30376 29047 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834263666 10810687488 241410 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30389] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30389/stat : 30389 (java) S 30374 30376 29047 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834263666 10810687488 241412 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30390] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30390/stat : 30390 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263669 10810687488 241414 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134537649 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30391] ppid=30374 vsize=10557312 CPUtime=0.78 cores=0,2,4,6
/proc/30376/task/30391/stat : 30391 (java) S 30374 30376 29047 0 -1 4202560 5588 0 0 0 77 1 0 0 15 0 19 0 834263669 10810687488 241415 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 4 0 0 0
[pid=30376/tid=30392] ppid=30374 vsize=10557312 CPUtime=0.68 cores=0,2,4,6
/proc/30376/task/30392/stat : 30392 (java) S 30374 30376 29047 0 -1 4202560 5954 0 0 0 67 1 0 0 15 0 19 0 834263669 10810687488 241417 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 4 0 0 0
[pid=30376/tid=30393] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30393/stat : 30393 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263669 10810687488 241419 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30394] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30394/stat : 30394 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 834263669 10810687488 241421 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 4 0 16800975 18446604445722146752 0 0 -1 0 0 0 0
[pid=30376/tid=30395] ppid=30374 vsize=10557312 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30395/stat : 30395 (java) S 30374 30376 29047 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834263693 10810687488 241423 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 10557312

[startup+6.30167 s]
/proc/loadavg: 2.08 2.07 2.01 3/498 30395
/proc/meminfo: memFree=22878308/32951124 swapFree=41830676/67111528
[pid=30376] ppid=30374 vsize=10554820 CPUtime=7.79 cores=0,2,4,6
/proc/30376/stat : 30376 (java) S 30374 30376 29047 0 -1 4202496 525494 0 1 0 719 60 0 0 25 0 19 0 834263662 10808135680 521203 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30376/statm: 2638705 521207 2242 9 0 2629439 0
[pid=30376/tid=30377] ppid=30374 vsize=10554820 CPUtime=6.27 cores=0,2,4,6
/proc/30376/task/30377/stat : 30377 (java) R 30374 30376 29047 0 -1 4202560 512785 0 1 0 570 57 0 0 25 0 19 0 834263663 10808135680 521208 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 46912505670123 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30376/tid=30379] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30379/stat : 30379 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10808135680 521210 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30380] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30380/stat : 30380 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10808135680 521212 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30381] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30381/stat : 30381 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10808135680 521215 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30382] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30382/stat : 30382 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10808135680 521217 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30383] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30383/stat : 30383 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10808135680 521219 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30384] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30384/stat : 30384 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10808135680 521220 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30385] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30385/stat : 30385 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10808135680 521222 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30386] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30386/stat : 30386 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263665 10808135680 521224 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30387] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30387/stat : 30387 (java) S 30374 30376 29047 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 834263666 10808135680 521226 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 0 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30388] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30388/stat : 30388 (java) S 30374 30376 29047 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 834263666 10808135680 521227 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30389] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30389/stat : 30389 (java) S 30374 30376 29047 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 834263666 10808135680 521229 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30390] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30390/stat : 30390 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263669 10808135680 521231 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134537649 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30391] ppid=30374 vsize=10554820 CPUtime=0.82 cores=0,2,4,6
/proc/30376/task/30391/stat : 30391 (java) S 30374 30376 29047 0 -1 4202560 5598 0 0 0 81 1 0 0 15 0 19 0 834263669 10808135680 521233 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 4 0 0 0
[pid=30376/tid=30392] ppid=30374 vsize=10554820 CPUtime=0.68 cores=0,2,4,6
/proc/30376/task/30392/stat : 30392 (java) S 30374 30376 29047 0 -1 4202560 5954 0 0 0 67 1 0 0 15 0 19 0 834263669 10808135680 521238 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0

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

/proc/30376/task/30389/stat : 30389 (java) S 30374 30376 29047 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834263666 10808135680 937478 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30390] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30390/stat : 30390 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263669 10808135680 937478 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134537649 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30391] ppid=30374 vsize=10554820 CPUtime=0.9 cores=0,2,4,6
/proc/30376/task/30391/stat : 30391 (java) S 30374 30376 29047 0 -1 4202560 5602 0 0 0 89 1 0 0 15 0 19 0 834263669 10808135680 937478 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 4 0 0 0
[pid=30376/tid=30392] ppid=30374 vsize=10554820 CPUtime=1.51 cores=0,2,4,6
/proc/30376/task/30392/stat : 30392 (java) S 30374 30376 29047 0 -1 4202560 13416 0 0 0 149 2 0 0 16 0 19 0 834263669 10808135680 937478 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30393] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30393/stat : 30393 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263669 10808135680 937478 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30394] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30394/stat : 30394 (java) S 30374 30376 29047 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 834263669 10808135680 937478 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 4 0 16800975 18446604445722146752 0 0 -1 0 0 0 0
[pid=30376/tid=30395] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30395/stat : 30395 (java) S 30374 30376 29047 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834263693 10808135680 937478 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1668.15
Current children cumulated vsize (KiB) 10554820

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/498 30489
/proc/meminfo: memFree=21035948/32951124 swapFree=41830676/67111528
[pid=30376] ppid=30374 vsize=10554820 CPUtime=1728.26 cores=0,2,4,6
/proc/30376/stat : 30376 (java) S 30374 30376 29047 0 -1 4202496 950849 0 1 0 172713 113 0 0 25 0 19 0 834263662 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30376/statm: 2638705 938401 2268 9 0 2629439 0
[pid=30376/tid=30377] ppid=30374 vsize=10554820 CPUtime=1720.05 cores=0,2,4,6
/proc/30376/task/30377/stat : 30377 (java) R 30374 30376 29047 0 -1 4202560 826890 0 1 0 171914 91 0 0 25 0 19 0 834263663 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 46912505668510 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30376/tid=30379] ppid=30374 vsize=10554820 CPUtime=0.64 cores=0,2,4,6
/proc/30376/task/30379/stat : 30379 (java) S 30374 30376 29047 0 -1 4202560 13379 0 0 0 63 1 0 0 15 0 19 0 834263665 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30380] ppid=30374 vsize=10554820 CPUtime=0.64 cores=0,2,4,6
/proc/30376/task/30380/stat : 30380 (java) S 30374 30376 29047 0 -1 4202560 12295 0 0 0 63 1 0 0 15 0 19 0 834263665 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 4 0 0 0
[pid=30376/tid=30381] ppid=30374 vsize=10554820 CPUtime=0.66 cores=0,2,4,6
/proc/30376/task/30381/stat : 30381 (java) S 30374 30376 29047 0 -1 4202560 13198 0 0 0 64 2 0 0 15 0 19 0 834263665 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 0 0 0 0
[pid=30376/tid=30382] ppid=30374 vsize=10554820 CPUtime=0.62 cores=0,2,4,6
/proc/30376/task/30382/stat : 30382 (java) S 30374 30376 29047 0 -1 4202560 10389 0 0 0 61 1 0 0 15 0 19 0 834263665 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30383] ppid=30374 vsize=10554820 CPUtime=0.65 cores=0,2,4,6
/proc/30376/task/30383/stat : 30383 (java) S 30374 30376 29047 0 -1 4202560 11120 0 0 0 63 2 0 0 16 0 19 0 834263665 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30384] ppid=30374 vsize=10554820 CPUtime=0.62 cores=0,2,4,6
/proc/30376/task/30384/stat : 30384 (java) S 30374 30376 29047 0 -1 4202560 9808 0 0 0 61 1 0 0 15 0 19 0 834263665 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 4 0 0 0
[pid=30376/tid=30385] ppid=30374 vsize=10554820 CPUtime=0.61 cores=0,2,4,6
/proc/30376/task/30385/stat : 30385 (java) S 30374 30376 29047 0 -1 4202560 11894 0 0 0 59 2 0 0 16 0 19 0 834263665 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 0 0 0 0
[pid=30376/tid=30386] ppid=30374 vsize=10554820 CPUtime=0.62 cores=0,2,4,6
/proc/30376/task/30386/stat : 30386 (java) S 30374 30376 29047 0 -1 4202560 9848 0 0 0 60 2 0 0 16 0 19 0 834263665 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 0 0 0 0
[pid=30376/tid=30387] ppid=30374 vsize=10554820 CPUtime=0.62 cores=0,2,4,6
/proc/30376/task/30387/stat : 30387 (java) S 30374 30376 29047 0 -1 4202560 11760 0 0 0 60 2 0 0 15 0 19 0 834263666 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 0 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30388] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30388/stat : 30388 (java) S 30374 30376 29047 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834263666 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30389] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30389/stat : 30389 (java) S 30374 30376 29047 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834263666 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30390] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30390/stat : 30390 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263669 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134537649 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30391] ppid=30374 vsize=10554820 CPUtime=0.9 cores=0,2,4,6
/proc/30376/task/30391/stat : 30391 (java) S 30374 30376 29047 0 -1 4202560 5602 0 0 0 89 1 0 0 15 0 19 0 834263669 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 4 0 0 0
[pid=30376/tid=30392] ppid=30374 vsize=10554820 CPUtime=1.51 cores=0,2,4,6
/proc/30376/task/30392/stat : 30392 (java) S 30374 30376 29047 0 -1 4202560 13416 0 0 0 149 2 0 0 16 0 19 0 834263669 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30393] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30393/stat : 30393 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263669 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30394] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30394/stat : 30394 (java) S 30374 30376 29047 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 834263669 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 4 0 16800975 18446604445722146752 0 0 -1 0 0 0 0
[pid=30376/tid=30395] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30395/stat : 30395 (java) S 30374 30376 29047 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834263693 10808135680 938401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1728.26
Current children cumulated vsize (KiB) 10554820

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/498 30490
/proc/meminfo: memFree=21030716/32951124 swapFree=41830676/67111528
[pid=30376] ppid=30374 vsize=10554820 CPUtime=1788.36 cores=0,2,4,6
/proc/30376/stat : 30376 (java) S 30374 30376 29047 0 -1 4202496 951884 0 1 0 178723 113 0 0 25 0 19 0 834263662 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30376/statm: 2638705 939401 2268 9 0 2629439 0
[pid=30376/tid=30377] ppid=30374 vsize=10554820 CPUtime=1779.99 cores=0,2,4,6
/proc/30376/task/30377/stat : 30377 (java) R 30374 30376 29047 0 -1 4202560 826893 0 1 0 177908 91 0 0 25 0 19 0 834263663 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 46912505597843 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30376/tid=30379] ppid=30374 vsize=10554820 CPUtime=0.65 cores=0,2,4,6
/proc/30376/task/30379/stat : 30379 (java) S 30374 30376 29047 0 -1 4202560 13497 0 0 0 64 1 0 0 16 0 19 0 834263665 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30380] ppid=30374 vsize=10554820 CPUtime=0.66 cores=0,2,4,6
/proc/30376/task/30380/stat : 30380 (java) S 30374 30376 29047 0 -1 4202560 12365 0 0 0 65 1 0 0 15 0 19 0 834263665 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 0 0 0 0
[pid=30376/tid=30381] ppid=30374 vsize=10554820 CPUtime=0.69 cores=0,2,4,6
/proc/30376/task/30381/stat : 30381 (java) S 30374 30376 29047 0 -1 4202560 13361 0 0 0 67 2 0 0 16 0 19 0 834263665 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30382] ppid=30374 vsize=10554820 CPUtime=0.67 cores=0,2,4,6
/proc/30376/task/30382/stat : 30382 (java) S 30374 30376 29047 0 -1 4202560 10735 0 0 0 66 1 0 0 16 0 19 0 834263665 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 0 0 0 0
[pid=30376/tid=30383] ppid=30374 vsize=10554820 CPUtime=0.66 cores=0,2,4,6
/proc/30376/task/30383/stat : 30383 (java) S 30374 30376 29047 0 -1 4202560 11171 0 0 0 64 2 0 0 15 0 19 0 834263665 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30384] ppid=30374 vsize=10554820 CPUtime=0.63 cores=0,2,4,6
/proc/30376/task/30384/stat : 30384 (java) S 30374 30376 29047 0 -1 4202560 9911 0 0 0 62 1 0 0 16 0 19 0 834263665 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 4 0 0 0
[pid=30376/tid=30385] ppid=30374 vsize=10554820 CPUtime=0.63 cores=0,2,4,6
/proc/30376/task/30385/stat : 30385 (java) S 30374 30376 29047 0 -1 4202560 12067 0 0 0 61 2 0 0 15 0 19 0 834263665 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 4 0 0 0
[pid=30376/tid=30386] ppid=30374 vsize=10554820 CPUtime=0.62 cores=0,2,4,6
/proc/30376/task/30386/stat : 30386 (java) S 30374 30376 29047 0 -1 4202560 9848 0 0 0 60 2 0 0 15 0 19 0 834263665 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 4 0 0 0
[pid=30376/tid=30387] ppid=30374 vsize=10554820 CPUtime=0.62 cores=0,2,4,6
/proc/30376/task/30387/stat : 30387 (java) S 30374 30376 29047 0 -1 4202560 11764 0 0 0 60 2 0 0 15 0 19 0 834263666 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 0 0 16800975 18446604445722146752 0 0 -1 0 0 0 0
[pid=30376/tid=30388] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30388/stat : 30388 (java) S 30374 30376 29047 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834263666 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30389] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30389/stat : 30389 (java) S 30374 30376 29047 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834263666 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30390] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30390/stat : 30390 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263669 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134537649 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30391] ppid=30374 vsize=10554820 CPUtime=0.9 cores=0,2,4,6
/proc/30376/task/30391/stat : 30391 (java) S 30374 30376 29047 0 -1 4202560 5602 0 0 0 89 1 0 0 15 0 19 0 834263669 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 4 0 0 0
[pid=30376/tid=30392] ppid=30374 vsize=10554820 CPUtime=1.51 cores=0,2,4,6
/proc/30376/task/30392/stat : 30392 (java) S 30374 30376 29047 0 -1 4202560 13416 0 0 0 149 2 0 0 16 0 19 0 834263669 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30393] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30393/stat : 30393 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263669 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30394] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30394/stat : 30394 (java) S 30374 30376 29047 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 834263669 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 4 0 16800975 18446604445722146752 0 0 -1 0 0 0 0
[pid=30376/tid=30395] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30395/stat : 30395 (java) S 30374 30376 29047 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834263693 10808135680 939401 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1788.36
Current children cumulated vsize (KiB) 10554820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/498 30491
/proc/meminfo: memFree=21029968/32951124 swapFree=41830676/67111528
[pid=30376] ppid=30374 vsize=10554820 CPUtime=1800.01 cores=0,2,4,6
/proc/30376/stat : 30376 (java) S 30374 30376 29047 0 -1 4202496 952155 0 1 0 179888 113 0 0 25 0 19 0 834263662 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30376/statm: 2638705 939666 2268 9 0 2629439 0
[pid=30376/tid=30377] ppid=30374 vsize=10554820 CPUtime=1791.6 cores=0,2,4,6
/proc/30376/task/30377/stat : 30377 (java) R 30374 30376 29047 0 -1 4202560 826894 0 1 0 179069 91 0 0 25 0 19 0 834263663 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 46912505668428 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30376/tid=30379] ppid=30374 vsize=10554820 CPUtime=0.65 cores=0,2,4,6
/proc/30376/task/30379/stat : 30379 (java) S 30374 30376 29047 0 -1 4202560 13497 0 0 0 64 1 0 0 15 0 19 0 834263665 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30380] ppid=30374 vsize=10554820 CPUtime=0.66 cores=0,2,4,6
/proc/30376/task/30380/stat : 30380 (java) S 30374 30376 29047 0 -1 4202560 12365 0 0 0 65 1 0 0 15 0 19 0 834263665 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 0 0 0 0
[pid=30376/tid=30381] ppid=30374 vsize=10554820 CPUtime=0.7 cores=0,2,4,6
/proc/30376/task/30381/stat : 30381 (java) S 30374 30376 29047 0 -1 4202560 13436 0 0 0 68 2 0 0 16 0 19 0 834263665 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30382] ppid=30374 vsize=10554820 CPUtime=0.69 cores=0,2,4,6
/proc/30376/task/30382/stat : 30382 (java) S 30374 30376 29047 0 -1 4202560 10774 0 0 0 68 1 0 0 16 0 19 0 834263665 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 0 0 0 0
[pid=30376/tid=30383] ppid=30374 vsize=10554820 CPUtime=0.67 cores=0,2,4,6
/proc/30376/task/30383/stat : 30383 (java) S 30374 30376 29047 0 -1 4202560 11234 0 0 0 65 2 0 0 16 0 19 0 834263665 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30384] ppid=30374 vsize=10554820 CPUtime=0.63 cores=0,2,4,6
/proc/30376/task/30384/stat : 30384 (java) S 30374 30376 29047 0 -1 4202560 9911 0 0 0 62 1 0 0 15 0 19 0 834263665 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 4 0 0 0
[pid=30376/tid=30385] ppid=30374 vsize=10554820 CPUtime=0.63 cores=0,2,4,6
/proc/30376/task/30385/stat : 30385 (java) S 30374 30376 29047 0 -1 4202560 12067 0 0 0 61 2 0 0 15 0 19 0 834263665 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 4 0 0 0
[pid=30376/tid=30386] ppid=30374 vsize=10554820 CPUtime=0.63 cores=0,2,4,6
/proc/30376/task/30386/stat : 30386 (java) S 30374 30376 29047 0 -1 4202560 9941 0 0 0 61 2 0 0 16 0 19 0 834263665 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 4 0 0 0
[pid=30376/tid=30387] ppid=30374 vsize=10554820 CPUtime=0.62 cores=0,2,4,6
/proc/30376/task/30387/stat : 30387 (java) S 30374 30376 29047 0 -1 4202560 11764 0 0 0 60 2 0 0 15 0 19 0 834263666 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 0 0 16800975 18446604445722146752 0 0 -1 0 0 0 0
[pid=30376/tid=30388] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30388/stat : 30388 (java) S 30374 30376 29047 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 834263666 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30389] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30389/stat : 30389 (java) S 30374 30376 29047 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 834263666 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30390] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30390/stat : 30390 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263669 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134537649 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30391] ppid=30374 vsize=10554820 CPUtime=0.9 cores=0,2,4,6
/proc/30376/task/30391/stat : 30391 (java) S 30374 30376 29047 0 -1 4202560 5602 0 0 0 89 1 0 0 15 0 19 0 834263669 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 4 0 0 0
[pid=30376/tid=30392] ppid=30374 vsize=10554820 CPUtime=1.51 cores=0,2,4,6
/proc/30376/task/30392/stat : 30392 (java) S 30374 30376 29047 0 -1 4202560 13416 0 0 0 149 2 0 0 16 0 19 0 834263669 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
[pid=30376/tid=30393] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30393/stat : 30393 (java) S 30374 30376 29047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 834263669 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134529945 0 4 0 16800975 18446604445722146752 0 0 -1 2 0 0 0
[pid=30376/tid=30394] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30394/stat : 30394 (java) S 30374 30376 29047 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 834263669 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 4 0 16800975 18446604445722146752 0 0 -1 0 0 0 0
[pid=30376/tid=30395] ppid=30374 vsize=10554820 CPUtime=0 cores=0,2,4,6
/proc/30376/task/30395/stat : 30395 (java) S 30374 30376 29047 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 834263693 10808135680 939666 33554432000 1073741824 1073778376 140734214030832 18446744073709551615 228134530560 0 4 0 16800975 18446604445722146752 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10554820

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

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

[startup+1794.02 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 30494
/proc/meminfo: memFree=22688152/32951124 swapFree=41830676/67111528
[pid=30376] ppid=30374 vsize=0 CPUtime=1800.17 cores=0,2,4,6
/proc/30376/stat : 30376 (java) Z 30374 30376 29047 0 -1 4203548 952185 0 1 0 179896 121 0 0 17 0 2 0 834263662 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30376/statm: 0 0 0 0 0 0 0
[pid=30376/tid=30393] ppid=30374 vsize=0 CPUtime=0.07 cores=0,2,4,6
/proc/30376/task/30393/stat : 30393 (java) R 30374 30376 29047 0 -1 4203588 1 0 0 0 0 7 0 0 18 0 2 0 834263669 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.1
CPU time (s): 1800.24
CPU user time (s): 1798.96
CPU system time (s): 1.27781
CPU usage (%): 100.342
Max. virtual memory (cumulated for all children) (KiB): 10557312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.2778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 952185
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= 39930
involuntary context switches= 16560

runsolver used 9.1766 second user time and 18.5952 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-05 00:30:57
IDJOB=3456220
IDBENCH=48232
IDSOLVER=1951
FILE ID=node138/3456220-1307226657
RUNJOBID= node138-1307215867-29065
PBS_JOBID= 13509086
Free space on /tmp= 73668 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_5.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456220-1307226657/watcher-3456220-1307226657 -o /tmp/evaluation-result-3456220-1307226657/solver-3456220-1307226657 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456220-1307226657.opb

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

MD5SUM BENCH= 75c62437256ecfefd1c4252ede4b185e
RANDOM SEED=960084231

node138.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.854
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.70
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.854
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	: 5332.75
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.854
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.854
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.854
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.80
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.854
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.854
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.854
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:      24646852 kB
Buffers:        327916 kB
Cached:        1292832 kB
SwapCached:      44568 kB
Active:        6059380 kB
Inactive:      1947176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24646852 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:             492 kB
Writeback:           0 kB
AnonPages:     6352172 kB
Mapped:          24756 kB
Slab:           129488 kB
PageTables:      99748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141018988 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= 73668 MiB
End job on node138 at 2011-06-05 01:00:53