Trace number 3453820

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 Res//CP 2.3.0OPT3 35.8336 18.4099

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=149-P1=19-P2=137-P3=191-P4=223-B.opb
MD5SUM9b762ab9d310cdc754a8481e0a3342a1
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.133979
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 variables96
Total number of constraints9
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 constraints9
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)256
Sum of products size (including duplicates)512
Number of different products256
Sum of products size512

Quality of the solution as a function of time


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

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
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-3453820-1307194276.opb
0.09/0.11	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.062s.
0.09/0.18	c #vars     352
0.09/0.18	c #constraints  525
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 269
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
2.62/0.80	c cleaning 2498 clauses out of 5000 with flag 5000/5000
3.87/1.24	c cleaning 4252 clauses out of 8503 with flag 11001/11001
5.07/1.81	c cleaning 5622 clauses out of 11251 with flag 18001/18001
6.34/2.48	c cleaning 6809 clauses out of 13628 with flag 26000/26000
8.69/3.43	c cleaning 7905 clauses out of 15820 with flag 35001/35001
10.65/4.29	c cleaning 8954 clauses out of 17915 with flag 45001/45001
12.83/5.40	c cleaning 9476 clauses out of 18960 with flag 55000/55000
14.99/6.48	c cleaning 9743 clauses out of 19485 with flag 65001/65001
15.54/6.77	c  And the winner is Resolution
15.70/7.21	c SATISFIABLE
15.70/7.21	c OPTIMIZING...
15.70/7.21	c Got one! Elapsed wall clock time (in seconds):7.092
15.70/7.21	o 17
15.70/7.27	c cleaning 7518 clauses out of 15050 with flag 1000/70309
16.46/7.65	c cleaning 6755 clauses out of 13532 with flag 7000/76309
16.80/7.87	c  And the winner is Resolution
16.94/8.21	c Got one! Elapsed wall clock time (in seconds):8.098
16.94/8.21	o 3
17.10/8.35	c cleaning 6213 clauses out of 12429 with flag 2000/81961
17.89/8.81	c cleaning 6103 clauses out of 12216 with flag 8000/87961
18.82/9.29	c cleaning 6555 clauses out of 13114 with flag 15001/94962
20.03/9.91	c cleaning 7274 clauses out of 14557 with flag 23000/102961
21.78/10.70	c cleaning 8138 clauses out of 16284 with flag 32001/111962
23.33/11.51	c cleaning 9069 clauses out of 18147 with flag 42002/121963
25.08/12.44	c cleaning 9532 clauses out of 19077 with flag 52001/131962
26.83/13.37	c cleaning 9773 clauses out of 19546 with flag 62002/141963
28.82/14.34	c cleaning 9884 clauses out of 19771 with flag 72001/151962
30.76/15.39	c cleaning 9940 clauses out of 19888 with flag 82002/161963
32.67/16.37	c cleaning 9971 clauses out of 19945 with flag 92000/171961
34.41/17.29	c cleaning 9988 clauses out of 19975 with flag 102001/181962
35.59/17.84	c  And the winner is Resolution
35.71/18.37	c starts		: 107
35.71/18.37	c conflicts		: 188913
35.71/18.37	c decisions		: 196933
35.71/18.37	c propagations		: 3696504
35.71/18.37	c inspects		: 130442496
35.71/18.37	c shortcuts		: 0
35.71/18.37	c learnt literals	: 15
35.71/18.37	c learnt binary clauses	: 58
35.71/18.37	c learnt ternary clauses	: 198
35.71/18.37	c learnt constraints	: 188897
35.71/18.37	c ignored constraints	: 0
35.71/18.37	c root simplifications	: 0
35.71/18.37	c removed literals (reason simplification)	: 6063821
35.71/18.37	c reason swapping (by a shorter reason)	: 0
35.71/18.37	c Calls to reduceDB	: 22
35.71/18.37	c number of reductions to clauses (during analyze)	: 0
35.71/18.37	c number of learned constraints concerned by reduction	: 0
35.71/18.37	c number of learning phase by resolution	: 0
35.71/18.37	c number of learning phase by cutting planes	: 0
35.71/18.37	c speed (assignments/second)	: 363864.9473373363
35.71/18.37	c non guided choices	1040
35.71/18.37	c learnt constraints type 
35.71/18.37	c constraints type 
35.71/18.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256
35.71/18.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 269
35.71/18.37	c constraints type 
35.71/18.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
35.71/18.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
35.71/18.37	s OPTIMUM FOUND
35.71/18.37	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 
35.71/18.37	c objective function=3
35.71/18.37	c Total wall clock time (in seconds): 18.258

