Trace number 4108901

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.01 1798.27

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-154.opb
MD5SUMf522aac6d99c68f89e25c943b464d005
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 variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4108901-1466293187.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
8.12/6.64	c ... done. Wall clock time 6.537s.
8.12/6.64	c declared #vars     48411
8.12/6.64	c #constraints  1123290
8.12/6.64	c constraints type 
8.12/6.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
8.12/6.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
8.12/6.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
8.12/6.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
8.12/6.64	c 1123290 constraints processed.
14.21/12.26	c cleaning 2499 clauses out of 5000 with flag 70008/5000
21.27/19.25	c cleaning 4241 clauses out of 8501 with flag 441885/11000
27.57/25.51	c cleaning 5615 clauses out of 11260 with flag 668979/18000
31.97/29.93	c cleaning 6793 clauses out of 13645 with flag 994074/26000
39.81/37.74	c cleaning 7916 clauses out of 15852 with flag 1355433/35000
50.71/48.69	c cleaning 8955 clauses out of 17936 with flag 1603863/45000
55.91/53.84	c cleaning 9983 clauses out of 19983 with flag 1744510/56002
61.21/59.11	c cleaning 10992 clauses out of 21999 with flag 1904030/68001
68.92/66.84	c cleaning 11995 clauses out of 24006 with flag 2175904/81000
81.71/79.64	c cleaning 12973 clauses out of 26011 with flag 2694434/95000
94.33/92.23	c cleaning 14020 clauses out of 28040 with flag 3142172/110002
106.82/104.78	c cleaning 14994 clauses out of 30020 with flag 3433568/126002
120.02/117.99	c cleaning 15936 clauses out of 32026 with flag 3691642/143002
134.63/132.51	c cleaning 16961 clauses out of 34088 with flag 3902333/161000
153.13/151.08	c cleaning 18024 clauses out of 36127 with flag 4428944/180000
162.53/160.46	c cleaning 19041 clauses out of 38104 with flag 4746823/200001
171.93/169.88	c cleaning 20022 clauses out of 40062 with flag 5086520/221000
183.54/181.48	c cleaning 21004 clauses out of 42040 with flag 5467335/243000
197.64/195.59	c cleaning 22005 clauses out of 44036 with flag 5840585/266000
212.93/210.85	c cleaning 23000 clauses out of 46031 with flag 6279930/290000
227.83/225.72	c cleaning 24004 clauses out of 48031 with flag 6737291/315000
243.73/241.62	c cleaning 24998 clauses out of 50027 with flag 7175136/341000
259.53/257.45	c cleaning 26005 clauses out of 52030 with flag 7571024/368001
276.22/274.20	c cleaning 27000 clauses out of 54026 with flag 7943461/396002
294.83/292.74	c cleaning 28011 clauses out of 56025 with flag 8339169/425001
327.64/325.57	c cleaning 28980 clauses out of 58013 with flag 9369761/455000
341.65/339.57	c cleaning 30006 clauses out of 60033 with flag 9595052/486000
374.55/372.49	c cleaning 30892 clauses out of 62027 with flag 10454790/518000
406.86/404.76	c cleaning 31999 clauses out of 64135 with flag 11585582/551000
435.67/433.54	c cleaning 32979 clauses out of 66137 with flag 12349808/585001
464.07/461.91	c cleaning 33980 clauses out of 68157 with flag 12894866/620000
493.29/491.19	c cleaning 35073 clauses out of 70162 with flag 13425901/656000
524.87/522.71	c cleaning 35983 clauses out of 72089 with flag 13907170/693000
552.87/550.74	c cleaning 37051 clauses out of 74106 with flag 14226278/731000
586.15/584.03	c cleaning 37965 clauses out of 76058 with flag 15005391/770003
612.74/610.65	c cleaning 38999 clauses out of 78090 with flag 15304023/810000
653.03/650.98	c cleaning 40034 clauses out of 80094 with flag 15803768/851003
683.92/681.85	c cleaning 41019 clauses out of 82058 with flag 16081357/893001
712.70/710.69	c cleaning 42009 clauses out of 84038 with flag 16368178/936000
742.10/740.06	c cleaning 43009 clauses out of 86029 with flag 16697006/980000
770.38/768.37	c cleaning 43996 clauses out of 88020 with flag 17028807/1025000
801.67/799.68	c cleaning 45004 clauses out of 90024 with flag 17379227/1071000
832.66/830.69	c cleaning 45997 clauses out of 92020 with flag 17754313/1118000
864.54/862.56	c cleaning 47003 clauses out of 94023 with flag 18132648/1166000
901.84/899.82	c cleaning 47999 clauses out of 96021 with flag 18630099/1215001
951.52/949.54	c cleaning 49012 clauses out of 98023 with flag 19468682/1265002
986.00/984.09	c cleaning 49997 clauses out of 100013 with flag 20104113/1316004
1024.98/1023.00	c cleaning 50966 clauses out of 102013 with flag 20742740/1368001
1054.68/1052.70	c cleaning 52016 clauses out of 104047 with flag 21100841/1421001
1086.26/1084.37	c cleaning 53010 clauses out of 106031 with flag 21485809/1475001
1120.85/1118.91	c cleaning 54002 clauses out of 108020 with flag 21913025/1530000
1156.05/1154.11	c cleaning 54997 clauses out of 110019 with flag 22444239/1586001
1211.85/1209.91	c cleaning 55997 clauses out of 112022 with flag 22859071/1643001
1257.34/1255.45	c cleaning 56986 clauses out of 114024 with flag 23564396/1701000
1316.72/1314.81	c cleaning 57799 clauses out of 116038 with flag 24437117/1760000
1364.01/1362.19	c cleaning 59099 clauses out of 118239 with flag 25093457/1820000
1415.61/1413.77	c cleaning 59906 clauses out of 120140 with flag 26025368/1881000
1461.01/1459.18	c cleaning 61106 clauses out of 122235 with flag 26822480/1943001
1499.80/1497.92	c cleaning 61632 clauses out of 124130 with flag 27681185/2006002
1569.58/1567.75	c cleaning 62255 clauses out of 126496 with flag 29255071/2070000
1633.27/1631.47	c cleaning 61668 clauses out of 129241 with flag 30507144/2135000
1697.15/1695.39	c cleaning 64014 clauses out of 133575 with flag 31350711/2201002
1763.93/1762.17	c cleaning 62623 clauses out of 136560 with flag 32333200/2268001
1800.01/1798.21	c starts		: 7309
1800.01/1798.21	c conflicts		: 2304617
1800.01/1798.21	c decisions		: 51181587
1800.01/1798.21	c propagations		: 3187963213
1800.01/1798.21	c inspects		: 20980711369
1800.01/1798.21	c shortcuts		: 0
1800.01/1798.21	c learnt literals	: 15
1800.01/1798.21	c learnt binary clauses	: 1626
1800.01/1798.21	c learnt ternary clauses	: 3494
1800.01/1798.21	c learnt constraints	: 2304602
1800.01/1798.21	c ignored constraints	: 0
1800.01/1798.21	c root simplifications	: 0
1800.01/1798.21	c removed literals (reason simplification)	: 0
1800.01/1798.21	c reason swapping (by a shorter reason)	: 0
1800.01/1798.21	c Calls to reduceDB	: 63
1800.01/1798.21	c Number of update (reduction) of LBD	: 1295026
1800.01/1798.21	c Imported unit clauses	: 0
1800.01/1798.21	c number of reductions to clauses (during analyze)	: 0
1800.01/1798.21	c number of learned constraints concerned by reduction	: 0
1800.01/1798.21	c number of learning phase by resolution	: 0
1800.01/1798.21	c number of learning phase by cutting planes	: 0
1800.01/1798.21	c speed (assignments/second)	: 1779446.1622016267
1800.01/1798.21	c non guided choices	2675616
1800.01/1798.21	c timeout
1800.01/1798.25	c learnt constraints type 
1800.01/1798.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1626
1800.01/1798.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 108927
1800.01/1798.25	s UNKNOWN
1800.01/1798.25	c Total wall clock time (in seconds): 1798.149

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-4108901-1466293187/watcher-4108901-1466293187 -o /tmp/evaluation-result-4108901-1466293187/solver-4108901-1466293187 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466293187-16758 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4108901-1466293187.opb 

