Trace number 3688757

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 SnapshotOPT-7 207.14 205.385

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_4.opb
MD5SUM0c3fb28b3ecb8f1eba2bffa356ef5364
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7
Best CPU time to get the best result obtained on this benchmark9.47556
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2932
Sum of products size (including duplicates)5864
Number of different products1466
Sum of products size2932

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3688757-1337887792.opb
0.09/0.12	c reading problem ... 
0.22/0.29	c ... done. Wall clock time 0.176s.
0.22/0.29	c declared #vars     100
0.22/0.29	c internal #vars     1566
0.22/0.29	c #constraints  3084
0.22/0.29	c constraints type 
0.22/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1466
0.22/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
0.22/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.22/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1466
0.22/0.29	c 3084 constraints processed.
0.22/0.29	c objective function length is 50 literals
0.67/0.42	c SATISFIABLE
0.67/0.42	c OPTIMIZING...
0.67/0.42	c Got one! Elapsed wall clock time (in seconds):0.3
0.67/0.42	o -4
0.67/0.47	c Got one! Elapsed wall clock time (in seconds):0.357
0.67/0.47	o -5
1.23/0.80	c cleaning 2806 clauses out of 5635 with flag 5006/5635
1.35/0.96	c Got one! Elapsed wall clock time (in seconds):0.848
1.35/0.96	o -6
1.63/1.14	c cleaning 4403 clauses out of 8806 with flag 3001/11612
1.92/1.49	c cleaning 5197 clauses out of 10404 with flag 9002/17613
2.33/1.82	c cleaning 6098 clauses out of 12206 with flag 16001/24612
2.77/2.24	c cleaning 7036 clauses out of 14107 with flag 24000/32611
3.27/2.70	c cleaning 8027 clauses out of 16071 with flag 33000/41611
3.77/3.26	c cleaning 9022 clauses out of 18045 with flag 43001/51612
4.38/3.88	c cleaning 10007 clauses out of 20025 with flag 54003/62614
5.00/4.47	c cleaning 10998 clauses out of 22015 with flag 66000/74611
5.69/5.16	c cleaning 12000 clauses out of 24018 with flag 79001/87612
6.50/5.91	c cleaning 13006 clauses out of 26017 with flag 93000/101611
7.31/6.74	c cleaning 14005 clauses out of 28011 with flag 108000/116611
8.32/7.73	c cleaning 14999 clauses out of 30006 with flag 124000/132611
9.32/8.75	c cleaning 15999 clauses out of 32008 with flag 141001/149612
9.75/9.13	c Got one! Elapsed wall clock time (in seconds):9.012
9.75/9.13	o -7
10.05/9.41	c cleaning 13907 clauses out of 27834 with flag 5002/161437
10.35/9.73	c cleaning 9954 clauses out of 19926 with flag 11001/167436
10.66/10.06	c cleaning 8484 clauses out of 16972 with flag 18001/174436
11.05/10.46	c cleaning 8237 clauses out of 16489 with flag 26002/182437
11.55/10.98	c cleaning 8623 clauses out of 17252 with flag 35002/191437
12.17/11.51	c cleaning 9299 clauses out of 18627 with flag 45000/201435
12.78/12.12	c cleaning 10151 clauses out of 20328 with flag 56000/212435
13.40/12.78	c cleaning 11077 clauses out of 22177 with flag 68000/224435
14.21/13.53	c cleaning 12028 clauses out of 24100 with flag 81000/237435
15.13/14.42	c cleaning 13027 clauses out of 26074 with flag 95002/251437
16.04/15.38	c cleaning 14017 clauses out of 28045 with flag 110000/266435
17.28/16.52	c cleaning 15010 clauses out of 30028 with flag 126000/282435
18.28/17.60	c cleaning 16001 clauses out of 32020 with flag 143002/299437
19.49/18.74	c cleaning 17003 clauses out of 34017 with flag 161000/317435
20.79/20.02	c cleaning 18000 clauses out of 36014 with flag 180000/336435
22.10/21.30	c cleaning 19002 clauses out of 38015 with flag 200001/356436
23.43/22.64	c cleaning 20002 clauses out of 40015 with flag 221003/377438
24.95/24.12	c cleaning 21006 clauses out of 42015 with flag 243005/399440
26.85/26.06	c cleaning 21999 clauses out of 44010 with flag 266006/422441
28.90/28.01	c cleaning 22990 clauses out of 46004 with flag 290000/446435
30.82/29.93	c cleaning 24004 clauses out of 48014 with flag 315000/471435
32.97/32.02	c cleaning 24993 clauses out of 50013 with flag 341003/497438
35.38/34.47	c cleaning 26006 clauses out of 52018 with flag 368001/524436
37.40/36.48	c cleaning 27002 clauses out of 54011 with flag 396000/552435
39.81/38.87	c cleaning 28000 clauses out of 56010 with flag 425001/581436
42.02/41.07	c cleaning 28999 clauses out of 58009 with flag 455000/611435
44.44/43.44	c cleaning 29993 clauses out of 60010 with flag 486000/642435
46.97/45.95	c cleaning 30994 clauses out of 62017 with flag 518000/674435
49.60/48.57	c cleaning 32006 clauses out of 64023 with flag 551000/707435
52.40/51.36	c cleaning 32997 clauses out of 66017 with flag 585000/741435
55.31/54.24	c cleaning 34009 clauses out of 68023 with flag 620003/776438
58.44/57.36	c cleaning 34998 clauses out of 70012 with flag 656001/812436
61.55/60.41	c cleaning 35996 clauses out of 72015 with flag 693002/849437
64.77/63.61	c cleaning 37001 clauses out of 74019 with flag 731002/887437
67.98/66.89	c cleaning 37994 clauses out of 76016 with flag 770000/926435
71.41/70.24	c cleaning 39005 clauses out of 78023 with flag 810001/966436
75.22/74.06	c cleaning 39989 clauses out of 80017 with flag 851000/1007435
79.26/78.02	c cleaning 41008 clauses out of 82027 with flag 893000/1049435
83.19/81.94	c cleaning 42004 clauses out of 84020 with flag 936001/1092436
87.01/85.71	c cleaning 42991 clauses out of 86016 with flag 980001/1136436
90.92/89.64	c cleaning 44002 clauses out of 88024 with flag 1025001/1181436
95.42/94.10	c cleaning 45004 clauses out of 90021 with flag 1071000/1227435
100.05/98.78	c cleaning 46007 clauses out of 92017 with flag 1118001/1274436
104.77/103.49	c cleaning 46997 clauses out of 94011 with flag 1166003/1322438
109.99/108.60	c cleaning 47998 clauses out of 96011 with flag 1215000/1371435
115.03/113.67	c cleaning 49000 clauses out of 98016 with flag 1265003/1421438
120.09/118.69	c cleaning 50002 clauses out of 100015 with flag 1316002/1472437
125.01/123.56	c cleaning 51003 clauses out of 102013 with flag 1368002/1524437
129.64/128.19	c cleaning 51998 clauses out of 104009 with flag 1421001/1577436
134.96/133.49	c cleaning 52999 clauses out of 106012 with flag 1475002/1631437
140.98/139.40	c cleaning 54007 clauses out of 108015 with flag 1530005/1686440
146.82/145.23	c cleaning 54998 clauses out of 110002 with flag 1586000/1742435
152.93/151.30	c cleaning 55999 clauses out of 112007 with flag 1643004/1799439
158.46/156.89	c cleaning 56998 clauses out of 114003 with flag 1701001/1857436
164.39/162.77	c cleaning 57993 clauses out of 116002 with flag 1760000/1916435
170.12/168.45	c cleaning 58982 clauses out of 118009 with flag 1820001/1976436
176.02/174.30	c cleaning 59999 clauses out of 120025 with flag 1881000/2037435
182.73/181.08	c cleaning 61008 clauses out of 122024 with flag 1943002/2099437
190.25/188.53	c cleaning 62005 clauses out of 124013 with flag 2006000/2162435
197.18/195.44	c cleaning 63001 clauses out of 126008 with flag 2070001/2226436
203.91/202.17	c cleaning 64000 clauses out of 128002 with flag 2135001/2291436
207.14/205.38	c starts		: 213
207.14/205.38	c conflicts		: 2325379
207.14/205.38	c decisions		: 3774767
207.14/205.38	c propagations		: 67287267
207.14/205.38	c inspects		: 2521705718
207.14/205.38	c shortcuts		: 0
207.14/205.38	c learnt literals	: 44
207.14/205.38	c learnt binary clauses	: 35
207.14/205.38	c learnt ternary clauses	: 33787
207.14/205.38	c learnt constraints	: 2325334
207.14/205.38	c ignored constraints	: 0
207.14/205.38	c root simplifications	: 0
207.14/205.38	c removed literals (reason simplification)	: 0
207.14/205.38	c reason swapping (by a shorter reason)	: 0
207.14/205.38	c Calls to reduceDB	: 75
207.14/205.38	c number of reductions to clauses (during analyze)	: 0
207.14/205.38	c number of learned constraints concerned by reduction	: 0
207.14/205.38	c number of learning phase by resolution	: 0
207.14/205.38	c number of learning phase by cutting planes	: 0
207.14/205.38	c speed (assignments/second)	: 328102.5307197191
207.14/205.38	c non guided choices	0
207.14/205.38	c learnt constraints type 
207.14/205.38	c constraints type 
207.14/205.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1466
207.14/205.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
207.14/205.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
207.14/205.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1466
207.14/205.38	c 3084 constraints processed.
207.14/205.38	s OPTIMUM FOUND
207.14/205.38	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 x92 x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 
207.14/205.38	c objective function=-7
207.14/205.38	c Total wall clock time (in seconds): 205.261

