Trace number 4105490

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 Res+CP PB16OPT4 85.2191 43.134

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m50_100_30_30.r.opb
MD5SUM13fe0c0d776ae7f3e7aff3ed3ce58275
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.218965
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4
Optimality of the best value was proved YES
Number of variables100
Total number of constraints50
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint30
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4105490-1466254502.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.08/0.18	c ... done. Wall clock time 0.057s.
0.08/0.18	c declared #vars     100
0.08/0.18	c #constraints  50
0.08/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.19	c constraints type 
0.08/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
0.08/0.19	c 50 constraints processed.
0.08/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.19	c constraints type 
0.08/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 50
0.08/0.19	c 50 constraints processed.
0.08/0.19	c objective function length is 100 literals
0.08/0.19	c And the winner is solver0
0.22/0.69	c SATISFIABLE
0.22/0.69	c OPTIMIZING...
0.22/0.69	c Got one! Elapsed wall clock time (in seconds):0.562
0.22/0.69	o 7
0.22/0.69	c And the winner is solver0
0.23/1.19	c Got one! Elapsed wall clock time (in seconds):1.065
0.23/1.19	o 6
0.62/1.36	c And the winner is solver0
1.19/1.69	c Got one! Elapsed wall clock time (in seconds):1.567
1.19/1.69	o 5
2.38/2.00	c cleaning 2933 clauses out of 5879 with flag 11990/5879
3.20/2.23	c cleaning 4462 clauses out of 8946 with flag 26362/11879
3.84/2.49	c cleaning 5727 clauses out of 11483 with flag 43107/18878
4.47/2.79	c cleaning 6874 clauses out of 13758 with flag 62538/26880
5.33/3.16	c cleaning 7946 clauses out of 15892 with flag 84618/35888
6.37/3.65	c cleaning 8970 clauses out of 17940 with flag 110479/45882
8.14/4.24	c cleaning 9983 clauses out of 19968 with flag 138714/56880
9.54/4.90	c cleaning 10988 clauses out of 21983 with flag 168958/68878
10.97/5.68	c cleaning 11992 clauses out of 23997 with flag 202637/81880
12.85/6.59	c cleaning 12978 clauses out of 26002 with flag 238923/95878
15.10/7.62	c cleaning 14002 clauses out of 28024 with flag 277496/110878
17.30/8.77	c cleaning 15011 clauses out of 30026 with flag 318103/126882
20.15/10.10	c cleaning 16002 clauses out of 32010 with flag 361959/143878
22.76/11.49	c cleaning 17000 clauses out of 34008 with flag 409358/161878
25.82/12.91	c cleaning 18003 clauses out of 36011 with flag 458174/180881
29.42/14.78	c cleaning 19000 clauses out of 38006 with flag 510961/200880
33.45/16.77	c cleaning 19999 clauses out of 40007 with flag 565421/221881
37.96/18.97	c cleaning 21002 clauses out of 42009 with flag 622604/243883
43.01/21.41	c cleaning 21994 clauses out of 44007 with flag 681024/266883
48.20/24.02	c cleaning 23004 clauses out of 46007 with flag 743207/290878
53.21/26.52	c cleaning 23999 clauses out of 48003 with flag 806471/315878
59.67/29.79	c cleaning 25003 clauses out of 50010 with flag 873997/341885
65.85/32.89	c cleaning 25999 clauses out of 51999 with flag 943560/368878
72.65/36.24	c cleaning 27001 clauses out of 54002 with flag 1015355/396880
73.06/36.49	c cleaning 0 clauses out of 5040 with flag 0/5041
78.98/39.25	c And the winner is solver1
78.98/39.71	c Got one! Elapsed wall clock time (in seconds):39.587
78.98/39.71	o 4
80.84/40.64	c cleaning 27958 clauses out of 55922 with flag 14172/425804
82.07/41.20	c cleaning 16980 clauses out of 33960 with flag 31189/431804
82.88/41.60	c cleaning 11984 clauses out of 23975 with flag 50547/438804
83.49/41.93	c cleaning 9991 clauses out of 19986 with flag 72870/446806
84.08/42.27	c cleaning 9488 clauses out of 18983 with flag 97994/455806
84.48/42.49	c And the winner is solver0
85.09/43.11	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
85.09/43.11	c starts		: 861
85.09/43.11	c conflicts		: 463287
85.09/43.11	c decisions		: 806683
85.09/43.11	c propagations		: 5000091
85.09/43.11	c inspects		: 893438118
85.09/43.11	c shortcuts		: 0
85.09/43.11	c learnt literals	: 69
85.09/43.11	c learnt binary clauses	: 868
85.09/43.11	c learnt ternary clauses	: 2333
85.09/43.11	c learnt constraints	: 463217
85.09/43.11	c ignored constraints	: 0
85.09/43.11	c root simplifications	: 0
85.09/43.11	c removed literals (reason simplification)	: 1741651
85.09/43.11	c reason swapping (by a shorter reason)	: 0
85.09/43.11	c Calls to reduceDB	: 29
85.09/43.11	c Number of update (reduction) of LBD	: 155385
85.09/43.11	c Imported unit clauses	: 0
85.09/43.11	c number of reductions to clauses (during analyze)	: 0
85.09/43.11	c number of learned constraints concerned by reduction	: 0
85.09/43.11	c number of learning phase by resolution	: 0
85.09/43.11	c number of learning phase by cutting planes	: 0
85.09/43.11	c speed (assignments/second)	: 1474083.4316037737
85.09/43.11	c non guided choices	0
85.09/43.11	c learnt constraints type 
85.09/43.11	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
85.09/43.11	c starts		: 25
85.09/43.11	c conflicts		: 5498
85.09/43.11	c decisions		: 14407
85.09/43.11	c propagations		: 86070
85.09/43.11	c inspects		: 65736190
85.09/43.11	c shortcuts		: 0
85.09/43.11	c learnt literals	: 0
85.09/43.11	c learnt binary clauses	: 0
85.09/43.11	c learnt ternary clauses	: 0
85.09/43.11	c learnt constraints	: 5496
85.09/43.11	c ignored constraints	: 0
85.09/43.11	c root simplifications	: 0
85.09/43.11	c removed literals (reason simplification)	: 0
85.09/43.11	c reason swapping (by a shorter reason)	: 0
85.09/43.11	c Calls to reduceDB	: 1
85.09/43.11	c Number of update (reduction) of LBD	: 0
85.09/43.11	c Imported unit clauses	: 0
85.09/43.11	c number of reductions to clauses (during analyze)	: 0
85.09/43.11	c number of learned constraints concerned by reduction	: 0
85.09/43.11	c number of learning phase by resolution	: 0
85.09/43.11	c number of learning phase by cutting planes	: 0
85.09/43.11	c speed (assignments/second)	: 2078.4332665233874
85.09/43.11	c non guided choices	0
85.09/43.11	c learnt constraints type 
85.09/43.11	s OPTIMUM FOUND
85.09/43.11	c Found 4 solution(s)
85.09/43.11	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
85.09/43.11	c objective function=4
85.09/43.11	c Total wall clock time (in seconds): 42.981

