Trace number 4118000

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 PB16SAT (TO)-2863952 1800.03 1795.35

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_3g-0334-0334.opb
MD5SUM9a97eeb14be1ddede273d67e6b1a7f28
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2953024
Best CPU time to get the best result obtained on this benchmark1800.64
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables108
Total number of constraints36
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 324
Biggest coefficient in the objective function 244497
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 28420296
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 244497
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 28420296
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4118000-1467216928.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.17	c ... done. Wall clock time 0.056s.
0.09/0.17	c declared #vars     108
0.09/0.17	c internal #vars     432
0.09/0.17	c #constraints  720
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 360
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 36
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 324
0.09/0.17	c 720 constraints processed.
0.09/0.17	c objective function length is 324 literals
0.09/0.18	c SATISFIABLE
0.09/0.18	c OPTIMIZING...
0.09/0.18	c Got one! Elapsed wall clock time (in seconds):0.068
0.09/0.18	o -2625038
0.22/0.20	c Got one! Elapsed wall clock time (in seconds):0.086
0.22/0.20	o -2635624
0.22/0.21	c Got one! Elapsed wall clock time (in seconds):0.095
0.22/0.21	o -2863952
0.93/0.68	c cleaning 2505 clauses out of 5012 with flag 12055/5012
1.36/1.09	c cleaning 4255 clauses out of 8509 with flag 25399/11014
1.99/1.60	c cleaning 5626 clauses out of 11252 with flag 40261/18012
2.49/2.16	c cleaning 6809 clauses out of 13626 with flag 57231/26012
3.21/2.84	c cleaning 7909 clauses out of 15818 with flag 76975/35013
4.02/3.66	c cleaning 8956 clauses out of 17912 with flag 98750/45016
5.02/4.60	c cleaning 9977 clauses out of 19958 with flag 122627/56018
6.03/5.67	c cleaning 10985 clauses out of 21977 with flag 150153/68014
7.22/6.89	c cleaning 11990 clauses out of 23990 with flag 179531/81012
8.52/8.17	c cleaning 13002 clauses out of 26004 with flag 210861/95016
10.02/9.69	c cleaning 13999 clauses out of 27998 with flag 242327/110012
11.62/11.27	c cleaning 15000 clauses out of 30000 with flag 276229/126013
13.33/12.91	c cleaning 15994 clauses out of 32001 with flag 313401/143014
15.23/14.87	c cleaning 17001 clauses out of 34005 with flag 352518/161012
17.33/16.98	c cleaning 18003 clauses out of 36005 with flag 392581/180013
19.56/19.16	c cleaning 18995 clauses out of 38002 with flag 435151/200013
22.07/21.65	c cleaning 19998 clauses out of 40008 with flag 481978/221014
24.67/24.23	c cleaning 21001 clauses out of 42008 with flag 530885/243012
27.07/26.65	c cleaning 22000 clauses out of 44008 with flag 579867/266013
29.87/29.48	c cleaning 22998 clauses out of 46007 with flag 631129/290012
33.66/33.21	c cleaning 24008 clauses out of 48015 with flag 697505/315018
37.27/36.86	c cleaning 25000 clauses out of 50001 with flag 765412/341012
41.37/40.91	c cleaning 25999 clauses out of 52001 with flag 831823/368012
45.61/45.15	c cleaning 26990 clauses out of 54003 with flag 906515/396013
50.01/49.51	c cleaning 28003 clauses out of 56016 with flag 985366/425016
54.90/54.46	c cleaning 29001 clauses out of 58010 with flag 1060864/455013
60.21/59.72	c cleaning 30003 clauses out of 60008 with flag 1136823/486012
64.51/64.07	c cleaning 30999 clauses out of 62008 with flag 1214172/518015
70.21/69.78	c cleaning 31999 clauses out of 64006 with flag 1305016/551012
75.57/75.07	c cleaning 32992 clauses out of 66007 with flag 1398535/585012
81.58/81.04	c cleaning 34000 clauses out of 68015 with flag 1479580/620012
88.59/88.09	c cleaning 35004 clauses out of 70016 with flag 1582591/656013
95.19/94.68	c cleaning 36002 clauses out of 72011 with flag 1670482/693012
101.18/100.67	c cleaning 37002 clauses out of 74009 with flag 1762085/731012
107.78/107.26	c cleaning 38004 clauses out of 76008 with flag 1860859/770013
116.37/115.76	c cleaning 38996 clauses out of 78003 with flag 1983646/810012
123.37/122.76	c cleaning 40004 clauses out of 80008 with flag 2101116/851013
130.27/129.66	c cleaning 40997 clauses out of 82004 with flag 2212475/893013
136.97/136.34	c cleaning 41996 clauses out of 84006 with flag 2313827/936012
145.21/144.50	c cleaning 43006 clauses out of 86012 with flag 2430622/980014
153.51/152.76	c cleaning 44002 clauses out of 88004 with flag 2543253/1025012
163.12/162.35	c cleaning 44997 clauses out of 90002 with flag 2657591/1071012
171.62/170.89	c cleaning 46001 clauses out of 92006 with flag 2777189/1118013
181.52/180.70	c cleaning 46998 clauses out of 94005 with flag 2903510/1166013
191.38/190.46	c cleaning 48004 clauses out of 96008 with flag 3027688/1215014
205.68/204.78	c cleaning 49001 clauses out of 98004 with flag 3192756/1265014
221.78/220.89	c cleaning 49999 clauses out of 100003 with flag 3373990/1316014
238.69/237.56	c cleaning 50999 clauses out of 102004 with flag 3551300/1368014
255.50/254.39	c cleaning 51996 clauses out of 104003 with flag 3734029/1421012
270.10/268.97	c cleaning 53003 clauses out of 106008 with flag 3896365/1475013
285.94/284.53	c cleaning 53997 clauses out of 108004 with flag 4058353/1530012
303.15/301.73	c cleaning 55004 clauses out of 110007 with flag 4249621/1586012
323.05/321.44	c cleaning 55997 clauses out of 112005 with flag 4422209/1643014
341.25/339.62	c cleaning 56998 clauses out of 114007 with flag 4610800/1701013
358.75/357.19	c cleaning 57995 clauses out of 116008 with flag 4806192/1760012
379.57/377.75	c cleaning 59007 clauses out of 118015 with flag 5030981/1820014
397.67/395.87	c cleaning 59998 clauses out of 120006 with flag 5224923/1881012
414.30/412.32	c cleaning 61000 clauses out of 122010 with flag 5391450/1943014
433.01/431.08	c cleaning 61997 clauses out of 124009 with flag 5542741/2006013
452.97/450.91	c cleaning 63003 clauses out of 126011 with flag 5718270/2070012
473.28/471.20	c cleaning 63999 clauses out of 128009 with flag 5872647/2135013
493.07/490.94	c cleaning 65005 clauses out of 130012 with flag 6040170/2201015
514.07/511.90	c cleaning 65994 clauses out of 132004 with flag 6219519/2268012
538.77/536.59	c cleaning 67003 clauses out of 134011 with flag 6392718/2336013
562.18/559.91	c cleaning 67999 clauses out of 136008 with flag 6546866/2405013
586.58/584.29	c cleaning 69002 clauses out of 138008 with flag 6707356/2475012
609.59/607.10	c cleaning 70001 clauses out of 140006 with flag 6870818/2546012
633.29/630.81	c cleaning 70998 clauses out of 142005 with flag 7031564/2618012
658.37/655.84	c cleaning 72000 clauses out of 144010 with flag 7193298/2691015
686.47/684.00	c cleaning 73002 clauses out of 146007 with flag 7354634/2765012
716.80/714.25	c cleaning 74001 clauses out of 148006 with flag 7523621/2840013
742.81/740.19	c cleaning 74994 clauses out of 150004 with flag 7689266/2916012
765.52/762.80	c cleaning 76002 clauses out of 152013 with flag 7861655/2993015
799.59/796.83	c cleaning 77003 clauses out of 154013 with flag 8172827/3071017
835.90/833.19	c cleaning 77999 clauses out of 156009 with flag 8500975/3150016
873.79/870.96	c cleaning 78997 clauses out of 158006 with flag 8826540/3230012
911.19/908.27	c cleaning 80000 clauses out of 160012 with flag 9151226/3311015
944.38/941.49	c cleaning 81000 clauses out of 162009 with flag 9486728/3393012
976.27/973.27	c cleaning 82006 clauses out of 164012 with flag 9734863/3476015
1010.55/1007.43	c cleaning 82994 clauses out of 166004 with flag 10027525/3560013
1053.03/1049.88	c cleaning 83992 clauses out of 168013 with flag 10392961/3645016
1095.74/1092.41	c cleaning 85001 clauses out of 170019 with flag 10771144/3731014
1135.09/1131.78	c cleaning 86007 clauses out of 172019 with flag 11145220/3818015
1176.24/1172.82	c cleaning 87000 clauses out of 174009 with flag 11535534/3906012
1215.43/1211.93	c cleaning 88004 clauses out of 176012 with flag 11836299/3995015
1250.49/1246.90	c cleaning 89003 clauses out of 178006 with flag 12082157/4085013
1285.48/1281.86	c cleaning 89996 clauses out of 180003 with flag 12361212/4176013
1325.98/1322.27	c cleaning 90999 clauses out of 182007 with flag 12666018/4268013
1364.74/1360.91	c cleaning 92002 clauses out of 184008 with flag 12973116/4361013
1405.63/1401.73	c cleaning 93002 clauses out of 186006 with flag 13269073/4455013
1446.23/1442.23	c cleaning 93999 clauses out of 188003 with flag 13574488/4550012
1481.79/1477.73	c cleaning 94998 clauses out of 190004 with flag 13900117/4646012
1521.65/1517.53	c cleaning 96003 clauses out of 192008 with flag 14238753/4743014
1565.03/1560.83	c cleaning 96998 clauses out of 194003 with flag 14594060/4841012
1613.96/1609.69	c cleaning 98005 clauses out of 196009 with flag 14871199/4940016
1665.03/1660.69	c cleaning 99001 clauses out of 198001 with flag 15151182/5040013
1727.52/1723.03	c cleaning 99996 clauses out of 199999 with flag 15523957/5141012
1795.22/1790.55	c cleaning 100995 clauses out of 202003 with flag 15946495/5243012
1800.03/1795.31	c starts		: 19464
1800.03/1795.31	c conflicts		: 5256459
1800.03/1795.31	c decisions		: 6952766
1800.03/1795.31	c propagations		: 224666799
1800.03/1795.31	c inspects		: 28164242849
1800.03/1795.31	c shortcuts		: 0
1800.03/1795.31	c learnt literals	: 0
1800.03/1795.31	c learnt binary clauses	: 0
1800.03/1795.31	c learnt ternary clauses	: 0
1800.03/1795.31	c learnt constraints	: 5256459
1800.03/1795.31	c ignored constraints	: 0
1800.03/1795.31	c root simplifications	: 0
1800.03/1795.31	c removed literals (reason simplification)	: 0
1800.03/1795.31	c reason swapping (by a shorter reason)	: 0
1800.03/1795.31	c Calls to reduceDB	: 98
1800.03/1795.31	c Number of update (reduction) of LBD	: 202073
1800.03/1795.31	c Imported unit clauses	: 0
1800.03/1795.31	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.31	c number of learned constraints concerned by reduction	: 0
1800.03/1795.31	c number of learning phase by resolution	: 0
1800.03/1795.31	c number of learning phase by cutting planes	: 0
1800.03/1795.31	c speed (assignments/second)	: 125153.09313611894
1800.03/1795.31	c non guided choices	0
1800.03/1795.34	c learnt constraints type 
1800.03/1795.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 114455
1800.03/1795.34	s SATISFIABLE
1800.03/1795.34	c Found 3 solution(s)
1800.03/1795.34	v -x1 x2 -x3 -x4 -x5 x6 -x7 -x8 x9 x10 -x11 -x12 x13 -x14 -x15 -x16 x17 -x18 x19 -x20 -x21 x22 -x23 -x24 -x25 x26 -x27 -x28 x29 -x30 -x31 x32 -x33 -x34 x35 -x36 -x37 x38 -x39 -x40 x41 -x42 x43 -x44 -x45 x46 -x47 -x48 x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 x57 -x58 x59 -x60 -x61 x62 -x63 -x64 x65 -x66 -x67 -x68 x69 x70 -x71 -x72 -x73 x74 -x75 x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 x87 x88 -x89 -x90 -x91 -x92 x93 -x94 x95 -x96 -x97 x98 -x99 x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 x108 
1800.03/1795.34	c objective function=-2863952
1800.03/1795.34	c Total wall clock time (in seconds): 1795.227

