Trace number 4106990

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 2.3.6 Resolution PB16? (TO) 1800.08 1788.04

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_2_15.opb
MD5SUM67db265db637e99ec6b595b7ba2cf45e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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.232964
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4106990-1466283603.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.03/0.54	c ... done. Wall clock time 0.419s.
1.03/0.54	c declared #vars     400
1.03/0.54	c internal #vars     6620
1.03/0.54	c #constraints  13043
1.03/0.54	c constraints type 
1.03/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
1.03/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.03/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.03/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6220
1.03/0.54	c 13043 constraints processed.
3.80/2.04	c cleaning 2511 clauses out of 5022 with flag 10784/5022
4.75/2.91	c cleaning 4276 clauses out of 8553 with flag 23453/11064
6.06/4.25	c cleaning 5602 clauses out of 11214 with flag 37973/18001
6.76/4.99	c cleaning 6808 clauses out of 13618 with flag 55460/26007
7.53/5.69	c cleaning 7894 clauses out of 15803 with flag 76360/35000
8.63/6.76	c cleaning 8954 clauses out of 17909 with flag 98241/45000
10.12/8.28	c cleaning 9977 clauses out of 19955 with flag 121828/56000
12.02/10.01	c cleaning 11000 clauses out of 22001 with flag 147480/68023
14.11/12.19	c cleaning 11992 clauses out of 23985 with flag 174968/81007
16.81/14.85	c cleaning 12996 clauses out of 25993 with flag 204505/95007
19.81/17.83	c cleaning 13993 clauses out of 27990 with flag 236080/110000
23.61/21.61	c cleaning 14992 clauses out of 29997 with flag 269606/126000
29.55/27.42	c cleaning 16005 clauses out of 32012 with flag 306574/143007
32.15/30.02	c cleaning 16980 clauses out of 34002 with flag 346188/161002
36.25/34.17	c cleaning 18022 clauses out of 36046 with flag 386698/180026
41.54/39.47	c cleaning 19020 clauses out of 38041 with flag 428854/200043
48.35/46.27	c cleaning 19988 clauses out of 39978 with flag 472619/221000
56.62/54.35	c cleaning 21003 clauses out of 42008 with flag 518473/243018
66.01/63.72	c cleaning 21964 clauses out of 43987 with flag 567262/266000
71.62/69.35	c cleaning 22991 clauses out of 46025 with flag 620733/290002
78.07/75.58	c cleaning 24006 clauses out of 48032 with flag 675700/315000
86.18/83.61	c cleaning 25026 clauses out of 50056 with flag 731625/341030
95.58/93.02	c cleaning 25996 clauses out of 52001 with flag 788971/368001
107.09/104.46	c cleaning 26995 clauses out of 54005 with flag 848124/396001
113.09/110.49	c cleaning 27997 clauses out of 56014 with flag 921203/425005
118.29/115.62	c cleaning 28999 clauses out of 58012 with flag 998271/455000
124.40/121.53	c cleaning 30012 clauses out of 60027 with flag 1074841/486014
131.01/128.11	c cleaning 31005 clauses out of 62014 with flag 1152087/518013
137.81/134.98	c cleaning 31999 clauses out of 64001 with flag 1231593/551005
146.08/142.93	c cleaning 32993 clauses out of 65997 with flag 1312000/585000
154.68/151.54	c cleaning 34002 clauses out of 68008 with flag 1394338/620004
163.71/160.38	c cleaning 34999 clauses out of 70002 with flag 1478705/656000
173.26/169.81	c cleaning 35974 clauses out of 72003 with flag 1564762/693000
184.07/180.68	c cleaning 36998 clauses out of 74029 with flag 1652168/731000
195.00/191.42	c cleaning 38015 clauses out of 76033 with flag 1741974/770002
208.17/204.52	c cleaning 39009 clauses out of 78021 with flag 1832664/810005
221.17/217.47	c cleaning 39989 clauses out of 80012 with flag 1927454/851005
235.15/231.31	c cleaning 40998 clauses out of 82018 with flag 2022641/893000
250.65/246.77	c cleaning 42011 clauses out of 84026 with flag 2119365/936006
268.75/264.75	c cleaning 42996 clauses out of 86009 with flag 2218280/980000
285.27/281.17	c cleaning 43997 clauses out of 88021 with flag 2321791/1025008
303.44/299.28	c cleaning 45002 clauses out of 90027 with flag 2425058/1071011
322.81/318.51	c cleaning 45997 clauses out of 92027 with flag 2530401/1118013
342.71/338.31	c cleaning 47000 clauses out of 94030 with flag 2637932/1166013
362.90/358.44	c cleaning 47997 clauses out of 96028 with flag 2748059/1215011
383.52/378.99	c cleaning 48986 clauses out of 98028 with flag 2859812/1265008
405.37/400.76	c cleaning 50021 clauses out of 100049 with flag 2973485/1316015
435.90/431.06	c cleaning 51005 clauses out of 102013 with flag 3085994/1368000
478.01/473.02	c cleaning 51995 clauses out of 104009 with flag 3199217/1421001
508.20/503.05	c cleaning 52991 clauses out of 106014 with flag 3316936/1475001
541.63/536.38	c cleaning 54004 clauses out of 108036 with flag 3437676/1530014
564.00/558.51	c cleaning 54983 clauses out of 110019 with flag 3569324/1586001
586.69/581.10	c cleaning 56011 clauses out of 112036 with flag 3703255/1643001
610.57/604.86	c cleaning 57006 clauses out of 114024 with flag 3835743/1701000
637.60/631.78	c cleaning 58009 clauses out of 116024 with flag 3969711/1760006
667.24/661.29	c cleaning 59002 clauses out of 118010 with flag 4104253/1820001
700.87/694.75	c cleaning 59999 clauses out of 120015 with flag 4240663/1881008
736.39/730.14	c cleaning 60996 clauses out of 122008 with flag 4378002/1943000
778.71/772.39	c cleaning 62000 clauses out of 124012 with flag 4516912/2006000
818.76/812.29	c cleaning 63004 clauses out of 126013 with flag 4657966/2070001
859.73/853.08	c cleaning 63988 clauses out of 128009 with flag 4800853/2135001
908.14/901.20	c cleaning 65011 clauses out of 130032 with flag 4945056/2201012
957.73/950.71	c cleaning 65989 clauses out of 132020 with flag 5091369/2268011
1013.46/1006.24	c cleaning 66994 clauses out of 134020 with flag 5239422/2336000
1064.65/1057.08	c cleaning 67982 clauses out of 136032 with flag 5389755/2405006
1146.54/1138.67	c cleaning 69023 clauses out of 138052 with flag 5537530/2475008
1245.11/1236.97	c cleaning 70012 clauses out of 140039 with flag 5686956/2546018
1355.41/1346.84	c cleaning 71020 clauses out of 142055 with flag 5840762/2618046
1429.30/1420.43	c cleaning 71938 clauses out of 143989 with flag 5998547/2691000
1465.22/1456.02	c cleaning 73011 clauses out of 146051 with flag 6174762/2765000
1508.62/1499.12	c cleaning 74020 clauses out of 148046 with flag 6347249/2840006
1556.81/1547.02	c cleaning 75019 clauses out of 150044 with flag 6519377/2916024
1608.98/1598.83	c cleaning 75998 clauses out of 152002 with flag 6692294/2993001
1671.79/1661.18	c cleaning 76999 clauses out of 154003 with flag 6865655/3071000
1738.69/1727.36	c cleaning 77967 clauses out of 156006 with flag 7040594/3150002
1800.08/1788.00	c starts		: 1
1800.08/1788.00	c conflicts		: 3224350
1800.08/1788.00	c decisions		: 5895657
1800.08/1788.00	c propagations		: 39347716
1800.08/1788.00	c inspects		: 32627333100
1800.08/1788.00	c shortcuts		: 0
1800.08/1788.00	c learnt literals	: 0
1800.08/1788.00	c learnt binary clauses	: 0
1800.08/1788.00	c learnt ternary clauses	: 0
1800.08/1788.00	c learnt constraints	: 3224350
1800.08/1788.00	c ignored constraints	: 0
1800.08/1788.00	c root simplifications	: 0
1800.08/1788.00	c removed literals (reason simplification)	: 0
1800.08/1788.00	c reason swapping (by a shorter reason)	: 0
1800.08/1788.00	c Calls to reduceDB	: 75
1800.08/1788.00	c Number of update (reduction) of LBD	: 566237
1800.08/1788.00	c Imported unit clauses	: 0
1800.08/1788.00	c number of reductions to clauses (during analyze)	: 0
1800.08/1788.00	c number of learned constraints concerned by reduction	: 0
1800.08/1788.00	c number of learning phase by resolution	: 0
1800.08/1788.00	c number of learning phase by cutting planes	: 0
1800.08/1788.00	c speed (assignments/second)	: 22013.251235275162
1800.08/1788.00	c non guided choices	6381
1800.08/1788.01	c timeout
1800.08/1788.03	c learnt constraints type 
1800.08/1788.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 152388
1800.08/1788.03	s UNKNOWN
1800.08/1788.03	c Total wall clock time (in seconds): 1787.911

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4106990-1466283603/watcher-4106990-1466283603 -o /tmp/evaluation-result-4106990-1466283603/solver-4106990-1466283603 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19864 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106990-1466283603.opb 

