Trace number 4116529

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 1797.64

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round23-0.opb
MD5SUMc6c7770273574048f55bca555193e5de
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 constraints9472
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)384
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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116529-1466970678.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.68/0.42	c ... done. Wall clock time 0.305s.
0.68/0.42	c declared #vars     4288
0.68/0.42	c #constraints  10752
0.68/0.42	c constraints type 
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.68/0.42	c org.sat4j.specs.Constr$1 => 872
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.68/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
0.68/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.68/0.42	c 10752 constraints processed.
1.73/1.09	c cleaning 2493 clauses out of 4999 with flag 15572/5001
2.51/1.72	c cleaning 4222 clauses out of 8505 with flag 38827/11000
3.21/2.46	c cleaning 5640 clauses out of 11283 with flag 67639/18000
4.13/3.36	c cleaning 6795 clauses out of 13645 with flag 99390/26002
5.14/4.38	c cleaning 7918 clauses out of 15848 with flag 136497/35000
6.35/5.53	c cleaning 8937 clauses out of 17930 with flag 182140/45000
7.55/6.77	c cleaning 9970 clauses out of 19994 with flag 234624/56001
9.04/8.23	c cleaning 10989 clauses out of 22023 with flag 291416/68000
10.64/9.80	c cleaning 12016 clauses out of 24034 with flag 357363/81000
12.34/11.53	c cleaning 12989 clauses out of 26018 with flag 427926/95000
14.25/13.40	c cleaning 13997 clauses out of 28029 with flag 505035/110000
16.26/15.44	c cleaning 15009 clauses out of 30032 with flag 590174/126000
18.46/17.62	c cleaning 15995 clauses out of 32025 with flag 679683/143002
20.85/20.05	c cleaning 16987 clauses out of 34029 with flag 777223/161001
23.35/22.59	c cleaning 18002 clauses out of 36041 with flag 879418/180000
26.16/25.38	c cleaning 19015 clauses out of 38041 with flag 990259/200002
29.15/28.33	c cleaning 20003 clauses out of 40025 with flag 1105025/221001
32.26/31.49	c cleaning 20983 clauses out of 42021 with flag 1230115/243000
35.66/34.86	c cleaning 22014 clauses out of 44040 with flag 1363055/266002
39.26/38.48	c cleaning 22998 clauses out of 46025 with flag 1499030/290001
43.06/42.26	c cleaning 24009 clauses out of 48026 with flag 1641883/315000
47.06/46.28	c cleaning 24980 clauses out of 50017 with flag 1791283/341000
51.46/50.66	c cleaning 26008 clauses out of 52037 with flag 1947176/368000
55.88/55.03	c cleaning 27013 clauses out of 54033 with flag 2109674/396004
60.18/59.36	c cleaning 28004 clauses out of 56016 with flag 2282318/425000
64.68/63.81	c cleaning 28963 clauses out of 58012 with flag 2460919/455000
69.39/68.58	c cleaning 29998 clauses out of 60050 with flag 2648954/486001
74.49/73.62	c cleaning 30997 clauses out of 62051 with flag 2841518/518000
79.69/78.85	c cleaning 32000 clauses out of 64054 with flag 3039100/551000
85.09/84.28	c cleaning 33010 clauses out of 66054 with flag 3243612/585000
90.89/90.02	c cleaning 34004 clauses out of 68044 with flag 3455387/620000
96.79/95.98	c cleaning 34997 clauses out of 70040 with flag 3672536/656000
103.09/102.23	c cleaning 35976 clauses out of 72044 with flag 3896605/693001
109.90/109.01	c cleaning 36992 clauses out of 74067 with flag 4127115/731000
116.79/115.93	c cleaning 38021 clauses out of 76075 with flag 4369400/770000
124.00/123.17	c cleaning 39023 clauses out of 78056 with flag 4611230/810002
131.60/130.74	c cleaning 39972 clauses out of 80031 with flag 4862896/851000
139.40/138.53	c cleaning 40988 clauses out of 82060 with flag 5125599/893001
147.16/146.24	c cleaning 41974 clauses out of 84071 with flag 5395311/936000
154.86/153.99	c cleaning 43030 clauses out of 86099 with flag 5668564/980002
163.06/162.11	c cleaning 44004 clauses out of 88067 with flag 5950902/1025000
171.56/170.68	c cleaning 45001 clauses out of 90064 with flag 6236599/1071001
180.56/179.60	c cleaning 45989 clauses out of 92062 with flag 6528577/1118000
189.76/188.83	c cleaning 47020 clauses out of 94073 with flag 6833232/1166000
199.17/198.28	c cleaning 48012 clauses out of 96053 with flag 7140987/1215000
209.07/208.19	c cleaning 49011 clauses out of 98041 with flag 7451638/1265000
219.38/218.47	c cleaning 49978 clauses out of 100030 with flag 7768785/1316000
229.99/229.05	c cleaning 50967 clauses out of 102053 with flag 8095040/1368001
241.09/240.19	c cleaning 52033 clauses out of 104085 with flag 8421896/1421000
252.34/251.30	c cleaning 52970 clauses out of 106052 with flag 8762074/1475000
263.64/262.69	c cleaning 54010 clauses out of 108082 with flag 9104628/1530000
275.34/274.30	c cleaning 54951 clauses out of 110072 with flag 9456759/1586000
287.65/286.66	c cleaning 56038 clauses out of 112122 with flag 9812271/1643001
299.85/298.87	c cleaning 57010 clauses out of 114083 with flag 10171610/1701000
313.05/312.01	c cleaning 58007 clauses out of 116074 with flag 10534301/1760001
326.25/325.22	c cleaning 59018 clauses out of 118067 with flag 10910666/1820001
340.06/339.00	c cleaning 60003 clauses out of 120050 with flag 11285849/1881002
354.27/353.21	c cleaning 61005 clauses out of 122047 with flag 11672835/1943002
368.52/367.40	c cleaning 61970 clauses out of 124041 with flag 12061908/2006001
383.01/381.91	c cleaning 62996 clauses out of 126070 with flag 12459206/2070000
397.83/396.73	c cleaning 64016 clauses out of 128074 with flag 12868259/2135000
413.05/411.98	c cleaning 64994 clauses out of 130058 with flag 13273340/2201000
428.74/427.62	c cleaning 66020 clauses out of 132066 with flag 13688228/2268002
444.74/443.69	c cleaning 66996 clauses out of 134044 with flag 14108824/2336000
461.45/460.33	c cleaning 68001 clauses out of 136048 with flag 14528509/2405000
478.56/477.48	c cleaning 69007 clauses out of 138048 with flag 14961920/2475001
495.99/494.85	c cleaning 70007 clauses out of 140040 with flag 15396152/2546000
513.29/512.12	c cleaning 70993 clauses out of 142033 with flag 15837111/2618000
531.58/530.43	c cleaning 72016 clauses out of 144040 with flag 16289271/2691000
550.29/549.12	c cleaning 73005 clauses out of 146024 with flag 16748906/2765000
569.38/568.24	c cleaning 73997 clauses out of 148019 with flag 17210758/2840000
588.98/587.82	c cleaning 74939 clauses out of 150024 with flag 17675753/2916002
608.97/607.77	c cleaning 76006 clauses out of 152083 with flag 18146111/2993000
629.47/628.21	c cleaning 77012 clauses out of 154079 with flag 18628890/3071002
650.38/649.18	c cleaning 78011 clauses out of 156065 with flag 19117494/3150000
671.89/670.61	c cleaning 79003 clauses out of 158054 with flag 19615064/3230000
693.69/692.43	c cleaning 80007 clauses out of 160051 with flag 20113772/3311000
716.10/714.89	c cleaning 80970 clauses out of 162046 with flag 20620280/3393002
739.52/738.11	c cleaning 82017 clauses out of 164074 with flag 21137793/3476000
763.41/762.05	c cleaning 82985 clauses out of 166057 with flag 21656690/3560000
787.53/786.19	c cleaning 83996 clauses out of 168072 with flag 22182251/3645000
812.43/811.06	c cleaning 85008 clauses out of 170078 with flag 22712264/3731002
838.14/836.78	c cleaning 86008 clauses out of 172068 with flag 23248070/3818000
864.05/862.60	c cleaning 87014 clauses out of 174060 with flag 23795338/3906000
889.90/888.44	c cleaning 88001 clauses out of 176046 with flag 24346501/3995000
916.31/914.84	c cleaning 89005 clauses out of 178045 with flag 24900187/4085000
943.62/942.17	c cleaning 89980 clauses out of 180040 with flag 25457928/4176000
971.52/970.05	c cleaning 91000 clauses out of 182060 with flag 26021273/4268000
999.74/998.16	c cleaning 92011 clauses out of 184060 with flag 26596605/4361000
1028.74/1027.16	c cleaning 92997 clauses out of 186049 with flag 27174149/4455000
1058.76/1057.12	c cleaning 94016 clauses out of 188053 with flag 27757666/4550001
1088.96/1087.34	c cleaning 95008 clauses out of 190037 with flag 28345895/4646001
1120.76/1119.19	c cleaning 95980 clauses out of 192028 with flag 28941119/4743000
1152.79/1151.07	c cleaning 97008 clauses out of 194049 with flag 29549599/4841001
1184.79/1183.01	c cleaning 98022 clauses out of 196043 with flag 30161628/4940003
1218.11/1216.31	c cleaning 98940 clauses out of 198018 with flag 30782171/5040000
1251.44/1249.68	c cleaning 100017 clauses out of 200078 with flag 31401967/5141000
1286.09/1284.16	c cleaning 101019 clauses out of 202062 with flag 32024721/5243001
1320.90/1318.99	c cleaning 101987 clauses out of 204042 with flag 32661647/5346000
1356.80/1354.86	c cleaning 103003 clauses out of 206057 with flag 33296333/5450002
1393.21/1391.27	c cleaning 103972 clauses out of 208052 with flag 33942750/5555000
1430.75/1428.62	c cleaning 105030 clauses out of 210082 with flag 34588594/5661002
1468.07/1465.92	c cleaning 105998 clauses out of 212050 with flag 35243385/5768000
1507.17/1505.05	c cleaning 106982 clauses out of 214052 with flag 35899822/5876000
1546.49/1544.34	c cleaning 108011 clauses out of 216070 with flag 36571331/5985000
1586.75/1584.58	c cleaning 109015 clauses out of 218059 with flag 37246309/6095000
1626.97/1624.74	c cleaning 110012 clauses out of 220044 with flag 37926175/6206000
1667.87/1665.61	c cleaning 110948 clauses out of 222033 with flag 38615428/6318001
1709.17/1706.89	c cleaning 111988 clauses out of 224084 with flag 39311700/6431000
1752.60/1750.25	c cleaning 113023 clauses out of 226096 with flag 40005705/6545000
1796.51/1794.15	c cleaning 114005 clauses out of 228073 with flag 40712162/6660000
1800.00/1797.60	c starts		: 50066
1800.00/1797.60	c conflicts		: 6673166
1800.00/1797.60	c decisions		: 63712160
1800.00/1797.60	c propagations		: 906155150
1800.00/1797.60	c inspects		: 24549126963
1800.00/1797.60	c shortcuts		: 0
1800.00/1797.60	c learnt literals	: 2
1800.00/1797.60	c learnt binary clauses	: 36
1800.00/1797.60	c learnt ternary clauses	: 604
1800.00/1797.60	c learnt constraints	: 6673164
1800.00/1797.60	c ignored constraints	: 0
1800.00/1797.60	c root simplifications	: 0
1800.00/1797.60	c removed literals (reason simplification)	: 0
1800.00/1797.60	c reason swapping (by a shorter reason)	: 0
1800.00/1797.60	c Calls to reduceDB	: 111
1800.00/1797.60	c Number of update (reduction) of LBD	: 1401193
1800.00/1797.60	c Imported unit clauses	: 0
1800.00/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.60	c number of learned constraints concerned by reduction	: 0
1800.00/1797.60	c number of learning phase by resolution	: 0
1800.00/1797.60	c number of learning phase by cutting planes	: 0
1800.00/1797.60	c speed (assignments/second)	: 504210.0170378226
1800.00/1797.60	c non guided choices	28195
1800.00/1797.60	c timeout
1800.00/1797.63	c learnt constraints type 
1800.00/1797.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
1800.00/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 127198
1800.00/1797.63	s UNKNOWN
1800.00/1797.63	c Total wall clock time (in seconds): 1797.516

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4116529-1466970678/watcher-4116529-1466970678 -o /tmp/evaluation-result-4116529-1466970678/solver-4116529-1466970678 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116529-1466970678.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.09 2.08 3/194 29949
/proc/meminfo: memFree=31005164/32872528 swapFree=552864/567172
[pid=29949] ppid=29946 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/29949/stat : 29949 (java) R 29946 29949 26442 0 -1 4202496 658 0 0 0 0 0 0 0 20 0 1 0 30105744 23793664 308 33554432000 1073741824 1073778376 140735007175024 140735007164088 206619851315 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29949/statm: 5809 320 247 9 0 128 0

