Trace number 4100533

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-B2C1S1.opb
MD5SUMf34eb2d99785ba17979b01527e1f0026
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark275.909
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 612
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 556800
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 556800
Number of bits of the biggest sum of numbers20
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4100533-1466215069.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.94/1.16	c ... done. Wall clock time 1.045s.
1.94/1.16	c declared #vars     107808
1.94/1.16	c #constraints  5184
1.94/1.16	c constraints type 
1.94/1.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 1024
1.94/1.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4160
1.94/1.16	c 5184 constraints processed.
1.94/1.16	c objective function length is 38688 literals
3.27/1.91	c cleaning 2498 clauses out of 4997 with flag 12202/5000
3.84/2.40	c cleaning 4239 clauses out of 8498 with flag 33570/11000
4.34/2.92	c cleaning 5618 clauses out of 11260 with flag 54718/18001
4.94/3.54	c cleaning 6817 clauses out of 13639 with flag 78548/26000
6.46/5.09	c cleaning 7904 clauses out of 15820 with flag 107312/35001
9.06/7.70	c cleaning 8942 clauses out of 17915 with flag 137713/45000
10.96/9.51	c cleaning 9981 clauses out of 19973 with flag 169810/56000
15.46/14.09	c cleaning 10989 clauses out of 21992 with flag 210938/68001
23.56/22.10	c cleaning 11998 clauses out of 23997 with flag 269349/81000
31.18/29.60	c cleaning 13002 clauses out of 26005 with flag 330627/95006
36.38/34.83	c cleaning 13993 clauses out of 27996 with flag 380673/110000
45.08/43.50	c cleaning 14976 clauses out of 30003 with flag 427674/126000
52.78/51.27	c cleaning 16004 clauses out of 32027 with flag 492975/143000
59.38/57.84	c cleaning 16995 clauses out of 34023 with flag 560437/161000
65.78/64.29	c cleaning 17981 clauses out of 36028 with flag 643359/180000
70.38/68.83	c cleaning 19020 clauses out of 38047 with flag 710293/200000
72.68/71.19	c cleaning 19992 clauses out of 40027 with flag 776406/221000
74.68/73.19	c cleaning 21004 clauses out of 42035 with flag 841247/243000
79.69/78.11	c cleaning 22006 clauses out of 44024 with flag 936641/266002
85.49/83.96	c cleaning 23007 clauses out of 46018 with flag 1058384/290002
89.39/87.86	c cleaning 23998 clauses out of 48010 with flag 1153656/315001
94.39/92.83	c cleaning 24996 clauses out of 50012 with flag 1267481/341001
100.91/99.33	c cleaning 25977 clauses out of 52015 with flag 1409482/368000
106.01/104.41	c cleaning 27002 clauses out of 54040 with flag 1530351/396002
112.01/110.49	c cleaning 27998 clauses out of 56037 with flag 1696027/425001
117.61/116.05	c cleaning 29020 clauses out of 58039 with flag 1844221/455001
122.71/121.15	c cleaning 30010 clauses out of 60020 with flag 2000595/486002
127.90/126.39	c cleaning 30981 clauses out of 62008 with flag 2143971/518000
133.01/131.46	c cleaning 32000 clauses out of 64027 with flag 2285776/551000
138.51/136.99	c cleaning 33005 clauses out of 66029 with flag 2434336/585002
144.62/143.07	c cleaning 34000 clauses out of 68022 with flag 2555884/620000
152.01/150.45	c cleaning 34997 clauses out of 70022 with flag 2684340/656000
159.57/157.87	c cleaning 35999 clauses out of 72025 with flag 2815986/693000
167.17/165.49	c cleaning 37012 clauses out of 74028 with flag 2949042/731002
174.77/173.04	c cleaning 38008 clauses out of 76016 with flag 3080019/770002
183.97/182.29	c cleaning 38986 clauses out of 78006 with flag 3217670/810000
192.77/191.03	c cleaning 40012 clauses out of 80024 with flag 3355275/851004
201.47/199.73	c cleaning 41005 clauses out of 82009 with flag 3483021/893001
210.37/208.62	c cleaning 41975 clauses out of 84003 with flag 3661098/936000
218.47/216.72	c cleaning 43009 clauses out of 86028 with flag 3838093/980000
226.57/224.88	c cleaning 44003 clauses out of 88021 with flag 4027343/1025002
235.68/233.99	c cleaning 44993 clauses out of 90016 with flag 4214907/1071000
247.18/245.42	c cleaning 46010 clauses out of 92030 with flag 4399999/1118007
259.08/257.39	c cleaning 47005 clauses out of 94014 with flag 4574313/1166001
270.08/268.32	c cleaning 47999 clauses out of 96010 with flag 4750360/1215002
282.08/280.35	c cleaning 48989 clauses out of 98011 with flag 4928798/1265002
289.99/288.26	c cleaning 49992 clauses out of 100020 with flag 5104164/1316000
302.29/300.56	c cleaning 51002 clauses out of 102028 with flag 5277259/1368000
314.99/313.26	c cleaning 52010 clauses out of 104026 with flag 5447611/1421000
327.89/326.10	c cleaning 52993 clauses out of 106016 with flag 5633228/1475000
344.40/342.67	c cleaning 53996 clauses out of 108025 with flag 5803035/1530002
361.40/359.62	c cleaning 54992 clauses out of 110027 with flag 5977724/1586000
377.40/375.69	c cleaning 56015 clauses out of 112035 with flag 6156108/1643000
398.00/396.29	c cleaning 56986 clauses out of 114020 with flag 6338892/1701000
423.01/421.20	c cleaning 58009 clauses out of 116034 with flag 6521485/1760000
447.81/446.09	c cleaning 59008 clauses out of 118025 with flag 6710431/1820000
475.02/473.23	c cleaning 59990 clauses out of 120017 with flag 6901379/1881000
494.51/492.70	c cleaning 60997 clauses out of 122027 with flag 7096179/1943000
517.13/515.33	c cleaning 62008 clauses out of 124030 with flag 7293543/2006000
539.54/537.77	c cleaning 63001 clauses out of 126023 with flag 7494245/2070001
563.54/561.77	c cleaning 64001 clauses out of 128021 with flag 7696992/2135000
586.65/584.89	c cleaning 65008 clauses out of 130028 with flag 7905738/2201008
611.95/610.11	c cleaning 66003 clauses out of 132014 with flag 8117618/2268002
638.08/636.29	c cleaning 66982 clauses out of 134010 with flag 8330924/2336001
670.18/668.36	c cleaning 67988 clauses out of 136027 with flag 8546301/2405000
699.58/697.74	c cleaning 69011 clauses out of 138039 with flag 8764296/2475000
723.89/722.07	c cleaning 69997 clauses out of 140028 with flag 8985284/2546000
751.49/749.67	c cleaning 71011 clauses out of 142031 with flag 9205665/2618000
786.10/784.30	c cleaning 71975 clauses out of 144020 with flag 9489107/2691000
819.70/817.82	c cleaning 73021 clauses out of 146046 with flag 9783218/2765001
848.24/846.13	c cleaning 74007 clauses out of 148027 with flag 10029468/2840003
875.95/873.83	c cleaning 74994 clauses out of 150026 with flag 10270322/2916009
909.96/907.84	c cleaning 76006 clauses out of 152023 with flag 10516458/2993000
943.87/941.79	c cleaning 76992 clauses out of 154020 with flag 10766506/3071003
976.28/974.14	c cleaning 77993 clauses out of 156025 with flag 11017047/3150000
1009.80/1007.67	c cleaning 79007 clauses out of 158032 with flag 11267423/3230000
1046.89/1044.74	c cleaning 80001 clauses out of 160028 with flag 11520434/3311003
1081.20/1079.10	c cleaning 80995 clauses out of 162026 with flag 11779950/3393002
1118.31/1116.10	c cleaning 82011 clauses out of 164030 with flag 12039432/3476001
1149.31/1147.18	c cleaning 83001 clauses out of 166018 with flag 12302042/3560000
1186.73/1184.58	c cleaning 84009 clauses out of 168017 with flag 12566969/3645000
1224.64/1222.44	c cleaning 84994 clauses out of 170010 with flag 12836801/3731002
1273.96/1271.77	c cleaning 86007 clauses out of 172015 with flag 13107806/3818001
1315.56/1313.33	c cleaning 87001 clauses out of 174011 with flag 13385978/3906004
1362.47/1360.28	c cleaning 88001 clauses out of 176006 with flag 13683173/3995000
1405.99/1403.73	c cleaning 89000 clauses out of 178012 with flag 13967703/4085007
1460.90/1458.63	c cleaning 89992 clauses out of 180006 with flag 14266912/4176001
1505.20/1502.96	c cleaning 91003 clauses out of 182013 with flag 14564434/4268000
1556.81/1554.60	c cleaning 91989 clauses out of 184010 with flag 14867419/4361000
1607.52/1605.22	c cleaning 92996 clauses out of 186021 with flag 15172553/4455000
1649.83/1647.57	c cleaning 93995 clauses out of 188025 with flag 15488206/4550000
1698.43/1696.17	c cleaning 94994 clauses out of 190030 with flag 15807472/4646000
1751.37/1749.01	c cleaning 96010 clauses out of 192036 with flag 16125400/4743000
1800.04/1797.41	c starts		: 3761
1800.04/1797.41	c conflicts		: 4838672
1800.04/1797.41	c decisions		: 14912449
1800.04/1797.41	c propagations		: 310666133
1800.04/1797.41	c inspects		: 30279879835
1800.04/1797.41	c shortcuts		: 0
1800.04/1797.41	c learnt literals	: 25
1800.04/1797.41	c learnt binary clauses	: 428
1800.04/1797.41	c learnt ternary clauses	: 67
1800.04/1797.41	c learnt constraints	: 4838647
1800.04/1797.41	c ignored constraints	: 0
1800.04/1797.41	c root simplifications	: 0
1800.04/1797.41	c removed literals (reason simplification)	: 0
1800.04/1797.41	c reason swapping (by a shorter reason)	: 0
1800.04/1797.41	c Calls to reduceDB	: 93
1800.04/1797.41	c Number of update (reduction) of LBD	: 1468874
1800.04/1797.41	c Imported unit clauses	: 0
1800.04/1797.41	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.41	c number of learned constraints concerned by reduction	: 0
1800.04/1797.41	c number of learning phase by resolution	: 0
1800.04/1797.41	c number of learning phase by cutting planes	: 0
1800.04/1797.41	c speed (assignments/second)	: 172961.9542433189
1800.04/1797.41	c non guided choices	141647
1800.04/1797.41	c timeout
1800.04/1797.44	c learnt constraints type 
1800.04/1797.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 428
1800.04/1797.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 191270
1800.04/1797.44	s UNKNOWN
1800.04/1797.44	c Total wall clock time (in seconds): 1797.324

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-4100533-1466215069/watcher-4100533-1466215069 -o /tmp/evaluation-result-4100533-1466215069/solver-4100533-1466215069 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4535 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100533-1466215069.opb 