pid=23440
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: 2.20 2.22 2.18 3/195 23443
/proc/meminfo: memFree=30269700/32872528 swapFree=877056/942464
[pid=23443] ppid=23440 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23443/stat : 23443 (java) D 23440 23443 19848 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 30409208 9515008 185 33554432000 1073741824 1073778376 140736850451056 140736850440120 213183982887 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/23443/statm: 2323 185 143 9 0 71 0

[startup+0.100057 s]
/proc/loadavg: 2.20 2.22 2.18 3/195 23443
/proc/meminfo: memFree=30269700/32872528 swapFree=877056/942464
[pid=23443] ppid=23440 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23443/stat : 23443 (java) S 23440 23443 19848 0 -1 4202496 4392 0 1 0 8 1 0 0 20 0 18 0 30409208 9787879424 6018 33554432000 1073741824 1073778376 140736850451056 140736850442192 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23443/statm: 2389619 6018 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200267 s]
/proc/loadavg: 2.20 2.22 2.18 3/195 23443
/proc/meminfo: memFree=30269700/32872528 swapFree=877056/942464
[pid=23443] ppid=23440 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/23443/stat : 23443 (java) S 23440 23443 19848 0 -1 4202496 4601 0 1 0 22 1 0 0 20 0 18 0 30409208 9787879424 6687 33554432000 1073741824 1073778376 140736850451056 140736850442192 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23443/statm: 2389619 6687 2199 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300271 s]
/proc/loadavg: 2.20 2.22 2.18 3/195 23443
/proc/meminfo: memFree=30269700/32872528 swapFree=877056/942464
[pid=23443] ppid=23440 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/23443/stat : 23443 (java) S 23440 23443 19848 0 -1 4202496 6067 0 1 0 43 1 0 0 20 0 18 0 30409208 9787879424 8728 33554432000 1073741824 1073778376 140736850451056 140736850442192 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23443/statm: 2389619 8728 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700175 s]
/proc/loadavg: 2.20 2.22 2.18 3/195 23443
/proc/meminfo: memFree=30269700/32872528 swapFree=877056/942464
[pid=23443] ppid=23440 vsize=9625040 CPUtime=1.63 cores=0,2,4,6
/proc/23443/stat : 23443 (java) S 23440 23443 19848 0 -1 4202496 26241 0 1 0 157 6 0 0 20 0 19 0 30409208 9856040960 31810 33554432000 1073741824 1073778376 140736850451056 140736850442192 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23443/statm: 2406260 31810 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.20 2.22 2.18 4/214 23462
/proc/meminfo: memFree=30143528/32872528 swapFree=877056/942464
[pid=23443] ppid=23440 vsize=9625040 CPUtime=3.27 cores=0,2,4,6
/proc/23443/stat : 23443 (java) S 23440 23443 19848 0 -1 4202496 32085 0 1 0 320 7 0 0 20 0 19 0 30409208 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140736850442192 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23443/statm: 2406260 35698 2273 9 0 2396937 0
[pid=23443/tid=23445] ppid=23440 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/23443/task/23445/stat : 23445 (java) R 23440 23443 19848 0 -1 4202560 2444 0 1 0 144 1 0 0 20 0 19 0 30409208 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140318373929432 140318209770903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23446] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23446/stat : 23446 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140318335421096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23447] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23447/stat : 23447 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140318334368552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23448] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23448/stat : 23448 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140318333316008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23443/tid=23449] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23449/stat : 23449 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140318332263464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23450] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23450/stat : 23450 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140318331209896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23451] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23451/stat : 23451 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140318330157352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23452] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23452/stat : 23452 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140318329104808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23453] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23453/stat : 23453 (java) S 23440 23443 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140318328052264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23454] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23454/stat : 23454 (java) S 23440 23443 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30409211 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140318197799528 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23455] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23455/stat : 23455 (java) S 23440 23443 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30409211 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140318196745848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23456] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23456/stat : 23456 (java) S 23440 23443 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30409211 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140318195693192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23457] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23457/stat : 23457 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409214 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140318194641936 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23458] ppid=23440 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/23443/task/23458/stat : 23458 (java) S 23440 23443 19848 0 -1 4202560 17673 0 0 0 81 3 0 0 20 0 19 0 30409214 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140318193588280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23459] ppid=23440 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/23443/task/23459/stat : 23459 (java) S 23440 23443 19848 0 -1 4202560 10691 0 0 0 90 2 0 0 20 0 19 0 30409214 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140317319751864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23460] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23460/stat : 23460 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409214 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140317318699512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23461] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23461/stat : 23461 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409214 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140317317647176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23462] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23462/stat : 23462 (java) S 23440 23443 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30409263 9856040960 35698 33554432000 1073741824 1073778376 140736850451056 140317316592936 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.20 2.22 2.18 3/214 23462
/proc/meminfo: memFree=30130724/32872528 swapFree=877056/942464
[pid=23443] ppid=23440 vsize=9625040 CPUtime=4.95 cores=0,2,4,6
/proc/23443/stat : 23443 (java) S 23440 23443 19848 0 -1 4202496 32102 0 1 0 488 7 0 0 20 0 19 0 30409208 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140736850442192 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23443/statm: 2406260 39801 2279 9 0 2396937 0
[pid=23443/tid=23445] ppid=23440 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/23443/task/23445/stat : 23445 (java) R 23440 23443 19848 0 -1 4202560 2454 0 1 0 304 1 0 0 20 0 19 0 30409208 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140318373929464 140318209729196 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23446] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23446/stat : 23446 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140318335421096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23447] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23447/stat : 23447 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140318334368552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23448] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23448/stat : 23448 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140318333316008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23443/tid=23449] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23449/stat : 23449 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140318332263464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23450] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23450/stat : 23450 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140318331209896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23451] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23451/stat : 23451 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140318330157352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23452] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23452/stat : 23452 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140318329104808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23453] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23453/stat : 23453 (java) S 23440 23443 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140318328052264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23454] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23454/stat : 23454 (java) S 23440 23443 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 30409211 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140318197799528 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23455] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23455/stat : 23455 (java) S 23440 23443 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30409211 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140318196745848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23456] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23456/stat : 23456 (java) S 23440 23443 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30409211 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140318195693192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23457] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23457/stat : 23457 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409214 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140318194641936 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23458] ppid=23440 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/23443/task/23458/stat : 23458 (java) S 23440 23443 19848 0 -1 4202560 17675 0 0 0 84 3 0 0 20 0 19 0 30409214 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140318193588280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23459] ppid=23440 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/23443/task/23459/stat : 23459 (java) S 23440 23443 19848 0 -1 4202560 10695 0 0 0 96 2 0 0 20 0 19 0 30409214 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140317319751864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23460] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23460/stat : 23460 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409214 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140317318699512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23461] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23461/stat : 23461 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409214 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140317317647176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23462] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23462/stat : 23462 (java) S 23440 23443 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30409263 9856040960 39801 33554432000 1073741824 1073778376 140736850451056 140317316592936 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.26 2.23 2.18 3/214 23462
/proc/meminfo: memFree=30092740/32872528 swapFree=877056/942464
[pid=23443] ppid=23440 vsize=9625040 CPUtime=8.23 cores=0,2,4,6
/proc/23443/stat : 23443 (java) S 23440 23443 19848 0 -1 4202496 32205 0 1 0 815 8 0 0 20 0 19 0 30409208 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140736850442192 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23443/statm: 2406260 50953 2279 9 0 2396937 0
[pid=23443/tid=23445] ppid=23440 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/23443/task/23445/stat : 23445 (java) R 23440 23443 19848 0 -1 4202560 2478 0 1 0 622 2 0 0 20 0 19 0 30409208 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140318373920464 140318209693193 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23446] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23446/stat : 23446 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140318335421096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23447] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23447/stat : 23447 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140318334368552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23448] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23448/stat : 23448 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140318333316008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23443/tid=23449] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23449/stat : 23449 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140318332263464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23450] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23450/stat : 23450 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140318331209896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23451] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23451/stat : 23451 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140318330157352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23452] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23452/stat : 23452 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140318329104808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23453] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23453/stat : 23453 (java) S 23440 23443 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30409210 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140318328052264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23454] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23454/stat : 23454 (java) S 23440 23443 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 30409211 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140318197799528 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23455] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23455/stat : 23455 (java) S 23440 23443 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30409211 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140318196745848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23456] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23456/stat : 23456 (java) S 23440 23443 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30409211 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140318195693192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23457] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23457/stat : 23457 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409214 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140318194641936 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23458] ppid=23440 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/23443/task/23458/stat : 23458 (java) S 23440 23443 19848 0 -1 4202560 17754 0 0 0 90 3 0 0 20 0 19 0 30409214 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140318193588280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23459] ppid=23440 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/23443/task/23459/stat : 23459 (java) S 23440 23443 19848 0 -1 4202560 10695 0 0 0 97 2 0 0 20 0 19 0 30409214 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140317319751864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23460] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23460/stat : 23460 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409214 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140317318699512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23461] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23461/stat : 23461 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409214 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140317317647176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23462] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23462/stat : 23462 (java) S 23440 23443 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30409263 9856040960 50953 33554432000 1073741824 1073778376 140736850451056 140317316592936 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 9625040


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

