Trace number 4085267

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 PB 2.3.6 Resolution PB16OPT12 39.53 38.4363

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g7x7.opb
MD5SUMcb84e2b94add4387530e3674f52279cd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.001999
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables49
Total number of constraints49
Number of constraints which are clauses49
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 49
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 49
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 49
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4085267-1465232868.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.13	c ... done. Wall clock time 0.017s.
0.10/0.13	c declared #vars     49
0.10/0.13	c #constraints  49
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
0.10/0.13	c 49 constraints processed.
0.10/0.13	c objective function length is 49 literals
0.10/0.13	c SATISFIABLE
0.10/0.13	c OPTIMIZING...
0.10/0.13	c Got one! Elapsed wall clock time (in seconds):0.021
0.10/0.13	o 17
0.10/0.14	c Got one! Elapsed wall clock time (in seconds):0.028
0.10/0.14	o 16
0.10/0.14	c Got one! Elapsed wall clock time (in seconds):0.033
0.10/0.14	o 15
0.10/0.19	c Got one! Elapsed wall clock time (in seconds):0.079
0.10/0.19	o 14
0.49/0.39	c cleaning 2655 clauses out of 5312 with flag 11882/5312
0.80/0.55	c cleaning 4329 clauses out of 8657 with flag 25407/11312
1.02/0.75	c cleaning 5665 clauses out of 11329 with flag 41228/18313
1.13/0.81	c Got one! Elapsed wall clock time (in seconds):0.704
1.13/0.81	o 13
1.28/0.90	c cleaning 5608 clauses out of 11215 with flag 6851/23864
1.40/1.08	c cleaning 5803 clauses out of 11606 with flag 20387/29863
1.61/1.29	c cleaning 6402 clauses out of 12803 with flag 36366/36863
1.90/1.53	c cleaning 7199 clauses out of 14401 with flag 55246/44863
2.20/1.81	c cleaning 8098 clauses out of 16202 with flag 75526/53863
2.51/2.15	c cleaning 9052 clauses out of 18104 with flag 98143/63863
2.92/2.55	c cleaning 10025 clauses out of 20053 with flag 122934/74864
3.42/3.05	c cleaning 11010 clauses out of 22027 with flag 150599/86863
4.02/3.61	c cleaning 12000 clauses out of 24018 with flag 180835/99864
4.52/4.15	c cleaning 13005 clauses out of 26017 with flag 213585/113863
5.12/4.79	c cleaning 14004 clauses out of 28012 with flag 248623/128863
5.93/5.55	c cleaning 15003 clauses out of 30009 with flag 286509/144864
6.82/6.50	c cleaning 16000 clauses out of 32007 with flag 325211/161865
7.82/7.48	c cleaning 17003 clauses out of 34006 with flag 366714/179864
9.02/8.65	c cleaning 18000 clauses out of 36002 with flag 409624/198863
10.33/9.92	c cleaning 18999 clauses out of 38002 with flag 455431/218863
11.82/11.44	c cleaning 19997 clauses out of 40003 with flag 504318/239863
13.32/12.96	c cleaning 21001 clauses out of 42006 with flag 556382/261863
14.92/14.58	c cleaning 21999 clauses out of 44006 with flag 610712/284864
16.72/16.32	c cleaning 22999 clauses out of 46007 with flag 667188/308864
17.12/16.78	c Got one! Elapsed wall clock time (in seconds):16.672
17.12/16.78	o 12
17.62/17.20	c cleaning 18871 clauses out of 37748 with flag 11553/323604
17.92/17.53	c cleaning 12436 clauses out of 24876 with flag 25825/329603
18.22/17.82	c cleaning 9718 clauses out of 19440 with flag 43630/336603
18.43/18.07	c cleaning 8856 clauses out of 17722 with flag 63141/344603
18.73/18.32	c cleaning 8929 clauses out of 17866 with flag 84028/353603
19.02/18.64	c cleaning 9469 clauses out of 18937 with flag 108299/363603
19.42/19.04	c cleaning 10232 clauses out of 20467 with flag 134297/374602
19.92/19.51	c cleaning 11116 clauses out of 22239 with flag 162483/386606
20.42/20.07	c cleaning 12057 clauses out of 24119 with flag 193874/399602
21.42/20.73	c cleaning 13027 clauses out of 26062 with flag 228365/413602
22.44/21.46	c cleaning 14018 clauses out of 28035 with flag 263975/428602
23.34/22.30	c cleaning 15006 clauses out of 30020 with flag 302388/444605
24.25/23.21	c cleaning 16006 clauses out of 32012 with flag 340926/461603
25.15/24.18	c cleaning 17001 clauses out of 34004 with flag 381668/479602
26.25/25.25	c cleaning 17996 clauses out of 36004 with flag 424749/498603
27.45/26.50	c cleaning 19004 clauses out of 38008 with flag 470713/518603
28.85/27.89	c cleaning 19998 clauses out of 40003 with flag 518758/539602
30.42/29.39	c cleaning 20999 clauses out of 42005 with flag 568578/561603
32.02/30.98	c cleaning 22002 clauses out of 44005 with flag 620335/584602
33.81/32.77	c cleaning 22997 clauses out of 46003 with flag 674925/608602
35.81/34.75	c cleaning 24000 clauses out of 48006 with flag 731321/633603
38.02/37.00	c cleaning 24999 clauses out of 50004 with flag 792288/659602
39.53/38.42	c starts		: 97
39.53/38.42	c conflicts		: 677411
39.53/38.42	c decisions		: 988995
39.53/38.42	c propagations		: 4524867
39.53/38.42	c inspects		: 841367432
39.53/38.42	c shortcuts		: 0
39.53/38.42	c learnt literals	: 15
39.53/38.42	c learnt binary clauses	: 16
39.53/38.42	c learnt ternary clauses	: 28
39.53/38.42	c learnt constraints	: 677395
39.53/38.42	c ignored constraints	: 0
39.53/38.42	c root simplifications	: 0
39.53/38.42	c removed literals (reason simplification)	: 0
39.53/38.42	c reason swapping (by a shorter reason)	: 0
39.53/38.42	c Calls to reduceDB	: 45
39.53/38.42	c Number of update (reduction) of LBD	: 69272
39.53/38.42	c Imported unit clauses	: 0
39.53/38.42	c number of reductions to clauses (during analyze)	: 0
39.53/38.42	c number of learned constraints concerned by reduction	: 0
39.53/38.42	c number of learning phase by resolution	: 0
39.53/38.42	c number of learning phase by cutting planes	: 0
39.53/38.42	c speed (assignments/second)	: 118182.85579961867
39.53/38.42	c non guided choices	0
39.53/38.42	c learnt constraints type 
39.53/38.42	s OPTIMUM FOUND
39.53/38.42	c Found 6 solution(s)
39.53/38.42	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 
39.53/38.42	c objective function=12
39.53/38.42	c Total wall clock time (in seconds): 38.309

