Trace number 4089747

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.8 1798.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v051-n1.opb
MD5SUM813a6d11f6812d0f2ad71162c6832081
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark0.019996
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables153
Total number of constraints51
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)51
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4089747-1466033139.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.13	c ... done. Wall clock time 0.018s.
0.09/0.13	c declared #vars     153
0.09/0.13	c #constraints  102
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
0.09/0.13	c 102 constraints processed.
0.66/0.44	c cleaning 2498 clauses out of 5001 with flag 23073/5001
1.16/0.66	c cleaning 4248 clauses out of 8504 with flag 54188/11002
1.49/0.98	c cleaning 5623 clauses out of 11254 with flag 92315/18000
1.90/1.31	c cleaning 6812 clauses out of 13631 with flag 133714/26000
2.31/1.79	c cleaning 7902 clauses out of 15819 with flag 184398/35000
3.21/2.66	c cleaning 8950 clauses out of 17919 with flag 252257/45002
4.31/3.76	c cleaning 9978 clauses out of 19967 with flag 331856/56000
5.21/4.60	c cleaning 10987 clauses out of 21989 with flag 407531/68000
6.13/5.55	c cleaning 11993 clauses out of 24004 with flag 488622/81002
7.72/7.16	c cleaning 12999 clauses out of 26009 with flag 579774/95000
9.62/9.01	c cleaning 13997 clauses out of 28012 with flag 684651/110002
11.63/11.08	c cleaning 15002 clauses out of 30014 with flag 801292/126001
14.12/13.51	c cleaning 15995 clauses out of 32012 with flag 924225/143001
16.42/15.81	c cleaning 17001 clauses out of 34017 with flag 1048134/161001
18.12/17.51	c cleaning 18002 clauses out of 36016 with flag 1164416/180001
20.02/19.48	c cleaning 19002 clauses out of 38018 with flag 1285938/200005
22.02/21.49	c cleaning 19998 clauses out of 40011 with flag 1421052/221000
24.42/23.90	c cleaning 21001 clauses out of 42014 with flag 1554644/243001
27.81/27.25	c cleaning 21998 clauses out of 44012 with flag 1700857/266000
31.01/30.50	c cleaning 23001 clauses out of 46014 with flag 1844203/290000
34.01/33.42	c cleaning 24001 clauses out of 48013 with flag 1994440/315000
37.21/36.66	c cleaning 24995 clauses out of 50012 with flag 2169091/341000
40.61/40.09	c cleaning 26001 clauses out of 52017 with flag 2326506/368000
43.81/43.29	c cleaning 26999 clauses out of 54016 with flag 2490621/396000
47.81/47.25	c cleaning 28001 clauses out of 56017 with flag 2674860/425000
51.61/51.02	c cleaning 29000 clauses out of 58016 with flag 2861068/455000
55.52/54.91	c cleaning 29995 clauses out of 60016 with flag 3047849/486000
59.92/59.34	c cleaning 31007 clauses out of 62022 with flag 3246972/518001
65.42/64.82	c cleaning 31993 clauses out of 64014 with flag 3465573/551000
71.21/70.66	c cleaning 33001 clauses out of 66021 with flag 3686613/585000
76.91/76.34	c cleaning 34001 clauses out of 68020 with flag 3918424/620000
82.91/82.31	c cleaning 35004 clauses out of 70020 with flag 4174128/656001
89.03/88.40	c cleaning 36000 clauses out of 72016 with flag 4407675/693001
94.63/94.10	c cleaning 37005 clauses out of 74015 with flag 4656150/731000
101.43/100.88	c cleaning 37998 clauses out of 76012 with flag 4923340/770002
108.13/107.51	c cleaning 38999 clauses out of 78013 with flag 5195882/810001
115.33/114.72	c cleaning 40002 clauses out of 80013 with flag 5470222/851000
123.62/123.04	c cleaning 41000 clauses out of 82011 with flag 5752729/893000
131.53/130.96	c cleaning 41999 clauses out of 84011 with flag 6040393/936000
139.23/138.67	c cleaning 43004 clauses out of 86012 with flag 6328560/980000
147.83/147.22	c cleaning 43993 clauses out of 88008 with flag 6640393/1025000
156.53/155.90	c cleaning 45000 clauses out of 90015 with flag 6942852/1071000
165.53/164.91	c cleaning 45998 clauses out of 92016 with flag 7266352/1118001
176.43/175.83	c cleaning 46999 clauses out of 94018 with flag 7598444/1166001
187.83/187.28	c cleaning 48002 clauses out of 96018 with flag 7946399/1215000
200.23/199.69	c cleaning 48996 clauses out of 98017 with flag 8288426/1265001
212.02/211.41	c cleaning 50001 clauses out of 100020 with flag 8630193/1316000
222.93/222.36	c cleaning 51001 clauses out of 102020 with flag 9001424/1368001
233.95/233.39	c cleaning 51999 clauses out of 104018 with flag 9361300/1421000
245.84/245.27	c cleaning 53003 clauses out of 106020 with flag 9734675/1475001
258.14/257.59	c cleaning 54004 clauses out of 108017 with flag 10119271/1530001
271.04/270.48	c cleaning 55000 clauses out of 110012 with flag 10508338/1586000
287.63/287.08	c cleaning 55991 clauses out of 112012 with flag 10914915/1643000
301.63/301.08	c cleaning 57002 clauses out of 114021 with flag 11317069/1701000
316.33/315.72	c cleaning 58008 clauses out of 116021 with flag 11736127/1760002
332.02/331.40	c cleaning 58994 clauses out of 118012 with flag 12155425/1820001
346.82/346.23	c cleaning 60000 clauses out of 120017 with flag 12581024/1881000
362.12/361.57	c cleaning 60994 clauses out of 122019 with flag 13012869/1943002
379.52/378.91	c cleaning 62006 clauses out of 124027 with flag 13455688/2006004
397.59/396.92	c cleaning 63000 clauses out of 126017 with flag 13912980/2070000
414.60/413.99	c cleaning 64001 clauses out of 128017 with flag 14379174/2135000
433.69/433.09	c cleaning 65002 clauses out of 130017 with flag 14884500/2201001
452.68/452.02	c cleaning 66002 clauses out of 132017 with flag 15352795/2268003
471.40/470.71	c cleaning 66996 clauses out of 134012 with flag 15819862/2336000
491.90/491.21	c cleaning 68002 clauses out of 136018 with flag 16297250/2405002
513.01/512.31	c cleaning 69001 clauses out of 138016 with flag 16798483/2475002
534.61/533.98	c cleaning 69993 clauses out of 140014 with flag 17309792/2546001
555.81/555.14	c cleaning 71006 clauses out of 142021 with flag 17810423/2618001
580.20/579.52	c cleaning 71999 clauses out of 144014 with flag 18327560/2691000
603.07/602.35	c cleaning 73005 clauses out of 146016 with flag 18857696/2765001
631.18/630.44	c cleaning 73998 clauses out of 148010 with flag 19401583/2840000
656.67/655.91	c cleaning 74999 clauses out of 150012 with flag 19961113/2916000
680.68/679.92	c cleaning 75996 clauses out of 152015 with flag 20510990/2993002
707.17/706.48	c cleaning 77006 clauses out of 154018 with flag 21089265/3071001
743.28/742.51	c cleaning 77999 clauses out of 156013 with flag 21675553/3150002
771.07/770.31	c cleaning 79000 clauses out of 158012 with flag 22232636/3230000
799.87/799.10	c cleaning 79999 clauses out of 160012 with flag 22811869/3311000
827.77/827.07	c cleaning 81000 clauses out of 162014 with flag 23398450/3393001
857.54/856.78	c cleaning 82001 clauses out of 164013 with flag 24002622/3476000
888.94/888.10	c cleaning 82998 clauses out of 166012 with flag 24605872/3560000
918.63/917.81	c cleaning 84000 clauses out of 168015 with flag 25206894/3645001
954.42/953.65	c cleaning 85004 clauses out of 170014 with flag 25809846/3731000
989.53/988.72	c cleaning 86000 clauses out of 172013 with flag 26444208/3818003
1025.53/1024.79	c cleaning 87001 clauses out of 174010 with flag 27068914/3906000
1059.63/1058.80	c cleaning 87998 clauses out of 176011 with flag 27715666/3995002
1097.23/1096.48	c cleaning 89001 clauses out of 178011 with flag 28362829/4085000
1135.15/1134.27	c cleaning 89996 clauses out of 180010 with flag 29042952/4176000
1179.95/1179.05	c cleaning 90999 clauses out of 182014 with flag 29713575/4268000
1216.95/1216.04	c cleaning 91996 clauses out of 184015 with flag 30386673/4361000
1256.95/1256.09	c cleaning 92999 clauses out of 186019 with flag 31074563/4455000
1294.85/1293.98	c cleaning 94002 clauses out of 188021 with flag 31750945/4550001
1339.14/1338.26	c cleaning 95001 clauses out of 190021 with flag 32442341/4646003
1379.74/1378.85	c cleaning 96005 clauses out of 192017 with flag 33132676/4743000
1421.94/1420.95	c cleaning 96993 clauses out of 194012 with flag 33842949/4841000
1467.46/1466.41	c cleaning 98005 clauses out of 196019 with flag 34559552/4940000
1516.06/1515.03	c cleaning 99004 clauses out of 198016 with flag 35288913/5040002
1561.97/1560.99	c cleaning 100001 clauses out of 200012 with flag 36024074/5141002
1609.27/1608.27	c cleaning 101000 clauses out of 202009 with flag 36758289/5243000
1655.58/1654.58	c cleaning 101997 clauses out of 204009 with flag 37505963/5346000
1703.47/1702.27	c cleaning 103001 clauses out of 206014 with flag 38277834/5450002
1762.58/1761.37	c cleaning 103996 clauses out of 208012 with flag 39073125/5555001
1800.08/1798.80	c starts		: 9194
1800.08/1798.80	c conflicts		: 5639050
1800.08/1798.80	c decisions		: 7131606
1800.08/1798.80	c timeout
1800.08/1798.80	c propagations		: 89767991
1800.08/1798.80	c inspects		: 47484118590
1800.08/1798.80	c shortcuts		: 0
1800.08/1798.80	c learnt literals	: 0
1800.08/1798.80	c learnt binary clauses	: 0
1800.08/1798.80	c learnt ternary clauses	: 0
1800.08/1798.80	c learnt constraints	: 5639050
1800.08/1798.80	c ignored constraints	: 0
1800.08/1798.80	c root simplifications	: 0
1800.08/1798.80	c removed literals (reason simplification)	: 0
1800.08/1798.80	c reason swapping (by a shorter reason)	: 0
1800.08/1798.80	c Calls to reduceDB	: 101
1800.08/1798.80	c Number of update (reduction) of LBD	: 1561931
1800.08/1798.80	c Imported unit clauses	: 0
1800.08/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.80	c number of learned constraints concerned by reduction	: 0
1800.08/1798.80	c number of learning phase by resolution	: 0
1800.08/1798.80	c number of learning phase by cutting planes	: 0
1800.08/1798.80	c speed (assignments/second)	: 49907.982564895174
1800.08/1798.80	c non guided choices	3858
1800.08/1798.83	c learnt constraints type 
1800.08/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 188065
1800.08/1798.83	s UNKNOWN
1800.08/1798.83	c Total wall clock time (in seconds): 1798.718

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-4089747-1466033139/watcher-4089747-1466033139 -o /tmp/evaluation-result-4089747-1466033139/solver-4089747-1466033139 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4983 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089747-1466033139.opb 