[pid=23443/tid=23462] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23462/stat : 23462 (java) S 23440 23443 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30409263 9856040960 102858 33554432000 1073741824 1073778376 140736850451056 140317316592936 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1672.99
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.08 2.11 3/213 23592
/proc/meminfo: memFree=29755740/32872528 swapFree=877056/942464
[pid=23443] ppid=23440 vsize=9625040 CPUtime=1733.67 cores=0,2,4,6
/proc/23443/stat : 23443 (java) S 23440 23443 19848 0 -1 4202496 39065 0 1 0 173228 139 0 0 20 0 19 0 30409208 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140736850442192 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23443/statm: 2406260 101146 2301 9 0 2396937 0
[pid=23443/tid=23445] ppid=23440 vsize=9625040 CPUtime=1710.87 cores=0,2,4,6
/proc/23443/task/23445/stat : 23445 (java) R 23440 23443 19848 0 -1 4202560 2685 0 1 0 171057 30 0 0 20 0 19 0 30409208 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140318373928160 140318209697789 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23446] ppid=23440 vsize=9625040 CPUtime=1.62 cores=0,2,4,6
/proc/23443/task/23446/stat : 23446 (java) S 23440 23443 19848 0 -1 4202560 1027 0 0 0 148 14 0 0 20 0 19 0 30409210 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140318335421096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23447] ppid=23440 vsize=9625040 CPUtime=1.52 cores=0,2,4,6
/proc/23443/task/23447/stat : 23447 (java) S 23440 23443 19848 0 -1 4202560 726 0 0 0 140 12 0 0 20 0 19 0 30409210 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140318334368552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23448] ppid=23440 vsize=9625040 CPUtime=1.69 cores=0,2,4,6
/proc/23443/task/23448/stat : 23448 (java) S 23440 23443 19848 0 -1 4202560 724 0 0 0 155 14 0 0 20 0 19 0 30409210 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140318333316008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23449] ppid=23440 vsize=9625040 CPUtime=1.7 cores=0,2,4,6
/proc/23443/task/23449/stat : 23449 (java) S 23440 23443 19848 0 -1 4202560 666 0 0 0 158 12 0 0 20 0 19 0 30409210 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140318332263464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23450] ppid=23440 vsize=9625040 CPUtime=1.63 cores=0,2,4,6
/proc/23443/task/23450/stat : 23450 (java) S 23440 23443 19848 0 -1 4202560 707 0 0 0 152 11 0 0 20 0 19 0 30409210 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140318331209896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23451] ppid=23440 vsize=9625040 CPUtime=1.56 cores=0,2,4,6
/proc/23443/task/23451/stat : 23451 (java) S 23440 23443 19848 0 -1 4202560 798 0 0 0 145 11 0 0 20 0 19 0 30409210 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140318330157352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23452] ppid=23440 vsize=9625040 CPUtime=1.71 cores=0,2,4,6
/proc/23443/task/23452/stat : 23452 (java) S 23440 23443 19848 0 -1 4202560 705 0 0 0 154 17 0 0 20 0 19 0 30409210 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140318329104808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23453] ppid=23440 vsize=9625040 CPUtime=1.53 cores=0,2,4,6
/proc/23443/task/23453/stat : 23453 (java) S 23440 23443 19848 0 -1 4202560 407 0 0 0 144 9 0 0 20 0 19 0 30409210 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140318328052264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23443/tid=23454] ppid=23440 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/23443/task/23454/stat : 23454 (java) S 23440 23443 19848 0 -1 4202560 807 0 0 0 304 4 0 0 20 0 19 0 30409211 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140318197799528 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23455] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23455/stat : 23455 (java) S 23440 23443 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30409211 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140318196745848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23456] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23456/stat : 23456 (java) S 23440 23443 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30409211 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140318195693192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23457] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23457/stat : 23457 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409214 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140318194641936 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23458] ppid=23440 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/23443/task/23458/stat : 23458 (java) S 23440 23443 19848 0 -1 4202560 17756 0 0 0 92 3 0 0 20 0 19 0 30409214 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140318193588280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23459] ppid=23440 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/23443/task/23459/stat : 23459 (java) S 23440 23443 19848 0 -1 4202560 10695 0 0 0 97 2 0 0 20 0 19 0 30409214 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140317319751864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23460] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23460/stat : 23460 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409214 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140317318699512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23461] ppid=23440 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/23443/task/23461/stat : 23461 (java) S 23440 23443 19848 0 -1 4202560 99 0 0 0 29 31 0 0 20 0 19 0 30409214 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140317317647176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23462] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23462/stat : 23462 (java) S 23440 23443 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30409263 9856040960 101146 33554432000 1073741824 1073778376 140736850451056 140317316592936 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1733.67
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.11 2.11 3/213 23593
/proc/meminfo: memFree=29772304/32872528 swapFree=877056/942464
[pid=23443] ppid=23440 vsize=9625040 CPUtime=1794.36 cores=0,2,4,6
/proc/23443/stat : 23443 (java) S 23440 23443 19848 0 -1 4202496 39324 0 1 0 179292 144 0 0 20 0 19 0 30409208 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140736850442192 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23443/statm: 2406260 103102 2301 9 0 2396937 0
[pid=23443/tid=23445] ppid=23440 vsize=9625040 CPUtime=1770.28 cores=0,2,4,6
/proc/23443/task/23445/stat : 23445 (java) R 23440 23443 19848 0 -1 4202560 2711 0 1 0 176998 30 0 0 20 0 19 0 30409208 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140318373928160 140318209697789 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23446] ppid=23440 vsize=9625040 CPUtime=1.74 cores=0,2,4,6
/proc/23443/task/23446/stat : 23446 (java) S 23440 23443 19848 0 -1 4202560 1045 0 0 0 159 15 0 0 20 0 19 0 30409210 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140318335421096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23443/tid=23447] ppid=23440 vsize=9625040 CPUtime=1.63 cores=0,2,4,6
/proc/23443/task/23447/stat : 23447 (java) S 23440 23443 19848 0 -1 4202560 739 0 0 0 151 12 0 0 20 0 19 0 30409210 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140318334368552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23448] ppid=23440 vsize=9625040 CPUtime=1.81 cores=0,2,4,6
/proc/23443/task/23448/stat : 23448 (java) S 23440 23443 19848 0 -1 4202560 731 0 0 0 167 14 0 0 20 0 19 0 30409210 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140318333316008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23443/tid=23449] ppid=23440 vsize=9625040 CPUtime=1.81 cores=0,2,4,6
/proc/23443/task/23449/stat : 23449 (java) S 23440 23443 19848 0 -1 4202560 703 0 0 0 168 13 0 0 20 0 19 0 30409210 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140318332263464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23450] ppid=23440 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/23443/task/23450/stat : 23450 (java) S 23440 23443 19848 0 -1 4202560 827 0 0 0 165 12 0 0 20 0 19 0 30409210 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140318331209896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23451] ppid=23440 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/23443/task/23451/stat : 23451 (java) S 23440 23443 19848 0 -1 4202560 805 0 0 0 156 11 0 0 20 0 19 0 30409210 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140318330157352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23452] ppid=23440 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/23443/task/23452/stat : 23452 (java) S 23440 23443 19848 0 -1 4202560 714 0 0 0 168 17 0 0 20 0 19 0 30409210 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140318329104808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23453] ppid=23440 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/23443/task/23453/stat : 23453 (java) S 23440 23443 19848 0 -1 4202560 420 0 0 0 156 10 0 0 20 0 19 0 30409210 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140318328052264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23454] ppid=23440 vsize=9625040 CPUtime=3.22 cores=0,2,4,6
/proc/23443/task/23454/stat : 23454 (java) S 23440 23443 19848 0 -1 4202560 812 0 0 0 317 5 0 0 20 0 19 0 30409211 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140318197799528 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23455] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23455/stat : 23455 (java) S 23440 23443 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30409211 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140318196745848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23456] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23456/stat : 23456 (java) S 23440 23443 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30409211 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140318195693192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23457] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23457/stat : 23457 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409214 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140318194641936 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23458] ppid=23440 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/23443/task/23458/stat : 23458 (java) S 23440 23443 19848 0 -1 4202560 17756 0 0 0 92 3 0 0 20 0 19 0 30409214 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140318193588280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23459] ppid=23440 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/23443/task/23459/stat : 23459 (java) S 23440 23443 19848 0 -1 4202560 10695 0 0 0 97 2 0 0 20 0 19 0 30409214 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140317319751864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23460] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23460/stat : 23460 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409214 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140317318699512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23461] ppid=23440 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/23443/task/23461/stat : 23461 (java) S 23440 23443 19848 0 -1 4202560 103 0 0 0 30 32 0 0 20 0 19 0 30409214 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140317317647176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23462] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23462/stat : 23462 (java) S 23440 23443 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30409263 9856040960 103102 33554432000 1073741824 1073778376 140736850451056 140317316592936 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1794.36
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788 s]
/proc/loadavg: 2.13 2.11 2.11 3/213 23593
/proc/meminfo: memFree=29772304/32872528 swapFree=877056/942464
[pid=23443] ppid=23440 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/23443/stat : 23443 (java) S 23440 23443 19848 0 -1 4202496 39373 0 1 0 179864 144 0 0 20 0 19 0 30409208 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140736850442192 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23443/statm: 2406260 103150 2301 9 0 2396937 0
[pid=23443/tid=23445] ppid=23440 vsize=9625040 CPUtime=1775.82 cores=0,2,4,6
/proc/23443/task/23445/stat : 23445 (java) R 23440 23443 19848 0 -1 4202560 2712 0 1 0 177552 30 0 0 20 0 19 0 30409208 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140318373928160 140318209566887 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23446] ppid=23440 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/23443/task/23446/stat : 23446 (java) S 23440 23443 19848 0 -1 4202560 1045 0 0 0 160 15 0 0 20 0 19 0 30409210 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140318335421096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23443/tid=23447] ppid=23440 vsize=9625040 CPUtime=1.63 cores=0,2,4,6
/proc/23443/task/23447/stat : 23447 (java) S 23440 23443 19848 0 -1 4202560 739 0 0 0 151 12 0 0 20 0 19 0 30409210 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140318334368552 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23448] ppid=23440 vsize=9625040 CPUtime=1.81 cores=0,2,4,6
/proc/23443/task/23448/stat : 23448 (java) S 23440 23443 19848 0 -1 4202560 731 0 0 0 167 14 0 0 20 0 19 0 30409210 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140318333316008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23443/tid=23449] ppid=23440 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/23443/task/23449/stat : 23449 (java) S 23440 23443 19848 0 -1 4202560 703 0 0 0 169 13 0 0 20 0 19 0 30409210 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140318332263464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23450] ppid=23440 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/23443/task/23450/stat : 23450 (java) S 23440 23443 19848 0 -1 4202560 827 0 0 0 165 12 0 0 20 0 19 0 30409210 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140318331209896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23451] ppid=23440 vsize=9625040 CPUtime=1.68 cores=0,2,4,6
/proc/23443/task/23451/stat : 23451 (java) S 23440 23443 19848 0 -1 4202560 805 0 0 0 157 11 0 0 20 0 19 0 30409210 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140318330157352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23452] ppid=23440 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/23443/task/23452/stat : 23452 (java) S 23440 23443 19848 0 -1 4202560 714 0 0 0 169 17 0 0 20 0 19 0 30409210 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140318329104808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23453] ppid=23440 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/23443/task/23453/stat : 23453 (java) S 23440 23443 19848 0 -1 4202560 420 0 0 0 156 10 0 0 20 0 19 0 30409210 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140318328052264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23454] ppid=23440 vsize=9625040 CPUtime=3.35 cores=0,2,4,6
/proc/23443/task/23454/stat : 23454 (java) S 23440 23443 19848 0 -1 4202560 860 0 0 0 330 5 0 0 20 0 19 0 30409211 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140318197799528 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23455] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23455/stat : 23455 (java) S 23440 23443 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30409211 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140318196745848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23456] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23456/stat : 23456 (java) S 23440 23443 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30409211 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140318195693192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23457] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23457/stat : 23457 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409214 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140318194641936 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23458] ppid=23440 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/23443/task/23458/stat : 23458 (java) S 23440 23443 19848 0 -1 4202560 17756 0 0 0 92 3 0 0 20 0 19 0 30409214 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140318193588280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23443/tid=23459] ppid=23440 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/23443/task/23459/stat : 23459 (java) S 23440 23443 19848 0 -1 4202560 10695 0 0 0 97 2 0 0 20 0 19 0 30409214 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140317319751864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23460] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23460/stat : 23460 (java) S 23440 23443 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30409214 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140317318699512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23443/tid=23461] ppid=23440 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/23443/task/23461/stat : 23461 (java) S 23440 23443 19848 0 -1 4202560 103 0 0 0 30 32 0 0 20 0 19 0 30409214 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140317317647176 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23443/tid=23462] ppid=23440 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23443/task/23462/stat : 23462 (java) S 23440 23443 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30409263 9856040960 103150 33554432000 1073741824 1073778376 140736850451056 140317316592936 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23443 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 1788.04
CPU time (s): 1800.08
CPU user time (s): 1798.64
CPU system time (s): 1.44
CPU usage (%): 100.673
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.12
system time used= 1.90071
maximum resident set size= 909848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39403
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= 44754
involuntary context switches= 32904

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3324 second user time and 13.205 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 23:00:03
IDJOB=4106990
IDBENCH=48354
IDSOLVER=2546
FILE ID=node113/4106990-1466283603
RUNJOBID= node113-1466265808-19864
PBS_JOBID= 19918235
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_2_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106990-1466283603/watcher-4106990-1466283603 -o /tmp/evaluation-result-4106990-1466283603/solver-4106990-1466283603 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19864 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106990-1466283603.opb

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

MD5SUM BENCH= 67db265db637e99ec6b595b7ba2cf45e
RANDOM SEED=13341728

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30269856 kB
Buffers:          123572 kB
Cached:           287360 kB
SwapCached:         1896 kB
Active:           596584 kB
Inactive:         319264 kB
Active(anon):     505428 kB
Inactive(anon):     2024 kB
Active(file):      91156 kB
Inactive(file):   317240 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:               916 kB
Writeback:             0 kB
AnonPages:       1448900 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             606704 kB
SReclaimable:      50192 kB
SUnreclaim:       556512 kB
KernelStack:        1600 kB
PageTables:         6948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1552976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    534528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node113 at 2016-06-18 23:29:51