Verifier Data

OK	3

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.12 3.78 3.75 5/529 10158
/proc/meminfo: memFree=15229112/32951132 swapFree=46579808/67111528
[pid=10156] ppid=10153 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/10156/stat : 10156 (java) S 10153 10156 4029 0 -1 4202496 1671 0 1 0 0 0 0 0 21 0 2 0 831026226 10681323520 1372 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982352869 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/10156/statm: 2607745 1387 906 9 0 2598901 0
[pid=10156/tid=10160] ppid=10153 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10160/stat : 10160 (java) R 10153 10156 4029 0 -1 4202560 5744 0 1 0 0 0 0 0 22 0 2 0 831026227 10694979584 6560 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242970244155 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.027025 s]
/proc/loadavg: 3.12 3.78 3.75 5/529 10158
/proc/meminfo: memFree=15229112/32951132 swapFree=46579808/67111528
[pid=10156] ppid=10153 vsize=10453028 CPUtime=0.02 cores=0,2,4,6
/proc/10156/stat : 10156 (java) S 10153 10156 4029 0 -1 4202496 10010 0 1 0 1 1 0 0 21 0 10 0 831026226 10703900672 9711 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982352869 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/10156/statm: 2613257 9713 991 9 0 2604413 0
[pid=10156/tid=10160] ppid=10153 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10160/stat : 10160 (java) R 10153 10156 4029 0 -1 4202560 8890 0 1 0 0 0 0 0 25 0 10 0 831026227 10703900672 9715 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 47545069191168 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10453028

[startup+0.100977 s]
/proc/loadavg: 3.12 3.78 3.75 5/529 10158
/proc/meminfo: memFree=15229112/32951132 swapFree=46579808/67111528
[pid=10156] ppid=10153 vsize=10539528 CPUtime=0.09 cores=0,2,4,6
/proc/10156/stat : 10156 (java) S 10153 10156 4029 0 -1 4202496 12834 0 1 0 8 1 0 0 21 0 18 0 831026226 10792476672 12530 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10156/statm: 2634882 12530 2090 9 0 2625616 0
[pid=10156/tid=10160] ppid=10153 vsize=10539528 CPUtime=0.08 cores=0,2,4,6
/proc/10156/task/10160/stat : 10160 (java) R 10153 10156 4029 0 -1 4202560 11090 0 1 0 7 1 0 0 18 0 18 0 831026227 10792476672 12530 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 46912505228100 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) 10539528

[startup+0.300913 s]
/proc/loadavg: 3.12 3.78 3.75 5/529 10158
/proc/meminfo: memFree=15229112/32951132 swapFree=46579808/67111528
[pid=10156] ppid=10153 vsize=10550504 CPUtime=0.64 cores=0,2,4,6
/proc/10156/stat : 10156 (java) S 10153 10156 4029 0 -1 4202496 17208 0 1 0 62 2 0 0 21 0 22 0 831026226 10803716096 16294 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10156/statm: 2637626 16294 2189 9 0 2628360 0
[pid=10156/tid=10160] ppid=10153 vsize=10550504 CPUtime=0.16 cores=0,2,4,6
/proc/10156/task/10160/stat : 10160 (java) S 10153 10156 4029 0 -1 4202560 11799 0 1 0 15 1 0 0 19 0 22 0 831026227 10803716096 16294 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 10550504

[startup+0.700846 s]
/proc/loadavg: 3.12 3.78 3.75 5/529 10158
/proc/meminfo: memFree=15229112/32951132 swapFree=46579808/67111528
[pid=10156] ppid=10153 vsize=10558504 CPUtime=2.22 cores=0,2,4,6
/proc/10156/stat : 10156 (java) S 10153 10156 4029 0 -1 4202496 41178 0 1 0 216 6 0 0 21 0 22 0 831026226 10811908096 36532 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10156/statm: 2639626 36533 2218 9 0 2630360 0
[pid=10156/tid=10160] ppid=10153 vsize=10558504 CPUtime=0.16 cores=0,2,4,6
/proc/10156/task/10160/stat : 10160 (java) S 10153 10156 4029 0 -1 4202560 11799 0 1 0 15 1 0 0 15 0 22 0 831026227 10811908096 36534 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 10558504

