Trace number 4099449

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.01 1796.94

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl15_16_pb.cnf.cr.opb
MD5SUM7cdaf60ccaf85c600aba211d4d47e719
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.011997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables480
Total number of constraints62
Number of constraints which are clauses32
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint16
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4099449-1466206113.opb
0.10/0.10	c reading problem ... 
0.10/0.10	c  no objective function found
0.10/0.14	c ... done. Wall clock time 0.039s.
0.10/0.14	c declared #vars     480
0.10/0.14	c #constraints  62
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
0.10/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.10/0.14	c 62 constraints processed.
0.74/0.53	c cleaning 2500 clauses out of 5001 with flag 37519/5001
1.30/1.00	c cleaning 4245 clauses out of 8502 with flag 83823/11002
1.91/1.63	c cleaning 5626 clauses out of 11256 with flag 141502/18001
2.81/2.51	c cleaning 6814 clauses out of 13629 with flag 204850/26000
3.82/3.51	c cleaning 7907 clauses out of 15819 with flag 276117/35004
4.92/4.66	c cleaning 8950 clauses out of 17910 with flag 356920/45002
6.52/6.22	c cleaning 9975 clauses out of 19959 with flag 448730/56001
8.42/8.16	c cleaning 10987 clauses out of 21983 with flag 562270/68000
10.62/10.30	c cleaning 11993 clauses out of 23997 with flag 680911/81001
13.22/12.90	c cleaning 12998 clauses out of 26003 with flag 817640/95000
16.11/15.82	c cleaning 13999 clauses out of 28007 with flag 964193/110002
19.32/19.05	c cleaning 15004 clauses out of 30008 with flag 1116015/126002
22.22/21.99	c cleaning 15995 clauses out of 32003 with flag 1248187/143001
25.82/25.54	c cleaning 16997 clauses out of 34007 with flag 1396137/161000
29.41/29.15	c cleaning 18001 clauses out of 36012 with flag 1529856/180002
34.62/34.35	c cleaning 19006 clauses out of 38012 with flag 1717299/200003
39.45/39.15	c cleaning 19992 clauses out of 40004 with flag 1919418/221001
45.55/45.29	c cleaning 20992 clauses out of 42011 with flag 2150527/243000
52.55/52.25	c cleaning 22010 clauses out of 44027 with flag 2404837/266008
59.96/59.61	c cleaning 22996 clauses out of 46011 with flag 2663356/290002
67.66/67.33	c cleaning 23984 clauses out of 48014 with flag 2901455/315001
75.66/75.32	c cleaning 25009 clauses out of 50030 with flag 3166661/341001
84.25/83.91	c cleaning 26005 clauses out of 52021 with flag 3453613/368001
93.25/92.92	c cleaning 27002 clauses out of 54016 with flag 3744635/396001
102.05/101.70	c cleaning 28001 clauses out of 56014 with flag 4030848/425001
110.15/109.77	c cleaning 29004 clauses out of 58014 with flag 4292981/455002
119.45/119.00	c cleaning 29999 clauses out of 60009 with flag 4532628/486001
128.65/128.28	c cleaning 30996 clauses out of 62010 with flag 4815357/518001
138.75/138.37	c cleaning 31984 clauses out of 64013 with flag 5120287/551000
148.55/148.19	c cleaning 32990 clauses out of 66032 with flag 5424473/585003
158.55/158.17	c cleaning 34000 clauses out of 68040 with flag 5729692/620001
168.87/168.45	c cleaning 35002 clauses out of 70041 with flag 6034292/656002
181.22/180.68	c cleaning 36008 clauses out of 72037 with flag 6412975/693000
195.72/195.11	c cleaning 37007 clauses out of 74030 with flag 6781271/731001
211.12/210.52	c cleaning 38005 clauses out of 76022 with flag 7128288/770000
226.53/225.90	c cleaning 39003 clauses out of 78017 with flag 7446774/810000
243.13/242.54	c cleaning 40000 clauses out of 80020 with flag 7790539/851006
261.94/261.31	c cleaning 41003 clauses out of 82016 with flag 8163882/893002
283.86/283.05	c cleaning 41999 clauses out of 84015 with flag 8540091/936004
302.96/302.19	c cleaning 43002 clauses out of 86013 with flag 8876688/980001
322.87/322.03	c cleaning 43996 clauses out of 88010 with flag 9225324/1025000
344.68/343.85	c cleaning 44999 clauses out of 90015 with flag 9596904/1071001
366.49/365.65	c cleaning 46005 clauses out of 92016 with flag 9999277/1118001
390.20/389.13	c cleaning 47001 clauses out of 94012 with flag 10396202/1166002
416.61/415.58	c cleaning 47993 clauses out of 96009 with flag 10831863/1215000
442.11/441.05	c cleaning 49003 clauses out of 98018 with flag 11313433/1265002
469.22/468.12	c cleaning 50001 clauses out of 100014 with flag 11821597/1316001
504.11/502.87	c cleaning 51002 clauses out of 102012 with flag 12298416/1368000
535.62/534.31	c cleaning 52000 clauses out of 104010 with flag 12781916/1421000
567.83/566.59	c cleaning 52999 clauses out of 106011 with flag 13287859/1475001
597.02/595.74	c cleaning 54001 clauses out of 108011 with flag 13788553/1530000
625.93/624.65	c cleaning 54998 clauses out of 110010 with flag 14289996/1586000
663.47/661.99	c cleaning 56002 clauses out of 112012 with flag 14848440/1643000
697.38/695.88	c cleaning 57000 clauses out of 114012 with flag 15397396/1701002
733.99/732.45	c cleaning 57999 clauses out of 116012 with flag 15969613/1760002
780.16/778.38	c cleaning 59005 clauses out of 118013 with flag 16609676/1820002
823.17/821.36	c cleaning 59996 clauses out of 120006 with flag 17209803/1881000
862.09/860.21	c cleaning 60998 clauses out of 122011 with flag 17809120/1943001
895.67/893.61	c cleaning 61987 clauses out of 124013 with flag 18446884/2006001
925.57/923.51	c cleaning 63011 clauses out of 126028 with flag 19039141/2070003
955.82/953.64	c cleaning 64000 clauses out of 128015 with flag 19630242/2135001
987.83/985.67	c cleaning 64995 clauses out of 130016 with flag 20274148/2201002
1028.16/1025.98	c cleaning 65990 clauses out of 132019 with flag 20990124/2268000
1070.05/1067.70	c cleaning 67007 clauses out of 134029 with flag 21643887/2336000
1116.46/1114.19	c cleaning 68008 clauses out of 136026 with flag 22349988/2405004
1162.81/1160.46	c cleaning 68984 clauses out of 138016 with flag 23058460/2475002
1218.23/1215.84	c cleaning 70009 clauses out of 140033 with flag 23898205/2546003
1260.35/1257.95	c cleaning 71007 clauses out of 142021 with flag 24638776/2618000
1302.77/1300.21	c cleaning 72002 clauses out of 144016 with flag 25346611/2691002
1360.38/1357.87	c cleaning 72997 clauses out of 146013 with flag 26178592/2765001
1430.07/1427.40	c cleaning 73996 clauses out of 148020 with flag 27030916/2840005
1501.19/1498.48	c cleaning 75007 clauses out of 150022 with flag 28007679/2916003
1542.60/1539.84	c cleaning 75995 clauses out of 152012 with flag 28766316/2993000
1588.48/1585.65	c cleaning 76993 clauses out of 154018 with flag 29520844/3071001
1657.07/1654.17	c cleaning 78000 clauses out of 156025 with flag 30362736/3150001
1722.08/1719.15	c cleaning 79002 clauses out of 158024 with flag 31127610/3230000
1786.91/1783.84	c cleaning 80001 clauses out of 160023 with flag 32005329/3311001
1800.01/1796.90	c starts		: 1707
1800.01/1796.90	c conflicts		: 3334389
1800.01/1796.90	c decisions		: 4072010
1800.01/1796.90	c propagations		: 49293915
1800.01/1796.90	c inspects		: 31066895723
1800.01/1796.90	c shortcuts		: 0
1800.01/1796.90	c learnt literals	: 0
1800.01/1796.90	c learnt binary clauses	: 0
1800.01/1796.90	c learnt ternary clauses	: 0
1800.01/1796.90	c learnt constraints	: 3334390
1800.01/1796.90	c timeout
1800.01/1796.90	c ignored constraints	: 0
1800.01/1796.90	c root simplifications	: 0
1800.01/1796.90	c removed literals (reason simplification)	: 0
1800.01/1796.90	c reason swapping (by a shorter reason)	: 0
1800.01/1796.90	c Calls to reduceDB	: 77
1800.01/1796.90	c Number of update (reduction) of LBD	: 1946385
1800.01/1796.90	c Imported unit clauses	: 0
1800.01/1796.90	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.90	c number of learned constraints concerned by reduction	: 0
1800.01/1796.90	c number of learning phase by resolution	: 0
1800.01/1796.90	c number of learning phase by cutting planes	: 0
1800.01/1796.90	c speed (assignments/second)	: 27434.89113738062
1800.01/1796.90	c non guided choices	287
1800.01/1796.93	c learnt constraints type 
1800.01/1796.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103411
1800.01/1796.93	s UNKNOWN
1800.01/1796.93	c Total wall clock time (in seconds): 1796.828

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

