Trace number 3709723

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 NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT 438.75 436.992

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga13_12_sat_pb.cnf.cr.opb
MD5SUM774e61576b805c95b87ab57992a33004
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.002998
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables234
Total number of constraints193
Number of constraints which are clauses168
Number of constraints which are cardinality constraints (but not clauses)25
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=true
0.07/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3709723-1338127609.opb
0.07/0.13	c reading problem ... 
0.07/0.19	c ... done. Wall clock time 0.059s.
0.07/0.19	c declared #vars     234
0.07/0.19	c #constraints  193
0.07/0.19	c constraints type 
0.07/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 168
0.07/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 25
0.07/0.19	c 193 constraints processed.
0.85/0.64	c cleaning 2499 clauses out of 5001 with flag 5001/5001
1.45/1.16	c cleaning 4252 clauses out of 8503 with flag 11002/11002
2.15/1.80	c cleaning 5625 clauses out of 11252 with flag 18003/18003
3.06/2.77	c cleaning 6813 clauses out of 13625 with flag 26001/26001
4.22/3.87	c cleaning 7906 clauses out of 15812 with flag 35001/35001
5.34/4.99	c cleaning 8947 clauses out of 17905 with flag 45000/45000
6.87/6.43	c cleaning 9971 clauses out of 19958 with flag 56000/56000
8.37/7.93	c cleaning 10988 clauses out of 21988 with flag 68001/68001
10.18/9.74	c cleaning 11997 clauses out of 24000 with flag 81001/81001
12.19/11.78	c cleaning 12998 clauses out of 26004 with flag 95002/95002
14.11/13.64	c cleaning 13993 clauses out of 28004 with flag 110000/110000
16.44/15.97	c cleaning 15000 clauses out of 30011 with flag 126000/126000
19.46/18.91	c cleaning 15999 clauses out of 32012 with flag 143001/143001
22.57/22.07	c cleaning 17000 clauses out of 34014 with flag 161002/161002
26.39/25.83	c cleaning 18004 clauses out of 36012 with flag 180000/180000
29.72/29.11	c cleaning 18996 clauses out of 38010 with flag 200002/200002
33.65/33.01	c cleaning 20002 clauses out of 40013 with flag 221001/221001
37.98/37.33	c cleaning 21005 clauses out of 42016 with flag 243006/243006
42.58/41.98	c cleaning 21999 clauses out of 44006 with flag 266001/266001
47.69/47.04	c cleaning 23002 clauses out of 46007 with flag 290001/290001
52.81/52.11	c cleaning 24000 clauses out of 48004 with flag 315000/315000
57.83/57.11	c cleaning 24996 clauses out of 50004 with flag 341000/341000
63.76/63.09	c cleaning 25998 clauses out of 52009 with flag 368001/368001
70.48/69.72	c cleaning 27002 clauses out of 54013 with flag 396003/396003
76.43/75.69	c cleaning 28005 clauses out of 56012 with flag 425004/425004
83.04/82.20	c cleaning 29001 clauses out of 58003 with flag 455000/455000
89.15/88.35	c cleaning 29997 clauses out of 60002 with flag 486000/486000
98.17/97.35	c cleaning 31001 clauses out of 62007 with flag 518002/518002
106.79/105.95	c cleaning 31995 clauses out of 64005 with flag 551001/551001
116.03/115.15	c cleaning 32992 clauses out of 66009 with flag 585000/585000
123.94/123.09	c cleaning 34006 clauses out of 68021 with flag 620004/620004
132.87/131.96	c cleaning 34997 clauses out of 70012 with flag 656001/656001
142.90/141.96	c cleaning 36000 clauses out of 72014 with flag 693000/693000
152.52/151.59	c cleaning 37001 clauses out of 74015 with flag 731001/731001
165.04/164.04	c cleaning 38003 clauses out of 76014 with flag 770001/770001
176.68/175.60	c cleaning 39001 clauses out of 78014 with flag 810004/810004
183.59/182.56	c cleaning 39998 clauses out of 80009 with flag 851000/851000
189.10/188.09	c cleaning 41001 clauses out of 82013 with flag 893002/893002
201.12/200.01	c cleaning 41997 clauses out of 84010 with flag 936000/936000
213.53/212.41	c cleaning 42999 clauses out of 86014 with flag 980001/980001
224.95/223.86	c cleaning 44001 clauses out of 88014 with flag 1025000/1025000
233.57/232.44	c cleaning 44999 clauses out of 90014 with flag 1071001/1071001
244.90/243.77	c cleaning 46003 clauses out of 92015 with flag 1118001/1118001
255.43/254.21	c cleaning 46997 clauses out of 94012 with flag 1166001/1166001
265.28/264.04	c cleaning 47996 clauses out of 96014 with flag 1215000/1215000
270.89/269.67	c cleaning 49002 clauses out of 98018 with flag 1265000/1265000
275.92/274.66	c cleaning 49999 clauses out of 100017 with flag 1316001/1316001
285.66/284.30	c cleaning 51003 clauses out of 102018 with flag 1368001/1368001
296.89/295.57	c cleaning 52005 clauses out of 104015 with flag 1421001/1421001
303.92/302.52	c cleaning 52996 clauses out of 106009 with flag 1475000/1475000
311.82/310.48	c cleaning 53992 clauses out of 108014 with flag 1530001/1530001
327.97/326.54	c cleaning 55007 clauses out of 110023 with flag 1586002/1586002
337.02/335.53	c cleaning 56001 clauses out of 112015 with flag 1643001/1643001
342.82/341.31	c cleaning 57002 clauses out of 114014 with flag 1701001/1701001
348.34/346.83	c cleaning 57998 clauses out of 116011 with flag 1760000/1760000
359.87/358.32	c cleaning 58999 clauses out of 118013 with flag 1820000/1820000
366.89/365.35	c cleaning 60001 clauses out of 120014 with flag 1881000/1881000
373.63/372.02	c cleaning 60999 clauses out of 122013 with flag 1943000/1943000
380.15/378.54	c cleaning 61986 clauses out of 124015 with flag 2006001/2006001
394.78/393.19	c cleaning 63006 clauses out of 126028 with flag 2070000/2070000
411.52/409.89	c cleaning 64010 clauses out of 128023 with flag 2135001/2135001
419.24/417.59	c cleaning 64992 clauses out of 130012 with flag 2201000/2201000
427.66/426.00	c cleaning 66008 clauses out of 132024 with flag 2268004/2268004
434.03/432.28	c cleaning 66998 clauses out of 134012 with flag 2336000/2336000
438.75/436.95	c starts		: 229
438.75/436.95	c conflicts		: 2387572
438.75/436.95	c decisions		: 2785633
438.75/436.95	c propagations		: 33041399
438.75/436.95	c inspects		: 6714431872
438.75/436.95	c shortcuts		: 0
438.75/436.95	c learnt literals	: 0
438.75/436.95	c learnt binary clauses	: 0
438.75/436.95	c learnt ternary clauses	: 0
438.75/436.95	c learnt constraints	: 2387572
438.75/436.95	c ignored constraints	: 0
438.75/436.95	c root simplifications	: 229
438.75/436.95	c removed literals (reason simplification)	: 1237235
438.75/436.95	c reason swapping (by a shorter reason)	: 0
438.75/436.95	c Calls to reduceDB	: 64
438.75/436.95	c number of reductions to clauses (during analyze)	: 0
438.75/436.95	c number of learned constraints concerned by reduction	: 0
438.75/436.95	c number of learning phase by resolution	: 0
438.75/436.95	c number of learning phase by cutting planes	: 0
438.75/436.95	c speed (assignments/second)	: 75652.36873015182
438.75/436.95	c non guided choices	655
438.75/436.98	c learnt constraints type 
438.75/436.98	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 118586
438.75/436.98	c constraints type 
438.75/436.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 168
438.75/436.98	c org.sat4j.minisat.constraints.card.MinWatchCard => 25
438.75/436.98	c 193 constraints processed.
438.75/436.98	s SATISFIABLE
438.75/436.98	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 -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210 -x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 x232 -x233 -x234 
438.75/436.98	c Total wall clock time (in seconds): 436.85

