Trace number 3688234

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
SAT 4j PB RES // CP 2.3.2 SnapshotOPT1 93.4308 57.8972

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_2.opb
MD5SUM031b0f629913e7cd5c934f00ec1a1885
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark11.1943
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2934
Number of bits of the biggest sum of numbers12
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
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 --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
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 Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
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@23174b07
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 learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3688234-1337876211.opb
0.08/0.13	c reading problem ... 
0.08/0.15	c ... done. Wall clock time 0.027s.
0.08/0.15	c declared #vars     94
0.08/0.15	c #constraints  8
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.08/0.15	c 8 constraints processed.
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.08/0.15	c 8 constraints processed.
0.08/0.15	c objective function length is 64 literals
0.27/0.20	c  And the winner is solver0
0.37/0.66	c SATISFIABLE
0.37/0.66	c OPTIMIZING...
0.37/0.66	c Got one! Elapsed wall clock time (in seconds):0.529
0.37/0.66	o 319
0.37/0.67	c  And the winner is solver0
0.55/1.16	c Got one! Elapsed wall clock time (in seconds):1.03
0.55/1.16	o 290
0.55/1.17	c  And the winner is solver0
0.59/1.66	c Got one! Elapsed wall clock time (in seconds):1.532
0.59/1.66	o 137
0.59/1.67	c  And the winner is solver0
0.60/2.16	c Got one! Elapsed wall clock time (in seconds):2.033
0.60/2.16	o 106
0.60/2.19	c  And the winner is solver0
0.72/2.66	c Got one! Elapsed wall clock time (in seconds):2.534
0.72/2.66	o 104
0.72/2.67	c  And the winner is solver0
0.75/3.16	c Got one! Elapsed wall clock time (in seconds):3.035
0.75/3.16	o 98
0.75/3.18	c  And the winner is solver0
0.99/3.66	c Got one! Elapsed wall clock time (in seconds):3.537
0.99/3.66	o 78
0.99/3.67	c  And the winner is solver0
1.06/4.16	c Got one! Elapsed wall clock time (in seconds):4.038
1.06/4.16	o 64
1.06/4.17	c  And the winner is solver0
1.06/4.67	c Got one! Elapsed wall clock time (in seconds):4.539
1.06/4.67	o 57
1.06/4.68	c  And the winner is solver0
1.13/5.17	c Got one! Elapsed wall clock time (in seconds):5.04
1.13/5.17	o 45
1.13/5.18	c  And the winner is solver0
1.17/5.67	c Got one! Elapsed wall clock time (in seconds):5.541
1.17/5.67	o 26
1.24/5.70	c  And the winner is solver0
1.30/6.17	c Got one! Elapsed wall clock time (in seconds):6.043
1.30/6.17	o 25
1.30/6.18	c  And the winner is solver0
1.31/6.67	c Got one! Elapsed wall clock time (in seconds):6.544
1.31/6.67	o 23
1.37/6.70	c  And the winner is solver0
1.46/7.17	c Got one! Elapsed wall clock time (in seconds):7.045
1.46/7.17	o 22
1.46/7.19	c  And the winner is solver0
1.55/7.67	c Got one! Elapsed wall clock time (in seconds):7.546
1.55/7.67	o 20
1.55/7.69	c  And the winner is solver0
1.65/8.17	c Got one! Elapsed wall clock time (in seconds):8.047
1.65/8.17	o 17
1.71/8.23	c  And the winner is solver0
1.86/8.68	c Got one! Elapsed wall clock time (in seconds):8.548
1.86/8.68	o 16
1.91/8.70	c  And the winner is solver0
1.94/9.18	c Got one! Elapsed wall clock time (in seconds):9.05
1.94/9.18	o 14
1.97/9.23	c  And the winner is solver0
2.07/9.68	c Got one! Elapsed wall clock time (in seconds):9.551
2.07/9.68	o 12
2.12/9.72	c  And the winner is solver0
2.24/10.18	c Got one! Elapsed wall clock time (in seconds):10.052
2.24/10.18	o 10
2.27/10.21	c  And the winner is solver0
2.32/10.68	c Got one! Elapsed wall clock time (in seconds):10.553
2.32/10.68	o 8
2.36/10.79	c cleaning 5671 clauses out of 11341 with flag 2001/11341
2.64/10.83	c  And the winner is solver0
2.71/11.18	c Got one! Elapsed wall clock time (in seconds):11.054
2.71/11.18	o 7
2.74/11.27	c  And the winner is solver0
2.93/11.68	c Got one! Elapsed wall clock time (in seconds):11.555
2.93/11.68	o 5
3.17/11.82	c cleaning 5627 clauses out of 11253 with flag 3003/16924
3.57/12.07	c cleaning 5811 clauses out of 11623 with flag 9000/22921
4.18/12.39	c cleaning 6407 clauses out of 12813 with flag 16001/29922
4.38/12.47	c  And the winner is solver0
4.51/12.68	c Got one! Elapsed wall clock time (in seconds):12.556
4.51/12.68	o 4
4.74/12.87	c cleaning 5871 clauses out of 11741 with flag 4004/35257
5.34/13.16	c cleaning 5934 clauses out of 11867 with flag 10001/41254
6.11/13.50	c cleaning 6467 clauses out of 12933 with flag 17001/48254
6.29/13.64	c  And the winner is solver0
6.29/13.68	c Got one! Elapsed wall clock time (in seconds):13.557
6.29/13.68	o 2
6.41/13.79	c cleaning 5730 clauses out of 11466 with flag 2001/53254
6.97/14.03	c cleaning 5865 clauses out of 11735 with flag 8000/59253
7.56/14.33	c cleaning 6435 clauses out of 12873 with flag 15003/66256
8.34/14.72	c cleaning 7215 clauses out of 14435 with flag 23000/74253
9.13/15.18	c cleaning 8106 clauses out of 16220 with flag 32000/83253
10.30/15.78	c cleaning 9057 clauses out of 18114 with flag 42000/93253
10.87/16.00	c  And the winner is solver0
10.89/16.23	c Got one! Elapsed wall clock time (in seconds):16.104
10.89/16.23	o 1
11.63/16.61	c cleaning 9532 clauses out of 19067 with flag 5000/103263
12.21/16.97	c cleaning 7763 clauses out of 15536 with flag 11001/109264
12.98/17.38	c cleaning 7383 clauses out of 14773 with flag 18001/116264
13.74/17.80	c cleaning 7694 clauses out of 15390 with flag 26001/124264
14.73/18.24	c cleaning 8347 clauses out of 16696 with flag 35001/133264
15.93/18.82	c cleaning 9168 clauses out of 18348 with flag 45000/143263
17.31/19.51	c cleaning 10089 clauses out of 20181 with flag 56001/154264
18.66/20.25	c cleaning 11045 clauses out of 22091 with flag 68000/166263
20.24/21.07	c cleaning 12024 clauses out of 24048 with flag 81002/179265
22.22/22.05	c cleaning 13006 clauses out of 26023 with flag 95001/193264
24.60/23.23	c cleaning 14004 clauses out of 28016 with flag 110000/208263
27.35/24.69	c cleaning 15007 clauses out of 30016 with flag 126004/224267
30.32/26.12	c cleaning 16001 clauses out of 32006 with flag 143001/241264
33.89/27.95	c cleaning 17002 clauses out of 34004 with flag 161000/259263
38.47/30.24	c cleaning 17999 clauses out of 36002 with flag 180000/278263
42.39/32.25	c cleaning 18999 clauses out of 38006 with flag 200003/298266
47.11/34.40	c cleaning 20001 clauses out of 40004 with flag 221000/319263
51.85/36.89	c cleaning 21002 clauses out of 42004 with flag 243001/341264
58.08/39.90	c cleaning 21996 clauses out of 44001 with flag 266000/364263
65.05/43.42	c cleaning 23003 clauses out of 46006 with flag 290001/388264
72.00/46.96	c cleaning 24000 clauses out of 48002 with flag 315000/413263
79.57/50.77	c cleaning 25000 clauses out of 50003 with flag 341001/439264
88.06/54.84	c cleaning 25998 clauses out of 52001 with flag 368001/466264
89.56/55.62	c cleaning 0 clauses out of 6770 with flag 0/6785
92.82/57.18	c  And the winner is solver0
93.16/57.88	c starts		: 176
93.16/57.88	c conflicts		: 484119
93.16/57.88	c decisions		: 489920
93.16/57.88	c propagations		: 3636091
93.16/57.88	c inspects		: 584541271
93.16/57.88	c shortcuts		: 0
93.16/57.88	c learnt literals	: 10
93.16/57.89	c learnt binary clauses	: 82
93.16/57.89	c learnt ternary clauses	: 417
93.16/57.89	c learnt constraints	: 484108
93.16/57.89	c ignored constraints	: 0
93.16/57.89	c root simplifications	: 0
93.16/57.89	c removed literals (reason simplification)	: 3343054
93.16/57.89	c reason swapping (by a shorter reason)	: 0
93.16/57.89	c Calls to reduceDB	: 36
93.16/57.89	c number of reductions to clauses (during analyze)	: 0
93.16/57.89	c number of learned constraints concerned by reduction	: 0
93.16/57.89	c number of learning phase by resolution	: 0
93.16/57.89	c number of learning phase by cutting planes	: 0
93.16/57.89	c speed (assignments/second)	: 62988.79187887607
93.16/57.89	c non guided choices	343
93.16/57.89	c learnt constraints type 
93.16/57.89	c constraints type 
93.16/57.89	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
93.16/57.89	c 8 constraints processed.
93.16/57.89	c constraints type 
93.16/57.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
93.16/57.89	c 8 constraints processed.
93.16/57.89	s OPTIMUM FOUND
93.16/57.89	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 
93.16/57.89	c objective function=1
93.16/57.89	c Total wall clock time (in seconds): 57.758

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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