Verifier Data

OK	-2863952

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

pid=6491
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.18 2.31 2.26 2/196 6494
/proc/meminfo: memFree=23217904/32872528 swapFree=1483896/1661724
[pid=6494] ppid=6491 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/6494/stat : 6494 (java) D 6491 6494 4818 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 2645372 9515008 186 33554432000 1073741824 1073778376 140734544500160 140734544489224 273896533287 0 0 4096 0 18446744072100756772 0 0 17 5 0 0 0 0 0
/proc/6494/statm: 2323 186 143 9 0 71 0

[startup+0.10016 s]
/proc/loadavg: 2.18 2.31 2.26 2/196 6494
/proc/meminfo: memFree=23217904/32872528 swapFree=1483896/1661724
[pid=6494] ppid=6491 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/6494/stat : 6494 (java) S 6491 6494 4818 0 -1 4202496 4399 0 1 0 8 1 0 0 20 0 18 0 2645372 9787879424 6026 33554432000 1073741824 1073778376 140734544500160 140734544491296 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6494/statm: 2389619 6026 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200317 s]
/proc/loadavg: 2.18 2.31 2.26 2/196 6494
/proc/meminfo: memFree=23217904/32872528 swapFree=1483896/1661724
[pid=6494] ppid=6491 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/6494/stat : 6494 (java) S 6491 6494 4818 0 -1 4202496 4739 0 1 0 21 1 0 0 20 0 19 0 2645372 9856040960 7323 33554432000 1073741824 1073778376 140734544500160 140734544491296 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6494/statm: 2406260 7323 2210 9 0 2396937 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9625040