Verifier Data

OK	0

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-3709723-1338127609/watcher-3709723-1338127609 -o /tmp/evaluation-result-3709723-1338127609/solver-3709723-1338127609 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709723-1338127609.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: 1.92 1.97 1.99 3/194 21741
/proc/meminfo: memFree=30122016/32873844 swapFree=7116/7116
[pid=21741] ppid=21739 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21741/stat : 21741 (java) D 21739 21741 19004 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 278885854 9515008 182 33554432000 1073741824 1073778376 140737102867296 140737102858328 240565173941 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/21741/statm: 2323 182 140 9 0 71 0

[startup+0.040035 s]
/proc/loadavg: 1.92 1.97 1.99 3/194 21741
/proc/meminfo: memFree=30122016/32873844 swapFree=7116/7116
[pid=21741] ppid=21739 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/21741/stat : 21741 (java) S 21739 21741 19004 0 -1 4202496 2926 0 1 0 1 0 0 0 20 0 11 0 278885854 9310650368 3626 33554432000 1073741824 1073778376 140733343067440 140733343058576 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21741/statm: 2273108 3626 1650 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100338 s]
/proc/loadavg: 1.92 1.97 1.99 3/194 21741
/proc/meminfo: memFree=30122016/32873844 swapFree=7116/7116
[pid=21741] ppid=21739 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/21741/stat : 21741 (java) S 21739 21741 19004 0 -1 4202496 3702 0 1 0 6 1 0 0 20 0 18 0 278885854 9787842560 4911 33554432000 1073741824 1073778376 140733343067440 140733343058576 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21741/statm: 2389610 4911 1940 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300283 s]
/proc/loadavg: 1.92 1.97 1.99 3/194 21741
/proc/meminfo: memFree=30122016/32873844 swapFree=7116/7116
[pid=21741] ppid=21739 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/21741/stat : 21741 (java) S 21739 21741 19004 0 -1 4202496 6974 0 1 0 47 2 0 0 20 0 19 0 278885854 9856004096 8672 33554432000 1073741824 1073778376 140733343067440 140733343058576 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21741/statm: 2406251 8672 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625004

