Trace number 4084483

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 1779.64

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-85-80.opb
MD5SUMa4a494535709e59392e65403b829113d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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.083987
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints165
Number of constraints which are clauses85
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint80
Maximum length of a constraint85
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 86
Number of bits of the biggest sum of numbers7
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-4084483-1465239746.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.28/0.29	c ... done. Wall clock time 0.177s.
0.28/0.29	c declared #vars     6800
0.28/0.29	c #constraints  165
0.28/0.29	c constraints type 
0.28/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 85
0.28/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.28/0.29	c 165 constraints processed.
1.48/0.91	c cleaning 2494 clauses out of 5001 with flag 32520/5001
2.26/1.70	c cleaning 4253 clauses out of 8508 with flag 71807/11002
3.37/2.72	c cleaning 5623 clauses out of 11254 with flag 117422/18001
4.58/3.96	c cleaning 6812 clauses out of 13633 with flag 174620/26003
6.51/5.80	c cleaning 7905 clauses out of 15819 with flag 240186/35001
8.61/7.95	c cleaning 8952 clauses out of 17914 with flag 312938/45001
11.07/10.39	c cleaning 9976 clauses out of 19961 with flag 387186/56000
13.86/13.12	c cleaning 10991 clauses out of 21987 with flag 470860/68002
16.96/16.27	c cleaning 11997 clauses out of 23996 with flag 561164/81002
20.17/19.42	c cleaning 12990 clauses out of 25998 with flag 663312/95001
23.39/22.48	c cleaning 13986 clauses out of 28008 with flag 781285/110001
26.58/25.65	c cleaning 14991 clauses out of 30022 with flag 896819/126001
31.80/30.67	c cleaning 15988 clauses out of 32030 with flag 1016132/143000
36.80/35.61	c cleaning 16993 clauses out of 34042 with flag 1173221/161000
42.90/41.73	c cleaning 17998 clauses out of 36049 with flag 1336224/180000
50.67/49.43	c cleaning 18996 clauses out of 38051 with flag 1507051/200000
59.07/57.89	c cleaning 20004 clauses out of 40055 with flag 1685657/221000
68.10/66.68	c cleaning 20999 clauses out of 42052 with flag 1860035/243001
76.30/74.86	c cleaning 21999 clauses out of 44052 with flag 2040866/266000
86.39/84.88	c cleaning 23002 clauses out of 46053 with flag 2230038/290000
97.80/96.07	c cleaning 24001 clauses out of 48051 with flag 2420241/315000
110.81/109.05	c cleaning 24997 clauses out of 50050 with flag 2648155/341000
125.02/122.94	c cleaning 25998 clauses out of 52055 with flag 2894670/368002
132.29/130.02	c cleaning 27000 clauses out of 54059 with flag 3133114/396004
139.75/137.33	c cleaning 27996 clauses out of 56056 with flag 3407621/425001
147.56/145.02	c cleaning 29000 clauses out of 58060 with flag 3685399/455001
155.75/153.13	c cleaning 29999 clauses out of 60061 with flag 4000869/486002
164.47/161.74	c cleaning 30991 clauses out of 62060 with flag 4336878/518000
173.28/170.42	c cleaning 32003 clauses out of 64070 with flag 4655787/551001
182.36/179.49	c cleaning 33002 clauses out of 66069 with flag 5007993/585003
191.83/188.73	c cleaning 33996 clauses out of 68064 with flag 5344038/620000
202.76/199.52	c cleaning 34997 clauses out of 70069 with flag 5737062/656001
213.74/210.45	c cleaning 36003 clauses out of 72072 with flag 6105457/693001
225.69/222.28	c cleaning 36999 clauses out of 74069 with flag 6480816/731001
238.90/235.36	c cleaning 37999 clauses out of 76069 with flag 6865532/770000
254.03/250.30	c cleaning 39004 clauses out of 78072 with flag 7258265/810002
269.65/265.82	c cleaning 39998 clauses out of 80066 with flag 7657623/851000
286.28/282.39	c cleaning 41002 clauses out of 82068 with flag 8068932/893000
302.55/298.45	c cleaning 42000 clauses out of 84066 with flag 8507088/936000
319.52/315.22	c cleaning 43001 clauses out of 86068 with flag 8936684/980002
337.05/332.62	c cleaning 44001 clauses out of 88066 with flag 9359859/1025001
358.30/353.69	c cleaning 45003 clauses out of 90068 with flag 9829068/1071004
381.34/376.48	c cleaning 46002 clauses out of 92062 with flag 10332254/1118001
405.70/400.69	c cleaning 46995 clauses out of 94060 with flag 10844595/1166001
429.14/423.84	c cleaning 48003 clauses out of 96065 with flag 11317571/1215001
455.34/449.85	c cleaning 48999 clauses out of 98064 with flag 11789976/1265003
475.09/469.33	c cleaning 50018 clauses out of 100063 with flag 12237788/1316001
496.99/491.03	c cleaning 51011 clauses out of 102044 with flag 12581290/1368000
511.03/504.91	c cleaning 51982 clauses out of 104033 with flag 12950233/1421000
538.25/531.96	c cleaning 52983 clauses out of 106051 with flag 13316327/1475000
571.74/565.05	c cleaning 53998 clauses out of 108071 with flag 13711752/1530003
604.88/597.78	c cleaning 54993 clauses out of 110072 with flag 14086905/1586002
643.21/635.78	c cleaning 55999 clauses out of 112077 with flag 14474172/1643000
675.41/667.55	c cleaning 57011 clauses out of 114080 with flag 14890384/1701002
691.46/683.35	c cleaning 58001 clauses out of 116074 with flag 15257634/1760007
706.65/698.25	c cleaning 58995 clauses out of 118067 with flag 15639640/1820001
740.30/731.52	c cleaning 60006 clauses out of 120075 with flag 16128617/1881004
769.62/760.54	c cleaning 60997 clauses out of 122065 with flag 16696950/1943000
805.60/796.16	c cleaning 62002 clauses out of 124068 with flag 17257862/2006000
823.70/813.98	c cleaning 62999 clauses out of 126067 with flag 17766314/2070001
843.09/832.91	c cleaning 64014 clauses out of 128068 with flag 18219584/2135001
870.21/859.81	c cleaning 65001 clauses out of 130053 with flag 18639793/2201000
891.98/881.36	c cleaning 66011 clauses out of 132053 with flag 19092938/2268001
914.78/903.77	c cleaning 66989 clauses out of 134043 with flag 19580558/2336002
957.07/945.76	c cleaning 67997 clauses out of 136056 with flag 20111629/2405004
989.83/977.95	c cleaning 69010 clauses out of 138057 with flag 20641427/2475002
1025.11/1012.91	c cleaning 70001 clauses out of 140049 with flag 21079822/2546004
1067.45/1054.84	c cleaning 71002 clauses out of 142044 with flag 21571684/2618000
1101.96/1088.97	c cleaning 71985 clauses out of 144042 with flag 22098276/2691000
1148.60/1135.14	c cleaning 72990 clauses out of 146058 with flag 22581882/2765001
1197.27/1183.45	c cleaning 73993 clauses out of 148068 with flag 23074645/2840001
1253.65/1239.12	c cleaning 75003 clauses out of 150074 with flag 23590761/2916000
1288.51/1273.50	c cleaning 76012 clauses out of 152071 with flag 24130649/2993000
1320.23/1304.66	c cleaning 77007 clauses out of 154060 with flag 24706318/3071001
1369.76/1353.76	c cleaning 78004 clauses out of 156052 with flag 25226653/3150000
1419.17/1402.69	c cleaning 79001 clauses out of 158049 with flag 25827026/3230001
1471.75/1454.79	c cleaning 80000 clauses out of 160047 with flag 26420592/3311000
1527.03/1509.53	c cleaning 81002 clauses out of 162049 with flag 26997906/3393002
1577.61/1559.61	c cleaning 82003 clauses out of 164047 with flag 27569319/3476002
1620.74/1602.16	c cleaning 82976 clauses out of 166042 with flag 28172291/3560000
1682.86/1663.67	c cleaning 83989 clauses out of 168066 with flag 28768931/3645000
1737.69/1717.99	c cleaning 84997 clauses out of 170078 with flag 29525063/3731001
1797.24/1776.98	c cleaning 86000 clauses out of 172081 with flag 30213946/3818001
1800.00/1779.60	c starts		: 959
1800.00/1779.60	c conflicts		: 3830862
1800.00/1779.60	c decisions		: 5625060
1800.00/1779.60	c propagations		: 72643033
1800.00/1779.60	c inspects		: 28566030392
1800.00/1779.60	c shortcuts		: 0
1800.00/1779.60	c learnt literals	: 0
1800.00/1779.60	c learnt binary clauses	: 0
1800.00/1779.60	c learnt ternary clauses	: 0
1800.00/1779.60	c learnt constraints	: 3830862
1800.00/1779.60	c ignored constraints	: 0
1800.00/1779.60	c root simplifications	: 0
1800.00/1779.60	c removed literals (reason simplification)	: 0
1800.00/1779.60	c reason swapping (by a shorter reason)	: 0
1800.00/1779.60	c Calls to reduceDB	: 83
1800.00/1779.60	c Number of update (reduction) of LBD	: 2100602
1800.00/1779.60	c Imported unit clauses	: 0
1800.00/1779.60	c number of reductions to clauses (during analyze)	: 0
1800.00/1779.60	c number of learned constraints concerned by reduction	: 0
1800.00/1779.60	c number of learning phase by resolution	: 0
1800.00/1779.60	c number of learning phase by cutting planes	: 0
1800.00/1779.60	c speed (assignments/second)	: 40826.63849087143
1800.00/1779.60	c non guided choices	141339
1800.00/1779.60	c timeout
1800.00/1779.63	c learnt constraints type 
1800.00/1779.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98943
1800.00/1779.63	s UNKNOWN
1800.00/1779.63	c Total wall clock time (in seconds): 1779.516

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-4084483-1465239746/watcher-4084483-1465239746 -o /tmp/evaluation-result-4084483-1465239746/solver-4084483-1465239746 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31160 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084483-1465239746.opb 

