Trace number 4090738

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 PB16MSAT (TO) 1800.05 1798.94

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-4_wcsp.wbo
MD5SUM3fb8f81d652630b13b866ff5b3a4bf01
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark408.45
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables188
Total number of constraints991
Number of soft constraints944
Number of constraints which are clauses944
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 944
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
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.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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@37e893df
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@41ac1fe4
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090738-1466073645.wbo
0.11/0.10	c reading problem ... 
0.26/0.20	c ... done. Wall clock time 0.103s.
0.26/0.20	c declared #vars     188
0.26/0.20	c internal #vars     1132
0.26/0.20	c #constraints  1038
0.26/0.20	c constraints type 
0.26/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 991
0.26/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 47
0.26/0.21	c 1038 constraints processed.
0.26/0.21	c objective function length is 944 literals
0.48/0.30	c SATISFIABLE
0.48/0.30	c OPTIMIZING...
0.48/0.30	c Got one! Elapsed wall clock time (in seconds):0.195
0.48/0.30	o 25
0.48/0.32	c Got one! Elapsed wall clock time (in seconds):0.222
0.48/0.32	o 18
0.48/0.36	c Got one! Elapsed wall clock time (in seconds):0.259
0.48/0.36	o 17
0.78/0.41	c Got one! Elapsed wall clock time (in seconds):0.306
0.78/0.41	o 13
1.27/0.89	c cleaning 2680 clauses out of 5378 with flag 14608/5378
1.93/1.44	c cleaning 4337 clauses out of 8698 with flag 30124/11378
2.53/2.09	c cleaning 5671 clauses out of 11362 with flag 47923/18379
3.34/2.84	c cleaning 6839 clauses out of 13692 with flag 68122/26380
4.25/3.71	c cleaning 7920 clauses out of 15852 with flag 91137/35379
5.15/4.68	c cleaning 8956 clauses out of 17933 with flag 116503/45380
6.35/5.81	c cleaning 9983 clauses out of 19975 with flag 145554/56378
7.59/7.08	c cleaning 10984 clauses out of 21992 with flag 188831/68378
9.00/8.49	c cleaning 11992 clauses out of 24008 with flag 298425/81378
9.60/9.02	c Got one! Elapsed wall clock time (in seconds):8.916
9.60/9.02	o 12
9.60/9.02	c Got one! Elapsed wall clock time (in seconds):8.922
9.60/9.02	o 10
9.60/9.05	c Got one! Elapsed wall clock time (in seconds):8.945
9.60/9.05	o 9
9.82/9.23	c Got one! Elapsed wall clock time (in seconds):9.131
9.82/9.23	o 8
10.14/9.58	c cleaning 11248 clauses out of 22504 with flag 13685/91866
10.84/10.23	c cleaning 8620 clauses out of 17255 with flag 47143/97865
11.54/10.99	c cleaning 7811 clauses out of 15635 with flag 91812/104865
12.44/11.88	c cleaning 7903 clauses out of 15824 with flag 146076/112865
13.43/12.89	c cleaning 8443 clauses out of 16921 with flag 208924/121865
14.63/14.04	c cleaning 9228 clauses out of 18478 with flag 279710/131865
15.93/15.31	c cleaning 10116 clauses out of 20250 with flag 351794/142865
17.33/16.75	c cleaning 11059 clauses out of 22134 with flag 432839/154865
18.83/18.29	c cleaning 12019 clauses out of 24075 with flag 518932/167865
20.54/19.96	c cleaning 13014 clauses out of 26058 with flag 621494/181867
22.33/21.75	c cleaning 14018 clauses out of 28042 with flag 758682/196865
24.33/23.76	c cleaning 14991 clauses out of 30024 with flag 961122/212865
26.53/25.91	c cleaning 16010 clauses out of 32033 with flag 1140880/229865
28.73/28.18	c cleaning 17008 clauses out of 34024 with flag 1255083/247866
31.13/30.52	c cleaning 17993 clauses out of 36015 with flag 1393983/266865
33.64/33.04	c cleaning 18996 clauses out of 38022 with flag 1560737/286865
36.33/35.77	c cleaning 20007 clauses out of 40028 with flag 1765130/307867
39.53/38.94	c cleaning 20995 clauses out of 42019 with flag 2038748/329865
42.43/41.87	c cleaning 22004 clauses out of 44025 with flag 2226190/352866
45.63/45.04	c cleaning 22989 clauses out of 46020 with flag 2417247/376865
48.93/48.37	c cleaning 23999 clauses out of 48031 with flag 2615777/401865
52.53/51.91	c cleaning 25004 clauses out of 50033 with flag 2826272/427866
56.32/55.77	c cleaning 25999 clauses out of 52030 with flag 3093846/454867
60.63/60.05	c cleaning 27002 clauses out of 54029 with flag 3417403/482865
65.03/64.40	c cleaning 27994 clauses out of 56027 with flag 3722973/511865
69.53/68.98	c cleaning 29001 clauses out of 58035 with flag 4120246/541867
74.43/73.87	c cleaning 30006 clauses out of 60035 with flag 4577533/572868
79.93/79.34	c cleaning 31002 clauses out of 62026 with flag 5077211/604865
85.34/84.77	c cleaning 31992 clauses out of 64025 with flag 5496987/637866
91.23/90.67	c cleaning 33000 clauses out of 66033 with flag 5876958/671866
97.43/96.87	c cleaning 34007 clauses out of 68032 with flag 6328131/706865
103.42/102.89	c cleaning 34997 clauses out of 70025 with flag 6686198/742865
110.22/109.67	c cleaning 36002 clauses out of 72029 with flag 7149841/779866
117.33/116.77	c cleaning 36999 clauses out of 74026 with flag 7621732/817865
124.22/123.68	c cleaning 38003 clauses out of 76027 with flag 7993557/856865
131.93/131.33	c cleaning 38973 clauses out of 78024 with flag 8463910/896865
139.83/139.20	c cleaning 40005 clauses out of 80051 with flag 8980120/937865
147.93/147.33	c cleaning 40990 clauses out of 82046 with flag 9473104/979865
156.15/155.55	c cleaning 42019 clauses out of 84056 with flag 10006373/1022865
164.15/163.58	c cleaning 43007 clauses out of 86039 with flag 10571311/1066867
172.46/171.83	c cleaning 43992 clauses out of 88030 with flag 11126110/1111865
181.36/180.78	c cleaning 45011 clauses out of 90039 with flag 11721227/1157866
190.36/189.76	c cleaning 45989 clauses out of 92027 with flag 12258052/1204865
200.46/199.81	c cleaning 47004 clauses out of 94038 with flag 12828502/1252865
210.66/210.02	c cleaning 48007 clauses out of 96035 with flag 13471550/1301866
221.46/220.89	c cleaning 49000 clauses out of 98028 with flag 14083786/1351866
232.56/231.92	c cleaning 50004 clauses out of 100027 with flag 14760251/1402865
244.28/243.62	c cleaning 51008 clauses out of 102027 with flag 15392865/1454869
256.49/255.83	c cleaning 51993 clauses out of 104016 with flag 16032832/1507866
268.79/268.12	c cleaning 53000 clauses out of 106022 with flag 16717452/1561865
280.90/280.23	c cleaning 54001 clauses out of 108022 with flag 17348621/1616865
294.00/293.32	c cleaning 55003 clauses out of 110022 with flag 18008540/1672866
307.90/307.21	c cleaning 55992 clauses out of 112018 with flag 18722708/1729865
321.10/320.48	c cleaning 56991 clauses out of 114026 with flag 19367790/1787865
336.49/335.81	c cleaning 58001 clauses out of 116035 with flag 20062565/1846865
351.60/350.99	c cleaning 58996 clauses out of 118036 with flag 20867309/1906867
366.85/366.18	c cleaning 60013 clauses out of 120038 with flag 21652465/1967865
383.26/382.57	c cleaning 60992 clauses out of 122025 with flag 22365310/2029865
398.75/398.01	c cleaning 61995 clauses out of 124033 with flag 23110079/2092865
414.84/414.18	c cleaning 63014 clauses out of 126038 with flag 24062022/2156865
431.25/430.57	c cleaning 64009 clauses out of 128027 with flag 24874950/2221868
448.24/447.59	c cleaning 64995 clauses out of 130017 with flag 25830227/2287867
465.94/465.27	c cleaning 65996 clauses out of 132020 with flag 26748054/2354865
485.53/484.84	c cleaning 67008 clauses out of 134025 with flag 27566144/2422866
505.24/504.58	c cleaning 68003 clauses out of 136020 with flag 28346932/2491869
525.44/524.74	c cleaning 68990 clauses out of 138013 with flag 29236311/2561865
545.23/544.52	c cleaning 69977 clauses out of 140023 with flag 30098593/2632865
567.63/566.93	c cleaning 71016 clauses out of 142046 with flag 30982762/2704865
587.72/587.01	c cleaning 72005 clauses out of 144030 with flag 31799274/2777865
607.98/607.27	c cleaning 73000 clauses out of 146025 with flag 32659387/2851865
628.67/627.97	c cleaning 74008 clauses out of 148025 with flag 33505363/2926865
652.66/651.91	c cleaning 74998 clauses out of 150017 with flag 34442009/3002865
674.96/674.28	c cleaning 76006 clauses out of 152020 with flag 35323558/3079866
697.65/696.96	c cleaning 76997 clauses out of 154013 with flag 36183081/3157865
720.36/719.64	c cleaning 78001 clauses out of 156019 with flag 37213670/3236868
744.75/744.09	c cleaning 78991 clauses out of 158016 with flag 38181593/3316866
770.55/769.80	c cleaning 79999 clauses out of 160024 with flag 39091017/3397865
796.84/796.16	c cleaning 81006 clauses out of 162025 with flag 40094959/3479865
823.34/822.68	c cleaning 81995 clauses out of 164019 with flag 41014545/3562865
851.34/850.60	c cleaning 83004 clauses out of 166024 with flag 42032835/3646865
878.98/878.26	c cleaning 83990 clauses out of 168020 with flag 43032088/3731865
906.79/906.10	c cleaning 85007 clauses out of 170030 with flag 44090965/3817865
933.89/933.10	c cleaning 86000 clauses out of 172024 with flag 45252635/3904866
962.09/961.34	c cleaning 86989 clauses out of 174025 with flag 46256707/3992867
990.29/989.58	c cleaning 88007 clauses out of 176034 with flag 47333098/4081865
1019.80/1019.04	c cleaning 89006 clauses out of 178029 with flag 48403310/4171867
1050.10/1049.39	c cleaning 90011 clauses out of 180021 with flag 49482604/4262865
1080.40/1079.62	c cleaning 90993 clauses out of 182012 with flag 50583440/4354867
1111.00/1110.16	c cleaning 91997 clauses out of 184017 with flag 51733908/4447865
1142.71/1141.81	c cleaning 93004 clauses out of 186022 with flag 52847581/4541867
1175.01/1174.10	c cleaning 93994 clauses out of 188021 with flag 53977791/4636870
1208.71/1207.90	c cleaning 94979 clauses out of 190022 with flag 55159017/4732865
1241.82/1240.98	c cleaning 95998 clauses out of 192045 with flag 56491535/4829867
1274.12/1273.25	c cleaning 97015 clauses out of 194046 with flag 57696428/4927866
1308.61/1307.77	c cleaning 98002 clauses out of 196030 with flag 58934945/5026865
1343.62/1342.72	c cleaning 98983 clauses out of 198029 with flag 60151403/5126866
1377.42/1376.47	c cleaning 100001 clauses out of 200046 with flag 61317623/5227866
1412.02/1411.04	c cleaning 101010 clauses out of 202045 with flag 62524407/5329866
1449.72/1448.76	c cleaning 102009 clauses out of 204034 with flag 63770529/5432865
1486.82/1485.87	c cleaning 103003 clauses out of 206026 with flag 64937551/5536866
1524.52/1523.56	c cleaning 103994 clauses out of 208022 with flag 66183128/5641865
1564.02/1563.04	c cleaning 104995 clauses out of 210029 with flag 67384636/5747866
1601.63/1600.51	c cleaning 105992 clauses out of 212033 with flag 68658343/5854865
1642.83/1641.79	c cleaning 107014 clauses out of 214044 with flag 69995481/5962868
1684.14/1683.04	c cleaning 108003 clauses out of 216028 with flag 71273638/6071866
1727.15/1726.08	c cleaning 109008 clauses out of 218025 with flag 72550068/6181866
1772.64/1771.57	c cleaning 110002 clauses out of 220016 with flag 73848055/6292865
1800.05/1798.90	c starts		: 3863
1800.05/1798.90	c conflicts		: 6375993
1800.05/1798.90	c decisions		: 15127325
1800.05/1798.90	c propagations		: 3540196444
1800.05/1798.90	c inspects		: 26477326879
1800.05/1798.90	c shortcuts		: 0
1800.05/1798.90	c learnt literals	: 0
1800.05/1798.90	c learnt binary clauses	: 0
1800.05/1798.90	c learnt ternary clauses	: 0
1800.05/1798.90	c learnt constraints	: 6375993
1800.05/1798.90	c ignored constraints	: 0
1800.05/1798.90	c root simplifications	: 0
1800.05/1798.90	c removed literals (reason simplification)	: 0
1800.05/1798.90	c reason swapping (by a shorter reason)	: 0
1800.05/1798.90	c Calls to reduceDB	: 116
1800.05/1798.90	c Number of update (reduction) of LBD	: 3337276
1800.05/1798.90	c Imported unit clauses	: 0
1800.05/1798.90	c number of reductions to clauses (during analyze)	: 0
1800.05/1798.90	c number of learned constraints concerned by reduction	: 0
1800.05/1798.90	c number of learning phase by resolution	: 0
1800.05/1798.90	c number of learning phase by cutting planes	: 0
1800.05/1798.90	c speed (assignments/second)	: 1968207.1261823182
1800.05/1798.90	c non guided choices	266
1800.05/1798.93	c learnt constraints type 
1800.05/1798.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 193142
1800.05/1798.93	s SATISFIABLE
1800.05/1798.93	c Found 8 solution(s)
1800.05/1798.93	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 -x109 -x110 -x111 x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 x120 x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 x176 -x177 -x178 x179 -x180 -x181 -x182 -x183 x184 -x185 x186 -x187 -x188 
1800.05/1798.93	c objective function=8
1800.05/1798.93	c Total wall clock time (in seconds): 1798.832