Verifier Data

OK	-7

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 25654
/proc/meminfo: memFree=28735484/32873648 swapFree=6844/6844
[pid=25654] ppid=25652 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/25654/stat : 25654 (java) D 25652 25654 23338 0 -1 4202496 92 0 0 0 0 0 0 0 20 0 1 0 254905075 2560000 46 33554432000 1073741824 1073778376 140735424437008 140735424434136 259103223079 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/25654/statm: 625 46 37 9 0 29 0

[startup+0.105731 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 25654
/proc/meminfo: memFree=28735484/32873648 swapFree=6844/6844
[pid=25654] ppid=25652 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25654/stat : 25654 (java) S 25652 25654 23338 0 -1 4202496 4297 0 1 0 8 1 0 0 20 0 18 0 254905075 9787813888 5468 33554432000 1073741824 1073778376 140733307790544 140733307781680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25654/statm: 2389603 5468 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.200236 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 25654
/proc/meminfo: memFree=28735484/32873648 swapFree=6844/6844
[pid=25654] ppid=25652 vsize=9558412 CPUtime=0.22 cores=1,3,5,7
/proc/25654/stat : 25654 (java) S 25652 25654 23338 0 -1 4202496 4564 0 1 0 21 1 0 0 20 0 18 0 254905075 9787813888 6150 33554432000 1073741824 1073778376 140733307790544 140733307781680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25654/statm: 2389603 6150 2187 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558412

[startup+0.300254 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 25654
/proc/meminfo: memFree=28735484/32873648 swapFree=6844/6844
[pid=25654] ppid=25652 vsize=9558412 CPUtime=0.43 cores=1,3,5,7
/proc/25654/stat : 25654 (java) S 25652 25654 23338 0 -1 4202496 6026 0 1 0 41 2 0 0 20 0 18 0 254905075 9787813888 8762 33554432000 1073741824 1073778376 140733307790544 140733307781680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25654/statm: 2389603 8762 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558412

[startup+0.700197 s]
/proc/loadavg: 2.03 2.03 2.00 3/194 25654
/proc/meminfo: memFree=28735484/32873648 swapFree=6844/6844
[pid=25654] ppid=25652 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/25654/stat : 25654 (java) S 25652 25654 23338 0 -1 4202496 7154 0 1 0 107 2 0 0 20 0 19 0 254905075 9855975424 9591 33554432000 1073741824 1073778376 140733307790544 140733307781680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25654/statm: 2406244 9591 2252 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9624976

[startup+1.50058 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 25673
/proc/meminfo: memFree=28695236/32873648 swapFree=6844/6844
[pid=25654] ppid=25652 vsize=9624976 CPUtime=2.03 cores=1,3,5,7
/proc/25654/stat : 25654 (java) S 25652 25654 23338 0 -1 4202496 7312 0 1 0 201 2 0 0 20 0 19 0 254905075 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 140733307781680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25654/statm: 2406244 12735 2280 9 0 2396937 0
[pid=25654/tid=25656] ppid=25652 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/25654/task/25656/stat : 25656 (java) S 25652 25654 23338 0 -1 4202560 2458 0 1 0 140 2 0 0 20 0 19 0 254905077 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722620850584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25657] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (java) S 25652 25654 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722609912104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25654/tid=25658] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25658/stat : 25658 (java) S 25652 25654 23338 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722608859304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25659] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (java) S 25652 25654 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722607807016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25654/tid=25660] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25660/stat : 25660 (java) S 25652 25654 23338 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722606754216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25661] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25661/stat : 25661 (java) S 25652 25654 23338 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722605701928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25662] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25662/stat : 25662 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722604649128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25663] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25663/stat : 25663 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722603596840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25664] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25664/stat : 25664 (java) S 25652 25654 23338 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722602544040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25665] ppid=25652 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25654/task/25665/stat : 25665 (java) R 25652 25654 23338 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 254905079 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722444842096 139722627704852 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25666] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25666/stat : 25666 (java) S 25652 25654 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254905080 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722443789304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25667] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25667/stat : 25667 (java) S 25652 25654 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254905080 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722442736904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25668] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25668/stat : 25668 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905082 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722441685392 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25669] ppid=25652 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/25654/task/25669/stat : 25669 (java) S 25652 25654 23338 0 -1 4202560 2198 0 0 0 28 0 0 0 20 0 19 0 254905082 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722440633016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25654/tid=25670] ppid=25652 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/25654/task/25670/stat : 25670 (java) S 25652 25654 23338 0 -1 4202560 1403 0 0 0 25 0 0 0 20 0 19 0 254905082 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722439566312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25671] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25671/stat : 25671 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905082 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722438528120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25672] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25672/stat : 25672 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905082 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722437475528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25673] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25673/stat : 25673 (java) S 25652 25654 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254905106 9855975424 12735 33554432000 1073741824 1073778376 140733307790544 139722436420520 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 25673
/proc/meminfo: memFree=28690768/32873648 swapFree=6844/6844
[pid=25654] ppid=25652 vsize=9624976 CPUtime=3.67 cores=1,3,5,7
/proc/25654/stat : 25654 (java) S 25652 25654 23338 0 -1 4202496 7323 0 1 0 365 2 0 0 20 0 19 0 254905075 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 140733307781680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25654/statm: 2406244 13254 2281 9 0 2396937 0
[pid=25654/tid=25656] ppid=25652 vsize=9624976 CPUtime=2.97 cores=1,3,5,7
/proc/25654/task/25656/stat : 25656 (java) R 25652 25654 23338 0 -1 4202560 2460 0 1 0 295 2 0 0 20 0 19 0 254905077 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722620850648 139722484120612 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25657] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (java) S 25652 25654 23338 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722609912104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25658] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25658/stat : 25658 (java) S 25652 25654 23338 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722608859304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25659] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (java) S 25652 25654 23338 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722607807016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25654/tid=25660] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25660/stat : 25660 (java) S 25652 25654 23338 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722606754216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25661] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25661/stat : 25661 (java) S 25652 25654 23338 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722605701928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25662] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25662/stat : 25662 (java) S 25652 25654 23338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722604649128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25663] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25663/stat : 25663 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722603596840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25664] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25664/stat : 25664 (java) S 25652 25654 23338 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722602544040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25665] ppid=25652 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/25654/task/25665/stat : 25665 (java) S 25652 25654 23338 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 254905079 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722444843240 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25654/tid=25666] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25666/stat : 25666 (java) S 25652 25654 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254905080 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722443789304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25667] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25667/stat : 25667 (java) S 25652 25654 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254905080 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722442736904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25668] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25668/stat : 25668 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905082 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722441685392 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25669] ppid=25652 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/25654/task/25669/stat : 25669 (java) S 25652 25654 23338 0 -1 4202560 2199 0 0 0 28 0 0 0 20 0 19 0 254905082 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722440633016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25654/tid=25670] ppid=25652 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/25654/task/25670/stat : 25670 (java) S 25652 25654 23338 0 -1 4202560 1404 0 0 0 27 0 0 0 20 0 19 0 254905082 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722439580216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25671] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25671/stat : 25671 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905082 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722438528120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25672] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25672/stat : 25672 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905082 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722437475528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25673] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25673/stat : 25673 (java) S 25652 25654 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254905106 9855975424 13254 33554432000 1073741824 1073778376 140733307790544 139722436420520 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 25673
/proc/meminfo: memFree=28689716/32873648 swapFree=6844/6844
[pid=25654] ppid=25652 vsize=9624976 CPUtime=6.91 cores=1,3,5,7
/proc/25654/stat : 25654 (java) S 25652 25654 23338 0 -1 4202496 7352 0 1 0 688 3 0 0 20 0 19 0 254905075 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 140733307781680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25654/statm: 2406244 14404 2281 9 0 2396937 0
[pid=25654/tid=25656] ppid=25652 vsize=9624976 CPUtime=6.08 cores=1,3,5,7
/proc/25654/task/25656/stat : 25656 (java) R 25652 25654 23338 0 -1 4202560 2466 0 1 0 606 2 0 0 20 0 19 0 254905077 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722620850464 139722484160062 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25657] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (java) S 25652 25654 23338 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722609912104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25658] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25658/stat : 25658 (java) S 25652 25654 23338 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722608859304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25659] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (java) S 25652 25654 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722607807016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25660] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25660/stat : 25660 (java) S 25652 25654 23338 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722606754216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25661] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25661/stat : 25661 (java) S 25652 25654 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722605701928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25654/tid=25662] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25662/stat : 25662 (java) S 25652 25654 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722604649128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25654/tid=25663] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25663/stat : 25663 (java) S 25652 25654 23338 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722603596840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25664] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25664/stat : 25664 (java) S 25652 25654 23338 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254905078 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722602544040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25665] ppid=25652 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/25654/task/25665/stat : 25665 (java) S 25652 25654 23338 0 -1 4202560 33 0 0 0 13 0 0 0 20 0 19 0 254905079 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722444843240 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25654/tid=25666] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25666/stat : 25666 (java) S 25652 25654 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254905080 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722443789304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25667] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25667/stat : 25667 (java) S 25652 25654 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254905080 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722442736904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25668] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25668/stat : 25668 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905082 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722441685392 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25669] ppid=25652 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/25654/task/25669/stat : 25669 (java) S 25652 25654 23338 0 -1 4202560 2199 0 0 0 28 0 0 0 20 0 19 0 254905082 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722440633016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25654/tid=25670] ppid=25652 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/25654/task/25670/stat : 25670 (java) S 25652 25654 23338 0 -1 4202560 1404 0 0 0 28 0 0 0 20 0 19 0 254905082 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722439580216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25671] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25671/stat : 25671 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905082 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722438528120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25672] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25672/stat : 25672 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905082 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722437475528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25673] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25673/stat : 25673 (java) S 25652 25654 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254905106 9855975424 14404 33554432000 1073741824 1073778376 140733307790544 139722436420520 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

