Trace number 4102037

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.05 1794.54

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-opt1217.opb
MD5SUM0d06ca66c5954e6533e2fcc6f3f13fb8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-16384
Best CPU time to get the best result obtained on this benchmark1800.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16384
Optimality of the best value was proved NO
Number of variables787
Total number of constraints65
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)48
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint16
Maximum length of a constraint67
Number of terms in the objective function 19
Biggest coefficient in the objective function 262144
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524287
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 393216
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 917503
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-4102037-1466228555.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.19	c ... done. Wall clock time 0.071s.
0.09/0.19	c declared #vars     787
0.09/0.19	c #constraints  113
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 48
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 48
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17
0.09/0.19	c 113 constraints processed.
0.09/0.19	c objective function length is 19 literals
1.04/0.76	c cleaning 2500 clauses out of 5001 with flag 13811/5001
1.72/1.26	c cleaning 4247 clauses out of 8501 with flag 30769/11001
2.31/1.89	c cleaning 5628 clauses out of 11255 with flag 49961/18002
3.12/2.69	c cleaning 6809 clauses out of 13627 with flag 73031/26002
4.14/3.61	c cleaning 7902 clauses out of 15818 with flag 99374/35002
5.14/4.62	c cleaning 8958 clauses out of 17917 with flag 130474/45003
6.44/5.94	c cleaning 9980 clauses out of 19961 with flag 163812/56005
7.94/7.41	c cleaning 10987 clauses out of 21976 with flag 196847/68000
9.54/9.08	c cleaning 11995 clauses out of 23990 with flag 232268/81001
11.55/11.07	c cleaning 12994 clauses out of 25994 with flag 271800/95000
13.54/13.07	c cleaning 13994 clauses out of 28001 with flag 316058/110001
15.84/15.39	c cleaning 14997 clauses out of 30007 with flag 363629/126001
18.55/18.08	c cleaning 15998 clauses out of 32009 with flag 417610/143000
21.75/21.22	c cleaning 17003 clauses out of 34011 with flag 474962/161000
24.21/23.64	c cleaning 17994 clauses out of 36008 with flag 528947/180000
27.31/26.48	c cleaning 19001 clauses out of 38014 with flag 586087/200000
30.69/29.51	c cleaning 20007 clauses out of 40015 with flag 642426/221002
33.39/32.25	c cleaning 20995 clauses out of 42007 with flag 710667/243001
36.19/35.09	c cleaning 21998 clauses out of 44013 with flag 777643/266002
39.80/38.63	c cleaning 22999 clauses out of 46014 with flag 877444/290001
43.00/41.89	c cleaning 23999 clauses out of 48014 with flag 958993/315000
46.92/45.79	c cleaning 24996 clauses out of 50015 with flag 1050304/341000
50.52/49.39	c cleaning 26008 clauses out of 52020 with flag 1145557/368001
54.33/53.20	c cleaning 27004 clauses out of 54011 with flag 1242405/396000
58.73/57.56	c cleaning 27992 clauses out of 56007 with flag 1335777/425000
64.43/63.26	c cleaning 28995 clauses out of 58015 with flag 1429602/455000
69.63/68.45	c cleaning 30006 clauses out of 60020 with flag 1521708/486000
74.73/73.56	c cleaning 31003 clauses out of 62015 with flag 1636862/518001
79.99/78.79	c cleaning 31997 clauses out of 64011 with flag 1748654/551000
85.89/84.67	c cleaning 32994 clauses out of 66014 with flag 1874178/585000
93.09/91.84	c cleaning 34008 clauses out of 68021 with flag 2016117/620001
99.09/97.87	c cleaning 34999 clauses out of 70012 with flag 2138618/656000
106.59/105.31	c cleaning 35998 clauses out of 72013 with flag 2271845/693000
114.09/112.88	c cleaning 36994 clauses out of 74015 with flag 2392988/731000
123.91/122.59	c cleaning 37999 clauses out of 76022 with flag 2522632/770001
132.81/131.45	c cleaning 39008 clauses out of 78025 with flag 2648690/810003
141.32/139.94	c cleaning 40007 clauses out of 80015 with flag 2788697/851001
150.51/149.13	c cleaning 40994 clauses out of 82007 with flag 2908022/893000
158.41/157.07	c cleaning 41997 clauses out of 84013 with flag 3065790/936000
169.16/167.67	c cleaning 43000 clauses out of 86020 with flag 3217317/980004
180.56/179.06	c cleaning 44001 clauses out of 88017 with flag 3400412/1025001
193.06/191.52	c cleaning 45001 clauses out of 90017 with flag 3553477/1071002
204.36/202.85	c cleaning 45996 clauses out of 92015 with flag 3711225/1118001
217.25/215.60	c cleaning 47002 clauses out of 94018 with flag 3878069/1166000
231.25/229.52	c cleaning 47996 clauses out of 96017 with flag 4039713/1215001
244.15/242.47	c cleaning 49003 clauses out of 98022 with flag 4216466/1265002
259.46/257.78	c cleaning 50008 clauses out of 100020 with flag 4399670/1316003
275.67/273.73	c cleaning 50995 clauses out of 102009 with flag 4572531/1368000
290.07/288.18	c cleaning 51999 clauses out of 104014 with flag 4750410/1421000
308.07/306.16	c cleaning 53002 clauses out of 106015 with flag 4898850/1475000
324.87/322.92	c cleaning 53999 clauses out of 108015 with flag 5061647/1530002
342.26/340.05	c cleaning 55000 clauses out of 110015 with flag 5239547/1586001
360.46/358.29	c cleaning 56003 clauses out of 112015 with flag 5417499/1643001
380.06/377.87	c cleaning 56995 clauses out of 114014 with flag 5620529/1701003
404.86/402.32	c cleaning 57996 clauses out of 116016 with flag 5835707/1760000
423.76/421.27	c cleaning 59001 clauses out of 118021 with flag 6028596/1820001
447.87/445.34	c cleaning 59996 clauses out of 120021 with flag 6258235/1881002
471.19/468.48	c cleaning 60999 clauses out of 122027 with flag 6490199/1943004
493.28/490.43	c cleaning 62001 clauses out of 124026 with flag 6710962/2006002
515.18/512.39	c cleaning 63001 clauses out of 126024 with flag 6941103/2070001
539.09/536.12	c cleaning 64006 clauses out of 128022 with flag 7155591/2135000
567.60/564.66	c cleaning 65006 clauses out of 130017 with flag 7427569/2201001
592.81/589.75	c cleaning 65998 clauses out of 132013 with flag 7653172/2268003
617.72/614.64	c cleaning 66995 clauses out of 134012 with flag 7870578/2336000
645.44/642.20	c cleaning 68002 clauses out of 136018 with flag 8113509/2405001
672.13/668.86	c cleaning 69000 clauses out of 138019 with flag 8346258/2475004
700.02/696.73	c cleaning 69997 clauses out of 140015 with flag 8633405/2546000
733.02/729.64	c cleaning 71007 clauses out of 142018 with flag 8931249/2618000
761.25/757.74	c cleaning 72004 clauses out of 144014 with flag 9173656/2691003
794.46/790.94	c cleaning 72996 clauses out of 146008 with flag 9425420/2765001
823.75/820.16	c cleaning 73991 clauses out of 148012 with flag 9692038/2840001
851.54/847.88	c cleaning 75003 clauses out of 150021 with flag 9928313/2916001
884.33/880.69	c cleaning 76002 clauses out of 152017 with flag 10191775/2993000
919.72/915.93	c cleaning 76994 clauses out of 154015 with flag 10460253/3071000
955.30/951.48	c cleaning 77996 clauses out of 156021 with flag 10734212/3150000
997.48/993.55	c cleaning 79005 clauses out of 158025 with flag 11002020/3230000
1036.48/1032.56	c cleaning 80002 clauses out of 160020 with flag 11255514/3311000
1069.49/1065.46	c cleaning 81008 clauses out of 162020 with flag 11536811/3393002
1104.78/1100.69	c cleaning 82002 clauses out of 164010 with flag 11833768/3476000
1147.76/1143.57	c cleaning 82994 clauses out of 166010 with flag 12084380/3560002
1185.26/1180.95	c cleaning 83997 clauses out of 168014 with flag 12355749/3645000
1227.68/1223.20	c cleaning 85003 clauses out of 170020 with flag 12689668/3731003
1265.98/1261.42	c cleaning 86001 clauses out of 172016 with flag 13010366/3818002
1306.40/1301.71	c cleaning 86999 clauses out of 174014 with flag 13340106/3906001
1349.88/1345.16	c cleaning 87997 clauses out of 176016 with flag 13676807/3995002
1401.77/1396.98	c cleaning 88999 clauses out of 178017 with flag 13978574/4085000
1448.07/1443.12	c cleaning 90004 clauses out of 180018 with flag 14287203/4176000
1490.43/1485.45	c cleaning 91001 clauses out of 182014 with flag 14688718/4268000
1540.42/1535.35	c cleaning 91995 clauses out of 184013 with flag 14981002/4361000
1590.26/1585.11	c cleaning 92999 clauses out of 186018 with flag 15274856/4455000
1645.40/1640.12	c cleaning 93996 clauses out of 188019 with flag 15620073/4550000
1703.00/1697.61	c cleaning 95004 clauses out of 190023 with flag 15918196/4646000
1760.88/1755.43	c cleaning 96001 clauses out of 192019 with flag 16230537/4743000
1800.05/1794.50	c starts		: 9400
1800.05/1794.50	c conflicts		: 4812950
1800.05/1794.50	c decisions		: 7158835
1800.05/1794.50	c propagations		: 257696193
1800.05/1794.50	c inspects		: 33936949420
1800.05/1794.50	c shortcuts		: 0
1800.05/1794.50	c learnt literals	: 0
1800.05/1794.50	c learnt binary clauses	: 1
1800.05/1794.50	c learnt ternary clauses	: 2
1800.05/1794.50	c learnt constraints	: 4812950
1800.05/1794.50	c ignored constraints	: 0
1800.05/1794.50	c root simplifications	: 0
1800.05/1794.50	c removed literals (reason simplification)	: 0
1800.05/1794.50	c reason swapping (by a shorter reason)	: 0
1800.05/1794.50	c Calls to reduceDB	: 93
1800.05/1794.50	c Number of update (reduction) of LBD	: 1612976
1800.05/1794.50	c Imported unit clauses	: 0
1800.05/1794.50	c number of reductions to clauses (during analyze)	: 0
1800.05/1794.50	c number of learned constraints concerned by reduction	: 0
1800.05/1794.50	c number of learning phase by resolution	: 0
1800.05/1794.50	c number of learning phase by cutting planes	: 0
1800.05/1794.50	c speed (assignments/second)	: 143618.55866600532
1800.05/1794.50	c non guided choices	70
1800.05/1794.50	c timeout
1800.05/1794.53	c learnt constraints type 
1800.05/1794.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.05/1794.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 165968
1800.05/1794.53	s UNKNOWN
1800.05/1794.53	c Total wall clock time (in seconds): 1794.413

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 3/196 17373
/proc/meminfo: memFree=31019340/32872528 swapFree=7780/7780
[pid=17373] ppid=17370 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/17373/stat : 17373 (java) D 17370 17373 11773 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 24901374 2560000 46 33554432000 1073741824 1073778376 140735318203040 140735318200168 206399696167 0 0 4096 0 18446744072100756772 0 0 17 4 0 0 0 0 0
/proc/17373/statm: 625 46 37 9 0 29 0