pid=1824
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.12 2.10 2.04 4/194 1827
/proc/meminfo: memFree=29724168/32872528 swapFree=12352/737972
[pid=1827] ppid=1824 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/1827/stat : 1827 (java) R 1824 1827 31144 0 -1 4202496 382 0 0 0 0 0 0 0 20 0 1 0 105909036 5767168 52 33554432000 1073741824 1073778376 140733675358096 140733675355224 213857169287 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1827/statm: 1408 55 43 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.12 2.10 2.04 4/194 1827
/proc/meminfo: memFree=29724168/32872528 swapFree=12352/737972
[pid=1827] ppid=1824 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/1827/stat : 1827 (java) S 1824 1827 31144 0 -1 4202496 4423 0 1 0 8 2 0 0 20 0 18 0 105909036 9787879424 6043 33554432000 1073741824 1073778376 140733675358096 140733675349232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1827/statm: 2389619 6043 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.12 2.10 2.04 4/194 1827
/proc/meminfo: memFree=29724168/32872528 swapFree=12352/737972
[pid=1827] ppid=1824 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/1827/stat : 1827 (java) S 1824 1827 31144 0 -1 4202496 4998 0 1 0 26 2 0 0 20 0 18 0 105909036 9787879424 6994 33554432000 1073741824 1073778376 140733675358096 140733675349232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1827/statm: 2389619 6994 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300211 s]
/proc/loadavg: 2.12 2.10 2.04 4/194 1827
/proc/meminfo: memFree=29724168/32872528 swapFree=12352/737972
[pid=1827] ppid=1824 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/1827/stat : 1827 (java) S 1824 1827 31144 0 -1 4202496 7184 0 1 0 53 3 0 0 20 0 18 0 105909036 9787879424 11373 33554432000 1073741824 1073778376 140733675358096 140733675349232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1827/statm: 2389619 11373 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700262 s]
/proc/loadavg: 2.12 2.10 2.04 4/194 1827
/proc/meminfo: memFree=29724168/32872528 swapFree=12352/737972
[pid=1827] ppid=1824 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/1827/stat : 1827 (java) S 1824 1827 31144 0 -1 4202496 8391 0 1 0 123 3 0 0 20 0 19 0 105909036 9856040960 13255 33554432000 1073741824 1073778376 140733675358096 140733675349232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1827/statm: 2406260 13255 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.12 2.10 2.04 3/213 1846
/proc/meminfo: memFree=29670612/32872528 swapFree=12352/737972
[pid=1827] ppid=1824 vsize=9625040 CPUtime=2.15 cores=0,2,4,6
/proc/1827/stat : 1827 (java) S 1824 1827 31144 0 -1 4202496 9126 0 1 0 212 3 0 0 20 0 19 0 105909036 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140733675349232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1827/statm: 2406260 16847 2261 9 0 2396937 0
[pid=1827/tid=1829] ppid=1824 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/1827/task/1829/stat : 1829 (java) R 1824 1827 31144 0 -1 4202560 2445 0 1 0 144 2 0 0 20 0 19 0 105909037 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140202158246408 140202098549700 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1830] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1830/stat : 1830 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140202096978600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1831] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1831/stat : 1831 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140202095926056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1832] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1832/stat : 1832 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140201999154088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1833] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1833/stat : 1833 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140201998101544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1834] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1834/stat : 1834 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140201997047976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1835] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1835/stat : 1835 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140201995995432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1836] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1836/stat : 1836 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140201994942888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1837] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1837/stat : 1837 (java) S 1824 1827 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140201993890344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1838] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1838/stat : 1838 (java) S 1824 1827 31144 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105909039 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140201981692520 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1839] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1839/stat : 1839 (java) S 1824 1827 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105909040 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140201980638840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1840] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1840/stat : 1840 (java) S 1824 1827 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105909040 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140201979586184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1841] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1841/stat : 1841 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909042 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140201978534928 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1842] ppid=1824 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/1827/task/1842/stat : 1842 (java) S 1824 1827 31144 0 -1 4202560 2870 0 0 0 36 0 0 0 20 0 19 0 105909042 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140201977481272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1843] ppid=1824 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/1827/task/1843/stat : 1843 (java) S 1824 1827 31144 0 -1 4202560 2532 0 0 0 29 0 0 0 20 0 19 0 105909042 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140201976428728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1844] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1844/stat : 1844 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909042 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140201975376376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1845] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1845/stat : 1845 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909042 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140201974324040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1846] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1846/stat : 1846 (java) S 1824 1827 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105909066 9856040960 16847 33554432000 1073741824 1073778376 140733675358096 140201973269800 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.11 2.09 2.04 3/213 1846
/proc/meminfo: memFree=29652180/32872528 swapFree=12352/737972
[pid=1827] ppid=1824 vsize=9625040 CPUtime=3.78 cores=0,2,4,6
/proc/1827/stat : 1827 (java) S 1824 1827 31144 0 -1 4202496 9139 0 1 0 374 4 0 0 20 0 19 0 105909036 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140733675349232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1827/statm: 2406260 23503 2261 9 0 2396937 0
[pid=1827/tid=1829] ppid=1824 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/1827/task/1829/stat : 1829 (java) R 1824 1827 31144 0 -1 4202560 2458 0 1 0 304 2 0 0 20 0 19 0 105909037 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140202158248296 140202098549607 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1830] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1830/stat : 1830 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140202096978600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1831] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1831/stat : 1831 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140202095926056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1832] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1832/stat : 1832 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140201999154088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1833] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1833/stat : 1833 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140201998101544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1834] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1834/stat : 1834 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140201997047976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1835] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1835/stat : 1835 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140201995995432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1836] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1836/stat : 1836 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140201994942888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1837] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1837/stat : 1837 (java) S 1824 1827 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140201993890344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1838] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1838/stat : 1838 (java) S 1824 1827 31144 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105909039 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140201981692520 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1839] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1839/stat : 1839 (java) S 1824 1827 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105909040 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140201980638840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1840] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1840/stat : 1840 (java) S 1824 1827 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105909040 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140201979586184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1841] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1841/stat : 1841 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909042 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140201978534928 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1842] ppid=1824 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/1827/task/1842/stat : 1842 (java) S 1824 1827 31144 0 -1 4202560 2870 0 0 0 37 0 0 0 20 0 19 0 105909042 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140201977481272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1843] ppid=1824 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/1827/task/1843/stat : 1843 (java) S 1824 1827 31144 0 -1 4202560 2532 0 0 0 30 0 0 0 20 0 19 0 105909042 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140201976428728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1844] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1844/stat : 1844 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909042 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140201975376376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1845] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1845/stat : 1845 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909042 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140201974324040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1846] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1846/stat : 1846 (java) S 1824 1827 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105909066 9856040960 23503 33554432000 1073741824 1073778376 140733675358096 140201973269800 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.11 2.09 2.04 3/213 1846
/proc/meminfo: memFree=29604776/32872528 swapFree=12352/737972
[pid=1827] ppid=1824 vsize=9625040 CPUtime=7.01 cores=0,2,4,6
/proc/1827/stat : 1827 (java) S 1824 1827 31144 0 -1 4202496 9161 0 1 0 696 5 0 0 20 0 19 0 105909036 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140733675349232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1827/statm: 2406260 34231 2261 9 0 2396937 0
[pid=1827/tid=1829] ppid=1824 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/1827/task/1829/stat : 1829 (java) R 1824 1827 31144 0 -1 4202560 2480 0 1 0 622 3 0 0 20 0 19 0 105909037 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140202158246288 140202098541600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1830] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1830/stat : 1830 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140202096978600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1831] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1831/stat : 1831 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140202095926056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1832] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1832/stat : 1832 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140201999154088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1833] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1833/stat : 1833 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140201998101544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1834] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1834/stat : 1834 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140201997047976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1835] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1835/stat : 1835 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140201995995432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1836] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1836/stat : 1836 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140201994942888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1837] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1837/stat : 1837 (java) S 1824 1827 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105909038 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140201993890344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1838] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1838/stat : 1838 (java) S 1824 1827 31144 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105909039 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140201981692520 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1839] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1839/stat : 1839 (java) S 1824 1827 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105909040 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140201980638840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1840] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1840/stat : 1840 (java) S 1824 1827 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105909040 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140201979586184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1841] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1841/stat : 1841 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909042 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140201978534928 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1842] ppid=1824 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/1827/task/1842/stat : 1842 (java) S 1824 1827 31144 0 -1 4202560 2870 0 0 0 37 0 0 0 20 0 19 0 105909042 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140201977481272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1843] ppid=1824 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/1827/task/1843/stat : 1843 (java) S 1824 1827 31144 0 -1 4202560 2532 0 0 0 33 0 0 0 20 0 19 0 105909042 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140201976428728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1844] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1844/stat : 1844 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909042 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140201975376376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1845] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1845/stat : 1845 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909042 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140201974324040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1846] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1846/stat : 1846 (java) S 1824 1827 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105909066 9856040960 34231 33554432000 1073741824 1073778376 140733675358096 140201973269800 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 9625040


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