/proc/25654/task/25664/stat : 25664 (java) S 25652 25654 23338 0 -1 4202560 81 0 0 0 26 1 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722602544040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25665] ppid=25652 vsize=9624976 CPUtime=1.54 cores=1,3,5,7
/proc/25654/task/25665/stat : 25665 (java) S 25652 25654 23338 0 -1 4202560 57 0 0 0 154 0 0 0 20 0 19 0 254905079 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722444843240 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25666] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25666/stat : 25666 (java) S 25652 25654 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254905080 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722443789304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25667] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25667/stat : 25667 (java) S 25652 25654 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254905080 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722442736904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25668] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25668/stat : 25668 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722441685392 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25669] ppid=25652 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/25654/task/25669/stat : 25669 (java) S 25652 25654 23338 0 -1 4202560 2199 0 0 0 28 0 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722440633016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25654/tid=25670] ppid=25652 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/25654/task/25670/stat : 25670 (java) S 25652 25654 23338 0 -1 4202560 1792 0 0 0 33 0 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722439580216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25671] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25671/stat : 25671 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722438528120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25672] ppid=25652 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/25654/task/25672/stat : 25672 (java) S 25652 25654 23338 0 -1 4202560 13 0 0 0 3 1 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722437475528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25673] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25673/stat : 25673 (java) S 25652 25654 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254905106 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722436420520 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 205.84
Current children cumulated vsize (KiB) 9624976