pid=9640
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.09 2.06 2.01 3/194 9643
/proc/meminfo: memFree=31335496/32872528 swapFree=162364/176672
[pid=9643] ppid=9640 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/9643/stat : 9643 (java) R 9640 9643 4966 0 -1 4202496 723 0 0 0 0 0 0 0 20 0 1 0 5363853 23793664 374 33554432000 1073741824 1073778376 140736617195008 140736617184072 224913308211 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9643/statm: 5809 384 294 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 2.09 2.06 2.01 3/194 9643
/proc/meminfo: memFree=31335496/32872528 swapFree=162364/176672
[pid=9643] ppid=9640 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9643/stat : 9643 (java) S 9640 9643 4966 0 -1 4202496 4459 0 1 0 8 1 0 0 20 0 18 0 5363853 9787879424 5588 33554432000 1073741824 1073778376 140736617195008 140736617186144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9643/statm: 2389619 5588 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200321 s]
/proc/loadavg: 2.09 2.06 2.01 3/194 9643
/proc/meminfo: memFree=31335496/32872528 swapFree=162364/176672
[pid=9643] ppid=9640 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/9643/stat : 9643 (java) S 9640 9643 4966 0 -1 4202496 6941 0 1 0 28 2 0 0 20 0 19 0 5363853 9856040960 7117 33554432000 1073741824 1073778376 140736617195008 140736617186144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9643/statm: 2406260 7117 2221 9 0 2396937 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300315 s]
/proc/loadavg: 2.09 2.06 2.01 3/194 9643
/proc/meminfo: memFree=31335496/32872528 swapFree=162364/176672
[pid=9643] ppid=9640 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/9643/stat : 9643 (java) S 9640 9643 4966 0 -1 4202496 8351 0 1 0 51 2 0 0 20 0 19 0 5363853 9856040960 7544 33554432000 1073741824 1073778376 140736617195008 140736617186144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9643/statm: 2406260 7544 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700317 s]
/proc/loadavg: 2.09 2.06 2.01 3/194 9643
/proc/meminfo: memFree=31335496/32872528 swapFree=162364/176672
[pid=9643] ppid=9640 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/9643/stat : 9643 (java) S 9640 9643 4966 0 -1 4202496 17185 0 1 0 126 3 0 0 20 0 19 0 5363853 9856040960 13268 33554432000 1073741824 1073778376 140736617195008 140736617186144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9643/statm: 2406260 13268 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.09 2.06 2.01 3/213 9662
/proc/meminfo: memFree=31289036/32872528 swapFree=162364/176672
[pid=9643] ppid=9640 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/9643/stat : 9643 (java) S 9640 9643 4966 0 -1 4202496 17190 0 1 0 208 3 0 0 20 0 19 0 5363853 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 140736617186144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9643/statm: 2406260 14294 2241 9 0 2396937 0
[pid=9643/tid=9645] ppid=9640 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/9643/task/9645/stat : 9645 (java) R 9640 9643 4966 0 -1 4202560 2450 0 1 0 145 1 0 0 20 0 19 0 5363854 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865883161024 139865755978953 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9643/tid=9646] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9646/stat : 9646 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865727204008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9647] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9647/stat : 9647 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865726151464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9648] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9648/stat : 9648 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865725098920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9643/tid=9649] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9649/stat : 9649 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865724046376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9643/tid=9650] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9650/stat : 9650 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865722992808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9651] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9651/stat : 9651 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865721940264 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9643/tid=9652] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9652/stat : 9652 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865720887720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9653] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9653/stat : 9653 (java) S 9640 9643 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865719835176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9654] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9654/stat : 9654 (java) S 9640 9643 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5363856 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865707424360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9655] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9655/stat : 9655 (java) S 9640 9643 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5363856 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865706370680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9656] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9656/stat : 9656 (java) S 9640 9643 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5363857 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865705318024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9657] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9657/stat : 9657 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363859 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865704266768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9658] ppid=9640 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/9643/task/9658/stat : 9658 (java) S 9640 9643 4966 0 -1 4202560 8179 0 0 0 33 2 0 0 20 0 19 0 5363859 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865703213112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9659] ppid=9640 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/9643/task/9659/stat : 9659 (java) S 9640 9643 4966 0 -1 4202560 5291 0 0 0 26 0 0 0 20 0 19 0 5363859 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865702160568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9660] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9660/stat : 9660 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363859 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865701108216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9661] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9661/stat : 9661 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363859 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865700055880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9662] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9662/stat : 9662 (java) S 9640 9643 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5363867 9856040960 14294 33554432000 1073741824 1073778376 140736617195008 139865698952488 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.09 2.06 2.01 3/213 9662
/proc/meminfo: memFree=31284568/32872528 swapFree=162364/176672
[pid=9643] ppid=9640 vsize=9625040 CPUtime=3.71 cores=1,3,5,7
/proc/9643/stat : 9643 (java) S 9640 9643 4966 0 -1 4202496 17192 0 1 0 368 3 0 0 20 0 19 0 5363853 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 140736617186144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9643/statm: 2406260 15318 2241 9 0 2396937 0
[pid=9643/tid=9645] ppid=9640 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/9643/task/9645/stat : 9645 (java) R 9640 9643 4966 0 -1 4202560 2452 0 1 0 305 1 0 0 20 0 19 0 5363854 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865883152080 139865756063380 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9643/tid=9646] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9646/stat : 9646 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865727204008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9647] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9647/stat : 9647 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865726151464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9648] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9648/stat : 9648 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865725098920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9643/tid=9649] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9649/stat : 9649 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865724046376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9643/tid=9650] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9650/stat : 9650 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865722992808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9651] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9651/stat : 9651 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865721940264 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9643/tid=9652] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9652/stat : 9652 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865720887720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9653] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9653/stat : 9653 (java) S 9640 9643 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865719835176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9654] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9654/stat : 9654 (java) S 9640 9643 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5363856 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865707424360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9655] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9655/stat : 9655 (java) S 9640 9643 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5363856 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865706370680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9656] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9656/stat : 9656 (java) S 9640 9643 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5363857 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865705318024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9657] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9657/stat : 9657 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363859 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865704266768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9658] ppid=9640 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/9643/task/9658/stat : 9658 (java) S 9640 9643 4966 0 -1 4202560 8179 0 0 0 33 2 0 0 20 0 19 0 5363859 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865703213112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9659] ppid=9640 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/9643/task/9659/stat : 9659 (java) S 9640 9643 4966 0 -1 4202560 5291 0 0 0 26 0 0 0 20 0 19 0 5363859 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865702160568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9660] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9660/stat : 9660 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363859 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865701108216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9661] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9661/stat : 9661 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363859 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865700055880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9662] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9662/stat : 9662 (java) S 9640 9643 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5363867 9856040960 15318 33554432000 1073741824 1073778376 140736617195008 139865698952488 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.16 2.08 2.01 3/213 9662
/proc/meminfo: memFree=31281804/32872528 swapFree=162364/176672
[pid=9643] ppid=9640 vsize=9625040 CPUtime=6.92 cores=1,3,5,7
/proc/9643/stat : 9643 (java) S 9640 9643 4966 0 -1 4202496 17198 0 1 0 688 4 0 0 20 0 19 0 5363853 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 140736617186144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9643/statm: 2406260 15866 2242 9 0 2396937 0
[pid=9643/tid=9645] ppid=9640 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/9643/task/9645/stat : 9645 (java) R 9640 9643 4966 0 -1 4202560 2457 0 1 0 625 1 0 0 20 0 19 0 5363854 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865883152080 139865756062714 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9643/tid=9646] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9646/stat : 9646 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865727204008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9647] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9647/stat : 9647 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865726151464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9648] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9648/stat : 9648 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865725098920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9643/tid=9649] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9649/stat : 9649 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865724046376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9643/tid=9650] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9650/stat : 9650 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865722992808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9651] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9651/stat : 9651 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865721940264 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9643/tid=9652] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9652/stat : 9652 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865720887720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9653] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9653/stat : 9653 (java) S 9640 9643 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5363855 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865719835176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9654] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9654/stat : 9654 (java) S 9640 9643 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5363856 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865707424360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9655] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9655/stat : 9655 (java) S 9640 9643 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5363856 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865706370680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9656] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9656/stat : 9656 (java) S 9640 9643 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5363857 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865705318024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9657] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9657/stat : 9657 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363859 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865704266768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9658] ppid=9640 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/9643/task/9658/stat : 9658 (java) S 9640 9643 4966 0 -1 4202560 8179 0 0 0 33 2 0 0 20 0 19 0 5363859 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865703213112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9659] ppid=9640 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/9643/task/9659/stat : 9659 (java) S 9640 9643 4966 0 -1 4202560 5291 0 0 0 26 0 0 0 20 0 19 0 5363859 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865702160568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9660] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9660/stat : 9660 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363859 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865701108216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9661] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9661/stat : 9661 (java) S 9640 9643 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5363859 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865700055880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9662] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9662/stat : 9662 (java) S 9640 9643 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5363867 9856040960 15866 33554432000 1073741824 1073778376 140736617195008 139865698952488 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 9625040


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