[startup+0.100158 s]
/proc/loadavg: 2.04 2.09 2.08 3/194 29949
/proc/meminfo: memFree=31005164/32872528 swapFree=552864/567172
[pid=29949] ppid=29946 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/29949/stat : 29949 (java) S 29946 29949 26442 0 -1 4202496 4407 0 1 0 8 1 0 0 20 0 18 0 30105744 9787879424 6033 33554432000 1073741824 1073778376 140735007175024 140735007166160 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29949/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.04 2.09 2.08 3/194 29949
/proc/meminfo: memFree=31005164/32872528 swapFree=552864/567172
[pid=29949] ppid=29946 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/29949/stat : 29949 (java) S 29946 29949 26442 0 -1 4202496 4941 0 1 0 25 1 0 0 20 0 18 0 30105744 9787879424 6976 33554432000 1073741824 1073778376 140735007175024 140735007166160 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29949/statm: 2389619 6976 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 2.04 2.09 2.08 3/194 29949
/proc/meminfo: memFree=31005164/32872528 swapFree=552864/567172
[pid=29949] ppid=29946 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/29949/stat : 29949 (java) S 29946 29949 26442 0 -1 4202496 5809 0 1 0 48 1 0 0 20 0 18 0 30105744 9787879424 8954 33554432000 1073741824 1073778376 140735007175024 140735007166160 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29949/statm: 2389619 8954 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700304 s]
/proc/loadavg: 2.04 2.09 2.08 3/194 29949
/proc/meminfo: memFree=31005164/32872528 swapFree=552864/567172
[pid=29949] ppid=29946 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/29949/stat : 29949 (java) S 29946 29949 26442 0 -1 4202496 8635 0 1 0 134 2 0 0 20 0 19 0 30105744 9856040960 15887 33554432000 1073741824 1073778376 140735007175024 140735007166160 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29949/statm: 2406260 15887 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.04 2.09 2.08 4/213 29968
/proc/meminfo: memFree=30948792/32872528 swapFree=552864/567172
[pid=29949] ppid=29946 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/29949/stat : 29949 (java) S 29946 29949 26442 0 -1 4202496 9570 0 1 0 227 2 0 0 20 0 19 0 30105744 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 140735007166160 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29949/statm: 2406260 16407 2270 9 0 2396937 0
[pid=29949/tid=29951] ppid=29946 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/29949/task/29951/stat : 29951 (java) R 29946 29949 26442 0 -1 4202560 2439 0 1 0 145 2 0 0 20 0 19 0 30105745 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139989603602128 139989443261375 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29949/tid=29952] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29952/stat : 29952 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139989565102504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29953] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29953/stat : 29953 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139989564049960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29954] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29954/stat : 29954 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139989562996904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29949/tid=29955] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29955/stat : 29955 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139989561944360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29949/tid=29956] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29956/stat : 29956 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139989442620328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29957] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29957/stat : 29957 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139989441567784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29949/tid=29958] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29958/stat : 29958 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139989440514728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29959] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29959/stat : 29959 (java) S 29946 29949 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139989439462184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29960] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29960/stat : 29960 (java) S 29946 29949 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30105747 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139989427263848 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29961] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29961/stat : 29961 (java) S 29946 29949 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30105748 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139988821861752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29962] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29962/stat : 29962 (java) S 29946 29949 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30105748 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139988820808584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29963] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29963/stat : 29963 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105750 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139988819757328 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29964] ppid=29946 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/29949/task/29964/stat : 29964 (java) S 29946 29949 26442 0 -1 4202560 2954 0 0 0 41 0 0 0 20 0 19 0 30105750 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139988818705208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29965] ppid=29946 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/29949/task/29965/stat : 29965 (java) S 29946 29949 26442 0 -1 4202560 2900 0 0 0 38 0 0 0 20 0 19 0 30105750 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139988817652664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29966] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29966/stat : 29966 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105750 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139988816599800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29949/tid=29967] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29967/stat : 29967 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105750 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139988815547464 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29968] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29968/stat : 29968 (java) S 29946 29949 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30105787 9856040960 16407 33554432000 1073741824 1073778376 140735007175024 139988814492712 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.04 2.09 2.08 3/213 29968
/proc/meminfo: memFree=30944820/32872528 swapFree=552864/567172
[pid=29949] ppid=29946 vsize=9625040 CPUtime=3.92 cores=1,3,5,7
/proc/29949/stat : 29949 (java) S 29946 29949 26442 0 -1 4202496 9573 0 1 0 390 2 0 0 20 0 19 0 30105744 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 140735007166160 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29949/statm: 2406260 17431 2270 9 0 2396937 0
[pid=29949/tid=29951] ppid=29946 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/29949/task/29951/stat : 29951 (java) R 29946 29949 26442 0 -1 4202560 2442 0 1 0 305 2 0 0 20 0 19 0 30105745 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139989603611040 139989443331231 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29949/tid=29952] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29952/stat : 29952 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139989565102504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29953] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29953/stat : 29953 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139989564049960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29954] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29954/stat : 29954 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139989562996904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29949/tid=29955] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29955/stat : 29955 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139989561944360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29949/tid=29956] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29956/stat : 29956 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139989442620328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29957] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29957/stat : 29957 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139989441567784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29949/tid=29958] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29958/stat : 29958 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139989440514728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29959] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29959/stat : 29959 (java) S 29946 29949 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139989439462184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29960] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29960/stat : 29960 (java) S 29946 29949 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30105747 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139989427263848 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29961] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29961/stat : 29961 (java) S 29946 29949 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30105748 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139988821861752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29962] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29962/stat : 29962 (java) S 29946 29949 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30105748 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139988820808584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29963] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29963/stat : 29963 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105750 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139988819757328 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29964] ppid=29946 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/29949/task/29964/stat : 29964 (java) S 29946 29949 26442 0 -1 4202560 2954 0 0 0 42 0 0 0 20 0 19 0 30105750 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139988818705208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29965] ppid=29946 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/29949/task/29965/stat : 29965 (java) S 29946 29949 26442 0 -1 4202560 2900 0 0 0 40 0 0 0 20 0 19 0 30105750 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139988817652664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29966] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29966/stat : 29966 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105750 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139988816599800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29949/tid=29967] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29967/stat : 29967 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105750 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139988815547464 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29968] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29968/stat : 29968 (java) S 29946 29949 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30105787 9856040960 17431 33554432000 1073741824 1073778376 140735007175024 139988814492712 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.04 2.09 2.08 3/212 29968
/proc/meminfo: memFree=30937132/32872528 swapFree=552864/567172
[pid=29949] ppid=29946 vsize=9625040 CPUtime=7.14 cores=1,3,5,7
/proc/29949/stat : 29949 (java) S 29946 29949 26442 0 -1 4202496 9579 0 1 0 712 2 0 0 20 0 19 0 30105744 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 140735007166160 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29949/statm: 2406260 19286 2271 9 0 2396937 0
[pid=29949/tid=29951] ppid=29946 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/29949/task/29951/stat : 29951 (java) R 29946 29949 26442 0 -1 4202560 2447 0 1 0 624 2 0 0 20 0 19 0 30105745 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139989603611048 139989443304168 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29949/tid=29952] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29952/stat : 29952 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139989565102504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29953] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29953/stat : 29953 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139989564049960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29954] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29954/stat : 29954 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139989562996904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29949/tid=29955] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29955/stat : 29955 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139989561944360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29949/tid=29956] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29956/stat : 29956 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139989442620328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29957] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29957/stat : 29957 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139989441567784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29949/tid=29958] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29958/stat : 29958 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139989440514728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29959] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29959/stat : 29959 (java) S 29946 29949 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30105746 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139989439462184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29960] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29960/stat : 29960 (java) S 29946 29949 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30105747 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139989427263848 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29961] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29961/stat : 29961 (java) S 29946 29949 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30105748 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139988821861752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29962] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29962/stat : 29962 (java) S 29946 29949 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30105748 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139988820808584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29963] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29963/stat : 29963 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105750 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139988819757328 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29964] ppid=29946 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/29949/task/29964/stat : 29964 (java) S 29946 29949 26442 0 -1 4202560 2954 0 0 0 43 0 0 0 20 0 19 0 30105750 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139988818705208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29965] ppid=29946 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/29949/task/29965/stat : 29965 (java) S 29946 29949 26442 0 -1 4202560 2900 0 0 0 41 0 0 0 20 0 19 0 30105750 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139988817652664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29966] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29966/stat : 29966 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105750 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139988816599800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29949/tid=29967] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29967/stat : 29967 (java) S 29946 29949 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30105750 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139988815547464 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29968] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29968/stat : 29968 (java) S 29946 29949 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30105787 9856040960 19286 33554432000 1073741824 1073778376 140735007175024 139988814492712 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 9625040


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

