Trace number 3688235

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 Resolution 2.3.2 SnapshotOPT1 26.42 24.966

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3688235-1337880905.opb
0.11/0.10	c reading problem ... 
0.11/0.13	c ... done. Wall clock time 0.023s.
0.11/0.13	c declared #vars     94
0.11/0.13	c #constraints  8
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.11/0.13	c 8 constraints processed.
0.11/0.13	c objective function length is 64 literals
0.11/0.16	c SATISFIABLE
0.11/0.16	c OPTIMIZING...
0.11/0.16	c Got one! Elapsed wall clock time (in seconds):0.058
0.11/0.16	o 127
0.11/0.19	c Got one! Elapsed wall clock time (in seconds):0.082
0.11/0.19	o 126
0.32/0.20	c Got one! Elapsed wall clock time (in seconds):0.095
0.32/0.20	o 83
0.32/0.21	c Got one! Elapsed wall clock time (in seconds):0.111
0.32/0.21	o 81
0.32/0.22	c Got one! Elapsed wall clock time (in seconds):0.12
0.32/0.22	o 44
0.32/0.24	c Got one! Elapsed wall clock time (in seconds):0.138
0.32/0.24	o 43
0.32/0.25	c Got one! Elapsed wall clock time (in seconds):0.151
0.32/0.25	o 40
0.32/0.27	c Got one! Elapsed wall clock time (in seconds):0.161
0.32/0.27	o 39
0.32/0.28	c Got one! Elapsed wall clock time (in seconds):0.175
0.32/0.28	o 37
0.48/0.30	c Got one! Elapsed wall clock time (in seconds):0.192
0.48/0.30	o 36
0.48/0.30	c Got one! Elapsed wall clock time (in seconds):0.195
0.48/0.30	o 31
0.48/0.31	c Got one! Elapsed wall clock time (in seconds):0.207
0.48/0.31	o 30
0.48/0.32	c Got one! Elapsed wall clock time (in seconds):0.218
0.48/0.32	o 27
0.48/0.34	c Got one! Elapsed wall clock time (in seconds):0.232
0.48/0.34	o 24
0.48/0.36	c Got one! Elapsed wall clock time (in seconds):0.254
0.48/0.36	o 22
0.48/0.38	c Got one! Elapsed wall clock time (in seconds):0.279
0.48/0.38	o 12
0.62/0.40	c Got one! Elapsed wall clock time (in seconds):0.295
0.62/0.40	o 11
0.62/0.49	c Got one! Elapsed wall clock time (in seconds):0.389
0.62/0.49	o 10
0.72/0.51	c Got one! Elapsed wall clock time (in seconds):0.403
0.72/0.51	o 9
0.85/0.65	c cleaning 5732 clauses out of 11463 with flag 3000/11463
0.85/0.67	c Got one! Elapsed wall clock time (in seconds):0.563
0.85/0.67	o 6
0.98/0.75	c Got one! Elapsed wall clock time (in seconds):0.644
0.98/0.75	o 5
1.08/0.88	c cleaning 5534 clauses out of 11068 with flag 3000/16800
1.40/1.13	c cleaning 5768 clauses out of 11536 with flag 9002/22802
1.40/1.14	c Got one! Elapsed wall clock time (in seconds):1.037
1.40/1.14	o 4
1.63/1.33	c cleaning 5504 clauses out of 11007 with flag 5000/28041
1.83/1.57	c cleaning 5752 clauses out of 11503 with flag 11000/34041
2.13/1.86	c cleaning 6376 clauses out of 12751 with flag 18000/41041
2.44/2.17	c cleaning 7185 clauses out of 14375 with flag 26000/49041
2.83/2.53	c cleaning 8095 clauses out of 16191 with flag 35001/58042
2.95/2.60	c Got one! Elapsed wall clock time (in seconds):2.496
2.95/2.60	o 3
3.05/2.72	c cleaning 6639 clauses out of 13279 with flag 3000/63225
3.28/2.92	c cleaning 6316 clauses out of 12640 with flag 9000/69225
3.48/3.16	c cleaning 6663 clauses out of 13326 with flag 16002/76227
3.79/3.45	c cleaning 7331 clauses out of 14663 with flag 24002/84227
4.20/3.81	c cleaning 8163 clauses out of 16330 with flag 33000/93225
4.63/4.22	c cleaning 9084 clauses out of 18167 with flag 43000/103225
5.03/4.69	c cleaning 10041 clauses out of 20084 with flag 54001/114226
5.63/5.21	c cleaning 11021 clauses out of 22044 with flag 66002/126227
6.14/5.77	c cleaning 12012 clauses out of 24024 with flag 79003/139228
6.84/6.43	c cleaning 13006 clauses out of 26011 with flag 93002/153227
7.54/7.17	c cleaning 14002 clauses out of 28003 with flag 108000/168225
7.65/7.22	c Got one! Elapsed wall clock time (in seconds):7.115
7.65/7.22	o 1
7.85/7.45	c cleaning 9636 clauses out of 19273 with flag 4001/173497
8.06/7.67	c cleaning 7812 clauses out of 15636 with flag 10000/179496
8.36/7.93	c cleaning 7410 clauses out of 14825 with flag 17001/186497
8.56/8.19	c cleaning 7703 clauses out of 15415 with flag 25001/194497
8.98/8.51	c cleaning 8356 clauses out of 16711 with flag 34000/203496
9.30/8.87	c cleaning 9174 clauses out of 18355 with flag 44000/213496
9.80/9.31	c cleaning 10091 clauses out of 20183 with flag 55002/224498
10.20/9.77	c cleaning 11046 clauses out of 22091 with flag 67001/236497
10.80/10.31	c cleaning 12022 clauses out of 24045 with flag 80001/249497
11.41/10.90	c cleaning 13011 clauses out of 26022 with flag 94000/263496
12.10/11.61	c cleaning 14007 clauses out of 28013 with flag 109002/278498
12.81/12.37	c cleaning 14999 clauses out of 30005 with flag 125001/294497
13.62/13.15	c cleaning 16002 clauses out of 32006 with flag 142001/311497
14.76/14.17	c cleaning 16999 clauses out of 34004 with flag 160001/329497
16.17/15.32	c cleaning 18001 clauses out of 36004 with flag 179000/348496
17.27/16.49	c cleaning 18999 clauses out of 38003 with flag 199000/368496
18.57/17.76	c cleaning 19999 clauses out of 40004 with flag 220000/389496
20.51/19.32	c cleaning 20999 clauses out of 42005 with flag 242000/411496
22.02/20.78	c cleaning 22001 clauses out of 44007 with flag 265001/434497
23.67/22.39	c cleaning 23003 clauses out of 46005 with flag 289000/458496
25.49/24.13	c cleaning 24000 clauses out of 48003 with flag 314001/483497
26.29/24.96	c starts		: 176
26.29/24.96	c conflicts		: 495828
26.29/24.96	c decisions		: 501524
26.29/24.96	c propagations		: 3815052
26.29/24.96	c inspects		: 318898327
26.29/24.96	c shortcuts		: 0
26.29/24.96	c learnt literals	: 10
26.29/24.96	c learnt binary clauses	: 14
26.29/24.96	c learnt ternary clauses	: 19
26.29/24.96	c learnt constraints	: 495817
26.29/24.96	c ignored constraints	: 0
26.29/24.96	c root simplifications	: 0
26.29/24.96	c removed literals (reason simplification)	: 0
26.29/24.96	c reason swapping (by a shorter reason)	: 0
26.29/24.96	c Calls to reduceDB	: 40
26.29/24.96	c number of reductions to clauses (during analyze)	: 0
26.29/24.96	c number of learned constraints concerned by reduction	: 0
26.29/24.96	c number of learning phase by resolution	: 0
26.29/24.96	c number of learning phase by cutting planes	: 0
26.29/24.96	c speed (assignments/second)	: 153665.44487855962
26.29/24.96	c non guided choices	316
26.29/24.96	c learnt constraints type 
26.29/24.96	c constraints type 
26.29/24.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
26.29/24.96	c 8 constraints processed.
26.29/24.96	s OPTIMUM FOUND
26.29/24.96	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 
26.29/24.96	c objective function=1
26.29/24.96	c Total wall clock time (in seconds): 24.854

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-3688235-1337880905/watcher-3688235-1337880905 -o /tmp/evaluation-result-3688235-1337880905/solver-3688235-1337880905 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688235-1337880905.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: 1.93 1.98 1.99 3/194 13119
/proc/meminfo: memFree=27880812/32873844 swapFree=7364/7364
[pid=13119] ppid=13117 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/13119/stat : 13119 (java) R 13117 13119 12001 0 -1 4202496 1135 0 0 0 0 0 0 0 20 0 1 0 254216585 23793664 864 33554432000 1073741824 1073778376 140733409712800 140733409701864 251022861461 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13119/statm: 5809 864 653 9 0 128 0