[startup+1.50082 s]
/proc/loadavg: 3.12 3.78 3.75 5/570 10206
/proc/meminfo: memFree=14872300/32951132 swapFree=46579808/67111528
[pid=10156] ppid=10153 vsize=10558280 CPUtime=4.45 cores=0,2,4,6
/proc/10156/stat : 10156 (java) S 10153 10156 4029 0 -1 4202496 76612 0 1 0 435 10 0 0 21 0 22 0 831026226 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10156/statm: 2639570 67443 2249 9 0 2630304 0
[pid=10156/tid=10160] ppid=10153 vsize=10558280 CPUtime=0.16 cores=0,2,4,6
/proc/10156/task/10160/stat : 10160 (java) S 10153 10156 4029 0 -1 4202560 11799 0 1 0 15 1 0 0 15 0 22 0 831026227 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10163] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10163/stat : 10163 (java) S 10153 10156 4029 0 -1 4202560 394 0 0 0 0 0 0 0 16 0 22 0 831026229 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10165] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10165/stat : 10165 (java) S 10153 10156 4029 0 -1 4202560 449 0 0 0 0 0 0 0 16 0 22 0 831026229 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
[pid=10156/tid=10166] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10166/stat : 10166 (java) S 10153 10156 4029 0 -1 4202560 217 0 0 0 0 0 0 0 16 0 22 0 831026229 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10168] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10168/stat : 10168 (java) S 10153 10156 4029 0 -1 4202560 166 0 0 0 0 0 0 0 16 0 22 0 831026229 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10170] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10170/stat : 10170 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10172] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10172/stat : 10172 (java) S 10153 10156 4029 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10174] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10174/stat : 10174 (java) S 10153 10156 4029 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10176] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10176/stat : 10176 (java) S 10153 10156 4029 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10179] ppid=10153 vsize=10558280 CPUtime=0.03 cores=0,2,4,6
/proc/10156/task/10179/stat : 10179 (java) S 10153 10156 4029 0 -1 4202560 1218 0 0 0 3 0 0 0 16 0 22 0 831026230 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 0 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10181] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10181/stat : 10181 (java) S 10153 10156 4029 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 831026230 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10183] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10183/stat : 10183 (java) S 10153 10156 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831026230 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10189] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10189/stat : 10189 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831026233 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982373809 0 4 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10191] ppid=10153 vsize=10558280 CPUtime=0.78 cores=0,2,4,6
/proc/10156/task/10191/stat : 10191 (java) S 10153 10156 4029 0 -1 4202560 7397 0 0 0 77 1 0 0 17 0 22 0 831026233 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10195] ppid=10153 vsize=10558280 CPUtime=0.89 cores=0,2,4,6
/proc/10156/task/10195/stat : 10195 (java) S 10153 10156 4029 0 -1 4202560 9396 0 0 0 88 1 0 0 25 0 22 0 831026233 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
[pid=10156/tid=10197] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10197/stat : 10197 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831026233 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10198] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10198/stat : 10198 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831026233 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10203] ppid=10153 vsize=10558280 CPUtime=1.27 cores=0,2,4,6
/proc/10156/task/10203/stat : 10203 (java) R 10153 10156 4029 0 -1 4202560 667 0 0 0 127 0 0 0 22 0 22 0 831026245 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 46912505638226 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10156/tid=10204] ppid=10153 vsize=10558280 CPUtime=1.27 cores=0,2,4,6
/proc/10156/task/10204/stat : 10204 (java) R 10153 10156 4029 0 -1 4202560 43579 0 0 0 121 6 0 0 24 0 22 0 831026245 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 46912505608413 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10156/tid=10205] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10205/stat : 10205 (java) S 10153 10156 4029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 831026245 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
[pid=10156/tid=10206] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10206/stat : 10206 (java) S 10153 10156 4029 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831026245 10811678720 67443 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 10558280

