Trace number 3709735

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 snapshot? (TO) 1800.05 1779.25

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga40_38_sat_pb.cnf.cr.opb
MD5SUM3df4b6f92f1f3083d4934635de2b04ef
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.022995
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2280
Total number of constraints1636
Number of constraints which are clauses1558
Number of constraints which are cardinality constraints (but not clauses)78
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint40
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 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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 phase appearing in latest learned clause
0.09/0.12	c Expensive 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=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709735-1338130116.opb
0.09/0.12	c reading problem ... 
0.52/0.32	c ... done. Wall clock time 0.201s.
0.52/0.32	c declared #vars     2280
0.52/0.32	c #constraints  1636
0.52/0.32	c constraints type 
0.52/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1558
0.52/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 78
0.52/0.32	c 1636 constraints processed.
2.41/1.89	c cleaning 2501 clauses out of 5002 with flag 5002/5002
4.08/3.40	c cleaning 4251 clauses out of 8502 with flag 11003/11003
5.71/5.00	c cleaning 5622 clauses out of 11249 with flag 18001/18001
7.84/7.19	c cleaning 6813 clauses out of 13628 with flag 26002/26002
10.62/9.89	c cleaning 7905 clauses out of 15815 with flag 35002/35002
13.35/12.50	c cleaning 8947 clauses out of 17908 with flag 45000/45000
16.47/15.64	c cleaning 9978 clauses out of 19964 with flag 56003/56003
20.00/19.14	c cleaning 10986 clauses out of 21983 with flag 68000/68000
24.81/23.91	c cleaning 11999 clauses out of 23999 with flag 81002/81002
29.64/28.70	c cleaning 12996 clauses out of 25998 with flag 95000/95000
34.80/33.80	c cleaning 13989 clauses out of 28003 with flag 110001/110001
40.45/39.46	c cleaning 14996 clauses out of 30013 with flag 126000/126000
46.57/45.59	c cleaning 16013 clauses out of 32025 with flag 143008/143008
52.90/51.88	c cleaning 16999 clauses out of 34004 with flag 161000/161000
59.64/58.56	c cleaning 18000 clauses out of 36009 with flag 180004/180004
67.69/66.50	c cleaning 19002 clauses out of 38006 with flag 200001/200001
75.56/74.39	c cleaning 19995 clauses out of 40003 with flag 221000/221000
81.89/80.66	c cleaning 21002 clauses out of 42010 with flag 243002/243002
91.13/89.80	c cleaning 22002 clauses out of 44006 with flag 266000/266000
100.60/99.27	c cleaning 23001 clauses out of 46009 with flag 290005/290005
109.05/107.62	c cleaning 23995 clauses out of 48003 with flag 315000/315000
119.48/118.08	c cleaning 24998 clauses out of 50008 with flag 341000/341000
128.85/127.38	c cleaning 26000 clauses out of 52010 with flag 368000/368000
140.29/138.70	c cleaning 26997 clauses out of 54010 with flag 396000/396000
153.29/151.64	c cleaning 28001 clauses out of 56014 with flag 425001/425001
164.85/163.10	c cleaning 29001 clauses out of 58012 with flag 455000/455000
177.42/175.63	c cleaning 30001 clauses out of 60013 with flag 486002/486002
192.48/190.63	c cleaning 31002 clauses out of 62012 with flag 518002/518002
207.59/205.63	c cleaning 32000 clauses out of 64008 with flag 551000/551000
224.04/222.02	c cleaning 33005 clauses out of 66010 with flag 585002/585002
239.33/237.21	c cleaning 33996 clauses out of 68004 with flag 620001/620001
254.72/252.55	c cleaning 34999 clauses out of 70009 with flag 656002/656002
270.46/268.27	c cleaning 35998 clauses out of 72011 with flag 693003/693003
287.92/285.60	c cleaning 37001 clauses out of 74012 with flag 731002/731002
306.30/303.96	c cleaning 37998 clauses out of 76009 with flag 770000/770000
324.50/322.08	c cleaning 39002 clauses out of 78011 with flag 810000/810000
347.00/344.37	c cleaning 40000 clauses out of 80014 with flag 851005/851005
366.11/363.46	c cleaning 41001 clauses out of 82009 with flag 893000/893000
388.10/385.20	c cleaning 42000 clauses out of 84010 with flag 936002/936002
411.45/408.43	c cleaning 42998 clauses out of 86008 with flag 980000/980000
435.47/432.37	c cleaning 44001 clauses out of 88011 with flag 1025001/1025001
465.25/461.59	c cleaning 44999 clauses out of 90011 with flag 1071002/1071002
498.07/493.94	c cleaning 46004 clauses out of 92010 with flag 1118000/1118000
527.12/522.75	c cleaning 47002 clauses out of 94011 with flag 1166005/1166005
556.14/551.36	c cleaning 47997 clauses out of 96005 with flag 1215001/1215001
580.44/575.31	c cleaning 48996 clauses out of 98009 with flag 1265002/1265002
605.89/600.48	c cleaning 50003 clauses out of 100012 with flag 1316001/1316001
634.31/628.46	c cleaning 51002 clauses out of 102009 with flag 1368001/1368001
668.47/662.14	c cleaning 52000 clauses out of 104008 with flag 1421002/1421002
704.55/697.71	c cleaning 52994 clauses out of 106008 with flag 1475002/1475002
737.28/730.09	c cleaning 53996 clauses out of 108015 with flag 1530003/1530003
779.50/771.75	c cleaning 55004 clauses out of 110016 with flag 1586000/1586000
807.74/799.63	c cleaning 56004 clauses out of 112013 with flag 1643001/1643001
845.66/837.03	c cleaning 56990 clauses out of 114008 with flag 1701000/1701000
875.47/866.56	c cleaning 58004 clauses out of 116021 with flag 1760003/1760003
908.91/899.42	c cleaning 59006 clauses out of 118015 with flag 1820001/1820001
939.39/929.57	c cleaning 59996 clauses out of 120009 with flag 1881001/1881001
965.35/955.11	c cleaning 61000 clauses out of 122013 with flag 1943001/1943001
996.15/985.44	c cleaning 62007 clauses out of 124016 with flag 2006004/2006004
1036.31/1025.09	c cleaning 63001 clauses out of 126008 with flag 2070003/2070003
1082.57/1070.64	c cleaning 63997 clauses out of 128005 with flag 2135001/2135001
1131.45/1118.87	c cleaning 65003 clauses out of 130010 with flag 2201003/2201003
1178.32/1165.12	c cleaning 65997 clauses out of 132004 with flag 2268000/2268000
1223.96/1210.10	c cleaning 67001 clauses out of 134007 with flag 2336000/2336000
1270.76/1256.52	c cleaning 67999 clauses out of 136007 with flag 2405001/2405001
1317.87/1302.92	c cleaning 69000 clauses out of 138007 with flag 2475000/2475000
1360.08/1344.61	c cleaning 69997 clauses out of 140007 with flag 2546000/2546000
1397.54/1381.67	c cleaning 70986 clauses out of 142010 with flag 2618000/2618000
1437.16/1420.76	c cleaning 72009 clauses out of 144024 with flag 2691000/2691000
1488.91/1471.90	c cleaning 73000 clauses out of 146015 with flag 2765000/2765000
1530.82/1513.50	c cleaning 74004 clauses out of 148015 with flag 2840000/2840000
1579.47/1561.54	c cleaning 75002 clauses out of 150013 with flag 2916002/2916002
1630.85/1612.35	c cleaning 76000 clauses out of 152009 with flag 2993000/2993000
1683.34/1664.08	c cleaning 76992 clauses out of 154009 with flag 3071000/3071000
1740.17/1720.17	c cleaning 78004 clauses out of 156018 with flag 3150001/3150001
1790.79/1770.12	c cleaning 79002 clauses out of 158014 with flag 3230001/3230001
1800.05/1779.21	c starts		: 249
1800.05/1779.21	c conflicts		: 3255305
1800.05/1779.21	c decisions		: 3836379
1800.05/1779.21	c propagations		: 136703636
1800.05/1779.21	c inspects		: 15648863905
1800.05/1779.21	c shortcuts		: 0
1800.05/1779.21	c learnt literals	: 0
1800.05/1779.21	c learnt binary clauses	: 0
1800.05/1779.21	c learnt ternary clauses	: 0
1800.05/1779.21	c learnt constraints	: 3255306
1800.05/1779.21	c ignored constraints	: 0
1800.05/1779.21	c root simplifications	: 249
1800.05/1779.21	c removed literals (reason simplification)	: 2247626
1800.05/1779.21	c reason swapping (by a shorter reason)	: 0
1800.05/1779.21	c Calls to reduceDB	: 76
1800.05/1779.21	c number of reductions to clauses (during analyze)	: 0
1800.05/1779.21	c number of learned constraints concerned by reduction	: 0
1800.05/1779.21	c number of learning phase by resolution	: 0
1800.05/1779.21	c number of learning phase by cutting planes	: 0
1800.05/1779.21	c speed (assignments/second)	: 76847.93564508104
1800.05/1779.21	c non guided choices	723
1800.05/1779.24	c learnt constraints type 
1800.05/1779.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 104361
1800.05/1779.24	c constraints type 
1800.05/1779.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1558
1800.05/1779.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 78
1800.05/1779.24	c 1636 constraints processed.
1800.05/1779.24	s UNKNOWN
1800.05/1779.24	c Total wall clock time (in seconds): 1779.121