[startup+0.0388079 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 13119
/proc/meminfo: memFree=27880812/32873844 swapFree=7364/7364
[pid=13119] ppid=13117 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/13119/stat : 13119 (java) S 13117 13119 12001 0 -1 4202496 3075 0 1 0 2 0 0 0 20 0 13 0 254216585 9446973440 3263 33554432000 1073741824 1073778376 140733409712800 140733409703936 251035418685 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13119/statm: 2306390 3263 1698 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100291 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 13119
/proc/meminfo: memFree=27880812/32873844 swapFree=7364/7364
[pid=13119] ppid=13117 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/13119/stat : 13119 (java) S 13117 13119 12001 0 -1 4202496 4442 0 1 0 10 1 0 0 20 0 18 0 254216585 9787813888 5644 33554432000 1073741824 1073778376 140733409712800 140733409703936 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13119/statm: 2389603 5646 2110 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300206 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 13119
/proc/meminfo: memFree=27880812/32873844 swapFree=7364/7364
[pid=13119] ppid=13117 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/13119/stat : 13119 (java) S 13117 13119 12001 0 -1 4202496 6498 0 1 0 46 2 0 0 20 0 19 0 254216585 9855975424 6791 33554432000 1073741824 1073778376 140733409712800 140733409703936 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13119/statm: 2406244 6791 2210 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9624976

[startup+0.700191 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 13119
/proc/meminfo: memFree=27880812/32873844 swapFree=7364/7364
[pid=13119] ppid=13117 vsize=9624976 CPUtime=0.98 cores=0,2,4,6
/proc/13119/stat : 13119 (java) S 13117 13119 12001 0 -1 4202496 6969 0 1 0 96 2 0 0 20 0 19 0 254216585 9855975424 8931 33554432000 1073741824 1073778376 140733409712800 140733409703936 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13119/statm: 2406244 8931 2253 9 0 2396937 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9624976

[startup+1.50068 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 13138
/proc/meminfo: memFree=27853792/32873844 swapFree=7364/7364
[pid=13119] ppid=13117 vsize=9624976 CPUtime=1.83 cores=0,2,4,6
/proc/13119/stat : 13119 (java) S 13117 13119 12001 0 -1 4202496 7184 0 1 0 181 2 0 0 20 0 19 0 254216585 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 140733409703936 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13119/statm: 2406244 9481 2263 9 0 2396937 0
[pid=13119/tid=13121] ppid=13117 vsize=9624976 CPUtime=1.44 cores=0,2,4,6
/proc/13119/task/13121/stat : 13121 (java) R 13117 13119 12001 0 -1 4202560 2501 0 1 0 142 2 0 0 20 0 19 0 254216586 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784476594424 139784349532122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13122] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13122/stat : 13122 (java) S 13117 13119 12001 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254216586 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784320706728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13123] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13123/stat : 13123 (java) S 13117 13119 12001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254216586 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784319654184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13124] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13124/stat : 13124 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216586 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784318601640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13125] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13125/stat : 13125 (java) S 13117 13119 12001 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254216586 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784317549096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13126] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13126/stat : 13126 (java) S 13117 13119 12001 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254216586 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784316496552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13127] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13127/stat : 13127 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216587 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784315444008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13128] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13128/stat : 13128 (java) S 13117 13119 12001 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254216587 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784314391464 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13129] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13129/stat : 13129 (java) S 13117 13119 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254216587 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784313338920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13130] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13130/stat : 13130 (java) S 13117 13119 12001 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 254216588 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784300927080 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13131] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13131/stat : 13131 (java) S 13117 13119 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254216588 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784299873400 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13132] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13132/stat : 13132 (java) S 13117 13119 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254216588 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784298820744 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13133] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13133/stat : 13133 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216590 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784297769488 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13134] ppid=13117 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/13119/task/13134/stat : 13134 (java) S 13117 13119 12001 0 -1 4202560 1160 0 0 0 15 0 0 0 20 0 19 0 254216590 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784296716856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13135] ppid=13117 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/13119/task/13135/stat : 13135 (java) S 13117 13119 12001 0 -1 4202560 2269 0 0 0 15 0 0 0 20 0 19 0 254216591 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784295664312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13136] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13136/stat : 13136 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216591 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784294611960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13137] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13137/stat : 13137 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216591 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784293559624 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13138] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13138/stat : 13138 (java) S 13117 13119 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254216599 9855975424 9481 33554432000 1073741824 1073778376 140733409712800 139784292471592 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9624976

