Trace number 4085595

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.07 1779.04

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx75.opb
MD5SUM899c8865b8ac9a45eaa204f923cbd9e8
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 947
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4085595-1465267054.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.80/0.44	c ... done. Wall clock time 0.337s.
0.80/0.44	c declared #vars     4977
0.80/0.44	c #constraints  5569
0.80/0.44	c constraints type 
0.80/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
0.80/0.45	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
0.80/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 75
0.80/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4970
0.80/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 448
0.80/0.45	c 5569 constraints processed.
0.80/0.45	c objective function length is 7 literals
2.37/1.31	c cleaning 2494 clauses out of 5004 with flag 22785/5004
3.11/2.06	c cleaning 4244 clauses out of 8508 with flag 51188/11002
3.92/2.89	c cleaning 5618 clauses out of 11262 with flag 85984/18000
4.83/3.72	c cleaning 6807 clauses out of 13644 with flag 130834/26000
5.84/4.70	c cleaning 7911 clauses out of 15837 with flag 176704/35000
7.15/6.02	c cleaning 8953 clauses out of 17926 with flag 221175/45000
8.45/7.36	c cleaning 9979 clauses out of 19974 with flag 270047/56001
10.05/8.93	c cleaning 10988 clauses out of 21994 with flag 327713/68000
11.74/10.60	c cleaning 11992 clauses out of 24006 with flag 422067/81000
13.47/12.34	c cleaning 12998 clauses out of 26014 with flag 509085/95000
15.37/14.29	c cleaning 13999 clauses out of 28016 with flag 585633/110000
17.78/16.64	c cleaning 14993 clauses out of 30017 with flag 665383/126000
20.37/19.26	c cleaning 16005 clauses out of 32025 with flag 747636/143001
23.47/22.39	c cleaning 16999 clauses out of 34019 with flag 844853/161000
26.07/24.98	c cleaning 17985 clauses out of 36020 with flag 938755/180000
28.68/27.59	c cleaning 19007 clauses out of 38035 with flag 1040028/200000
33.27/32.03	c cleaning 19999 clauses out of 40029 with flag 1140735/221001
36.36/35.19	c cleaning 21010 clauses out of 42034 with flag 1250980/243005
39.87/38.65	c cleaning 21994 clauses out of 44020 with flag 1355032/266001
43.07/41.86	c cleaning 23007 clauses out of 46026 with flag 1477551/290001
47.16/45.99	c cleaning 23995 clauses out of 48021 with flag 1613376/315003
51.52/50.14	c cleaning 24998 clauses out of 50023 with flag 1748582/341000
55.01/53.69	c cleaning 26004 clauses out of 52025 with flag 1867797/368000
59.21/57.86	c cleaning 27001 clauses out of 54021 with flag 2018893/396000
64.01/62.65	c cleaning 27999 clauses out of 56021 with flag 2171448/425001
68.11/66.75	c cleaning 28978 clauses out of 58021 with flag 2320080/455000
72.90/71.37	c cleaning 29992 clauses out of 60043 with flag 2516087/486000
77.40/75.82	c cleaning 31009 clauses out of 62054 with flag 2678216/518003
82.40/80.83	c cleaning 32007 clauses out of 64043 with flag 2840093/551001
88.39/86.88	c cleaning 32999 clauses out of 66037 with flag 3004232/585002
94.68/92.91	c cleaning 34003 clauses out of 68036 with flag 3196857/620000
100.27/98.50	c cleaning 34987 clauses out of 70034 with flag 3375316/656001
106.07/104.30	c cleaning 36001 clauses out of 72046 with flag 3551110/693000
111.80/109.94	c cleaning 37015 clauses out of 74046 with flag 3745345/731001
117.81/115.92	c cleaning 38007 clauses out of 76032 with flag 3943652/770002
123.89/121.83	c cleaning 39000 clauses out of 78024 with flag 4131274/810001
130.39/128.35	c cleaning 40000 clauses out of 80025 with flag 4325340/851002
136.49/134.43	c cleaning 40975 clauses out of 82023 with flag 4527839/893000
144.61/142.39	c cleaning 42011 clauses out of 84049 with flag 4734957/936001
152.21/149.90	c cleaning 42999 clauses out of 86037 with flag 4940493/980000
161.36/158.99	c cleaning 43989 clauses out of 88041 with flag 5160249/1025003
168.36/165.94	c cleaning 45009 clauses out of 90049 with flag 5418315/1071000
176.43/173.81	c cleaning 46009 clauses out of 92041 with flag 5694734/1118001
185.03/182.41	c cleaning 46995 clauses out of 94031 with flag 5931110/1166000
193.07/190.44	c cleaning 48007 clauses out of 96036 with flag 6196172/1215000
201.26/198.58	c cleaning 48999 clauses out of 98029 with flag 6449051/1265000
209.26/206.60	c cleaning 49991 clauses out of 100030 with flag 6710276/1316000
218.75/215.90	c cleaning 50993 clauses out of 102039 with flag 6978632/1368000
230.47/227.56	c cleaning 52005 clauses out of 104046 with flag 7255586/1421000
241.66/238.62	c cleaning 53006 clauses out of 106042 with flag 7571738/1475001
249.86/246.82	c cleaning 54004 clauses out of 108040 with flag 7858439/1530005
259.25/256.14	c cleaning 55003 clauses out of 110031 with flag 8153578/1586000
269.41/266.28	c cleaning 56002 clauses out of 112028 with flag 8448959/1643000
280.18/276.95	c cleaning 57001 clauses out of 114028 with flag 8755090/1701002
290.08/286.70	c cleaning 58005 clauses out of 116025 with flag 9042941/1760000
301.08/297.67	c cleaning 58995 clauses out of 118021 with flag 9319699/1820001
311.86/308.35	c cleaning 59977 clauses out of 120025 with flag 9619754/1881000
321.16/317.66	c cleaning 61018 clauses out of 122050 with flag 9922359/1943002
331.93/328.39	c cleaning 61969 clauses out of 124031 with flag 10260859/2006001
344.59/340.81	c cleaning 62999 clauses out of 126061 with flag 10573554/2070000
355.10/351.26	c cleaning 64026 clauses out of 128063 with flag 10882690/2135001
368.68/364.75	c cleaning 64987 clauses out of 130036 with flag 11280344/2201000
379.89/375.89	c cleaning 66002 clauses out of 132049 with flag 11631182/2268000
391.13/387.09	c cleaning 67015 clauses out of 134052 with flag 11969540/2336005
403.47/399.29	c cleaning 68006 clauses out of 136032 with flag 12334715/2405000
415.46/411.16	c cleaning 68992 clauses out of 138028 with flag 12699174/2475002
428.44/423.92	c cleaning 69975 clauses out of 140034 with flag 13095645/2546000
440.50/435.97	c cleaning 71020 clauses out of 142059 with flag 13449672/2618000
455.32/450.66	c cleaning 72009 clauses out of 144040 with flag 13818144/2691001
469.08/464.28	c cleaning 73006 clauses out of 146031 with flag 14212572/2765001
481.94/477.00	c cleaning 73998 clauses out of 148024 with flag 14573683/2840000
502.66/497.62	c cleaning 74999 clauses out of 150026 with flag 14961564/2916000
517.96/512.76	c cleaning 75984 clauses out of 152027 with flag 15377034/2993000
531.62/526.29	c cleaning 77003 clauses out of 154044 with flag 15781122/3071001
545.69/540.27	c cleaning 78013 clauses out of 156041 with flag 16164779/3150001
561.17/555.57	c cleaning 79000 clauses out of 158027 with flag 16573970/3230000
577.49/571.75	c cleaning 79992 clauses out of 160029 with flag 17024482/3311002
593.72/587.88	c cleaning 81004 clauses out of 162036 with flag 17456953/3393001
608.08/602.07	c cleaning 81993 clauses out of 164031 with flag 17920470/3476000
625.19/619.08	c cleaning 82995 clauses out of 166040 with flag 18353971/3560002
641.20/634.80	c cleaning 83994 clauses out of 168044 with flag 18794175/3645001
657.41/650.82	c cleaning 85012 clauses out of 170049 with flag 19305516/3731000
675.21/668.45	c cleaning 86007 clauses out of 172037 with flag 19812010/3818000
692.89/685.95	c cleaning 86967 clauses out of 174031 with flag 20396916/3906001
709.20/702.04	c cleaning 88025 clauses out of 176063 with flag 20860782/3995000
727.25/719.82	c cleaning 88999 clauses out of 178039 with flag 21342099/4085001
746.17/738.58	c cleaning 90009 clauses out of 180039 with flag 21794000/4176000
766.47/758.52	c cleaning 91004 clauses out of 182031 with flag 22367739/4268001
785.21/777.06	c cleaning 91996 clauses out of 184027 with flag 22832824/4361001
805.16/796.74	c cleaning 92995 clauses out of 186030 with flag 23303027/4455000
825.85/817.23	c cleaning 94000 clauses out of 188036 with flag 23851237/4550001
847.04/838.15	c cleaning 94998 clauses out of 190035 with flag 24384770/4646000
866.60/857.51	c cleaning 96006 clauses out of 192037 with flag 24892683/4743000
885.35/876.06	c cleaning 97001 clauses out of 194031 with flag 25359745/4841000
904.03/894.41	c cleaning 98014 clauses out of 196030 with flag 25899625/4940000
924.20/914.24	c cleaning 98989 clauses out of 198016 with flag 26427191/5040000
944.61/934.48	c cleaning 100003 clauses out of 200027 with flag 26944335/5141000
962.97/952.52	c cleaning 100994 clauses out of 202025 with flag 27426376/5243001
982.68/972.01	c cleaning 101983 clauses out of 204031 with flag 27956261/5346001
1004.69/993.83	c cleaning 103001 clauses out of 206049 with flag 28545503/5450002
1029.38/1018.17	c cleaning 103989 clauses out of 208046 with flag 29076322/5555000
1053.33/1041.87	c cleaning 105013 clauses out of 210057 with flag 29603111/5661000
1075.28/1063.51	c cleaning 106010 clauses out of 212046 with flag 30110057/5768002
1097.69/1085.68	c cleaning 107003 clauses out of 214035 with flag 30668941/5876001
1120.15/1107.89	c cleaning 108001 clauses out of 216031 with flag 31260029/5985000
1142.04/1129.43	c cleaning 109001 clauses out of 218030 with flag 31823497/6095000
1171.78/1158.92	c cleaning 109989 clauses out of 220030 with flag 32366643/6206001
1196.84/1183.64	c cleaning 110999 clauses out of 222041 with flag 32921744/6318001
1221.37/1207.85	c cleaning 111999 clauses out of 224041 with flag 33491958/6431000
1281.11/1267.10	c cleaning 113009 clauses out of 226043 with flag 34272971/6545001
1305.98/1291.18	c cleaning 113982 clauses out of 228036 with flag 34882764/6660003
1332.06/1316.82	c cleaning 115019 clauses out of 230053 with flag 35436134/6776002
1357.80/1342.13	c cleaning 115999 clauses out of 232033 with flag 36041487/6893001
1382.47/1366.40	c cleaning 116996 clauses out of 234033 with flag 36671208/7011000
1406.70/1390.35	c cleaning 118011 clauses out of 236039 with flag 37291893/7130002
1430.79/1414.11	c cleaning 118998 clauses out of 238026 with flag 37927770/7250000
1456.98/1440.01	c cleaning 119995 clauses out of 240028 with flag 38523620/7371000
1485.50/1468.14	c cleaning 121004 clauses out of 242034 with flag 39196966/7493001
1517.10/1499.33	c cleaning 121996 clauses out of 244029 with flag 39811418/7616000
1545.15/1527.09	c cleaning 122991 clauses out of 246034 with flag 40410628/7740001
1572.45/1554.03	c cleaning 123999 clauses out of 248043 with flag 41074604/7865001
1606.72/1587.93	c cleaning 125013 clauses out of 250045 with flag 41711894/7991002
1640.13/1621.05	c cleaning 125994 clauses out of 252030 with flag 42419601/8118000
1668.08/1648.57	c cleaning 127010 clauses out of 254037 with flag 43077847/8246001
1700.05/1680.29	c cleaning 128007 clauses out of 256026 with flag 43739546/8375000
1731.96/1711.89	c cleaning 128997 clauses out of 258019 with flag 44559830/8505000
1760.68/1740.20	c cleaning 129995 clauses out of 260024 with flag 45319383/8636002
1796.71/1775.74	c cleaning 130994 clauses out of 262027 with flag 45996674/8768000
1800.07/1779.00	c starts		: 15948
1800.07/1779.00	c conflicts		: 8788416
1800.07/1779.00	c decisions		: 27309887
1800.07/1779.00	c propagations		: 1422953476
1800.07/1779.00	c inspects		: 22595134998
1800.07/1779.00	c shortcuts		: 0
1800.07/1779.00	c learnt literals	: 0
1800.07/1779.00	c learnt binary clauses	: 0
1800.07/1779.00	c learnt ternary clauses	: 0
1800.07/1779.00	c learnt constraints	: 8788416
1800.07/1779.00	c ignored constraints	: 0
1800.07/1779.00	c root simplifications	: 0
1800.07/1779.00	c removed literals (reason simplification)	: 0
1800.07/1779.00	c reason swapping (by a shorter reason)	: 0
1800.07/1779.00	c Calls to reduceDB	: 128
1800.07/1779.00	c Number of update (reduction) of LBD	: 3939932
1800.07/1779.00	c Imported unit clauses	: 0
1800.07/1779.00	c number of reductions to clauses (during analyze)	: 0
1800.07/1779.00	c number of learned constraints concerned by reduction	: 0
1800.07/1779.00	c number of learning phase by resolution	: 0
1800.07/1779.00	c number of learning phase by cutting planes	: 0
1800.07/1779.00	c speed (assignments/second)	: 800063.352695537
1800.07/1779.00	c non guided choices	283679
1800.07/1779.00	c timeout
1800.07/1779.03	c learnt constraints type 
1800.07/1779.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 151449
1800.07/1779.03	s UNKNOWN
1800.07/1779.03	c Total wall clock time (in seconds): 1778.924

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