pid=16801
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: 1.38 1.20 1.27 5/193 16804
/proc/meminfo: memFree=31294652/32872528 swapFree=190484/190484
[pid=16804] ppid=16801 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/16804/stat : 16804 (java) S 16801 16804 12183 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 31369366 98570240 976 33554432000 1073741824 1073778376 140734160621952 140734160613088 249653395517 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16804/statm: 24065 977 744 9 0 16771 0
[pid=16804/tid=16805] ppid=16801 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (java) R 16801 16804 12183 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 31369367 98570240 977 33554432000 1073741824 1073778376 140734160621952 139688823660072 249650038144 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 1.38 1.20 1.27 5/193 16804
/proc/meminfo: memFree=31294652/32872528 swapFree=190484/190484
[pid=16804] ppid=16801 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/16804/stat : 16804 (java) S 16801 16804 12183 0 -1 4202496 4494 0 1 0 10 1 0 0 20 0 18 0 31369366 9787879424 6123 33554432000 1073741824 1073778376 140734160621952 140734160613088 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16804/statm: 2389619 6123 2157 9 0 2380296 0
[pid=16804/tid=16805] ppid=16801 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (java) R 16801 16804 12183 0 -1 4202560 2377 0 1 0 6 1 0 0 20 0 18 0 31369367 9787879424 6123 33554432000 1073741824 1073778376 140734160621952 139688823663520 249653421325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200377 s]
/proc/loadavg: 1.38 1.20 1.27 5/193 16804
/proc/meminfo: memFree=31294652/32872528 swapFree=190484/190484
[pid=16804] ppid=16801 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/16804/stat : 16804 (java) S 16801 16804 12183 0 -1 4202496 4976 0 1 0 26 2 0 0 20 0 18 0 31369366 9787879424 8002 33554432000 1073741824 1073778376 140734160621952 140734160613088 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16804/statm: 2389619 8002 2215 9 0 2380296 0
[pid=16804/tid=16805] ppid=16801 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (java) R 16801 16804 12183 0 -1 4202560 2397 0 1 0 16 1 0 0 20 0 18 0 31369367 9787879424 8002 33554432000 1073741824 1073778376 140734160621952 139688823663520 139688830816095 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300304 s]
/proc/loadavg: 1.38 1.20 1.27 5/193 16804
/proc/meminfo: memFree=31294652/32872528 swapFree=190484/190484
[pid=16804] ppid=16801 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/16804/stat : 16804 (java) S 16801 16804 12183 0 -1 4202496 6379 0 1 0 48 2 0 0 20 0 18 0 31369366 9787879424 10744 33554432000 1073741824 1073778376 140734160621952 140734160613088 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16804/statm: 2389619 10744 2232 9 0 2380296 0
[pid=16804/tid=16805] ppid=16801 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (java) R 16801 16804 12183 0 -1 4202560 2401 0 1 0 26 1 0 0 20 0 18 0 31369367 9787879424 10744 33554432000 1073741824 1073778376 140734160621952 139688823656304 139688661156163 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700304 s]
/proc/loadavg: 1.38 1.20 1.27 5/193 16804
/proc/meminfo: memFree=31294652/32872528 swapFree=190484/190484
[pid=16804] ppid=16801 vsize=9558476 CPUtime=1.13 cores=1,3,5,7
/proc/16804/stat : 16804 (java) S 16801 16804 12183 0 -1 4202496 7500 0 1 0 108 5 0 0 20 0 18 0 31369366 9787879424 40293 33554432000 1073741824 1073778376 140734160621952 140734160613088 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16804/statm: 2389619 40293 2263 9 0 2380296 0
[pid=16804/tid=16805] ppid=16801 vsize=9558476 CPUtime=0.66 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (java) R 16801 16804 12183 0 -1 4202560 2460 0 1 0 63 3 0 0 20 0 18 0 31369367 9787879424 40293 33554432000 1073741824 1073778376 140734160621952 139688823663696 139688661155953 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 1.38 1.20 1.27 3/212 16823
/proc/meminfo: memFree=30890032/32872528 swapFree=190484/190484
[pid=16804] ppid=16801 vsize=9558476 CPUtime=2.15 cores=1,3,5,7
/proc/16804/stat : 16804 (java) S 16801 16804 12183 0 -1 4202496 9203 0 1 0 205 10 0 0 20 0 18 0 31369366 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 140734160613088 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16804/statm: 2389619 77232 2263 9 0 2380296 0
[pid=16804/tid=16805] ppid=16801 vsize=9558476 CPUtime=1.42 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (java) R 16801 16804 12183 0 -1 4202560 2522 0 1 0 137 5 0 0 20 0 18 0 31369367 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 139688823656416 249653421325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16807] ppid=16801 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (java) S 16801 16804 12183 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 31369367 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 139688785156648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16808] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16808/stat : 16808 (java) S 16801 16804 12183 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 31369367 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 139688784103848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16809] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16809/stat : 16809 (java) S 16801 16804 12183 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 31369367 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 139688783051048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16810] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16810/stat : 16810 (java) S 16801 16804 12183 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 31369367 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 139688781998248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16811] ppid=16801 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/16804/task/16811/stat : 16811 (java) S 16801 16804 12183 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 31369367 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 139688780946472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16812] ppid=16801 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/16804/task/16812/stat : 16812 (java) S 16801 16804 12183 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 31369367 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 139688779893672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16804/tid=16813] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16813/stat : 16813 (java) S 16801 16804 12183 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 31369367 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 139688660691752 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16814] ppid=16801 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/16804/task/16814/stat : 16814 (java) S 16801 16804 12183 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 31369367 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 139688659638952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16815] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16815/stat : 16815 (java) S 16801 16804 12183 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 31369368 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 139688647440872 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16816] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16816/stat : 16816 (java) S 16801 16804 12183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31369369 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 139688646386936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16817] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16817/stat : 16817 (java) S 16801 16804 12183 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31369369 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 139688645334024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16818] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16818/stat : 16818 (java) S 16801 16804 12183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31369371 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 139687905716368 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16819] ppid=16801 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/16804/task/16819/stat : 16819 (java) S 16801 16804 12183 0 -1 4202560 2330 0 0 0 25 0 0 0 20 0 18 0 31369371 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 139687904664504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16820] ppid=16801 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/16804/task/16820/stat : 16820 (java) S 16801 16804 12183 0 -1 4202560 2831 0 0 0 29 0 0 0 20 0 18 0 31369371 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 139687903611704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16804/tid=16821] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16821/stat : 16821 (java) S 16801 16804 12183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31369371 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 139687902559096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16822] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16822/stat : 16822 (java) S 16801 16804 12183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31369371 9787879424 77232 33554432000 1073741824 1073778376 140734160621952 139687901506504 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9558476