[startup+3.10151 s]
/proc/loadavg: 3.11 3.76 3.75 4/570 10213
/proc/meminfo: memFree=14624052/32951132 swapFree=46579808/67111528
[pid=10156] ppid=10153 vsize=10558280 CPUtime=8.09 cores=0,2,4,6
/proc/10156/stat : 10156 (java) S 10153 10156 4029 0 -1 4202496 113037 0 1 0 791 18 0 0 21 0 22 0 831026226 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10156/statm: 2639570 99981 2256 9 0 2630304 0
[pid=10156/tid=10160] ppid=10153 vsize=10558280 CPUtime=0.16 cores=0,2,4,6
/proc/10156/task/10160/stat : 10160 (java) S 10153 10156 4029 0 -1 4202560 11799 0 1 0 15 1 0 0 15 0 22 0 831026227 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10163] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10163/stat : 10163 (java) S 10153 10156 4029 0 -1 4202560 394 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10165] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10165/stat : 10165 (java) S 10153 10156 4029 0 -1 4202560 467 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10166] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10166/stat : 10166 (java) S 10153 10156 4029 0 -1 4202560 217 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10168] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10168/stat : 10168 (java) S 10153 10156 4029 0 -1 4202560 166 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10170] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10170/stat : 10170 (java) S 10153 10156 4029 0 -1 4202560 36 0 0 0 0 0 0 0 16 0 22 0 831026229 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10172] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10172/stat : 10172 (java) S 10153 10156 4029 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10174] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10174/stat : 10174 (java) S 10153 10156 4029 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10176] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10176/stat : 10176 (java) S 10153 10156 4029 0 -1 4202560 234 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10179] ppid=10153 vsize=10558280 CPUtime=0.09 cores=0,2,4,6
/proc/10156/task/10179/stat : 10179 (java) S 10153 10156 4029 0 -1 4202560 2078 0 0 0 9 0 0 0 15 0 22 0 831026230 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 0 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10181] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10181/stat : 10181 (java) S 10153 10156 4029 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 831026230 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10183] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10183/stat : 10183 (java) S 10153 10156 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831026230 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10189] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10189/stat : 10189 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831026233 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982373809 0 4 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10191] ppid=10153 vsize=10558280 CPUtime=1.11 cores=0,2,4,6
/proc/10156/task/10191/stat : 10191 (java) S 10153 10156 4029 0 -1 4202560 11372 0 0 0 110 1 0 0 15 0 22 0 831026233 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
[pid=10156/tid=10195] ppid=10153 vsize=10558280 CPUtime=1.03 cores=0,2,4,6
/proc/10156/task/10195/stat : 10195 (java) S 10153 10156 4029 0 -1 4202560 9418 0 0 0 101 2 0 0 15 0 22 0 831026233 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10197] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10197/stat : 10197 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831026233 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10198] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10198/stat : 10198 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 2 0 0 15 0 22 0 831026233 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10203] ppid=10153 vsize=10558280 CPUtime=2.8 cores=0,2,4,6
/proc/10156/task/10203/stat : 10203 (java) R 10153 10156 4029 0 -1 4202560 672 0 0 0 280 0 0 0 25 0 22 0 831026245 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 46912505638226 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10156/tid=10204] ppid=10153 vsize=10558280 CPUtime=2.79 cores=0,2,4,6
/proc/10156/task/10204/stat : 10204 (java) R 10153 10156 4029 0 -1 4202560 74820 0 0 0 270 9 0 0 25 0 22 0 831026245 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 46912505615681 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10156/tid=10205] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10205/stat : 10205 (java) S 10153 10156 4029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 831026245 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
[pid=10156/tid=10206] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10206/stat : 10206 (java) S 10153 10156 4029 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831026245 10811678720 99981 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 10558280

[startup+6.30098 s]
/proc/loadavg: 3.11 3.76 3.75 6/573 10216
/proc/meminfo: memFree=14061848/32951132 swapFree=46579808/67111528
[pid=10156] ppid=10153 vsize=10558280 CPUtime=14.79 cores=0,2,4,6
/proc/10156/stat : 10156 (java) S 10153 10156 4029 0 -1 4202496 170624 0 1 0 1453 26 0 0 21 0 22 0 831026226 10811678720 154408 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10156/statm: 2639570 154408 2256 9 0 2630304 0
[pid=10156/tid=10160] ppid=10153 vsize=10558280 CPUtime=0.16 cores=0,2,4,6
/proc/10156/task/10160/stat : 10160 (java) S 10153 10156 4029 0 -1 4202560 11799 0 1 0 15 1 0 0 15 0 22 0 831026227 10811678720 154408 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10163] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10163/stat : 10163 (java) S 10153 10156 4029 0 -1 4202560 456 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 154408 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10165] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10165/stat : 10165 (java) S 10153 10156 4029 0 -1 4202560 535 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 154408 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10166] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10166/stat : 10166 (java) S 10153 10156 4029 0 -1 4202560 249 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 154408 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10168] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10168/stat : 10168 (java) S 10153 10156 4029 0 -1 4202560 214 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 154408 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10170] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10170/stat : 10170 (java) S 10153 10156 4029 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 154408 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10172] ppid=10153 vsize=10558280 CPUtime=0.01 cores=0,2,4,6
/proc/10156/task/10172/stat : 10172 (java) S 10153 10156 4029 0 -1 4202560 282 0 0 0 1 0 0 0 15 0 22 0 831026229 10811678720 154408 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10174] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10174/stat : 10174 (java) S 10153 10156 4029 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 154408 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10176] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10176/stat : 10176 (java) S 10153 10156 4029 0 -1 4202560 234 0 0 0 0 0 0 0 15 0 22 0 831026229 10811678720 154408 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0

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