Verifier Data

OK	4

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-4105490-1466254502/watcher-4105490-1466254502 -o /tmp/evaluation-result-4105490-1466254502/solver-4105490-1466254502 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22107 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4105490-1466254502.opb 

pid=25715
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: 4.19 4.23 4.22 5/197 25718
/proc/meminfo: memFree=27214812/32872528 swapFree=1459628/1655852
[pid=25718] ppid=25715 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25718/stat : 25718 (java) R 25715 25718 22091 0 -1 4202496 282 0 0 0 0 0 0 0 20 0 1 0 27495741 9515008 140 33554432000 1073741824 1073778376 140736831820976 140736831818104 239872783028 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25718/statm: 2323 147 106 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.19 4.23 4.22 5/197 25718
/proc/meminfo: memFree=27214812/32872528 swapFree=1459628/1655852
[pid=25718] ppid=25715 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/25718/stat : 25718 (java) S 25715 25718 22091 0 -1 4202496 4331 0 1 0 7 1 0 0 20 0 18 0 27495741 9787879424 5449 33554432000 1073741824 1073778376 140736857614304 140736857605440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25718/statm: 2389619 5449 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 4.19 4.23 4.22 5/197 25718
/proc/meminfo: memFree=27214812/32872528 swapFree=1459628/1655852
[pid=25718] ppid=25715 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/25718/stat : 25718 (java) S 25715 25718 22091 0 -1 4202496 4770 0 1 0 21 1 0 0 20 0 19 0 27495741 10060525568 7882 33554432000 1073741824 1073778376 140736857614304 140736857605440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25718/statm: 2456183 7882 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9824732