[startup+0.700258 s]
/proc/loadavg: 1.92 1.97 1.99 3/194 21741
/proc/meminfo: memFree=30122016/32873844 swapFree=7116/7116
[pid=21741] ppid=21739 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/21741/stat : 21741 (java) S 21739 21741 19004 0 -1 4202496 7291 0 1 0 98 2 0 0 20 0 19 0 278885854 9856004096 11173 33554432000 1073741824 1073778376 140733343067440 140733343058576 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21741/statm: 2406251 11173 2273 9 0 2396937 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 1.92 1.97 1.99 3/213 21760
/proc/meminfo: memFree=30085540/32873844 swapFree=7116/7116
[pid=21741] ppid=21739 vsize=9625004 CPUtime=1.85 cores=1,3,5,7
/proc/21741/stat : 21741 (java) S 21739 21741 19004 0 -1 4202496 7312 0 1 0 183 2 0 0 20 0 19 0 278885854 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140733343058576 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21741/statm: 2406251 12203 2273 9 0 2396937 0
[pid=21741/tid=21743] ppid=21739 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/21741/task/21743/stat : 21743 (java) R 21739 21741 19004 0 -1 4202560 2516 0 1 0 142 1 0 0 20 0 19 0 278885855 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140660409618984 140660263342210 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21744] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21744/stat : 21744 (java) S 21739 21741 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140660382071208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21745] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21745/stat : 21745 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140660251863592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21746] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21746/stat : 21746 (java) S 21739 21741 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140660250810536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21747] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21747/stat : 21747 (java) S 21739 21741 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140660249757992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21748] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21748/stat : 21748 (java) S 21739 21741 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140660248705960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21749] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21749/stat : 21749 (java) S 21739 21741 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140660247653416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21750] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21750/stat : 21750 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140659910503080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21751] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21751/stat : 21751 (java) S 21739 21741 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140659909450536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21741/tid=21752] ppid=21739 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21741/task/21752/stat : 21752 (java) S 21739 21741 19004 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 278885857 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140659897252200 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21753] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21753/stat : 21753 (java) S 21739 21741 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278885858 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140659896198520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21754] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21754/stat : 21754 (java) S 21739 21741 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278885858 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140659895145352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21755] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21755/stat : 21755 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885860 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140659894094096 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21756] ppid=21739 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/21741/task/21756/stat : 21756 (java) S 21739 21741 19004 0 -1 4202560 1408 0 0 0 16 0 0 0 20 0 19 0 278885861 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140659893041976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21757] ppid=21739 vsize=9625004 CPUtime=0.18 cores=1,3,5,7
/proc/21741/task/21757/stat : 21757 (java) S 21739 21741 19004 0 -1 4202560 2139 0 0 0 18 0 0 0 20 0 19 0 278885861 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140659891989432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21758] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21758/stat : 21758 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885861 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140659890936568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21759] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21759/stat : 21759 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885861 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140659889884232 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21760] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21760/stat : 21760 (java) S 21739 21741 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278885874 9856004096 12203 33554432000 1073741824 1073778376 140733343067440 140659888829480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 1.92 1.97 1.99 3/213 21760
/proc/meminfo: memFree=30078776/32873844 swapFree=7116/7116
[pid=21741] ppid=21739 vsize=9625004 CPUtime=3.52 cores=1,3,5,7
/proc/21741/stat : 21741 (java) S 21739 21741 19004 0 -1 4202496 7336 0 1 0 349 3 0 0 20 0 19 0 278885854 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140733343058576 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21741/statm: 2406251 13244 2275 9 0 2396937 0
[pid=21741/tid=21743] ppid=21739 vsize=9625004 CPUtime=2.99 cores=1,3,5,7
/proc/21741/task/21743/stat : 21743 (java) R 21739 21741 19004 0 -1 4202560 2518 0 1 0 298 1 0 0 20 0 19 0 278885855 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140660409618840 140660263342215 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21744] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21744/stat : 21744 (java) S 21739 21741 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140660382071208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21745] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21745/stat : 21745 (java) S 21739 21741 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140660251863592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21746] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21746/stat : 21746 (java) S 21739 21741 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140660250810536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21747] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21747/stat : 21747 (java) S 21739 21741 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140660249757992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21748] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21748/stat : 21748 (java) S 21739 21741 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140660248705960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21749] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21749/stat : 21749 (java) S 21739 21741 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140660247653416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21750] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21750/stat : 21750 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140659910503080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21751] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21751/stat : 21751 (java) S 21739 21741 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140659909450536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21741/tid=21752] ppid=21739 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/21741/task/21752/stat : 21752 (java) S 21739 21741 19004 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 19 0 278885857 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140659897252200 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21753] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21753/stat : 21753 (java) S 21739 21741 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278885858 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140659896198520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21754] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21754/stat : 21754 (java) S 21739 21741 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278885858 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140659895145352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21755] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21755/stat : 21755 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885860 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140659894094096 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21756] ppid=21739 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/21741/task/21756/stat : 21756 (java) S 21739 21741 19004 0 -1 4202560 1408 0 0 0 16 0 0 0 20 0 19 0 278885861 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140659893041976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21757] ppid=21739 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/21741/task/21757/stat : 21757 (java) S 21739 21741 19004 0 -1 4202560 2141 0 0 0 22 0 0 0 20 0 19 0 278885861 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140659891989432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21758] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21758/stat : 21758 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885861 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140659890936568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21759] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21759/stat : 21759 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885861 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140659889884232 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21760] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21760/stat : 21760 (java) S 21739 21741 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278885874 9856004096 13244 33554432000 1073741824 1073778376 140733343067440 140659888829480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625004