[startup+0 s]
/proc/loadavg: 4.19 4.07 3.92 4/197 27200
/proc/meminfo: memFree=27949728/32873844 swapFree=7388/7388
[pid=27200] ppid=27198 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27200/stat : 27200 (java) D 27198 27200 25184 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 253745508 9515008 182 33554432000 1073741824 1073778376 140734000961440 140734000952472 239237676725 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/27200/statm: 2323 182 140 9 0 71 0

[startup+0.050657 s]
/proc/loadavg: 4.19 4.07 3.92 4/197 27200
/proc/meminfo: memFree=27949728/32873844 swapFree=7388/7388
[pid=27200] ppid=27198 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/27200/stat : 27200 (java) S 27198 27200 25184 0 -1 4202496 3024 0 1 0 2 0 0 0 20 0 13 0 253745508 9446973440 3723 33554432000 1073741824 1073778376 140735706793920 140735706785056 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27200/statm: 2306390 3724 1698 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100241 s]
/proc/loadavg: 4.19 4.07 3.92 4/197 27200
/proc/meminfo: memFree=27949728/32873844 swapFree=7388/7388
[pid=27200] ppid=27198 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/27200/stat : 27200 (java) S 27198 27200 25184 0 -1 4202496 4153 0 1 0 7 1 0 0 20 0 18 0 253745508 9787813888 5348 33554432000 1073741824 1073778376 140735706793920 140735706785056 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27200/statm: 2389603 5349 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300327 s]
/proc/loadavg: 4.19 4.07 3.92 4/197 27200
/proc/meminfo: memFree=27949728/32873844 swapFree=7388/7388
[pid=27200] ppid=27198 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/27200/stat : 27200 (java) S 27198 27200 25184 0 -1 4202496 7233 0 1 0 34 3 0 0 20 0 19 0 253745508 10060460032 8849 33554432000 1073741824 1073778376 140735706793920 140735706785056 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27200/statm: 2456167 8849 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 9824668