pid=6334
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: 1.46 0.52 0.22 3/196 6337
/proc/meminfo: memFree=30330916/32872528 swapFree=1482636/1662508
[pid=6337] ppid=6334 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6337/stat : 6337 (java) S 6334 6337 4518 0 -1 4202496 1351 0 0 0 0 0 0 0 20 0 2 0 22657740 98570240 974 33554432000 1073741824 1073778376 140734289483632 140734289474768 273909055549 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6337/statm: 24065 977 743 9 0 16771 0
[pid=6337/tid=6338] ppid=6334 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6338/stat : 6338 (java) R 6334 6337 4518 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 22657740 98570240 977 33554432000 1073741824 1073778376 140734289483632 140042363846184 273905698176 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 1.46 0.52 0.22 3/196 6337
/proc/meminfo: memFree=30330916/32872528 swapFree=1482636/1662508
[pid=6337] ppid=6334 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/6337/stat : 6337 (java) S 6334 6337 4518 0 -1 4202496 4472 0 1 0 9 1 0 0 20 0 18 0 22657740 9787879424 6110 33554432000 1073741824 1073778376 140734289483632 140734289474768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6337/statm: 2389619 6110 2157 9 0 2380296 0
[pid=6337/tid=6338] ppid=6334 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/6337/task/6338/stat : 6338 (java) R 6334 6337 4518 0 -1 4202560 2375 0 1 0 6 1 0 0 20 0 18 0 22657740 9787879424 6110 33554432000 1073741824 1073778376 140734289483632 140042363849632 140042366628774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200386 s]
/proc/loadavg: 1.46 0.52 0.22 3/196 6337
/proc/meminfo: memFree=30330916/32872528 swapFree=1482636/1662508
[pid=6337] ppid=6334 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/6337/stat : 6337 (java) S 6334 6337 4518 0 -1 4202496 5852 0 1 0 29 2 0 0 20 0 19 0 22657740 9856040960 6970 33554432000 1073741824 1073778376 140734289483632 140734289474768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6337/statm: 2406260 6970 2226 9 0 2396937 0
[pid=6337/tid=6338] ppid=6334 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/6337/task/6338/stat : 6338 (java) R 6334 6337 4518 0 -1 4202560 2396 0 1 0 16 1 0 0 20 0 19 0 22657740 9856040960 6970 33554432000 1073741824 1073778376 140734289483632 140042363851392 140042190297329 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300275 s]
/proc/loadavg: 1.46 0.52 0.22 3/196 6337
/proc/meminfo: memFree=30330916/32872528 swapFree=1482636/1662508
[pid=6337] ppid=6334 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/6337/stat : 6337 (java) S 6334 6337 4518 0 -1 4202496 6182 0 1 0 46 2 0 0 20 0 19 0 22657740 9856040960 7574 33554432000 1073741824 1073778376 140734289483632 140734289474768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6337/statm: 2406260 7574 2238 9 0 2396937 0
[pid=6337/tid=6338] ppid=6334 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6337/task/6338/stat : 6338 (java) R 6334 6337 4518 0 -1 4202560 2397 0 1 0 26 1 0 0 20 0 19 0 22657740 9856040960 7574 33554432000 1073741824 1073778376 140734289483632 140042363851064 140042190622310 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700187 s]
/proc/loadavg: 1.46 0.52 0.22 3/196 6337
/proc/meminfo: memFree=30330916/32872528 swapFree=1482636/1662508
[pid=6337] ppid=6334 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/6337/stat : 6337 (java) S 6334 6337 4518 0 -1 4202496 7168 0 1 0 95 2 0 0 20 0 19 0 22657740 9856040960 8607 33554432000 1073741824 1073778376 140734289483632 140734289474768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6337/statm: 2406260 8607 2247 9 0 2396937 0
[pid=6337/tid=6338] ppid=6334 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6337/task/6338/stat : 6338 (java) R 6334 6337 4518 0 -1 4202560 2399 0 1 0 65 2 0 0 20 0 19 0 22657740 9856040960 8607 33554432000 1073741824 1073778376 140734289483632 140042363842256 140042190669195 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 1.46 0.52 0.22 4/215 6356
/proc/meminfo: memFree=30300412/32872528 swapFree=1482636/1662508
[pid=6337] ppid=6334 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/6337/stat : 6337 (java) S 6334 6337 4518 0 -1 4202496 7173 0 1 0 178 3 0 0 20 0 19 0 22657740 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140734289474768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6337/statm: 2406260 9633 2249 9 0 2396937 0
[pid=6337/tid=6338] ppid=6334 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/6337/task/6338/stat : 6338 (java) R 6334 6337 4518 0 -1 4202560 2402 0 1 0 145 2 0 0 20 0 19 0 22657740 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042363851256 140042190662637 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6340] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6340/stat : 6340 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042325343144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6341] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6341/stat : 6341 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042324290600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6342] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6342/stat : 6342 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042323237544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6337/tid=6343] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6343/stat : 6343 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042322185000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6344] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6344/stat : 6344 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042321131944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6345] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6345/stat : 6345 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042320079400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6346] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6346/stat : 6346 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042319026344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6347] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6347/stat : 6347 (java) S 6334 6337 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042317973800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6348] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6348/stat : 6348 (java) S 6334 6337 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22657742 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042188082024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6349] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6349/stat : 6349 (java) S 6334 6337 4518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22657742 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042187028344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6350] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6350/stat : 6350 (java) S 6334 6337 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657742 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042185975176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6351] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6351/stat : 6351 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657745 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042184923920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6352] ppid=6334 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/6337/task/6352/stat : 6352 (java) S 6334 6337 4518 0 -1 4202560 2154 0 0 0 17 0 0 0 20 0 19 0 22657745 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042183870776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6353] ppid=6334 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/6337/task/6353/stat : 6353 (java) S 6334 6337 4518 0 -1 4202560 1346 0 0 0 13 0 0 0 20 0 19 0 22657745 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042182818232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6354] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6354/stat : 6354 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657745 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042181765368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6355] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6355/stat : 6355 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657745 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042180713032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6356] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6356/stat : 6356 (java) S 6334 6337 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657755 9856040960 9633 33554432000 1073741824 1073778376 140734289483632 140042179610152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9625040