[startup+0.300379 s]
/proc/loadavg: 4.19 4.23 4.22 5/197 25718
/proc/meminfo: memFree=27214812/32872528 swapFree=1459628/1655852
[pid=25718] ppid=25715 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/25718/stat : 25718 (java) S 25715 25718 22091 0 -1 4202496 4770 0 1 0 21 1 0 0 20 0 19 0 27495741 10060525568 7882 33554432000 1073741824 1073778376 140736857614304 140736857605440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25718/statm: 2456183 7882 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9824732

[startup+0.700198 s]
/proc/loadavg: 4.19 4.23 4.22 5/197 25718
/proc/meminfo: memFree=27214812/32872528 swapFree=1459628/1655852
[pid=25718] ppid=25715 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/25718/stat : 25718 (java) S 25715 25718 22091 0 -1 4202496 4787 0 1 0 21 1 0 0 20 0 19 0 27495741 10060525568 8913 33554432000 1073741824 1073778376 140736857614304 140736857605440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25718/statm: 2456183 8913 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 4.19 4.23 4.22 3/216 25743
/proc/meminfo: memFree=27187780/32872528 swapFree=1459628/1655852
[pid=25718] ppid=25715 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/25718/stat : 25718 (java) S 25715 25718 22091 0 -1 4202496 12841 0 1 0 107 4 0 0 20 0 19 0 27495741 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140736857605440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25718/statm: 2456183 14629 2250 9 0 2446860 0
[pid=25718/tid=25720] ppid=25715 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/25718/task/25720/stat : 25720 (java) S 25715 25718 22091 0 -1 4202560 2419 0 1 0 15 0 0 0 20 0 19 0 27495742 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140437963817848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25721] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25721/stat : 25721 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27495744 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140437925308712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25722] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25722/stat : 25722 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27495744 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140437924255912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25723] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25723/stat : 25723 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27495744 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140437923203624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25718/tid=25724] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25724/stat : 25724 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27495744 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140437922150824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25725] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25725/stat : 25725 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27495744 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140437921098536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25726] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25726/stat : 25726 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27495744 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140437920045736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25727] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25727/stat : 25727 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27495744 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140437918993448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25728] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25728/stat : 25728 (java) S 25715 25718 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27495744 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140437917940648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25729] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25729/stat : 25729 (java) S 25715 25718 22091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27495745 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140437787465960 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25730] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25730/stat : 25730 (java) S 25715 25718 22091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27495745 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140437786412024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25731] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25731/stat : 25731 (java) S 25715 25718 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27495745 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140437785359624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25732] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25732/stat : 25732 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27495748 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140437784308112 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25733] ppid=25715 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/25718/task/25733/stat : 25733 (java) R 25715 25718 22091 0 -1 4202560 5887 0 0 0 32 0 0 0 20 0 19 0 27495748 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140437783233576 140437970792683 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25734] ppid=25715 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/25718/task/25734/stat : 25734 (java) S 25715 25718 22091 0 -1 4202560 3187 0 0 0 25 0 0 0 20 0 19 0 27495748 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140437782202936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25735] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25735/stat : 25735 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27495748 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140436907748472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25736] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25736/stat : 25736 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27495748 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140436906695880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25740] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25740/stat : 25740 (java) S 25715 25718 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27495760 10060525568 14629 33554432000 1073741824 1073778376 140736857614304 140436902482984 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.19 4.23 4.22 7/219 25749
/proc/meminfo: memFree=27035488/32872528 swapFree=1459628/1655852
[pid=25718] ppid=25715 vsize=9824732 CPUtime=5.33 cores=0,2,4,6
/proc/25718/stat : 25718 (java) S 25715 25718 22091 0 -1 4202496 24657 0 1 0 523 10 0 0 20 0 22 0 27495741 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140736857605440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25718/statm: 2456183 52456 2279 9 0 2446860 0
[pid=25718/tid=25720] ppid=25715 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/25718/task/25720/stat : 25720 (java) S 25715 25718 22091 0 -1 4202560 2419 0 1 0 15 0 0 0 20 0 22 0 27495742 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140437963817848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25721] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25721/stat : 25721 (java) S 25715 25718 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27495744 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140437925308712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25722] ppid=25715 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25718/task/25722/stat : 25722 (java) S 25715 25718 22091 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 27495744 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140437924255912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25723] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25723/stat : 25723 (java) S 25715 25718 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27495744 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140437923203624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25724] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25724/stat : 25724 (java) S 25715 25718 22091 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 27495744 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140437922150824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25725] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25725/stat : 25725 (java) S 25715 25718 22091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 27495744 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140437921098536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25726] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25726/stat : 25726 (java) S 25715 25718 22091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 27495744 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140437920045736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25727] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25727/stat : 25727 (java) S 25715 25718 22091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27495744 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140437918993448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25718/tid=25728] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25728/stat : 25728 (java) S 25715 25718 22091 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 27495744 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140437917940648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25729] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25729/stat : 25729 (java) S 25715 25718 22091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 27495745 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140437787465960 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25730] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25730/stat : 25730 (java) S 25715 25718 22091 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 27495745 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140437786412024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25731] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25731/stat : 25731 (java) S 25715 25718 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27495745 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140437785359624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25732] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25732/stat : 25732 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27495748 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140437784308112 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25733] ppid=25715 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/25718/task/25733/stat : 25733 (java) S 25715 25718 22091 0 -1 4202560 9583 0 0 0 106 2 0 0 20 0 22 0 27495748 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140437783255736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25734] ppid=25715 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/25718/task/25734/stat : 25734 (java) S 25715 25718 22091 0 -1 4202560 11091 0 0 0 86 2 0 0 20 0 22 0 27495748 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140437782202936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25735] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25735/stat : 25735 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27495748 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140436907748472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25736] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25736/stat : 25736 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27495748 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140436906695880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25740] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25740/stat : 25740 (java) S 25715 25718 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27495760 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140436902482984 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25747] ppid=25715 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/25718/task/25747/stat : 25747 (java) R 25715 25718 22091 0 -1 4202560 6 0 0 0 134 0 0 0 20 0 22 0 27495911 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140436904588016 140437797527484 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25748] ppid=25715 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/25718/task/25748/stat : 25748 (java) R 25715 25718 22091 0 -1 4202560 64 0 0 0 133 2 0 0 20 0 22 0 27495911 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140436905639264 140437797720979 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25749] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25749/stat : 25749 (java) S 25715 25718 22091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27495911 10060525568 52456 33554432000 1073741824 1073778376 140736857614304 140436903536040 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.17 4.22 4.21 5/219 25749
/proc/meminfo: memFree=26624912/32872528 swapFree=1459628/1655852
[pid=25718] ppid=25715 vsize=9824732 CPUtime=12.45 cores=0,2,4,6
/proc/25718/stat : 25718 (java) S 25715 25718 22091 0 -1 4202496 28407 0 1 0 1224 21 0 0 20 0 22 0 27495741 10060525568 149220 33554432000 1073741824 1073778376 140736857614304 140736857605440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25718/statm: 2456183 149220 2279 9 0 2446860 0
[pid=25718/tid=25720] ppid=25715 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/25718/task/25720/stat : 25720 (java) S 25715 25718 22091 0 -1 4202560 2419 0 1 0 15 0 0 0 20 0 22 0 27495742 10060525568 149220 33554432000 1073741824 1073778376 140736857614304 140437963817848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25721] ppid=25715 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25718/task/25721/stat : 25721 (java) S 25715 25718 22091 0 -1 4202560 49 0 0 0 2 0 0 0 20 0 22 0 27495744 10060525568 149220 33554432000 1073741824 1073778376 140736857614304 140437925308712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25722] ppid=25715 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25718/task/25722/stat : 25722 (java) S 25715 25718 22091 0 -1 4202560 53 0 0 0 4 0 0 0 20 0 22 0 27495744 10060525568 149220 33554432000 1073741824 1073778376 140736857614304 140437924255912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25723] ppid=25715 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25718/task/25723/stat : 25723 (java) S 25715 25718 22091 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 22 0 27495744 10060525568 149220 33554432000 1073741824 1073778376 140736857614304 140437923203624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25724] ppid=25715 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/25718/task/25724/stat : 25724 (java) S 25715 25718 22091 0 -1 4202560 42 0 0 0 3 0 0 0 20 0 22 0 27495744 10060525568 149220 33554432000 1073741824 1073778376 140736857614304 140437922150824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25725] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25725/stat : 25725 (java) S 25715 25718 22091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 27495744 10060525568 149220 33554432000 1073741824 1073778376 140736857614304 140437921098536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25726] ppid=25715 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25718/task/25726/stat : 25726 (java) S 25715 25718 22091 0 -1 4202560 49 0 0 0 1 0 0 0 20 0 22 0 27495744 10060525568 149220 33554432000 1073741824 1073778376 140736857614304 140437920045736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25727] ppid=25715 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25718/task/25727/stat : 25727 (java) S 25715 25718 22091 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 27495744 10060525568 149220 33554432000 1073741824 1073778376 140736857614304 140437918993448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25728] ppid=25715 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25718/task/25728/stat : 25728 (java) S 25715 25718 22091 0 -1 4202560 45 0 0 0 2 0 0 0 20 0 22 0 27495744 10060525568 149220 33554432000 1073741824 1073778376 140736857614304 140437917940648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25729] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25729/stat : 25729 (java) S 25715 25718 22091 0 -1 4202560 439 0 0 0 0 0 0 0 20 0 22 0 27495745 10060525568 149220 33554432000 1073741824 1073778376 140736857614304 140437787465960 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25730] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25730/stat : 25730 (java) S 25715 25718 22091 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 27495745 10060525568 149220 33554432000 1073741824 1073778376 140736857614304 140437786412024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25731] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25731/stat : 25731 (java) S 25715 25718 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27495745 10060525568 149220 33554432000 1073741824 1073778376 140736857614304 140437785359624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25732] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25732/stat : 25732 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27495748 10060525568 149220 33554432000 1073741824 1073778376 140736857614304 140437784308112 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25733] ppid=25715 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/25718/task/25733/stat : 25733 (java) S 25715 25718 22091 0 -1 4202560 12559 0 0 0 167 3 0 0 20 0 22 0 27495748 10060525568 149220 33554432000 1073741824 1073778376 140736857614304 140437783255736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25734] ppid=25715 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/25718/task/25734/stat : 25734 (java) S 25715 25718 22091 0 -1 4202560 11103 0 0 0 92 2 0 0 20 0 22 0 27495748 10060525568 149220 33554432000 1073741824 1073778376 140736857614304 140437782202936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25735] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25735/stat : 25735 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27495748 10060525568 149220 33554432000 1073741824 1073778376 140736857614304 140436907748472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25736] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/25718/task/25730/stat : 25730 (java) S 25715 25718 22091 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 27495745 10060525568 681370 33554432000 1073741824 1073778376 140736857614304 140437786412024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25731] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25731/stat : 25731 (java) S 25715 25718 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27495745 10060525568 681370 33554432000 1073741824 1073778376 140736857614304 140437785359624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25732] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25732/stat : 25732 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27495748 10060525568 681370 33554432000 1073741824 1073778376 140736857614304 140437784308112 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25733] ppid=25715 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/25718/task/25733/stat : 25733 (java) S 25715 25718 22091 0 -1 4202560 12567 0 0 0 171 3 0 0 20 0 22 0 27495748 10060525568 681370 33554432000 1073741824 1073778376 140736857614304 140437783255736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25734] ppid=25715 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/25718/task/25734/stat : 25734 (java) S 25715 25718 22091 0 -1 4202560 11690 0 0 0 141 2 0 0 20 0 22 0 27495748 10060525568 681370 33554432000 1073741824 1073778376 140736857614304 140437782202936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25735] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25735/stat : 25735 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27495748 10060525568 681370 33554432000 1073741824 1073778376 140736857614304 140436907748472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25736] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25736/stat : 25736 (java) S 25715 25718 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27495748 10060525568 681370 33554432000 1073741824 1073778376 140736857614304 140436906695880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25749] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25749/stat : 25749 (java) S 25715 25718 22091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27495911 10060525568 681370 33554432000 1073741824 1073778376 140736857614304 140436903536040 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25750] ppid=25715 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/25718/task/25750/stat : 25750 (java) R 25715 25718 22091 0 -1 4202560 5 0 0 0 266 0 0 0 20 0 22 0 27499713 10060525568 681370 33554432000 1073741824 1073778376 140736857614304 140436904579216 140437797410514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25751] ppid=25715 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/25718/task/25751/stat : 25751 (java) R 25715 25718 22091 0 -1 4202560 3 0 0 0 266 0 0 0 20 0 22 0 27499713 10060525568 681370 33554432000 1073741824 1073778376 140736857614304 140436905639184 140437797720984 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25718/tid=25752] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25752/stat : 25752 (java) S 25715 25718 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27499713 10060525568 681370 33554432000 1073741824 1073778376 140736857614304 140436902483496 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 84.41
Current children cumulated vsize (KiB) 9824732