Verifier Data

OK	12

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4085267-1465232868/watcher-4085267-1465232868 -o /tmp/evaluation-result-4085267-1465232868/solver-4085267-1465232868 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32381 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085267-1465232868.opb 

pid=3706
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.35 2.25 2.19 3/194 3709
/proc/meminfo: memFree=29651252/32872528 swapFree=15844/1710320
[pid=3709] ppid=3706 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/3709/stat : 3709 (java) R 3706 3709 32365 0 -1 4202496 1057 0 0 0 0 0 0 0 20 0 1 0 105219173 23793664 707 33554432000 1073741824 1073778376 140736430568496 140736430557560 240555963752 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3709/statm: 5809 708 522 9 0 128 0

[startup+0.100114 s]
/proc/loadavg: 2.35 2.25 2.19 3/194 3709
/proc/meminfo: memFree=29651252/32872528 swapFree=15844/1710320
[pid=3709] ppid=3706 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/3709/stat : 3709 (java) S 3706 3709 32365 0 -1 4202496 4389 0 1 0 9 1 0 0 20 0 18 0 105219173 9787879424 6025 33554432000 1073741824 1073778376 140736430568496 140736430559632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3709/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 2.35 2.25 2.19 3/194 3709
/proc/meminfo: memFree=29651252/32872528 swapFree=15844/1710320
[pid=3709] ppid=3706 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/3709/stat : 3709 (java) S 3706 3709 32365 0 -1 4202496 6710 0 1 0 28 1 0 0 20 0 19 0 105219173 9856040960 7364 33554432000 1073741824 1073778376 140736430568496 140736430559632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3709/statm: 2406260 7364 2219 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300215 s]
/proc/loadavg: 2.35 2.25 2.19 3/194 3709
/proc/meminfo: memFree=29651252/32872528 swapFree=15844/1710320
[pid=3709] ppid=3706 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/3709/stat : 3709 (java) S 3706 3709 32365 0 -1 4202496 6953 0 1 0 48 1 0 0 20 0 19 0 105219173 9856040960 7397 33554432000 1073741824 1073778376 140736430568496 140736430559632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3709/statm: 2406260 7397 2225 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700186 s]
/proc/loadavg: 2.35 2.25 2.19 3/194 3709
/proc/meminfo: memFree=29651252/32872528 swapFree=15844/1710320
[pid=3709] ppid=3706 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/3709/stat : 3709 (java) S 3706 3709 32365 0 -1 4202496 8008 0 1 0 100 2 0 0 20 0 19 0 105219173 9856040960 7945 33554432000 1073741824 1073778376 140736430568496 140736430559632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3709/statm: 2406260 7945 2238 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.35 2.25 2.19 3/213 3728
/proc/meminfo: memFree=29625132/32872528 swapFree=15844/1710320
[pid=3709] ppid=3706 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/3709/stat : 3709 (java) S 3706 3709 32365 0 -1 4202496 8969 0 1 0 188 2 0 0 20 0 19 0 105219173 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140736430559632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3709/statm: 2406260 8975 2240 9 0 2396937 0
[pid=3709/tid=3711] ppid=3706 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/3709/task/3711/stat : 3711 (java) R 3706 3709 32365 0 -1 4202560 2398 0 1 0 147 0 0 0 20 0 19 0 105219173 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158662558248 140158490271306 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3712] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3712/stat : 3712 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158624049576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3713] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3713/stat : 3713 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158622997032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3714] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3714/stat : 3714 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158621943976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3709/tid=3715] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3715/stat : 3715 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158620891432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3716] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3716/stat : 3716 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158619839400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3717] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3717/stat : 3717 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158618786856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3718] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3718/stat : 3718 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158617733800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3719] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3719/stat : 3719 (java) S 3706 3709 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158616681256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3720] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3720/stat : 3720 (java) S 3706 3709 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105219175 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158486690152 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3721] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3721/stat : 3721 (java) S 3706 3709 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105219176 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158485636472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3722] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3722/stat : 3722 (java) S 3706 3709 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105219176 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158484583304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3723] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3723/stat : 3723 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158483532048 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3724] ppid=3706 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/3709/task/3724/stat : 3724 (java) S 3706 3709 32365 0 -1 4202560 2158 0 0 0 20 0 0 0 20 0 19 0 105219178 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158482479928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3725] ppid=3706 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/3709/task/3725/stat : 3725 (java) S 3706 3709 32365 0 -1 4202560 3143 0 0 0 19 0 0 0 20 0 19 0 105219178 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158481427384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3726] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3726/stat : 3726 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158480374520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3727] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3727/stat : 3727 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158479322184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3728] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3728/stat : 3728 (java) S 3706 3709 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105219186 9856040960 8975 33554432000 1073741824 1073778376 140736430568496 140158478267432 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.35 2.25 2.19 4/213 3728
/proc/meminfo: memFree=29620540/32872528 swapFree=15844/1710320
[pid=3709] ppid=3706 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/3709/stat : 3709 (java) S 3706 3709 32365 0 -1 4202496 8977 0 1 0 350 2 0 0 20 0 19 0 105219173 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140736430559632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3709/statm: 2406260 10005 2246 9 0 2396937 0
[pid=3709/tid=3711] ppid=3706 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/3709/task/3711/stat : 3711 (java) R 3706 3709 32365 0 -1 4202560 2406 0 1 0 306 1 0 0 20 0 19 0 105219173 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158662549200 140158490327189 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3712] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3712/stat : 3712 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158624049576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3713] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3713/stat : 3713 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158622997032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3714] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3714/stat : 3714 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158621943976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3709/tid=3715] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3715/stat : 3715 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158620891432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3716] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3716/stat : 3716 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158619839400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3717] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3717/stat : 3717 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158618786856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3718] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3718/stat : 3718 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158617733800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3719] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3719/stat : 3719 (java) S 3706 3709 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158616681256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3720] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3720/stat : 3720 (java) S 3706 3709 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105219175 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158486690152 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3721] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3721/stat : 3721 (java) S 3706 3709 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105219176 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158485636472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3722] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3722/stat : 3722 (java) S 3706 3709 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105219176 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158484583304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3723] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3723/stat : 3723 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158483532048 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3724] ppid=3706 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/3709/task/3724/stat : 3724 (java) S 3706 3709 32365 0 -1 4202560 2158 0 0 0 23 0 0 0 20 0 19 0 105219178 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158482479928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3725] ppid=3706 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/3709/task/3725/stat : 3725 (java) S 3706 3709 32365 0 -1 4202560 3143 0 0 0 19 0 0 0 20 0 19 0 105219178 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158481427384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3726] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3726/stat : 3726 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158480374520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3727] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3727/stat : 3727 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158479322184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3728] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3728/stat : 3728 (java) S 3706 3709 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105219186 9856040960 10005 33554432000 1073741824 1073778376 140736430568496 140158478267432 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.33 2.25 2.19 4/213 3728
/proc/meminfo: memFree=29611164/32872528 swapFree=15844/1710320
[pid=3709] ppid=3706 vsize=9625040 CPUtime=6.72 cores=0,2,4,6
/proc/3709/stat : 3709 (java) S 3706 3709 32365 0 -1 4202496 8986 0 1 0 670 2 0 0 20 0 19 0 105219173 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140736430559632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3709/statm: 2406260 12277 2248 9 0 2396937 0
[pid=3709/tid=3711] ppid=3706 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/3709/task/3711/stat : 3711 (java) R 3706 3709 32365 0 -1 4202560 2412 0 1 0 625 1 0 0 20 0 19 0 105219173 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158662549184 140158490341655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3712] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3712/stat : 3712 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158624049576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3713] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3713/stat : 3713 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158622997032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3714] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3714/stat : 3714 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158621943976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3709/tid=3715] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3715/stat : 3715 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158620891432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3716] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3716/stat : 3716 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158619839400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3717] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3717/stat : 3717 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158618786856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3718] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3718/stat : 3718 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158617733800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3719] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3719/stat : 3719 (java) S 3706 3709 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158616681256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3720] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3720/stat : 3720 (java) S 3706 3709 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105219175 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158486690152 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3721] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3721/stat : 3721 (java) S 3706 3709 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105219176 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158485636472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3722] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3722/stat : 3722 (java) S 3706 3709 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105219176 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158484583304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3723] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3723/stat : 3723 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158483532048 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3724] ppid=3706 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/3709/task/3724/stat : 3724 (java) S 3706 3709 32365 0 -1 4202560 2158 0 0 0 23 0 0 0 20 0 19 0 105219178 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158482479928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3725] ppid=3706 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/3709/task/3725/stat : 3725 (java) S 3706 3709 32365 0 -1 4202560 3143 0 0 0 19 0 0 0 20 0 19 0 105219178 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158481427384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3726] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3726/stat : 3726 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158480374520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3727] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3727/stat : 3727 (java) S 3706 3709 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158479322184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3728] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3728/stat : 3728 (java) S 3706 3709 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105219186 9856040960 12277 33554432000 1073741824 1073778376 140736430568496 140158478267432 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