[startup+3.10066 s]
/proc/loadavg: 1.46 0.52 0.22 4/215 6356
/proc/meminfo: memFree=30287536/32872528 swapFree=1482636/1662508
[pid=6337] ppid=6334 vsize=9625040 CPUtime=3.43 cores=1,3,5,7
/proc/6337/stat : 6337 (java) S 6334 6337 4518 0 -1 4202496 7180 0 1 0 340 3 0 0 20 0 19 0 22657740 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140734289474768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6337/statm: 2406260 12195 2250 9 0 2396937 0
[pid=6337/tid=6338] ppid=6334 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/6337/task/6338/stat : 6338 (java) R 6334 6337 4518 0 -1 4202560 2407 0 1 0 304 2 0 0 20 0 19 0 22657740 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042363851032 140042190606174 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=6337/tid=6340] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6340/stat : 6340 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042325343144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6341] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6341/stat : 6341 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042324290600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6342] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6342/stat : 6342 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042323237544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6337/tid=6343] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6343/stat : 6343 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042322185000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6344] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6344/stat : 6344 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042321131944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6345] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6345/stat : 6345 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042320079400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6346] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6346/stat : 6346 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042319026344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6347] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6347/stat : 6347 (java) S 6334 6337 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042317973800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6348] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6348/stat : 6348 (java) S 6334 6337 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22657742 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042188082024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6349] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6349/stat : 6349 (java) S 6334 6337 4518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22657742 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042187028344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6350] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6350/stat : 6350 (java) S 6334 6337 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657742 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042185975176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6351] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6351/stat : 6351 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657745 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042184923920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6352] ppid=6334 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/6337/task/6352/stat : 6352 (java) S 6334 6337 4518 0 -1 4202560 2156 0 0 0 20 0 0 0 20 0 19 0 22657745 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042183870776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6353] ppid=6334 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/6337/task/6353/stat : 6353 (java) S 6334 6337 4518 0 -1 4202560 1346 0 0 0 13 0 0 0 20 0 19 0 22657745 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042182818232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6354] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6354/stat : 6354 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657745 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042181765368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6355] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6355/stat : 6355 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657745 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042180713032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6356] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6356/stat : 6356 (java) S 6334 6337 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657755 9856040960 12195 33554432000 1073741824 1073778376 140734289483632 140042179610152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 1.50 0.54 0.23 3/215 6356
/proc/meminfo: memFree=30264880/32872528 swapFree=1482636/1662508
[pid=6337] ppid=6334 vsize=9625040 CPUtime=6.62 cores=1,3,5,7
/proc/6337/stat : 6337 (java) S 6334 6337 4518 0 -1 4202496 7189 0 1 0 659 3 0 0 20 0 19 0 22657740 9856040960 15708 33554432000 1073741824 1073778376 140734289483632 140734289474768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6337/statm: 2406260 15708 2251 9 0 2396937 0
[pid=6337/tid=6338] ppid=6334 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/6337/task/6338/stat : 6338 (java) R 6334 6337 4518 0 -1 4202560 2415 0 1 0 623 2 0 0 20 0 19 0 22657740 9856040960 15708 33554432000 1073741824 1073778376 140734289483632 140042363842256 140042190706485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6340] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6340/stat : 6340 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 15708 33554432000 1073741824 1073778376 140734289483632 140042325343144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6341] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6341/stat : 6341 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 15708 33554432000 1073741824 1073778376 140734289483632 140042324290600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6342] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6342/stat : 6342 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 15708 33554432000 1073741824 1073778376 140734289483632 140042323237544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6337/tid=6343] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6343/stat : 6343 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 15708 33554432000 1073741824 1073778376 140734289483632 140042322185000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6344] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6344/stat : 6344 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 15708 33554432000 1073741824 1073778376 140734289483632 140042321131944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6345] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6345/stat : 6345 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 15708 33554432000 1073741824 1073778376 140734289483632 140042320079400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6346] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6346/stat : 6346 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 15708 33554432000 1073741824 1073778376 140734289483632 140042319026344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6347] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6347/stat : 6347 (java) S 6334 6337 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22657741 9856040960 15708 33554432000 1073741824 1073778376 140734289483632 140042317973800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6348] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6348/stat : 6348 (java) S 6334 6337 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22657742 9856040960 15708 33554432000 1073741824 1073778376 140734289483632 140042188082024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6349] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6349/stat : 6349 (java) S 6334 6337 4518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22657742 9856040960 15708 33554432000 1073741824 1073778376 140734289483632 140042187028344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6350] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6350/stat : 6350 (java) S 6334 6337 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657742 9856040960 15708 33554432000 1073741824 1073778376 140734289483632 140042185975176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6351] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6351/stat : 6351 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657745 9856040960 15708 33554432000 1073741824 1073778376 140734289483632 140042184923920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6352] ppid=6334 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/6337/task/6352/stat : 6352 (java) S 6334 6337 4518 0 -1 4202560 2156 0 0 0 20 0 0 0 20 0 19 0 22657745 9856040960 15708 33554432000 1073741824 1073778376 140734289483632 140042183870776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6353] ppid=6334 vsize=9625040 CPUtime=0.13 cores=1,3,5,7

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