[pid=10156/tid=10191] ppid=10153 vsize=10558280 CPUtime=1.55 cores=0,2,4,6
/proc/10156/task/10191/stat : 10191 (java) S 10153 10156 4029 0 -1 4202560 14558 0 0 0 154 1 0 0 15 0 22 0 831026233 10811678720 168867 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
[pid=10156/tid=10195] ppid=10153 vsize=10558280 CPUtime=1.03 cores=0,2,4,6
/proc/10156/task/10195/stat : 10195 (java) S 10153 10156 4029 0 -1 4202560 9418 0 0 0 101 2 0 0 15 0 22 0 831026233 10811678720 168867 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10197] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10197/stat : 10197 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831026233 10811678720 168867 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10198] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10198/stat : 10198 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 2 0 0 15 0 22 0 831026233 10811678720 168867 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
[pid=10156/tid=10205] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10205/stat : 10205 (java) S 10153 10156 4029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 831026245 10811678720 168867 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
[pid=10156/tid=10220] ppid=10153 vsize=10558280 CPUtime=7.14 cores=0,2,4,6
/proc/10156/task/10220/stat : 10220 (java) R 10153 10156 4029 0 -1 4202560 13 0 0 0 714 0 0 0 22 0 22 0 831027048 10811678720 168867 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 46912505576832 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10156/tid=10221] ppid=10153 vsize=10558280 CPUtime=7.13 cores=0,2,4,6
/proc/10156/task/10221/stat : 10221 (java) R 10153 10156 4029 0 -1 4202560 5 0 0 0 713 0 0 0 25 0 22 0 831027048 10811678720 168867 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 46912505627443 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10156/tid=10222] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10222/stat : 10222 (java) S 10153 10156 4029 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831027048 10811678720 168867 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 31.87
Current children cumulated vsize (KiB) 10558280