Verifier Data

ERROR: no interpretation found !

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-3709735-1338130116/watcher-3709735-1338130116 -o /tmp/evaluation-result-3709735-1338130116/solver-3709735-1338130116 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709735-1338130116.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 18313
/proc/meminfo: memFree=27068304/32873660 swapFree=7120/7120
[pid=18313] ppid=18311 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/18313/stat : 18313 (java) D 18311 18313 16973 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 279137371 9515008 182 33554432000 1073741824 1073778376 140735740201904 140735740192936 270330052277 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/18313/statm: 2323 182 140 9 0 71 0

[startup+0.072796 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 18313
/proc/meminfo: memFree=27068304/32873660 swapFree=7120/7120
[pid=18313] ppid=18311 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/18313/stat : 18313 (java) S 18311 18313 16973 0 -1 4202496 3327 0 1 0 4 0 0 0 20 0 18 0 279137371 9787842560 4535 33554432000 1073741824 1073778376 140736447379152 140736447370288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18313/statm: 2389610 4535 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.100225 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 18313
/proc/meminfo: memFree=27068304/32873660 swapFree=7120/7120
[pid=18313] ppid=18311 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/18313/stat : 18313 (java) S 18311 18313 16973 0 -1 4202496 4297 0 1 0 8 1 0 0 20 0 18 0 279137371 9787842560 6009 33554432000 1073741824 1073778376 140736447379152 140736447370288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18313/statm: 2389610 6009 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300164 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 18313
/proc/meminfo: memFree=27068304/32873660 swapFree=7120/7120
[pid=18313] ppid=18311 vsize=9558440 CPUtime=0.52 cores=0,2,4,6
/proc/18313/stat : 18313 (java) S 18311 18313 16973 0 -1 4202496 6105 0 1 0 51 1 0 0 20 0 18 0 279137371 9787842560 10166 33554432000 1073741824 1073778376 140736447379152 140736447370288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18313/statm: 2389610 10166 2228 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558440

[startup+0.700168 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 18313
/proc/meminfo: memFree=27068304/32873660 swapFree=7120/7120
[pid=18313] ppid=18311 vsize=9625004 CPUtime=1.27 cores=0,2,4,6
/proc/18313/stat : 18313 (java) S 18311 18313 16973 0 -1 4202496 8709 0 1 0 125 2 0 0 20 0 19 0 279137371 9856004096 14655 33554432000 1073741824 1073778376 140736447379152 140736447370288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18313/statm: 2406251 14655 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9625004

[startup+1.50065 s]
/proc/loadavg: 1.92 1.99 1.99 3/213 18332
/proc/meminfo: memFree=27013832/32873660 swapFree=7120/7120
[pid=18313] ppid=18311 vsize=9625004 CPUtime=2.08 cores=0,2,4,6
/proc/18313/stat : 18313 (java) S 18311 18313 16973 0 -1 4202496 8720 0 1 0 205 3 0 0 20 0 19 0 279137371 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 140736447370288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18313/statm: 2406251 17731 2259 9 0 2396937 0
[pid=18313/tid=18315] ppid=18311 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/18313/task/18315/stat : 18315 (java) R 18311 18313 16973 0 -1 4202560 2520 0 1 0 144 2 0 0 20 0 19 0 279137372 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859520739760 139859386302416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18316] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18316/stat : 18316 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859509803944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18317] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18317/stat : 18317 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859508751400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18318] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18318/stat : 18318 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859507698344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18313/tid=18319] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18319/stat : 18319 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859506645800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18320] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18320/stat : 18320 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859505592744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18321] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18321/stat : 18321 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859504540200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18322] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18322/stat : 18322 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859358070952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18323] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18323/stat : 18323 (java) S 18311 18313 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859357018408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18324] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18324/stat : 18324 (java) S 18311 18313 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279137374 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859344821096 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18325] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18325/stat : 18325 (java) S 18311 18313 16973 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 279137374 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859343767416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18326] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18326/stat : 18326 (java) S 18311 18313 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279137374 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859342714248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18327] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18327/stat : 18327 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137377 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859341662992 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18328] ppid=18311 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/18313/task/18328/stat : 18328 (java) R 18311 18313 16973 0 -1 4202560 2491 0 0 0 30 0 0 0 20 0 19 0 279137377 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859340609848 139859528458931 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18329] ppid=18311 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/18313/task/18329/stat : 18329 (java) S 18311 18313 16973 0 -1 4202560 2508 0 0 0 27 0 0 0 20 0 19 0 279137377 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859339557304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18330] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18330/stat : 18330 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137377 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859338504440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18331] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18331/stat : 18331 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137377 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859337452104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18332] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18332/stat : 18332 (java) S 18311 18313 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279137404 9856004096 17731 33554432000 1073741824 1073778376 140736447379152 139859336398376 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625004