Verifier Data

OK	7

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-4090738-1466073645/watcher-4090738-1466073645 -o /tmp/evaluation-result-4090738-1466073645/solver-4090738-1466073645 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466062124-6863 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090738-1466073645.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.28 2.23 2.19 3/195 9355
/proc/meminfo: memFree=28639304/32872528 swapFree=1541688/1694988
[pid=9355] ppid=9352 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/9355/stat : 9355 (java) R 9352 9355 6847 0 -1 4202496 1158 0 0 0 0 0 0 0 20 0 1 0 9411116 23793664 809 33554432000 1073741824 1073778376 140733922648160 140733922637224 140153020969664 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9355/statm: 5809 827 621 9 0 128 0

[startup+0.100096 s]
/proc/loadavg: 2.28 2.23 2.19 3/195 9355
/proc/meminfo: memFree=28639304/32872528 swapFree=1541688/1694988
[pid=9355] ppid=9352 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/9355/stat : 9355 (java) S 9352 9355 6847 0 -1 4202496 4463 0 1 0 10 1 0 0 20 0 18 0 9411116 9787879424 6089 33554432000 1073741824 1073778376 140733922648160 140733922639296 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9355/statm: 2389619 6089 2155 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200289 s]
/proc/loadavg: 2.28 2.23 2.19 3/195 9355
/proc/meminfo: memFree=28639304/32872528 swapFree=1541688/1694988
[pid=9355] ppid=9352 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/9355/stat : 9355 (java) S 9352 9355 6847 0 -1 4202496 4756 0 1 0 25 1 0 0 20 0 18 0 9411116 9787879424 6805 33554432000 1073741824 1073778376 140733922648160 140733922639296 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9355/statm: 2389619 6805 2211 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30028 s]
/proc/loadavg: 2.28 2.23 2.19 3/195 9355
/proc/meminfo: memFree=28639304/32872528 swapFree=1541688/1694988
[pid=9355] ppid=9352 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/9355/stat : 9355 (java) S 9352 9355 6847 0 -1 4202496 6546 0 1 0 47 1 0 0 20 0 19 0 9411116 9856040960 7886 33554432000 1073741824 1073778376 140733922648160 140733922639296 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9355/statm: 2406260 7886 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700167 s]
/proc/loadavg: 2.28 2.23 2.19 3/195 9355
/proc/meminfo: memFree=28639304/32872528 swapFree=1541688/1694988
[pid=9355] ppid=9352 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/9355/stat : 9355 (java) S 9352 9355 6847 0 -1 4202496 11067 0 1 0 115 2 0 0 20 0 19 0 9411116 9856040960 10880 33554432000 1073741824 1073778376 140733922648160 140733922639296 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9355/statm: 2406260 10880 2251 9 0 2396937 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.28 2.23 2.19 3/214 9374
/proc/meminfo: memFree=28603836/32872528 swapFree=1541688/1694988
[pid=9355] ppid=9352 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/9355/stat : 9355 (java) S 9352 9355 6847 0 -1 4202496 11129 0 1 0 201 2 0 0 20 0 19 0 9411116 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140733922639296 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9355/statm: 2406260 11406 2258 9 0 2396937 0
[pid=9355/tid=9356] ppid=9352 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/9355/task/9356/stat : 9356 (java) R 9352 9355 6847 0 -1 4202560 2409 0 1 0 146 0 0 0 20 0 19 0 9411117 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140153015389544 140152853292324 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9358] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9358/stat : 9358 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140152976882344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9359] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9359/stat : 9359 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140152975829800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9360] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9360/stat : 9360 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140152974777256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9355/tid=9361] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9361/stat : 9361 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140152973724712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9362] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9362/stat : 9362 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140152972671144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9363] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9363/stat : 9363 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140152971618600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9364] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9364/stat : 9364 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140152852703656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9365] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9365/stat : 9365 (java) S 9352 9355 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140152851651112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9366] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9366/stat : 9366 (java) S 9352 9355 6847 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9411118 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140152839453288 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9367] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9367/stat : 9367 (java) S 9352 9355 6847 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9411119 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140152838399608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9368] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9368/stat : 9368 (java) S 9352 9355 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9411119 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140152837346952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9369] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9369/stat : 9369 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411121 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140152097729552 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9370] ppid=9352 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9355/task/9370/stat : 9370 (java) S 9352 9355 6847 0 -1 4202560 3123 0 0 0 29 0 0 0 20 0 19 0 9411121 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140152096675896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9371] ppid=9352 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9355/task/9371/stat : 9371 (java) S 9352 9355 6847 0 -1 4202560 4325 0 0 0 23 2 0 0 20 0 19 0 9411121 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140152095623352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9372] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9372/stat : 9372 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411121 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140152094571000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9373] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9373/stat : 9373 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411121 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140152093518664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9374] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9374/stat : 9374 (java) S 9352 9355 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9411138 9856040960 11406 33554432000 1073741824 1073778376 140733922648160 140152092464424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.28 2.23 2.19 3/214 9374
/proc/meminfo: memFree=28601540/32872528 swapFree=1541688/1694988
[pid=9355] ppid=9352 vsize=9625040 CPUtime=3.65 cores=0,2,4,6
/proc/9355/stat : 9355 (java) S 9352 9355 6847 0 -1 4202496 11139 0 1 0 362 3 0 0 20 0 19 0 9411116 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140733922639296 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9355/statm: 2406260 11919 2258 9 0 2396937 0
[pid=9355/tid=9356] ppid=9352 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/9355/task/9356/stat : 9356 (java) R 9352 9355 6847 0 -1 4202560 2410 0 1 0 305 0 0 0 20 0 19 0 9411117 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140153015388576 140152853248192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9358] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9358/stat : 9358 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140152976882344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9359] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9359/stat : 9359 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140152975829800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9360] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9360/stat : 9360 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140152974777256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9355/tid=9361] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9361/stat : 9361 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140152973724712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9362] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9362/stat : 9362 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140152972671144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9363] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9363/stat : 9363 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140152971618600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9364] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9364/stat : 9364 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140152852703656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9365] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9365/stat : 9365 (java) S 9352 9355 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140152851651112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9366] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9366/stat : 9366 (java) S 9352 9355 6847 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9411118 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140152839453288 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9367] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9367/stat : 9367 (java) S 9352 9355 6847 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9411119 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140152838399608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9368] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9368/stat : 9368 (java) S 9352 9355 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9411119 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140152837346952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9369] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9369/stat : 9369 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411121 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140152097729552 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9370] ppid=9352 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9355/task/9370/stat : 9370 (java) S 9352 9355 6847 0 -1 4202560 3132 0 0 0 31 0 0 0 20 0 19 0 9411121 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140152096675896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9371] ppid=9352 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9355/task/9371/stat : 9371 (java) S 9352 9355 6847 0 -1 4202560 4325 0 0 0 23 2 0 0 20 0 19 0 9411121 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140152095623352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9372] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9372/stat : 9372 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411121 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140152094571000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9373] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9373/stat : 9373 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411121 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140152093518664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9374] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9374/stat : 9374 (java) S 9352 9355 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9411138 9856040960 11919 33554432000 1073741824 1073778376 140733922648160 140152092464424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.26 2.22 2.19 3/214 9374
/proc/meminfo: memFree=28599444/32872528 swapFree=1541688/1694988
[pid=9355] ppid=9352 vsize=9625040 CPUtime=6.85 cores=0,2,4,6
/proc/9355/stat : 9355 (java) S 9352 9355 6847 0 -1 4202496 11144 0 1 0 682 3 0 0 20 0 19 0 9411116 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140733922639296 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9355/statm: 2406260 12172 2259 9 0 2396937 0
[pid=9355/tid=9356] ppid=9352 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/9355/task/9356/stat : 9356 (java) R 9352 9355 6847 0 -1 4202560 2413 0 1 0 624 0 0 0 20 0 19 0 9411117 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140153015381712 140152853292447 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9358] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9358/stat : 9358 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140152976882344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9359] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9359/stat : 9359 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140152975829800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9360] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9360/stat : 9360 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140152974777256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9355/tid=9361] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9361/stat : 9361 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140152973724712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9362] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9362/stat : 9362 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140152972671144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9363] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9363/stat : 9363 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140152971618600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9364] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9364/stat : 9364 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140152852703656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9365] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9365/stat : 9365 (java) S 9352 9355 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9411117 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140152851651112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9366] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9366/stat : 9366 (java) S 9352 9355 6847 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9411118 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140152839453288 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9367] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9367/stat : 9367 (java) S 9352 9355 6847 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9411119 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140152838399608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9368] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9368/stat : 9368 (java) S 9352 9355 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9411119 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140152837346952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9369] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9369/stat : 9369 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411121 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140152097729552 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9370] ppid=9352 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/9355/task/9370/stat : 9370 (java) S 9352 9355 6847 0 -1 4202560 3133 0 0 0 32 0 0 0 20 0 19 0 9411121 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140152096675896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9371] ppid=9352 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9355/task/9371/stat : 9371 (java) S 9352 9355 6847 0 -1 4202560 4325 0 0 0 23 2 0 0 20 0 19 0 9411121 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140152095623352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9372] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9372/stat : 9372 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411121 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140152094571000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9373] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9373/stat : 9373 (java) S 9352 9355 6847 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9411121 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140152093518664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9374] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9374/stat : 9374 (java) S 9352 9355 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9411138 9856040960 12172 33554432000 1073741824 1073778376 140733922648160 140152092464424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 9625040


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