[pid=9643/tid=9655] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9655/stat : 9655 (java) S 9640 9643 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5363856 9856040960 68996 33554432000 1073741824 1073778376 140736617195008 139865706370680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9656] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9656/stat : 9656 (java) S 9640 9643 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5363857 9856040960 68996 33554432000 1073741824 1073778376 140736617195008 139865705318024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9657] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9657/stat : 9657 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363859 9856040960 68996 33554432000 1073741824 1073778376 140736617195008 139865704266768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9658] ppid=9640 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/9643/task/9658/stat : 9658 (java) S 9640 9643 4966 0 -1 4202560 8183 0 0 0 35 2 0 0 20 0 19 0 5363859 9856040960 68996 33554432000 1073741824 1073778376 140736617195008 139865703213112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9659] ppid=9640 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/9643/task/9659/stat : 9659 (java) S 9640 9643 4966 0 -1 4202560 5291 0 0 0 26 0 0 0 20 0 19 0 5363859 9856040960 68996 33554432000 1073741824 1073778376 140736617195008 139865702160568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9660] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9660/stat : 9660 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363859 9856040960 68996 33554432000 1073741824 1073778376 140736617195008 139865701108216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9661] ppid=9640 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/9643/task/9661/stat : 9661 (java) S 9640 9643 4966 0 -1 4202560 96 0 0 0 26 27 0 0 20 0 19 0 5363859 9856040960 68996 33554432000 1073741824 1073778376 140736617195008 139865700055880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9662] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9662/stat : 9662 (java) S 9640 9643 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5363867 9856040960 68996 33554432000 1073741824 1073778376 140736617195008 139865698952488 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1663.38
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 9772
/proc/meminfo: memFree=30990204/32872528 swapFree=162364/176672
[pid=9643] ppid=9640 vsize=9625040 CPUtime=1723.57 cores=1,3,5,7
/proc/9643/stat : 9643 (java) S 9640 9643 4966 0 -1 4202496 18421 0 1 0 172322 35 0 0 20 0 19 0 5363853 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 140736617186144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9643/statm: 2406260 80543 2257 9 0 2396937 0
[pid=9643/tid=9645] ppid=9640 vsize=9625040 CPUtime=1721.93 cores=1,3,5,7
/proc/9643/task/9645/stat : 9645 (java) R 9640 9643 4966 0 -1 4202560 2520 0 1 0 172163 30 0 0 20 0 19 0 5363854 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865883152080 139865756062714 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9643/tid=9646] ppid=9640 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9643/task/9646/stat : 9646 (java) S 9640 9643 4966 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865727204008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9643/tid=9647] ppid=9640 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/9643/task/9647/stat : 9647 (java) S 9640 9643 4966 0 -1 4202560 302 0 0 0 7 0 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865726151464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9648] ppid=9640 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9643/task/9648/stat : 9648 (java) S 9640 9643 4966 0 -1 4202560 26 0 0 0 7 1 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865725098920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9649] ppid=9640 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/9643/task/9649/stat : 9649 (java) S 9640 9643 4966 0 -1 4202560 195 0 0 0 10 2 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865724046376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9650] ppid=9640 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/9643/task/9650/stat : 9650 (java) S 9640 9643 4966 0 -1 4202560 38 0 0 0 10 2 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865722992808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9651] ppid=9640 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/9643/task/9651/stat : 9651 (java) S 9640 9643 4966 0 -1 4202560 70 0 0 0 8 2 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865721940264 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9643/tid=9652] ppid=9640 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/9643/task/9652/stat : 9652 (java) S 9640 9643 4966 0 -1 4202560 182 0 0 0 10 2 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865720887720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9643/tid=9653] ppid=9640 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/9643/task/9653/stat : 9653 (java) S 9640 9643 4966 0 -1 4202560 163 0 0 0 8 2 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865719835176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9643/tid=9654] ppid=9640 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9643/task/9654/stat : 9654 (java) S 9640 9643 4966 0 -1 4202560 64 0 0 0 1 0 0 0 20 0 19 0 5363856 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865707424360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9655] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9655/stat : 9655 (java) S 9640 9643 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5363856 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865706370680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9656] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9656/stat : 9656 (java) S 9640 9643 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5363857 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865705318024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9657] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9657/stat : 9657 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363859 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865704266768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9658] ppid=9640 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/9643/task/9658/stat : 9658 (java) S 9640 9643 4966 0 -1 4202560 8183 0 0 0 35 2 0 0 20 0 19 0 5363859 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865703213112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9659] ppid=9640 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/9643/task/9659/stat : 9659 (java) S 9640 9643 4966 0 -1 4202560 5291 0 0 0 26 0 0 0 20 0 19 0 5363859 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865702160568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9660] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9660/stat : 9660 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363859 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865701108216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9661] ppid=9640 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/9643/task/9661/stat : 9661 (java) S 9640 9643 4966 0 -1 4202560 100 0 0 0 27 29 0 0 20 0 19 0 5363859 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865700055880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9662] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9662/stat : 9662 (java) S 9640 9643 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5363867 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865698952488 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.57
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 9773
/proc/meminfo: memFree=30956628/32872528 swapFree=162364/176672
[pid=9643] ppid=9640 vsize=9625040 CPUtime=1783.58 cores=1,3,5,7
/proc/9643/stat : 9643 (java) S 9640 9643 4966 0 -1 4202496 18425 0 1 0 178322 36 0 0 20 0 19 0 5363853 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 140736617186144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9643/statm: 2406260 80543 2257 9 0 2396937 0
[pid=9643/tid=9645] ppid=9640 vsize=9625040 CPUtime=1781.93 cores=1,3,5,7
/proc/9643/task/9645/stat : 9645 (java) R 9640 9643 4966 0 -1 4202560 2520 0 1 0 178162 31 0 0 20 0 19 0 5363854 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865883152080 139865756062831 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9643/tid=9646] ppid=9640 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9643/task/9646/stat : 9646 (java) S 9640 9643 4966 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865727204008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9643/tid=9647] ppid=9640 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/9643/task/9647/stat : 9647 (java) S 9640 9643 4966 0 -1 4202560 302 0 0 0 7 0 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865726151464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9648] ppid=9640 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9643/task/9648/stat : 9648 (java) S 9640 9643 4966 0 -1 4202560 26 0 0 0 7 1 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865725098920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9649] ppid=9640 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/9643/task/9649/stat : 9649 (java) S 9640 9643 4966 0 -1 4202560 195 0 0 0 10 2 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865724046376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9650] ppid=9640 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/9643/task/9650/stat : 9650 (java) S 9640 9643 4966 0 -1 4202560 38 0 0 0 10 2 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865722992808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9651] ppid=9640 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/9643/task/9651/stat : 9651 (java) S 9640 9643 4966 0 -1 4202560 70 0 0 0 8 2 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865721940264 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9643/tid=9652] ppid=9640 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/9643/task/9652/stat : 9652 (java) S 9640 9643 4966 0 -1 4202560 182 0 0 0 10 2 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865720887720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9643/tid=9653] ppid=9640 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/9643/task/9653/stat : 9653 (java) S 9640 9643 4966 0 -1 4202560 163 0 0 0 8 2 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865719835176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9643/tid=9654] ppid=9640 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9643/task/9654/stat : 9654 (java) S 9640 9643 4966 0 -1 4202560 64 0 0 0 1 1 0 0 20 0 19 0 5363856 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865707424360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9655] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9655/stat : 9655 (java) S 9640 9643 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5363856 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865706370680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9656] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9656/stat : 9656 (java) S 9640 9643 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5363857 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865705318024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9657] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9657/stat : 9657 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363859 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865704266768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9658] ppid=9640 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/9643/task/9658/stat : 9658 (java) S 9640 9643 4966 0 -1 4202560 8183 0 0 0 35 2 0 0 20 0 19 0 5363859 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865703213112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9659] ppid=9640 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/9643/task/9659/stat : 9659 (java) S 9640 9643 4966 0 -1 4202560 5291 0 0 0 26 0 0 0 20 0 19 0 5363859 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865702160568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9660] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9660/stat : 9660 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363859 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865701108216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9661] ppid=9640 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/9643/task/9661/stat : 9661 (java) S 9640 9643 4966 0 -1 4202560 104 0 0 0 29 29 0 0 20 0 19 0 5363859 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865700055880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9662] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9662/stat : 9662 (java) S 9640 9643 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5363867 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865698952488 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.58
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 9773
/proc/meminfo: memFree=30957128/32872528 swapFree=162364/176672
[pid=9643] ppid=9640 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/9643/stat : 9643 (java) S 9640 9643 4966 0 -1 4202496 18425 0 1 0 179972 36 0 0 20 0 19 0 5363853 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 140736617186144 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9643/statm: 2406260 80543 2257 9 0 2396937 0
[pid=9643/tid=9645] ppid=9640 vsize=9625040 CPUtime=1798.43 cores=1,3,5,7
/proc/9643/task/9645/stat : 9645 (java) R 9640 9643 4966 0 -1 4202560 2520 0 1 0 179812 31 0 0 20 0 19 0 5363854 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865883152080 139865756062714 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9643/tid=9646] ppid=9640 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9643/task/9646/stat : 9646 (java) S 9640 9643 4966 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865727204008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9643/tid=9647] ppid=9640 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/9643/task/9647/stat : 9647 (java) S 9640 9643 4966 0 -1 4202560 302 0 0 0 7 0 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865726151464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9648] ppid=9640 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9643/task/9648/stat : 9648 (java) S 9640 9643 4966 0 -1 4202560 26 0 0 0 7 1 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865725098920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9649] ppid=9640 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/9643/task/9649/stat : 9649 (java) S 9640 9643 4966 0 -1 4202560 195 0 0 0 10 2 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865724046376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9650] ppid=9640 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/9643/task/9650/stat : 9650 (java) S 9640 9643 4966 0 -1 4202560 38 0 0 0 10 2 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865722992808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9651] ppid=9640 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/9643/task/9651/stat : 9651 (java) S 9640 9643 4966 0 -1 4202560 70 0 0 0 8 2 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865721940264 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9643/tid=9652] ppid=9640 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/9643/task/9652/stat : 9652 (java) S 9640 9643 4966 0 -1 4202560 182 0 0 0 10 2 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865720887720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9643/tid=9653] ppid=9640 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/9643/task/9653/stat : 9653 (java) S 9640 9643 4966 0 -1 4202560 163 0 0 0 8 2 0 0 20 0 19 0 5363855 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865719835176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9643/tid=9654] ppid=9640 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9643/task/9654/stat : 9654 (java) S 9640 9643 4966 0 -1 4202560 64 0 0 0 1 1 0 0 20 0 19 0 5363856 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865707424360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9655] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9655/stat : 9655 (java) S 9640 9643 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5363856 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865706370680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9656] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9656/stat : 9656 (java) S 9640 9643 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5363857 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865705318024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9657] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9657/stat : 9657 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363859 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865704266768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9658] ppid=9640 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/9643/task/9658/stat : 9658 (java) S 9640 9643 4966 0 -1 4202560 8183 0 0 0 35 2 0 0 20 0 19 0 5363859 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865703213112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9659] ppid=9640 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/9643/task/9659/stat : 9659 (java) S 9640 9643 4966 0 -1 4202560 5291 0 0 0 26 0 0 0 20 0 19 0 5363859 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865702160568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9660] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9660/stat : 9660 (java) S 9640 9643 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5363859 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865701108216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9643/tid=9661] ppid=9640 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/9643/task/9661/stat : 9661 (java) S 9640 9643 4966 0 -1 4202560 104 0 0 0 30 30 0 0 20 0 19 0 5363859 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865700055880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9643/tid=9662] ppid=9640 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9643/task/9662/stat : 9662 (java) S 9640 9643 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5363867 9856040960 80543 33554432000 1073741824 1073778376 140736617195008 139865698952488 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 9643 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.84
CPU time (s): 1800.8
CPU user time (s): 1799.91
CPU system time (s): 0.890864
CPU usage (%): 100.109
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.890864
maximum resident set size= 322332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18473
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38183
involuntary context switches= 11530

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4624 second user time and 13.463 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-16 01:25:39
IDJOB=4089747
IDBENCH=107450
IDSOLVER=2546
FILE ID=node105/4089747-1466033139
RUNJOBID= node105-1466009078-4983
PBS_JOBID= 19902809
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_RANDOM_GRAPHS/normalized-ECrand6reg-v051-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089747-1466033139/watcher-4089747-1466033139 -o /tmp/evaluation-result-4089747-1466033139/solver-4089747-1466033139 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4983 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089747-1466033139.opb

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

MD5SUM BENCH= 813a6d11f6812d0f2ad71162c6832081
RANDOM SEED=1985740294

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31336568 kB
Buffers:           91900 kB
Cached:           344520 kB
SwapCached:            0 kB
Active:           284668 kB
Inactive:         350356 kB
Active(anon):     201032 kB
Inactive(anon):        0 kB
Active(file):      83636 kB
Inactive(file):   350356 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:        354344 kB
Mapped:            22000 kB
Shmem:               204 kB
Slab:             573044 kB
SReclaimable:      17028 kB
SUnreclaim:       556016 kB
KernelStack:        1760 kB
PageTables:         5164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     865056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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= 71748 MiB
End job on node105 at 2016-06-16 01:55:38