Trace number 4090048

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.01 1798.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v061-n3.opb
MD5SUM37251e4e7c04466a4ed88cfa764e8439
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.657899
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables183
Total number of constraints61
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090048-1466037029.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.14	c ... done. Wall clock time 0.025s.
0.10/0.14	c declared #vars     183
0.10/0.14	c #constraints  122
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61
0.10/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 61
0.10/0.14	c 122 constraints processed.
0.79/0.55	c cleaning 2499 clauses out of 5001 with flag 40373/5001
1.25/0.98	c cleaning 4242 clauses out of 8501 with flag 97052/11000
1.96/1.65	c cleaning 5628 clauses out of 11261 with flag 177040/18002
2.86/2.51	c cleaning 6814 clauses out of 13634 with flag 274811/26003
3.79/3.48	c cleaning 7902 clauses out of 15819 with flag 375133/35002
5.08/4.78	c cleaning 8953 clauses out of 17918 with flag 485834/45003
6.68/6.33	c cleaning 9976 clauses out of 19962 with flag 618075/56000
8.58/8.26	c cleaning 10987 clauses out of 21987 with flag 768637/68001
10.68/10.37	c cleaning 11993 clauses out of 24000 with flag 935721/81001
13.17/12.82	c cleaning 12995 clauses out of 26006 with flag 1105619/95000
15.97/15.61	c cleaning 13998 clauses out of 28013 with flag 1296183/110002
19.18/18.87	c cleaning 15000 clauses out of 30013 with flag 1486433/126000
22.77/22.43	c cleaning 16005 clauses out of 32015 with flag 1699958/143002
26.27/25.96	c cleaning 16991 clauses out of 34008 with flag 1924784/161000
30.27/29.95	c cleaning 17999 clauses out of 36017 with flag 2149680/180000
34.37/34.07	c cleaning 19000 clauses out of 38020 with flag 2430764/200002
38.77/38.43	c cleaning 19999 clauses out of 40020 with flag 2690692/221002
43.67/43.39	c cleaning 20993 clauses out of 42019 with flag 2950734/243000
49.77/49.40	c cleaning 21999 clauses out of 44027 with flag 3255864/266001
55.78/55.47	c cleaning 23007 clauses out of 46029 with flag 3565663/290002
61.77/61.48	c cleaning 24001 clauses out of 48021 with flag 3892994/315001
68.47/68.17	c cleaning 25005 clauses out of 50021 with flag 4236824/341002
76.77/76.48	c cleaning 26002 clauses out of 52015 with flag 4557856/368001
85.49/85.11	c cleaning 27001 clauses out of 54012 with flag 4891157/396000
94.59/94.27	c cleaning 27998 clauses out of 56011 with flag 5222971/425000
104.70/104.40	c cleaning 29001 clauses out of 58013 with flag 5599670/455000
115.30/114.92	c cleaning 30001 clauses out of 60015 with flag 5959187/486003
126.50/126.18	c cleaning 31001 clauses out of 62012 with flag 6335034/518001
138.50/138.11	c cleaning 31993 clauses out of 64010 with flag 6715178/551000
149.40/149.03	c cleaning 33009 clauses out of 66019 with flag 7131557/585002
159.40/159.10	c cleaning 33999 clauses out of 68011 with flag 7546803/620003
170.10/169.79	c cleaning 35000 clauses out of 70009 with flag 7982092/656000
182.20/181.81	c cleaning 36002 clauses out of 72009 with flag 8449821/693000
196.22/195.88	c cleaning 36998 clauses out of 74008 with flag 8926960/731001
210.04/209.62	c cleaning 37997 clauses out of 76009 with flag 9397663/770000
224.84/224.47	c cleaning 38996 clauses out of 78013 with flag 9829681/810001
241.23/240.87	c cleaning 39999 clauses out of 80016 with flag 10318956/851000
257.84/257.49	c cleaning 41004 clauses out of 82019 with flag 10836875/893002
272.14/271.76	c cleaning 42003 clauses out of 84013 with flag 11325890/936000
286.72/286.32	c cleaning 42999 clauses out of 86011 with flag 11817231/980001
302.32/301.92	c cleaning 43999 clauses out of 88012 with flag 12294674/1025001
318.52/318.11	c cleaning 44981 clauses out of 90014 with flag 12806300/1071002
338.52/338.17	c cleaning 45993 clauses out of 92032 with flag 13329256/1118001
358.33/357.90	c cleaning 46998 clauses out of 94038 with flag 13863875/1166000
379.74/379.39	c cleaning 47994 clauses out of 96042 with flag 14449223/1215002
401.94/401.52	c cleaning 48997 clauses out of 98046 with flag 15028170/1265000
424.63/424.25	c cleaning 49997 clauses out of 100051 with flag 15623079/1316002
451.32/450.94	c cleaning 50997 clauses out of 102053 with flag 16208554/1368001
477.53/477.15	c cleaning 51993 clauses out of 104055 with flag 16811805/1421000
507.01/506.62	c cleaning 53003 clauses out of 106062 with flag 17456485/1475000
536.64/536.21	c cleaning 53998 clauses out of 108059 with flag 18094848/1530000
568.24/567.84	c cleaning 54998 clauses out of 110061 with flag 18727629/1586000
603.14/602.78	c cleaning 56003 clauses out of 112063 with flag 19412115/1643000
639.03/638.67	c cleaning 57004 clauses out of 114063 with flag 20137962/1701003
677.83/677.41	c cleaning 58001 clauses out of 116056 with flag 20843942/1760000
718.12/717.72	c cleaning 59004 clauses out of 118055 with flag 21568455/1820000
759.38/758.94	c cleaning 59992 clauses out of 120052 with flag 22311771/1881001
804.39/803.97	c cleaning 61001 clauses out of 122059 with flag 23067042/1943000
848.62/848.11	c cleaning 62008 clauses out of 124060 with flag 23777365/2006002
888.42/887.97	c cleaning 63002 clauses out of 126050 with flag 24632647/2070000
928.44/927.90	c cleaning 64012 clauses out of 128048 with flag 25481439/2135000
962.35/961.89	c cleaning 65010 clauses out of 130036 with flag 26220080/2201000
1002.66/1002.04	c cleaning 66006 clauses out of 132027 with flag 26965771/2268001
1039.49/1038.80	c cleaning 67005 clauses out of 134022 with flag 27755263/2336002
1075.09/1074.41	c cleaning 68005 clauses out of 136015 with flag 28569700/2405000
1111.60/1110.97	c cleaning 69001 clauses out of 138010 with flag 29381927/2475000
1146.31/1145.70	c cleaning 69990 clauses out of 140009 with flag 30242589/2546000
1190.31/1189.54	c cleaning 71004 clauses out of 142020 with flag 31151128/2618001
1233.73/1232.92	c cleaning 72005 clauses out of 144016 with flag 32053234/2691001
1279.75/1278.97	c cleaning 72996 clauses out of 146010 with flag 32972634/2765000
1322.96/1322.18	c cleaning 73992 clauses out of 148014 with flag 33833740/2840000
1374.28/1373.44	c cleaning 75008 clauses out of 150023 with flag 34733924/2916001
1426.00/1425.06	c cleaning 76004 clauses out of 152014 with flag 35671352/2993000
1478.42/1477.47	c cleaning 76999 clauses out of 154011 with flag 36620555/3071001
1528.01/1527.09	c cleaning 77996 clauses out of 156011 with flag 37511082/3150000
1578.53/1577.55	c cleaning 79000 clauses out of 158015 with flag 38518730/3230000
1638.73/1637.68	c cleaning 79996 clauses out of 160019 with flag 39546952/3311004
1714.37/1713.27	c cleaning 81002 clauses out of 162019 with flag 40528493/3393000
1784.80/1783.66	c cleaning 82001 clauses out of 164017 with flag 41576056/3476000
1800.01/1798.80	c starts		: 2434
1800.01/1798.80	c conflicts		: 3502595
1800.01/1798.80	c decisions		: 4001425
1800.01/1798.80	c propagations		: 76896166
1800.01/1798.80	c inspects		: 36456174721
1800.01/1798.80	c shortcuts		: 0
1800.01/1798.80	c learnt literals	: 0
1800.01/1798.80	c learnt binary clauses	: 0
1800.01/1798.80	c learnt ternary clauses	: 0
1800.01/1798.80	c learnt constraints	: 3502595
1800.01/1798.80	c ignored constraints	: 0
1800.01/1798.80	c root simplifications	: 0
1800.01/1798.80	c removed literals (reason simplification)	: 0
1800.01/1798.80	c reason swapping (by a shorter reason)	: 0
1800.01/1798.80	c Calls to reduceDB	: 79
1800.01/1798.80	c Number of update (reduction) of LBD	: 1133176
1800.01/1798.80	c Imported unit clauses	: 0
1800.01/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.01/1798.80	c number of learned constraints concerned by reduction	: 0
1800.01/1798.80	c number of learning phase by resolution	: 0
1800.01/1798.80	c number of learning phase by cutting planes	: 0
1800.01/1798.80	c speed (assignments/second)	: 42751.872780989426
1800.01/1798.80	c non guided choices	63
1800.01/1798.80	c timeout
1800.01/1798.83	c learnt constraints type 
1800.01/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 108612
1800.01/1798.83	s UNKNOWN
1800.01/1798.83	c Total wall clock time (in seconds): 1798.716

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-4090048-1466037029/watcher-4090048-1466037029 -o /tmp/evaluation-result-4090048-1466037029/solver-4090048-1466037029 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466033430-13360 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090048-1466037029.opb 