[startup+3.10068 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 13138
/proc/meminfo: memFree=27848828/32873844 swapFree=7364/7364
[pid=13119] ppid=13117 vsize=9624976 CPUtime=3.48 cores=0,2,4,6
/proc/13119/stat : 13119 (java) S 13117 13119 12001 0 -1 4202496 7396 0 1 0 346 2 0 0 20 0 19 0 254216585 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 140733409703936 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13119/statm: 2406244 10016 2267 9 0 2396937 0
[pid=13119/tid=13121] ppid=13117 vsize=9624976 CPUtime=2.98 cores=0,2,4,6
/proc/13119/task/13121/stat : 13121 (java) R 13117 13119 12001 0 -1 4202560 2511 0 1 0 296 2 0 0 20 0 19 0 254216586 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784476594584 139784349489271 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13122] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13122/stat : 13122 (java) S 13117 13119 12001 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254216586 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784320706728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13123] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13123/stat : 13123 (java) S 13117 13119 12001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254216586 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784319654184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13124] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13124/stat : 13124 (java) S 13117 13119 12001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254216586 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784318601640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13125] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13125/stat : 13125 (java) S 13117 13119 12001 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254216586 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784317549096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13126] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13126/stat : 13126 (java) S 13117 13119 12001 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254216586 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784316496552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13127] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13127/stat : 13127 (java) S 13117 13119 12001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254216587 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784315444008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13128] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13128/stat : 13128 (java) S 13117 13119 12001 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254216587 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784314391464 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13129] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13129/stat : 13129 (java) S 13117 13119 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254216587 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784313338920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13130] ppid=13117 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/13119/task/13130/stat : 13130 (java) S 13117 13119 12001 0 -1 4202560 33 0 0 0 7 0 0 0 20 0 19 0 254216588 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784300927080 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13131] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13131/stat : 13131 (java) S 13117 13119 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254216588 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784299873400 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13132] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13132/stat : 13132 (java) S 13117 13119 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254216588 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784298820744 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13133] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13133/stat : 13133 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216590 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784297769488 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13134] ppid=13117 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/13119/task/13134/stat : 13134 (java) S 13117 13119 12001 0 -1 4202560 1345 0 0 0 18 0 0 0 20 0 19 0 254216590 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784296716856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13135] ppid=13117 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/13119/task/13135/stat : 13135 (java) S 13117 13119 12001 0 -1 4202560 2269 0 0 0 15 0 0 0 20 0 19 0 254216591 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784295664312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13136] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13136/stat : 13136 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216591 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784294611960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13137] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13137/stat : 13137 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216591 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784293559624 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13138] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13138/stat : 13138 (java) S 13117 13119 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254216599 9855975424 10016 33554432000 1073741824 1073778376 140733409712800 139784292471592 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 13138
/proc/meminfo: memFree=27849448/32873844 swapFree=7364/7364
[pid=13119] ppid=13117 vsize=9624976 CPUtime=6.74 cores=0,2,4,6
/proc/13119/stat : 13119 (java) S 13117 13119 12001 0 -1 4202496 7420 0 1 0 672 2 0 0 20 0 19 0 254216585 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 140733409703936 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13119/statm: 2406244 9735 2267 9 0 2396937 0
[pid=13119/tid=13121] ppid=13117 vsize=9624976 CPUtime=6.08 cores=0,2,4,6
/proc/13119/task/13121/stat : 13121 (java) R 13117 13119 12001 0 -1 4202560 2519 0 1 0 606 2 0 0 20 0 19 0 254216586 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784476594464 139784349494676 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13122] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13122/stat : 13122 (java) S 13117 13119 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254216586 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784320706728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13123] ppid=13117 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/13119/task/13123/stat : 13123 (java) S 13117 13119 12001 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 254216586 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784319654184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13124] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13124/stat : 13124 (java) S 13117 13119 12001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254216586 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784318601640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13125] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13125/stat : 13125 (java) S 13117 13119 12001 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254216586 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784317549096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13126] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13126/stat : 13126 (java) S 13117 13119 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254216586 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784316496552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13127] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13127/stat : 13127 (java) S 13117 13119 12001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254216587 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784315444008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13128] ppid=13117 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/13119/task/13128/stat : 13128 (java) S 13117 13119 12001 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 254216587 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784314391464 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13129] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13129/stat : 13129 (java) S 13117 13119 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254216587 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784313338920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13130] ppid=13117 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/13119/task/13130/stat : 13130 (java) S 13117 13119 12001 0 -1 4202560 33 0 0 0 13 0 0 0 20 0 19 0 254216588 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784300927080 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13131] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13131/stat : 13131 (java) S 13117 13119 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254216588 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784299873400 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13132] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13132/stat : 13132 (java) S 13117 13119 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254216588 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784298820744 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13133] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13133/stat : 13133 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216590 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784297769488 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13134] ppid=13117 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/13119/task/13134/stat : 13134 (java) S 13117 13119 12001 0 -1 4202560 1345 0 0 0 18 0 0 0 20 0 19 0 254216590 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784296716856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13135] ppid=13117 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/13119/task/13135/stat : 13135 (java) S 13117 13119 12001 0 -1 4202560 2269 0 0 0 15 0 0 0 20 0 19 0 254216591 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784295664312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13136] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13136/stat : 13136 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216591 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784294611960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13137] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13137/stat : 13137 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216591 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784293559624 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13138] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13138/stat : 13138 (java) S 13117 13119 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254216599 9855975424 9735 33554432000 1073741824 1073778376 140733409712800 139784292471592 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