[startup+3.10066 s]
/proc/loadavg: 1.92 1.99 1.99 3/213 18332
/proc/meminfo: memFree=26976596/32873660 swapFree=7120/7120
[pid=18313] ppid=18311 vsize=9625004 CPUtime=3.76 cores=0,2,4,6
/proc/18313/stat : 18313 (java) S 18311 18313 16973 0 -1 4202496 8807 0 1 0 372 4 0 0 20 0 19 0 279137371 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 140736447370288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18313/statm: 2406251 24947 2287 9 0 2396937 0
[pid=18313/tid=18315] ppid=18311 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/18313/task/18315/stat : 18315 (java) R 18311 18313 16973 0 -1 4202560 2525 0 1 0 302 2 0 0 20 0 19 0 279137372 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859520741560 139859386264627 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18316] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18316/stat : 18316 (java) S 18311 18313 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859509803944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18317] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18317/stat : 18317 (java) S 18311 18313 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859508751400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18313/tid=18318] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18318/stat : 18318 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859507698344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18313/tid=18319] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18319/stat : 18319 (java) S 18311 18313 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859506645800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18320] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18320/stat : 18320 (java) S 18311 18313 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859505592744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18321] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18321/stat : 18321 (java) S 18311 18313 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859504540200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18313/tid=18322] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18322/stat : 18322 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859358070952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18323] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18323/stat : 18323 (java) S 18311 18313 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859357018408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18324] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18324/stat : 18324 (java) S 18311 18313 16973 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 279137374 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859344821096 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18325] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18325/stat : 18325 (java) S 18311 18313 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279137374 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859343767416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18326] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18326/stat : 18326 (java) S 18311 18313 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279137374 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859342714248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18327] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18327/stat : 18327 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137377 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859341662992 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18328] ppid=18311 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/18313/task/18328/stat : 18328 (java) S 18311 18313 16973 0 -1 4202560 2498 0 0 0 34 0 0 0 20 0 19 0 279137377 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859340609848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18329] ppid=18311 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/18313/task/18329/stat : 18329 (java) S 18311 18313 16973 0 -1 4202560 2512 0 0 0 29 0 0 0 20 0 19 0 279137377 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859339557304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18330] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18330/stat : 18330 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137377 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859338504440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18331] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18331/stat : 18331 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137377 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859337452104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18332] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18332/stat : 18332 (java) S 18311 18313 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279137404 9856004096 24947 33554432000 1073741824 1073778376 140736447379152 139859336398376 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9625004