[pid=1827/tid=1846] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1846/stat : 1846 (java) S 1824 1827 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105909066 9856040960 178226 33554432000 1073741824 1073778376 140733675358096 140201973269800 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1620.93
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.11 2.15 2.09 3/214 1953
/proc/meminfo: memFree=30100416/32872528 swapFree=12352/737972
[pid=1827] ppid=1824 vsize=9625040 CPUtime=1681.56 cores=0,2,4,6
/proc/1827/stat : 1827 (java) S 1824 1827 31144 0 -1 4202496 26957 0 1 0 167928 228 0 0 20 0 19 0 105909036 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140733675349232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1827/statm: 2406260 187774 2283 9 0 2396937 0
[pid=1827/tid=1829] ppid=1824 vsize=9625040 CPUtime=1644.58 cores=0,2,4,6
/proc/1827/task/1829/stat : 1829 (java) R 1824 1827 31144 0 -1 4202560 2796 0 1 0 164428 30 0 0 20 0 19 0 105909037 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140202158247120 140202098541635 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1830] ppid=1824 vsize=9625040 CPUtime=3.28 cores=0,2,4,6
/proc/1827/task/1830/stat : 1830 (java) S 1824 1827 31144 0 -1 4202560 1616 0 0 0 308 20 0 0 20 0 19 0 105909038 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140202096978600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1831] ppid=1824 vsize=9625040 CPUtime=3.29 cores=0,2,4,6
/proc/1827/task/1831/stat : 1831 (java) S 1824 1827 31144 0 -1 4202560 2523 0 0 0 304 25 0 0 20 0 19 0 105909038 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140202095926056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1832] ppid=1824 vsize=9625040 CPUtime=3.2 cores=0,2,4,6
/proc/1827/task/1832/stat : 1832 (java) S 1824 1827 31144 0 -1 4202560 2442 0 0 0 291 29 0 0 20 0 19 0 105909038 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140201999154088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1833] ppid=1824 vsize=9625040 CPUtime=3.37 cores=0,2,4,6
/proc/1827/task/1833/stat : 1833 (java) S 1824 1827 31144 0 -1 4202560 2115 0 0 0 313 24 0 0 20 0 19 0 105909038 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140201998101544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1834] ppid=1824 vsize=9625040 CPUtime=2.91 cores=0,2,4,6
/proc/1827/task/1834/stat : 1834 (java) S 1824 1827 31144 0 -1 4202560 641 0 0 0 271 20 0 0 20 0 19 0 105909038 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140201997047976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1835] ppid=1824 vsize=9625040 CPUtime=3.32 cores=0,2,4,6
/proc/1827/task/1835/stat : 1835 (java) S 1824 1827 31144 0 -1 4202560 1748 0 0 0 306 26 0 0 20 0 19 0 105909038 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140201995995432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1836] ppid=1824 vsize=9625040 CPUtime=3.13 cores=0,2,4,6
/proc/1827/task/1836/stat : 1836 (java) S 1824 1827 31144 0 -1 4202560 2290 0 0 0 288 25 0 0 20 0 19 0 105909038 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140201994942888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1837] ppid=1824 vsize=9625040 CPUtime=3.28 cores=0,2,4,6
/proc/1827/task/1837/stat : 1837 (java) S 1824 1827 31144 0 -1 4202560 2048 0 0 0 303 25 0 0 20 0 19 0 105909038 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140201993890344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1838] ppid=1824 vsize=9625040 CPUtime=5.85 cores=0,2,4,6
/proc/1827/task/1838/stat : 1838 (java) S 1824 1827 31144 0 -1 4202560 1632 0 0 0 579 6 0 0 20 0 19 0 105909039 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140201981692520 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1839] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1839/stat : 1839 (java) S 1824 1827 31144 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105909040 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140201980638840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1840] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1840/stat : 1840 (java) S 1824 1827 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105909040 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140201979586184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1841] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1841/stat : 1841 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909042 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140201978534928 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1842] ppid=1824 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/1827/task/1842/stat : 1842 (java) S 1824 1827 31144 0 -1 4202560 2870 0 0 0 38 0 0 0 20 0 19 0 105909042 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140201977481272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1843] ppid=1824 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/1827/task/1843/stat : 1843 (java) S 1824 1827 31144 0 -1 4202560 2876 0 0 0 39 0 0 0 20 0 19 0 105909042 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140201976428728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1844] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1844/stat : 1844 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909042 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140201975376376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1845] ppid=1824 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/1827/task/1845/stat : 1845 (java) S 1824 1827 31144 0 -1 4202560 95 0 0 0 27 26 0 0 20 0 19 0 105909042 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140201974324040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1846] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1846/stat : 1846 (java) S 1824 1827 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105909066 9856040960 187774 33554432000 1073741824 1073778376 140733675358096 140201973269800 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1681.56
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.04 2.12 2.08 3/213 1955
/proc/meminfo: memFree=30137536/32872528 swapFree=12352/737972
[pid=1827] ppid=1824 vsize=9625040 CPUtime=1742.19 cores=0,2,4,6
/proc/1827/stat : 1827 (java) S 1824 1827 31144 0 -1 4202496 27108 0 1 0 173987 232 0 0 20 0 19 0 105909036 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140733675349232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1827/statm: 2406260 183967 2283 9 0 2396937 0
[pid=1827/tid=1829] ppid=1824 vsize=9625040 CPUtime=1704.03 cores=0,2,4,6
/proc/1827/task/1829/stat : 1829 (java) R 1824 1827 31144 0 -1 4202560 2808 0 1 0 170372 31 0 0 20 0 19 0 105909037 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140202158247120 140202098541600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1830] ppid=1824 vsize=9625040 CPUtime=3.38 cores=0,2,4,6
/proc/1827/task/1830/stat : 1830 (java) S 1824 1827 31144 0 -1 4202560 1616 0 0 0 318 20 0 0 20 0 19 0 105909038 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140202096978600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1831] ppid=1824 vsize=9625040 CPUtime=3.37 cores=0,2,4,6
/proc/1827/task/1831/stat : 1831 (java) S 1824 1827 31144 0 -1 4202560 2548 0 0 0 312 25 0 0 20 0 19 0 105909038 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140202095926056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1832] ppid=1824 vsize=9625040 CPUtime=3.34 cores=0,2,4,6
/proc/1827/task/1832/stat : 1832 (java) S 1824 1827 31144 0 -1 4202560 2454 0 0 0 305 29 0 0 20 0 19 0 105909038 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140201999154088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1833] ppid=1824 vsize=9625040 CPUtime=3.47 cores=0,2,4,6
/proc/1827/task/1833/stat : 1833 (java) S 1824 1827 31144 0 -1 4202560 2128 0 0 0 323 24 0 0 20 0 19 0 105909038 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140201998101544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1834] ppid=1824 vsize=9625040 CPUtime=3 cores=0,2,4,6
/proc/1827/task/1834/stat : 1834 (java) S 1824 1827 31144 0 -1 4202560 660 0 0 0 280 20 0 0 20 0 19 0 105909038 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140201997047976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1835] ppid=1824 vsize=9625040 CPUtime=3.43 cores=0,2,4,6
/proc/1827/task/1835/stat : 1835 (java) S 1824 1827 31144 0 -1 4202560 1752 0 0 0 316 27 0 0 20 0 19 0 105909038 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140201995995432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1836] ppid=1824 vsize=9625040 CPUtime=3.27 cores=0,2,4,6
/proc/1827/task/1836/stat : 1836 (java) S 1824 1827 31144 0 -1 4202560 2327 0 0 0 302 25 0 0 20 0 19 0 105909038 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140201994942888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1837] ppid=1824 vsize=9625040 CPUtime=3.41 cores=0,2,4,6
/proc/1827/task/1837/stat : 1837 (java) S 1824 1827 31144 0 -1 4202560 2050 0 0 0 316 25 0 0 20 0 19 0 105909038 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140201993890344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1838] ppid=1824 vsize=9625040 CPUtime=5.99 cores=0,2,4,6
/proc/1827/task/1838/stat : 1838 (java) S 1824 1827 31144 0 -1 4202560 1655 0 0 0 592 7 0 0 20 0 19 0 105909039 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140201981692520 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1839] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1839/stat : 1839 (java) S 1824 1827 31144 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105909040 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140201980638840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1840] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1840/stat : 1840 (java) S 1824 1827 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105909040 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140201979586184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1841] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1841/stat : 1841 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909042 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140201978534928 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1842] ppid=1824 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/1827/task/1842/stat : 1842 (java) S 1824 1827 31144 0 -1 4202560 2870 0 0 0 38 0 0 0 20 0 19 0 105909042 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140201977481272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1843] ppid=1824 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/1827/task/1843/stat : 1843 (java) S 1824 1827 31144 0 -1 4202560 2876 0 0 0 39 0 0 0 20 0 19 0 105909042 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140201976428728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1844] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1844/stat : 1844 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909042 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140201975376376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1845] ppid=1824 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/1827/task/1845/stat : 1845 (java) S 1824 1827 31144 0 -1 4202560 99 0 0 0 28 27 0 0 20 0 19 0 105909042 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140201974324040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1846] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1846/stat : 1846 (java) S 1824 1827 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105909066 9856040960 183967 33554432000 1073741824 1073778376 140733675358096 140201973269800 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1742.19
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.6 s]
/proc/loadavg: 2.06 2.11 2.08 3/213 1956
/proc/meminfo: memFree=30107180/32872528 swapFree=12352/737972
[pid=1827] ppid=1824 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/1827/stat : 1827 (java) S 1824 1827 31144 0 -1 4202496 27166 0 1 0 179767 233 0 0 20 0 19 0 105909036 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140733675349232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1827/statm: 2406260 182010 2283 9 0 2396937 0
[pid=1827/tid=1829] ppid=1824 vsize=9625040 CPUtime=1760.79 cores=0,2,4,6
/proc/1827/task/1829/stat : 1829 (java) R 1824 1827 31144 0 -1 4202560 2819 0 1 0 176047 32 0 0 20 0 19 0 105909037 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140202158247120 140202098541612 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1830] ppid=1824 vsize=9625040 CPUtime=3.45 cores=0,2,4,6
/proc/1827/task/1830/stat : 1830 (java) S 1824 1827 31144 0 -1 4202560 1616 0 0 0 325 20 0 0 20 0 19 0 105909038 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140202096978600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1831] ppid=1824 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/1827/task/1831/stat : 1831 (java) S 1824 1827 31144 0 -1 4202560 2548 0 0 0 321 25 0 0 20 0 19 0 105909038 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140202095926056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1832] ppid=1824 vsize=9625040 CPUtime=3.43 cores=0,2,4,6
/proc/1827/task/1832/stat : 1832 (java) S 1824 1827 31144 0 -1 4202560 2454 0 0 0 314 29 0 0 20 0 19 0 105909038 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140201999154088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1833] ppid=1824 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/1827/task/1833/stat : 1833 (java) S 1824 1827 31144 0 -1 4202560 2128 0 0 0 331 24 0 0 20 0 19 0 105909038 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140201998101544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1834] ppid=1824 vsize=9625040 CPUtime=3.1 cores=0,2,4,6
/proc/1827/task/1834/stat : 1834 (java) S 1824 1827 31144 0 -1 4202560 660 0 0 0 290 20 0 0 20 0 19 0 105909038 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140201997047976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1835] ppid=1824 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/1827/task/1835/stat : 1835 (java) S 1824 1827 31144 0 -1 4202560 1752 0 0 0 324 27 0 0 20 0 19 0 105909038 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140201995995432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1836] ppid=1824 vsize=9625040 CPUtime=3.37 cores=0,2,4,6
/proc/1827/task/1836/stat : 1836 (java) S 1824 1827 31144 0 -1 4202560 2327 0 0 0 312 25 0 0 20 0 19 0 105909038 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140201994942888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1837] ppid=1824 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/1827/task/1837/stat : 1837 (java) S 1824 1827 31144 0 -1 4202560 2050 0 0 0 327 25 0 0 20 0 19 0 105909038 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140201993890344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1838] ppid=1824 vsize=9625040 CPUtime=6.13 cores=0,2,4,6
/proc/1827/task/1838/stat : 1838 (java) S 1824 1827 31144 0 -1 4202560 1698 0 0 0 606 7 0 0 20 0 19 0 105909039 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140201981692520 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1827/tid=1839] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1839/stat : 1839 (java) S 1824 1827 31144 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105909040 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140201980638840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1840] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1840/stat : 1840 (java) S 1824 1827 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105909040 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140201979586184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1841] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1841/stat : 1841 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909042 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140201978534928 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1842] ppid=1824 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/1827/task/1842/stat : 1842 (java) S 1824 1827 31144 0 -1 4202560 2870 0 0 0 38 0 0 0 20 0 19 0 105909042 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140201977481272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1827/tid=1843] ppid=1824 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/1827/task/1843/stat : 1843 (java) S 1824 1827 31144 0 -1 4202560 2876 0 0 0 39 0 0 0 20 0 19 0 105909042 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140201976428728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1844] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1844/stat : 1844 (java) S 1824 1827 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105909042 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140201975376376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1827/tid=1845] ppid=1824 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/1827/task/1845/stat : 1845 (java) S 1824 1827 31144 0 -1 4202560 103 0 0 0 28 28 0 0 20 0 19 0 105909042 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140201974324040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1827/tid=1846] ppid=1824 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1827/task/1846/stat : 1846 (java) S 1824 1827 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105909066 9856040960 182010 33554432000 1073741824 1073778376 140733675358096 140201973269800 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 1827 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 1827 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=189393
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=762580
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1779.64
CPU time (s): 1800
CPU user time (s): 1797.67
CPU system time (s): 2.33
CPU usage (%): 101.144
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.19
system time used= 2.76258
maximum resident set size= 888432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27207
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= 47906
involuntary context switches= 51337

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2624 second user time and 13.373 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-06 21:02:26
IDJOB=4084483
IDBENCH=2580
IDSOLVER=2546
FILE ID=node112/4084483-1465239746
RUNJOBID= node112-1465218300-31160
PBS_JOBID= 19843211
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-85-80.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084483-1465239746/watcher-4084483-1465239746 -o /tmp/evaluation-result-4084483-1465239746/solver-4084483-1465239746 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31160 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084483-1465239746.opb

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

MD5SUM BENCH= a4a494535709e59392e65403b829113d
RANDOM SEED=636532651

node112.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.783
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.56
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.783
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.783
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		: 2666.783
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.56
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.783
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.54
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.783
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.72
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.783
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		: 2666.783
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:        29724548 kB
Buffers:           27420 kB
Cached:           131980 kB
SwapCached:         1624 kB
Active:          1638696 kB
Inactive:          68664 kB
Active(anon):    1548248 kB
Inactive(anon):     2492 kB
Active(file):      90448 kB
Inactive(file):    66172 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098568 kB
Dirty:               444 kB
Writeback:             0 kB
AnonPages:       2345412 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             567440 kB
SReclaimable:      10984 kB
SUnreclaim:       556456 kB
KernelStack:        1768 kB
PageTables:         8880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3639596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2308096 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= 71748 MiB
End job on node112 at 2016-06-06 21:32:05