/proc/13119/task/13122/stat : 13122 (java) S 13117 13119 12001 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 254216586 9855975424 14137 33554432000 1073741824 1073778376 140733409712800 139784320706728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13123] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13123/stat : 13123 (java) S 13117 13119 12001 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 254216586 9855975424 14137 33554432000 1073741824 1073778376 140733409712800 139784319654184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13124] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13124/stat : 13124 (java) S 13117 13119 12001 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 254216586 9855975424 14137 33554432000 1073741824 1073778376 140733409712800 139784318601640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13125] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13125/stat : 13125 (java) S 13117 13119 12001 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 254216586 9855975424 14137 33554432000 1073741824 1073778376 140733409712800 139784317549096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13126] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13126/stat : 13126 (java) S 13117 13119 12001 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 254216586 9855975424 14137 33554432000 1073741824 1073778376 140733409712800 139784316496552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13127] ppid=13117 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/13119/task/13127/stat : 13127 (java) S 13117 13119 12001 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 254216587 9855975424 14137 33554432000 1073741824 1073778376 140733409712800 139784315444008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13128] ppid=13117 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/13119/task/13128/stat : 13128 (java) S 13117 13119 12001 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 254216587 9855975424 14137 33554432000 1073741824 1073778376 140733409712800 139784314391464 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13129] ppid=13117 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/13119/task/13129/stat : 13129 (java) S 13117 13119 12001 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 254216587 9855975424 14137 33554432000 1073741824 1073778376 140733409712800 139784313338920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13130] ppid=13117 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/13119/task/13130/stat : 13130 (java) S 13117 13119 12001 0 -1 4202560 43 0 0 0 36 0 0 0 20 0 19 0 254216588 9855975424 14137 33554432000 1073741824 1073778376 140733409712800 139784300927080 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13131] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13131/stat : 13131 (java) S 13117 13119 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254216588 9855975424 14137 33554432000 1073741824 1073778376 140733409712800 139784299873400 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13132] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13132/stat : 13132 (java) S 13117 13119 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254216588 9855975424 14137 33554432000 1073741824 1073778376 140733409712800 139784298820744 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13133] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13133/stat : 13133 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216590 9855975424 14137 33554432000 1073741824 1073778376 140733409712800 139784297769488 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13134] ppid=13117 vsize=9624976 CPUtime=0.93 cores=0,2,4,6
/proc/13119/task/13134/stat : 13134 (java) S 13117 13119 12001 0 -1 4202560 12444 0 0 0 90 3 0 0 20 0 19 0 254216590 9855975424 14137 33554432000 1073741824 1073778376 140733409712800 139784296716856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13135] ppid=13117 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/13119/task/13135/stat : 13135 (java) S 13117 13119 12001 0 -1 4202560 2909 0 0 0 25 0 0 0 20 0 19 0 254216591 9855975424 14137 33554432000 1073741824 1073778376 140733409712800 139784295664312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13136] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13136/stat : 13136 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216591 9855975424 14137 33554432000 1073741824 1073778376 140733409712800 139784294611960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13137] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13137/stat : 13137 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216591 9855975424 14137 33554432000 1073741824 1073778376 140733409712800 139784293559624 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13138] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13138/stat : 13138 (java) S 13117 13119 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254216599 9855975424 14137 33554432000 1073741824 1073778376 140733409712800 139784292471592 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 23.67
Current children cumulated vsize (KiB) 9624976