[pid=29949/tid=29968] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29968/stat : 29968 (java) S 29946 29949 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30105787 9856040960 87005 33554432000 1073741824 1073778376 140735007175024 139988814492712 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1664.57
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.13 2.12 2.09 3/213 30097
/proc/meminfo: memFree=30690904/32872528 swapFree=552864/567172
[pid=29949] ppid=29946 vsize=9625040 CPUtime=1724.68 cores=1,3,5,7
/proc/29949/stat : 29949 (java) S 29946 29949 26442 0 -1 4202496 10771 0 1 0 172400 68 0 0 20 0 19 0 30105744 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 140735007166160 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29949/statm: 2406260 89563 2285 9 0 2396937 0
[pid=29949/tid=29951] ppid=29946 vsize=9625040 CPUtime=1717.4 cores=1,3,5,7
/proc/29949/task/29951/stat : 29951 (java) R 29946 29949 26442 0 -1 4202560 2503 0 1 0 171711 29 0 0 20 0 19 0 30105745 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989603602208 139989443277210 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29949/tid=29952] ppid=29946 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29949/task/29952/stat : 29952 (java) S 29946 29949 26442 0 -1 4202560 89 0 0 0 14 3 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989565102504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29953] ppid=29946 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/29949/task/29953/stat : 29953 (java) S 29946 29949 26442 0 -1 4202560 107 0 0 0 15 3 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989564049960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29949/tid=29954] ppid=29946 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29949/task/29954/stat : 29954 (java) S 29946 29949 26442 0 -1 4202560 125 0 0 0 13 3 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989562996904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29949/tid=29955] ppid=29946 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29949/task/29955/stat : 29955 (java) S 29946 29949 26442 0 -1 4202560 123 0 0 0 14 3 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989561944360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29956] ppid=29946 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29949/task/29956/stat : 29956 (java) S 29946 29949 26442 0 -1 4202560 113 0 0 0 13 3 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989442620328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29957] ppid=29946 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29949/task/29957/stat : 29957 (java) S 29946 29949 26442 0 -1 4202560 29 0 0 0 12 2 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989441567784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29958] ppid=29946 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/29949/task/29958/stat : 29958 (java) S 29946 29949 26442 0 -1 4202560 149 0 0 0 15 4 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989440514728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29959] ppid=29946 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29949/task/29959/stat : 29959 (java) S 29946 29949 26442 0 -1 4202560 96 0 0 0 18 2 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989439462184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29960] ppid=29946 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29949/task/29960/stat : 29960 (java) S 29946 29949 26442 0 -1 4202560 69 0 0 0 0 2 0 0 20 0 19 0 30105747 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989427263848 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29961] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29961/stat : 29961 (java) S 29946 29949 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30105748 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988821861752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29962] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29962/stat : 29962 (java) S 29946 29949 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30105748 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988820808584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29963] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29963/stat : 29963 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105750 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988819757328 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29964] ppid=29946 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/29949/task/29964/stat : 29964 (java) S 29946 29949 26442 0 -1 4202560 2954 0 0 0 43 0 0 0 20 0 19 0 30105750 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988818705208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29965] ppid=29946 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/29949/task/29965/stat : 29965 (java) S 29946 29949 26442 0 -1 4202560 3050 0 0 0 45 0 0 0 20 0 19 0 30105750 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988817652664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29966] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29966/stat : 29966 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105750 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988816599800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29949/tid=29967] ppid=29946 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/29949/task/29967/stat : 29967 (java) S 29946 29949 26442 0 -1 4202560 100 0 0 0 32 42 0 0 20 0 19 0 30105750 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988815547464 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29968] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29968/stat : 29968 (java) S 29946 29949 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30105787 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988814492712 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.68
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.14 2.10 3/214 30101
/proc/meminfo: memFree=30690408/32872528 swapFree=552864/567172
[pid=29949] ppid=29946 vsize=9625040 CPUtime=1784.69 cores=1,3,5,7
/proc/29949/stat : 29949 (java) S 29946 29949 26442 0 -1 4202496 10775 0 1 0 178400 69 0 0 20 0 19 0 30105744 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 140735007166160 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29949/statm: 2406260 89563 2285 9 0 2396937 0
[pid=29949/tid=29951] ppid=29946 vsize=9625040 CPUtime=1777.25 cores=1,3,5,7
/proc/29949/task/29951/stat : 29951 (java) R 29946 29949 26442 0 -1 4202560 2503 0 1 0 177695 30 0 0 20 0 19 0 30105745 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989603602208 139989443331236 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29949/tid=29952] ppid=29946 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29949/task/29952/stat : 29952 (java) S 29946 29949 26442 0 -1 4202560 89 0 0 0 14 3 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989565102504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29953] ppid=29946 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/29949/task/29953/stat : 29953 (java) S 29946 29949 26442 0 -1 4202560 107 0 0 0 15 3 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989564049960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29949/tid=29954] ppid=29946 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29949/task/29954/stat : 29954 (java) S 29946 29949 26442 0 -1 4202560 125 0 0 0 13 3 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989562996904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29949/tid=29955] ppid=29946 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29949/task/29955/stat : 29955 (java) S 29946 29949 26442 0 -1 4202560 123 0 0 0 14 3 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989561944360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29956] ppid=29946 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29949/task/29956/stat : 29956 (java) S 29946 29949 26442 0 -1 4202560 113 0 0 0 13 3 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989442620328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29957] ppid=29946 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29949/task/29957/stat : 29957 (java) S 29946 29949 26442 0 -1 4202560 29 0 0 0 12 2 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989441567784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29958] ppid=29946 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/29949/task/29958/stat : 29958 (java) S 29946 29949 26442 0 -1 4202560 149 0 0 0 15 4 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989440514728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29959] ppid=29946 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29949/task/29959/stat : 29959 (java) S 29946 29949 26442 0 -1 4202560 96 0 0 0 18 2 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989439462184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29960] ppid=29946 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29949/task/29960/stat : 29960 (java) S 29946 29949 26442 0 -1 4202560 69 0 0 0 0 2 0 0 20 0 19 0 30105747 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989427263848 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29961] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29961/stat : 29961 (java) S 29946 29949 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30105748 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988821861752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29962] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29962/stat : 29962 (java) S 29946 29949 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30105748 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988820808584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29963] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29963/stat : 29963 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105750 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988819757328 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29964] ppid=29946 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/29949/task/29964/stat : 29964 (java) S 29946 29949 26442 0 -1 4202560 2954 0 0 0 43 0 0 0 20 0 19 0 30105750 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988818705208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29965] ppid=29946 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/29949/task/29965/stat : 29965 (java) S 29946 29949 26442 0 -1 4202560 3050 0 0 0 45 0 0 0 20 0 19 0 30105750 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988817652664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29966] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29966/stat : 29966 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105750 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988816599800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29949/tid=29967] ppid=29946 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/29949/task/29967/stat : 29967 (java) S 29946 29949 26442 0 -1 4202560 104 0 0 0 33 43 0 0 20 0 19 0 30105750 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988815547464 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29968] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29968/stat : 29968 (java) S 29946 29949 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30105787 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988814492712 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.69
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.15 2.14 2.09 3/213 30101
/proc/meminfo: memFree=30690916/32872528 swapFree=552864/567172
[pid=29949] ppid=29946 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/29949/stat : 29949 (java) S 29946 29949 26442 0 -1 4202496 10775 0 1 0 179930 70 0 0 20 0 19 0 30105744 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 140735007166160 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29949/statm: 2406260 89563 2285 9 0 2396937 0
[pid=29949/tid=29951] ppid=29946 vsize=9625040 CPUtime=1792.51 cores=1,3,5,7
/proc/29949/task/29951/stat : 29951 (java) R 29946 29949 26442 0 -1 4202560 2503 0 1 0 179221 30 0 0 20 0 19 0 30105745 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989603602208 139989443261297 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29949/tid=29952] ppid=29946 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29949/task/29952/stat : 29952 (java) S 29946 29949 26442 0 -1 4202560 89 0 0 0 14 3 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989565102504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29953] ppid=29946 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/29949/task/29953/stat : 29953 (java) S 29946 29949 26442 0 -1 4202560 107 0 0 0 15 3 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989564049960 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29949/tid=29954] ppid=29946 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29949/task/29954/stat : 29954 (java) S 29946 29949 26442 0 -1 4202560 125 0 0 0 13 3 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989562996904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29949/tid=29955] ppid=29946 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/29949/task/29955/stat : 29955 (java) S 29946 29949 26442 0 -1 4202560 123 0 0 0 14 3 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989561944360 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29956] ppid=29946 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29949/task/29956/stat : 29956 (java) S 29946 29949 26442 0 -1 4202560 113 0 0 0 13 3 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989442620328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29957] ppid=29946 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29949/task/29957/stat : 29957 (java) S 29946 29949 26442 0 -1 4202560 29 0 0 0 12 2 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989441567784 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29958] ppid=29946 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/29949/task/29958/stat : 29958 (java) S 29946 29949 26442 0 -1 4202560 149 0 0 0 15 4 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989440514728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29959] ppid=29946 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/29949/task/29959/stat : 29959 (java) S 29946 29949 26442 0 -1 4202560 96 0 0 0 18 2 0 0 20 0 19 0 30105746 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989439462184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29960] ppid=29946 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/29949/task/29960/stat : 29960 (java) S 29946 29949 26442 0 -1 4202560 69 0 0 0 0 2 0 0 20 0 19 0 30105747 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139989427263848 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29961] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29961/stat : 29961 (java) S 29946 29949 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30105748 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988821861752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29962] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29962/stat : 29962 (java) S 29946 29949 26442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 30105748 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988820808584 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29963] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29963/stat : 29963 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105750 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988819757328 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29964] ppid=29946 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/29949/task/29964/stat : 29964 (java) S 29946 29949 26442 0 -1 4202560 2954 0 0 0 43 0 0 0 20 0 19 0 30105750 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988818705208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29949/tid=29965] ppid=29946 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/29949/task/29965/stat : 29965 (java) S 29946 29949 26442 0 -1 4202560 3050 0 0 0 45 0 0 0 20 0 19 0 30105750 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988817652664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29966] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29966/stat : 29966 (java) S 29946 29949 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30105750 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988816599800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29949/tid=29967] ppid=29946 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/29949/task/29967/stat : 29967 (java) S 29946 29949 26442 0 -1 4202560 104 0 0 0 34 43 0 0 20 0 19 0 30105750 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988815547464 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29949/tid=29968] ppid=29946 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29949/task/29968/stat : 29968 (java) S 29946 29949 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30105787 9856040960 89563 33554432000 1073741824 1073778376 140735007175024 139988814492712 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

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