[startup+42.8007 s]
/proc/loadavg: 4.25 4.24 4.22 5/219 25752
/proc/meminfo: memFree=24491876/32872528 swapFree=1459628/1655852
[pid=25718] ppid=25715 vsize=9824732 CPUtime=84.72 cores=0,2,4,6
/proc/25718/stat : 25718 (java) S 25715 25718 22091 0 -1 4202496 31550 0 1 0 8403 69 0 0 20 0 19 0 27495741 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140736857605440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25718/statm: 2456183 681363 2280 9 0 2446860 0
[pid=25718/tid=25720] ppid=25715 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/25718/task/25720/stat : 25720 (java) R 25715 25718 22091 0 -1 4202560 2420 0 1 0 24 0 0 0 20 0 19 0 27495742 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437963817512 140437797701116 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25721] ppid=25715 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/25718/task/25721/stat : 25721 (java) S 25715 25718 22091 0 -1 4202560 107 0 0 0 6 2 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437925308712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25722] ppid=25715 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/25718/task/25722/stat : 25722 (java) S 25715 25718 22091 0 -1 4202560 122 0 0 0 11 4 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437924255912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25723] ppid=25715 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/25718/task/25723/stat : 25723 (java) S 25715 25718 22091 0 -1 4202560 86 0 0 0 10 3 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437923203624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25724] ppid=25715 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/25718/task/25724/stat : 25724 (java) S 25715 25718 22091 0 -1 4202560 70 0 0 0 8 3 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437922150824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25725] ppid=25715 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/25718/task/25725/stat : 25725 (java) S 25715 25718 22091 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437921098536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25726] ppid=25715 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/25718/task/25726/stat : 25726 (java) S 25715 25718 22091 0 -1 4202560 72 0 0 0 8 2 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437920045736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25727] ppid=25715 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/25718/task/25727/stat : 25727 (java) S 25715 25718 22091 0 -1 4202560 56 0 0 0 10 2 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437918993448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25728] ppid=25715 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/25718/task/25728/stat : 25728 (java) S 25715 25718 22091 0 -1 4202560 94 0 0 0 11 3 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437917940648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25729] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25729/stat : 25729 (java) S 25715 25718 22091 0 -1 4202560 1220 0 0 0 0 0 0 0 20 0 19 0 27495745 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437787465960 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25730] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25730/stat : 25730 (java) S 25715 25718 22091 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 27495745 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437786412024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25731] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25731/stat : 25731 (java) S 25715 25718 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27495745 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437785359624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25732] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25732/stat : 25732 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27495748 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437784308112 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25733] ppid=25715 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/25718/task/25733/stat : 25733 (java) S 25715 25718 22091 0 -1 4202560 12567 0 0 0 173 3 0 0 20 0 19 0 27495748 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437783255736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25734] ppid=25715 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/25718/task/25734/stat : 25734 (java) S 25715 25718 22091 0 -1 4202560 11690 0 0 0 141 2 0 0 20 0 19 0 27495748 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437782202936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25735] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25735/stat : 25735 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27495748 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140436907748472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25736] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25736/stat : 25736 (java) S 25715 25718 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27495748 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140436906695880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25752] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25752/stat : 25752 (java) S 25715 25718 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27499713 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140436902483496 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 84.72
Current children cumulated vsize (KiB) 9824732