pid=7530
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.27 2.23 2.24 3/196 7533
/proc/meminfo: memFree=28912824/32872528 swapFree=1482636/1662508
[pid=7533] ppid=7530 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/7533/stat : 7533 (java) R 7530 7533 4518 0 -1 4202496 299 0 0 0 0 0 0 0 20 0 1 0 23553286 9515008 156 33554432000 1073741824 1073778376 140736820484176 140736820481304 273906028640 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7533/statm: 2323 170 128 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.27 2.23 2.24 3/196 7533
/proc/meminfo: memFree=28912824/32872528 swapFree=1482636/1662508
[pid=7533] ppid=7530 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 4518 0 -1 4202496 4421 0 1 0 8 1 0 0 20 0 18 0 23553286 9787879424 6047 33554432000 1073741824 1073778376 140735494074960 140735494066096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7533/statm: 2389619 6047 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20033 s]
/proc/loadavg: 2.27 2.23 2.24 3/196 7533
/proc/meminfo: memFree=28912824/32872528 swapFree=1482636/1662508
[pid=7533] ppid=7530 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 4518 0 -1 4202496 5060 0 1 0 26 2 0 0 20 0 18 0 23553286 9787879424 7411 33554432000 1073741824 1073778376 140735494074960 140735494066096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7533/statm: 2389619 7411 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300332 s]
/proc/loadavg: 2.27 2.23 2.24 3/196 7533
/proc/meminfo: memFree=28912824/32872528 swapFree=1482636/1662508
[pid=7533] ppid=7530 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 4518 0 -1 4202496 5588 0 1 0 45 2 0 0 20 0 18 0 23553286 9787879424 12248 33554432000 1073741824 1073778376 140735494074960 140735494066096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7533/statm: 2389619 12248 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700274 s]
/proc/loadavg: 2.27 2.23 2.24 3/196 7533
/proc/meminfo: memFree=28912824/32872528 swapFree=1482636/1662508
[pid=7533] ppid=7530 vsize=9558476 CPUtime=1.17 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 4518 0 -1 4202496 7358 0 1 0 110 7 0 0 20 0 18 0 23553286 9787879424 44767 33554432000 1073741824 1073778376 140735494074960 140735494066096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7533/statm: 2389619 44767 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 2.27 2.23 2.24 3/214 7551
/proc/meminfo: memFree=28540556/32872528 swapFree=1482636/1662508
[pid=7533] ppid=7530 vsize=9625040 CPUtime=2.75 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 4518 0 -1 4202496 10546 0 1 0 254 21 0 0 20 0 19 0 23553286 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140735494066096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7533/statm: 2406260 107840 2273 9 0 2396937 0
[pid=7533/tid=7535] ppid=7530 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/7533/task/7535/stat : 7535 (java) R 7530 7533 4518 0 -1 4202560 2751 0 1 0 126 5 0 0 20 0 19 0 23553287 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140460401869336 140460274214691 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7536] ppid=7530 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7536/stat : 7536 (java) S 7530 7533 4518 0 -1 4202560 149 0 0 0 5 2 0 0 20 0 19 0 23553288 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140460245760424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7537] ppid=7530 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7533/task/7537/stat : 7537 (java) S 7530 7533 4518 0 -1 4202560 50 0 0 0 5 0 0 0 20 0 19 0 23553288 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140460244707880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7538] ppid=7530 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7533/task/7538/stat : 7538 (java) S 7530 7533 4518 0 -1 4202560 122 0 0 0 3 2 0 0 20 0 19 0 23553288 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140460243654824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7533/tid=7539] ppid=7530 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7533/task/7539/stat : 7539 (java) S 7530 7533 4518 0 -1 4202560 63 0 0 0 4 2 0 0 20 0 19 0 23553288 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140460242602280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7540] ppid=7530 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7533/task/7540/stat : 7540 (java) S 7530 7533 4518 0 -1 4202560 116 0 0 0 4 2 0 0 20 0 19 0 23553288 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140460241550248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7541] ppid=7530 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7533/task/7541/stat : 7541 (java) S 7530 7533 4518 0 -1 4202560 104 0 0 0 3 2 0 0 20 0 19 0 23553288 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140460240497704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7542] ppid=7530 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7533/task/7542/stat : 7542 (java) S 7530 7533 4518 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 19 0 23553288 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140460239444648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7543] ppid=7530 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7533/task/7543/stat : 7543 (java) S 7530 7533 4518 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 19 0 23553288 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140460238392104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7544] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7544/stat : 7544 (java) S 7530 7533 4518 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23553289 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140460226193768 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7533/tid=7545] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7545/stat : 7545 (java) S 7530 7533 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23553290 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140460225140088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7546] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7546/stat : 7546 (java) S 7530 7533 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23553290 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140460224086920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7547] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7547/stat : 7547 (java) S 7530 7533 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553292 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140460223035664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7548] ppid=7530 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/7533/task/7548/stat : 7548 (java) R 7530 7533 4518 0 -1 4202560 2808 0 0 0 41 0 0 0 20 0 19 0 23553292 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140460221983544 140460409736176 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7549] ppid=7530 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/7533/task/7549/stat : 7549 (java) S 7530 7533 4518 0 -1 4202560 2860 0 0 0 42 1 0 0 20 0 19 0 23553292 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140460220931000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7550] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7550/stat : 7550 (java) S 7530 7533 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553292 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140460219878136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7551] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7551/stat : 7551 (java) S 7530 7533 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553292 9856040960 107840 33554432000 1073741824 1073778376 140735494074960 140460218825800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.27 2.23 2.24 3/215 7552
/proc/meminfo: memFree=28484696/32872528 swapFree=1482636/1662508
[pid=7533] ppid=7530 vsize=9625040 CPUtime=4.54 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 4518 0 -1 4202496 11300 0 1 0 432 22 0 0 20 0 19 0 23553286 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140735494066096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7533/statm: 2406260 110405 2278 9 0 2396937 0
[pid=7533/tid=7535] ppid=7530 vsize=9625040 CPUtime=2.91 cores=1,3,5,7
/proc/7533/task/7535/stat : 7535 (java) R 7530 7533 4518 0 -1 4202560 2758 0 1 0 286 5 0 0 20 0 19 0 23553287 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460401869512 140460274952572 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7536] ppid=7530 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7536/stat : 7536 (java) S 7530 7533 4518 0 -1 4202560 149 0 0 0 5 2 0 0 20 0 19 0 23553288 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460245760424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7537] ppid=7530 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7533/task/7537/stat : 7537 (java) S 7530 7533 4518 0 -1 4202560 50 0 0 0 5 0 0 0 20 0 19 0 23553288 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460244707880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7538] ppid=7530 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7533/task/7538/stat : 7538 (java) S 7530 7533 4518 0 -1 4202560 122 0 0 0 3 2 0 0 20 0 19 0 23553288 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460243654824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7533/tid=7539] ppid=7530 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7533/task/7539/stat : 7539 (java) S 7530 7533 4518 0 -1 4202560 63 0 0 0 4 2 0 0 20 0 19 0 23553288 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460242602280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7540] ppid=7530 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7533/task/7540/stat : 7540 (java) S 7530 7533 4518 0 -1 4202560 116 0 0 0 4 2 0 0 20 0 19 0 23553288 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460241550248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7541] ppid=7530 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7533/task/7541/stat : 7541 (java) S 7530 7533 4518 0 -1 4202560 104 0 0 0 3 2 0 0 20 0 19 0 23553288 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460240497704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7542] ppid=7530 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7533/task/7542/stat : 7542 (java) S 7530 7533 4518 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 19 0 23553288 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460239444648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7543] ppid=7530 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7533/task/7543/stat : 7543 (java) S 7530 7533 4518 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 19 0 23553288 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460238392104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7544] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7544/stat : 7544 (java) S 7530 7533 4518 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23553289 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460226193768 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7533/tid=7545] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7545/stat : 7545 (java) S 7530 7533 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23553290 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460225140088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7546] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7546/stat : 7546 (java) S 7530 7533 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23553290 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460224086920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7547] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7547/stat : 7547 (java) S 7530 7533 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553292 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460223035664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7548] ppid=7530 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/7533/task/7548/stat : 7548 (java) S 7530 7533 4518 0 -1 4202560 2855 0 0 0 47 0 0 0 20 0 19 0 23553292 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460221983544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7549] ppid=7530 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/7533/task/7549/stat : 7549 (java) S 7530 7533 4518 0 -1 4202560 3560 0 0 0 55 2 0 0 20 0 19 0 23553292 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460220931000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7550] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7550/stat : 7550 (java) S 7530 7533 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553292 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460219878136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7551] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7551/stat : 7551 (java) S 7530 7533 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553292 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460218825800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7533/tid=7552] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7552/stat : 7552 (java) S 7530 7533 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23553412 9856040960 110405 33554432000 1073741824 1073778376 140735494074960 140460217672744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.25 2.23 2.24 3/215 7552
/proc/meminfo: memFree=28470060/32872528 swapFree=1482636/1662508
[pid=7533] ppid=7530 vsize=9625040 CPUtime=7.76 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 4518 0 -1 4202496 11306 0 1 0 754 22 0 0 20 0 19 0 23553286 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140735494066096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7533/statm: 2406260 112965 2278 9 0 2396937 0
[pid=7533/tid=7535] ppid=7530 vsize=9625040 CPUtime=6.1 cores=1,3,5,7
/proc/7533/task/7535/stat : 7535 (java) R 7530 7533 4518 0 -1 4202560 2764 0 1 0 605 5 0 0 20 0 19 0 23553287 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460401860288 140460274867772 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7536] ppid=7530 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/7533/task/7536/stat : 7536 (java) S 7530 7533 4518 0 -1 4202560 149 0 0 0 5 2 0 0 20 0 19 0 23553288 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460245760424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7537] ppid=7530 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7533/task/7537/stat : 7537 (java) S 7530 7533 4518 0 -1 4202560 50 0 0 0 5 0 0 0 20 0 19 0 23553288 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460244707880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7538] ppid=7530 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7533/task/7538/stat : 7538 (java) S 7530 7533 4518 0 -1 4202560 122 0 0 0 3 2 0 0 20 0 19 0 23553288 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460243654824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7533/tid=7539] ppid=7530 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7533/task/7539/stat : 7539 (java) S 7530 7533 4518 0 -1 4202560 63 0 0 0 4 2 0 0 20 0 19 0 23553288 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460242602280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7540] ppid=7530 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7533/task/7540/stat : 7540 (java) S 7530 7533 4518 0 -1 4202560 116 0 0 0 4 2 0 0 20 0 19 0 23553288 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460241550248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7541] ppid=7530 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7533/task/7541/stat : 7541 (java) S 7530 7533 4518 0 -1 4202560 104 0 0 0 3 2 0 0 20 0 19 0 23553288 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460240497704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7542] ppid=7530 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7533/task/7542/stat : 7542 (java) S 7530 7533 4518 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 19 0 23553288 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460239444648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7543] ppid=7530 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7533/task/7543/stat : 7543 (java) S 7530 7533 4518 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 19 0 23553288 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460238392104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7544] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7544/stat : 7544 (java) S 7530 7533 4518 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23553289 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460226193768 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7533/tid=7545] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7545/stat : 7545 (java) S 7530 7533 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23553290 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460225140088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7546] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7546/stat : 7546 (java) S 7530 7533 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23553290 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460224086920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7547] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7547/stat : 7547 (java) S 7530 7533 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553292 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460223035664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7548] ppid=7530 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/7533/task/7548/stat : 7548 (java) S 7530 7533 4518 0 -1 4202560 2855 0 0 0 48 0 0 0 20 0 19 0 23553292 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460221983544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7549] ppid=7530 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/7533/task/7549/stat : 7549 (java) S 7530 7533 4518 0 -1 4202560 3560 0 0 0 55 2 0 0 20 0 19 0 23553292 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460220931000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7550] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7550/stat : 7550 (java) S 7530 7533 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553292 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460219878136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7551] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7551/stat : 7551 (java) S 7530 7533 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553292 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460218825800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7533/tid=7552] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7552/stat : 7552 (java) S 7530 7533 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23553412 9856040960 112965 33554432000 1073741824 1073778376 140735494074960 140460217672744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.22 2.22 2.24 3/215 7552

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