pid=13811
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.02 2.04 2.00 2/171 13814
/proc/meminfo: memFree=31602416/32872528 swapFree=446836/479540
[pid=13814] ppid=13811 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13811 13814 5711 0 -1 4202496 1224 0 0 0 0 0 0 0 20 0 2 0 5753000 24780800 867 33554432000 1073741824 1073778376 140734156263440 140734156254576 235378081853 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13814/statm: 6050 867 654 9 0 385 0
[pid=13814/tid=13815] ppid=13811 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13815/stat : 13815 (java) R 13811 13814 5711 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 2 0 5753001 91889664 881 33554432000 1073741824 1073778376 140734156263440 140734156252504 235374723984 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.02 2.04 2.00 2/171 13814
/proc/meminfo: memFree=31602416/32872528 swapFree=446836/479540
[pid=13814] ppid=13811 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13811 13814 5711 0 -1 4202496 4410 0 1 0 9 1 0 0 20 0 18 0 5753000 9787879424 6042 33554432000 1073741824 1073778376 140734156263440 140734156254576 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13814/statm: 2389619 6042 2125 9 0 2380296 0
[pid=13814/tid=13815] ppid=13811 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13814/task/13815/stat : 13815 (java) R 13811 13814 5711 0 -1 4202560 2385 0 1 0 6 1 0 0 20 0 18 0 5753001 9787879424 6042 33554432000 1073741824 1073778376 140734156263440 140486464269216 140486471421784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200308 s]
/proc/loadavg: 2.02 2.04 2.00 2/171 13814
/proc/meminfo: memFree=31602416/32872528 swapFree=446836/479540
[pid=13814] ppid=13811 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13811 13814 5711 0 -1 4202496 6715 0 1 0 27 1 0 0 20 0 19 0 5753000 9856040960 7692 33554432000 1073741824 1073778376 140734156263440 140734156254576 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13814/statm: 2406260 7692 2216 9 0 2396937 0
[pid=13814/tid=13815] ppid=13811 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13814/task/13815/stat : 13815 (java) R 13811 13814 5711 0 -1 4202560 2404 0 1 0 16 1 0 0 20 0 19 0 5753001 9856040960 7692 33554432000 1073741824 1073778376 140734156263440 140486464270976 140486467556181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300317 s]
/proc/loadavg: 2.02 2.04 2.00 2/171 13814
/proc/meminfo: memFree=31602416/32872528 swapFree=446836/479540
[pid=13814] ppid=13811 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13811 13814 5711 0 -1 4202496 7429 0 1 0 51 1 0 0 20 0 19 0 5753000 9856040960 7723 33554432000 1073741824 1073778376 140734156263440 140734156254576 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13814/statm: 2406260 7723 2226 9 0 2396937 0
[pid=13814/tid=13815] ppid=13811 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13814/task/13815/stat : 13815 (java) R 13811 13814 5711 0 -1 4202560 2405 0 1 0 26 1 0 0 20 0 19 0 5753001 9856040960 7723 33554432000 1073741824 1073778376 140734156263440 140486464270976 140486317132727 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700287 s]
/proc/loadavg: 2.02 2.04 2.00 2/171 13814
/proc/meminfo: memFree=31602416/32872528 swapFree=446836/479540
[pid=13814] ppid=13811 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13811 13814 5711 0 -1 4202496 8451 0 1 0 100 2 0 0 20 0 19 0 5753000 9856040960 8954 33554432000 1073741824 1073778376 140734156263440 140734156254576 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13814/statm: 2406260 8954 2237 9 0 2396937 0
[pid=13814/tid=13815] ppid=13811 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13814/task/13815/stat : 13815 (java) R 13811 13814 5711 0 -1 4202560 2407 0 1 0 66 1 0 0 20 0 19 0 5753001 9856040960 8954 33554432000 1073741824 1073778376 140734156263440 140486464261840 140486317117832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50069 s]
/proc/loadavg: 2.02 2.04 2.00 3/212 13868
/proc/meminfo: memFree=31544372/32872528 swapFree=446836/479540
[pid=13814] ppid=13811 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13811 13814 5711 0 -1 4202496 8456 0 1 0 184 2 0 0 20 0 19 0 5753000 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140734156254576 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13814/statm: 2406260 9469 2240 9 0 2396937 0
[pid=13814/tid=13815] ppid=13811 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/13814/task/13815/stat : 13815 (java) R 13811 13814 5711 0 -1 4202560 2409 0 1 0 146 1 0 0 20 0 19 0 5753001 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140486464270888 140486317084255 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13817] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13817/stat : 13817 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140486436722984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13818] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13818/stat : 13818 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140486435670184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13819] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13819/stat : 13819 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140486305688104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13820] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13820/stat : 13820 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140486304635304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13821] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13821/stat : 13821 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140486303583016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13822] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13822/stat : 13822 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140486302530216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13823] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13823/stat : 13823 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140486301477928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13824] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13824/stat : 13824 (java) S 13811 13814 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140485830110120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13827] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13827/stat : 13827 (java) S 13811 13814 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5753003 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140485817911528 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13828] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13828/stat : 13828 (java) S 13811 13814 5711 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5753003 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140485816857592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13829] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13829/stat : 13829 (java) S 13811 13814 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753003 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140485815805192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13832] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13832/stat : 13832 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753005 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140485814753680 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13833] ppid=13811 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/13814/task/13833/stat : 13833 (java) S 13811 13814 5711 0 -1 4202560 1764 0 0 0 16 0 0 0 20 0 19 0 5753005 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140485813701304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13834] ppid=13811 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/13814/task/13834/stat : 13834 (java) S 13811 13814 5711 0 -1 4202560 3013 0 0 0 18 0 0 0 20 0 19 0 5753005 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140485812648504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13835] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13835/stat : 13835 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753005 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140485811596408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13836] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13836/stat : 13836 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753006 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140485810543816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13862] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13862/stat : 13862 (java) S 13811 13814 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753015 9856040960 9469 33554432000 1073741824 1073778376 140734156263440 140485809390504 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.02 2.04 2.00 3/212 13868
/proc/meminfo: memFree=31535188/32872528 swapFree=446836/479540
[pid=13814] ppid=13811 vsize=9625040 CPUtime=3.48 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13811 13814 5711 0 -1 4202496 8460 0 1 0 346 2 0 0 20 0 19 0 5753000 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140734156254576 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13814/statm: 2406260 11006 2240 9 0 2396937 0
[pid=13814/tid=13815] ppid=13811 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/13814/task/13815/stat : 13815 (java) R 13811 13814 5711 0 -1 4202560 2412 0 1 0 306 1 0 0 20 0 19 0 5753001 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140486464270744 140486317132801 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13817] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13817/stat : 13817 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140486436722984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13818] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13818/stat : 13818 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140486435670184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13819] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13819/stat : 13819 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140486305688104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13820] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13820/stat : 13820 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140486304635304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13821] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13821/stat : 13821 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140486303583016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13822] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13822/stat : 13822 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140486302530216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13823] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13823/stat : 13823 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140486301477928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13824] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13824/stat : 13824 (java) S 13811 13814 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140485830110120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13827] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13827/stat : 13827 (java) S 13811 13814 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5753003 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140485817911528 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13828] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13828/stat : 13828 (java) S 13811 13814 5711 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5753003 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140485816857592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13829] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13829/stat : 13829 (java) S 13811 13814 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753003 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140485815805192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13832] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13832/stat : 13832 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753005 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140485814753680 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13833] ppid=13811 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13814/task/13833/stat : 13833 (java) S 13811 13814 5711 0 -1 4202560 1765 0 0 0 17 0 0 0 20 0 19 0 5753005 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140485813701304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13834] ppid=13811 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/13814/task/13834/stat : 13834 (java) S 13811 13814 5711 0 -1 4202560 3013 0 0 0 19 0 0 0 20 0 19 0 5753005 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140485812648504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13835] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13835/stat : 13835 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753005 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140485811596408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13836] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13836/stat : 13836 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753006 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140485810543816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13862] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13862/stat : 13862 (java) S 13811 13814 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753015 9856040960 11006 33554432000 1073741824 1073778376 140734156263440 140485809390504 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 2.02 2.04 2.00 3/212 13868
/proc/meminfo: memFree=31511368/32872528 swapFree=446836/479540
[pid=13814] ppid=13811 vsize=9625040 CPUtime=6.68 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13811 13814 5711 0 -1 4202496 8466 0 1 0 666 2 0 0 20 0 19 0 5753000 9856040960 13055 33554432000 1073741824 1073778376 140734156263440 140734156254576 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13814/statm: 2406260 13055 2241 9 0 2396937 0
[pid=13814/tid=13815] ppid=13811 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/13814/task/13815/stat : 13815 (java) R 13811 13814 5711 0 -1 4202560 2417 0 1 0 625 1 0 0 20 0 19 0 5753001 9856040960 13055 33554432000 1073741824 1073778376 140734156263440 140486464261840 140486317117855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13817] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13817/stat : 13817 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 13055 33554432000 1073741824 1073778376 140734156263440 140486436722984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13818] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13818/stat : 13818 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 13055 33554432000 1073741824 1073778376 140734156263440 140486435670184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13819] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13819/stat : 13819 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 13055 33554432000 1073741824 1073778376 140734156263440 140486305688104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13820] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13820/stat : 13820 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 13055 33554432000 1073741824 1073778376 140734156263440 140486304635304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13821] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13821/stat : 13821 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 13055 33554432000 1073741824 1073778376 140734156263440 140486303583016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13822] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13822/stat : 13822 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 13055 33554432000 1073741824 1073778376 140734156263440 140486302530216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13823] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13823/stat : 13823 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 13055 33554432000 1073741824 1073778376 140734156263440 140486301477928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13824] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13824/stat : 13824 (java) S 13811 13814 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5753001 9856040960 13055 33554432000 1073741824 1073778376 140734156263440 140485830110120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13827] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13827/stat : 13827 (java) S 13811 13814 5711 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5753003 9856040960 13055 33554432000 1073741824 1073778376 140734156263440 140485817911528 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13828] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13828/stat : 13828 (java) S 13811 13814 5711 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5753003 9856040960 13055 33554432000 1073741824 1073778376 140734156263440 140485816857592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13829] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13829/stat : 13829 (java) S 13811 13814 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753003 9856040960 13055 33554432000 1073741824 1073778376 140734156263440 140485815805192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13832] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13832/stat : 13832 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753005 9856040960 13055 33554432000 1073741824 1073778376 140734156263440 140485814753680 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13833] ppid=13811 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13814/task/13833/stat : 13833 (java) S 13811 13814 5711 0 -1 4202560 1765 0 0 0 17 0 0 0 20 0 19 0 5753005 9856040960 13055 33554432000 1073741824 1073778376 140734156263440 140485813701304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13834] ppid=13811 vsize=9625040 CPUtime=0.19 cores=0,2,4,6

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