[startup+0.700327 s]
/proc/loadavg: 4.19 4.07 3.92 4/197 27200
/proc/meminfo: memFree=27949728/32873844 swapFree=7388/7388
[pid=27200] ppid=27198 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/27200/stat : 27200 (java) S 27198 27200 25184 0 -1 4202496 7852 0 1 0 45 5 0 0 20 0 19 0 253745508 10060460032 10243 33554432000 1073741824 1073778376 140735706793920 140735706785056 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27200/statm: 2456167 10243 2210 9 0 2446860 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9824668

[startup+1.50069 s]
/proc/loadavg: 4.19 4.07 3.92 3/216 27225
/proc/meminfo: memFree=27917148/32873844 swapFree=7388/7388
[pid=27200] ppid=27198 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/27200/stat : 27200 (java) S 27198 27200 25184 0 -1 4202496 8018 0 1 0 53 6 0 0 20 0 19 0 253745508 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 140735706785056 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27200/statm: 2456167 11785 2216 9 0 2446860 0
[pid=27200/tid=27202] ppid=27198 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/27200/task/27202/stat : 27202 (java) S 27198 27200 25184 0 -1 4202560 2445 0 1 0 12 0 0 0 20 0 19 0 253745509 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139816391353336 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27203] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139816234642472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27204] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139816233589672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27205] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139816232536872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27200/tid=27206] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139816231484072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139816230431272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27208] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139816229378472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139816228325672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27210] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27210/stat : 27210 (java) S 27198 27200 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139816227272872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27211] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27211/stat : 27211 (java) S 27198 27200 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253745511 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139815744945128 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27212] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27212/stat : 27212 (java) S 27198 27200 25184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253745512 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139815743891192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27213] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27213/stat : 27213 (java) S 27198 27200 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253745512 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139815742838280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27214] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27214/stat : 27214 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745514 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139815741786768 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27215] ppid=27198 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/27200/task/27215/stat : 27215 (java) S 27198 27200 25184 0 -1 4202560 2200 0 0 0 13 0 0 0 20 0 19 0 253745514 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139815740733880 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27216] ppid=27198 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/27200/task/27216/stat : 27216 (java) S 27198 27200 25184 0 -1 4202560 2046 0 0 0 15 0 0 0 20 0 19 0 253745514 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139815739681080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27200/tid=27217] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27217/stat : 27217 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745514 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139815738628472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27200/tid=27218] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27218/stat : 27218 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745514 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139815737575880 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27222] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27222/stat : 27222 (java) S 27198 27200 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253745524 10060460032 11785 33554432000 1073741824 1073778376 140735706793920 139815733364008 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9824668