[startup+0.300296 s]
/proc/loadavg: 2.18 2.31 2.26 2/196 6494
/proc/meminfo: memFree=23217904/32872528 swapFree=1483896/1661724
[pid=6494] ppid=6491 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/6494/stat : 6494 (java) S 6491 6494 4818 0 -1 4202496 6998 0 1 0 50 2 0 0 20 0 19 0 2645372 9856040960 8615 33554432000 1073741824 1073778376 140734544500160 140734544491296 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6494/statm: 2406260 8615 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.70027 s]
/proc/loadavg: 2.18 2.31 2.26 2/196 6494
/proc/meminfo: memFree=23217904/32872528 swapFree=1483896/1661724
[pid=6494] ppid=6491 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/6494/stat : 6494 (java) S 6491 6494 4818 0 -1 4202496 8041 0 1 0 104 2 0 0 20 0 19 0 2645372 9856040960 9713 33554432000 1073741824 1073778376 140734544500160 140734544491296 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6494/statm: 2406260 9713 2251 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.18 2.31 2.26 3/215 6513
/proc/meminfo: memFree=23182740/32872528 swapFree=1483896/1661724
[pid=6494] ppid=6491 vsize=9625040 CPUtime=1.89 cores=1,3,5,7
/proc/6494/stat : 6494 (java) S 6491 6494 4818 0 -1 4202496 8048 0 1 0 187 2 0 0 20 0 19 0 2645372 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140734544491296 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6494/statm: 2406260 11763 2253 9 0 2396937 0
[pid=6494/tid=6496] ppid=6491 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/6494/task/6496/stat : 6496 (java) R 6491 6494 4818 0 -1 4202560 2410 0 1 0 146 0 0 0 20 0 19 0 2645373 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140456278778360 140456118158303 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6497] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6497/stat : 6497 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140456240269608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6498] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6498/stat : 6498 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140456239216808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6499] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6499/stat : 6499 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140456238164520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6494/tid=6500] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6500/stat : 6500 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140456237111720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6501] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6501/stat : 6501 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140456117660456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6502] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6502/stat : 6502 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140456116607656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6503] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6503/stat : 6503 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140456115555368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6504] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6504/stat : 6504 (java) S 6491 6494 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140456114502568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6505] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6505/stat : 6505 (java) S 6491 6494 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2645376 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140456102303976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6506] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6506/stat : 6506 (java) S 6491 6494 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2645376 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140455496901624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6507] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6507/stat : 6507 (java) S 6491 6494 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2645376 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140455495849224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6508] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6508/stat : 6508 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645378 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140455494797712 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6509] ppid=6491 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/6494/task/6509/stat : 6509 (java) S 6491 6494 4818 0 -1 4202560 1324 0 0 0 19 0 0 0 20 0 19 0 2645379 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140455493745336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6510] ppid=6491 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/6494/task/6510/stat : 6510 (java) S 6491 6494 4818 0 -1 4202560 3044 0 0 0 19 1 0 0 20 0 19 0 2645379 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140455492692536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6511] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6511/stat : 6511 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645379 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140455491640440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6512] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6512/stat : 6512 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645379 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140455490587848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6513] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6513/stat : 6513 (java) S 6491 6494 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2645390 9856040960 11763 33554432000 1073741824 1073778376 140734544500160 140455489532840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.17 2.30 2.26 3/215 6513
/proc/meminfo: memFree=23171880/32872528 swapFree=1483896/1661724
[pid=6494] ppid=6491 vsize=9625040 CPUtime=3.51 cores=1,3,5,7
/proc/6494/stat : 6494 (java) S 6491 6494 4818 0 -1 4202496 8063 0 1 0 349 2 0 0 20 0 19 0 2645372 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140734544491296 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6494/statm: 2406260 15354 2260 9 0 2396937 0
[pid=6494/tid=6496] ppid=6491 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/6494/task/6496/stat : 6496 (java) R 6491 6494 4818 0 -1 4202560 2424 0 1 0 304 1 0 0 20 0 19 0 2645373 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140456278769360 140456118166640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6497] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6497/stat : 6497 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140456240269608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6498] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6498/stat : 6498 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140456239216808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6499] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6499/stat : 6499 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140456238164520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6494/tid=6500] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6500/stat : 6500 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140456237111720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6501] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6501/stat : 6501 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140456117660456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6502] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6502/stat : 6502 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140456116607656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6503] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6503/stat : 6503 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140456115555368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6504] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6504/stat : 6504 (java) S 6491 6494 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140456114502568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6505] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6505/stat : 6505 (java) S 6491 6494 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2645376 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140456102303976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6506] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6506/stat : 6506 (java) S 6491 6494 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2645376 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140455496901624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6507] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6507/stat : 6507 (java) S 6491 6494 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2645376 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140455495849224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6508] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6508/stat : 6508 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645378 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140455494797712 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6509] ppid=6491 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/6494/task/6509/stat : 6509 (java) S 6491 6494 4818 0 -1 4202560 1324 0 0 0 19 0 0 0 20 0 19 0 2645379 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140455493745336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6510] ppid=6491 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/6494/task/6510/stat : 6510 (java) S 6491 6494 4818 0 -1 4202560 3045 0 0 0 22 1 0 0 20 0 19 0 2645379 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140455492692536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6511] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6511/stat : 6511 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645379 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140455491640440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6512] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6512/stat : 6512 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645379 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140455490587848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6513] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6513/stat : 6513 (java) S 6491 6494 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2645390 9856040960 15354 33554432000 1073741824 1073778376 140734544500160 140455489532840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.17 2.30 2.26 3/215 6513
/proc/meminfo: memFree=23146332/32872528 swapFree=1483896/1661724
[pid=6494] ppid=6491 vsize=9625040 CPUtime=6.72 cores=1,3,5,7
/proc/6494/stat : 6494 (java) S 6491 6494 4818 0 -1 4202496 8080 0 1 0 669 3 0 0 20 0 19 0 2645372 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140734544491296 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6494/statm: 2406260 21109 2262 9 0 2396937 0
[pid=6494/tid=6496] ppid=6491 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/6494/task/6496/stat : 6496 (java) R 6491 6494 4818 0 -1 4202560 2438 0 1 0 624 1 0 0 20 0 19 0 2645373 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140456278769360 140456117896719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6497] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6497/stat : 6497 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140456240269608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6498] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6498/stat : 6498 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140456239216808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6499] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6499/stat : 6499 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140456238164520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6494/tid=6500] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6500/stat : 6500 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140456237111720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6501] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6501/stat : 6501 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140456117660456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6502] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6502/stat : 6502 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140456116607656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6503] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6503/stat : 6503 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140456115555368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6504] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6504/stat : 6504 (java) S 6491 6494 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2645375 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140456114502568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6505] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6505/stat : 6505 (java) S 6491 6494 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2645376 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140456102303976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6506] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6506/stat : 6506 (java) S 6491 6494 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2645376 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140455496901624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6507] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6507/stat : 6507 (java) S 6491 6494 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2645376 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140455495849224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6508] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6508/stat : 6508 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645378 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140455494797712 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6509] ppid=6491 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/6494/task/6509/stat : 6509 (java) S 6491 6494 4818 0 -1 4202560 1324 0 0 0 19 0 0 0 20 0 19 0 2645379 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140455493745336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6510] ppid=6491 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/6494/task/6510/stat : 6510 (java) S 6491 6494 4818 0 -1 4202560 3045 0 0 0 22 1 0 0 20 0 19 0 2645379 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140455492692536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6511] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6511/stat : 6511 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645379 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140455491640440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6512] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6512/stat : 6512 (java) S 6491 6494 4818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2645379 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140455490587848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6513] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6513/stat : 6513 (java) S 6491 6494 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2645390 9856040960 21109 33554432000 1073741824 1073778376 140734544500160 140455489532840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