[pid=9355/tid=9374] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9374/stat : 9374 (java) S 9352 9355 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9411138 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152092464424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.44
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.25 1.39 1.74 2/189 9474
/proc/meminfo: memFree=30153960/32872528 swapFree=1541688/1694988
[pid=9355] ppid=9352 vsize=9625040 CPUtime=1783.45 cores=0,2,4,6
/proc/9355/stat : 9355 (java) S 9352 9355 6847 0 -1 4202496 12457 0 1 0 178305 40 0 0 20 0 19 0 9411116 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140733922639296 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9355/statm: 2406260 64798 2274 9 0 2396937 0
[pid=9355/tid=9356] ppid=9352 vsize=9625040 CPUtime=1777.34 cores=0,2,4,6
/proc/9355/task/9356/stat : 9356 (java) R 9352 9355 6847 0 -1 4202560 2479 0 1 0 177702 32 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140153015381696 140152853292576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9358] ppid=9352 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/9355/task/9358/stat : 9358 (java) S 9352 9355 6847 0 -1 4202560 25 0 0 0 5 1 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152976882344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9355/tid=9359] ppid=9352 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/9355/task/9359/stat : 9359 (java) S 9352 9355 6847 0 -1 4202560 70 0 0 0 4 0 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152975829800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9360] ppid=9352 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/9355/task/9360/stat : 9360 (java) S 9352 9355 6847 0 -1 4202560 126 0 0 0 8 2 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152974777256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9361] ppid=9352 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/9355/task/9361/stat : 9361 (java) S 9352 9355 6847 0 -1 4202560 86 0 0 0 7 1 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152973724712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9362] ppid=9352 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/9355/task/9362/stat : 9362 (java) S 9352 9355 6847 0 -1 4202560 108 0 0 0 5 2 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152972671144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9355/tid=9363] ppid=9352 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/9355/task/9363/stat : 9363 (java) S 9352 9355 6847 0 -1 4202560 97 0 0 0 7 1 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152971618600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9355/tid=9364] ppid=9352 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/9355/task/9364/stat : 9364 (java) S 9352 9355 6847 0 -1 4202560 98 0 0 0 7 0 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152852703656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9365] ppid=9352 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/9355/task/9365/stat : 9365 (java) S 9352 9355 6847 0 -1 4202560 74 0 0 0 6 0 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152851651112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9366] ppid=9352 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9355/task/9366/stat : 9366 (java) S 9352 9355 6847 0 -1 4202560 47 0 0 0 1 1 0 0 20 0 19 0 9411118 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152839453288 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9367] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9367/stat : 9367 (java) S 9352 9355 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9411119 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152838399608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9368] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9368/stat : 9368 (java) S 9352 9355 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9411119 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152837346952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9369] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9369/stat : 9369 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411121 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152097729552 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9370] ppid=9352 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/9355/task/9370/stat : 9370 (java) S 9352 9355 6847 0 -1 4202560 3560 0 0 0 41 0 0 0 20 0 19 0 9411121 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152096675896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9355/tid=9371] ppid=9352 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9355/task/9371/stat : 9371 (java) S 9352 9355 6847 0 -1 4202560 4325 0 0 0 23 2 0 0 20 0 19 0 9411121 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152095623352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9372] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9372/stat : 9372 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411121 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152094571000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9373] ppid=9352 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/9355/task/9373/stat : 9373 (java) S 9352 9355 6847 0 -1 4202560 104 0 0 0 28 31 0 0 20 0 19 0 9411121 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152093518664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9374] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9374/stat : 9374 (java) S 9352 9355 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9411138 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152092464424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.45
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.9 s]
/proc/loadavg: 1.18 1.36 1.72 2/189 9474
/proc/meminfo: memFree=30153840/32872528 swapFree=1541688/1694988
[pid=9355] ppid=9352 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/9355/stat : 9355 (java) S 9352 9355 6847 0 -1 4202496 12457 0 1 0 179965 40 0 0 20 0 19 0 9411116 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140733922639296 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9355/statm: 2406260 64798 2274 9 0 2396937 0
[pid=9355/tid=9356] ppid=9352 vsize=9625040 CPUtime=1793.9 cores=0,2,4,6
/proc/9355/task/9356/stat : 9356 (java) R 9352 9355 6847 0 -1 4202560 2479 0 1 0 179358 32 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140153015381696 140152853172830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9358] ppid=9352 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/9355/task/9358/stat : 9358 (java) S 9352 9355 6847 0 -1 4202560 25 0 0 0 5 1 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152976882344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9355/tid=9359] ppid=9352 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/9355/task/9359/stat : 9359 (java) S 9352 9355 6847 0 -1 4202560 70 0 0 0 4 0 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152975829800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9360] ppid=9352 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/9355/task/9360/stat : 9360 (java) S 9352 9355 6847 0 -1 4202560 126 0 0 0 8 2 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152974777256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9361] ppid=9352 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/9355/task/9361/stat : 9361 (java) S 9352 9355 6847 0 -1 4202560 86 0 0 0 7 1 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152973724712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9362] ppid=9352 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/9355/task/9362/stat : 9362 (java) S 9352 9355 6847 0 -1 4202560 108 0 0 0 5 2 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152972671144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9355/tid=9363] ppid=9352 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/9355/task/9363/stat : 9363 (java) S 9352 9355 6847 0 -1 4202560 97 0 0 0 7 1 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152971618600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9355/tid=9364] ppid=9352 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/9355/task/9364/stat : 9364 (java) S 9352 9355 6847 0 -1 4202560 98 0 0 0 7 0 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152852703656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9365] ppid=9352 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/9355/task/9365/stat : 9365 (java) S 9352 9355 6847 0 -1 4202560 74 0 0 0 6 0 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152851651112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9366] ppid=9352 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9355/task/9366/stat : 9366 (java) S 9352 9355 6847 0 -1 4202560 47 0 0 0 1 1 0 0 20 0 19 0 9411118 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152839453288 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9367] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9367/stat : 9367 (java) S 9352 9355 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9411119 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152838399608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9368] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9368/stat : 9368 (java) S 9352 9355 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9411119 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152837346952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9369] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9369/stat : 9369 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411121 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152097729552 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9370] ppid=9352 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/9355/task/9370/stat : 9370 (java) S 9352 9355 6847 0 -1 4202560 3560 0 0 0 41 0 0 0 20 0 19 0 9411121 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152096675896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9355/tid=9371] ppid=9352 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9355/task/9371/stat : 9371 (java) S 9352 9355 6847 0 -1 4202560 4325 0 0 0 23 2 0 0 20 0 19 0 9411121 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152095623352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9372] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9372/stat : 9372 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411121 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152094571000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9373] ppid=9352 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/9355/task/9373/stat : 9373 (java) S 9352 9355 6847 0 -1 4202560 104 0 0 0 29 31 0 0 20 0 19 0 9411121 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152093518664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9374] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9374/stat : 9374 (java) S 9352 9355 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9411138 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152092464424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9355 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.9 s]
/proc/loadavg: 1.18 1.36 1.72 2/189 9474
/proc/meminfo: memFree=30153840/32872528 swapFree=1541688/1694988
[pid=9355] ppid=9352 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/9355/stat : 9355 (java) S 9352 9355 6847 0 -1 4202496 12457 0 1 0 179965 40 0 0 20 0 19 0 9411116 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140733922639296 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9355/statm: 2406260 64798 2274 9 0 2396937 0
[pid=9355/tid=9356] ppid=9352 vsize=9625040 CPUtime=1793.9 cores=0,2,4,6
/proc/9355/task/9356/stat : 9356 (java) R 9352 9355 6847 0 -1 4202560 2479 0 1 0 179358 32 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140153015381696 140152853172830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9358] ppid=9352 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/9355/task/9358/stat : 9358 (java) S 9352 9355 6847 0 -1 4202560 25 0 0 0 5 1 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152976882344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9355/tid=9359] ppid=9352 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/9355/task/9359/stat : 9359 (java) S 9352 9355 6847 0 -1 4202560 70 0 0 0 4 0 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152975829800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9360] ppid=9352 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/9355/task/9360/stat : 9360 (java) S 9352 9355 6847 0 -1 4202560 126 0 0 0 8 2 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152974777256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9361] ppid=9352 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/9355/task/9361/stat : 9361 (java) S 9352 9355 6847 0 -1 4202560 86 0 0 0 7 1 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152973724712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9362] ppid=9352 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/9355/task/9362/stat : 9362 (java) S 9352 9355 6847 0 -1 4202560 108 0 0 0 5 2 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152972671144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9355/tid=9363] ppid=9352 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/9355/task/9363/stat : 9363 (java) S 9352 9355 6847 0 -1 4202560 97 0 0 0 7 1 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152971618600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9355/tid=9364] ppid=9352 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/9355/task/9364/stat : 9364 (java) S 9352 9355 6847 0 -1 4202560 98 0 0 0 7 0 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152852703656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9365] ppid=9352 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/9355/task/9365/stat : 9365 (java) S 9352 9355 6847 0 -1 4202560 74 0 0 0 6 0 0 0 20 0 19 0 9411117 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152851651112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9366] ppid=9352 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9355/task/9366/stat : 9366 (java) S 9352 9355 6847 0 -1 4202560 47 0 0 0 1 1 0 0 20 0 19 0 9411118 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152839453288 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9367] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9367/stat : 9367 (java) S 9352 9355 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9411119 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152838399608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9368] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9368/stat : 9368 (java) S 9352 9355 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9411119 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152837346952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9369] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9369/stat : 9369 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411121 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152097729552 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9355/tid=9370] ppid=9352 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/9355/task/9370/stat : 9370 (java) S 9352 9355 6847 0 -1 4202560 3560 0 0 0 41 0 0 0 20 0 19 0 9411121 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152096675896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9355/tid=9371] ppid=9352 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9355/task/9371/stat : 9371 (java) S 9352 9355 6847 0 -1 4202560 4325 0 0 0 23 2 0 0 20 0 19 0 9411121 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152095623352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9372] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9372/stat : 9372 (java) S 9352 9355 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9411121 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152094571000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9355/tid=9373] ppid=9352 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/9355/task/9373/stat : 9373 (java) S 9352 9355 6847 0 -1 4202560 104 0 0 0 29 31 0 0 20 0 19 0 9411121 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152093518664 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9355/tid=9374] ppid=9352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9355/task/9374/stat : 9374 (java) S 9352 9355 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9411138 9856040960 64798 33554432000 1073741824 1073778376 140733922648160 140152092464424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9355 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=209086
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=881865
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.94
CPU time (s): 1800.05
CPU user time (s): 1799.65
CPU system time (s): 0.4
CPU usage (%): 100.062
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.21
system time used= 0.881865
maximum resident set size= 259360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12506
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38285
involuntary context switches= 15087

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3394 second user time and 13.386 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-16 12:40:45
IDJOB=4090738
IDBENCH=79655
IDSOLVER=2551
FILE ID=node125/4090738-1466073645
RUNJOBID= node125-1466062124-6863
PBS_JOBID= 19904014
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-4_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090738-1466073645/watcher-4090738-1466073645 -o /tmp/evaluation-result-4090738-1466073645/solver-4090738-1466073645 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466062124-6863 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090738-1466073645.wbo

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

MD5SUM BENCH= 3fb8f81d652630b13b866ff5b3a4bf01
RANDOM SEED=1879382592

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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.683
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.54
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.683
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		: 2666.683
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.683
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.683
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:        28639312 kB
Buffers:           15912 kB
Cached:            80548 kB
SwapCached:         2668 kB
Active:          1791540 kB
Inactive:          42956 kB
Active(anon):    1738320 kB
Inactive(anon):     2116 kB
Active(file):      53220 kB
Inactive(file):    40840 kB
Unevictable:     1694988 kB
Mlocked:         1541688 kB
SwapTotal:      67108856 kB
SwapFree:       67096836 kB
Dirty:               908 kB
Writeback:             0 kB
AnonPages:       3435976 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             566668 kB
SReclaimable:       9640 kB
SUnreclaim:       557028 kB
KernelStack:        1696 kB
PageTables:        11064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3870688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1853440 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= 71744 MiB
End job on node125 at 2016-06-16 13:10:44