[startup+17.501 s]
/proc/loadavg: 3.22 3.76 3.75 5/573 10328
/proc/meminfo: memFree=14259584/32951132 swapFree=46579808/67111528
[pid=10156] ppid=10153 vsize=10558280 CPUtime=35.01 cores=0,2,4,6
/proc/10156/stat : 10156 (java) S 10153 10156 4029 0 -1 4202496 185542 0 1 0 3473 28 0 0 21 0 22 0 831026226 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10156/statm: 2639570 169303 2257 9 0 2630304 0
[pid=10156/tid=10160] ppid=10153 vsize=10558280 CPUtime=0.16 cores=0,2,4,6
/proc/10156/task/10160/stat : 10160 (java) S 10153 10156 4029 0 -1 4202560 11800 0 1 0 15 1 0 0 15 0 22 0 831026227 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10163] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10163/stat : 10163 (java) S 10153 10156 4029 0 -1 4202560 456 0 0 0 2 0 0 0 16 0 22 0 831026229 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10165] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10165/stat : 10165 (java) S 10153 10156 4029 0 -1 4202560 540 0 0 0 2 0 0 0 15 0 22 0 831026229 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10166] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10166/stat : 10166 (java) S 10153 10156 4029 0 -1 4202560 250 0 0 0 2 0 0 0 16 0 22 0 831026229 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10168] ppid=10153 vsize=10558280 CPUtime=0.01 cores=0,2,4,6
/proc/10156/task/10168/stat : 10168 (java) S 10153 10156 4029 0 -1 4202560 219 0 0 0 1 0 0 0 16 0 22 0 831026229 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10170] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10170/stat : 10170 (java) S 10153 10156 4029 0 -1 4202560 48 0 0 0 2 0 0 0 15 0 22 0 831026229 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10172] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10172/stat : 10172 (java) S 10153 10156 4029 0 -1 4202560 287 0 0 0 2 0 0 0 15 0 22 0 831026229 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10174] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10174/stat : 10174 (java) S 10153 10156 4029 0 -1 4202560 76 0 0 0 2 0 0 0 15 0 22 0 831026229 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
[pid=10156/tid=10176] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10176/stat : 10176 (java) S 10153 10156 4029 0 -1 4202560 235 0 0 0 2 0 0 0 15 0 22 0 831026229 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10179] ppid=10153 vsize=10558280 CPUtime=0.92 cores=0,2,4,6
/proc/10156/task/10179/stat : 10179 (java) S 10153 10156 4029 0 -1 4202560 6708 0 0 0 91 1 0 0 15 0 22 0 831026230 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 0 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10181] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10181/stat : 10181 (java) S 10153 10156 4029 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 831026230 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10183] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10183/stat : 10183 (java) S 10153 10156 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831026230 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10189] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10189/stat : 10189 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831026233 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982373809 0 4 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10191] ppid=10153 vsize=10558280 CPUtime=1.57 cores=0,2,4,6
/proc/10156/task/10191/stat : 10191 (java) S 10153 10156 4029 0 -1 4202560 14558 0 0 0 156 1 0 0 15 0 22 0 831026233 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10195] ppid=10153 vsize=10558280 CPUtime=1.03 cores=0,2,4,6
/proc/10156/task/10195/stat : 10195 (java) S 10153 10156 4029 0 -1 4202560 9418 0 0 0 101 2 0 0 15 0 22 0 831026233 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
[pid=10156/tid=10197] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10197/stat : 10197 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831026233 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10198] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10198/stat : 10198 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 2 0 0 15 0 22 0 831026233 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10205] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10205/stat : 10205 (java) S 10153 10156 4029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 831026245 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
[pid=10156/tid=10220] ppid=10153 vsize=10558280 CPUtime=8.64 cores=0,2,4,6
/proc/10156/task/10220/stat : 10220 (java) R 10153 10156 4029 0 -1 4202560 14 0 0 0 864 0 0 0 25 0 22 0 831027048 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 46912505560950 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10156/tid=10221] ppid=10153 vsize=10558280 CPUtime=8.64 cores=0,2,4,6
/proc/10156/task/10221/stat : 10221 (java) R 10153 10156 4029 0 -1 4202560 6 0 0 0 864 0 0 0 25 0 22 0 831027048 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 46912505805591 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10156/tid=10222] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10222/stat : 10222 (java) S 10153 10156 4029 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831027048 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 35.01
Current children cumulated vsize (KiB) 10558280