[startup+23.9006 s]
/proc/loadavg: 1.95 1.98 1.99 3/213 13138
/proc/meminfo: memFree=27821380/32873844 swapFree=7364/7364
[pid=13119] ppid=13117 vsize=9624976 CPUtime=25.28 cores=0,2,4,6
/proc/13119/stat : 13119 (java) S 13117 13119 12001 0 -1 4202496 19284 0 1 0 2522 6 0 0 20 0 19 0 254216585 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 140733409703936 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13119/statm: 2406244 14145 2267 9 0 2396937 0
[pid=13119/tid=13121] ppid=13117 vsize=9624976 CPUtime=23.37 cores=0,2,4,6
/proc/13119/task/13121/stat : 13121 (java) R 13117 13119 12001 0 -1 4202560 2545 0 1 0 2335 2 0 0 20 0 19 0 254216586 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784476594664 139784349650384 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13122] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13122/stat : 13122 (java) S 13117 13119 12001 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 254216586 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784320706728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13123] ppid=13117 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/13119/task/13123/stat : 13123 (java) S 13117 13119 12001 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 254216586 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784319654184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13124] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13124/stat : 13124 (java) S 13117 13119 12001 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 254216586 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784318601640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13125] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13125/stat : 13125 (java) S 13117 13119 12001 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 254216586 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784317549096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13126] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13126/stat : 13126 (java) S 13117 13119 12001 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 254216586 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784316496552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13127] ppid=13117 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/13119/task/13127/stat : 13127 (java) S 13117 13119 12001 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 254216587 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784315444008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13128] ppid=13117 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/13119/task/13128/stat : 13128 (java) S 13117 13119 12001 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 254216587 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784314391464 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13129] ppid=13117 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/13119/task/13129/stat : 13129 (java) S 13117 13119 12001 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 254216587 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784313338920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13130] ppid=13117 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/13119/task/13130/stat : 13130 (java) S 13117 13119 12001 0 -1 4202560 43 0 0 0 37 0 0 0 20 0 19 0 254216588 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784300927080 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13131] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13131/stat : 13131 (java) S 13117 13119 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254216588 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784299873400 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13132] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13132/stat : 13132 (java) S 13117 13119 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254216588 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784298820744 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13133] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13133/stat : 13133 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216590 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784297769488 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13134] ppid=13117 vsize=9624976 CPUtime=0.93 cores=0,2,4,6
/proc/13119/task/13134/stat : 13134 (java) S 13117 13119 12001 0 -1 4202560 12444 0 0 0 90 3 0 0 20 0 19 0 254216590 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784296716856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13135] ppid=13117 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/13119/task/13135/stat : 13135 (java) S 13117 13119 12001 0 -1 4202560 2909 0 0 0 26 0 0 0 20 0 19 0 254216591 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784295664312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13136] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13136/stat : 13136 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216591 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784294611960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13137] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13137/stat : 13137 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216591 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784293559624 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13138] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13138/stat : 13138 (java) S 13117 13119 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254216599 9855975424 14145 33554432000 1073741824 1073778376 140733409712800 139784292471592 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 9624976