[startup+204.801 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 25676
/proc/meminfo: memFree=28646348/32873648 swapFree=6844/6844
[pid=25654] ppid=25652 vsize=9624976 CPUtime=206.64 cores=1,3,5,7
/proc/25654/stat : 25654 (java) S 25652 25654 23338 0 -1 4202496 8418 0 1 0 20655 9 0 0 20 0 19 0 254905075 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 140733307781680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25654/statm: 2406244 24171 2282 9 0 2396937 0
[pid=25654/tid=25656] ppid=25652 vsize=9624976 CPUtime=202.14 cores=1,3,5,7
/proc/25654/task/25656/stat : 25656 (java) R 25652 25654 23338 0 -1 4202560 2537 0 1 0 20210 4 0 0 20 0 19 0 254905077 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722620850464 139722484090686 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25657] ppid=25652 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (java) S 25652 25654 23338 0 -1 4202560 101 0 0 0 17 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722609912104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25658] ppid=25652 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/25654/task/25658/stat : 25658 (java) S 25652 25654 23338 0 -1 4202560 113 0 0 0 20 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722608859304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25659] ppid=25652 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (java) S 25652 25654 23338 0 -1 4202560 64 0 0 0 23 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722607807016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25660] ppid=25652 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/25654/task/25660/stat : 25660 (java) S 25652 25654 23338 0 -1 4202560 45 0 0 0 20 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722606754216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25654/tid=25661] ppid=25652 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/25654/task/25661/stat : 25661 (java) S 25652 25654 23338 0 -1 4202560 101 0 0 0 18 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722605701928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25662] ppid=25652 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/25654/task/25662/stat : 25662 (java) S 25652 25654 23338 0 -1 4202560 73 0 0 0 19 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722604649128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25663] ppid=25652 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/25654/task/25663/stat : 25663 (java) S 25652 25654 23338 0 -1 4202560 63 0 0 0 19 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722603596840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25664] ppid=25652 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/25654/task/25664/stat : 25664 (java) S 25652 25654 23338 0 -1 4202560 81 0 0 0 26 1 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722602544040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25665] ppid=25652 vsize=9624976 CPUtime=1.54 cores=1,3,5,7
/proc/25654/task/25665/stat : 25665 (java) S 25652 25654 23338 0 -1 4202560 57 0 0 0 154 0 0 0 20 0 19 0 254905079 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722444843240 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25666] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25666/stat : 25666 (java) S 25652 25654 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254905080 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722443789304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25667] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25667/stat : 25667 (java) S 25652 25654 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254905080 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722442736904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25668] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25668/stat : 25668 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722441685392 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25669] ppid=25652 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/25654/task/25669/stat : 25669 (java) S 25652 25654 23338 0 -1 4202560 2199 0 0 0 28 0 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722440633016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25654/tid=25670] ppid=25652 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/25654/task/25670/stat : 25670 (java) S 25652 25654 23338 0 -1 4202560 1792 0 0 0 33 0 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722439580216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25671] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25671/stat : 25671 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722438528120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25672] ppid=25652 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/25654/task/25672/stat : 25672 (java) S 25652 25654 23338 0 -1 4202560 13 0 0 0 3 1 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722437475528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25673] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25673/stat : 25673 (java) S 25652 25654 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254905106 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722436420520 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 206.64
Current children cumulated vsize (KiB) 9624976