[startup+17.901 s]
/proc/loadavg: 3.22 3.76 3.75 5/573 10328
/proc/meminfo: memFree=14259584/32951132 swapFree=46579808/67111528
[pid=10156] ppid=10153 vsize=10558280 CPUtime=35.69 cores=0,2,4,6
/proc/10156/stat : 10156 (java) S 10153 10156 4029 0 -1 4202496 185542 0 1 0 3541 28 0 0 21 0 19 0 831026226 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10156/statm: 2639570 169303 2257 9 0 2630304 0
[pid=10156/tid=10160] ppid=10153 vsize=10558280 CPUtime=0.16 cores=0,2,4,6
/proc/10156/task/10160/stat : 10160 (java) S 10153 10156 4029 0 -1 4202560 11800 0 1 0 15 1 0 0 15 0 19 0 831026227 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10163] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10163/stat : 10163 (java) S 10153 10156 4029 0 -1 4202560 456 0 0 0 2 0 0 0 16 0 19 0 831026229 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10165] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10165/stat : 10165 (java) S 10153 10156 4029 0 -1 4202560 540 0 0 0 2 0 0 0 15 0 19 0 831026229 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10166] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10166/stat : 10166 (java) S 10153 10156 4029 0 -1 4202560 250 0 0 0 2 0 0 0 16 0 19 0 831026229 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10168] ppid=10153 vsize=10558280 CPUtime=0.01 cores=0,2,4,6
/proc/10156/task/10168/stat : 10168 (java) S 10153 10156 4029 0 -1 4202560 219 0 0 0 1 0 0 0 16 0 19 0 831026229 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10170] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10170/stat : 10170 (java) S 10153 10156 4029 0 -1 4202560 48 0 0 0 2 0 0 0 15 0 19 0 831026229 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10172] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10172/stat : 10172 (java) S 10153 10156 4029 0 -1 4202560 287 0 0 0 2 0 0 0 15 0 19 0 831026229 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10174] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10174/stat : 10174 (java) S 10153 10156 4029 0 -1 4202560 76 0 0 0 2 0 0 0 15 0 19 0 831026229 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
[pid=10156/tid=10176] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10176/stat : 10176 (java) S 10153 10156 4029 0 -1 4202560 235 0 0 0 2 0 0 0 15 0 19 0 831026229 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10179] ppid=10153 vsize=10558280 CPUtime=0.92 cores=0,2,4,6
/proc/10156/task/10179/stat : 10179 (java) S 10153 10156 4029 0 -1 4202560 6708 0 0 0 91 1 0 0 15 0 19 0 831026230 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 0 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10181] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10181/stat : 10181 (java) S 10153 10156 4029 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 831026230 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10183] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10183/stat : 10183 (java) S 10153 10156 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831026230 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10189] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10189/stat : 10189 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831026233 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982373809 0 4 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10191] ppid=10153 vsize=10558280 CPUtime=1.57 cores=0,2,4,6
/proc/10156/task/10191/stat : 10191 (java) S 10153 10156 4029 0 -1 4202560 14558 0 0 0 156 1 0 0 15 0 19 0 831026233 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10195] ppid=10153 vsize=10558280 CPUtime=1.03 cores=0,2,4,6
/proc/10156/task/10195/stat : 10195 (java) S 10153 10156 4029 0 -1 4202560 9418 0 0 0 101 2 0 0 15 0 19 0 831026233 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
[pid=10156/tid=10197] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10197/stat : 10197 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831026233 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10198] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10198/stat : 10198 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 2 0 0 15 0 19 0 831026233 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10205] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10205/stat : 10205 (java) S 10153 10156 4029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 831026245 10811678720 169303 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 35.69
Current children cumulated vsize (KiB) 10558280

[startup+18.3009 s]
/proc/loadavg: 3.22 3.76 3.75 5/573 10328
/proc/meminfo: memFree=14259584/32951132 swapFree=46579808/67111528
[pid=10156] ppid=10153 vsize=10558280 CPUtime=35.71 cores=0,2,4,6
/proc/10156/stat : 10156 (java) S 10153 10156 4029 0 -1 4202496 185543 0 1 0 3543 28 0 0 21 0 19 0 831026226 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10156/statm: 2639570 169304 2257 9 0 2630304 0
[pid=10156/tid=10160] ppid=10153 vsize=10558280 CPUtime=0.18 cores=0,2,4,6
/proc/10156/task/10160/stat : 10160 (java) R 10153 10156 4029 0 -1 4202560 11801 0 1 0 17 1 0 0 15 0 19 0 831026227 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 46912506176767 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10156/tid=10163] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10163/stat : 10163 (java) S 10153 10156 4029 0 -1 4202560 456 0 0 0 2 0 0 0 16 0 19 0 831026229 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10165] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10165/stat : 10165 (java) S 10153 10156 4029 0 -1 4202560 540 0 0 0 2 0 0 0 15 0 19 0 831026229 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10166] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10166/stat : 10166 (java) S 10153 10156 4029 0 -1 4202560 250 0 0 0 2 0 0 0 16 0 19 0 831026229 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 0 0 0 0
[pid=10156/tid=10168] ppid=10153 vsize=10558280 CPUtime=0.01 cores=0,2,4,6
/proc/10156/task/10168/stat : 10168 (java) S 10153 10156 4029 0 -1 4202560 219 0 0 0 1 0 0 0 16 0 19 0 831026229 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10170] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10170/stat : 10170 (java) S 10153 10156 4029 0 -1 4202560 48 0 0 0 2 0 0 0 15 0 19 0 831026229 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10172] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10172/stat : 10172 (java) S 10153 10156 4029 0 -1 4202560 287 0 0 0 2 0 0 0 15 0 19 0 831026229 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10174] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10174/stat : 10174 (java) S 10153 10156 4029 0 -1 4202560 76 0 0 0 2 0 0 0 15 0 19 0 831026229 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
[pid=10156/tid=10176] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10176/stat : 10176 (java) S 10153 10156 4029 0 -1 4202560 235 0 0 0 2 0 0 0 15 0 19 0 831026229 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10179] ppid=10153 vsize=10558280 CPUtime=0.92 cores=0,2,4,6
/proc/10156/task/10179/stat : 10179 (java) S 10153 10156 4029 0 -1 4202560 6708 0 0 0 91 1 0 0 15 0 19 0 831026230 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 0 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10181] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10181/stat : 10181 (java) S 10153 10156 4029 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 831026230 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10183] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10183/stat : 10183 (java) S 10153 10156 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831026230 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10189] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10189/stat : 10189 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831026233 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982373809 0 4 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10191] ppid=10153 vsize=10558280 CPUtime=1.58 cores=0,2,4,6
/proc/10156/task/10191/stat : 10191 (java) S 10153 10156 4029 0 -1 4202560 14558 0 0 0 157 1 0 0 15 0 19 0 831026233 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10195] ppid=10153 vsize=10558280 CPUtime=1.03 cores=0,2,4,6
/proc/10156/task/10195/stat : 10195 (java) S 10153 10156 4029 0 -1 4202560 9418 0 0 0 101 2 0 0 15 0 19 0 831026233 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
[pid=10156/tid=10197] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10197/stat : 10197 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831026233 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366105 0 4 0 16800975 18446604448530219392 0 0 -1 2 0 0 0
[pid=10156/tid=10198] ppid=10153 vsize=10558280 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10198/stat : 10198 (java) S 10153 10156 4029 0 -1 4202560 1 0 0 0 0 2 0 0 15 0 19 0 831026233 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 6 0 0 0
[pid=10156/tid=10205] ppid=10153 vsize=10558280 CPUtime=0 cores=0,2,4,6
/proc/10156/task/10205/stat : 10205 (java) S 10153 10156 4029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 831026245 10811678720 169304 33554432000 1073741824 1073778376 140734389096512 18446744073709551615 242982366720 0 4 0 16800975 18446604448530219392 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 35.71
Current children cumulated vsize (KiB) 10558280

