Trace number 4116561

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.7 1797.33

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round23-4.opb
MD5SUM59f2e46de20f76e96a9c0ff4b18f60c6
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 variables4288
Total number of constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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-4116561-1466974392.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.70/0.42	c ... done. Wall clock time 0.309s.
0.70/0.42	c declared #vars     4288
0.70/0.42	c #constraints  10816
0.70/0.42	c constraints type 
0.70/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.70/0.42	c org.sat4j.specs.Constr$1 => 904
0.70/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.70/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.70/0.42	c 10816 constraints processed.
1.85/1.12	c cleaning 2497 clauses out of 4999 with flag 16127/5001
2.92/1.74	c cleaning 4224 clauses out of 8503 with flag 39134/11002
3.62/2.48	c cleaning 5611 clauses out of 11277 with flag 70016/18000
4.54/3.31	c cleaning 6810 clauses out of 13667 with flag 104549/26001
5.45/4.24	c cleaning 7905 clauses out of 15857 with flag 146504/35001
6.55/5.37	c cleaning 8964 clauses out of 17954 with flag 193308/45003
7.74/6.54	c cleaning 9990 clauses out of 19989 with flag 249919/56002
9.15/7.94	c cleaning 10995 clauses out of 21997 with flag 310296/68000
10.54/9.38	c cleaning 11964 clauses out of 24002 with flag 378440/81000
12.26/11.07	c cleaning 12988 clauses out of 26039 with flag 453085/95001
14.15/12.94	c cleaning 13976 clauses out of 28050 with flag 535683/110000
16.15/14.98	c cleaning 15029 clauses out of 30074 with flag 625559/126000
18.36/17.13	c cleaning 15999 clauses out of 32045 with flag 720445/143000
20.66/19.45	c cleaning 17003 clauses out of 34046 with flag 822331/161000
23.16/22.00	c cleaning 17998 clauses out of 36044 with flag 932409/180001
25.86/24.67	c cleaning 19011 clauses out of 38046 with flag 1047393/200001
28.66/27.40	c cleaning 20006 clauses out of 40035 with flag 1171670/221001
31.66/30.43	c cleaning 20956 clauses out of 42028 with flag 1301558/243000
34.86/33.65	c cleaning 21994 clauses out of 44072 with flag 1439299/266000
38.36/37.16	c cleaning 23032 clauses out of 46079 with flag 1578124/290001
42.27/41.02	c cleaning 23985 clauses out of 48046 with flag 1727088/315000
46.26/45.00	c cleaning 24995 clauses out of 50063 with flag 1880375/341002
50.36/49.13	c cleaning 26024 clauses out of 52067 with flag 2040914/368001
54.41/53.15	c cleaning 27008 clauses out of 54042 with flag 2208255/396000
58.51/57.26	c cleaning 28002 clauses out of 56035 with flag 2382453/425001
62.81/61.56	c cleaning 29002 clauses out of 58033 with flag 2558492/455001
67.41/66.13	c cleaning 30000 clauses out of 60030 with flag 2750394/486000
72.11/70.85	c cleaning 30973 clauses out of 62030 with flag 2945146/518000
77.22/75.95	c cleaning 31984 clauses out of 64058 with flag 3144519/551001
82.41/81.19	c cleaning 33032 clauses out of 66075 with flag 3355409/585002
87.91/86.67	c cleaning 34003 clauses out of 68043 with flag 3566875/620002
93.72/92.44	c cleaning 34980 clauses out of 70038 with flag 3785771/656000
99.81/98.52	c cleaning 36019 clauses out of 72060 with flag 4012341/693002
106.11/104.89	c cleaning 36993 clauses out of 74040 with flag 4244177/731001
112.82/111.55	c cleaning 37962 clauses out of 76048 with flag 4483342/770002
119.62/118.34	c cleaning 39029 clauses out of 78085 with flag 4726977/810001
126.92/125.60	c cleaning 39984 clauses out of 80055 with flag 4977605/851000
134.46/133.14	c cleaning 41002 clauses out of 82072 with flag 5237610/893001
141.95/140.67	c cleaning 42008 clauses out of 84069 with flag 5501445/936000
149.75/148.43	c cleaning 43002 clauses out of 86061 with flag 5768549/980000
157.66/156.34	c cleaning 44016 clauses out of 88059 with flag 6047364/1025000
166.06/164.74	c cleaning 44978 clauses out of 90045 with flag 6328755/1071002
174.86/173.50	c cleaning 46014 clauses out of 92066 with flag 6615869/1118001
183.76/182.41	c cleaning 46972 clauses out of 94051 with flag 6909696/1166000
193.16/191.86	c cleaning 48005 clauses out of 96079 with flag 7212975/1215000
202.96/201.62	c cleaning 49005 clauses out of 98074 with flag 7518905/1265000
212.86/211.52	c cleaning 49989 clauses out of 100069 with flag 7830586/1316000
223.35/222.04	c cleaning 51034 clauses out of 102081 with flag 8150559/1368001
233.63/232.24	c cleaning 51956 clauses out of 104046 with flag 8471955/1421000
244.22/242.84	c cleaning 53028 clauses out of 106091 with flag 8805152/1475001
255.32/253.94	c cleaning 54013 clauses out of 108062 with flag 9141041/1530000
266.53/265.12	c cleaning 54989 clauses out of 110049 with flag 9486025/1586000
278.12/276.75	c cleaning 56005 clauses out of 112060 with flag 9836788/1643000
290.12/288.75	c cleaning 56976 clauses out of 114055 with flag 10189533/1701000
302.22/300.85	c cleaning 57995 clauses out of 116080 with flag 10549139/1760001
315.12/313.75	c cleaning 59024 clauses out of 118084 with flag 10914393/1820000
328.13/326.72	c cleaning 59992 clauses out of 120061 with flag 11287485/1881001
340.95/339.54	c cleaning 61019 clauses out of 122072 with flag 11661682/1943004
354.46/353.01	c cleaning 62008 clauses out of 124049 with flag 12047410/2006000
368.06/366.61	c cleaning 62982 clauses out of 126042 with flag 12442401/2070001
382.37/380.98	c cleaning 63995 clauses out of 128060 with flag 12843177/2135001
397.19/395.75	c cleaning 65016 clauses out of 130064 with flag 13244732/2201000
412.38/410.91	c cleaning 65975 clauses out of 132048 with flag 13652341/2268000
427.98/426.55	c cleaning 67001 clauses out of 134073 with flag 14067011/2336000
444.23/442.73	c cleaning 68030 clauses out of 136072 with flag 14480882/2405000
460.63/459.18	c cleaning 69001 clauses out of 138042 with flag 14900338/2475000
477.33/475.88	c cleaning 70015 clauses out of 140041 with flag 15331088/2546000
494.54/493.06	c cleaning 70997 clauses out of 142026 with flag 15767919/2618000
512.35/510.88	c cleaning 72006 clauses out of 144029 with flag 16211225/2691000
530.45/528.91	c cleaning 72988 clauses out of 146023 with flag 16665819/2765000
548.85/547.33	c cleaning 73969 clauses out of 148036 with flag 17118463/2840001
568.03/566.40	c cleaning 75022 clauses out of 150066 with flag 17574110/2916000
587.33/585.75	c cleaning 75996 clauses out of 152047 with flag 18042152/2993003
607.14/605.57	c cleaning 77015 clauses out of 154048 with flag 18514995/3071000
627.94/626.31	c cleaning 77964 clauses out of 156033 with flag 18987976/3150000
649.24/647.63	c cleaning 79029 clauses out of 158069 with flag 19468927/3230000
671.25/669.67	c cleaning 80008 clauses out of 160040 with flag 19959411/3311000
693.32/691.68	c cleaning 80994 clauses out of 162032 with flag 20453810/3393000
716.12/714.42	c cleaning 81956 clauses out of 164038 with flag 20961308/3476000
739.43/737.73	c cleaning 83010 clauses out of 166085 with flag 21466413/3560003
763.23/761.54	c cleaning 83996 clauses out of 168072 with flag 21976333/3645000
787.43/785.71	c cleaning 84994 clauses out of 170078 with flag 22499554/3731002
812.15/810.33	c cleaning 86037 clauses out of 172085 with flag 23019680/3818003
837.55/835.77	c cleaning 86967 clauses out of 174046 with flag 23548343/3906001
863.36/861.55	c cleaning 87997 clauses out of 176079 with flag 24079676/3995001
889.67/887.82	c cleaning 88975 clauses out of 178082 with flag 24616962/4085001
916.46/914.64	c cleaning 90039 clauses out of 180108 with flag 25158637/4176002
944.02/942.19	c cleaning 91026 clauses out of 182067 with flag 25711970/4268000
972.03/970.11	c cleaning 91985 clauses out of 184041 with flag 26271082/4361000
1001.03/999.10	c cleaning 93006 clauses out of 186059 with flag 26833114/4455003
1030.44/1028.51	c cleaning 93967 clauses out of 188050 with flag 27401151/4550000
1060.35/1058.31	c cleaning 94978 clauses out of 190085 with flag 27977358/4646002
1090.65/1088.62	c cleaning 95988 clauses out of 192105 with flag 28559422/4743000
1122.06/1120.02	c cleaning 97005 clauses out of 194119 with flag 29143091/4841002
1153.97/1151.92	c cleaning 98033 clauses out of 196112 with flag 29735702/4940000
1186.55/1184.49	c cleaning 98987 clauses out of 198079 with flag 30338545/5040000
1219.86/1217.71	c cleaning 99998 clauses out of 200093 with flag 30933200/5141001
1253.46/1251.37	c cleaning 101016 clauses out of 202094 with flag 31537915/5243000
1286.98/1284.88	c cleaning 102039 clauses out of 204078 with flag 32151152/5346000
1322.09/1319.80	c cleaning 102998 clauses out of 206040 with flag 32777740/5450001
1358.29/1356.08	c cleaning 103998 clauses out of 208041 with flag 33400344/5555000
1395.30/1393.08	c cleaning 104965 clauses out of 210043 with flag 34030811/5661000
1432.44/1430.06	c cleaning 106025 clauses out of 212078 with flag 34666931/5768000
1469.85/1467.42	c cleaning 107004 clauses out of 214057 with flag 35303362/5876004
1507.75/1505.31	c cleaning 107994 clauses out of 216049 with flag 35955385/5985000
1546.44/1543.90	c cleaning 108989 clauses out of 218057 with flag 36608547/6095002
1585.85/1583.31	c cleaning 110011 clauses out of 220066 with flag 37265825/6206000
1625.96/1623.41	c cleaning 111016 clauses out of 222055 with flag 37927087/6318000
1667.07/1664.56	c cleaning 111998 clauses out of 224040 with flag 38590082/6431001
1708.16/1705.58	c cleaning 112996 clauses out of 226043 with flag 39264697/6545002
1751.17/1748.54	c cleaning 114017 clauses out of 228045 with flag 39942899/6660000
1794.88/1792.21	c cleaning 115004 clauses out of 230031 with flag 40625217/6776003
1800.04/1797.30	c starts		: 49776
1800.04/1797.30	c conflicts		: 6794965
1800.04/1797.30	c decisions		: 58713484
1800.04/1797.30	c propagations		: 893851193
1800.04/1797.30	c inspects		: 24912776136
1800.04/1797.30	c shortcuts		: 0
1800.04/1797.30	c learnt literals	: 2
1800.04/1797.30	c learnt binary clauses	: 52
1800.04/1797.30	c learnt ternary clauses	: 726
1800.04/1797.30	c learnt constraints	: 6794963
1800.04/1797.30	c ignored constraints	: 0
1800.04/1797.30	c root simplifications	: 0
1800.04/1797.30	c removed literals (reason simplification)	: 0
1800.04/1797.30	c reason swapping (by a shorter reason)	: 0
1800.04/1797.30	c Calls to reduceDB	: 112
1800.04/1797.30	c Number of update (reduction) of LBD	: 1471221
1800.04/1797.30	c Imported unit clauses	: 0
1800.04/1797.30	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.30	c number of learned constraints concerned by reduction	: 0
1800.04/1797.30	c number of learning phase by resolution	: 0
1800.04/1797.30	c number of learning phase by cutting planes	: 0
1800.04/1797.30	c speed (assignments/second)	: 497448.1741336199
1800.04/1797.30	c non guided choices	32708
1800.04/1797.30	c timeout
1800.04/1797.33	c learnt constraints type 
1800.04/1797.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 52
1800.04/1797.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133937
1800.04/1797.33	s UNKNOWN
1800.04/1797.33	c Total wall clock time (in seconds): 1797.214

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-4116561-1466974392/watcher-4116561-1466974392 -o /tmp/evaluation-result-4116561-1466974392/solver-4116561-1466974392 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116561-1466974392.opb 