[startup+6.30072 s]
/proc/loadavg: 1.93 1.99 1.99 3/213 18332
/proc/meminfo: memFree=26934952/32873660 swapFree=7120/7120
[pid=18313] ppid=18311 vsize=9625004 CPUtime=7.04 cores=0,2,4,6
/proc/18313/stat : 18313 (java) S 18311 18313 16973 0 -1 4202496 9119 0 1 0 697 7 0 0 20 0 19 0 279137371 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 140736447370288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18313/statm: 2406251 35231 2287 9 0 2396937 0
[pid=18313/tid=18315] ppid=18311 vsize=9625004 CPUtime=6.18 cores=0,2,4,6
/proc/18313/task/18315/stat : 18315 (java) R 18311 18313 16973 0 -1 4202560 2527 0 1 0 616 2 0 0 20 0 19 0 279137372 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859520741928 139859386417840 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18316] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18316/stat : 18316 (java) S 18311 18313 16973 0 -1 4202560 86 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859509803944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18317] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18317/stat : 18317 (java) S 18311 18313 16973 0 -1 4202560 83 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859508751400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18318] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18318/stat : 18318 (java) S 18311 18313 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859507698344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18313/tid=18319] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18319/stat : 18319 (java) S 18311 18313 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859506645800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18320] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18320/stat : 18320 (java) S 18311 18313 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859505592744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18321] ppid=18311 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/18313/task/18321/stat : 18321 (java) S 18311 18313 16973 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 19 0 279137373 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859504540200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18322] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18322/stat : 18322 (java) S 18311 18313 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859358070952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18323] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18323/stat : 18323 (java) S 18311 18313 16973 0 -1 4202560 69 0 0 0 0 0 0 0 20 0 19 0 279137373 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859357018408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18324] ppid=18311 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/18313/task/18324/stat : 18324 (java) S 18311 18313 16973 0 -1 4202560 44 0 0 0 3 0 0 0 20 0 19 0 279137374 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859344821096 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18325] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18325/stat : 18325 (java) S 18311 18313 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279137374 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859343767416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18326] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18326/stat : 18326 (java) S 18311 18313 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279137374 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859342714248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18327] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18327/stat : 18327 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137377 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859341662992 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18328] ppid=18311 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/18313/task/18328/stat : 18328 (java) S 18311 18313 16973 0 -1 4202560 2499 0 0 0 36 0 0 0 20 0 19 0 279137377 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859340609848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18329] ppid=18311 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/18313/task/18329/stat : 18329 (java) S 18311 18313 16973 0 -1 4202560 2512 0 0 0 30 0 0 0 20 0 19 0 279137377 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859339557304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18330] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18330/stat : 18330 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137377 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859338504440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18331] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18331/stat : 18331 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137377 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859337452104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18332] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18332/stat : 18332 (java) S 18311 18313 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279137404 9856004096 35231 33554432000 1073741824 1073778376 140736447379152 139859336398376 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=18313/tid=18328] ppid=18311 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/18313/task/18328/stat : 18328 (java) S 18311 18313 16973 0 -1 4202560 3189 0 0 0 43 0 0 0 20 0 19 0 279137377 9856004096 154390 33554432000 1073741824 1073778376 140736447379152 139859340609848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18329] ppid=18311 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/18313/task/18329/stat : 18329 (java) S 18311 18313 16973 0 -1 4202560 2512 0 0 0 30 0 0 0 20 0 19 0 279137377 9856004096 154390 33554432000 1073741824 1073778376 140736447379152 139859339557304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18330] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18330/stat : 18330 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137377 9856004096 154390 33554432000 1073741824 1073778376 140736447379152 139859338504440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18331] ppid=18311 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/18313/task/18331/stat : 18331 (java) S 18311 18313 16973 0 -1 4202560 92 0 0 0 26 27 0 0 20 0 19 0 279137377 9856004096 154390 33554432000 1073741824 1073778376 140736447379152 139859337452104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18332] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18332/stat : 18332 (java) S 18311 18313 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279137404 9856004096 154390 33554432000 1073741824 1073778376 140736447379152 139859336398376 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1620.75
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.15 2.09 2.03 3/213 18427
/proc/meminfo: memFree=26140080/32873660 swapFree=7120/7120
[pid=18313] ppid=18311 vsize=9625004 CPUtime=1681.64 cores=0,2,4,6
/proc/18313/stat : 18313 (java) S 18311 18313 16973 0 -1 4202496 16916 0 1 0 168041 123 0 0 20 0 19 0 279137371 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 140736447370288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18313/statm: 2406251 161363 2288 9 0 2396937 0
[pid=18313/tid=18315] ppid=18311 vsize=9625004 CPUtime=1646.21 cores=0,2,4,6
/proc/18313/task/18315/stat : 18315 (java) R 18311 18313 16973 0 -1 4202560 3071 0 1 0 164589 32 0 0 20 0 19 0 279137372 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859520740736 139859386426292 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18316] ppid=18311 vsize=9625004 CPUtime=3.29 cores=0,2,4,6
/proc/18313/task/18316/stat : 18316 (java) S 18311 18313 16973 0 -1 4202560 787 0 0 0 320 9 0 0 20 0 19 0 279137373 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859509803944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18317] ppid=18311 vsize=9625004 CPUtime=3.08 cores=0,2,4,6
/proc/18313/task/18317/stat : 18317 (java) S 18311 18313 16973 0 -1 4202560 624 0 0 0 300 8 0 0 20 0 19 0 279137373 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859508751400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18318] ppid=18311 vsize=9625004 CPUtime=3.28 cores=0,2,4,6
/proc/18313/task/18318/stat : 18318 (java) S 18311 18313 16973 0 -1 4202560 762 0 0 0 316 12 0 0 20 0 19 0 279137373 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859507698344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18319] ppid=18311 vsize=9625004 CPUtime=3.29 cores=0,2,4,6
/proc/18313/task/18319/stat : 18319 (java) S 18311 18313 16973 0 -1 4202560 1334 0 0 0 318 11 0 0 20 0 19 0 279137373 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859506645800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18313/tid=18320] ppid=18311 vsize=9625004 CPUtime=3.29 cores=0,2,4,6
/proc/18313/task/18320/stat : 18320 (java) S 18311 18313 16973 0 -1 4202560 407 0 0 0 319 10 0 0 20 0 19 0 279137373 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859505592744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18321] ppid=18311 vsize=9625004 CPUtime=3.19 cores=0,2,4,6
/proc/18313/task/18321/stat : 18321 (java) S 18311 18313 16973 0 -1 4202560 849 0 0 0 307 12 0 0 20 0 19 0 279137373 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859504540200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18322] ppid=18311 vsize=9625004 CPUtime=3.26 cores=0,2,4,6
/proc/18313/task/18322/stat : 18322 (java) S 18311 18313 16973 0 -1 4202560 830 0 0 0 316 10 0 0 20 0 19 0 279137373 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859358070952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18323] ppid=18311 vsize=9625004 CPUtime=3.06 cores=0,2,4,6
/proc/18313/task/18323/stat : 18323 (java) S 18311 18313 16973 0 -1 4202560 521 0 0 0 298 8 0 0 20 0 19 0 279137373 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859357018408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18324] ppid=18311 vsize=9625004 CPUtime=4.09 cores=0,2,4,6
/proc/18313/task/18324/stat : 18324 (java) S 18311 18313 16973 0 -1 4202560 750 0 0 0 403 6 0 0 20 0 19 0 279137374 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859344821096 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18325] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18325/stat : 18325 (java) S 18311 18313 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279137374 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859343767416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18326] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18326/stat : 18326 (java) S 18311 18313 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279137374 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859342714248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18327] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18327/stat : 18327 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137377 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859341662992 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18328] ppid=18311 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/18313/task/18328/stat : 18328 (java) S 18311 18313 16973 0 -1 4202560 3189 0 0 0 43 0 0 0 20 0 19 0 279137377 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859340609848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18329] ppid=18311 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/18313/task/18329/stat : 18329 (java) S 18311 18313 16973 0 -1 4202560 2512 0 0 0 30 0 0 0 20 0 19 0 279137377 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859339557304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18330] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18330/stat : 18330 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137377 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859338504440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18331] ppid=18311 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/18313/task/18331/stat : 18331 (java) S 18311 18313 16973 0 -1 4202560 94 0 0 0 27 28 0 0 20 0 19 0 279137377 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859337452104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18332] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18332/stat : 18332 (java) S 18311 18313 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279137404 9856004096 161363 33554432000 1073741824 1073778376 140736447379152 139859336398376 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1681.64
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.12 2.09 2.02 3/213 18427
/proc/meminfo: memFree=26133868/32873660 swapFree=7120/7120
[pid=18313] ppid=18311 vsize=9625004 CPUtime=1742.4 cores=0,2,4,6
/proc/18313/stat : 18313 (java) S 18311 18313 16973 0 -1 4202496 16963 0 1 0 174114 126 0 0 20 0 19 0 279137371 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 140736447370288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18313/statm: 2406251 160927 2288 9 0 2396937 0
[pid=18313/tid=18315] ppid=18311 vsize=9625004 CPUtime=1705.54 cores=0,2,4,6
/proc/18313/task/18315/stat : 18315 (java) R 18311 18313 16973 0 -1 4202560 3093 0 1 0 170522 32 0 0 20 0 19 0 279137372 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859520741680 139859386247927 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18316] ppid=18311 vsize=9625004 CPUtime=3.43 cores=0,2,4,6
/proc/18313/task/18316/stat : 18316 (java) S 18311 18313 16973 0 -1 4202560 787 0 0 0 334 9 0 0 20 0 19 0 279137373 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859509803944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18317] ppid=18311 vsize=9625004 CPUtime=3.19 cores=0,2,4,6
/proc/18313/task/18317/stat : 18317 (java) S 18311 18313 16973 0 -1 4202560 624 0 0 0 311 8 0 0 20 0 19 0 279137373 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859508751400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18318] ppid=18311 vsize=9625004 CPUtime=3.37 cores=0,2,4,6
/proc/18313/task/18318/stat : 18318 (java) S 18311 18313 16973 0 -1 4202560 762 0 0 0 325 12 0 0 20 0 19 0 279137373 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859507698344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18313/tid=18319] ppid=18311 vsize=9625004 CPUtime=3.45 cores=0,2,4,6
/proc/18313/task/18319/stat : 18319 (java) S 18311 18313 16973 0 -1 4202560 1338 0 0 0 334 11 0 0 20 0 19 0 279137373 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859506645800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18320] ppid=18311 vsize=9625004 CPUtime=3.42 cores=0,2,4,6
/proc/18313/task/18320/stat : 18320 (java) S 18311 18313 16973 0 -1 4202560 409 0 0 0 332 10 0 0 20 0 19 0 279137373 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859505592744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18321] ppid=18311 vsize=9625004 CPUtime=3.33 cores=0,2,4,6
/proc/18313/task/18321/stat : 18321 (java) S 18311 18313 16973 0 -1 4202560 849 0 0 0 321 12 0 0 20 0 19 0 279137373 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859504540200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18322] ppid=18311 vsize=9625004 CPUtime=3.38 cores=0,2,4,6
/proc/18313/task/18322/stat : 18322 (java) S 18311 18313 16973 0 -1 4202560 834 0 0 0 328 10 0 0 20 0 19 0 279137373 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859358070952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18323] ppid=18311 vsize=9625004 CPUtime=3.2 cores=0,2,4,6
/proc/18313/task/18323/stat : 18323 (java) S 18311 18313 16973 0 -1 4202560 525 0 0 0 311 9 0 0 20 0 19 0 279137373 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859357018408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18324] ppid=18311 vsize=9625004 CPUtime=4.3 cores=0,2,4,6
/proc/18313/task/18324/stat : 18324 (java) S 18311 18313 16973 0 -1 4202560 757 0 0 0 424 6 0 0 20 0 19 0 279137374 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859344821096 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18325] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18325/stat : 18325 (java) S 18311 18313 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279137374 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859343767416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18326] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18326/stat : 18326 (java) S 18311 18313 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279137374 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859342714248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18327] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18327/stat : 18327 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137377 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859341662992 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18328] ppid=18311 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/18313/task/18328/stat : 18328 (java) S 18311 18313 16973 0 -1 4202560 3189 0 0 0 43 0 0 0 20 0 19 0 279137377 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859340609848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18329] ppid=18311 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/18313/task/18329/stat : 18329 (java) S 18311 18313 16973 0 -1 4202560 2512 0 0 0 30 0 0 0 20 0 19 0 279137377 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859339557304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18330] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18330/stat : 18330 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137377 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859338504440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18331] ppid=18311 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/18313/task/18331/stat : 18331 (java) S 18311 18313 16973 0 -1 4202560 98 0 0 0 28 29 0 0 20 0 19 0 279137377 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859337452104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18332] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18332/stat : 18332 (java) S 18311 18313 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279137404 9856004096 160927 33554432000 1073741824 1073778376 140736447379152 139859336398376 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1742.4
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.2 s]
/proc/loadavg: 2.05 2.07 2.02 3/213 18427
/proc/meminfo: memFree=26119416/32873660 swapFree=7120/7120
[pid=18313] ppid=18311 vsize=9625004 CPUtime=1800.05 cores=0,2,4,6
/proc/18313/stat : 18313 (java) S 18311 18313 16973 0 -1 4202496 17448 0 1 0 179877 128 0 0 20 0 19 0 279137371 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 140736447370288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18313/statm: 2406251 162910 2288 9 0 2396937 0
[pid=18313/tid=18315] ppid=18311 vsize=9625004 CPUtime=1761.89 cores=0,2,4,6
/proc/18313/task/18315/stat : 18315 (java) R 18311 18313 16973 0 -1 4202560 3115 0 1 0 176156 33 0 0 20 0 19 0 279137372 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859520740720 139859386258655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18316] ppid=18311 vsize=9625004 CPUtime=3.58 cores=0,2,4,6
/proc/18313/task/18316/stat : 18316 (java) S 18311 18313 16973 0 -1 4202560 843 0 0 0 349 9 0 0 20 0 19 0 279137373 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859509803944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18317] ppid=18311 vsize=9625004 CPUtime=3.32 cores=0,2,4,6
/proc/18313/task/18317/stat : 18317 (java) S 18311 18313 16973 0 -1 4202560 799 0 0 0 324 8 0 0 20 0 19 0 279137373 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859508751400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18318] ppid=18311 vsize=9625004 CPUtime=3.48 cores=0,2,4,6
/proc/18313/task/18318/stat : 18318 (java) S 18311 18313 16973 0 -1 4202560 762 0 0 0 336 12 0 0 20 0 19 0 279137373 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859507698344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18313/tid=18319] ppid=18311 vsize=9625004 CPUtime=3.57 cores=0,2,4,6
/proc/18313/task/18319/stat : 18319 (java) S 18311 18313 16973 0 -1 4202560 1342 0 0 0 345 12 0 0 20 0 19 0 279137373 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859506645800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18313/tid=18320] ppid=18311 vsize=9625004 CPUtime=3.54 cores=0,2,4,6
/proc/18313/task/18320/stat : 18320 (java) S 18311 18313 16973 0 -1 4202560 443 0 0 0 343 11 0 0 20 0 19 0 279137373 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859505592744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18321] ppid=18311 vsize=9625004 CPUtime=3.45 cores=0,2,4,6
/proc/18313/task/18321/stat : 18321 (java) S 18311 18313 16973 0 -1 4202560 926 0 0 0 333 12 0 0 20 0 19 0 279137373 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859504540200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18322] ppid=18311 vsize=9625004 CPUtime=3.55 cores=0,2,4,6
/proc/18313/task/18322/stat : 18322 (java) S 18311 18313 16973 0 -1 4202560 908 0 0 0 345 10 0 0 20 0 19 0 279137373 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859358070952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18323] ppid=18311 vsize=9625004 CPUtime=3.34 cores=0,2,4,6
/proc/18313/task/18323/stat : 18323 (java) S 18311 18313 16973 0 -1 4202560 556 0 0 0 325 9 0 0 20 0 19 0 279137373 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859357018408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18313/tid=18324] ppid=18311 vsize=9625004 CPUtime=4.38 cores=0,2,4,6
/proc/18313/task/18324/stat : 18324 (java) S 18311 18313 16973 0 -1 4202560 765 0 0 0 432 6 0 0 20 0 19 0 279137374 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859344821096 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18325] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18325/stat : 18325 (java) S 18311 18313 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279137374 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859343767416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18326] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18326/stat : 18326 (java) S 18311 18313 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279137374 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859342714248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18327] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18327/stat : 18327 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137377 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859341662992 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18328] ppid=18311 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/18313/task/18328/stat : 18328 (java) S 18311 18313 16973 0 -1 4202560 3189 0 0 0 43 0 0 0 20 0 19 0 279137377 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859340609848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18329] ppid=18311 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/18313/task/18329/stat : 18329 (java) S 18311 18313 16973 0 -1 4202560 2512 0 0 0 30 0 0 0 20 0 19 0 279137377 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859339557304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18330] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18330/stat : 18330 (java) S 18311 18313 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279137377 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859338504440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18313/tid=18331] ppid=18311 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/18313/task/18331/stat : 18331 (java) S 18311 18313 16973 0 -1 4202560 102 0 0 0 29 30 0 0 20 0 19 0 279137377 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859337452104 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18313/tid=18332] ppid=18311 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18313/task/18332/stat : 18332 (java) S 18311 18313 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279137404 9856004096 162910 33554432000 1073741824 1073778376 140736447379152 139859336398376 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18313 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=130250
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=660747
# CPU time returned by wait4() is 1795.79
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1779.25
CPU time (s): 1800.05
CPU user time (s): 1798.77
CPU system time (s): 1.28
CPU usage (%): 101.169
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.13
system time used= 1.66075
maximum resident set size= 651768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17481
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54983
involuntary context switches= 58967