[startup+18.401 s]
/proc/loadavg: 3.22 3.76 3.75 5/573 10328
/proc/meminfo: memFree=14259584/32951132 swapFree=46579808/67111528
[pid=10156] ppid=10153 vsize=0 CPUtime=35.81 cores=0,2,4,6
/proc/10156/stat : 10156 (java) Z 10153 10156 4029 0 -1 4203548 185548 0 1 0 3551 30 0 0 18 0 2 0 831026226 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10156/statm: 0 0 0 0 0 0 0
[pid=10156/tid=10181] ppid=10153 vsize=0 CPUtime=0.02 cores=0,2,4,6
/proc/10156/task/10181/stat : 10181 (java) R 10153 10156 4029 0 -1 4203588 16 0 0 0 0 2 0 0 18 0 2 0 831026230 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 35.81
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 18.4099
CPU time (s): 35.8336
CPU user time (s): 35.5196
CPU system time (s): 0.313952
CPU usage (%): 194.643
Max. virtual memory (cumulated for all children) (KiB): 10569284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.5196
system time used= 0.313952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185548
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= 1467
involuntary context switches= 572

runsolver used 0.096985 second user time and 0.247962 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-04 15:31:16
IDJOB=3453820
IDBENCH=48024
IDSOLVER=1950
FILE ID=node128/3453820-1307194276
RUNJOBID= node128-1307194276-10139
PBS_JOBID= 13508827
Free space on /tmp= 73920 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=149-P1=19-P2=137-P3=191-P4=223-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453820-1307194276/watcher-3453820-1307194276 -o /tmp/evaluation-result-3453820-1307194276/solver-3453820-1307194276 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453820-1307194276.opb

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

MD5SUM BENCH= 9b762ab9d310cdc754a8481e0a3342a1
RANDOM SEED=153465684

node128.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.852
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.852
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.852
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.852
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.852
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.82
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      15229300 kB
Buffers:        333164 kB
Cached:        3486876 kB
SwapCached:      35620 kB
Active:        9026772 kB
Inactive:      8378544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15229300 kB
SwapTotal:    67111528 kB
SwapFree:     46579808 kB
Dirty:             892 kB
Writeback:           0 kB
AnonPages:    13558828 kB
Mapped:          17136 kB
Slab:           134896 kB
PageTables:     112112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 174771888 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73920 MiB
End job on node128 at 2011-06-04 15:31:34