[startup+3.1007 s]
/proc/loadavg: 4.19 4.07 3.92 3/216 27231
/proc/meminfo: memFree=27906180/32873844 swapFree=7388/7388
[pid=27200] ppid=27198 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/27200/stat : 27200 (java) S 27198 27200 25184 0 -1 4202496 8058 0 1 0 66 9 0 0 20 0 19 0 253745508 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 140735706785056 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27200/statm: 2456167 15891 2218 9 0 2446860 0
[pid=27200/tid=27202] ppid=27198 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/27200/task/27202/stat : 27202 (java) S 27198 27200 25184 0 -1 4202560 2446 0 1 0 12 0 0 0 20 0 19 0 253745509 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139816391353336 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27203] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139816234642472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27204] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139816233589672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27205] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139816232536872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27200/tid=27206] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139816231484072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139816230431272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27208] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139816229378472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139816228325672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27210] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27210/stat : 27210 (java) S 27198 27200 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139816227272872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27211] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27211/stat : 27211 (java) S 27198 27200 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253745511 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139815744945128 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27212] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27212/stat : 27212 (java) S 27198 27200 25184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253745512 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139815743891192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27213] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27213/stat : 27213 (java) S 27198 27200 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253745512 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139815742838280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27214] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27214/stat : 27214 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745514 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139815741786768 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27215] ppid=27198 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/27200/task/27215/stat : 27215 (java) S 27198 27200 25184 0 -1 4202560 2200 0 0 0 17 0 0 0 20 0 19 0 253745514 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139815740733880 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27216] ppid=27198 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/27200/task/27216/stat : 27216 (java) S 27198 27200 25184 0 -1 4202560 2055 0 0 0 18 0 0 0 20 0 19 0 253745514 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139815739681080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27200/tid=27217] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27217/stat : 27217 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745514 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139815738628472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27200/tid=27218] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27218/stat : 27218 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745514 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139815737575880 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27222] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27222/stat : 27222 (java) S 27198 27200 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253745524 10060460032 15891 33554432000 1073741824 1073778376 140735706793920 139815733364008 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 9824668
heavy processes:

[startup+6.30075 s]
/proc/loadavg: 4.02 4.04 3.91 3/216 27252
/proc/meminfo: memFree=27866528/32873844 swapFree=7388/7388
[pid=27200] ppid=27198 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/27200/stat : 27200 (java) S 27198 27200 25184 0 -1 4202496 12000 0 1 0 114 17 0 0 20 0 19 0 253745508 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 140735706785056 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27200/statm: 2456167 26947 2234 9 0 2446860 0
[pid=27200/tid=27202] ppid=27198 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/27200/task/27202/stat : 27202 (java) S 27198 27200 25184 0 -1 4202560 2448 0 1 0 13 0 0 0 20 0 19 0 253745509 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139816391353336 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27203] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139816234642472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27204] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139816233589672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27205] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139816232536872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27200/tid=27206] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139816231484072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139816230431272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27208] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139816229378472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139816228325672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27210] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27210/stat : 27210 (java) S 27198 27200 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253745510 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139816227272872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27211] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27211/stat : 27211 (java) S 27198 27200 25184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253745511 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139815744945128 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27212] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27212/stat : 27212 (java) S 27198 27200 25184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253745512 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139815743891192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27213] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27213/stat : 27213 (java) S 27198 27200 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253745512 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139815742838280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27214] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27214/stat : 27214 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745514 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139815741786768 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27215] ppid=27198 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/27200/task/27215/stat : 27215 (java) S 27198 27200 25184 0 -1 4202560 2294 0 0 0 24 0 0 0 20 0 19 0 253745514 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139815740733880 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27216] ppid=27198 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/27200/task/27216/stat : 27216 (java) S 27198 27200 25184 0 -1 4202560 5810 0 0 0 52 0 0 0 20 0 19 0 253745514 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139815739681080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27200/tid=27217] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27217/stat : 27217 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745514 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139815738628472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27200/tid=27218] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27218/stat : 27218 (java) S 27198 27200 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253745514 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139815737575880 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27222] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27222/stat : 27222 (java) S 27198 27200 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253745524 10060460032 26947 33554432000 1073741824 1073778376 140735706793920 139815733364008 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9824668
heavy processes:

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

[pid=27200/tid=27211] ppid=27198 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/27200/task/27211/stat : 27211 (java) S 27198 27200 25184 0 -1 4202560 474 0 0 0 161 6 0 0 20 0 22 0 253745511 10060460032 266398 33554432000 1073741824 1073778376 140735706793920 139815744945128 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27212] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27212/stat : 27212 (java) S 27198 27200 25184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253745512 10060460032 266398 33554432000 1073741824 1073778376 140735706793920 139815743891192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27213] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27213/stat : 27213 (java) S 27198 27200 25184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253745512 10060460032 266398 33554432000 1073741824 1073778376 140735706793920 139815742838280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27214] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27214/stat : 27214 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253745514 10060460032 266398 33554432000 1073741824 1073778376 140735706793920 139815741786768 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27215] ppid=27198 vsize=9824668 CPUtime=1.53 cores=0,2,4,6
/proc/27200/task/27215/stat : 27215 (java) S 27198 27200 25184 0 -1 4202560 13860 0 0 0 150 3 0 0 20 0 22 0 253745514 10060460032 266398 33554432000 1073741824 1073778376 140735706793920 139815740733880 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27216] ppid=27198 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/27200/task/27216/stat : 27216 (java) S 27198 27200 25184 0 -1 4202560 5842 0 0 0 100 0 0 0 20 0 22 0 253745514 10060460032 266398 33554432000 1073741824 1073778376 140735706793920 139815739681080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27217] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27217/stat : 27217 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253745514 10060460032 266398 33554432000 1073741824 1073778376 140735706793920 139815738628472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27200/tid=27218] ppid=27198 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27200/task/27218/stat : 27218 (java) S 27198 27200 25184 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 253745514 10060460032 266398 33554432000 1073741824 1073778376 140735706793920 139815737575880 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27222] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27222/stat : 27222 (java) S 27198 27200 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253745524 10060460032 266398 33554432000 1073741824 1073778376 140735706793920 139815733364008 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27200/tid=27298] ppid=27198 vsize=9824668 CPUtime=38.68 cores=0,2,4,6
/proc/27200/task/27298/stat : 27298 (java) R 27198 27200 25184 0 -1 4202560 46 0 0 0 3868 0 0 0 20 0 22 0 253747131 10060460032 266398 33554432000 1073741824 1073778376 140735706793920 139815736521000 139816235167022 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27200/tid=27299] ppid=27198 vsize=9824668 CPUtime=38.66 cores=0,2,4,6
/proc/27200/task/27299/stat : 27299 (java) R 27198 27200 25184 0 -1 4202560 2016 0 0 0 3854 12 0 0 20 0 22 0 253747131 10060460032 266398 33554432000 1073741824 1073778376 140735706793920 139815734416368 139816235151432 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27300] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27300/stat : 27300 (java) S 27198 27200 25184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253747136 10060460032 266398 33554432000 1073741824 1073778376 140735706793920 139815735469608 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 91.92
Current children cumulated vsize (KiB) 9824668