Real time (s): 1797.64
CPU time (s): 1800
CPU user time (s): 1799.3
CPU system time (s): 0.7
CPU usage (%): 100.132
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.74
system time used= 1.12283
maximum resident set size= 358368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10808
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38449
involuntary context switches= 6310

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8822 second user time and 12.3751 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 21:51:18
IDJOB=4116529
IDBENCH=109481
IDSOLVER=2546
FILE ID=node138/4116529-1466970678
RUNJOBID= node138-1466940040-26459
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size96-round23-0.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116529-1466970678/watcher-4116529-1466970678 -o /tmp/evaluation-result-4116529-1466970678/solver-4116529-1466970678 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116529-1466970678.opb

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

MD5SUM BENCH= c6c7770273574048f55bca555193e5de
RANDOM SEED=127105762

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31005352 kB
Buffers:           36432 kB
Cached:           227168 kB
SwapCached:         3788 kB
Active:           349796 kB
Inactive:         241176 kB
Active(anon):     325304 kB
Inactive(anon):     4580 kB
Active(file):      24492 kB
Inactive(file):   236596 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1200 kB
Writeback:             0 kB
AnonPages:       1016568 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             567208 kB
SReclaimable:      10828 kB
SUnreclaim:       556380 kB
KernelStack:        1760 kB
PageTables:         5932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1298584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    446464 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= 71716 MiB
End job on node138 at 2016-06-26 22:21:16