pid=25387
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.06 2.03 2.00 3/196 25390
/proc/meminfo: memFree=30924140/32872528 swapFree=8144/8144
[pid=25390] ppid=25387 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25390/stat : 25390 (java) S 25387 25390 23284 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 108637471 98570240 976 33554432000 1073741824 1073778376 140736391110176 140736391101312 206412218429 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 24065 976 743 9 0 16771 0
[pid=25390/tid=25391] ppid=25387 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25391/stat : 25391 (java) R 25387 25390 23284 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 108637472 98570240 976 33554432000 1073741824 1073778376 140736391110176 140529252142632 206408861056 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.06 2.03 2.00 3/196 25390
/proc/meminfo: memFree=30924140/32872528 swapFree=8144/8144
[pid=25390] ppid=25387 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/25390/stat : 25390 (java) S 25387 25390 23284 0 -1 4202496 4468 0 1 0 9 1 0 0 20 0 18 0 108637471 9787879424 5596 33554432000 1073741824 1073778376 140736391110176 140736391101312 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 2389619 5598 2134 9 0 2380296 0
[pid=25390/tid=25391] ppid=25387 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/25390/task/25391/stat : 25391 (java) R 25387 25390 23284 0 -1 4202560 2432 0 1 0 6 1 0 0 20 0 18 0 108637472 9787879424 5598 33554432000 1073741824 1073778376 140736391110176 140529252146080 206412244237 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200317 s]
/proc/loadavg: 2.06 2.03 2.00 3/196 25390
/proc/meminfo: memFree=30924140/32872528 swapFree=8144/8144
[pid=25390] ppid=25387 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/25390/stat : 25390 (java) S 25387 25390 23284 0 -1 4202496 4884 0 1 0 25 1 0 0 20 0 18 0 108637471 9787879424 6425 33554432000 1073741824 1073778376 140736391110176 140736391101312 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 2389619 6425 2212 9 0 2380296 0
[pid=25390/tid=25391] ppid=25387 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/25390/task/25391/stat : 25391 (java) R 25387 25390 23284 0 -1 4202560 2450 0 1 0 16 1 0 0 20 0 18 0 108637472 9787879424 6425 33554432000 1073741824 1073778376 140736391110176 140529252146080 140529124464185 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300323 s]
/proc/loadavg: 2.06 2.03 2.00 3/196 25390
/proc/meminfo: memFree=30924140/32872528 swapFree=8144/8144
[pid=25390] ppid=25387 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/25390/stat : 25390 (java) S 25387 25390 23284 0 -1 4202496 6666 0 1 0 50 2 0 0 20 0 18 0 108637471 9787879424 9624 33554432000 1073741824 1073778376 140736391110176 140736391101312 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 2389619 9627 2232 9 0 2380296 0
[pid=25390/tid=25391] ppid=25387 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/25390/task/25391/stat : 25391 (java) R 25387 25390 23284 0 -1 4202560 2454 0 1 0 26 1 0 0 20 0 18 0 108637472 9787879424 9627 33554432000 1073741824 1073778376 140736391110176 140529252146080 140529124786759 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700271 s]
/proc/loadavg: 2.06 2.03 2.00 3/196 25390
/proc/meminfo: memFree=30924140/32872528 swapFree=8144/8144
[pid=25390] ppid=25387 vsize=9625040 CPUtime=1.62 cores=0,2,4,6
/proc/25390/stat : 25390 (java) S 25387 25390 23284 0 -1 4202496 14891 0 1 0 158 4 0 0 20 0 19 0 108637471 9856040960 21086 33554432000 1073741824 1073778376 140736391110176 140736391101312 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 2406260 21086 2258 9 0 2396937 0
[pid=25390/tid=25391] ppid=25387 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/25390/task/25391/stat : 25391 (java) R 25387 25390 23284 0 -1 4202560 2486 0 1 0 66 1 0 0 20 0 19 0 108637472 9856040960 21086 33554432000 1073741824 1073778376 140736391110176 140529252147840 140529124994297 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.06 2.03 2.00 3/215 25409
/proc/meminfo: memFree=30815512/32872528 swapFree=8144/8144
[pid=25390] ppid=25387 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/25390/stat : 25390 (java) S 25387 25390 23284 0 -1 4202496 15418 0 1 0 255 4 0 0 20 0 19 0 108637471 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140736391101312 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 2406260 23165 2267 9 0 2396937 0
[pid=25390/tid=25391] ppid=25387 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/25390/task/25391/stat : 25391 (java) R 25387 25390 23284 0 -1 4202560 2491 0 1 0 145 2 0 0 20 0 19 0 108637472 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529252147992 140529125105035 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25393] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25393/stat : 25393 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529095989544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25394] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25394/stat : 25394 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529094936744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25395] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25395/stat : 25395 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529093884456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25390/tid=25396] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25396/stat : 25396 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529092831656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25397] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25397/stat : 25397 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529091779368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25398] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25398/stat : 25398 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529090726568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25399] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25399/stat : 25399 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529089674280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25400] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25400/stat : 25400 (java) S 25387 25390 23284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529088621480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25401] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25401/stat : 25401 (java) S 25387 25390 23284 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108637474 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529076422888 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25402] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25402/stat : 25402 (java) S 25387 25390 23284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108637474 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529075368952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25403] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25403/stat : 25403 (java) S 25387 25390 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108637474 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529074316552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25404] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25404/stat : 25404 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637476 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529073265040 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25405] ppid=25387 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/25390/task/25405/stat : 25405 (java) S 25387 25390 23284 0 -1 4202560 6280 0 0 0 55 0 0 0 20 0 19 0 108637476 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529072212664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25406] ppid=25387 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/25390/task/25406/stat : 25406 (java) S 25387 25390 23284 0 -1 4202560 5372 0 0 0 52 0 0 0 20 0 19 0 108637476 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529071159864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25407] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25407/stat : 25407 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637476 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529070107768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25408] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25408/stat : 25408 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637476 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529069055176 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25409] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25409/stat : 25409 (java) S 25387 25390 23284 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108637517 9856040960 23165 33554432000 1073741824 1073778376 140736391110176 140529067951016 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.06 2.03 2.00 3/215 25409
/proc/meminfo: memFree=30838544/32872528 swapFree=8144/8144
[pid=25390] ppid=25387 vsize=9625040 CPUtime=4.23 cores=0,2,4,6
/proc/25390/stat : 25390 (java) S 25387 25390 23284 0 -1 4202496 15431 0 1 0 419 4 0 0 20 0 19 0 108637471 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140736391101312 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 2406260 26243 2267 9 0 2396937 0
[pid=25390/tid=25391] ppid=25387 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/25390/task/25391/stat : 25391 (java) R 25387 25390 23284 0 -1 4202560 2498 0 1 0 305 2 0 0 20 0 19 0 108637472 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529252138704 140529125087984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25393] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25393/stat : 25393 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529095989544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25394] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25394/stat : 25394 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529094936744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25395] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25395/stat : 25395 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529093884456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25390/tid=25396] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25396/stat : 25396 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529092831656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25397] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25397/stat : 25397 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529091779368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25398] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25398/stat : 25398 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529090726568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25399] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25399/stat : 25399 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529089674280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25400] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25400/stat : 25400 (java) S 25387 25390 23284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529088621480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25401] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25401/stat : 25401 (java) S 25387 25390 23284 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108637474 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529076422888 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25402] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25402/stat : 25402 (java) S 25387 25390 23284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108637474 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529075368952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25403] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25403/stat : 25403 (java) S 25387 25390 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108637474 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529074316552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25404] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25404/stat : 25404 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637476 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529073265040 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25405] ppid=25387 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/25390/task/25405/stat : 25405 (java) S 25387 25390 23284 0 -1 4202560 6283 0 0 0 56 0 0 0 20 0 19 0 108637476 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529072212664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25406] ppid=25387 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/25390/task/25406/stat : 25406 (java) S 25387 25390 23284 0 -1 4202560 5375 0 0 0 54 0 0 0 20 0 19 0 108637476 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529071159864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25407] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25407/stat : 25407 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637476 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529070107768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25408] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25408/stat : 25408 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637476 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529069055176 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25409] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25409/stat : 25409 (java) S 25387 25390 23284 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108637517 9856040960 26243 33554432000 1073741824 1073778376 140736391110176 140529067951016 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.06 2.03 2.00 3/215 25409
/proc/meminfo: memFree=30813900/32872528 swapFree=8144/8144
[pid=25390] ppid=25387 vsize=9625040 CPUtime=7.45 cores=0,2,4,6
/proc/25390/stat : 25390 (java) S 25387 25390 23284 0 -1 4202496 15450 0 1 0 740 5 0 0 20 0 19 0 108637471 9856040960 33124 33554432000 1073741824 1073778376 140736391110176 140736391101312 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 2406260 33124 2268 9 0 2396937 0
[pid=25390/tid=25391] ppid=25387 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/25390/task/25391/stat : 25391 (java) R 25387 25390 23284 0 -1 4202560 2513 0 1 0 624 2 0 0 20 0 19 0 108637472 9856040960 33124 33554432000 1073741824 1073778376 140736391110176 140529252138688 140529124994206 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25393] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25393/stat : 25393 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 33124 33554432000 1073741824 1073778376 140736391110176 140529095989544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25394] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25394/stat : 25394 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 33124 33554432000 1073741824 1073778376 140736391110176 140529094936744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25395] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25395/stat : 25395 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 33124 33554432000 1073741824 1073778376 140736391110176 140529093884456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25390/tid=25396] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25396/stat : 25396 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 33124 33554432000 1073741824 1073778376 140736391110176 140529092831656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25397] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25397/stat : 25397 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 33124 33554432000 1073741824 1073778376 140736391110176 140529091779368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25398] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25398/stat : 25398 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 33124 33554432000 1073741824 1073778376 140736391110176 140529090726568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25399] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25399/stat : 25399 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 33124 33554432000 1073741824 1073778376 140736391110176 140529089674280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25400] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25400/stat : 25400 (java) S 25387 25390 23284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108637472 9856040960 33124 33554432000 1073741824 1073778376 140736391110176 140529088621480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25401] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25401/stat : 25401 (java) S 25387 25390 23284 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108637474 9856040960 33124 33554432000 1073741824 1073778376 140736391110176 140529076422888 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25402] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25402/stat : 25402 (java) S 25387 25390 23284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108637474 9856040960 33124 33554432000 1073741824 1073778376 140736391110176 140529075368952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25403] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25403/stat : 25403 (java) S 25387 25390 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108637474 9856040960 33124 33554432000 1073741824 1073778376 140736391110176 140529074316552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25404] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25404/stat : 25404 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637476 9856040960 33124 33554432000 1073741824 1073778376 140736391110176 140529073265040 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25405] ppid=25387 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/25390/task/25405/stat : 25405 (java) S 25387 25390 23284 0 -1 4202560 6286 0 0 0 57 0 0 0 20 0 19 0 108637476 9856040960 33124 33554432000 1073741824 1073778376 140736391110176 140529072212664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25406] ppid=25387 vsize=9625040 CPUtime=0.55 cores=0,2,4,6

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