[startup+57.5007 s]
/proc/loadavg: 3.93 4.00 3.90 5/219 27300
/proc/meminfo: memFree=26920240/32873844 swapFree=7388/7388
[pid=27200] ppid=27198 vsize=9824668 CPUtime=92.85 cores=0,2,4,6
/proc/27200/stat : 27200 (java) S 27198 27200 25184 0 -1 4202496 26931 0 1 0 9214 71 0 0 20 0 19 0 253745508 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 140735706785056 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27200/statm: 2456167 266392 2275 9 0 2446860 0
[pid=27200/tid=27202] ppid=27198 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/27200/task/27202/stat : 27202 (java) R 27198 27200 25184 0 -1 4202560 2451 0 1 0 15 2 0 0 20 0 19 0 253745509 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816391353336 139816235699292 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27203] ppid=27198 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25184 0 -1 4202560 128 0 0 0 12 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816234642472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27204] ppid=27198 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25184 0 -1 4202560 102 0 0 0 14 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816233589672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27205] ppid=27198 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25184 0 -1 4202560 46 0 0 0 12 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816232536872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27206] ppid=27198 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25184 0 -1 4202560 65 0 0 0 13 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816231484072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25184 0 -1 4202560 51 0 0 0 14 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816230431272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27200/tid=27208] ppid=27198 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25184 0 -1 4202560 72 0 0 0 16 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816229378472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25184 0 -1 4202560 84 0 0 0 15 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816228325672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27210] ppid=27198 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/27200/task/27210/stat : 27210 (java) S 27198 27200 25184 0 -1 4202560 56 0 0 0 12 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816227272872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27211] ppid=27198 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/27200/task/27211/stat : 27211 (java) S 27198 27200 25184 0 -1 4202560 474 0 0 0 161 6 0 0 20 0 19 0 253745511 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815744945128 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27212] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27212/stat : 27212 (java) S 27198 27200 25184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 253745512 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815743891192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27213] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27213/stat : 27213 (java) S 27198 27200 25184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253745512 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815742838280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27214] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27214/stat : 27214 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745514 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815741786768 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27215] ppid=27198 vsize=9824668 CPUtime=1.58 cores=0,2,4,6
/proc/27200/task/27215/stat : 27215 (java) S 27198 27200 25184 0 -1 4202560 13865 0 0 0 155 3 0 0 20 0 19 0 253745514 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815740733880 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27216] ppid=27198 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/27200/task/27216/stat : 27216 (java) S 27198 27200 25184 0 -1 4202560 5843 0 0 0 104 0 0 0 20 0 19 0 253745514 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815739681080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27217] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27217/stat : 27217 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745514 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815738628472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27200/tid=27218] ppid=27198 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27200/task/27218/stat : 27218 (java) S 27198 27200 25184 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 253745514 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815737575880 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27200/tid=27222] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27222/stat : 27222 (java) S 27198 27200 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253745524 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815733364008 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 92.85
Current children cumulated vsize (KiB) 9824668