[startup+6.30071 s]
/proc/loadavg: 1.93 1.97 1.99 3/213 21760
/proc/meminfo: memFree=30074928/32873844 swapFree=7116/7116
[pid=21741] ppid=21739 vsize=9625004 CPUtime=6.77 cores=1,3,5,7
/proc/21741/stat : 21741 (java) S 21739 21741 19004 0 -1 4202496 7347 0 1 0 674 3 0 0 20 0 19 0 278885854 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140733343058576 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21741/statm: 2406251 13614 2275 9 0 2396937 0
[pid=21741/tid=21743] ppid=21739 vsize=9625004 CPUtime=6.13 cores=1,3,5,7
/proc/21741/task/21743/stat : 21743 (java) R 21739 21741 19004 0 -1 4202560 2521 0 1 0 612 1 0 0 20 0 19 0 278885855 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140660409618720 140660263326656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21744] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21744/stat : 21744 (java) S 21739 21741 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140660382071208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21745] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21745/stat : 21745 (java) S 21739 21741 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140660251863592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21746] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21746/stat : 21746 (java) S 21739 21741 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140660250810536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21747] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21747/stat : 21747 (java) S 21739 21741 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140660249757992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21741/tid=21748] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21748/stat : 21748 (java) S 21739 21741 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140660248705960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21749] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21749/stat : 21749 (java) S 21739 21741 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140660247653416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21750] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21750/stat : 21750 (java) S 21739 21741 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278885856 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140659910503080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21751] ppid=21739 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21741/task/21751/stat : 21751 (java) S 21739 21741 19004 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 278885856 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140659909450536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21741/tid=21752] ppid=21739 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/21741/task/21752/stat : 21752 (java) S 21739 21741 19004 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 19 0 278885857 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140659897252200 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21753] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21753/stat : 21753 (java) S 21739 21741 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278885858 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140659896198520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21754] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21754/stat : 21754 (java) S 21739 21741 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278885858 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140659895145352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21755] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21755/stat : 21755 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885860 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140659894094096 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21756] ppid=21739 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/21741/task/21756/stat : 21756 (java) S 21739 21741 19004 0 -1 4202560 1408 0 0 0 16 0 0 0 20 0 19 0 278885861 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140659893041976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21757] ppid=21739 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/21741/task/21757/stat : 21757 (java) S 21739 21741 19004 0 -1 4202560 2141 0 0 0 22 0 0 0 20 0 19 0 278885861 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140659891989432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21758] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21758/stat : 21758 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885861 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140659890936568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21759] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21759/stat : 21759 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885861 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140659889884232 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21760] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21760/stat : 21760 (java) S 21739 21741 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278885874 9856004096 13614 33554432000 1073741824 1073778376 140733343067440 140659888829480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