[startup+205.202 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 25676
/proc/meminfo: memFree=28646348/32873648 swapFree=6844/6844
[pid=25654] ppid=25652 vsize=9624976 CPUtime=207.04 cores=1,3,5,7
/proc/25654/stat : 25654 (java) S 25652 25654 23338 0 -1 4202496 8419 0 1 0 20695 9 0 0 20 0 19 0 254905075 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 140733307781680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25654/statm: 2406244 24171 2282 9 0 2396937 0
[pid=25654/tid=25656] ppid=25652 vsize=9624976 CPUtime=202.53 cores=1,3,5,7
/proc/25654/task/25656/stat : 25656 (java) R 25652 25654 23338 0 -1 4202560 2537 0 1 0 20249 4 0 0 20 0 19 0 254905077 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722620850464 139722484289588 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25657] ppid=25652 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (java) S 25652 25654 23338 0 -1 4202560 101 0 0 0 17 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722609912104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25658] ppid=25652 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/25654/task/25658/stat : 25658 (java) S 25652 25654 23338 0 -1 4202560 113 0 0 0 20 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722608859304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25659] ppid=25652 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (java) S 25652 25654 23338 0 -1 4202560 64 0 0 0 23 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722607807016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25660] ppid=25652 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/25654/task/25660/stat : 25660 (java) S 25652 25654 23338 0 -1 4202560 45 0 0 0 20 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722606754216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25654/tid=25661] ppid=25652 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/25654/task/25661/stat : 25661 (java) S 25652 25654 23338 0 -1 4202560 101 0 0 0 18 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722605701928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25662] ppid=25652 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/25654/task/25662/stat : 25662 (java) S 25652 25654 23338 0 -1 4202560 73 0 0 0 19 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722604649128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25663] ppid=25652 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/25654/task/25663/stat : 25663 (java) S 25652 25654 23338 0 -1 4202560 63 0 0 0 19 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722603596840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25664] ppid=25652 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/25654/task/25664/stat : 25664 (java) S 25652 25654 23338 0 -1 4202560 81 0 0 0 26 1 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722602544040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25665] ppid=25652 vsize=9624976 CPUtime=1.54 cores=1,3,5,7
/proc/25654/task/25665/stat : 25665 (java) S 25652 25654 23338 0 -1 4202560 57 0 0 0 154 0 0 0 20 0 19 0 254905079 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722444843240 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25666] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25666/stat : 25666 (java) S 25652 25654 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254905080 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722443789304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25667] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25667/stat : 25667 (java) S 25652 25654 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254905080 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722442736904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25668] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25668/stat : 25668 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722441685392 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25669] ppid=25652 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/25654/task/25669/stat : 25669 (java) S 25652 25654 23338 0 -1 4202560 2199 0 0 0 28 0 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722440633016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25654/tid=25670] ppid=25652 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/25654/task/25670/stat : 25670 (java) S 25652 25654 23338 0 -1 4202560 1793 0 0 0 33 0 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722439580216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25671] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25671/stat : 25671 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722438528120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25672] ppid=25652 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/25654/task/25672/stat : 25672 (java) S 25652 25654 23338 0 -1 4202560 13 0 0 0 3 1 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722437475528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25673] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25673/stat : 25673 (java) S 25652 25654 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254905106 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722436420520 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 207.04
Current children cumulated vsize (KiB) 9624976