[pid=3709/tid=3721] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3721/stat : 3721 (java) S 3706 3709 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105219176 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158485636472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3722] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3722/stat : 3722 (java) S 3706 3709 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105219176 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158484583304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3723] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3723/stat : 3723 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158483532048 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3724] ppid=3706 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/3709/task/3724/stat : 3724 (java) S 3706 3709 32365 0 -1 4202560 12075 0 0 0 81 3 0 0 20 0 19 0 105219178 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158482479928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3725] ppid=3706 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/3709/task/3725/stat : 3725 (java) S 3706 3709 32365 0 -1 4202560 4279 0 0 0 29 0 0 0 20 0 19 0 105219178 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158481427384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3726] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3726/stat : 3726 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158480374520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3727] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3727/stat : 3727 (java) S 3706 3709 32365 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158479322184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3728] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3728/stat : 3728 (java) S 3706 3709 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105219186 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158478267432 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 37.92
Current children cumulated vsize (KiB) 9625040

[startup+37.6007 s]
/proc/loadavg: 2.39 2.27 2.20 3/213 3728
/proc/meminfo: memFree=29537708/32872528 swapFree=15844/1710320
[pid=3709] ppid=3706 vsize=9625040 CPUtime=38.72 cores=0,2,4,6
/proc/3709/stat : 3709 (java) S 3706 3709 32365 0 -1 4202496 20073 0 1 0 3867 5 0 0 20 0 19 0 105219173 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140736430559632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3709/statm: 2406260 30148 2248 9 0 2396937 0
[pid=3709/tid=3711] ppid=3706 vsize=9625040 CPUtime=37.48 cores=0,2,4,6
/proc/3709/task/3711/stat : 3711 (java) R 3706 3709 32365 0 -1 4202560 2443 0 1 0 3746 2 0 0 20 0 19 0 105219173 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158662558168 140158490341650 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3712] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3712/stat : 3712 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158624049576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3713] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3713/stat : 3713 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158622997032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3714] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3714/stat : 3714 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158621943976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3709/tid=3715] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3715/stat : 3715 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158620891432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3716] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3716/stat : 3716 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158619839400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3717] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3717/stat : 3717 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158618786856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3718] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3718/stat : 3718 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158617733800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3719] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3719/stat : 3719 (java) S 3706 3709 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158616681256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3720] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3720/stat : 3720 (java) S 3706 3709 32365 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105219175 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158486690152 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3721] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3721/stat : 3721 (java) S 3706 3709 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105219176 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158485636472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3722] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3722/stat : 3722 (java) S 3706 3709 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105219176 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158484583304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3723] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3723/stat : 3723 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158483532048 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3724] ppid=3706 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/3709/task/3724/stat : 3724 (java) S 3706 3709 32365 0 -1 4202560 12075 0 0 0 81 3 0 0 20 0 19 0 105219178 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158482479928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3725] ppid=3706 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/3709/task/3725/stat : 3725 (java) S 3706 3709 32365 0 -1 4202560 4279 0 0 0 29 0 0 0 20 0 19 0 105219178 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158481427384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3726] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3726/stat : 3726 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158480374520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3727] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3727/stat : 3727 (java) S 3706 3709 32365 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158479322184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3728] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3728/stat : 3728 (java) S 3706 3709 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105219186 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158478267432 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 38.72
Current children cumulated vsize (KiB) 9625040