/proc/7533/task/7552/stat : 7552 (java) S 7530 7533 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23553412 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460217672744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1664.63
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.25 2.22 2.18 3/215 7813
/proc/meminfo: memFree=28191236/32872528 swapFree=1482636/1662508
[pid=7533] ppid=7530 vsize=9625040 CPUtime=1724.64 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 4518 0 -1 4202496 14054 0 1 0 172380 84 0 0 20 0 19 0 23553286 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140735494066096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7533/statm: 2406260 314090 2279 9 0 2396937 0
[pid=7533/tid=7535] ppid=7530 vsize=9625040 CPUtime=1717.53 cores=1,3,5,7
/proc/7533/task/7535/stat : 7535 (java) R 7530 7533 4518 0 -1 4202560 3527 0 1 0 171711 42 0 0 20 0 19 0 23553287 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460401860288 140460274744765 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7536] ppid=7530 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7533/task/7536/stat : 7536 (java) S 7530 7533 4518 0 -1 4202560 290 0 0 0 11 6 0 0 20 0 19 0 23553288 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460245760424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7537] ppid=7530 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7533/task/7537/stat : 7537 (java) S 7530 7533 4518 0 -1 4202560 192 0 0 0 9 3 0 0 20 0 19 0 23553288 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460244707880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7538] ppid=7530 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7533/task/7538/stat : 7538 (java) S 7530 7533 4518 0 -1 4202560 284 0 0 0 9 4 0 0 20 0 19 0 23553288 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460243654824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7539] ppid=7530 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7533/task/7539/stat : 7539 (java) S 7530 7533 4518 0 -1 4202560 167 0 0 0 10 4 0 0 20 0 19 0 23553288 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460242602280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7540] ppid=7530 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7533/task/7540/stat : 7540 (java) S 7530 7533 4518 0 -1 4202560 154 0 0 0 9 4 0 0 20 0 19 0 23553288 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460241550248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7541] ppid=7530 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7533/task/7541/stat : 7541 (java) S 7530 7533 4518 0 -1 4202560 160 0 0 0 11 5 0 0 20 0 19 0 23553288 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460240497704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7542] ppid=7530 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7533/task/7542/stat : 7542 (java) S 7530 7533 4518 0 -1 4202560 110 0 0 0 6 3 0 0 20 0 19 0 23553288 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460239444648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7543] ppid=7530 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7533/task/7543/stat : 7543 (java) S 7530 7533 4518 0 -1 4202560 173 0 0 0 14 6 0 0 20 0 19 0 23553288 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460238392104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7533/tid=7544] ppid=7530 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7533/task/7544/stat : 7544 (java) S 7530 7533 4518 0 -1 4202560 1006 0 0 0 1 1 0 0 20 0 19 0 23553289 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460226193768 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7533/tid=7545] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7545/stat : 7545 (java) S 7530 7533 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23553290 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460225140088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7546] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7546/stat : 7546 (java) S 7530 7533 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23553290 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460224086920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7547] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7547/stat : 7547 (java) S 7530 7533 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553292 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460223035664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7548] ppid=7530 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/7533/task/7548/stat : 7548 (java) S 7530 7533 4518 0 -1 4202560 2855 0 0 0 48 0 0 0 20 0 19 0 23553292 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460221983544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7549] ppid=7530 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/7533/task/7549/stat : 7549 (java) S 7530 7533 4518 0 -1 4202560 3774 0 0 0 59 2 0 0 20 0 19 0 23553292 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460220931000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7550] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7550/stat : 7550 (java) S 7530 7533 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553292 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460219878136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7551] ppid=7530 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/7533/task/7551/stat : 7551 (java) S 7530 7533 4518 0 -1 4202560 99 0 0 0 25 30 0 0 20 0 19 0 23553292 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460218825800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7533/tid=7552] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7552/stat : 7552 (java) S 7530 7533 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23553412 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460217672744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.64
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.22 2.18 3/215 7815
/proc/meminfo: memFree=28172808/32872528 swapFree=1482636/1662508
[pid=7533] ppid=7530 vsize=9625040 CPUtime=1784.66 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 4518 0 -1 4202496 14058 0 1 0 178380 86 0 0 20 0 19 0 23553286 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140735494066096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7533/statm: 2406260 314090 2279 9 0 2396937 0
[pid=7533/tid=7535] ppid=7530 vsize=9625040 CPUtime=1777.38 cores=1,3,5,7
/proc/7533/task/7535/stat : 7535 (java) R 7530 7533 4518 0 -1 4202560 3527 0 1 0 177695 43 0 0 20 0 19 0 23553287 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460401860288 140460274971240 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7536] ppid=7530 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7533/task/7536/stat : 7536 (java) S 7530 7533 4518 0 -1 4202560 290 0 0 0 11 6 0 0 20 0 19 0 23553288 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460245760424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7537] ppid=7530 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7533/task/7537/stat : 7537 (java) S 7530 7533 4518 0 -1 4202560 192 0 0 0 9 3 0 0 20 0 19 0 23553288 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460244707880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7538] ppid=7530 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7533/task/7538/stat : 7538 (java) S 7530 7533 4518 0 -1 4202560 284 0 0 0 9 4 0 0 20 0 19 0 23553288 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460243654824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7539] ppid=7530 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7533/task/7539/stat : 7539 (java) S 7530 7533 4518 0 -1 4202560 167 0 0 0 10 4 0 0 20 0 19 0 23553288 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460242602280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7540] ppid=7530 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7533/task/7540/stat : 7540 (java) S 7530 7533 4518 0 -1 4202560 154 0 0 0 9 4 0 0 20 0 19 0 23553288 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460241550248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7541] ppid=7530 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7533/task/7541/stat : 7541 (java) S 7530 7533 4518 0 -1 4202560 160 0 0 0 11 5 0 0 20 0 19 0 23553288 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460240497704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7542] ppid=7530 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7533/task/7542/stat : 7542 (java) S 7530 7533 4518 0 -1 4202560 110 0 0 0 6 3 0 0 20 0 19 0 23553288 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460239444648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7543] ppid=7530 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7533/task/7543/stat : 7543 (java) S 7530 7533 4518 0 -1 4202560 173 0 0 0 14 6 0 0 20 0 19 0 23553288 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460238392104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7533/tid=7544] ppid=7530 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7533/task/7544/stat : 7544 (java) S 7530 7533 4518 0 -1 4202560 1006 0 0 0 1 1 0 0 20 0 19 0 23553289 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460226193768 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7533/tid=7545] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7545/stat : 7545 (java) S 7530 7533 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23553290 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460225140088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7546] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7546/stat : 7546 (java) S 7530 7533 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23553290 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460224086920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7547] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7547/stat : 7547 (java) S 7530 7533 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553292 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460223035664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7548] ppid=7530 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/7533/task/7548/stat : 7548 (java) S 7530 7533 4518 0 -1 4202560 2855 0 0 0 48 0 0 0 20 0 19 0 23553292 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460221983544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7549] ppid=7530 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/7533/task/7549/stat : 7549 (java) S 7530 7533 4518 0 -1 4202560 3774 0 0 0 59 2 0 0 20 0 19 0 23553292 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460220931000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7550] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7550/stat : 7550 (java) S 7530 7533 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553292 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460219878136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7551] ppid=7530 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7533/task/7551/stat : 7551 (java) S 7530 7533 4518 0 -1 4202560 103 0 0 0 26 32 0 0 20 0 19 0 23553292 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460218825800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7533/tid=7552] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7552/stat : 7552 (java) S 7530 7533 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23553412 9856040960 314090 33554432000 1073741824 1073778376 140735494074960 140460217672744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.66
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.19 2.21 2.18 4/215 7815
/proc/meminfo: memFree=28032804/32872528 swapFree=1482636/1662508
[pid=7533] ppid=7530 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/7533/stat : 7533 (java) S 7530 7533 4518 0 -1 4202496 14774 0 1 0 179901 103 0 0 20 0 19 0 23553286 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140735494066096 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7533/statm: 2406260 349355 2279 9 0 2396937 0
[pid=7533/tid=7535] ppid=7530 vsize=9625040 CPUtime=1792.35 cores=1,3,5,7
/proc/7533/task/7535/stat : 7535 (java) R 7530 7533 4518 0 -1 4202560 3528 0 1 0 179192 43 0 0 20 0 19 0 23553287 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460401868000 140460274744799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7536] ppid=7530 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7533/task/7536/stat : 7536 (java) S 7530 7533 4518 0 -1 4202560 430 0 0 0 13 8 0 0 20 0 19 0 23553288 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460245760424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7537] ppid=7530 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7533/task/7537/stat : 7537 (java) S 7530 7533 4518 0 -1 4202560 295 0 0 0 12 4 0 0 20 0 19 0 23553288 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460244707880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7538] ppid=7530 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/7533/task/7538/stat : 7538 (java) S 7530 7533 4518 0 -1 4202560 318 0 0 0 11 7 0 0 20 0 19 0 23553288 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460243654824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7539] ppid=7530 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7533/task/7539/stat : 7539 (java) S 7530 7533 4518 0 -1 4202560 198 0 0 0 13 6 0 0 20 0 19 0 23553288 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460242602280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7540] ppid=7530 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7533/task/7540/stat : 7540 (java) S 7530 7533 4518 0 -1 4202560 257 0 0 0 11 6 0 0 20 0 19 0 23553288 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460241550248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7541] ppid=7530 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7533/task/7541/stat : 7541 (java) S 7530 7533 4518 0 -1 4202560 281 0 0 0 13 7 0 0 20 0 19 0 23553288 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460240497704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7542] ppid=7530 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7533/task/7542/stat : 7542 (java) S 7530 7533 4518 0 -1 4202560 142 0 0 0 9 5 0 0 20 0 19 0 23553288 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460239444648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7543] ppid=7530 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7533/task/7543/stat : 7543 (java) S 7530 7533 4518 0 -1 4202560 284 0 0 0 17 8 0 0 20 0 19 0 23553288 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460238392104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7544] ppid=7530 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7533/task/7544/stat : 7544 (java) S 7530 7533 4518 0 -1 4202560 1044 0 0 0 1 1 0 0 20 0 19 0 23553289 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460226193768 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7533/tid=7545] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7545/stat : 7545 (java) S 7530 7533 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23553290 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460225140088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7546] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7546/stat : 7546 (java) S 7530 7533 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23553290 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460224086920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7547] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7547/stat : 7547 (java) S 7530 7533 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553292 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460223035664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7548] ppid=7530 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/7533/task/7548/stat : 7548 (java) S 7530 7533 4518 0 -1 4202560 2855 0 0 0 48 0 0 0 20 0 19 0 23553292 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460221983544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7533/tid=7549] ppid=7530 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/7533/task/7549/stat : 7549 (java) S 7530 7533 4518 0 -1 4202560 3774 0 0 0 59 2 0 0 20 0 19 0 23553292 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460220931000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7533/tid=7550] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7550/stat : 7550 (java) S 7530 7533 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23553292 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460219878136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7551] ppid=7530 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7533/task/7551/stat : 7551 (java) S 7530 7533 4518 0 -1 4202560 105 0 0 0 26 32 0 0 20 0 19 0 23553292 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460218825800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7533/tid=7552] ppid=7530 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7533/task/7552/stat : 7552 (java) S 7530 7533 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23553412 9856040960 349355 33554432000 1073741824 1073778376 140735494074960 140460217672744 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

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

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