[startup+57.7007 s]
/proc/loadavg: 3.93 4.00 3.90 5/219 27300
/proc/meminfo: memFree=26920240/32873844 swapFree=7388/7388
[pid=27200] ppid=27198 vsize=9824668 CPUtime=93.05 cores=0,2,4,6
/proc/27200/stat : 27200 (java) S 27198 27200 25184 0 -1 4202496 26931 0 1 0 9234 71 0 0 20 0 19 0 253745508 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 140735706785056 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27200/statm: 2456167 266392 2275 9 0 2446860 0
[pid=27200/tid=27202] ppid=27198 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/27200/task/27202/stat : 27202 (java) R 27198 27200 25184 0 -1 4202560 2451 0 1 0 35 2 0 0 20 0 19 0 253745509 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816391353112 139816235699292 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27203] ppid=27198 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25184 0 -1 4202560 128 0 0 0 12 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816234642472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27204] ppid=27198 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25184 0 -1 4202560 102 0 0 0 14 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816233589672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27205] ppid=27198 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25184 0 -1 4202560 46 0 0 0 12 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816232536872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27206] ppid=27198 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25184 0 -1 4202560 65 0 0 0 13 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816231484072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25184 0 -1 4202560 51 0 0 0 14 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816230431272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27200/tid=27208] ppid=27198 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25184 0 -1 4202560 72 0 0 0 16 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816229378472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25184 0 -1 4202560 84 0 0 0 15 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816228325672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27210] ppid=27198 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/27200/task/27210/stat : 27210 (java) S 27198 27200 25184 0 -1 4202560 56 0 0 0 12 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816227272872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27211] ppid=27198 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/27200/task/27211/stat : 27211 (java) S 27198 27200 25184 0 -1 4202560 474 0 0 0 161 6 0 0 20 0 19 0 253745511 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815744945128 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27212] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27212/stat : 27212 (java) S 27198 27200 25184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 253745512 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815743891192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27213] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27213/stat : 27213 (java) S 27198 27200 25184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253745512 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815742838280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27214] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27214/stat : 27214 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745514 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815741786768 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27215] ppid=27198 vsize=9824668 CPUtime=1.58 cores=0,2,4,6
/proc/27200/task/27215/stat : 27215 (java) S 27198 27200 25184 0 -1 4202560 13865 0 0 0 155 3 0 0 20 0 19 0 253745514 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815740733880 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27216] ppid=27198 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/27200/task/27216/stat : 27216 (java) S 27198 27200 25184 0 -1 4202560 5843 0 0 0 105 0 0 0 20 0 19 0 253745514 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815739681080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27217] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27217/stat : 27217 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745514 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815738628472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27200/tid=27218] ppid=27198 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27200/task/27218/stat : 27218 (java) S 27198 27200 25184 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 253745514 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815737575880 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27222] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27222/stat : 27222 (java) S 27198 27200 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253745524 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815733364008 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 93.05
Current children cumulated vsize (KiB) 9824668