/proc/21741/task/21751/stat : 21751 (java) S 21739 21741 19004 0 -1 4202560 89 0 0 0 27 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659909450536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21752] ppid=21739 vsize=9625004 CPUtime=1.95 cores=1,3,5,7
/proc/21741/task/21752/stat : 21752 (java) S 21739 21741 19004 0 -1 4202560 69 0 0 0 194 1 0 0 20 0 19 0 278885857 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659897252200 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21753] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21753/stat : 21753 (java) S 21739 21741 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278885858 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659896198520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21754] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21754/stat : 21754 (java) S 21739 21741 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278885858 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659895145352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21755] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21755/stat : 21755 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885860 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659894094096 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21756] ppid=21739 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/21741/task/21756/stat : 21756 (java) S 21739 21741 19004 0 -1 4202560 1408 0 0 0 16 0 0 0 20 0 19 0 278885861 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659893041976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21757] ppid=21739 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/21741/task/21757/stat : 21757 (java) S 21739 21741 19004 0 -1 4202560 2304 0 0 0 24 0 0 0 20 0 19 0 278885861 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659891989432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21758] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21758/stat : 21758 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885861 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659890936568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21759] ppid=21739 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/21741/task/21759/stat : 21759 (java) S 21739 21741 19004 0 -1 4202560 25 0 0 0 9 3 0 0 20 0 19 0 278885861 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659889884232 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21760] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21760/stat : 21760 (java) S 21739 21741 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278885874 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659888829480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 436.95
Current children cumulated vsize (KiB) 9625004