pid=22749
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.22 2.25 2.20 3/194 22752
/proc/meminfo: memFree=29950140/32872528 swapFree=1643088/1798432
[pid=22752] ppid=22749 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/22752/stat : 22752 (java) R 22749 22752 19053 0 -1 4202496 437 0 0 0 0 0 0 0 20 0 1 0 30478365 9379840 93 33554432000 1073741824 1073778376 140736354213520 140736354210648 260190443073 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22752/statm: 2290 103 78 9 0 38 0

[startup+0.10016 s]
/proc/loadavg: 2.22 2.25 2.20 3/194 22752
/proc/meminfo: memFree=29950140/32872528 swapFree=1643088/1798432
[pid=22752] ppid=22749 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/22752/stat : 22752 (java) S 22749 22752 19053 0 -1 4202496 4456 0 1 0 7 2 0 0 20 0 18 0 30478365 9787879424 5579 33554432000 1073741824 1073778376 140736354213520 140736354204656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22752/statm: 2389619 5579 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 2.22 2.25 2.20 3/194 22752
/proc/meminfo: memFree=29950140/32872528 swapFree=1643088/1798432
[pid=22752] ppid=22749 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/22752/stat : 22752 (java) S 22749 22752 19053 0 -1 4202496 4920 0 1 0 24 2 0 0 20 0 18 0 30478365 9787879424 6470 33554432000 1073741824 1073778376 140736354213520 140736354204656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22752/statm: 2389619 6470 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30022 s]
/proc/loadavg: 2.22 2.25 2.20 3/194 22752
/proc/meminfo: memFree=29950140/32872528 swapFree=1643088/1798432
[pid=22752] ppid=22749 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/22752/stat : 22752 (java) S 22749 22752 19053 0 -1 4202496 5886 0 1 0 46 2 0 0 20 0 18 0 30478365 9787879424 8570 33554432000 1073741824 1073778376 140736354213520 140736354204656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22752/statm: 2389619 8571 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700179 s]
/proc/loadavg: 2.22 2.25 2.20 3/194 22752
/proc/meminfo: memFree=29950140/32872528 swapFree=1643088/1798432
[pid=22752] ppid=22749 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/22752/stat : 22752 (java) S 22749 22752 19053 0 -1 4202496 9680 0 1 0 140 3 0 0 20 0 19 0 30478365 9856040960 15440 33554432000 1073741824 1073778376 140736354213520 140736354204656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22752/statm: 2406260 15440 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.22 2.25 2.20 3/213 22771
/proc/meminfo: memFree=29896592/32872528 swapFree=1643088/1798432
[pid=22752] ppid=22749 vsize=9625040 CPUtime=2.65 cores=0,2,4,6
/proc/22752/stat : 22752 (java) S 22749 22752 19053 0 -1 4202496 17615 0 1 0 261 4 0 0 20 0 19 0 30478365 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140736354204656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22752/statm: 2406260 21016 2270 9 0 2396937 0
[pid=22752/tid=22754] ppid=22749 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/22752/task/22754/stat : 22754 (java) R 22749 22752 19053 0 -1 4202560 2497 0 1 0 145 2 0 0 20 0 19 0 30478366 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247995935264 140247936266951 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22752/tid=22755] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22755/stat : 22755 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247934667816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22756] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22756/stat : 22756 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247933615016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22757] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22757/stat : 22757 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247932562216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22758] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22758/stat : 22758 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247931509416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22752/tid=22759] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22759/stat : 22759 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247930456616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22760] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22760/stat : 22760 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247834507688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22761] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22761/stat : 22761 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247833454888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22752/tid=22762] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22762/stat : 22762 (java) S 22749 22752 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247832402088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22763] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22763/stat : 22763 (java) S 22749 22752 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30478368 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247820205032 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22764] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22764/stat : 22764 (java) S 22749 22752 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30478368 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247819151096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22765] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22765/stat : 22765 (java) S 22749 22752 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30478368 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247818098184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22766] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22766/stat : 22766 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478371 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247817046672 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22767] ppid=22749 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/22752/task/22767/stat : 22767 (java) S 22749 22752 19053 0 -1 4202560 2409 0 0 0 36 0 0 0 20 0 19 0 30478371 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247815993784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22768] ppid=22749 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/22752/task/22768/stat : 22768 (java) R 22749 22752 19053 0 -1 4202560 11438 0 0 0 78 2 0 0 20 0 19 0 30478371 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247814934824 140248000030267 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22769] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22769/stat : 22769 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478371 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247813888376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22770] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22770/stat : 22770 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478371 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247812835784 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22771] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22771/stat : 22771 (java) S 22749 22752 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30478408 9856040960 21016 33554432000 1073741824 1073778376 140736354213520 140247811733160 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.22 2.25 2.20 3/213 22771
/proc/meminfo: memFree=29848948/32872528 swapFree=1643088/1798432
[pid=22752] ppid=22749 vsize=9625040 CPUtime=4.33 cores=0,2,4,6
/proc/22752/stat : 22752 (java) S 22749 22752 19053 0 -1 4202496 17652 0 1 0 429 4 0 0 20 0 19 0 30478365 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140736354204656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22752/statm: 2406260 21577 2270 9 0 2396937 0
[pid=22752/tid=22754] ppid=22749 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/22752/task/22754/stat : 22754 (java) R 22749 22752 19053 0 -1 4202560 2501 0 1 0 305 2 0 0 20 0 19 0 30478366 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247995937168 140247936308636 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22752/tid=22755] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22755/stat : 22755 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247934667816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22756] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22756/stat : 22756 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247933615016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22757] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22757/stat : 22757 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247932562216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22758] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22758/stat : 22758 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247931509416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22752/tid=22759] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22759/stat : 22759 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247930456616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22760] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22760/stat : 22760 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247834507688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22761] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22761/stat : 22761 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247833454888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22752/tid=22762] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22762/stat : 22762 (java) S 22749 22752 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247832402088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22763] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22763/stat : 22763 (java) S 22749 22752 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30478368 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247820205032 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22764] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22764/stat : 22764 (java) S 22749 22752 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30478368 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247819151096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22765] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22765/stat : 22765 (java) S 22749 22752 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30478368 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247818098184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22766] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22766/stat : 22766 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478371 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247817046672 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22767] ppid=22749 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/22752/task/22767/stat : 22767 (java) S 22749 22752 19053 0 -1 4202560 2409 0 0 0 38 0 0 0 20 0 19 0 30478371 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247815993784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22768] ppid=22749 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/22752/task/22768/stat : 22768 (java) S 22749 22752 19053 0 -1 4202560 11471 0 0 0 83 2 0 0 20 0 19 0 30478371 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247814940984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22769] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22769/stat : 22769 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478371 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247813888376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22770] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22770/stat : 22770 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478371 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247812835784 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22771] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22771/stat : 22771 (java) S 22749 22752 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30478408 9856040960 21577 33554432000 1073741824 1073778376 140736354213520 140247811733160 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.20 2.25 2.19 4/213 22771
/proc/meminfo: memFree=29843484/32872528 swapFree=1643088/1798432
[pid=22752] ppid=22749 vsize=9625040 CPUtime=7.55 cores=0,2,4,6
/proc/22752/stat : 22752 (java) S 22749 22752 19053 0 -1 4202496 17658 0 1 0 751 4 0 0 20 0 19 0 30478365 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140736354204656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22752/statm: 2406260 22812 2271 9 0 2396937 0
[pid=22752/tid=22754] ppid=22749 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/22752/task/22754/stat : 22754 (java) R 22749 22752 19053 0 -1 4202560 2506 0 1 0 625 2 0 0 20 0 19 0 30478366 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247995937176 140247936377167 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22752/tid=22755] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22755/stat : 22755 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247934667816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22756] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22756/stat : 22756 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247933615016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22757] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22757/stat : 22757 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247932562216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22758] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22758/stat : 22758 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247931509416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22752/tid=22759] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22759/stat : 22759 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247930456616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22760] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22760/stat : 22760 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247834507688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22761] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22761/stat : 22761 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247833454888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22752/tid=22762] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22762/stat : 22762 (java) S 22749 22752 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30478367 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247832402088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22763] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22763/stat : 22763 (java) S 22749 22752 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30478368 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247820205032 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22764] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22764/stat : 22764 (java) S 22749 22752 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30478368 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247819151096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22765] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22765/stat : 22765 (java) S 22749 22752 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30478368 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247818098184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22766] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22766/stat : 22766 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478371 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247817046672 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22767] ppid=22749 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/22752/task/22767/stat : 22767 (java) S 22749 22752 19053 0 -1 4202560 2409 0 0 0 39 0 0 0 20 0 19 0 30478371 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247815993784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22768] ppid=22749 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/22752/task/22768/stat : 22768 (java) S 22749 22752 19053 0 -1 4202560 11471 0 0 0 84 2 0 0 20 0 19 0 30478371 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247814940984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22769] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22769/stat : 22769 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478371 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247813888376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22770] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22770/stat : 22770 (java) S 22749 22752 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30478371 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247812835784 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22771] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22771/stat : 22771 (java) S 22749 22752 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30478408 9856040960 22812 33554432000 1073741824 1073778376 140736354213520 140247811733160 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 9625040


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