[startup+24.7006 s]
/proc/loadavg: 1.95 1.98 1.99 3/213 13138
/proc/meminfo: memFree=27821256/32873844 swapFree=7364/7364
[pid=13119] ppid=13117 vsize=9624976 CPUtime=26.08 cores=0,2,4,6
/proc/13119/stat : 13119 (java) S 13117 13119 12001 0 -1 4202496 19290 0 1 0 2602 6 0 0 20 0 19 0 254216585 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 140733409703936 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13119/statm: 2406244 14661 2267 9 0 2396937 0
[pid=13119/tid=13121] ppid=13117 vsize=9624976 CPUtime=24.15 cores=0,2,4,6
/proc/13119/task/13121/stat : 13121 (java) R 13117 13119 12001 0 -1 4202560 2546 0 1 0 2413 2 0 0 20 0 19 0 254216586 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784476579392 139784349650724 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13122] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13122/stat : 13122 (java) S 13117 13119 12001 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 254216586 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784320706728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13123] ppid=13117 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/13119/task/13123/stat : 13123 (java) S 13117 13119 12001 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 254216586 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784319654184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13124] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13124/stat : 13124 (java) S 13117 13119 12001 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 254216586 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784318601640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13125] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13125/stat : 13125 (java) S 13117 13119 12001 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 254216586 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784317549096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13126] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13126/stat : 13126 (java) S 13117 13119 12001 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 254216586 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784316496552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13127] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13127/stat : 13127 (java) S 13117 13119 12001 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 254216587 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784315444008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13128] ppid=13117 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/13119/task/13128/stat : 13128 (java) S 13117 13119 12001 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 254216587 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784314391464 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13129] ppid=13117 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/13119/task/13129/stat : 13129 (java) S 13117 13119 12001 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 254216587 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784313338920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13130] ppid=13117 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/13119/task/13130/stat : 13130 (java) S 13117 13119 12001 0 -1 4202560 43 0 0 0 39 0 0 0 20 0 19 0 254216588 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784300927080 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13131] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13131/stat : 13131 (java) S 13117 13119 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254216588 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784299873400 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13132] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13132/stat : 13132 (java) S 13117 13119 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254216588 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784298820744 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13133] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13133/stat : 13133 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216590 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784297769488 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13134] ppid=13117 vsize=9624976 CPUtime=0.93 cores=0,2,4,6
/proc/13119/task/13134/stat : 13134 (java) S 13117 13119 12001 0 -1 4202560 12444 0 0 0 90 3 0 0 20 0 19 0 254216590 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784296716856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13135] ppid=13117 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/13119/task/13135/stat : 13135 (java) S 13117 13119 12001 0 -1 4202560 2909 0 0 0 26 0 0 0 20 0 19 0 254216591 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784295664312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13136] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13136/stat : 13136 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216591 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784294611960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13137] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13137/stat : 13137 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216591 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784293559624 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13138] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13138/stat : 13138 (java) S 13117 13119 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254216599 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784292471592 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 26.08
Current children cumulated vsize (KiB) 9624976