[startup+435.901 s]
/proc/loadavg: 2.02 2.00 2.00 3/212 21764
/proc/meminfo: memFree=29964492/32873844 swapFree=7116/7116
[pid=21741] ppid=21739 vsize=9625004 CPUtime=437.75 cores=1,3,5,7
/proc/21741/stat : 21741 (java) S 21739 21741 19004 0 -1 4202496 8369 0 1 0 43763 12 0 0 20 0 19 0 278885854 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140733343058576 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21741/statm: 2406251 29152 2276 9 0 2396937 0
[pid=21741/tid=21743] ppid=21739 vsize=9625004 CPUtime=432.04 cores=1,3,5,7
/proc/21741/task/21743/stat : 21743 (java) R 21739 21741 19004 0 -1 4202560 2584 0 1 0 43197 7 0 0 20 0 19 0 278885855 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660409618720 140660263342215 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21744] ppid=21739 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/21741/task/21744/stat : 21744 (java) S 21739 21741 19004 0 -1 4202560 109 0 0 0 24 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660382071208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21745] ppid=21739 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/21741/task/21745/stat : 21745 (java) S 21739 21741 19004 0 -1 4202560 121 0 0 0 26 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660251863592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21746] ppid=21739 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/21741/task/21746/stat : 21746 (java) S 21739 21741 19004 0 -1 4202560 47 0 0 0 23 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660250810536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21747] ppid=21739 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/21741/task/21747/stat : 21747 (java) S 21739 21741 19004 0 -1 4202560 80 0 0 0 21 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660249757992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21748] ppid=21739 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/21741/task/21748/stat : 21748 (java) S 21739 21741 19004 0 -1 4202560 137 0 0 0 27 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660248705960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21741/tid=21749] ppid=21739 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/21741/task/21749/stat : 21749 (java) S 21739 21741 19004 0 -1 4202560 72 0 0 0 27 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660247653416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21750] ppid=21739 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/21741/task/21750/stat : 21750 (java) S 21739 21741 19004 0 -1 4202560 142 0 0 0 24 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659910503080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21741/tid=21751] ppid=21739 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/21741/task/21751/stat : 21751 (java) S 21739 21741 19004 0 -1 4202560 89 0 0 0 27 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659909450536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21752] ppid=21739 vsize=9625004 CPUtime=1.95 cores=1,3,5,7
/proc/21741/task/21752/stat : 21752 (java) S 21739 21741 19004 0 -1 4202560 69 0 0 0 194 1 0 0 20 0 19 0 278885857 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659897252200 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21753] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21753/stat : 21753 (java) S 21739 21741 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278885858 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659896198520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21754] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21754/stat : 21754 (java) S 21739 21741 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278885858 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659895145352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21755] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21755/stat : 21755 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885860 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659894094096 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21756] ppid=21739 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/21741/task/21756/stat : 21756 (java) S 21739 21741 19004 0 -1 4202560 1408 0 0 0 16 0 0 0 20 0 19 0 278885861 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659893041976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21757] ppid=21739 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/21741/task/21757/stat : 21757 (java) S 21739 21741 19004 0 -1 4202560 2304 0 0 0 24 0 0 0 20 0 19 0 278885861 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659891989432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21758] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21758/stat : 21758 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885861 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659890936568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21759] ppid=21739 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/21741/task/21759/stat : 21759 (java) S 21739 21741 19004 0 -1 4202560 25 0 0 0 9 3 0 0 20 0 19 0 278885861 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659889884232 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21760] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21760/stat : 21760 (java) S 21739 21741 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278885874 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659888829480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 437.75
Current children cumulated vsize (KiB) 9625004