[startup+43.0077 s]
/proc/loadavg: 4.07 4.21 4.21 4/216 25752
/proc/meminfo: memFree=24491876/32872528 swapFree=1459628/1655852
[pid=25718] ppid=25715 vsize=9824732 CPUtime=84.92 cores=0,2,4,6
/proc/25718/stat : 25718 (java) S 25715 25718 22091 0 -1 4202496 31550 0 1 0 8423 69 0 0 20 0 19 0 27495741 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140736857605440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25718/statm: 2456183 681363 2280 9 0 2446860 0
[pid=25718/tid=25720] ppid=25715 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/25718/task/25720/stat : 25720 (java) R 25715 25718 22091 0 -1 4202560 2420 0 1 0 44 0 0 0 20 0 19 0 27495742 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437963817512 140437797701116 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25721] ppid=25715 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/25718/task/25721/stat : 25721 (java) S 25715 25718 22091 0 -1 4202560 107 0 0 0 6 2 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437925308712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25722] ppid=25715 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/25718/task/25722/stat : 25722 (java) S 25715 25718 22091 0 -1 4202560 122 0 0 0 11 4 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437924255912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25723] ppid=25715 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/25718/task/25723/stat : 25723 (java) S 25715 25718 22091 0 -1 4202560 86 0 0 0 10 3 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437923203624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25724] ppid=25715 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/25718/task/25724/stat : 25724 (java) S 25715 25718 22091 0 -1 4202560 70 0 0 0 8 3 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437922150824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25725] ppid=25715 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/25718/task/25725/stat : 25725 (java) S 25715 25718 22091 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437921098536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25726] ppid=25715 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/25718/task/25726/stat : 25726 (java) S 25715 25718 22091 0 -1 4202560 72 0 0 0 8 2 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437920045736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25727] ppid=25715 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/25718/task/25727/stat : 25727 (java) S 25715 25718 22091 0 -1 4202560 56 0 0 0 10 2 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437918993448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25728] ppid=25715 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/25718/task/25728/stat : 25728 (java) S 25715 25718 22091 0 -1 4202560 94 0 0 0 11 3 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437917940648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25729] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25729/stat : 25729 (java) S 25715 25718 22091 0 -1 4202560 1220 0 0 0 0 0 0 0 20 0 19 0 27495745 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437787465960 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25730] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25730/stat : 25730 (java) S 25715 25718 22091 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 27495745 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437786412024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25731] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25731/stat : 25731 (java) S 25715 25718 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27495745 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437785359624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25732] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25732/stat : 25732 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27495748 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437784308112 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25733] ppid=25715 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/25718/task/25733/stat : 25733 (java) S 25715 25718 22091 0 -1 4202560 12567 0 0 0 173 3 0 0 20 0 19 0 27495748 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437783255736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25734] ppid=25715 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/25718/task/25734/stat : 25734 (java) S 25715 25718 22091 0 -1 4202560 11690 0 0 0 141 2 0 0 20 0 19 0 27495748 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437782202936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25735] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25735/stat : 25735 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27495748 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140436907748472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25736] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25736/stat : 25736 (java) S 25715 25718 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27495748 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140436906695880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25752] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25752/stat : 25752 (java) S 25715 25718 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27499713 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140436902483496 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 84.92
Current children cumulated vsize (KiB) 9824732