[startup+0.100058 s]
/proc/loadavg: 2.01 2.00 2.00 3/196 17373
/proc/meminfo: memFree=31019340/32872528 swapFree=7780/7780
[pid=17373] ppid=17370 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17373/stat : 17373 (java) S 17370 17373 11773 0 -1 4202496 4433 0 1 0 8 1 0 0 20 0 18 0 24901374 9787879424 5563 33554432000 1073741824 1073778376 140735318203040 140735318194176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17373/statm: 2389619 5563 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200262 s]
/proc/loadavg: 2.01 2.00 2.00 3/196 17373
/proc/meminfo: memFree=31019340/32872528 swapFree=7780/7780
[pid=17373] ppid=17370 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/17373/stat : 17373 (java) S 17370 17373 11773 0 -1 4202496 4748 0 1 0 23 1 0 0 20 0 19 0 24901374 9856040960 6326 33554432000 1073741824 1073778376 140735318203040 140735318194176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17373/statm: 2406260 6326 2207 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.30026 s]
/proc/loadavg: 2.01 2.00 2.00 3/196 17373
/proc/meminfo: memFree=31019340/32872528 swapFree=7780/7780
[pid=17373] ppid=17370 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/17373/stat : 17373 (java) S 17370 17373 11773 0 -1 4202496 6787 0 1 0 48 1 0 0 20 0 19 0 24901374 9856040960 8075 33554432000 1073741824 1073778376 140735318203040 140735318194176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17373/statm: 2406260 8079 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700188 s]
/proc/loadavg: 2.01 2.00 2.00 3/196 17373
/proc/meminfo: memFree=31019340/32872528 swapFree=7780/7780
[pid=17373] ppid=17370 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/17373/stat : 17373 (java) S 17370 17373 11773 0 -1 4202496 7394 0 1 0 103 1 0 0 20 0 19 0 24901374 9856040960 8395 33554432000 1073741824 1073778376 140735318203040 140735318194176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17373/statm: 2406260 8395 2244 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.01 2.00 2.00 3/215 17392
/proc/meminfo: memFree=30991260/32872528 swapFree=7780/7780
[pid=17373] ppid=17370 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/17373/stat : 17373 (java) S 17370 17373 11773 0 -1 4202496 9772 0 1 0 199 2 0 0 20 0 19 0 24901374 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140735318194176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17373/statm: 2406260 8950 2257 9 0 2396937 0
[pid=17373/tid=17375] ppid=17370 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/17373/task/17375/stat : 17375 (java) R 17370 17373 11773 0 -1 4202560 2469 0 1 0 145 1 0 0 20 0 19 0 24901375 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469393771080 140469266080944 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17373/tid=17376] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17376/stat : 17376 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469237836200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17377] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17377/stat : 17377 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469236783656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17378] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17378/stat : 17378 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469235730600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17373/tid=17379] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17379/stat : 17379 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469234678056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17373/tid=17380] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17380/stat : 17380 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469233626024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17381] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17381/stat : 17381 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469232573480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17373/tid=17382] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17382/stat : 17382 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469231520424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17383] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17383/stat : 17383 (java) S 17370 17373 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469230467880 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17384] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17384/stat : 17384 (java) S 17370 17373 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24901377 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469218056552 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17385] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17385/stat : 17385 (java) S 17370 17373 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24901377 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469217002872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17386] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17386/stat : 17386 (java) S 17370 17373 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24901377 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469215949704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17387] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17387/stat : 17387 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901380 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469214898448 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17388] ppid=17370 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/17373/task/17388/stat : 17388 (java) S 17370 17373 11773 0 -1 4202560 1426 0 0 0 18 0 0 0 20 0 19 0 24901380 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469213846328 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17389] ppid=17370 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/17373/task/17389/stat : 17389 (java) S 17370 17373 11773 0 -1 4202560 4605 0 0 0 32 0 0 0 20 0 19 0 24901380 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469212793784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17390] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17390/stat : 17390 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901380 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469211740920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17391] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17391/stat : 17391 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901380 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469210688584 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17392] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17392/stat : 17392 (java) S 17370 17373 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24901393 9856040960 8950 33554432000 1073741824 1073778376 140735318203040 140469209584680 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.01 2.00 2.00 3/215 17392
/proc/meminfo: memFree=30988716/32872528 swapFree=7780/7780
[pid=17373] ppid=17370 vsize=9625040 CPUtime=3.64 cores=0,2,4,6
/proc/17373/stat : 17373 (java) S 17370 17373 11773 0 -1 4202496 9785 0 1 0 362 2 0 0 20 0 19 0 24901374 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140735318194176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17373/statm: 2406260 9985 2257 9 0 2396937 0
[pid=17373/tid=17375] ppid=17370 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/17373/task/17375/stat : 17375 (java) R 17370 17373 11773 0 -1 4202560 2471 0 1 0 304 1 0 0 20 0 19 0 24901375 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469393772808 140469266044244 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17373/tid=17376] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17376/stat : 17376 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469237836200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17377] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17377/stat : 17377 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469236783656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17378] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17378/stat : 17378 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469235730600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17373/tid=17379] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17379/stat : 17379 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469234678056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17373/tid=17380] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17380/stat : 17380 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469233626024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17381] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17381/stat : 17381 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469232573480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17373/tid=17382] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17382/stat : 17382 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469231520424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17383] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17383/stat : 17383 (java) S 17370 17373 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469230467880 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17384] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17384/stat : 17384 (java) S 17370 17373 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24901377 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469218056552 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17385] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17385/stat : 17385 (java) S 17370 17373 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24901377 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469217002872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17386] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17386/stat : 17386 (java) S 17370 17373 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24901377 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469215949704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17387] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17387/stat : 17387 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901380 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469214898448 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17388] ppid=17370 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/17373/task/17388/stat : 17388 (java) S 17370 17373 11773 0 -1 4202560 1437 0 0 0 22 0 0 0 20 0 19 0 24901380 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469213846328 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17389] ppid=17370 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/17373/task/17389/stat : 17389 (java) S 17370 17373 11773 0 -1 4202560 4605 0 0 0 32 0 0 0 20 0 19 0 24901380 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469212793784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17390] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17390/stat : 17390 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901380 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469211740920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17391] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17391/stat : 17391 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901380 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469210688584 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17392] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17392/stat : 17392 (java) S 17370 17373 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24901393 9856040960 9985 33554432000 1073741824 1073778376 140735318203040 140469209584680 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.01 2.00 2.00 3/215 17392
/proc/meminfo: memFree=30981020/32872528 swapFree=7780/7780
[pid=17373] ppid=17370 vsize=9625040 CPUtime=6.84 cores=0,2,4,6
/proc/17373/stat : 17373 (java) S 17370 17373 11773 0 -1 4202496 9790 0 1 0 682 2 0 0 20 0 19 0 24901374 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140735318194176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17373/statm: 2406260 11330 2258 9 0 2396937 0
[pid=17373/tid=17375] ppid=17370 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/17373/task/17375/stat : 17375 (java) R 17370 17373 11773 0 -1 4202560 2475 0 1 0 624 1 0 0 20 0 19 0 24901375 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469393764016 140469266109678 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17373/tid=17376] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17376/stat : 17376 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469237836200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17377] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17377/stat : 17377 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469236783656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17378] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17378/stat : 17378 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469235730600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17373/tid=17379] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17379/stat : 17379 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469234678056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17373/tid=17380] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17380/stat : 17380 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469233626024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17381] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17381/stat : 17381 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469232573480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17373/tid=17382] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17382/stat : 17382 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469231520424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17383] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17383/stat : 17383 (java) S 17370 17373 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24901376 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469230467880 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17384] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17384/stat : 17384 (java) S 17370 17373 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24901377 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469218056552 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17385] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17385/stat : 17385 (java) S 17370 17373 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24901377 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469217002872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17386] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17386/stat : 17386 (java) S 17370 17373 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24901377 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469215949704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17387] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17387/stat : 17387 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901380 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469214898448 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17388] ppid=17370 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/17373/task/17388/stat : 17388 (java) S 17370 17373 11773 0 -1 4202560 1437 0 0 0 22 0 0 0 20 0 19 0 24901380 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469213846328 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17389] ppid=17370 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/17373/task/17389/stat : 17389 (java) S 17370 17373 11773 0 -1 4202560 4605 0 0 0 32 0 0 0 20 0 19 0 24901380 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469212793784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17390] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17390/stat : 17390 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901380 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469211740920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17391] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17391/stat : 17391 (java) S 17370 17373 11773 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24901380 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469210688584 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17392] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17392/stat : 17392 (java) S 17370 17373 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24901393 9856040960 11330 33554432000 1073741824 1073778376 140735318203040 140469209584680 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 9625040


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