[startup+436.707 s]
/proc/loadavg: 2.02 2.00 2.00 3/212 21764
/proc/meminfo: memFree=29964492/32873844 swapFree=7116/7116
[pid=21741] ppid=21739 vsize=9625004 CPUtime=438.55 cores=1,3,5,7
/proc/21741/stat : 21741 (java) S 21739 21741 19004 0 -1 4202496 8369 0 1 0 43843 12 0 0 20 0 19 0 278885854 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140733343058576 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21741/statm: 2406251 29152 2276 9 0 2396937 0
[pid=21741/tid=21743] ppid=21739 vsize=9625004 CPUtime=432.84 cores=1,3,5,7
/proc/21741/task/21743/stat : 21743 (java) R 21739 21741 19004 0 -1 4202560 2584 0 1 0 43277 7 0 0 20 0 19 0 278885855 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660409618720 140660263342914 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21744] ppid=21739 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/21741/task/21744/stat : 21744 (java) S 21739 21741 19004 0 -1 4202560 109 0 0 0 24 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660382071208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21745] ppid=21739 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/21741/task/21745/stat : 21745 (java) S 21739 21741 19004 0 -1 4202560 121 0 0 0 26 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660251863592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21746] ppid=21739 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/21741/task/21746/stat : 21746 (java) S 21739 21741 19004 0 -1 4202560 47 0 0 0 23 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660250810536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21747] ppid=21739 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/21741/task/21747/stat : 21747 (java) S 21739 21741 19004 0 -1 4202560 80 0 0 0 21 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660249757992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21748] ppid=21739 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/21741/task/21748/stat : 21748 (java) S 21739 21741 19004 0 -1 4202560 137 0 0 0 27 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660248705960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21741/tid=21749] ppid=21739 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/21741/task/21749/stat : 21749 (java) S 21739 21741 19004 0 -1 4202560 72 0 0 0 27 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660247653416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21750] ppid=21739 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/21741/task/21750/stat : 21750 (java) S 21739 21741 19004 0 -1 4202560 142 0 0 0 24 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659910503080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21741/tid=21751] ppid=21739 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/21741/task/21751/stat : 21751 (java) S 21739 21741 19004 0 -1 4202560 89 0 0 0 27 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659909450536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21752] ppid=21739 vsize=9625004 CPUtime=1.95 cores=1,3,5,7
/proc/21741/task/21752/stat : 21752 (java) S 21739 21741 19004 0 -1 4202560 69 0 0 0 194 1 0 0 20 0 19 0 278885857 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659897252200 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21753] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21753/stat : 21753 (java) S 21739 21741 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278885858 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659896198520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21754] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21754/stat : 21754 (java) S 21739 21741 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278885858 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659895145352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21755] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21755/stat : 21755 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885860 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659894094096 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21756] ppid=21739 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/21741/task/21756/stat : 21756 (java) S 21739 21741 19004 0 -1 4202560 1408 0 0 0 16 0 0 0 20 0 19 0 278885861 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659893041976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21757] ppid=21739 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/21741/task/21757/stat : 21757 (java) S 21739 21741 19004 0 -1 4202560 2304 0 0 0 24 0 0 0 20 0 19 0 278885861 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659891989432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21758] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21758/stat : 21758 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885861 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659890936568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21759] ppid=21739 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/21741/task/21759/stat : 21759 (java) S 21739 21741 19004 0 -1 4202560 25 0 0 0 9 3 0 0 20 0 19 0 278885861 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659889884232 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21760] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21760/stat : 21760 (java) S 21739 21741 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278885874 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659888829480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 438.55
Current children cumulated vsize (KiB) 9625004