[startup+43.1008 s]
/proc/loadavg: 4.07 4.21 4.21 4/216 25752
/proc/meminfo: memFree=24491876/32872528 swapFree=1459628/1655852
[pid=25718] ppid=25715 vsize=9824732 CPUtime=85.02 cores=0,2,4,6
/proc/25718/stat : 25718 (java) S 25715 25718 22091 0 -1 4202496 31550 0 1 0 8433 69 0 0 20 0 19 0 27495741 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140736857605440 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25718/statm: 2456183 681363 2280 9 0 2446860 0
[pid=25718/tid=25720] ppid=25715 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/25718/task/25720/stat : 25720 (java) R 25715 25718 22091 0 -1 4202560 2420 0 1 0 53 0 0 0 20 0 19 0 27495742 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437963817512 140437797062371 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25721] ppid=25715 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/25718/task/25721/stat : 25721 (java) S 25715 25718 22091 0 -1 4202560 107 0 0 0 6 2 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437925308712 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25722] ppid=25715 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/25718/task/25722/stat : 25722 (java) S 25715 25718 22091 0 -1 4202560 122 0 0 0 11 4 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437924255912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25723] ppid=25715 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/25718/task/25723/stat : 25723 (java) S 25715 25718 22091 0 -1 4202560 86 0 0 0 10 3 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437923203624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25724] ppid=25715 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/25718/task/25724/stat : 25724 (java) S 25715 25718 22091 0 -1 4202560 70 0 0 0 8 3 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437922150824 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25725] ppid=25715 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/25718/task/25725/stat : 25725 (java) S 25715 25718 22091 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437921098536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25726] ppid=25715 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/25718/task/25726/stat : 25726 (java) S 25715 25718 22091 0 -1 4202560 72 0 0 0 8 2 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437920045736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25727] ppid=25715 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/25718/task/25727/stat : 25727 (java) S 25715 25718 22091 0 -1 4202560 56 0 0 0 10 2 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437918993448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25728] ppid=25715 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/25718/task/25728/stat : 25728 (java) S 25715 25718 22091 0 -1 4202560 94 0 0 0 11 3 0 0 20 0 19 0 27495744 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437917940648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25729] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25729/stat : 25729 (java) S 25715 25718 22091 0 -1 4202560 1220 0 0 0 0 0 0 0 20 0 19 0 27495745 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437787465960 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25730] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25730/stat : 25730 (java) S 25715 25718 22091 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 27495745 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437786412024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25731] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25731/stat : 25731 (java) S 25715 25718 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27495745 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437785359624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25732] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25732/stat : 25732 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27495748 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437784308112 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25733] ppid=25715 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/25718/task/25733/stat : 25733 (java) S 25715 25718 22091 0 -1 4202560 12567 0 0 0 173 3 0 0 20 0 19 0 27495748 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437783255736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25734] ppid=25715 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/25718/task/25734/stat : 25734 (java) S 25715 25718 22091 0 -1 4202560 11690 0 0 0 141 2 0 0 20 0 19 0 27495748 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140437782202936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25718/tid=25735] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25735/stat : 25735 (java) S 25715 25718 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27495748 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140436907748472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25718/tid=25736] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25736/stat : 25736 (java) S 25715 25718 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27495748 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140436906695880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25718/tid=25752] ppid=25715 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25718/task/25752/stat : 25752 (java) S 25715 25718 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27499713 10060525568 681363 33554432000 1073741824 1073778376 140736857614304 140436902483496 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 85.02
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0699997
#  lost CPU user time (s): 0.0699997
#  lost CPU system time (s): 0