[startup+205.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 25676
/proc/meminfo: memFree=28646348/32873648 swapFree=6844/6844
[pid=25654] ppid=25652 vsize=9624976 CPUtime=207.14 cores=1,3,5,7
/proc/25654/stat : 25654 (java) S 25652 25654 23338 0 -1 4202496 8419 0 1 0 20705 9 0 0 20 0 19 0 254905075 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 140733307781680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25654/statm: 2406244 24171 2282 9 0 2396937 0
[pid=25654/tid=25656] ppid=25652 vsize=9624976 CPUtime=202.63 cores=1,3,5,7
/proc/25654/task/25656/stat : 25656 (java) R 25652 25654 23338 0 -1 4202560 2537 0 1 0 20259 4 0 0 20 0 19 0 254905077 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722620850464 139722484289580 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25657] ppid=25652 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/25654/task/25657/stat : 25657 (java) S 25652 25654 23338 0 -1 4202560 101 0 0 0 17 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722609912104 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25658] ppid=25652 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/25654/task/25658/stat : 25658 (java) S 25652 25654 23338 0 -1 4202560 113 0 0 0 20 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722608859304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25659] ppid=25652 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/25654/task/25659/stat : 25659 (java) S 25652 25654 23338 0 -1 4202560 64 0 0 0 23 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722607807016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25660] ppid=25652 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/25654/task/25660/stat : 25660 (java) S 25652 25654 23338 0 -1 4202560 45 0 0 0 20 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722606754216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25654/tid=25661] ppid=25652 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/25654/task/25661/stat : 25661 (java) S 25652 25654 23338 0 -1 4202560 101 0 0 0 18 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722605701928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25662] ppid=25652 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/25654/task/25662/stat : 25662 (java) S 25652 25654 23338 0 -1 4202560 73 0 0 0 19 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722604649128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25663] ppid=25652 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/25654/task/25663/stat : 25663 (java) S 25652 25654 23338 0 -1 4202560 63 0 0 0 19 0 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722603596840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25654/tid=25664] ppid=25652 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/25654/task/25664/stat : 25664 (java) S 25652 25654 23338 0 -1 4202560 81 0 0 0 26 1 0 0 20 0 19 0 254905078 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722602544040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25665] ppid=25652 vsize=9624976 CPUtime=1.54 cores=1,3,5,7
/proc/25654/task/25665/stat : 25665 (java) S 25652 25654 23338 0 -1 4202560 57 0 0 0 154 0 0 0 20 0 19 0 254905079 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722444843240 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25666] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25666/stat : 25666 (java) S 25652 25654 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254905080 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722443789304 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25667] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25667/stat : 25667 (java) S 25652 25654 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254905080 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722442736904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25668] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25668/stat : 25668 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722441685392 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25654/tid=25669] ppid=25652 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/25654/task/25669/stat : 25669 (java) S 25652 25654 23338 0 -1 4202560 2199 0 0 0 28 0 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722440633016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25654/tid=25670] ppid=25652 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/25654/task/25670/stat : 25670 (java) S 25652 25654 23338 0 -1 4202560 1793 0 0 0 33 0 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722439580216 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25671] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25671/stat : 25671 (java) S 25652 25654 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722438528120 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25672] ppid=25652 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/25654/task/25672/stat : 25672 (java) S 25652 25654 23338 0 -1 4202560 13 0 0 0 3 1 0 0 20 0 19 0 254905082 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722437475528 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25654/tid=25673] ppid=25652 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25654/task/25673/stat : 25673 (java) S 25652 25654 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254905106 9855975424 24171 33554432000 1073741824 1073778376 140733307790544 139722436420520 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 207.14
Current children cumulated vsize (KiB) 9624976

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25654 and gives
#  childrusage.ru_utime.tv_sec=206
#  childrusage.ru_utime.tv_usec=600591
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=190970
# CPU time returned by wait4() is 206.792
# while last known CPU time is 207.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 205.385
CPU time (s): 207.14
CPU user time (s): 207.05
CPU system time (s): 0.09
CPU usage (%): 100.855
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.601
system time used= 0.19097
maximum resident set size= 98792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8440
page faults= 1
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6706
involuntary context switches= 4479

runsolver used 0.623905 second user time and 1.79473 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-24 21:29:52
IDJOB=3688757
IDBENCH=48259
IDSOLVER=2269
FILE ID=node124/3688757-1337887792
RUNJOBID= node124-1337871881-23355
PBS_JOBID= 14620080
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_4.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688757-1337887792/watcher-3688757-1337887792 -o /tmp/evaluation-result-3688757-1337887792/solver-3688757-1337887792 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688757-1337887792.opb

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

MD5SUM BENCH= 0c3fb28b3ecb8f1eba2bffa356ef5364
RANDOM SEED=186688073

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28735864 kB
Buffers:          234100 kB
Cached:          2040604 kB
SwapCached:            0 kB
Active:          1529744 kB
Inactive:        1797932 kB
Active(anon):    1055684 kB
Inactive(anon):        0 kB
Active(file):     474060 kB
Inactive(file):  1797932 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               456 kB
Writeback:             0 kB
AnonPages:       1092740 kB
Mapped:            22536 kB
Shmem:               200 kB
Slab:             637312 kB
SReclaimable:      81564 kB
SUnreclaim:       555748 kB
KernelStack:        1584 kB
PageTables:         6336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1790148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1052672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node124 at 2012-05-24 21:33:18