Trace number 4097839

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.04 1788.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_20.opb
MD5SUM24327f960e0621fad359171eb566677f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7140
Total number of constraints34949
Number of constraints which are clauses34944
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint84
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 104
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4097839-1466118658.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
1.47/1.01	c ... done. Wall clock time 0.894s.
1.47/1.01	c declared #vars     7140
1.47/1.01	c #constraints  34953
1.47/1.01	c constraints type 
1.47/1.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20916
1.47/1.01	c org.sat4j.specs.Constr$1 => 4
1.47/1.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1.47/1.01	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
1.47/1.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14027
1.47/1.01	c 34953 constraints processed.
4.08/3.31	c cleaning 2500 clauses out of 5000 with flag 44719/5000
7.03/6.19	c cleaning 4250 clauses out of 8500 with flag 98347/11000
10.34/9.45	c cleaning 5618 clauses out of 11252 with flag 154407/18002
13.84/12.96	c cleaning 6815 clauses out of 13633 with flag 222966/26001
17.56/16.66	c cleaning 7892 clauses out of 15817 with flag 289567/35000
21.36/20.43	c cleaning 8959 clauses out of 17927 with flag 345916/45002
25.66/24.72	c cleaning 9975 clauses out of 19972 with flag 433446/56006
30.46/29.52	c cleaning 10987 clauses out of 21993 with flag 536542/68002
36.26/35.35	c cleaning 12003 clauses out of 24007 with flag 639995/81003
42.55/41.67	c cleaning 12993 clauses out of 26001 with flag 760587/95000
49.35/48.44	c cleaning 14004 clauses out of 28008 with flag 879653/110000
56.71/55.71	c cleaning 14995 clauses out of 30005 with flag 995532/126001
64.41/63.40	c cleaning 16005 clauses out of 32009 with flag 1113184/143000
71.41/70.48	c cleaning 16999 clauses out of 34004 with flag 1243882/161000
78.81/77.85	c cleaning 17997 clauses out of 36007 with flag 1370106/180002
87.72/86.71	c cleaning 19002 clauses out of 38008 with flag 1516574/200000
95.22/94.20	c cleaning 20002 clauses out of 40006 with flag 1656123/221000
104.82/103.84	c cleaning 20997 clauses out of 42004 with flag 1815108/243000
114.81/113.82	c cleaning 21999 clauses out of 44007 with flag 1979958/266000
123.71/122.72	c cleaning 22992 clauses out of 46010 with flag 2142979/290002
134.77/133.70	c cleaning 23999 clauses out of 48017 with flag 2312843/315001
146.96/145.93	c cleaning 25001 clauses out of 50017 with flag 2497971/341000
157.86/156.82	c cleaning 25993 clauses out of 52016 with flag 2687533/368000
169.47/168.47	c cleaning 27000 clauses out of 54024 with flag 2904191/396001
182.77/181.71	c cleaning 27997 clauses out of 56023 with flag 3121885/425000
196.06/195.05	c cleaning 29011 clauses out of 58026 with flag 3351358/455000
208.69/207.69	c cleaning 30003 clauses out of 60016 with flag 3573130/486001
221.39/220.35	c cleaning 31001 clauses out of 62013 with flag 3779725/518001
234.58/233.50	c cleaning 31992 clauses out of 64011 with flag 4015291/551000
247.59/246.55	c cleaning 33003 clauses out of 66019 with flag 4235200/585000
260.70/259.53	c cleaning 33997 clauses out of 68018 with flag 4460892/620002
274.60/273.42	c cleaning 35007 clauses out of 70021 with flag 4697455/656002
288.80/287.62	c cleaning 35989 clauses out of 72012 with flag 4940405/693000
303.29/302.04	c cleaning 37003 clauses out of 74024 with flag 5185922/731001
318.68/317.43	c cleaning 38002 clauses out of 76020 with flag 5453857/770000
332.77/331.39	c cleaning 39004 clauses out of 78019 with flag 5687226/810001
347.48/346.08	c cleaning 39999 clauses out of 80016 with flag 5943931/851002
362.55/361.02	c cleaning 40995 clauses out of 82015 with flag 6197180/893000
382.87/381.23	c cleaning 41999 clauses out of 84020 with flag 6489221/936000
405.81/404.06	c cleaning 42998 clauses out of 86021 with flag 6786287/980000
431.43/429.50	c cleaning 44010 clauses out of 88023 with flag 7101783/1025000
456.85/454.81	c cleaning 44974 clauses out of 90013 with flag 7410281/1071000
482.74/480.77	c cleaning 46010 clauses out of 92043 with flag 7721964/1118004
510.74/508.53	c cleaning 47006 clauses out of 94029 with flag 8048200/1166000
540.83/538.49	c cleaning 47986 clauses out of 96023 with flag 8393482/1215000
570.09/567.57	c cleaning 49013 clauses out of 98039 with flag 8755577/1265002
601.79/599.00	c cleaning 50002 clauses out of 100026 with flag 9147654/1316002
634.18/631.28	c cleaning 51000 clauses out of 102022 with flag 9522028/1368000
665.44/662.36	c cleaning 51999 clauses out of 104022 with flag 9908281/1421000
698.59/695.27	c cleaning 53003 clauses out of 106024 with flag 10315480/1475001
730.33/726.77	c cleaning 54004 clauses out of 108021 with flag 10748553/1530001
763.04/759.33	c cleaning 54999 clauses out of 110020 with flag 11167447/1586004
793.39/789.56	c cleaning 55979 clauses out of 112017 with flag 11564417/1643000
827.97/823.90	c cleaning 56990 clauses out of 114048 with flag 11997544/1701010
861.07/856.90	c cleaning 58020 clauses out of 116052 with flag 12418852/1760004
892.27/888.09	c cleaning 58995 clauses out of 118028 with flag 12835811/1820000
929.98/925.50	c cleaning 59988 clauses out of 120033 with flag 13271968/1881000
963.32/958.76	c cleaning 60995 clauses out of 122046 with flag 13714718/1943001
1002.69/997.94	c cleaning 61943 clauses out of 124050 with flag 14241557/2006000
1040.94/1035.91	c cleaning 63034 clauses out of 126112 with flag 14691729/2070005
1080.29/1075.17	c cleaning 64017 clauses out of 128078 with flag 15145303/2135005
1117.01/1111.67	c cleaning 65028 clauses out of 130056 with flag 15627001/2201000
1156.00/1150.46	c cleaning 65997 clauses out of 132028 with flag 16148368/2268000
1189.73/1184.08	c cleaning 67014 clauses out of 134031 with flag 16657974/2336000
1229.61/1223.72	c cleaning 67999 clauses out of 136019 with flag 17183411/2405002
1272.11/1265.98	c cleaning 68945 clauses out of 138018 with flag 17724897/2475000
1309.17/1302.72	c cleaning 70023 clauses out of 140073 with flag 18233552/2546000
1352.65/1345.99	c cleaning 71015 clauses out of 142050 with flag 18785231/2618000
1397.12/1390.20	c cleaning 72000 clauses out of 144035 with flag 19362202/2691000
1439.28/1431.82	c cleaning 72989 clauses out of 146035 with flag 19944532/2765000
1481.29/1473.52	c cleaning 74021 clauses out of 148047 with flag 20495957/2840001
1525.09/1517.04	c cleaning 75007 clauses out of 150027 with flag 21076955/2916002
1566.27/1557.80	c cleaning 75999 clauses out of 152019 with flag 21631097/2993001
1608.80/1599.85	c cleaning 77003 clauses out of 154023 with flag 22209634/3071004
1653.26/1643.77	c cleaning 77999 clauses out of 156016 with flag 22793696/3150000
1693.37/1683.48	c cleaning 78987 clauses out of 158017 with flag 23345282/3230000
1730.67/1720.28	c cleaning 79998 clauses out of 160030 with flag 23844130/3311000
1779.56/1768.75	c cleaning 80922 clauses out of 162032 with flag 24453864/3393000
1800.04/1788.90	c starts		: 11621
1800.04/1788.90	c conflicts		: 3438656
1800.04/1788.90	c decisions		: 45183100
1800.04/1788.90	c propagations		: 2263068746
1800.04/1788.90	c inspects		: 20396722962
1800.04/1788.90	c shortcuts		: 0
1800.04/1788.90	c learnt literals	: 0
1800.04/1788.90	c learnt binary clauses	: 0
1800.04/1788.90	c learnt ternary clauses	: 193
1800.04/1788.90	c learnt constraints	: 3438656
1800.04/1788.90	c ignored constraints	: 0
1800.04/1788.90	c root simplifications	: 0
1800.04/1788.90	c removed literals (reason simplification)	: 0
1800.04/1788.90	c reason swapping (by a shorter reason)	: 0
1800.04/1788.90	c Calls to reduceDB	: 78
1800.04/1788.90	c Number of update (reduction) of LBD	: 1727737
1800.04/1788.90	c Imported unit clauses	: 0
1800.04/1788.90	c number of reductions to clauses (during analyze)	: 0
1800.04/1788.90	c number of learned constraints concerned by reduction	: 0
1800.04/1788.90	c number of learning phase by resolution	: 0
1800.04/1788.90	c number of learning phase by cutting planes	: 0
1800.04/1788.90	c speed (assignments/second)	: 1265778.399865316
1800.04/1788.90	c non guided choices	5167
1800.04/1788.90	c timeout
1800.04/1788.93	c learnt constraints type 
1800.04/1788.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126766
1800.04/1788.93	s UNKNOWN
1800.04/1788.93	c Total wall clock time (in seconds): 1788.815

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-4097839-1466118658/watcher-4097839-1466118658 -o /tmp/evaluation-result-4097839-1466118658/solver-4097839-1466118658 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466116261-22554 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097839-1466118658.opb 