[pid=6337/tid=6356] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6356/stat : 6356 (java) S 6334 6337 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657755 9856040960 164697 33554432000 1073741824 1073778376 140734289483632 140042179610152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.29
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.34 2.28 1.94 3/215 6531
/proc/meminfo: memFree=25541548/32872528 swapFree=1482636/1662508
[pid=6337] ppid=6334 vsize=9625040 CPUtime=1785.41 cores=1,3,5,7
/proc/6337/stat : 6337 (java) S 6334 6337 4518 0 -1 4202496 10645 0 1 0 178437 104 0 0 20 0 19 0 22657740 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140734289474768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6337/statm: 2406260 162033 2277 9 0 2396937 0
[pid=6337/tid=6338] ppid=6334 vsize=9625040 CPUtime=1776.57 cores=1,3,5,7
/proc/6337/task/6338/stat : 6338 (java) R 6334 6337 4518 0 -1 4202560 2483 0 1 0 177625 32 0 0 20 0 19 0 22657740 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042363849984 140042190657101 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6340] ppid=6334 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/6337/task/6340/stat : 6340 (java) S 6334 6337 4518 0 -1 4202560 389 0 0 0 25 8 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042325343144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6337/tid=6341] ppid=6334 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/6337/task/6341/stat : 6341 (java) S 6334 6337 4518 0 -1 4202560 244 0 0 0 28 7 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042324290600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6342] ppid=6334 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/6337/task/6342/stat : 6342 (java) S 6334 6337 4518 0 -1 4202560 292 0 0 0 35 9 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042323237544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6343] ppid=6334 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/6337/task/6343/stat : 6343 (java) S 6334 6337 4518 0 -1 4202560 334 0 0 0 33 8 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042322185000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6337/tid=6344] ppid=6334 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/6337/task/6344/stat : 6344 (java) S 6334 6337 4518 0 -1 4202560 353 0 0 0 35 7 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042321131944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6337/tid=6345] ppid=6334 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/6337/task/6345/stat : 6345 (java) S 6334 6337 4518 0 -1 4202560 230 0 0 0 30 7 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042320079400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6346] ppid=6334 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/6337/task/6346/stat : 6346 (java) S 6334 6337 4518 0 -1 4202560 353 0 0 0 35 8 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042319026344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6347] ppid=6334 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/6337/task/6347/stat : 6347 (java) S 6334 6337 4518 0 -1 4202560 305 0 0 0 29 7 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042317973800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6348] ppid=6334 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/6337/task/6348/stat : 6348 (java) S 6334 6337 4518 0 -1 4202560 242 0 0 0 23 2 0 0 20 0 19 0 22657742 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042188082024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6349] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6349/stat : 6349 (java) S 6334 6337 4518 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22657742 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042187028344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6350] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6350/stat : 6350 (java) S 6334 6337 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22657742 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042185975176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6351] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6351/stat : 6351 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657745 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042184923920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6352] ppid=6334 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/6337/task/6352/stat : 6352 (java) S 6334 6337 4518 0 -1 4202560 2710 0 0 0 23 0 0 0 20 0 19 0 22657745 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042183870776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6353] ppid=6334 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/6337/task/6353/stat : 6353 (java) S 6334 6337 4518 0 -1 4202560 1346 0 0 0 13 0 0 0 20 0 19 0 22657745 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042182818232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6354] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6354/stat : 6354 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657745 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042181765368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6355] ppid=6334 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/6337/task/6355/stat : 6355 (java) S 6334 6337 4518 0 -1 4202560 104 0 0 0 32 40 0 0 20 0 19 0 22657745 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042180713032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6356] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6356/stat : 6356 (java) S 6334 6337 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657755 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042179610152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.41
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.9 s]
/proc/loadavg: 2.34 2.28 1.94 3/215 6531
/proc/meminfo: memFree=25541904/32872528 swapFree=1482636/1662508
[pid=6337] ppid=6334 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/6337/stat : 6337 (java) S 6334 6337 4518 0 -1 4202496 10645 0 1 0 179897 104 0 0 20 0 19 0 22657740 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140734289474768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6337/statm: 2406260 162033 2277 9 0 2396937 0
[pid=6337/tid=6338] ppid=6334 vsize=9625040 CPUtime=1791.13 cores=1,3,5,7
/proc/6337/task/6338/stat : 6338 (java) R 6334 6337 4518 0 -1 4202560 2483 0 1 0 179081 32 0 0 20 0 19 0 22657740 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042363842256 140042190657024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6340] ppid=6334 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/6337/task/6340/stat : 6340 (java) S 6334 6337 4518 0 -1 4202560 389 0 0 0 25 8 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042325343144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6337/tid=6341] ppid=6334 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/6337/task/6341/stat : 6341 (java) S 6334 6337 4518 0 -1 4202560 244 0 0 0 28 7 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042324290600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6342] ppid=6334 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/6337/task/6342/stat : 6342 (java) S 6334 6337 4518 0 -1 4202560 292 0 0 0 35 9 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042323237544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6343] ppid=6334 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/6337/task/6343/stat : 6343 (java) S 6334 6337 4518 0 -1 4202560 334 0 0 0 33 8 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042322185000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6337/tid=6344] ppid=6334 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/6337/task/6344/stat : 6344 (java) S 6334 6337 4518 0 -1 4202560 353 0 0 0 35 7 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042321131944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6337/tid=6345] ppid=6334 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/6337/task/6345/stat : 6345 (java) S 6334 6337 4518 0 -1 4202560 230 0 0 0 30 7 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042320079400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6346] ppid=6334 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/6337/task/6346/stat : 6346 (java) S 6334 6337 4518 0 -1 4202560 353 0 0 0 35 8 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042319026344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6347] ppid=6334 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/6337/task/6347/stat : 6347 (java) S 6334 6337 4518 0 -1 4202560 305 0 0 0 29 7 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042317973800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6348] ppid=6334 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/6337/task/6348/stat : 6348 (java) S 6334 6337 4518 0 -1 4202560 242 0 0 0 23 2 0 0 20 0 19 0 22657742 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042188082024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6349] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6349/stat : 6349 (java) S 6334 6337 4518 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22657742 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042187028344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6350] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6350/stat : 6350 (java) S 6334 6337 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22657742 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042185975176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6351] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6351/stat : 6351 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657745 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042184923920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6352] ppid=6334 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/6337/task/6352/stat : 6352 (java) S 6334 6337 4518 0 -1 4202560 2710 0 0 0 23 0 0 0 20 0 19 0 22657745 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042183870776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6353] ppid=6334 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/6337/task/6353/stat : 6353 (java) S 6334 6337 4518 0 -1 4202560 1346 0 0 0 13 0 0 0 20 0 19 0 22657745 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042182818232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6354] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6354/stat : 6354 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657745 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042181765368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6355] ppid=6334 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/6337/task/6355/stat : 6355 (java) S 6334 6337 4518 0 -1 4202560 104 0 0 0 33 41 0 0 20 0 19 0 22657745 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042180713032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6356] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6356/stat : 6356 (java) S 6334 6337 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657755 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042179610152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 6337 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.9 s]
/proc/loadavg: 2.34 2.28 1.94 3/215 6531
/proc/meminfo: memFree=25541904/32872528 swapFree=1482636/1662508
[pid=6337] ppid=6334 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/6337/stat : 6337 (java) S 6334 6337 4518 0 -1 4202496 10645 0 1 0 179897 104 0 0 20 0 19 0 22657740 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140734289474768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6337/statm: 2406260 162033 2277 9 0 2396937 0
[pid=6337/tid=6338] ppid=6334 vsize=9625040 CPUtime=1791.13 cores=1,3,5,7
/proc/6337/task/6338/stat : 6338 (java) R 6334 6337 4518 0 -1 4202560 2483 0 1 0 179081 32 0 0 20 0 19 0 22657740 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042363842256 140042190657024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6340] ppid=6334 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/6337/task/6340/stat : 6340 (java) S 6334 6337 4518 0 -1 4202560 389 0 0 0 25 8 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042325343144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6337/tid=6341] ppid=6334 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/6337/task/6341/stat : 6341 (java) S 6334 6337 4518 0 -1 4202560 244 0 0 0 28 7 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042324290600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6342] ppid=6334 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/6337/task/6342/stat : 6342 (java) S 6334 6337 4518 0 -1 4202560 292 0 0 0 35 9 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042323237544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6343] ppid=6334 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/6337/task/6343/stat : 6343 (java) S 6334 6337 4518 0 -1 4202560 334 0 0 0 33 8 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042322185000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6337/tid=6344] ppid=6334 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/6337/task/6344/stat : 6344 (java) S 6334 6337 4518 0 -1 4202560 353 0 0 0 35 7 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042321131944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6337/tid=6345] ppid=6334 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/6337/task/6345/stat : 6345 (java) S 6334 6337 4518 0 -1 4202560 230 0 0 0 30 7 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042320079400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6346] ppid=6334 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/6337/task/6346/stat : 6346 (java) S 6334 6337 4518 0 -1 4202560 353 0 0 0 35 8 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042319026344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6347] ppid=6334 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/6337/task/6347/stat : 6347 (java) S 6334 6337 4518 0 -1 4202560 305 0 0 0 29 7 0 0 20 0 19 0 22657741 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042317973800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6348] ppid=6334 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/6337/task/6348/stat : 6348 (java) S 6334 6337 4518 0 -1 4202560 242 0 0 0 23 2 0 0 20 0 19 0 22657742 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042188082024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6349] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6349/stat : 6349 (java) S 6334 6337 4518 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22657742 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042187028344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6350] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6350/stat : 6350 (java) S 6334 6337 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22657742 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042185975176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6351] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6351/stat : 6351 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657745 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042184923920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6352] ppid=6334 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/6337/task/6352/stat : 6352 (java) S 6334 6337 4518 0 -1 4202560 2710 0 0 0 23 0 0 0 20 0 19 0 22657745 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042183870776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6337/tid=6353] ppid=6334 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/6337/task/6353/stat : 6353 (java) S 6334 6337 4518 0 -1 4202560 1346 0 0 0 13 0 0 0 20 0 19 0 22657745 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042182818232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6354] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6354/stat : 6354 (java) S 6334 6337 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22657745 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042181765368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6337/tid=6355] ppid=6334 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/6337/task/6355/stat : 6355 (java) S 6334 6337 4518 0 -1 4202560 104 0 0 0 33 41 0 0 20 0 19 0 22657745 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042180713032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6337/tid=6356] ppid=6334 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6337/task/6356/stat : 6356 (java) S 6334 6337 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22657755 9856040960 162033 33554432000 1073741824 1073778376 140734289483632 140042179610152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.94
CPU time (s): 1800.01
CPU user time (s): 1798.97
CPU system time (s): 1.04
CPU usage (%): 100.171
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.4
system time used= 1.50177
maximum resident set size= 710676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10703
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38421
involuntary context switches= 5305

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1333 second user time and 13.333 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 01:28:33
IDJOB=4099449
IDBENCH=1409
IDSOLVER=2546
FILE ID=node134/4099449-1466206113
RUNJOBID= node134-1466206058-4535
PBS_JOBID= 19918143
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_16_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099449-1466206113/watcher-4099449-1466206113 -o /tmp/evaluation-result-4099449-1466206113/solver-4099449-1466206113 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4535 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099449-1466206113.opb

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

MD5SUM BENCH= 7cdaf60ccaf85c600aba211d4d47e719
RANDOM SEED=383127670

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30331188 kB
Buffers:           37852 kB
Cached:            64504 kB
SwapCached:         1008 kB
Active:            89832 kB
Inactive:          60268 kB
Active(anon):      48780 kB
Inactive(anon):     1580 kB
Active(file):      41052 kB
Inactive(file):    58688 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100076 kB
Dirty:              2136 kB
Writeback:             0 kB
AnonPages:       1732284 kB
Mapped:            15216 kB
Shmem:                 0 kB
Slab:             569856 kB
SReclaimable:      12232 kB
SUnreclaim:       557624 kB
KernelStack:        1584 kB
PageTables:         7684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2350860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 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= 71676 MiB
End job on node134 at 2016-06-18 01:58:30