Real time (s): 43.134
CPU time (s): 85.2191
CPU user time (s): 84.3782
CPU system time (s): 0.840872
CPU usage (%): 197.568
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.3082
system time used= 0.840872
maximum resident set size= 2726840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31563
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= 1872
involuntary context switches= 2253

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.312952 second user time and 0.394939 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 14:55:02
IDJOB=4105490
IDBENCH=2879
IDSOLVER=2543
FILE ID=node136/4105490-1466254502
RUNJOBID= node136-1466240588-22107
PBS_JOBID= 19918192
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m50_100_30_30.r.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105490-1466254502/watcher-4105490-1466254502 -o /tmp/evaluation-result-4105490-1466254502/solver-4105490-1466254502 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4105490-1466254502.opb

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

MD5SUM BENCH= 13fe0c0d776ae7f3e7aff3ed3ce58275
RANDOM SEED=1777077358

node136.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		: 2667.278
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	: 5334.55
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		: 2667.278
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		: 2667.278
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.56
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		: 2667.278
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.55
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		: 2667.278
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		: 2667.278
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		: 2667.278
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.67
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		: 2667.278
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:        27215720 kB
Buffers:           19548 kB
Cached:           103436 kB
SwapCached:        47324 kB
Active:          3158104 kB
Inactive:         128292 kB
Active(anon):    3118668 kB
Inactive(anon):    47248 kB
Active(file):      39436 kB
Inactive(file):    81044 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67054628 kB
Dirty:               480 kB
Writeback:             0 kB
AnonPages:       4773856 kB
Mapped:            16968 kB
Shmem:                 0 kB
Slab:             569608 kB
SReclaimable:      13752 kB
SUnreclaim:       555856 kB
KernelStack:        1808 kB
PageTables:        13796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5123220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3268608 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= 71736 MiB
End job on node136 at 2016-06-18 14:55:45