pid=23651
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.09 3/197 23654
/proc/meminfo: memFree=31638008/32872528 swapFree=7268/7268
[pid=23654] ppid=23651 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23654/stat : 23654 (java) R 23651 23654 18087 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 13911761 9515008 184 33554432000 1073741824 1073778376 140734865867024 140734865858056 206408677591 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23654/statm: 2323 185 142 9 0 71 0

[startup+0.100158 s]
/proc/loadavg: 2.00 2.00 2.09 3/197 23654
/proc/meminfo: memFree=31638008/32872528 swapFree=7268/7268
[pid=23654] ppid=23651 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23654/stat : 23654 (java) S 23651 23654 18087 0 -1 4202496 4452 0 1 0 8 1 0 0 20 0 18 0 13911761 9787879424 5572 33554432000 1073741824 1073778376 140736251113984 140736251105120 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23654/statm: 2389619 5572 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200335 s]
/proc/loadavg: 2.00 2.00 2.09 3/197 23654
/proc/meminfo: memFree=31638008/32872528 swapFree=7268/7268
[pid=23654] ppid=23651 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/23654/stat : 23654 (java) S 23651 23654 18087 0 -1 4202496 5043 0 1 0 27 1 0 0 20 0 18 0 13911761 9787879424 6402 33554432000 1073741824 1073778376 140736251113984 140736251105120 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23654/statm: 2389619 6402 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300356 s]
/proc/loadavg: 2.00 2.00 2.09 3/197 23654
/proc/meminfo: memFree=31638008/32872528 swapFree=7268/7268
[pid=23654] ppid=23651 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/23654/stat : 23654 (java) S 23651 23654 18087 0 -1 4202496 7107 0 1 0 54 1 0 0 20 0 18 0 13911761 9787879424 10336 33554432000 1073741824 1073778376 140736251113984 140736251105120 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23654/statm: 2389619 10336 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700305 s]
/proc/loadavg: 2.00 2.00 2.09 3/197 23654
/proc/meminfo: memFree=31638008/32872528 swapFree=7268/7268
[pid=23654] ppid=23651 vsize=9558476 CPUtime=0.99 cores=1,3,5,7
/proc/23654/stat : 23654 (java) S 23651 23654 18087 0 -1 4202496 7209 0 1 0 95 4 0 0 20 0 18 0 13911761 9787879424 39563 33554432000 1073741824 1073778376 140736251113984 140736251105120 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23654/statm: 2389619 39563 2256 9 0 2380296 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 2.08 2.02 2.09 5/216 23673
/proc/meminfo: memFree=31478988/32872528 swapFree=7268/7268
[pid=23654] ppid=23651 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/23654/stat : 23654 (java) S 23651 23654 18087 0 -1 4202496 8213 0 1 0 212 5 0 0 20 0 19 0 13911761 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140736251105120 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23654/statm: 2406260 42088 2277 9 0 2396937 0
[pid=23654/tid=23656] ppid=23651 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/23654/task/23656/stat : 23656 (java) R 23651 23654 18087 0 -1 4202560 2526 0 1 0 142 3 0 0 20 0 19 0 13911762 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448925823176 140448798142644 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23657] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23657/stat : 23657 (java) S 23651 23654 18087 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448769800488 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23658] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23658/stat : 23658 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448768747688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23659] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23659/stat : 23659 (java) S 23651 23654 18087 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448767695400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23660] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23660/stat : 23660 (java) S 23651 23654 18087 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448766642600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23661] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23661/stat : 23661 (java) S 23651 23654 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448765590312 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23654/tid=23662] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23662/stat : 23662 (java) S 23651 23654 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448764537512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23663] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23663/stat : 23663 (java) S 23651 23654 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448763485224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23664] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23664/stat : 23664 (java) S 23651 23654 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448762432424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23665] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23665/stat : 23665 (java) S 23651 23654 18087 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 13911764 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448750020840 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23654/tid=23666] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23666/stat : 23666 (java) S 23651 23654 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13911765 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448748966904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23667] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23667/stat : 23667 (java) S 23651 23654 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13911765 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448747914504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23668] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23668/stat : 23668 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911767 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448746862992 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23669] ppid=23651 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/23654/task/23669/stat : 23669 (java) S 23651 23654 18087 0 -1 4202560 1805 0 0 0 30 0 0 0 20 0 19 0 13911767 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448745810616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23670] ppid=23651 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/23654/task/23670/stat : 23670 (java) S 23651 23654 18087 0 -1 4202560 2517 0 0 0 34 0 0 0 20 0 19 0 13911767 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448744757816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23671] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23671/stat : 23671 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911767 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448743705720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23672] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23672/stat : 23672 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911767 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448742653128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23673] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23673/stat : 23673 (java) S 23651 23654 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13911863 9856040960 42088 33554432000 1073741824 1073778376 140736251113984 140448741598120 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.08 2.02 2.09 3/215 23673
/proc/meminfo: memFree=31478128/32872528 swapFree=7268/7268
[pid=23654] ppid=23651 vsize=9625040 CPUtime=3.86 cores=1,3,5,7
/proc/23654/stat : 23654 (java) S 23651 23654 18087 0 -1 4202496 8834 0 1 0 381 5 0 0 20 0 19 0 13911761 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140736251105120 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23654/statm: 2406260 42107 2281 9 0 2396937 0
[pid=23654/tid=23656] ppid=23651 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/23654/task/23656/stat : 23656 (java) R 23651 23654 18087 0 -1 4202560 2528 0 1 0 302 3 0 0 20 0 19 0 13911762 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448925823424 140448797961904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23657] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23657/stat : 23657 (java) S 23651 23654 18087 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448769800488 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23658] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23658/stat : 23658 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448768747688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23659] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23659/stat : 23659 (java) S 23651 23654 18087 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448767695400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23660] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23660/stat : 23660 (java) S 23651 23654 18087 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448766642600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23661] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23661/stat : 23661 (java) S 23651 23654 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448765590312 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23654/tid=23662] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23662/stat : 23662 (java) S 23651 23654 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448764537512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23663] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23663/stat : 23663 (java) S 23651 23654 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448763485224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23664] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23664/stat : 23664 (java) S 23651 23654 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448762432424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23665] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23665/stat : 23665 (java) S 23651 23654 18087 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 13911764 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448750020840 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23666] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23666/stat : 23666 (java) S 23651 23654 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13911765 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448748966904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23667] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23667/stat : 23667 (java) S 23651 23654 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13911765 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448747914504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23668] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23668/stat : 23668 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911767 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448746862992 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23669] ppid=23651 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/23654/task/23669/stat : 23669 (java) S 23651 23654 18087 0 -1 4202560 1806 0 0 0 31 0 0 0 20 0 19 0 13911767 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448745810616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23670] ppid=23651 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23654/task/23670/stat : 23670 (java) S 23651 23654 18087 0 -1 4202560 3134 0 0 0 42 0 0 0 20 0 19 0 13911767 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448744757816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23671] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23671/stat : 23671 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911767 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448743705720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23672] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23672/stat : 23672 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911767 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448742653128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23673] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23673/stat : 23673 (java) S 23651 23654 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13911863 9856040960 42107 33554432000 1073741824 1073778376 140736251113984 140448741598120 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.07 2.02 2.09 3/215 23673
/proc/meminfo: memFree=31477616/32872528 swapFree=7268/7268
[pid=23654] ppid=23651 vsize=9625040 CPUtime=7.23 cores=1,3,5,7
/proc/23654/stat : 23654 (java) S 23651 23654 18087 0 -1 4202496 12724 0 1 0 717 6 0 0 20 0 19 0 13911761 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140736251105120 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23654/statm: 2406260 42098 2285 9 0 2396937 0
[pid=23654/tid=23656] ppid=23651 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/23654/task/23656/stat : 23656 (java) R 23651 23654 18087 0 -1 4202560 2532 0 1 0 622 3 0 0 20 0 19 0 13911762 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448925821376 140448798050795 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23657] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23657/stat : 23657 (java) S 23651 23654 18087 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448769800488 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23658] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23658/stat : 23658 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448768747688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23659] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23659/stat : 23659 (java) S 23651 23654 18087 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448767695400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23660] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23660/stat : 23660 (java) S 23651 23654 18087 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448766642600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23661] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23661/stat : 23661 (java) S 23651 23654 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448765590312 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23654/tid=23662] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23662/stat : 23662 (java) S 23651 23654 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448764537512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23663] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23663/stat : 23663 (java) S 23651 23654 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448763485224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23664] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23664/stat : 23664 (java) S 23651 23654 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13911763 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448762432424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23665] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23665/stat : 23665 (java) S 23651 23654 18087 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 13911764 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448750020840 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23666] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23666/stat : 23666 (java) S 23651 23654 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13911765 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448748966904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23667] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23667/stat : 23667 (java) S 23651 23654 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13911765 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448747914504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23668] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23668/stat : 23668 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911767 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448746862992 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23669] ppid=23651 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/23654/task/23669/stat : 23669 (java) S 23651 23654 18087 0 -1 4202560 1808 0 0 0 33 0 0 0 20 0 19 0 13911767 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448745810616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23670] ppid=23651 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/23654/task/23670/stat : 23670 (java) S 23651 23654 18087 0 -1 4202560 7018 0 0 0 54 2 0 0 20 0 19 0 13911767 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448744757816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23671] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23671/stat : 23671 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911767 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448743705720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23672] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23672/stat : 23672 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911767 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448742653128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23673] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23673/stat : 23673 (java) S 23651 23654 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13911863 9856040960 42098 33554432000 1073741824 1073778376 140736251113984 140448741598120 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 9625040


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