[startup+38.0007 s]
/proc/loadavg: 2.39 2.27 2.20 3/213 3728
/proc/meminfo: memFree=29537708/32872528 swapFree=15844/1710320
[pid=3709] ppid=3706 vsize=9625040 CPUtime=39.12 cores=0,2,4,6
/proc/3709/stat : 3709 (java) S 3706 3709 32365 0 -1 4202496 20073 0 1 0 3907 5 0 0 20 0 19 0 105219173 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140736430559632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3709/statm: 2406260 30148 2248 9 0 2396937 0
[pid=3709/tid=3711] ppid=3706 vsize=9625040 CPUtime=37.88 cores=0,2,4,6
/proc/3709/task/3711/stat : 3711 (java) R 3706 3709 32365 0 -1 4202560 2443 0 1 0 3786 2 0 0 20 0 19 0 105219173 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158662549200 140158490341650 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3712] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3712/stat : 3712 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158624049576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3713] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3713/stat : 3713 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158622997032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3714] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3714/stat : 3714 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158621943976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3709/tid=3715] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3715/stat : 3715 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158620891432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3716] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3716/stat : 3716 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158619839400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3717] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3717/stat : 3717 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158618786856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3718] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3718/stat : 3718 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158617733800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3719] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3719/stat : 3719 (java) S 3706 3709 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158616681256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3720] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3720/stat : 3720 (java) S 3706 3709 32365 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105219175 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158486690152 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3721] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3721/stat : 3721 (java) S 3706 3709 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105219176 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158485636472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3722] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3722/stat : 3722 (java) S 3706 3709 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105219176 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158484583304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3723] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3723/stat : 3723 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158483532048 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3724] ppid=3706 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/3709/task/3724/stat : 3724 (java) S 3706 3709 32365 0 -1 4202560 12075 0 0 0 81 3 0 0 20 0 19 0 105219178 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158482479928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3725] ppid=3706 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/3709/task/3725/stat : 3725 (java) S 3706 3709 32365 0 -1 4202560 4279 0 0 0 29 0 0 0 20 0 19 0 105219178 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158481427384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3726] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3726/stat : 3726 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158480374520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3727] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3727/stat : 3727 (java) S 3706 3709 32365 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158479322184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3728] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3728/stat : 3728 (java) S 3706 3709 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105219186 9856040960 30148 33554432000 1073741824 1073778376 140736430568496 140158478267432 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 39.12
Current children cumulated vsize (KiB) 9625040