[startup+57.8007 s]
/proc/loadavg: 3.93 4.00 3.90 5/219 27300
/proc/meminfo: memFree=26920240/32873844 swapFree=7388/7388
[pid=27200] ppid=27198 vsize=9824668 CPUtime=93.16 cores=0,2,4,6
/proc/27200/stat : 27200 (java) S 27198 27200 25184 0 -1 4202496 26932 0 1 0 9245 71 0 0 20 0 19 0 253745508 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 140735706785056 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27200/statm: 2456167 266392 2275 9 0 2446860 0
[pid=27200/tid=27202] ppid=27198 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/27200/task/27202/stat : 27202 (java) R 27198 27200 25184 0 -1 4202560 2452 0 1 0 44 2 0 0 20 0 19 0 253745509 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816391352960 139816235285400 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27200/tid=27203] ppid=27198 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/27200/task/27203/stat : 27203 (java) S 27198 27200 25184 0 -1 4202560 128 0 0 0 12 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816234642472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27204] ppid=27198 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/27200/task/27204/stat : 27204 (java) S 27198 27200 25184 0 -1 4202560 102 0 0 0 14 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816233589672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27205] ppid=27198 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/27200/task/27205/stat : 27205 (java) S 27198 27200 25184 0 -1 4202560 46 0 0 0 12 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816232536872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27206] ppid=27198 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/27200/task/27206/stat : 27206 (java) S 27198 27200 25184 0 -1 4202560 65 0 0 0 13 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816231484072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27200/tid=27207] ppid=27198 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/27200/task/27207/stat : 27207 (java) S 27198 27200 25184 0 -1 4202560 51 0 0 0 14 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816230431272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27200/tid=27208] ppid=27198 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/27200/task/27208/stat : 27208 (java) S 27198 27200 25184 0 -1 4202560 72 0 0 0 16 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816229378472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27200/tid=27209] ppid=27198 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/27200/task/27209/stat : 27209 (java) S 27198 27200 25184 0 -1 4202560 84 0 0 0 15 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816228325672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27210] ppid=27198 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/27200/task/27210/stat : 27210 (java) S 27198 27200 25184 0 -1 4202560 56 0 0 0 12 0 0 0 20 0 19 0 253745510 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139816227272872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27211] ppid=27198 vsize=9824668 CPUtime=1.68 cores=0,2,4,6
/proc/27200/task/27211/stat : 27211 (java) S 27198 27200 25184 0 -1 4202560 474 0 0 0 162 6 0 0 20 0 19 0 253745511 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815744945128 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27212] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27212/stat : 27212 (java) S 27198 27200 25184 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 253745512 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815743891192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27213] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27213/stat : 27213 (java) S 27198 27200 25184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253745512 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815742838280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27214] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27214/stat : 27214 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745514 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815741786768 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27215] ppid=27198 vsize=9824668 CPUtime=1.58 cores=0,2,4,6
/proc/27200/task/27215/stat : 27215 (java) S 27198 27200 25184 0 -1 4202560 13865 0 0 0 155 3 0 0 20 0 19 0 253745514 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815740733880 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27200/tid=27216] ppid=27198 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/27200/task/27216/stat : 27216 (java) S 27198 27200 25184 0 -1 4202560 5843 0 0 0 106 0 0 0 20 0 19 0 253745514 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815739681080 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27217] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27217/stat : 27217 (java) S 27198 27200 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253745514 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815738628472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27200/tid=27218] ppid=27198 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27200/task/27218/stat : 27218 (java) S 27198 27200 25184 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 253745514 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815737575880 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27200/tid=27222] ppid=27198 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27200/task/27222/stat : 27222 (java) S 27198 27200 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253745524 10060460032 266392 33554432000 1073741824 1073778376 140735706793920 139815733364008 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 93.16
Current children cumulated vsize (KiB) 9824668

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.0899963
#  lost CPU user time (s): 0.0899963
#  lost CPU system time (s): 0

Real time (s): 57.8972
CPU time (s): 93.4308
CPU user time (s): 92.6469
CPU system time (s): 0.78388
CPU usage (%): 161.374
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.5569
system time used= 0.78388
maximum resident set size= 1076056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26937
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= 4135
involuntary context switches= 3503

runsolver used 0.248962 second user time and 0.574912 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-24 18:16:51
IDJOB=3688234
IDBENCH=2916
IDSOLVER=2268
FILE ID=node147/3688234-1337876211
RUNJOBID= node147-1337871880-25200
PBS_JOBID= 14620057
Free space on /tmp= 71712 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688234-1337876211/watcher-3688234-1337876211 -o /tmp/evaluation-result-3688234-1337876211/solver-3688234-1337876211 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688234-1337876211.opb

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

MD5SUM BENCH= 031b0f629913e7cd5c934f00ec1a1885
RANDOM SEED=387823464

node147.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.951
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.90
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.951
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	: 5331.91
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.951
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	: 5331.87
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.951
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	: 5331.91
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.951
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	: 5331.91
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.951
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	: 5331.91
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.951
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	: 5331.91
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.951
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27949620 kB
Buffers:          219396 kB
Cached:          1448280 kB
SwapCached:         6180 kB
Active:          2824404 kB
Inactive:        1324396 kB
Active(anon):    2476584 kB
Inactive(anon):     6780 kB
Active(file):     347820 kB
Inactive(file):  1317616 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:               500 kB
Writeback:             0 kB
AnonPages:       2482864 kB
Mapped:            17892 kB
Shmem:                 0 kB
Slab:             630760 kB
SReclaimable:      72004 kB
SUnreclaim:       558756 kB
KernelStack:        1624 kB
PageTables:         9640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2781164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2426880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node147 at 2012-05-24 18:17:49