[startup+24.9006 s]
/proc/loadavg: 1.95 1.98 1.99 3/213 13138
/proc/meminfo: memFree=27821256/32873844 swapFree=7364/7364
[pid=13119] ppid=13117 vsize=9624976 CPUtime=26.29 cores=0,2,4,6
/proc/13119/stat : 13119 (java) S 13117 13119 12001 0 -1 4202496 19290 0 1 0 2623 6 0 0 20 0 19 0 254216585 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 140733409703936 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13119/statm: 2406244 14661 2267 9 0 2396937 0
[pid=13119/tid=13121] ppid=13117 vsize=9624976 CPUtime=24.35 cores=0,2,4,6
/proc/13119/task/13121/stat : 13121 (java) R 13117 13119 12001 0 -1 4202560 2546 0 1 0 2433 2 0 0 20 0 19 0 254216586 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784476595096 139784349650740 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13122] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13122/stat : 13122 (java) S 13117 13119 12001 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 254216586 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784320706728 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13123] ppid=13117 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/13119/task/13123/stat : 13123 (java) S 13117 13119 12001 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 254216586 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784319654184 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13124] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13124/stat : 13124 (java) S 13117 13119 12001 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 254216586 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784318601640 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13125] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13125/stat : 13125 (java) S 13117 13119 12001 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 254216586 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784317549096 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13126] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13126/stat : 13126 (java) S 13117 13119 12001 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 254216586 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784316496552 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13127] ppid=13117 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/13119/task/13127/stat : 13127 (java) S 13117 13119 12001 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 254216587 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784315444008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13128] ppid=13117 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/13119/task/13128/stat : 13128 (java) S 13117 13119 12001 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 254216587 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784314391464 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13129] ppid=13117 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/13119/task/13129/stat : 13129 (java) S 13117 13119 12001 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 254216587 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784313338920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13130] ppid=13117 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/13119/task/13130/stat : 13130 (java) S 13117 13119 12001 0 -1 4202560 43 0 0 0 39 0 0 0 20 0 19 0 254216588 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784300927080 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13131] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13131/stat : 13131 (java) S 13117 13119 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254216588 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784299873400 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13132] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13132/stat : 13132 (java) S 13117 13119 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254216588 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784298820744 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13133] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13133/stat : 13133 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216590 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784297769488 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13134] ppid=13117 vsize=9624976 CPUtime=0.93 cores=0,2,4,6
/proc/13119/task/13134/stat : 13134 (java) S 13117 13119 12001 0 -1 4202560 12444 0 0 0 90 3 0 0 20 0 19 0 254216590 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784296716856 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13119/tid=13135] ppid=13117 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/13119/task/13135/stat : 13135 (java) S 13117 13119 12001 0 -1 4202560 2909 0 0 0 26 0 0 0 20 0 19 0 254216591 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784295664312 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13119/tid=13136] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13136/stat : 13136 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216591 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784294611960 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13119/tid=13137] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13137/stat : 13137 (java) S 13117 13119 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254216591 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784293559624 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13119/tid=13138] ppid=13117 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/13119/task/13138/stat : 13138 (java) S 13117 13119 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254216599 9855975424 14661 33554432000 1073741824 1073778376 140733409712800 139784292471592 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 26.29
Current children cumulated vsize (KiB) 9624976