[startup+3.10798 s]
/proc/loadavg: 1.38 1.20 1.27 3/212 16823
/proc/meminfo: memFree=30556952/32872528 swapFree=190484/190484
[pid=16804] ppid=16801 vsize=9558476 CPUtime=3.98 cores=1,3,5,7
/proc/16804/stat : 16804 (java) S 16801 16804 12183 0 -1 4202496 9689 0 1 0 378 20 0 0 20 0 18 0 31369366 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 140734160613088 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16804/statm: 2389619 149693 2263 9 0 2380296 0
[pid=16804/tid=16805] ppid=16801 vsize=9558476 CPUtime=2.95 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (java) R 16801 16804 12183 0 -1 4202560 2639 0 1 0 287 8 0 0 20 0 18 0 31369367 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 139688823656400 249653421325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16807] ppid=16801 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (java) S 16801 16804 12183 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 31369367 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 139688785156648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16808] ppid=16801 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/16804/task/16808/stat : 16808 (java) S 16801 16804 12183 0 -1 4202560 15 0 0 0 2 2 0 0 20 0 18 0 31369367 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 139688784103848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16809] ppid=16801 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/16804/task/16809/stat : 16809 (java) S 16801 16804 12183 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 31369367 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 139688783051048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16810] ppid=16801 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/16804/task/16810/stat : 16810 (java) S 16801 16804 12183 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 18 0 31369367 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 139688781998248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16811] ppid=16801 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/16804/task/16811/stat : 16811 (java) S 16801 16804 12183 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 18 0 31369367 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 139688780946472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16812] ppid=16801 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/16804/task/16812/stat : 16812 (java) S 16801 16804 12183 0 -1 4202560 40 0 0 0 5 3 0 0 20 0 18 0 31369367 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 139688779893672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16813] ppid=16801 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/16804/task/16813/stat : 16813 (java) S 16801 16804 12183 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 18 0 31369367 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 139688660691752 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16814] ppid=16801 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/16804/task/16814/stat : 16814 (java) S 16801 16804 12183 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 31369367 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 139688659638952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16815] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16815/stat : 16815 (java) S 16801 16804 12183 0 -1 4202560 460 0 0 0 0 0 0 0 20 0 18 0 31369368 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 139688647440872 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16816] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16816/stat : 16816 (java) S 16801 16804 12183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31369369 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 139688646386936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16817] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16817/stat : 16817 (java) S 16801 16804 12183 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31369369 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 139688645334024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16818] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16818/stat : 16818 (java) S 16801 16804 12183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31369371 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 139687905716368 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16819] ppid=16801 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/16804/task/16819/stat : 16819 (java) S 16801 16804 12183 0 -1 4202560 2330 0 0 0 25 0 0 0 20 0 18 0 31369371 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 139687904664504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16820] ppid=16801 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/16804/task/16820/stat : 16820 (java) S 16801 16804 12183 0 -1 4202560 2831 0 0 0 31 0 0 0 20 0 18 0 31369371 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 139687903611704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16804/tid=16821] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16821/stat : 16821 (java) S 16801 16804 12183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31369371 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 139687902559096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16822] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16822/stat : 16822 (java) S 16801 16804 12183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31369371 9787879424 149693 33554432000 1073741824 1073778376 140734160621952 139687901506504 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 9558476