[pid=6494/tid=6513] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6513/stat : 6513 (java) S 6491 6494 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2645390 9856040960 106742 33554432000 1073741824 1073778376 140734544500160 140455489532840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.82
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.28 2.24 3/215 6621
/proc/meminfo: memFree=25976584/32872528 swapFree=1483896/1661724
[pid=6494] ppid=6491 vsize=9625040 CPUtime=1787.02 cores=1,3,5,7
/proc/6494/stat : 6494 (java) S 6491 6494 4818 0 -1 4202496 11775 0 1 0 178611 91 0 0 20 0 19 0 2645372 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140734544491296 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6494/statm: 2406260 105439 2284 9 0 2396937 0
[pid=6494/tid=6496] ppid=6491 vsize=9625040 CPUtime=1775.66 cores=1,3,5,7
/proc/6494/task/6496/stat : 6496 (java) R 6491 6494 4818 0 -1 4202560 2521 0 1 0 177537 29 0 0 20 0 19 0 2645373 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456278777136 140456118166777 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6497] ppid=6491 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6494/task/6497/stat : 6497 (java) S 6491 6494 4818 0 -1 4202560 438 0 0 0 60 7 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456240269608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6494/tid=6498] ppid=6491 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/6494/task/6498/stat : 6498 (java) S 6491 6494 4818 0 -1 4202560 293 0 0 0 58 6 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456239216808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6494/tid=6499] ppid=6491 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/6494/task/6499/stat : 6499 (java) S 6491 6494 4818 0 -1 4202560 340 0 0 0 60 5 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456238164520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6500] ppid=6491 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/6494/task/6500/stat : 6500 (java) S 6491 6494 4818 0 -1 4202560 525 0 0 0 54 9 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456237111720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6501] ppid=6491 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/6494/task/6501/stat : 6501 (java) S 6491 6494 4818 0 -1 4202560 519 0 0 0 64 10 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456117660456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6502] ppid=6491 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/6494/task/6502/stat : 6502 (java) S 6491 6494 4818 0 -1 4202560 256 0 0 0 53 7 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456116607656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6503] ppid=6491 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/6494/task/6503/stat : 6503 (java) S 6491 6494 4818 0 -1 4202560 410 0 0 0 68 9 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456115555368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6504] ppid=6491 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/6494/task/6504/stat : 6504 (java) S 6491 6494 4818 0 -1 4202560 217 0 0 0 58 5 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456114502568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6505] ppid=6491 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/6494/task/6505/stat : 6505 (java) S 6491 6494 4818 0 -1 4202560 234 0 0 0 42 3 0 0 20 0 19 0 2645376 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456102303976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6506] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6506/stat : 6506 (java) S 6491 6494 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2645376 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455496901624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6507] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6507/stat : 6507 (java) S 6491 6494 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2645376 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455495849224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6508] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6508/stat : 6508 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645378 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455494797712 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6509] ppid=6491 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/6494/task/6509/stat : 6509 (java) S 6491 6494 4818 0 -1 4202560 1324 0 0 0 19 0 0 0 20 0 19 0 2645379 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455493745336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6510] ppid=6491 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6494/task/6510/stat : 6510 (java) S 6491 6494 4818 0 -1 4202560 3336 0 0 0 27 1 0 0 20 0 19 0 2645379 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455492692536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6494/tid=6511] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6511/stat : 6511 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645379 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455491640440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6512] ppid=6491 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/6494/task/6512/stat : 6512 (java) S 6491 6494 4818 0 -1 4202560 104 0 0 0 37 38 0 0 20 0 19 0 2645379 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455490587848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6513] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6513/stat : 6513 (java) S 6491 6494 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2645390 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455489532840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.02
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.31 s]
/proc/loadavg: 2.29 2.28 2.25 3/215 6622
/proc/meminfo: memFree=25976216/32872528 swapFree=1483896/1661724
[pid=6494] ppid=6491 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/6494/stat : 6494 (java) S 6491 6494 4818 0 -1 4202496 11775 0 1 0 179912 91 0 0 20 0 19 0 2645372 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140734544491296 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6494/statm: 2406260 105439 2284 9 0 2396937 0
[pid=6494/tid=6496] ppid=6491 vsize=9625040 CPUtime=1788.63 cores=1,3,5,7
/proc/6494/task/6496/stat : 6496 (java) R 6491 6494 4818 0 -1 4202560 2521 0 1 0 178833 30 0 0 20 0 19 0 2645373 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456278769456 140456118166777 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6497] ppid=6491 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6494/task/6497/stat : 6497 (java) S 6491 6494 4818 0 -1 4202560 438 0 0 0 60 7 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456240269608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6494/tid=6498] ppid=6491 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/6494/task/6498/stat : 6498 (java) S 6491 6494 4818 0 -1 4202560 293 0 0 0 58 6 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456239216808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6494/tid=6499] ppid=6491 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/6494/task/6499/stat : 6499 (java) S 6491 6494 4818 0 -1 4202560 340 0 0 0 60 5 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456238164520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6500] ppid=6491 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/6494/task/6500/stat : 6500 (java) S 6491 6494 4818 0 -1 4202560 525 0 0 0 54 9 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456237111720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6501] ppid=6491 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/6494/task/6501/stat : 6501 (java) S 6491 6494 4818 0 -1 4202560 519 0 0 0 64 10 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456117660456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6502] ppid=6491 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/6494/task/6502/stat : 6502 (java) S 6491 6494 4818 0 -1 4202560 256 0 0 0 53 7 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456116607656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6503] ppid=6491 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/6494/task/6503/stat : 6503 (java) S 6491 6494 4818 0 -1 4202560 410 0 0 0 68 9 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456115555368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6504] ppid=6491 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/6494/task/6504/stat : 6504 (java) S 6491 6494 4818 0 -1 4202560 217 0 0 0 58 5 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456114502568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6505] ppid=6491 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/6494/task/6505/stat : 6505 (java) S 6491 6494 4818 0 -1 4202560 234 0 0 0 42 3 0 0 20 0 19 0 2645376 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456102303976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6506] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6506/stat : 6506 (java) S 6491 6494 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2645376 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455496901624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6507] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6507/stat : 6507 (java) S 6491 6494 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2645376 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455495849224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6508] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6508/stat : 6508 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645378 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455494797712 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6509] ppid=6491 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/6494/task/6509/stat : 6509 (java) S 6491 6494 4818 0 -1 4202560 1324 0 0 0 19 0 0 0 20 0 19 0 2645379 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455493745336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6510] ppid=6491 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6494/task/6510/stat : 6510 (java) S 6491 6494 4818 0 -1 4202560 3336 0 0 0 27 1 0 0 20 0 19 0 2645379 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455492692536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6494/tid=6511] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6511/stat : 6511 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645379 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455491640440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6512] ppid=6491 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/6494/task/6512/stat : 6512 (java) S 6491 6494 4818 0 -1 4202560 104 0 0 0 37 39 0 0 20 0 19 0 2645379 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455490587848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6513] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6513/stat : 6513 (java) S 6491 6494 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2645390 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455489532840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 6494 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.31 s]
/proc/loadavg: 2.29 2.28 2.25 3/215 6622
/proc/meminfo: memFree=25976216/32872528 swapFree=1483896/1661724
[pid=6494] ppid=6491 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/6494/stat : 6494 (java) S 6491 6494 4818 0 -1 4202496 11775 0 1 0 179912 91 0 0 20 0 19 0 2645372 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140734544491296 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6494/statm: 2406260 105439 2284 9 0 2396937 0
[pid=6494/tid=6496] ppid=6491 vsize=9625040 CPUtime=1788.63 cores=1,3,5,7
/proc/6494/task/6496/stat : 6496 (java) R 6491 6494 4818 0 -1 4202560 2521 0 1 0 178833 30 0 0 20 0 19 0 2645373 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456278769456 140456118166777 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6497] ppid=6491 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6494/task/6497/stat : 6497 (java) S 6491 6494 4818 0 -1 4202560 438 0 0 0 60 7 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456240269608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6494/tid=6498] ppid=6491 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/6494/task/6498/stat : 6498 (java) S 6491 6494 4818 0 -1 4202560 293 0 0 0 58 6 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456239216808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6494/tid=6499] ppid=6491 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/6494/task/6499/stat : 6499 (java) S 6491 6494 4818 0 -1 4202560 340 0 0 0 60 5 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456238164520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6500] ppid=6491 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/6494/task/6500/stat : 6500 (java) S 6491 6494 4818 0 -1 4202560 525 0 0 0 54 9 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456237111720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6501] ppid=6491 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/6494/task/6501/stat : 6501 (java) S 6491 6494 4818 0 -1 4202560 519 0 0 0 64 10 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456117660456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6502] ppid=6491 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/6494/task/6502/stat : 6502 (java) S 6491 6494 4818 0 -1 4202560 256 0 0 0 53 7 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456116607656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6503] ppid=6491 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/6494/task/6503/stat : 6503 (java) S 6491 6494 4818 0 -1 4202560 410 0 0 0 68 9 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456115555368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6504] ppid=6491 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/6494/task/6504/stat : 6504 (java) S 6491 6494 4818 0 -1 4202560 217 0 0 0 58 5 0 0 20 0 19 0 2645375 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456114502568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6505] ppid=6491 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/6494/task/6505/stat : 6505 (java) S 6491 6494 4818 0 -1 4202560 234 0 0 0 42 3 0 0 20 0 19 0 2645376 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140456102303976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6506] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6506/stat : 6506 (java) S 6491 6494 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2645376 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455496901624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6507] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6507/stat : 6507 (java) S 6491 6494 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2645376 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455495849224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6508] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6508/stat : 6508 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645378 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455494797712 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6509] ppid=6491 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/6494/task/6509/stat : 6509 (java) S 6491 6494 4818 0 -1 4202560 1324 0 0 0 19 0 0 0 20 0 19 0 2645379 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455493745336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6494/tid=6510] ppid=6491 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6494/task/6510/stat : 6510 (java) S 6491 6494 4818 0 -1 4202560 3336 0 0 0 27 1 0 0 20 0 19 0 2645379 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455492692536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6494/tid=6511] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6511/stat : 6511 (java) S 6491 6494 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2645379 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455491640440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6494/tid=6512] ppid=6491 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/6494/task/6512/stat : 6512 (java) S 6491 6494 4818 0 -1 4202560 104 0 0 0 37 39 0 0 20 0 19 0 2645379 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455490587848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6494/tid=6513] ppid=6491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6494/task/6513/stat : 6513 (java) S 6491 6494 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2645390 9856040960 105439 33554432000 1073741824 1073778376 140734544500160 140455489532840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1795.35
CPU time (s): 1800.03
CPU user time (s): 1799.12
CPU system time (s): 0.91
CPU usage (%): 100.261
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.53
system time used= 1.45178
maximum resident set size= 652240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11818
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39228
involuntary context switches= 11862

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7422 second user time and 12.4241 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-29 18:15:28
IDJOB=4118000
IDBENCH=111425
IDSOLVER=2546
FILE ID=node134/4118000-1467216928
RUNJOBID= node134-1467208989-4835
PBS_JOBID= 19997576
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_3g-0334-0334.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118000-1467216928/watcher-4118000-1467216928 -o /tmp/evaluation-result-4118000-1467216928/solver-4118000-1467216928 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4835 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118000-1467216928.opb

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

MD5SUM BENCH= 9a97eeb14be1ddede273d67e6b1a7f28
RANDOM SEED=1121308192

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		: 2666.738
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        23218540 kB
Buffers:          122444 kB
Cached:          2987396 kB
SwapCached:            0 kB
Active:          4261388 kB
Inactive:        2978716 kB
Active(anon):    4133124 kB
Inactive(anon):        0 kB
Active(file):     128264 kB
Inactive(file):  2978716 kB
Unevictable:     1661724 kB
Mlocked:         1483896 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:       5792216 kB
Mapped:            21584 kB
Shmem:               216 kB
Slab:             611544 kB
SReclaimable:      55152 kB
SUnreclaim:       556392 kB
KernelStack:        1584 kB
PageTables:        15584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6367208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3942400 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= 71704 MiB
End job on node134 at 2016-06-29 18:45:24