Child status: 30
Real time (s): 24.966
CPU time (s): 26.42
CPU user time (s): 26.249
CPU system time (s): 0.170974
CPU usage (%): 105.824
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.249
system time used= 0.170974
maximum resident set size= 63944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19303
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1832
involuntary context switches= 1401

runsolver used 0.047992 second user time and 0.119981 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-24 19:35:05
IDJOB=3688235
IDBENCH=2916
IDSOLVER=2269
FILE ID=node118/3688235-1337880905
RUNJOBID= node118-1337871881-12017
PBS_JOBID= 14620086
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat 4j PB Resolution 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 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688235-1337880905/watcher-3688235-1337880905 -o /tmp/evaluation-result-3688235-1337880905/solver-3688235-1337880905 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688235-1337880905.opb

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

MD5SUM BENCH= 031b0f629913e7cd5c934f00ec1a1885
RANDOM SEED=671321512

node118.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.212
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	: 5332.42
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.212
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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.92
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.212
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.212
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	: 5320.68
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.212
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.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27881076 kB
Buffers:          211144 kB
Cached:          3942852 kB
SwapCached:            0 kB
Active:           496892 kB
Inactive:        3726620 kB
Active(anon):      70840 kB
Inactive(anon):        0 kB
Active(file):     426052 kB
Inactive(file):  3726620 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1064 kB
Writeback:             0 kB
AnonPages:         79848 kB
Mapped:            22516 kB
Shmem:               200 kB
Slab:             630508 kB
SReclaimable:      72792 kB
SUnreclaim:       557716 kB
KernelStack:        1584 kB
PageTables:         4348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 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= 71668 MiB
End job on node118 at 2012-05-24 19:35:30