[startup+6.30088 s]
/proc/loadavg: 1.43 1.21 1.28 3/212 16823
/proc/meminfo: memFree=29926736/32872528 swapFree=190484/190484
[pid=16804] ppid=16801 vsize=9558476 CPUtime=7.83 cores=1,3,5,7
/proc/16804/stat : 16804 (java) S 16801 16804 12183 0 -1 4202496 11283 0 1 0 734 49 0 0 20 0 18 0 31369366 9787879424 307016 33554432000 1073741824 1073778376 140734160621952 140734160613088 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16804/statm: 2389619 307016 2263 9 0 2380296 0
[pid=16804/tid=16805] ppid=16801 vsize=9558476 CPUtime=5.91 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (java) R 16801 16804 12183 0 -1 4202560 2871 0 1 0 574 17 0 0 20 0 18 0 31369367 9787879424 307016 33554432000 1073741824 1073778376 140734160621952 139688823656560 249653421325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16807] ppid=16801 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (java) S 16801 16804 12183 0 -1 4202560 101 0 0 0 11 4 0 0 20 0 18 0 31369367 9787879424 307016 33554432000 1073741824 1073778376 140734160621952 139688785156648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16808] ppid=16801 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/16804/task/16808/stat : 16808 (java) S 16801 16804 12183 0 -1 4202560 85 0 0 0 10 3 0 0 20 0 18 0 31369367 9787879424 307016 33554432000 1073741824 1073778376 140734160621952 139688784103848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16809] ppid=16801 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/16804/task/16809/stat : 16809 (java) S 16801 16804 12183 0 -1 4202560 38 0 0 0 7 1 0 0 20 0 18 0 31369367 9787879424 307016 33554432000 1073741824 1073778376 140734160621952 139688783051048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16810] ppid=16801 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/16804/task/16810/stat : 16810 (java) S 16801 16804 12183 0 -1 4202560 131 0 0 0 12 5 0 0 20 0 18 0 31369367 9787879424 307016 33554432000 1073741824 1073778376 140734160621952 139688781998248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16804/tid=16811] ppid=16801 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/16804/task/16811/stat : 16811 (java) S 16801 16804 12183 0 -1 4202560 146 0 0 0 11 3 0 0 20 0 18 0 31369367 9787879424 307016 33554432000 1073741824 1073778376 140734160621952 139688780946472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16812] ppid=16801 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/16804/task/16812/stat : 16812 (java) S 16801 16804 12183 0 -1 4202560 243 0 0 0 16 6 0 0 20 0 18 0 31369367 9787879424 307016 33554432000 1073741824 1073778376 140734160621952 139688779893672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16813] ppid=16801 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16804/task/16813/stat : 16813 (java) S 16801 16804 12183 0 -1 4202560 149 0 0 0 6 3 0 0 20 0 18 0 31369367 9787879424 307016 33554432000 1073741824 1073778376 140734160621952 139688660691752 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16814] ppid=16801 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/16804/task/16814/stat : 16814 (java) S 16801 16804 12183 0 -1 4202560 114 0 0 0 13 4 0 0 20 0 18 0 31369367 9787879424 307016 33554432000 1073741824 1073778376 140734160621952 139688659638952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16804/tid=16815] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16815/stat : 16815 (java) S 16801 16804 12183 0 -1 4202560 993 0 0 0 0 0 0 0 20 0 18 0 31369368 9787879424 307016 33554432000 1073741824 1073778376 140734160621952 139688647440872 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16816] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16816/stat : 16816 (java) S 16801 16804 12183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 31369369 9787879424 307016 33554432000 1073741824 1073778376 140734160621952 139688646386936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16817] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16817/stat : 16817 (java) S 16801 16804 12183 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 31369369 9787879424 307016 33554432000 1073741824 1073778376 140734160621952 139688645334024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16818] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16818/stat : 16818 (java) S 16801 16804 12183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31369371 9787879424 307016 33554432000 1073741824 1073778376 140734160621952 139687905716368 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16819] ppid=16801 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/16804/task/16819/stat : 16819 (java) S 16801 16804 12183 0 -1 4202560 2330 0 0 0 25 0 0 0 20 0 18 0 31369371 9787879424 307016 33554432000 1073741824 1073778376 140734160621952 139687904664504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16820] ppid=16801 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/16804/task/16820/stat : 16820 (java) S 16801 16804 12183 0 -1 4202560 2831 0 0 0 33 0 0 0 20 0 18 0 31369371 9787879424 307016 33554432000 1073741824 1073778376 140734160621952 139687903611704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16804/tid=16821] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16821/stat : 16821 (java) S 16801 16804 12183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 31369371 9787879424 307016 33554432000 1073741824 1073778376 140734160621952 139687902559096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16822] ppid=16801 vsize=9558476 CPUtime=0 cores=1,3,5,7

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