[startup+436.901 s]
/proc/loadavg: 2.02 2.00 2.00 3/212 21764
/proc/meminfo: memFree=29964492/32873844 swapFree=7116/7116
[pid=21741] ppid=21739 vsize=9625004 CPUtime=438.75 cores=1,3,5,7
/proc/21741/stat : 21741 (java) S 21739 21741 19004 0 -1 4202496 8369 0 1 0 43863 12 0 0 20 0 19 0 278885854 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140733343058576 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21741/statm: 2406251 29152 2276 9 0 2396937 0
[pid=21741/tid=21743] ppid=21739 vsize=9625004 CPUtime=433.04 cores=1,3,5,7
/proc/21741/task/21743/stat : 21743 (java) R 21739 21741 19004 0 -1 4202560 2584 0 1 0 43297 7 0 0 20 0 19 0 278885855 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660409618720 140660263326718 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21744] ppid=21739 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/21741/task/21744/stat : 21744 (java) S 21739 21741 19004 0 -1 4202560 109 0 0 0 24 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660382071208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21745] ppid=21739 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/21741/task/21745/stat : 21745 (java) S 21739 21741 19004 0 -1 4202560 121 0 0 0 26 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660251863592 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21746] ppid=21739 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/21741/task/21746/stat : 21746 (java) S 21739 21741 19004 0 -1 4202560 47 0 0 0 23 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660250810536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21747] ppid=21739 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/21741/task/21747/stat : 21747 (java) S 21739 21741 19004 0 -1 4202560 80 0 0 0 21 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660249757992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21748] ppid=21739 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/21741/task/21748/stat : 21748 (java) S 21739 21741 19004 0 -1 4202560 137 0 0 0 27 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660248705960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21741/tid=21749] ppid=21739 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/21741/task/21749/stat : 21749 (java) S 21739 21741 19004 0 -1 4202560 72 0 0 0 27 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140660247653416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21750] ppid=21739 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/21741/task/21750/stat : 21750 (java) S 21739 21741 19004 0 -1 4202560 142 0 0 0 24 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659910503080 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21741/tid=21751] ppid=21739 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/21741/task/21751/stat : 21751 (java) S 21739 21741 19004 0 -1 4202560 89 0 0 0 27 0 0 0 20 0 19 0 278885856 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659909450536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21741/tid=21752] ppid=21739 vsize=9625004 CPUtime=1.95 cores=1,3,5,7
/proc/21741/task/21752/stat : 21752 (java) S 21739 21741 19004 0 -1 4202560 69 0 0 0 194 1 0 0 20 0 19 0 278885857 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659897252200 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21753] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21753/stat : 21753 (java) S 21739 21741 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278885858 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659896198520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21754] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21754/stat : 21754 (java) S 21739 21741 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278885858 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659895145352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21755] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21755/stat : 21755 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885860 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659894094096 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21756] ppid=21739 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/21741/task/21756/stat : 21756 (java) S 21739 21741 19004 0 -1 4202560 1408 0 0 0 16 0 0 0 20 0 19 0 278885861 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659893041976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21757] ppid=21739 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/21741/task/21757/stat : 21757 (java) S 21739 21741 19004 0 -1 4202560 2304 0 0 0 24 0 0 0 20 0 19 0 278885861 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659891989432 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21758] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21758/stat : 21758 (java) S 21739 21741 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278885861 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659890936568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21741/tid=21759] ppid=21739 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/21741/task/21759/stat : 21759 (java) S 21739 21741 19004 0 -1 4202560 25 0 0 0 9 3 0 0 20 0 19 0 278885861 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659889884232 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21741/tid=21760] ppid=21739 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21741/task/21760/stat : 21760 (java) S 21739 21741 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278885874 9856004096 29152 33554432000 1073741824 1073778376 140733343067440 140659888829480 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 438.75
Current children cumulated vsize (KiB) 9625004

Child status: 10

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21741 and gives
#  childrusage.ru_utime.tv_sec=437
#  childrusage.ru_utime.tv_usec=613472
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=252961
# CPU time returned by wait4() is 437.866
# while last known CPU time is 438.75
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 436.992
CPU time (s): 438.75
CPU user time (s): 438.63
CPU system time (s): 0.12
CPU usage (%): 100.402
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 437.613
system time used= 0.252961
maximum resident set size= 117228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8399
page faults= 1
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11247
involuntary context switches= 8721

runsolver used 1.82972 second user time and 3.72243 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 16:06:49
IDJOB=3709723
IDBENCH=1399
IDSOLVER=2289
FILE ID=node146/3709723-1338127609
RUNJOBID= node146-1338124629-19021
PBS_JOBID= 14624512
Free space on /tmp= 71168 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga13_12_sat_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709723-1338127609/watcher-3709723-1338127609 -o /tmp/evaluation-result-3709723-1338127609/solver-3709723-1338127609 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709723-1338127609.opb

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

MD5SUM BENCH= 774e61576b805c95b87ab57992a33004
RANDOM SEED=1612230821

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30122016 kB
Buffers:          304112 kB
Cached:           771368 kB
SwapCached:         2184 kB
Active:          1757028 kB
Inactive:         159896 kB
Active(anon):     840968 kB
Inactive(anon):     2668 kB
Active(file):     916060 kB
Inactive(file):   157228 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:        849228 kB
Mapped:            17552 kB
Shmem:                 0 kB
Slab:             691172 kB
SReclaimable:     132476 kB
SUnreclaim:       558696 kB
KernelStack:        1600 kB
PageTables:         5888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1715888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    798720 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= 71164 MiB
End job on node146 at 2012-05-27 16:14:06