[pid=17373/tid=17392] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17392/stat : 17392 (java) S 17370 17373 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24901393 9856040960 132306 33554432000 1073741824 1073778376 140735318203040 140469209584680 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.71
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/215 17980
/proc/meminfo: memFree=31226876/32872528 swapFree=7780/7780
[pid=17373] ppid=17370 vsize=9625040 CPUtime=1787.85 cores=0,2,4,6
/proc/17373/stat : 17373 (java) S 17370 17373 11773 0 -1 4202496 23741 0 1 0 178678 107 0 0 20 0 19 0 24901374 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140735318194176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17373/statm: 2406260 126744 2280 9 0 2396937 0
[pid=17373/tid=17375] ppid=17370 vsize=9625040 CPUtime=1775.32 cores=0,2,4,6
/proc/17373/task/17375/stat : 17375 (java) R 17370 17373 11773 0 -1 4202560 2571 0 1 0 177501 31 0 0 20 0 19 0 24901375 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469393771712 140469266157863 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17376] ppid=17370 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/17373/task/17376/stat : 17376 (java) S 17370 17373 11773 0 -1 4202560 254 0 0 0 59 8 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469237836200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17377] ppid=17370 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/17373/task/17377/stat : 17377 (java) S 17370 17373 11773 0 -1 4202560 511 0 0 0 72 14 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469236783656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17378] ppid=17370 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/17373/task/17378/stat : 17378 (java) S 17370 17373 11773 0 -1 4202560 204 0 0 0 61 8 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469235730600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17373/tid=17379] ppid=17370 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/17373/task/17379/stat : 17379 (java) S 17370 17373 11773 0 -1 4202560 399 0 0 0 64 10 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469234678056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17380] ppid=17370 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/17373/task/17380/stat : 17380 (java) S 17370 17373 11773 0 -1 4202560 246 0 0 0 53 7 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469233626024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17373/tid=17381] ppid=17370 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/17373/task/17381/stat : 17381 (java) S 17370 17373 11773 0 -1 4202560 612 0 0 0 70 10 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469232573480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17382] ppid=17370 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/17373/task/17382/stat : 17382 (java) S 17370 17373 11773 0 -1 4202560 337 0 0 0 54 6 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469231520424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17383] ppid=17370 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/17373/task/17383/stat : 17383 (java) S 17370 17373 11773 0 -1 4202560 299 0 0 0 68 7 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469230467880 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17373/tid=17384] ppid=17370 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/17373/task/17384/stat : 17384 (java) S 17370 17373 11773 0 -1 4202560 300 0 0 0 61 3 0 0 20 0 19 0 24901377 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469218056552 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17373/tid=17385] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17385/stat : 17385 (java) S 17370 17373 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24901377 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469217002872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17386] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17386/stat : 17386 (java) S 17370 17373 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24901377 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469215949704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17387] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17387/stat : 17387 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901380 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469214898448 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17388] ppid=17370 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/17373/task/17388/stat : 17388 (java) S 17370 17373 11773 0 -1 4202560 12038 0 0 0 86 2 0 0 20 0 19 0 24901380 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469213846328 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17389] ppid=17370 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/17373/task/17389/stat : 17389 (java) S 17370 17373 11773 0 -1 4202560 4607 0 0 0 34 0 0 0 20 0 19 0 24901380 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469212793784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17390] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17390/stat : 17390 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901380 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469211740920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17391] ppid=17370 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/17373/task/17391/stat : 17391 (java) S 17370 17373 11773 0 -1 4202560 104 0 0 0 24 37 0 0 20 0 19 0 24901380 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469210688584 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17373/tid=17392] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17392/stat : 17392 (java) S 17370 17373 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24901393 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469209584680 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.85
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 2.04 2.02 2.00 3/215 17981
/proc/meminfo: memFree=31226512/32872528 swapFree=7780/7780
[pid=17373] ppid=17370 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/17373/stat : 17373 (java) S 17370 17373 11773 0 -1 4202496 23741 0 1 0 179898 107 0 0 20 0 19 0 24901374 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140735318194176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17373/statm: 2406260 126744 2280 9 0 2396937 0
[pid=17373/tid=17375] ppid=17370 vsize=9625040 CPUtime=1787.49 cores=0,2,4,6
/proc/17373/task/17375/stat : 17375 (java) R 17370 17373 11773 0 -1 4202560 2571 0 1 0 178717 32 0 0 20 0 19 0 24901375 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469393771712 140469266109500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17376] ppid=17370 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/17373/task/17376/stat : 17376 (java) S 17370 17373 11773 0 -1 4202560 254 0 0 0 59 8 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469237836200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17377] ppid=17370 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/17373/task/17377/stat : 17377 (java) S 17370 17373 11773 0 -1 4202560 511 0 0 0 72 14 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469236783656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17378] ppid=17370 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/17373/task/17378/stat : 17378 (java) S 17370 17373 11773 0 -1 4202560 204 0 0 0 61 8 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469235730600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17373/tid=17379] ppid=17370 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/17373/task/17379/stat : 17379 (java) S 17370 17373 11773 0 -1 4202560 399 0 0 0 64 10 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469234678056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17380] ppid=17370 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/17373/task/17380/stat : 17380 (java) S 17370 17373 11773 0 -1 4202560 246 0 0 0 53 7 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469233626024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17373/tid=17381] ppid=17370 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/17373/task/17381/stat : 17381 (java) S 17370 17373 11773 0 -1 4202560 612 0 0 0 70 10 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469232573480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17382] ppid=17370 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/17373/task/17382/stat : 17382 (java) S 17370 17373 11773 0 -1 4202560 337 0 0 0 54 6 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469231520424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17383] ppid=17370 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/17373/task/17383/stat : 17383 (java) S 17370 17373 11773 0 -1 4202560 299 0 0 0 68 7 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469230467880 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17373/tid=17384] ppid=17370 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/17373/task/17384/stat : 17384 (java) S 17370 17373 11773 0 -1 4202560 300 0 0 0 61 3 0 0 20 0 19 0 24901377 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469218056552 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17373/tid=17385] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17385/stat : 17385 (java) S 17370 17373 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24901377 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469217002872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17386] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17386/stat : 17386 (java) S 17370 17373 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24901377 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469215949704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17387] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17387/stat : 17387 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901380 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469214898448 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17388] ppid=17370 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/17373/task/17388/stat : 17388 (java) S 17370 17373 11773 0 -1 4202560 12038 0 0 0 86 2 0 0 20 0 19 0 24901380 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469213846328 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17389] ppid=17370 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/17373/task/17389/stat : 17389 (java) S 17370 17373 11773 0 -1 4202560 4607 0 0 0 34 0 0 0 20 0 19 0 24901380 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469212793784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17390] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17390/stat : 17390 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901380 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469211740920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17391] ppid=17370 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/17373/task/17391/stat : 17391 (java) S 17370 17373 11773 0 -1 4202560 104 0 0 0 24 37 0 0 20 0 19 0 24901380 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469210688584 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17373/tid=17392] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17392/stat : 17392 (java) S 17370 17373 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24901393 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469209584680 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 17373 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.5 s]
/proc/loadavg: 2.04 2.02 2.00 3/215 17981
/proc/meminfo: memFree=31226512/32872528 swapFree=7780/7780
[pid=17373] ppid=17370 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/17373/stat : 17373 (java) S 17370 17373 11773 0 -1 4202496 23741 0 1 0 179898 107 0 0 20 0 19 0 24901374 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140735318194176 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17373/statm: 2406260 126744 2280 9 0 2396937 0
[pid=17373/tid=17375] ppid=17370 vsize=9625040 CPUtime=1787.49 cores=0,2,4,6
/proc/17373/task/17375/stat : 17375 (java) R 17370 17373 11773 0 -1 4202560 2571 0 1 0 178717 32 0 0 20 0 19 0 24901375 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469393771712 140469266109500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17376] ppid=17370 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/17373/task/17376/stat : 17376 (java) S 17370 17373 11773 0 -1 4202560 254 0 0 0 59 8 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469237836200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17377] ppid=17370 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/17373/task/17377/stat : 17377 (java) S 17370 17373 11773 0 -1 4202560 511 0 0 0 72 14 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469236783656 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17378] ppid=17370 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/17373/task/17378/stat : 17378 (java) S 17370 17373 11773 0 -1 4202560 204 0 0 0 61 8 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469235730600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17373/tid=17379] ppid=17370 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/17373/task/17379/stat : 17379 (java) S 17370 17373 11773 0 -1 4202560 399 0 0 0 64 10 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469234678056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17380] ppid=17370 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/17373/task/17380/stat : 17380 (java) S 17370 17373 11773 0 -1 4202560 246 0 0 0 53 7 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469233626024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17373/tid=17381] ppid=17370 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/17373/task/17381/stat : 17381 (java) S 17370 17373 11773 0 -1 4202560 612 0 0 0 70 10 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469232573480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17382] ppid=17370 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/17373/task/17382/stat : 17382 (java) S 17370 17373 11773 0 -1 4202560 337 0 0 0 54 6 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469231520424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17383] ppid=17370 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/17373/task/17383/stat : 17383 (java) S 17370 17373 11773 0 -1 4202560 299 0 0 0 68 7 0 0 20 0 19 0 24901376 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469230467880 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17373/tid=17384] ppid=17370 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/17373/task/17384/stat : 17384 (java) S 17370 17373 11773 0 -1 4202560 300 0 0 0 61 3 0 0 20 0 19 0 24901377 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469218056552 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17373/tid=17385] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17385/stat : 17385 (java) S 17370 17373 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24901377 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469217002872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17386] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17386/stat : 17386 (java) S 17370 17373 11773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24901377 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469215949704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17387] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17387/stat : 17387 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901380 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469214898448 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17388] ppid=17370 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/17373/task/17388/stat : 17388 (java) S 17370 17373 11773 0 -1 4202560 12038 0 0 0 86 2 0 0 20 0 19 0 24901380 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469213846328 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17373/tid=17389] ppid=17370 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/17373/task/17389/stat : 17389 (java) S 17370 17373 11773 0 -1 4202560 4607 0 0 0 34 0 0 0 20 0 19 0 24901380 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469212793784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17390] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17390/stat : 17390 (java) S 17370 17373 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24901380 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469211740920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17373/tid=17391] ppid=17370 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/17373/task/17391/stat : 17391 (java) S 17370 17373 11773 0 -1 4202560 104 0 0 0 24 37 0 0 20 0 19 0 24901380 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469210688584 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17373/tid=17392] ppid=17370 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17373/task/17392/stat : 17392 (java) S 17370 17373 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24901393 9856040960 126744 33554432000 1073741824 1073778376 140735318203040 140469209584680 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17373 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=398210
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=580759
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.54
CPU time (s): 1800.05
CPU user time (s): 1798.98
CPU system time (s): 1.07
CPU usage (%): 100.307
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.4
system time used= 1.58076
maximum resident set size= 778584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23786
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38989
involuntary context switches= 14885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.103 second user time and 10.5234 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 07:42:35
IDJOB=4102037
IDBENCH=1877
IDSOLVER=2546
FILE ID=node133/4102037-1466228555
RUNJOBID= node133-1466206057-11789
PBS_JOBID= 19918144
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-opt1217.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102037-1466228555/watcher-4102037-1466228555 -o /tmp/evaluation-result-4102037-1466228555/solver-4102037-1466228555 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4102037-1466228555.opb

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

MD5SUM BENCH= 0d06ca66c5954e6533e2fcc6f3f13fb8
RANDOM SEED=1190433566

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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.256
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:        31019976 kB
Buffers:           96696 kB
Cached:           103836 kB
SwapCached:          892 kB
Active:           958376 kB
Inactive:         143028 kB
Active(anon):     902124 kB
Inactive(anon):     1364 kB
Active(file):      56252 kB
Inactive(file):   141664 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:        918572 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             600672 kB
SReclaimable:      43904 kB
SUnreclaim:       556768 kB
KernelStack:        1616 kB
PageTables:         6316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1070204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    868352 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 node133 at 2016-06-18 08:12:29