Real time (s): 1797.45
CPU time (s): 1800.04
CPU user time (s): 1799.01
CPU system time (s): 1.03
CPU usage (%): 100.144
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.43
system time used= 1.43178
maximum resident set size= 1397564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14815
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38231
involuntary context switches= 3374

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4114 second user time and 13.8239 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 03:57:49
IDJOB=4100533
IDBENCH=1628
IDSOLVER=2546
FILE ID=node134/4100533-1466215069
RUNJOBID= node134-1466206058-4535
PBS_JOBID= 19918143
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-B2C1S1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100533-1466215069/watcher-4100533-1466215069 -o /tmp/evaluation-result-4100533-1466215069/solver-4100533-1466215069 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4535 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100533-1466215069.opb

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

MD5SUM BENCH= f34eb2d99785ba17979b01527e1f0026
RANDOM SEED=2012036488

node134.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.020
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.04
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.020
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.020
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.020
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.020
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.020
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.54
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.020
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.020
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:        28913468 kB
Buffers:           99216 kB
Cached:            94864 kB
SwapCached:         1008 kB
Active:          1430300 kB
Inactive:         132048 kB
Active(anon):    1367548 kB
Inactive(anon):     3460 kB
Active(file):      62752 kB
Inactive(file):   128588 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:              4340 kB
Writeback:             0 kB
AnonPages:       3030688 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             599092 kB
SReclaimable:      42700 kB
SUnreclaim:       556392 kB
KernelStack:        1608 kB
PageTables:         9952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4467476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1515520 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= 71712 MiB
End job on node134 at 2016-06-18 04:27:46