[pid=13814/tid=13862] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13862/stat : 13862 (java) S 13811 13814 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753015 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485809390504 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.46
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.23 2.18 2.06 4/211 13907
/proc/meminfo: memFree=30823112/32872528 swapFree=446836/479540
[pid=13814] ppid=13811 vsize=9625040 CPUtime=1723.47 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13811 13814 5711 0 -1 4202496 9985 0 1 0 172300 47 0 0 20 0 19 0 5753000 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140734156254576 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13814/statm: 2406260 75253 2256 9 0 2396937 0
[pid=13814/tid=13815] ppid=13811 vsize=9625040 CPUtime=1717.46 cores=0,2,4,6
/proc/13814/task/13815/stat : 13815 (java) R 13811 13814 5711 0 -1 4202560 2480 0 1 0 171716 30 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486464261840 140486317117908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13817] ppid=13811 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/13814/task/13817/stat : 13817 (java) S 13811 13814 5711 0 -1 4202560 63 0 0 0 7 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486436722984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13818] ppid=13811 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/13814/task/13818/stat : 13818 (java) S 13811 13814 5711 0 -1 4202560 231 0 0 0 5 1 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486435670184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13819] ppid=13811 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/13814/task/13819/stat : 13819 (java) S 13811 13814 5711 0 -1 4202560 198 0 0 0 7 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486305688104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13820] ppid=13811 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/13814/task/13820/stat : 13820 (java) S 13811 13814 5711 0 -1 4202560 190 0 0 0 5 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486304635304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13821] ppid=13811 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/13814/task/13821/stat : 13821 (java) S 13811 13814 5711 0 -1 4202560 180 0 0 0 7 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486303583016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13822] ppid=13811 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/13814/task/13822/stat : 13822 (java) S 13811 13814 5711 0 -1 4202560 216 0 0 0 8 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486302530216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13823] ppid=13811 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/13814/task/13823/stat : 13823 (java) S 13811 13814 5711 0 -1 4202560 138 0 0 0 9 1 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486301477928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13824] ppid=13811 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/13814/task/13824/stat : 13824 (java) S 13811 13814 5711 0 -1 4202560 77 0 0 0 6 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485830110120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13827] ppid=13811 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13814/task/13827/stat : 13827 (java) S 13811 13814 5711 0 -1 4202560 55 0 0 0 1 0 0 0 20 0 19 0 5753003 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485817911528 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13828] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13828/stat : 13828 (java) S 13811 13814 5711 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5753003 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485816857592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13829] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13829/stat : 13829 (java) S 13811 13814 5711 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5753003 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485815805192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13832] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13832/stat : 13832 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753005 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485814753680 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13833] ppid=13811 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13814/task/13833/stat : 13833 (java) S 13811 13814 5711 0 -1 4202560 1765 0 0 0 17 0 0 0 20 0 19 0 5753005 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485813701304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13834] ppid=13811 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13814/task/13834/stat : 13834 (java) S 13811 13814 5711 0 -1 4202560 3034 0 0 0 21 0 0 0 20 0 19 0 5753005 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485812648504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13835] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13835/stat : 13835 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753005 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485811596408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13836] ppid=13811 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/13814/task/13836/stat : 13836 (java) S 13811 13814 5711 0 -1 4202560 100 0 0 0 24 26 0 0 20 0 19 0 5753006 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485810543816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13862] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13862/stat : 13862 (java) S 13811 13814 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753015 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485809390504 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.47
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.08 2.14 2.05 3/212 13911
/proc/meminfo: memFree=30784668/32872528 swapFree=446836/479540
[pid=13814] ppid=13811 vsize=9625040 CPUtime=1783.5 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13811 13814 5711 0 -1 4202496 9989 0 1 0 178301 49 0 0 20 0 19 0 5753000 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140734156254576 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13814/statm: 2406260 75253 2256 9 0 2396937 0
[pid=13814/tid=13815] ppid=13811 vsize=9625040 CPUtime=1777.31 cores=0,2,4,6
/proc/13814/task/13815/stat : 13815 (java) R 13811 13814 5711 0 -1 4202560 2480 0 1 0 177700 31 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486464261840 140486317117855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13817] ppid=13811 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/13814/task/13817/stat : 13817 (java) S 13811 13814 5711 0 -1 4202560 63 0 0 0 7 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486436722984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13818] ppid=13811 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/13814/task/13818/stat : 13818 (java) S 13811 13814 5711 0 -1 4202560 231 0 0 0 5 1 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486435670184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13819] ppid=13811 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/13814/task/13819/stat : 13819 (java) S 13811 13814 5711 0 -1 4202560 198 0 0 0 7 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486305688104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13820] ppid=13811 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/13814/task/13820/stat : 13820 (java) S 13811 13814 5711 0 -1 4202560 190 0 0 0 5 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486304635304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13821] ppid=13811 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/13814/task/13821/stat : 13821 (java) S 13811 13814 5711 0 -1 4202560 180 0 0 0 7 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486303583016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13822] ppid=13811 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/13814/task/13822/stat : 13822 (java) S 13811 13814 5711 0 -1 4202560 216 0 0 0 8 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486302530216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13823] ppid=13811 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/13814/task/13823/stat : 13823 (java) S 13811 13814 5711 0 -1 4202560 138 0 0 0 9 1 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486301477928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13824] ppid=13811 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/13814/task/13824/stat : 13824 (java) S 13811 13814 5711 0 -1 4202560 77 0 0 0 6 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485830110120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13827] ppid=13811 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13814/task/13827/stat : 13827 (java) S 13811 13814 5711 0 -1 4202560 55 0 0 0 1 0 0 0 20 0 19 0 5753003 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485817911528 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13828] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13828/stat : 13828 (java) S 13811 13814 5711 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5753003 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485816857592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13829] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13829/stat : 13829 (java) S 13811 13814 5711 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5753003 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485815805192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13832] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13832/stat : 13832 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753005 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485814753680 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13833] ppid=13811 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13814/task/13833/stat : 13833 (java) S 13811 13814 5711 0 -1 4202560 1765 0 0 0 17 0 0 0 20 0 19 0 5753005 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485813701304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13834] ppid=13811 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13814/task/13834/stat : 13834 (java) S 13811 13814 5711 0 -1 4202560 3034 0 0 0 21 0 0 0 20 0 19 0 5753005 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485812648504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13835] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13835/stat : 13835 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753005 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485811596408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13836] ppid=13811 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/13814/task/13836/stat : 13836 (java) S 13811 13814 5711 0 -1 4202560 104 0 0 0 25 27 0 0 20 0 19 0 5753006 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485810543816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13862] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13862/stat : 13862 (java) S 13811 13814 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753015 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485809390504 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.5
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.06 2.13 2.05 2/187 13944
/proc/meminfo: memFree=31306492/32872528 swapFree=446836/479540
[pid=13814] ppid=13811 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/13814/stat : 13814 (java) S 13811 13814 5711 0 -1 4202496 9989 0 1 0 179951 50 0 0 20 0 19 0 5753000 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140734156254576 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13814/statm: 2406260 75253 2256 9 0 2396937 0
[pid=13814/tid=13815] ppid=13811 vsize=9625040 CPUtime=1793.76 cores=0,2,4,6
/proc/13814/task/13815/stat : 13815 (java) R 13811 13814 5711 0 -1 4202560 2480 0 1 0 179345 31 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486464261840 140486317117747 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13814/tid=13817] ppid=13811 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/13814/task/13817/stat : 13817 (java) S 13811 13814 5711 0 -1 4202560 63 0 0 0 7 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486436722984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13818] ppid=13811 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/13814/task/13818/stat : 13818 (java) S 13811 13814 5711 0 -1 4202560 231 0 0 0 5 1 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486435670184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13819] ppid=13811 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/13814/task/13819/stat : 13819 (java) S 13811 13814 5711 0 -1 4202560 198 0 0 0 7 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486305688104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13820] ppid=13811 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/13814/task/13820/stat : 13820 (java) S 13811 13814 5711 0 -1 4202560 190 0 0 0 5 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486304635304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13821] ppid=13811 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/13814/task/13821/stat : 13821 (java) S 13811 13814 5711 0 -1 4202560 180 0 0 0 7 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486303583016 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13814/tid=13822] ppid=13811 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/13814/task/13822/stat : 13822 (java) S 13811 13814 5711 0 -1 4202560 216 0 0 0 8 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486302530216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13823] ppid=13811 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/13814/task/13823/stat : 13823 (java) S 13811 13814 5711 0 -1 4202560 138 0 0 0 9 1 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140486301477928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13824] ppid=13811 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/13814/task/13824/stat : 13824 (java) S 13811 13814 5711 0 -1 4202560 77 0 0 0 6 2 0 0 20 0 19 0 5753001 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485830110120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13827] ppid=13811 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13814/task/13827/stat : 13827 (java) S 13811 13814 5711 0 -1 4202560 55 0 0 0 1 0 0 0 20 0 19 0 5753003 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485817911528 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13828] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13828/stat : 13828 (java) S 13811 13814 5711 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5753003 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485816857592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13829] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13829/stat : 13829 (java) S 13811 13814 5711 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5753003 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485815805192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13832] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13832/stat : 13832 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753005 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485814753680 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13833] ppid=13811 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13814/task/13833/stat : 13833 (java) S 13811 13814 5711 0 -1 4202560 1765 0 0 0 17 0 0 0 20 0 19 0 5753005 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485813701304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13834] ppid=13811 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13814/task/13834/stat : 13834 (java) S 13811 13814 5711 0 -1 4202560 3034 0 0 0 21 0 0 0 20 0 19 0 5753005 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485812648504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13835] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13835/stat : 13835 (java) S 13811 13814 5711 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5753005 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485811596408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13814/tid=13836] ppid=13811 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/13814/task/13836/stat : 13836 (java) S 13811 13814 5711 0 -1 4202560 104 0 0 0 26 27 0 0 20 0 19 0 5753006 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485810543816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13814/tid=13862] ppid=13811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13814/task/13862/stat : 13862 (java) S 13811 13814 5711 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5753015 9856040960 75253 33554432000 1073741824 1073778376 140734156263440 140485809390504 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 13814 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 13814 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=819146
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=861868
# CPU time returned by wait4() is 1795.68
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.84
CPU time (s): 1800.01
CPU user time (s): 1799.51
CPU system time (s): 0.5
CPU usage (%): 100.065
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.82
system time used= 0.861868
maximum resident set size= 301172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10037
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38247
involuntary context switches= 14367

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6424 second user time and 12.4731 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-16 02:30:29
IDJOB=4090048
IDBENCH=107493
IDSOLVER=2546
FILE ID=node104/4090048-1466037029
RUNJOBID= node104-1466033430-13360
PBS_JOBID= 19902812
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v061-n3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090048-1466037029/watcher-4090048-1466037029 -o /tmp/evaluation-result-4090048-1466037029/solver-4090048-1466037029 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466033430-13360 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090048-1466037029.opb

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

MD5SUM BENCH= 37251e4e7c04466a4ed88cfa764e8439
RANDOM SEED=511446036

node104.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.035
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.07
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.035
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		: 2667.035
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.55
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.035
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		: 2667.035
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		: 2667.035
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		: 2667.035
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.55
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.035
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31602844 kB
Buffers:           30876 kB
Cached:            58212 kB
SwapCached:         1448 kB
Active:            39120 kB
Inactive:          53736 kB
Active(anon):       4100 kB
Inactive(anon):     2028 kB
Active(file):      35020 kB
Inactive(file):    51708 kB
Unevictable:      479540 kB
Mlocked:          446836 kB
SwapTotal:      67108856 kB
SwapFree:       67099956 kB
Dirty:               768 kB
Writeback:             0 kB
AnonPages:        533208 kB
Mapped:             7236 kB
Shmem:                 0 kB
Slab:             566852 kB
SReclaimable:      10816 kB
SUnreclaim:       556036 kB
KernelStack:        1776 kB
PageTables:         4328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     566304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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= 71740 MiB
End job on node104 at 2016-06-16 03:00:28