/proc/16804/task/16824/stat : 16824 (java) S 16801 16804 12183 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31370033 9856040960 458241 33554432000 1073741824 1073778376 140734160621952 139687900452008 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1664.17
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.11 2.03 1.89 3/213 16891
/proc/meminfo: memFree=28481508/32872528 swapFree=190484/190484
[pid=16804] ppid=16801 vsize=9625040 CPUtime=1724.15 cores=1,3,5,7
/proc/16804/stat : 16804 (java) S 16801 16804 12183 0 -1 4202496 14912 0 1 0 172315 100 0 0 20 0 19 0 31369366 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 140734160613088 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16804/statm: 2406260 463361 2286 9 0 2396937 0
[pid=16804/tid=16805] ppid=16801 vsize=9625040 CPUtime=1716.93 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (java) R 16801 16804 12183 0 -1 4202560 3560 0 1 0 171636 57 0 0 20 0 19 0 31369367 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139688823656128 139688661481254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16807] ppid=16801 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (java) S 16801 16804 12183 0 -1 4202560 101 0 0 0 11 4 0 0 20 0 19 0 31369367 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139688785156648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16808] ppid=16801 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/16804/task/16808/stat : 16808 (java) S 16801 16804 12183 0 -1 4202560 85 0 0 0 10 3 0 0 20 0 19 0 31369367 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139688784103848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16809] ppid=16801 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/16804/task/16809/stat : 16809 (java) S 16801 16804 12183 0 -1 4202560 38 0 0 0 7 1 0 0 20 0 19 0 31369367 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139688783051048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16810] ppid=16801 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/16804/task/16810/stat : 16810 (java) S 16801 16804 12183 0 -1 4202560 131 0 0 0 12 5 0 0 20 0 19 0 31369367 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139688781998248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16804/tid=16811] ppid=16801 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/16804/task/16811/stat : 16811 (java) S 16801 16804 12183 0 -1 4202560 146 0 0 0 11 3 0 0 20 0 19 0 31369367 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139688780946472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16812] ppid=16801 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16804/task/16812/stat : 16812 (java) S 16801 16804 12183 0 -1 4202560 243 0 0 0 16 6 0 0 20 0 19 0 31369367 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139688779893672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16813] ppid=16801 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/16804/task/16813/stat : 16813 (java) S 16801 16804 12183 0 -1 4202560 149 0 0 0 6 3 0 0 20 0 19 0 31369367 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139688660691752 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16814] ppid=16801 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/16804/task/16814/stat : 16814 (java) S 16801 16804 12183 0 -1 4202560 114 0 0 0 13 4 0 0 20 0 19 0 31369367 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139688659638952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16804/tid=16815] ppid=16801 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16804/task/16815/stat : 16815 (java) S 16801 16804 12183 0 -1 4202560 995 0 0 0 0 3 0 0 20 0 19 0 31369368 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139688647440872 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16816] ppid=16801 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16816/stat : 16816 (java) S 16801 16804 12183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31369369 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139688646386936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16817] ppid=16801 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16817/stat : 16817 (java) S 16801 16804 12183 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31369369 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139688645334024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16818] ppid=16801 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16818/stat : 16818 (java) S 16801 16804 12183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31369371 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139687905716368 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16819] ppid=16801 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/16804/task/16819/stat : 16819 (java) S 16801 16804 12183 0 -1 4202560 3753 0 0 0 69 0 0 0 20 0 19 0 31369371 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139687904664504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16820] ppid=16801 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/16804/task/16820/stat : 16820 (java) S 16801 16804 12183 0 -1 4202560 4241 0 0 0 56 0 0 0 20 0 19 0 31369371 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139687903611704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16804/tid=16821] ppid=16801 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16821/stat : 16821 (java) S 16801 16804 12183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31369371 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139687902559096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16822] ppid=16801 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/16804/task/16822/stat : 16822 (java) S 16801 16804 12183 0 -1 4202560 99 0 0 0 28 37 0 0 20 0 19 0 31369371 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139687901506504 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16824] ppid=16801 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16824/stat : 16824 (java) S 16801 16804 12183 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31370033 9856040960 463361 33554432000 1073741824 1073778376 140734160621952 139687900452008 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.15
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 1.90 3/213 16892
/proc/meminfo: memFree=28393328/32872528 swapFree=190484/190484
[pid=16804] ppid=16801 vsize=9625040 CPUtime=1784.12 cores=1,3,5,7
/proc/16804/stat : 16804 (java) S 16801 16804 12183 0 -1 4202496 14931 0 1 0 178309 103 0 0 20 0 19 0 31369366 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 140734160613088 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16804/statm: 2406260 470017 2286 9 0 2396937 0
[pid=16804/tid=16805] ppid=16801 vsize=9625040 CPUtime=1776.73 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (java) R 16801 16804 12183 0 -1 4202560 3573 0 1 0 177614 59 0 0 20 0 19 0 31369367 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139688823656128 139688661481240 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16807] ppid=16801 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (java) S 16801 16804 12183 0 -1 4202560 101 0 0 0 11 4 0 0 20 0 19 0 31369367 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139688785156648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16808] ppid=16801 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/16804/task/16808/stat : 16808 (java) S 16801 16804 12183 0 -1 4202560 85 0 0 0 10 3 0 0 20 0 19 0 31369367 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139688784103848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16809] ppid=16801 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/16804/task/16809/stat : 16809 (java) S 16801 16804 12183 0 -1 4202560 38 0 0 0 7 1 0 0 20 0 19 0 31369367 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139688783051048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16810] ppid=16801 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/16804/task/16810/stat : 16810 (java) S 16801 16804 12183 0 -1 4202560 131 0 0 0 12 5 0 0 20 0 19 0 31369367 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139688781998248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16804/tid=16811] ppid=16801 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/16804/task/16811/stat : 16811 (java) S 16801 16804 12183 0 -1 4202560 146 0 0 0 11 3 0 0 20 0 19 0 31369367 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139688780946472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16812] ppid=16801 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16804/task/16812/stat : 16812 (java) S 16801 16804 12183 0 -1 4202560 243 0 0 0 16 6 0 0 20 0 19 0 31369367 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139688779893672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16813] ppid=16801 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/16804/task/16813/stat : 16813 (java) S 16801 16804 12183 0 -1 4202560 149 0 0 0 6 3 0 0 20 0 19 0 31369367 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139688660691752 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16814] ppid=16801 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/16804/task/16814/stat : 16814 (java) S 16801 16804 12183 0 -1 4202560 114 0 0 0 13 4 0 0 20 0 19 0 31369367 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139688659638952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16804/tid=16815] ppid=16801 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16804/task/16815/stat : 16815 (java) S 16801 16804 12183 0 -1 4202560 995 0 0 0 0 3 0 0 20 0 19 0 31369368 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139688647440872 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16816] ppid=16801 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16816/stat : 16816 (java) S 16801 16804 12183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31369369 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139688646386936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16817] ppid=16801 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16817/stat : 16817 (java) S 16801 16804 12183 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31369369 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139688645334024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16818] ppid=16801 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16818/stat : 16818 (java) S 16801 16804 12183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31369371 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139687905716368 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16819] ppid=16801 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/16804/task/16819/stat : 16819 (java) S 16801 16804 12183 0 -1 4202560 3755 0 0 0 69 0 0 0 20 0 19 0 31369371 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139687904664504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16820] ppid=16801 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/16804/task/16820/stat : 16820 (java) S 16801 16804 12183 0 -1 4202560 4241 0 0 0 56 0 0 0 20 0 19 0 31369371 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139687903611704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16804/tid=16821] ppid=16801 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16821/stat : 16821 (java) S 16801 16804 12183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31369371 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139687902559096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16822] ppid=16801 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/16804/task/16822/stat : 16822 (java) S 16801 16804 12183 0 -1 4202560 103 0 0 0 28 38 0 0 20 0 19 0 31369371 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139687901506504 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16824] ppid=16801 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16824/stat : 16824 (java) S 16801 16804 12183 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31370033 9856040960 470017 33554432000 1073741824 1073778376 140734160621952 139687900452008 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.12
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 2.03 2.02 1.90 3/188 16925
/proc/meminfo: memFree=29583916/32872528 swapFree=190484/190484
[pid=16804] ppid=16801 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/16804/stat : 16804 (java) S 16801 16804 12183 0 -1 4202496 14934 0 1 0 179898 103 0 0 20 0 19 0 31369366 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 140734160613088 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16804/statm: 2406260 471553 2286 9 0 2396937 0
[pid=16804/tid=16805] ppid=16801 vsize=9625040 CPUtime=1792.59 cores=1,3,5,7
/proc/16804/task/16805/stat : 16805 (java) R 16801 16804 12183 0 -1 4202560 3576 0 1 0 179200 59 0 0 20 0 19 0 31369367 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139688823656128 139688661481254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16807] ppid=16801 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/16804/task/16807/stat : 16807 (java) S 16801 16804 12183 0 -1 4202560 101 0 0 0 11 4 0 0 20 0 19 0 31369367 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139688785156648 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16808] ppid=16801 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/16804/task/16808/stat : 16808 (java) S 16801 16804 12183 0 -1 4202560 85 0 0 0 10 3 0 0 20 0 19 0 31369367 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139688784103848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16809] ppid=16801 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/16804/task/16809/stat : 16809 (java) S 16801 16804 12183 0 -1 4202560 38 0 0 0 7 1 0 0 20 0 19 0 31369367 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139688783051048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16810] ppid=16801 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/16804/task/16810/stat : 16810 (java) S 16801 16804 12183 0 -1 4202560 131 0 0 0 12 5 0 0 20 0 19 0 31369367 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139688781998248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16804/tid=16811] ppid=16801 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/16804/task/16811/stat : 16811 (java) S 16801 16804 12183 0 -1 4202560 146 0 0 0 11 3 0 0 20 0 19 0 31369367 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139688780946472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16812] ppid=16801 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16804/task/16812/stat : 16812 (java) S 16801 16804 12183 0 -1 4202560 243 0 0 0 16 6 0 0 20 0 19 0 31369367 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139688779893672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16813] ppid=16801 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/16804/task/16813/stat : 16813 (java) S 16801 16804 12183 0 -1 4202560 149 0 0 0 6 3 0 0 20 0 19 0 31369367 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139688660691752 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16814] ppid=16801 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/16804/task/16814/stat : 16814 (java) S 16801 16804 12183 0 -1 4202560 114 0 0 0 13 4 0 0 20 0 19 0 31369367 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139688659638952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16804/tid=16815] ppid=16801 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16804/task/16815/stat : 16815 (java) S 16801 16804 12183 0 -1 4202560 995 0 0 0 0 3 0 0 20 0 19 0 31369368 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139688647440872 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16816] ppid=16801 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16816/stat : 16816 (java) S 16801 16804 12183 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31369369 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139688646386936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16817] ppid=16801 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16817/stat : 16817 (java) S 16801 16804 12183 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31369369 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139688645334024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16818] ppid=16801 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16818/stat : 16818 (java) S 16801 16804 12183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31369371 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139687905716368 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16819] ppid=16801 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/16804/task/16819/stat : 16819 (java) S 16801 16804 12183 0 -1 4202560 3755 0 0 0 69 0 0 0 20 0 19 0 31369371 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139687904664504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16804/tid=16820] ppid=16801 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/16804/task/16820/stat : 16820 (java) S 16801 16804 12183 0 -1 4202560 4241 0 0 0 56 0 0 0 20 0 19 0 31369371 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139687903611704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16804/tid=16821] ppid=16801 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16821/stat : 16821 (java) S 16801 16804 12183 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31369371 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139687902559096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16804/tid=16822] ppid=16801 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/16804/task/16822/stat : 16822 (java) S 16801 16804 12183 0 -1 4202560 103 0 0 0 28 39 0 0 20 0 19 0 31369371 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139687901506504 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16804/tid=16824] ppid=16801 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16804/task/16824/stat : 16824 (java) S 16801 16804 12183 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31370033 9856040960 471553 33554432000 1073741824 1073778376 140734160621952 139687900452008 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 16804 sig 9
??? kill -16804 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 16804 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=587181
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=443780
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.27
CPU time (s): 1800.01
CPU user time (s): 1798.98
CPU system time (s): 1.03
CPU usage (%): 100.097
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.59
system time used= 1.44378
maximum resident set size= 1892500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14980
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38363
involuntary context switches= 22895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6924 second user time and 14.0329 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-19 01:39:48
IDJOB=4108901
IDBENCH=89677
IDSOLVER=2546
FILE ID=node102/4108901-1466293187
RUNJOBID= node102-1466293187-16758
PBS_JOBID= 19918251
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-154.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108901-1466293187/watcher-4108901-1466293187 -o /tmp/evaluation-result-4108901-1466293187/solver-4108901-1466293187 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466293187-16758 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4108901-1466293187.opb

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

MD5SUM BENCH= f522aac6d99c68f89e25c943b464d005
RANDOM SEED=861965801

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31297428 kB
Buffers:          156964 kB
Cached:           321260 kB
SwapCached:         2124 kB
Active:           312592 kB
Inactive:         320720 kB
Active(anon):     154836 kB
Inactive(anon):     2976 kB
Active(file):     157756 kB
Inactive(file):   317744 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099164 kB
Dirty:             59492 kB
Writeback:            16 kB
AnonPages:        408900 kB
Mapped:            16144 kB
Shmem:                 0 kB
Slab:             611356 kB
SReclaimable:      55296 kB
SUnreclaim:       556060 kB
KernelStack:        1504 kB
PageTables:         4996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1006740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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= 71680 MiB
End job on node102 at 2016-06-19 02:09:47