[pid=25390/tid=25409] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25409/stat : 25409 (java) S 25387 25390 23284 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108637517 9856040960 126290 33554432000 1073741824 1073778376 140736391110176 140529067951016 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1621.23
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/215 25604
/proc/meminfo: memFree=26940628/32872528 swapFree=8144/8144
[pid=25390] ppid=25387 vsize=9625040 CPUtime=1682.01 cores=0,2,4,6
/proc/25390/stat : 25390 (java) S 25387 25390 23284 0 -1 4202496 38858 0 1 0 168040 161 0 0 20 0 19 0 108637471 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140736391101312 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 2406260 127173 2290 9 0 2396937 0
[pid=25390/tid=25391] ppid=25387 vsize=9625040 CPUtime=1645.45 cores=0,2,4,6
/proc/25390/task/25391/stat : 25391 (java) R 25387 25390 23284 0 -1 4202560 2830 0 1 0 164513 32 0 0 20 0 19 0 108637472 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529252146384 140529124989275 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25393] ppid=25387 vsize=9625040 CPUtime=3.28 cores=0,2,4,6
/proc/25390/task/25393/stat : 25393 (java) S 25387 25390 23284 0 -1 4202560 3307 0 0 0 312 16 0 0 20 0 19 0 108637472 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529095989544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25394] ppid=25387 vsize=9625040 CPUtime=3.32 cores=0,2,4,6
/proc/25390/task/25394/stat : 25394 (java) S 25387 25390 23284 0 -1 4202560 2891 0 0 0 312 20 0 0 20 0 19 0 108637472 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529094936744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25395] ppid=25387 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/25390/task/25395/stat : 25395 (java) S 25387 25390 23284 0 -1 4202560 3601 0 0 0 324 22 0 0 20 0 19 0 108637472 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529093884456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25396] ppid=25387 vsize=9625040 CPUtime=3.19 cores=0,2,4,6
/proc/25390/task/25396/stat : 25396 (java) S 25387 25390 23284 0 -1 4202560 2822 0 0 0 305 14 0 0 20 0 19 0 108637472 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529092831656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25390/tid=25397] ppid=25387 vsize=9625040 CPUtime=2.89 cores=0,2,4,6
/proc/25390/task/25397/stat : 25397 (java) S 25387 25390 23284 0 -1 4202560 2304 0 0 0 274 15 0 0 20 0 19 0 108637472 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529091779368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25390/tid=25398] ppid=25387 vsize=9625040 CPUtime=3.18 cores=0,2,4,6
/proc/25390/task/25398/stat : 25398 (java) S 25387 25390 23284 0 -1 4202560 1736 0 0 0 305 13 0 0 20 0 19 0 108637472 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529090726568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25399] ppid=25387 vsize=9625040 CPUtime=3.12 cores=0,2,4,6
/proc/25390/task/25399/stat : 25399 (java) S 25387 25390 23284 0 -1 4202560 2569 0 0 0 296 16 0 0 20 0 19 0 108637472 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529089674280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25400] ppid=25387 vsize=9625040 CPUtime=3.28 cores=0,2,4,6
/proc/25390/task/25400/stat : 25400 (java) S 25387 25390 23284 0 -1 4202560 2638 0 0 0 311 17 0 0 20 0 19 0 108637472 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529088621480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25401] ppid=25387 vsize=9625040 CPUtime=5.26 cores=0,2,4,6
/proc/25390/task/25401/stat : 25401 (java) S 25387 25390 23284 0 -1 4202560 1133 0 0 0 520 6 0 0 20 0 19 0 108637474 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529076422888 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25402] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25402/stat : 25402 (java) S 25387 25390 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108637474 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529075368952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25403] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25403/stat : 25403 (java) S 25387 25390 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108637474 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529074316552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25404] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25404/stat : 25404 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637476 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529073265040 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25405] ppid=25387 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/25390/task/25405/stat : 25405 (java) S 25387 25390 23284 0 -1 4202560 6294 0 0 0 60 0 0 0 20 0 19 0 108637476 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529072212664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25406] ppid=25387 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/25390/task/25406/stat : 25406 (java) S 25387 25390 23284 0 -1 4202560 5375 0 0 0 55 0 0 0 20 0 19 0 108637476 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529071159864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25407] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25407/stat : 25407 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637476 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529070107768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25408] ppid=25387 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/25390/task/25408/stat : 25408 (java) S 25387 25390 23284 0 -1 4202560 96 0 0 0 18 20 0 0 20 0 19 0 108637476 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529069055176 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25409] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25409/stat : 25409 (java) S 25387 25390 23284 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108637517 9856040960 127173 33554432000 1073741824 1073778376 140736391110176 140529067951016 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1682.01
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 25605
/proc/meminfo: memFree=26953152/32872528 swapFree=8144/8144
[pid=25390] ppid=25387 vsize=9625040 CPUtime=1742.67 cores=0,2,4,6
/proc/25390/stat : 25390 (java) S 25387 25390 23284 0 -1 4202496 38894 0 1 0 174105 162 0 0 20 0 19 0 108637471 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140736391101312 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 2406260 118025 2290 9 0 2396937 0
[pid=25390/tid=25391] ppid=25387 vsize=9625040 CPUtime=1704.71 cores=0,2,4,6
/proc/25390/task/25391/stat : 25391 (java) R 25387 25390 23284 0 -1 4202560 2841 0 1 0 170439 32 0 0 20 0 19 0 108637472 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529252146480 140529125126236 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25393] ppid=25387 vsize=9625040 CPUtime=3.39 cores=0,2,4,6
/proc/25390/task/25393/stat : 25393 (java) S 25387 25390 23284 0 -1 4202560 3307 0 0 0 323 16 0 0 20 0 19 0 108637472 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529095989544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25394] ppid=25387 vsize=9625040 CPUtime=3.41 cores=0,2,4,6
/proc/25390/task/25394/stat : 25394 (java) S 25387 25390 23284 0 -1 4202560 2891 0 0 0 321 20 0 0 20 0 19 0 108637472 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529094936744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25395] ppid=25387 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/25390/task/25395/stat : 25395 (java) S 25387 25390 23284 0 -1 4202560 3601 0 0 0 333 22 0 0 20 0 19 0 108637472 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529093884456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25396] ppid=25387 vsize=9625040 CPUtime=3.31 cores=0,2,4,6
/proc/25390/task/25396/stat : 25396 (java) S 25387 25390 23284 0 -1 4202560 2822 0 0 0 317 14 0 0 20 0 19 0 108637472 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529092831656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25397] ppid=25387 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/25390/task/25397/stat : 25397 (java) S 25387 25390 23284 0 -1 4202560 2304 0 0 0 288 15 0 0 20 0 19 0 108637472 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529091779368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25398] ppid=25387 vsize=9625040 CPUtime=3.29 cores=0,2,4,6
/proc/25390/task/25398/stat : 25398 (java) S 25387 25390 23284 0 -1 4202560 1736 0 0 0 315 14 0 0 20 0 19 0 108637472 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529090726568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25399] ppid=25387 vsize=9625040 CPUtime=3.26 cores=0,2,4,6
/proc/25390/task/25399/stat : 25399 (java) S 25387 25390 23284 0 -1 4202560 2569 0 0 0 310 16 0 0 20 0 19 0 108637472 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529089674280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25390/tid=25400] ppid=25387 vsize=9625040 CPUtime=3.42 cores=0,2,4,6
/proc/25390/task/25400/stat : 25400 (java) S 25387 25390 23284 0 -1 4202560 2638 0 0 0 325 17 0 0 20 0 19 0 108637472 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529088621480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25390/tid=25401] ppid=25387 vsize=9625040 CPUtime=5.58 cores=0,2,4,6
/proc/25390/task/25401/stat : 25401 (java) S 25387 25390 23284 0 -1 4202560 1154 0 0 0 552 6 0 0 20 0 19 0 108637474 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529076422888 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25402] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25402/stat : 25402 (java) S 25387 25390 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108637474 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529075368952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25403] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25403/stat : 25403 (java) S 25387 25390 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108637474 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529074316552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25404] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25404/stat : 25404 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637476 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529073265040 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25405] ppid=25387 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/25390/task/25405/stat : 25405 (java) S 25387 25390 23284 0 -1 4202560 6294 0 0 0 60 0 0 0 20 0 19 0 108637476 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529072212664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25406] ppid=25387 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/25390/task/25406/stat : 25406 (java) S 25387 25390 23284 0 -1 4202560 5375 0 0 0 55 0 0 0 20 0 19 0 108637476 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529071159864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25407] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25407/stat : 25407 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637476 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529070107768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25408] ppid=25387 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/25390/task/25408/stat : 25408 (java) S 25387 25390 23284 0 -1 4202560 100 0 0 0 20 20 0 0 20 0 19 0 108637476 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529069055176 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25409] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25409/stat : 25409 (java) S 25387 25390 23284 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108637517 9856040960 118025 33554432000 1073741824 1073778376 140736391110176 140529067951016 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1742.67
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 25607
/proc/meminfo: memFree=26991988/32872528 swapFree=8144/8144
[pid=25390] ppid=25387 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/25390/stat : 25390 (java) S 25387 25390 23284 0 -1 4202496 38935 0 1 0 179843 164 0 0 20 0 19 0 108637471 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140736391101312 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25390/statm: 2406260 114182 2290 9 0 2396937 0
[pid=25390/tid=25391] ppid=25387 vsize=9625040 CPUtime=1760.87 cores=0,2,4,6
/proc/25390/task/25391/stat : 25391 (java) R 25387 25390 23284 0 -1 4202560 2853 0 1 0 176054 33 0 0 20 0 19 0 108637472 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529252146480 140529125105177 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25393] ppid=25387 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/25390/task/25393/stat : 25393 (java) S 25387 25390 23284 0 -1 4202560 3307 0 0 0 338 16 0 0 20 0 19 0 108637472 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529095989544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25394] ppid=25387 vsize=9625040 CPUtime=3.5 cores=0,2,4,6
/proc/25390/task/25394/stat : 25394 (java) S 25387 25390 23284 0 -1 4202560 2891 0 0 0 330 20 0 0 20 0 19 0 108637472 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529094936744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25390/tid=25395] ppid=25387 vsize=9625040 CPUtime=3.66 cores=0,2,4,6
/proc/25390/task/25395/stat : 25395 (java) S 25387 25390 23284 0 -1 4202560 3601 0 0 0 344 22 0 0 20 0 19 0 108637472 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529093884456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25396] ppid=25387 vsize=9625040 CPUtime=3.42 cores=0,2,4,6
/proc/25390/task/25396/stat : 25396 (java) S 25387 25390 23284 0 -1 4202560 2822 0 0 0 328 14 0 0 20 0 19 0 108637472 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529092831656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25397] ppid=25387 vsize=9625040 CPUtime=3.19 cores=0,2,4,6
/proc/25390/task/25397/stat : 25397 (java) S 25387 25390 23284 0 -1 4202560 2304 0 0 0 304 15 0 0 20 0 19 0 108637472 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529091779368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25390/tid=25398] ppid=25387 vsize=9625040 CPUtime=3.41 cores=0,2,4,6
/proc/25390/task/25398/stat : 25398 (java) S 25387 25390 23284 0 -1 4202560 1736 0 0 0 327 14 0 0 20 0 19 0 108637472 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529090726568 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25399] ppid=25387 vsize=9625040 CPUtime=3.38 cores=0,2,4,6
/proc/25390/task/25399/stat : 25399 (java) S 25387 25390 23284 0 -1 4202560 2569 0 0 0 322 16 0 0 20 0 19 0 108637472 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529089674280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25400] ppid=25387 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/25390/task/25400/stat : 25400 (java) S 25387 25390 23284 0 -1 4202560 2638 0 0 0 337 17 0 0 20 0 19 0 108637472 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529088621480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25401] ppid=25387 vsize=9625040 CPUtime=5.7 cores=0,2,4,6
/proc/25390/task/25401/stat : 25401 (java) S 25387 25390 23284 0 -1 4202560 1179 0 0 0 564 6 0 0 20 0 19 0 108637474 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529076422888 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25402] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25402/stat : 25402 (java) S 25387 25390 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108637474 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529075368952 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25403] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25403/stat : 25403 (java) S 25387 25390 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108637474 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529074316552 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25404] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25404/stat : 25404 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637476 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529073265040 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25405] ppid=25387 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/25390/task/25405/stat : 25405 (java) S 25387 25390 23284 0 -1 4202560 6294 0 0 0 60 0 0 0 20 0 19 0 108637476 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529072212664 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25390/tid=25406] ppid=25387 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/25390/task/25406/stat : 25406 (java) S 25387 25390 23284 0 -1 4202560 5375 0 0 0 55 0 0 0 20 0 19 0 108637476 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529071159864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25407] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25407/stat : 25407 (java) S 25387 25390 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108637476 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529070107768 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25390/tid=25408] ppid=25387 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/25390/task/25408/stat : 25408 (java) S 25387 25390 23284 0 -1 4202560 104 0 0 0 20 22 0 0 20 0 19 0 108637476 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529069055176 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25390/tid=25409] ppid=25387 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25390/task/25409/stat : 25409 (java) S 25387 25390 23284 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108637517 9856040960 114182 33554432000 1073741824 1073778376 140736391110176 140529067951016 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 25390 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 25390 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=988272
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=92681
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1779.04
CPU time (s): 1800.07
CPU user time (s): 1798.43
CPU system time (s): 1.64
CPU usage (%): 101.182
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.99
system time used= 2.09268
maximum resident set size= 716132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38975
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47567
involuntary context switches= 51363

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2524 second user time and 12.854 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-07 04:37:34
IDJOB=4085595
IDBENCH=71843
IDSOLVER=2546
FILE ID=node133/4085595-1465267054
RUNJOBID= node133-1465257785-23300
PBS_JOBID= 19843288
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx75.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085595-1465267054/watcher-4085595-1465267054 -o /tmp/evaluation-result-4085595-1465267054/solver-4085595-1465267054 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465257785-23300 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085595-1465267054.opb

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

MD5SUM BENCH= 899c8865b8ac9a45eaa204f923cbd9e8
RANDOM SEED=331792992

node133.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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	: 7358.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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:        30924188 kB
Buffers:           74084 kB
Cached:           114728 kB
SwapCached:         2064 kB
Active:          1085688 kB
Inactive:         124944 kB
Active(anon):    1022800 kB
Inactive(anon):     1428 kB
Active(file):      62888 kB
Inactive(file):   123516 kB
Unevictable:        8144 kB
Mlocked:            8144 kB
SwapTotal:      67108856 kB
SwapFree:       67098268 kB
Dirty:              1472 kB
Writeback:             0 kB
AnonPages:       1102528 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             596992 kB
SReclaimable:      39852 kB
SUnreclaim:       557140 kB
KernelStack:        1712 kB
PageTables:         6692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1176692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1015808 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= 71656 MiB
End job on node133 at 2016-06-07 05:07:13