[pid=22752/tid=22764] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22764/stat : 22764 (java) S 22749 22752 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30478368 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247819151096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22765] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22765/stat : 22765 (java) S 22749 22752 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30478368 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247818098184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22766] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22766/stat : 22766 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478371 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247817046672 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22767] ppid=22749 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/22752/task/22767/stat : 22767 (java) S 22749 22752 19053 0 -1 4202560 2693 0 0 0 43 0 0 0 20 0 19 0 30478371 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247815993784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22768] ppid=22749 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/22752/task/22768/stat : 22768 (java) S 22749 22752 19053 0 -1 4202560 11471 0 0 0 84 2 0 0 20 0 19 0 30478371 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247814940984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22769] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22769/stat : 22769 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478371 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247813888376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22770] ppid=22749 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/22752/task/22770/stat : 22770 (java) S 22749 22752 19053 0 -1 4202560 100 0 0 0 38 33 0 0 20 0 19 0 30478371 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247812835784 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22771] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22771/stat : 22771 (java) S 22749 22752 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30478408 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247811733160 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.97
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.19 2.18 3/213 22904
/proc/meminfo: memFree=29560320/32872528 swapFree=1643088/1798432
[pid=22752] ppid=22749 vsize=9625040 CPUtime=1784.97 cores=0,2,4,6
/proc/22752/stat : 22752 (java) S 22749 22752 19053 0 -1 4202496 19022 0 1 0 178445 52 0 0 20 0 19 0 30478365 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140736354204656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22752/statm: 2406260 94453 2285 9 0 2396937 0
[pid=22752/tid=22754] ppid=22749 vsize=9625040 CPUtime=1781.8 cores=0,2,4,6
/proc/22752/task/22754/stat : 22754 (java) R 22749 22752 19053 0 -1 4202560 2563 0 1 0 178149 31 0 0 20 0 19 0 30478366 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247995928336 140247936258060 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22752/tid=22755] ppid=22749 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22752/task/22755/stat : 22755 (java) S 22749 22752 19053 0 -1 4202560 97 0 0 0 17 4 0 0 20 0 19 0 30478367 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247934667816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22756] ppid=22749 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22752/task/22756/stat : 22756 (java) S 22749 22752 19053 0 -1 4202560 151 0 0 0 16 4 0 0 20 0 19 0 30478367 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247933615016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22757] ppid=22749 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22752/task/22757/stat : 22757 (java) S 22749 22752 19053 0 -1 4202560 113 0 0 0 18 3 0 0 20 0 19 0 30478367 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247932562216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22758] ppid=22749 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/22752/task/22758/stat : 22758 (java) S 22749 22752 19053 0 -1 4202560 91 0 0 0 19 3 0 0 20 0 19 0 30478367 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247931509416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22759] ppid=22749 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/22752/task/22759/stat : 22759 (java) S 22749 22752 19053 0 -1 4202560 53 0 0 0 12 2 0 0 20 0 19 0 30478367 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247930456616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22760] ppid=22749 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22752/task/22760/stat : 22760 (java) S 22749 22752 19053 0 -1 4202560 160 0 0 0 14 3 0 0 20 0 19 0 30478367 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247834507688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22761] ppid=22749 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22752/task/22761/stat : 22761 (java) S 22749 22752 19053 0 -1 4202560 140 0 0 0 14 2 0 0 20 0 19 0 30478367 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247833454888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22762] ppid=22749 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22752/task/22762/stat : 22762 (java) S 22749 22752 19053 0 -1 4202560 72 0 0 0 14 3 0 0 20 0 19 0 30478367 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247832402088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22763] ppid=22749 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22752/task/22763/stat : 22763 (java) S 22749 22752 19053 0 -1 4202560 57 0 0 0 1 1 0 0 20 0 19 0 30478368 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247820205032 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22752/tid=22764] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22764/stat : 22764 (java) S 22749 22752 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30478368 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247819151096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22765] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22765/stat : 22765 (java) S 22749 22752 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30478368 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247818098184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22766] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22766/stat : 22766 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478371 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247817046672 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22767] ppid=22749 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/22752/task/22767/stat : 22767 (java) S 22749 22752 19053 0 -1 4202560 2693 0 0 0 43 0 0 0 20 0 19 0 30478371 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247815993784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22768] ppid=22749 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/22752/task/22768/stat : 22768 (java) S 22749 22752 19053 0 -1 4202560 11471 0 0 0 84 2 0 0 20 0 19 0 30478371 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247814940984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22769] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22769/stat : 22769 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478371 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247813888376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22770] ppid=22749 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/22752/task/22770/stat : 22770 (java) S 22749 22752 19053 0 -1 4202560 104 0 0 0 39 34 0 0 20 0 19 0 30478371 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247812835784 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22771] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22771/stat : 22771 (java) S 22749 22752 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30478408 9856040960 94453 33554432000 1073741824 1073778376 140736354213520 140247811733160 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.97
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 2.25 2.20 2.18 3/213 22904
/proc/meminfo: memFree=29552196/32872528 swapFree=1643088/1798432
[pid=22752] ppid=22749 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/22752/stat : 22752 (java) S 22749 22752 19053 0 -1 4202496 19045 0 1 0 179951 53 0 0 20 0 19 0 30478365 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140736354204656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22752/statm: 2406260 96549 2285 9 0 2396937 0
[pid=22752/tid=22754] ppid=22749 vsize=9625040 CPUtime=1796.77 cores=0,2,4,6
/proc/22752/task/22754/stat : 22754 (java) R 22749 22752 19053 0 -1 4202560 2564 0 1 0 179646 31 0 0 20 0 19 0 30478366 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247995936032 140247936377162 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22752/tid=22755] ppid=22749 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/22752/task/22755/stat : 22755 (java) S 22749 22752 19053 0 -1 4202560 99 0 0 0 18 4 0 0 20 0 19 0 30478367 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247934667816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22756] ppid=22749 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22752/task/22756/stat : 22756 (java) S 22749 22752 19053 0 -1 4202560 155 0 0 0 17 4 0 0 20 0 19 0 30478367 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247933615016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22757] ppid=22749 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22752/task/22757/stat : 22757 (java) S 22749 22752 19053 0 -1 4202560 113 0 0 0 18 3 0 0 20 0 19 0 30478367 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247932562216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22758] ppid=22749 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/22752/task/22758/stat : 22758 (java) S 22749 22752 19053 0 -1 4202560 94 0 0 0 20 3 0 0 20 0 19 0 30478367 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247931509416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22759] ppid=22749 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22752/task/22759/stat : 22759 (java) S 22749 22752 19053 0 -1 4202560 58 0 0 0 14 2 0 0 20 0 19 0 30478367 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247930456616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22760] ppid=22749 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22752/task/22760/stat : 22760 (java) S 22749 22752 19053 0 -1 4202560 162 0 0 0 15 3 0 0 20 0 19 0 30478367 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247834507688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22761] ppid=22749 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22752/task/22761/stat : 22761 (java) S 22749 22752 19053 0 -1 4202560 144 0 0 0 16 2 0 0 20 0 19 0 30478367 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247833454888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22762] ppid=22749 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22752/task/22762/stat : 22762 (java) S 22749 22752 19053 0 -1 4202560 72 0 0 0 15 3 0 0 20 0 19 0 30478367 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247832402088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22763] ppid=22749 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22752/task/22763/stat : 22763 (java) S 22749 22752 19053 0 -1 4202560 59 0 0 0 1 1 0 0 20 0 19 0 30478368 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247820205032 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22752/tid=22764] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22764/stat : 22764 (java) S 22749 22752 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30478368 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247819151096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22765] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22765/stat : 22765 (java) S 22749 22752 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30478368 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247818098184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22766] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22766/stat : 22766 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478371 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247817046672 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22767] ppid=22749 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/22752/task/22767/stat : 22767 (java) S 22749 22752 19053 0 -1 4202560 2693 0 0 0 43 0 0 0 20 0 19 0 30478371 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247815993784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22768] ppid=22749 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/22752/task/22768/stat : 22768 (java) S 22749 22752 19053 0 -1 4202560 11471 0 0 0 84 2 0 0 20 0 19 0 30478371 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247814940984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22769] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22769/stat : 22769 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478371 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247813888376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22770] ppid=22749 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/22752/task/22770/stat : 22770 (java) S 22749 22752 19053 0 -1 4202560 104 0 0 0 39 35 0 0 20 0 19 0 30478371 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247812835784 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22771] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22771/stat : 22771 (java) S 22749 22752 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30478408 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247811733160 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 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 22752 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.3 s]
/proc/loadavg: 2.25 2.20 2.18 3/213 22904
/proc/meminfo: memFree=29552196/32872528 swapFree=1643088/1798432
[pid=22752] ppid=22749 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/22752/stat : 22752 (java) S 22749 22752 19053 0 -1 4202496 19045 0 1 0 179951 53 0 0 20 0 19 0 30478365 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140736354204656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22752/statm: 2406260 96549 2285 9 0 2396937 0
[pid=22752/tid=22754] ppid=22749 vsize=9625040 CPUtime=1796.77 cores=0,2,4,6
/proc/22752/task/22754/stat : 22754 (java) R 22749 22752 19053 0 -1 4202560 2564 0 1 0 179646 31 0 0 20 0 19 0 30478366 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247995936032 140247936377162 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22752/tid=22755] ppid=22749 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/22752/task/22755/stat : 22755 (java) S 22749 22752 19053 0 -1 4202560 99 0 0 0 18 4 0 0 20 0 19 0 30478367 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247934667816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22756] ppid=22749 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22752/task/22756/stat : 22756 (java) S 22749 22752 19053 0 -1 4202560 155 0 0 0 17 4 0 0 20 0 19 0 30478367 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247933615016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22757] ppid=22749 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22752/task/22757/stat : 22757 (java) S 22749 22752 19053 0 -1 4202560 113 0 0 0 18 3 0 0 20 0 19 0 30478367 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247932562216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22758] ppid=22749 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/22752/task/22758/stat : 22758 (java) S 22749 22752 19053 0 -1 4202560 94 0 0 0 20 3 0 0 20 0 19 0 30478367 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247931509416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22759] ppid=22749 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22752/task/22759/stat : 22759 (java) S 22749 22752 19053 0 -1 4202560 58 0 0 0 14 2 0 0 20 0 19 0 30478367 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247930456616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22760] ppid=22749 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22752/task/22760/stat : 22760 (java) S 22749 22752 19053 0 -1 4202560 162 0 0 0 15 3 0 0 20 0 19 0 30478367 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247834507688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22761] ppid=22749 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22752/task/22761/stat : 22761 (java) S 22749 22752 19053 0 -1 4202560 144 0 0 0 16 2 0 0 20 0 19 0 30478367 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247833454888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22762] ppid=22749 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22752/task/22762/stat : 22762 (java) S 22749 22752 19053 0 -1 4202560 72 0 0 0 15 3 0 0 20 0 19 0 30478367 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247832402088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22763] ppid=22749 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22752/task/22763/stat : 22763 (java) S 22749 22752 19053 0 -1 4202560 59 0 0 0 1 1 0 0 20 0 19 0 30478368 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247820205032 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22752/tid=22764] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22764/stat : 22764 (java) S 22749 22752 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30478368 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247819151096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22765] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22765/stat : 22765 (java) S 22749 22752 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30478368 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247818098184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22766] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22766/stat : 22766 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478371 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247817046672 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22767] ppid=22749 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/22752/task/22767/stat : 22767 (java) S 22749 22752 19053 0 -1 4202560 2693 0 0 0 43 0 0 0 20 0 19 0 30478371 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247815993784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22768] ppid=22749 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/22752/task/22768/stat : 22768 (java) S 22749 22752 19053 0 -1 4202560 11471 0 0 0 84 2 0 0 20 0 19 0 30478371 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247814940984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22752/tid=22769] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22769/stat : 22769 (java) S 22749 22752 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30478371 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247813888376 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22752/tid=22770] ppid=22749 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/22752/task/22770/stat : 22770 (java) S 22749 22752 19053 0 -1 4202560 104 0 0 0 39 35 0 0 20 0 19 0 30478371 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247812835784 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22752/tid=22771] ppid=22749 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22752/task/22771/stat : 22771 (java) S 22749 22752 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30478408 9856040960 96549 33554432000 1073741824 1073778376 140736354213520 140247811733160 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.33
CPU time (s): 1800.7
CPU user time (s): 1799.63
CPU system time (s): 1.07284
CPU usage (%): 100.187
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 1.07284
maximum resident set size= 388056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19079
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38507
involuntary context switches= 4743

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9192 second user time and 17.1884 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 22:53:12
IDJOB=4116561
IDBENCH=109485
IDSOLVER=2546
FILE ID=node123/4116561-1466974392
RUNJOBID= node123-1466943595-19069
PBS_JOBID= 19976352
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size128-round23-4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116561-1466974392/watcher-4116561-1466974392 -o /tmp/evaluation-result-4116561-1466974392/solver-4116561-1466974392 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116561-1466974392.opb

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

MD5SUM BENCH= 59f2e46de20f76e96a9c0ff4b18f60c6
RANDOM SEED=1045488891

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.608
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.608
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.56
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.608
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.608
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:        29950940 kB
Buffers:           38288 kB
Cached:           117120 kB
SwapCached:         1768 kB
Active:           293996 kB
Inactive:         129072 kB
Active(anon):     268832 kB
Inactive(anon):     1084 kB
Active(file):      25164 kB
Inactive(file):   127988 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098708 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:       2049480 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             565988 kB
SReclaimable:      10036 kB
SUnreclaim:       555952 kB
KernelStack:        1760 kB
PageTables:         8288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2513584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    393216 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= 71728 MiB
End job on node123 at 2016-06-26 23:23:10