[startup+38.4007 s]
/proc/loadavg: 2.39 2.27 2.20 3/213 3728
/proc/meminfo: memFree=29537708/32872528 swapFree=15844/1710320
[pid=3709] ppid=3706 vsize=9625040 CPUtime=39.53 cores=0,2,4,6
/proc/3709/stat : 3709 (java) S 3706 3709 32365 0 -1 4202496 20076 0 1 0 3948 5 0 0 20 0 19 0 105219173 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140736430559632 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3709/statm: 2406260 30660 2248 9 0 2396937 0
[pid=3709/tid=3711] ppid=3706 vsize=9625040 CPUtime=38.27 cores=0,2,4,6
/proc/3709/task/3711/stat : 3711 (java) R 3706 3709 32365 0 -1 4202560 2445 0 1 0 3825 2 0 0 20 0 19 0 105219173 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158662556216 140158490459682 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3712] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3712/stat : 3712 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158624049576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3713] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3713/stat : 3713 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158622997032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3714] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3714/stat : 3714 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158621943976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3709/tid=3715] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3715/stat : 3715 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158620891432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3716] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3716/stat : 3716 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158619839400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3717] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3717/stat : 3717 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158618786856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3709/tid=3718] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3718/stat : 3718 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158617733800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3719] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3719/stat : 3719 (java) S 3706 3709 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105219174 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158616681256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3720] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3720/stat : 3720 (java) S 3706 3709 32365 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105219175 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158486690152 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3721] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3721/stat : 3721 (java) S 3706 3709 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105219176 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158485636472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3722] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3722/stat : 3722 (java) S 3706 3709 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105219176 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158484583304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3723] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3723/stat : 3723 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158483532048 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3724] ppid=3706 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/3709/task/3724/stat : 3724 (java) S 3706 3709 32365 0 -1 4202560 12076 0 0 0 81 3 0 0 20 0 19 0 105219178 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158482479928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3725] ppid=3706 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/3709/task/3725/stat : 3725 (java) S 3706 3709 32365 0 -1 4202560 4279 0 0 0 29 0 0 0 20 0 19 0 105219178 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158481427384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3726] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3726/stat : 3726 (java) S 3706 3709 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158480374520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3709/tid=3727] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3727/stat : 3727 (java) S 3706 3709 32365 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105219178 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158479322184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3709/tid=3728] ppid=3706 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3709/task/3728/stat : 3728 (java) S 3706 3709 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105219186 9856040960 30660 33554432000 1073741824 1073778376 140736430568496 140158478267432 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 39.53
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3709 and gives
#  childrusage.ru_utime.tv_sec=39
#  childrusage.ru_utime.tv_usec=405009
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=81987
# CPU time returned by wait4() is 39.487
# while last known CPU time is 39.53
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 38.4363
CPU time (s): 39.53
CPU user time (s): 39.48
CPU system time (s): 0.05
CPU usage (%): 102.845
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.405
system time used= 0.081987
maximum resident set size= 124748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20100
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1085
involuntary context switches= 88

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.152976 second user time and 0.197969 second system time

The end

Launcher Data

Begin job on node146 at 2016-06-06 19:07:48
IDJOB=4085267
IDBENCH=2216
IDSOLVER=2546
FILE ID=node146/4085267-1465232868
RUNJOBID= node146-1465217554-32381
PBS_JOBID= 19843206
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g7x7.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085267-1465232868/watcher-4085267-1465232868 -o /tmp/evaluation-result-4085267-1465232868/solver-4085267-1465232868 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32381 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085267-1465232868.opb

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

MD5SUM BENCH= cb84e2b94add4387530e3674f52279cd
RANDOM SEED=675007479

node146.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29651524 kB
Buffers:           25744 kB
Cached:           248860 kB
SwapCached:         1468 kB
Active:           592460 kB
Inactive:         213916 kB
Active(anon):     532780 kB
Inactive(anon):     1608 kB
Active(file):      59680 kB
Inactive(file):   212308 kB
Unevictable:     1710320 kB
Mlocked:           15844 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:       2241656 kB
Mapped:            15296 kB
Shmem:                 0 kB
Slab:             569240 kB
SReclaimable:      12372 kB
SUnreclaim:       556868 kB
KernelStack:        1568 kB
PageTables:         8660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2397664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2199552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node146 at 2016-06-06 19:08:27