runsolver used 5.9191 second user time and 15.3647 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 16:48:36
IDJOB=3709735
IDBENCH=1419
IDSOLVER=2289
FILE ID=node117/3709735-1338130116
RUNJOBID= node117-1338124635-16989
PBS_JOBID= 14624513
Free space on /tmp= 70048 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-fpga40_38_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-3709735-1338130116/watcher-3709735-1338130116 -o /tmp/evaluation-result-3709735-1338130116/solver-3709735-1338130116 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709735-1338130116.opb

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

MD5SUM BENCH= 3df4b6f92f1f3083d4934635de2b04ef
RANDOM SEED=257687944

node117.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.148
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.29
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.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        27069172 kB
Buffers:          323684 kB
Cached:          4041864 kB
SwapCached:            0 kB
Active:          2728300 kB
Inactive:        2182784 kB
Active(anon):     536996 kB
Inactive(anon):    11356 kB
Active(file):    2191304 kB
Inactive(file):  2171428 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:        573292 kB
Mapped:            22536 kB
Shmem:               200 kB
Slab:             734688 kB
SReclaimable:     179020 kB
SUnreclaim:       555668 kB
KernelStack:        1592 kB
PageTables:         5348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     920652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    540672 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= 70048 MiB
End job on node117 at 2012-05-27 17:18:17