[pid=23654/tid=23673] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23673/stat : 23673 (java) S 23651 23654 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13911863 9856040960 78113 33554432000 1073741824 1073778376 140736251113984 140448741598120 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1672.11
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 23778
/proc/meminfo: memFree=31297692/32872528 swapFree=7268/7268
[pid=23654] ppid=23651 vsize=9625040 CPUtime=1732.77 cores=1,3,5,7
/proc/23654/stat : 23654 (java) S 23651 23654 18087 0 -1 4202496 21801 0 1 0 173136 141 0 0 20 0 19 0 13911761 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140736251105120 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23654/statm: 2406260 61650 2294 9 0 2396937 0
[pid=23654/tid=23656] ppid=23651 vsize=9625040 CPUtime=1711.33 cores=1,3,5,7
/proc/23654/task/23656/stat : 23656 (java) R 23651 23654 18087 0 -1 4202560 2741 0 1 0 171102 31 0 0 20 0 19 0 13911762 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448925814480 140448798149567 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23657] ppid=23651 vsize=9625040 CPUtime=1.68 cores=1,3,5,7
/proc/23654/task/23657/stat : 23657 (java) S 23651 23654 18087 0 -1 4202560 1268 0 0 0 155 13 0 0 20 0 19 0 13911763 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448769800488 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23658] ppid=23651 vsize=9625040 CPUtime=1.64 cores=1,3,5,7
/proc/23654/task/23658/stat : 23658 (java) S 23651 23654 18087 0 -1 4202560 1284 0 0 0 147 17 0 0 20 0 19 0 13911763 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448768747688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23659] ppid=23651 vsize=9625040 CPUtime=1.68 cores=1,3,5,7
/proc/23654/task/23659/stat : 23659 (java) S 23651 23654 18087 0 -1 4202560 888 0 0 0 154 14 0 0 20 0 19 0 13911763 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448767695400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23660] ppid=23651 vsize=9625040 CPUtime=1.77 cores=1,3,5,7
/proc/23654/task/23660/stat : 23660 (java) S 23651 23654 18087 0 -1 4202560 717 0 0 0 162 15 0 0 20 0 19 0 13911763 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448766642600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23661] ppid=23651 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/23654/task/23661/stat : 23661 (java) S 23651 23654 18087 0 -1 4202560 772 0 0 0 136 13 0 0 20 0 19 0 13911763 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448765590312 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23662] ppid=23651 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/23654/task/23662/stat : 23662 (java) S 23651 23654 18087 0 -1 4202560 833 0 0 0 148 13 0 0 20 0 19 0 13911763 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448764537512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23663] ppid=23651 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/23654/task/23663/stat : 23663 (java) S 23651 23654 18087 0 -1 4202560 1384 0 0 0 149 14 0 0 20 0 19 0 13911763 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448763485224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23654/tid=23664] ppid=23651 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/23654/task/23664/stat : 23664 (java) S 23651 23654 18087 0 -1 4202560 466 0 0 0 154 12 0 0 20 0 19 0 13911763 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448762432424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23665] ppid=23651 vsize=9625040 CPUtime=2.57 cores=1,3,5,7
/proc/23654/task/23665/stat : 23665 (java) S 23651 23654 18087 0 -1 4202560 1153 0 0 0 252 5 0 0 20 0 19 0 13911764 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448750020840 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23666] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23666/stat : 23666 (java) S 23651 23654 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13911765 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448748966904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23667] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23667/stat : 23667 (java) S 23651 23654 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13911765 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448747914504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23668] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23668/stat : 23668 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911767 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448746862992 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23669] ppid=23651 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/23654/task/23669/stat : 23669 (java) S 23651 23654 18087 0 -1 4202560 1808 0 0 0 35 0 0 0 20 0 19 0 13911767 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448745810616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23670] ppid=23651 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/23654/task/23670/stat : 23670 (java) S 23651 23654 18087 0 -1 4202560 7130 0 0 0 58 2 0 0 20 0 19 0 13911767 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448744757816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23654/tid=23671] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23671/stat : 23671 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911767 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448743705720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23672] ppid=23651 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/23654/task/23672/stat : 23672 (java) S 23651 23654 18087 0 -1 4202560 99 0 0 0 29 29 0 0 20 0 19 0 13911767 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448742653128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23673] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23673/stat : 23673 (java) S 23651 23654 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13911863 9856040960 61650 33554432000 1073741824 1073778376 140736251113984 140448741598120 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1732.77
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 23782
/proc/meminfo: memFree=31338464/32872528 swapFree=7268/7268
[pid=23654] ppid=23651 vsize=9625040 CPUtime=1793.38 cores=1,3,5,7
/proc/23654/stat : 23654 (java) S 23651 23654 18087 0 -1 4202496 23555 0 1 0 179188 150 0 0 20 0 19 0 13911761 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140736251105120 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23654/statm: 2406260 53935 2294 9 0 2396937 0
[pid=23654/tid=23656] ppid=23651 vsize=9625040 CPUtime=1770.63 cores=1,3,5,7
/proc/23654/task/23656/stat : 23656 (java) R 23651 23654 18087 0 -1 4202560 2761 0 1 0 177032 31 0 0 20 0 19 0 13911762 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448925822176 140448798097927 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23657] ppid=23651 vsize=9625040 CPUtime=1.8 cores=1,3,5,7
/proc/23654/task/23657/stat : 23657 (java) S 23651 23654 18087 0 -1 4202560 1381 0 0 0 166 14 0 0 20 0 19 0 13911763 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448769800488 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23658] ppid=23651 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/23654/task/23658/stat : 23658 (java) S 23651 23654 18087 0 -1 4202560 1353 0 0 0 158 17 0 0 20 0 19 0 13911763 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448768747688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23659] ppid=23651 vsize=9625040 CPUtime=1.8 cores=1,3,5,7
/proc/23654/task/23659/stat : 23659 (java) S 23651 23654 18087 0 -1 4202560 979 0 0 0 165 15 0 0 20 0 19 0 13911763 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448767695400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23660] ppid=23651 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/23654/task/23660/stat : 23660 (java) S 23651 23654 18087 0 -1 4202560 942 0 0 0 172 16 0 0 20 0 19 0 13911763 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448766642600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23654/tid=23661] ppid=23651 vsize=9625040 CPUtime=1.6 cores=1,3,5,7
/proc/23654/task/23661/stat : 23661 (java) S 23651 23654 18087 0 -1 4202560 1411 0 0 0 146 14 0 0 20 0 19 0 13911763 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448765590312 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23654/tid=23662] ppid=23651 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/23654/task/23662/stat : 23662 (java) S 23651 23654 18087 0 -1 4202560 936 0 0 0 156 14 0 0 20 0 19 0 13911763 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448764537512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23663] ppid=23651 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/23654/task/23663/stat : 23663 (java) S 23651 23654 18087 0 -1 4202560 1567 0 0 0 160 15 0 0 20 0 19 0 13911763 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448763485224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23664] ppid=23651 vsize=9625040 CPUtime=1.79 cores=1,3,5,7
/proc/23654/task/23664/stat : 23664 (java) S 23651 23654 18087 0 -1 4202560 702 0 0 0 167 12 0 0 20 0 19 0 13911763 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448762432424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23665] ppid=23651 vsize=9625040 CPUtime=2.83 cores=1,3,5,7
/proc/23654/task/23665/stat : 23665 (java) S 23651 23654 18087 0 -1 4202560 1224 0 0 0 278 5 0 0 20 0 19 0 13911764 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448750020840 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23666] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23666/stat : 23666 (java) S 23651 23654 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13911765 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448748966904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23667] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23667/stat : 23667 (java) S 23651 23654 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13911765 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448747914504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23668] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23668/stat : 23668 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911767 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448746862992 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23669] ppid=23651 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/23654/task/23669/stat : 23669 (java) S 23651 23654 18087 0 -1 4202560 1808 0 0 0 35 0 0 0 20 0 19 0 13911767 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448745810616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23670] ppid=23651 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/23654/task/23670/stat : 23670 (java) S 23651 23654 18087 0 -1 4202560 7130 0 0 0 58 2 0 0 20 0 19 0 13911767 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448744757816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23654/tid=23671] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23671/stat : 23671 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911767 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448743705720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23672] ppid=23651 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/23654/task/23672/stat : 23672 (java) S 23651 23654 18087 0 -1 4202560 103 0 0 0 30 31 0 0 20 0 19 0 13911767 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448742653128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23673] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23673/stat : 23673 (java) S 23651 23654 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13911863 9856040960 53935 33554432000 1073741824 1073778376 140736251113984 140448741598120 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1793.38
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 23782
/proc/meminfo: memFree=31341692/32872528 swapFree=7268/7268
[pid=23654] ppid=23651 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/23654/stat : 23654 (java) S 23651 23654 18087 0 -1 4202496 23559 0 1 0 179854 150 0 0 20 0 19 0 13911761 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140736251105120 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23654/statm: 2406260 53936 2294 9 0 2396937 0
[pid=23654/tid=23656] ppid=23651 vsize=9625040 CPUtime=1777.17 cores=1,3,5,7
/proc/23654/task/23656/stat : 23656 (java) R 23651 23654 18087 0 -1 4202560 2764 0 1 0 177685 32 0 0 20 0 19 0 13911762 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448925822176 140448798050795 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23657] ppid=23651 vsize=9625040 CPUtime=1.8 cores=1,3,5,7
/proc/23654/task/23657/stat : 23657 (java) S 23651 23654 18087 0 -1 4202560 1381 0 0 0 166 14 0 0 20 0 19 0 13911763 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448769800488 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23658] ppid=23651 vsize=9625040 CPUtime=1.76 cores=1,3,5,7
/proc/23654/task/23658/stat : 23658 (java) S 23651 23654 18087 0 -1 4202560 1353 0 0 0 159 17 0 0 20 0 19 0 13911763 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448768747688 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23654/tid=23659] ppid=23651 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/23654/task/23659/stat : 23659 (java) S 23651 23654 18087 0 -1 4202560 979 0 0 0 166 15 0 0 20 0 19 0 13911763 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448767695400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23660] ppid=23651 vsize=9625040 CPUtime=1.9 cores=1,3,5,7
/proc/23654/task/23660/stat : 23660 (java) S 23651 23654 18087 0 -1 4202560 942 0 0 0 174 16 0 0 20 0 19 0 13911763 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448766642600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23661] ppid=23651 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/23654/task/23661/stat : 23661 (java) S 23651 23654 18087 0 -1 4202560 1411 0 0 0 147 14 0 0 20 0 19 0 13911763 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448765590312 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23662] ppid=23651 vsize=9625040 CPUtime=1.71 cores=1,3,5,7
/proc/23654/task/23662/stat : 23662 (java) S 23651 23654 18087 0 -1 4202560 936 0 0 0 157 14 0 0 20 0 19 0 13911763 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448764537512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23663] ppid=23651 vsize=9625040 CPUtime=1.77 cores=1,3,5,7
/proc/23654/task/23663/stat : 23663 (java) S 23651 23654 18087 0 -1 4202560 1567 0 0 0 162 15 0 0 20 0 19 0 13911763 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448763485224 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23654/tid=23664] ppid=23651 vsize=9625040 CPUtime=1.8 cores=1,3,5,7
/proc/23654/task/23664/stat : 23664 (java) S 23651 23654 18087 0 -1 4202560 702 0 0 0 168 12 0 0 20 0 19 0 13911763 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448762432424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23665] ppid=23651 vsize=9625040 CPUtime=2.83 cores=1,3,5,7
/proc/23654/task/23665/stat : 23665 (java) S 23651 23654 18087 0 -1 4202560 1225 0 0 0 278 5 0 0 20 0 19 0 13911764 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448750020840 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23654/tid=23666] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23666/stat : 23666 (java) S 23651 23654 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13911765 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448748966904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23667] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23667/stat : 23667 (java) S 23651 23654 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13911765 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448747914504 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23668] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23668/stat : 23668 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911767 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448746862992 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23669] ppid=23651 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/23654/task/23669/stat : 23669 (java) S 23651 23654 18087 0 -1 4202560 1808 0 0 0 35 0 0 0 20 0 19 0 13911767 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448745810616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23670] ppid=23651 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/23654/task/23670/stat : 23670 (java) S 23651 23654 18087 0 -1 4202560 7130 0 0 0 58 2 0 0 20 0 19 0 13911767 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448744757816 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23654/tid=23671] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23671/stat : 23671 (java) S 23651 23654 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13911767 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448743705720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23654/tid=23672] ppid=23651 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/23654/task/23672/stat : 23672 (java) S 23651 23654 18087 0 -1 4202560 103 0 0 0 30 31 0 0 20 0 19 0 13911767 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448742653128 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23654/tid=23673] ppid=23651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23654/task/23673/stat : 23673 (java) S 23651 23654 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13911863 9856040960 53936 33554432000 1073741824 1073778376 140736251113984 140448741598120 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 23654 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 23654 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=30265
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=11694
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1788.94
CPU time (s): 1800.04
CPU user time (s): 1798.54
CPU system time (s): 1.5
CPU usage (%): 100.621
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.03
system time used= 2.01169
maximum resident set size= 583176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23590
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44935
involuntary context switches= 33490

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0209 second user time and 10.0545 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-17 01:10:58
IDJOB=4097839
IDBENCH=107814
IDSOLVER=2546
FILE ID=node133/4097839-1466118658
RUNJOBID= node133-1466116261-22554
PBS_JOBID= 19904054
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_20.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097839-1466118658/watcher-4097839-1466118658 -o /tmp/evaluation-result-4097839-1466118658/solver-4097839-1466118658 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466116261-22554 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097839-1466118658.opb

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

MD5SUM BENCH= 24327f960e0621fad359171eb566677f
RANDOM SEED=1403028143

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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.256
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.256
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.55
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.256
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.256
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:        31638288 kB
Buffers:           72716 kB
Cached:           142336 kB
SwapCached:         1860 kB
Active:           410912 kB
Inactive:         112600 kB
Active(anon):     309968 kB
Inactive(anon):     1228 kB
Active(file):     100944 kB
Inactive(file):   111372 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098904 kB
Dirty:              5508 kB
Writeback:             0 kB
AnonPages:        298924 kB
Mapped:            15384 kB
Shmem:                 0 kB
Slab:             571248 kB
SReclaimable:      14640 kB
SUnreclaim:       556608 kB
KernelStack:        1784 kB
PageTables:         4896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     790892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    280576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node133 at 2016-06-17 01:40:47