Trace number 4089810

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.49 1798.14

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v091-n1.opb
MD5SUM77541726351a65da00ecc6f55f14fcf0
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.47662
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints91
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4089810-1466033983.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.029s.
0.09/0.14	c declared #vars     273
0.09/0.14	c #constraints  182
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 182
0.09/0.14	c 182 constraints processed.
0.70/0.46	c cleaning 2497 clauses out of 5000 with flag 20031/5000
0.96/0.68	c cleaning 4245 clauses out of 8503 with flag 49996/11000
1.29/0.96	c cleaning 5628 clauses out of 11258 with flag 88040/18000
1.70/1.30	c cleaning 6812 clauses out of 13631 with flag 132146/26001
2.11/1.70	c cleaning 7905 clauses out of 15819 with flag 182234/35001
2.62/2.21	c cleaning 8951 clauses out of 17915 with flag 244587/45002
3.22/2.80	c cleaning 9977 clauses out of 19963 with flag 310766/56001
3.83/3.47	c cleaning 10982 clauses out of 21985 with flag 381798/68000
4.62/4.25	c cleaning 11998 clauses out of 24006 with flag 455068/81003
5.93/5.55	c cleaning 12992 clauses out of 26005 with flag 557049/95000
6.92/6.53	c cleaning 13999 clauses out of 28013 with flag 648197/110000
7.92/7.53	c cleaning 14999 clauses out of 30016 with flag 741234/126002
9.02/8.67	c cleaning 16001 clauses out of 32015 with flag 840685/143000
10.62/10.22	c cleaning 17003 clauses out of 34014 with flag 949609/161000
12.12/11.79	c cleaning 18002 clauses out of 36012 with flag 1070532/180001
13.73/13.37	c cleaning 18997 clauses out of 38010 with flag 1195217/200001
15.42/15.09	c cleaning 19994 clauses out of 40012 with flag 1316122/221000
17.22/16.82	c cleaning 20984 clauses out of 42018 with flag 1451438/243000
19.23/18.86	c cleaning 22006 clauses out of 44034 with flag 1605741/266000
21.62/21.21	c cleaning 23008 clauses out of 46030 with flag 1764739/290002
24.12/23.73	c cleaning 23999 clauses out of 48020 with flag 1936270/315000
26.72/26.36	c cleaning 24989 clauses out of 50021 with flag 2118973/341000
29.52/29.18	c cleaning 26011 clauses out of 52033 with flag 2300935/368001
32.43/32.09	c cleaning 26997 clauses out of 54022 with flag 2471891/396001
35.73/35.35	c cleaning 28003 clauses out of 56024 with flag 2649880/425000
39.42/39.00	c cleaning 29001 clauses out of 58021 with flag 2849089/455000
43.02/42.66	c cleaning 30001 clauses out of 60020 with flag 3056180/486000
46.72/46.33	c cleaning 30999 clauses out of 62020 with flag 3251384/518001
50.56/50.11	c cleaning 32005 clauses out of 64021 with flag 3448010/551001
54.56/54.16	c cleaning 32992 clauses out of 66015 with flag 3664593/585000
58.87/58.47	c cleaning 34000 clauses out of 68023 with flag 3892465/620000
65.37/64.93	c cleaning 34993 clauses out of 70023 with flag 4184011/656000
70.87/70.47	c cleaning 36003 clauses out of 72030 with flag 4450372/693000
75.96/75.52	c cleaning 37000 clauses out of 74027 with flag 4695832/731000
81.36/80.99	c cleaning 38000 clauses out of 76028 with flag 4945926/770001
88.96/88.59	c cleaning 39001 clauses out of 78029 with flag 5220029/810002
95.36/94.94	c cleaning 40003 clauses out of 80026 with flag 5492936/851000
101.16/100.72	c cleaning 41007 clauses out of 82023 with flag 5757852/893000
108.56/108.18	c cleaning 41998 clauses out of 84018 with flag 6094607/936002
114.97/114.52	c cleaning 43002 clauses out of 86019 with flag 6376320/980001
121.86/121.47	c cleaning 44001 clauses out of 88020 with flag 6689030/1025004
129.28/128.85	c cleaning 45001 clauses out of 90015 with flag 6980666/1071000
136.69/136.26	c cleaning 45998 clauses out of 92016 with flag 7291163/1118002
145.49/145.09	c cleaning 46994 clauses out of 94018 with flag 7633236/1166002
155.99/155.58	c cleaning 48004 clauses out of 96022 with flag 8012893/1215000
164.29/163.85	c cleaning 48994 clauses out of 98018 with flag 8329270/1265000
172.99/172.52	c cleaning 49999 clauses out of 100024 with flag 8660430/1316000
183.89/183.44	c cleaning 50995 clauses out of 102025 with flag 9018393/1368000
196.58/196.14	c cleaning 52002 clauses out of 104030 with flag 9436343/1421000
209.78/209.31	c cleaning 53002 clauses out of 106028 with flag 9822395/1475000
219.88/219.47	c cleaning 54008 clauses out of 108027 with flag 10174402/1530001
230.58/230.11	c cleaning 54997 clauses out of 110018 with flag 10538995/1586000
241.43/240.99	c cleaning 55998 clauses out of 112021 with flag 10910379/1643000
252.53/252.05	c cleaning 57007 clauses out of 114023 with flag 11289746/1701000
263.82/263.30	c cleaning 57990 clauses out of 116016 with flag 11676852/1760000
274.92/274.40	c cleaning 58999 clauses out of 118026 with flag 12051831/1820000
286.42/286.00	c cleaning 60003 clauses out of 120028 with flag 12452829/1881001
298.42/297.98	c cleaning 61003 clauses out of 122025 with flag 12856003/1943001
311.83/311.37	c cleaning 61998 clauses out of 124021 with flag 13265550/2006000
324.82/324.30	c cleaning 63004 clauses out of 126024 with flag 13686120/2070001
338.23/337.72	c cleaning 63986 clauses out of 128020 with flag 14106402/2135001
351.80/351.22	c cleaning 65007 clauses out of 130034 with flag 14552584/2201001
366.50/365.93	c cleaning 66001 clauses out of 132026 with flag 15013114/2268000
380.40/379.84	c cleaning 66991 clauses out of 134025 with flag 15456005/2336000
395.41/394.90	c cleaning 68000 clauses out of 136035 with flag 15902980/2405001
411.63/411.04	c cleaning 69006 clauses out of 138034 with flag 16386422/2475000
427.44/426.89	c cleaning 70006 clauses out of 140029 with flag 16896019/2546001
443.84/443.27	c cleaning 70988 clauses out of 142023 with flag 17381301/2618001
460.54/459.94	c cleaning 72000 clauses out of 144034 with flag 17876070/2691000
476.98/476.35	c cleaning 73009 clauses out of 146035 with flag 18389487/2765001
499.97/499.31	c cleaning 74002 clauses out of 148025 with flag 19030487/2840000
520.88/520.24	c cleaning 75004 clauses out of 150023 with flag 19609781/2916000
538.98/538.35	c cleaning 76005 clauses out of 152021 with flag 20131565/2993002
557.79/557.19	c cleaning 76996 clauses out of 154014 with flag 20703613/3071000
576.79/576.14	c cleaning 78001 clauses out of 156018 with flag 21273794/3150000
597.79/597.15	c cleaning 78991 clauses out of 158018 with flag 21886352/3230001
618.66/617.92	c cleaning 80002 clauses out of 160027 with flag 22475182/3311001
642.66/641.96	c cleaning 80999 clauses out of 162025 with flag 23111202/3393001
663.76/663.07	c cleaning 82007 clauses out of 164026 with flag 23694575/3476001
685.27/684.53	c cleaning 83004 clauses out of 166020 with flag 24288790/3560002
708.97/708.20	c cleaning 83999 clauses out of 168015 with flag 24902043/3645001
732.08/731.30	c cleaning 84999 clauses out of 170017 with flag 25517702/3731002
756.08/755.27	c cleaning 85979 clauses out of 172018 with flag 26184598/3818002
780.08/779.25	c cleaning 87005 clauses out of 174037 with flag 26792664/3906000
804.48/803.62	c cleaning 88010 clauses out of 176034 with flag 27442043/3995002
829.68/828.88	c cleaning 88999 clauses out of 178023 with flag 28107323/4085001
856.40/855.51	c cleaning 90006 clauses out of 180024 with flag 28745099/4176001
882.43/881.42	c cleaning 91003 clauses out of 182018 with flag 29374904/4268001
908.93/907.91	c cleaning 92002 clauses out of 184015 with flag 30044520/4361001
937.34/936.37	c cleaning 92996 clauses out of 186012 with flag 30704336/4455000
964.74/963.72	c cleaning 93985 clauses out of 188016 with flag 31346972/4550000
994.45/993.42	c cleaning 95000 clauses out of 190032 with flag 32041325/4646001
1025.44/1024.32	c cleaning 96004 clauses out of 192031 with flag 32760008/4743000
1063.76/1062.62	c cleaning 97009 clauses out of 194027 with flag 33537895/4841000
1096.56/1095.44	c cleaning 97995 clauses out of 196018 with flag 34292482/4940000
1128.87/1127.72	c cleaning 99004 clauses out of 198023 with flag 35031676/5040000
1163.87/1162.59	c cleaning 99995 clauses out of 200020 with flag 35780317/5141001
1196.37/1195.06	c cleaning 100999 clauses out of 202024 with flag 36525661/5243000
1232.39/1231.06	c cleaning 102006 clauses out of 204025 with flag 37269373/5346000
1266.79/1265.48	c cleaning 103001 clauses out of 206020 with flag 38017077/5450001
1300.82/1299.30	c cleaning 103997 clauses out of 208019 with flag 38772759/5555001
1337.53/1336.00	c cleaning 105002 clauses out of 210022 with flag 39555506/5661001
1376.84/1375.30	c cleaning 105999 clauses out of 212019 with flag 40317615/5768000
1413.83/1412.20	c cleaning 106991 clauses out of 214022 with flag 41079431/5876002
1453.14/1451.58	c cleaning 108011 clauses out of 216031 with flag 41906700/5985002
1491.95/1490.32	c cleaning 109000 clauses out of 218019 with flag 42723906/6095001
1534.94/1533.24	c cleaning 110001 clauses out of 220018 with flag 43579849/6206000
1576.44/1574.78	c cleaning 111000 clauses out of 222017 with flag 44363886/6318000
1620.45/1618.72	c cleaning 111991 clauses out of 224017 with flag 45239560/6431000
1684.27/1682.42	c cleaning 113007 clauses out of 226027 with flag 46299760/6545001
1728.47/1726.68	c cleaning 113996 clauses out of 228019 with flag 47158788/6660000
1774.78/1772.97	c cleaning 115001 clauses out of 230024 with flag 48004905/6776001
1800.08/1798.10	c starts		: 12816
1800.08/1798.10	c conflicts		: 6854391
1800.08/1798.10	c decisions		: 9696363
1800.08/1798.10	c propagations		: 148635942
1800.08/1798.10	c inspects		: 46023017353
1800.08/1798.10	c timeout
1800.08/1798.10	c shortcuts		: 0
1800.08/1798.10	c learnt literals	: 0
1800.08/1798.10	c learnt binary clauses	: 0
1800.08/1798.10	c learnt ternary clauses	: 0
1800.08/1798.10	c learnt constraints	: 6854391
1800.08/1798.10	c ignored constraints	: 0
1800.08/1798.10	c root simplifications	: 0
1800.08/1798.10	c removed literals (reason simplification)	: 0
1800.08/1798.10	c reason swapping (by a shorter reason)	: 0
1800.08/1798.10	c Calls to reduceDB	: 112
1800.08/1798.10	c Number of update (reduction) of LBD	: 2096262
1800.08/1798.10	c Imported unit clauses	: 0
1800.08/1798.10	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.10	c number of learned constraints concerned by reduction	: 0
1800.08/1798.10	c number of learning phase by resolution	: 0
1800.08/1798.10	c number of learning phase by cutting planes	: 0
1800.08/1798.10	c speed (assignments/second)	: 82669.35304904399
1800.08/1798.10	c non guided choices	20763
1800.08/1798.13	c learnt constraints type 
1800.08/1798.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 193413
1800.08/1798.13	s UNKNOWN
1800.08/1798.13	c Total wall clock time (in seconds): 1798.016

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4089810-1466033983/watcher-4089810-1466033983 -o /tmp/evaluation-result-4089810-1466033983/solver-4089810-1466033983 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6168 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089810-1466033983.opb 

pid=9085
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.06 2.07 2.08 3/194 9088
/proc/meminfo: memFree=31337448/32872528 swapFree=532444/565148
[pid=9088] ppid=9085 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/9088/stat : 9088 (java) R 9085 9088 6151 0 -1 4202496 377 0 0 0 0 0 0 0 20 0 1 0 5443946 3653632 49 33554432000 1073741824 1073778376 140735228969104 140735228966232 206619897127 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9088/statm: 1408 55 43 9 0 30 0

[startup+0.100114 s]
/proc/loadavg: 2.06 2.07 2.08 3/194 9088
/proc/meminfo: memFree=31337448/32872528 swapFree=532444/565148
[pid=9088] ppid=9085 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9088/stat : 9088 (java) S 9085 9088 6151 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 5443946 9787879424 6019 33554432000 1073741824 1073778376 140735228969104 140735228960240 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9088/statm: 2389619 6019 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200243 s]
/proc/loadavg: 2.06 2.07 2.08 3/194 9088
/proc/meminfo: memFree=31337448/32872528 swapFree=532444/565148
[pid=9088] ppid=9085 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/9088/stat : 9088 (java) S 9085 9088 6151 0 -1 4202496 6226 0 1 0 26 2 0 0 20 0 19 0 5443946 9856040960 7057 33554432000 1073741824 1073778376 140735228969104 140735228960240 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9088/statm: 2406260 7057 2230 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300245 s]
/proc/loadavg: 2.06 2.07 2.08 3/194 9088
/proc/meminfo: memFree=31337448/32872528 swapFree=532444/565148
[pid=9088] ppid=9085 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/9088/stat : 9088 (java) S 9085 9088 6151 0 -1 4202496 8731 0 1 0 52 2 0 0 20 0 19 0 5443946 9856040960 8640 33554432000 1073741824 1073778376 140735228969104 140735228960240 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9088/statm: 2406260 8640 2239 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700184 s]
/proc/loadavg: 2.06 2.07 2.08 3/194 9088
/proc/meminfo: memFree=31337448/32872528 swapFree=532444/565148
[pid=9088] ppid=9085 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/9088/stat : 9088 (java) S 9085 9088 6151 0 -1 4202496 9667 0 1 0 107 2 0 0 20 0 19 0 5443946 9856040960 9434 33554432000 1073741824 1073778376 140735228969104 140735228960240 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9088/statm: 2406260 9434 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.06 2.07 2.08 4/213 9107
/proc/meminfo: memFree=31306576/32872528 swapFree=532444/565148
[pid=9088] ppid=9085 vsize=9625040 CPUtime=1.91 cores=1,3,5,7
/proc/9088/stat : 9088 (java) S 9085 9088 6151 0 -1 4202496 9674 0 1 0 189 2 0 0 20 0 19 0 5443946 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140735228960240 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9088/statm: 2406260 10462 2256 9 0 2396937 0
[pid=9088/tid=9090] ppid=9085 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/9088/task/9090/stat : 9090 (java) R 9085 9088 6151 0 -1 4202560 2409 0 1 0 145 1 0 0 20 0 19 0 5443947 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518663352704 140518529347777 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9088/tid=9091] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9091/stat : 9091 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518652415016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9092] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9092/stat : 9092 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518651362216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9093] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9093/stat : 9093 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518650309416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9094] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9094/stat : 9094 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518649256616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9088/tid=9095] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9095/stat : 9095 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518648203816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9096] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9096/stat : 9096 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518501333416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9088/tid=9097] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9097/stat : 9097 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518500280616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9098] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9098/stat : 9098 (java) S 9085 9088 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518499227816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9099] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9099/stat : 9099 (java) S 9085 9088 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5443949 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518487030760 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9100] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9100/stat : 9100 (java) S 9085 9088 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5443950 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518485976824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9101] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9101/stat : 9101 (java) S 9085 9088 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5443950 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518484923912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9102] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9102/stat : 9102 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443952 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518483872400 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9103] ppid=9085 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9088/task/9103/stat : 9103 (java) S 9085 9088 6151 0 -1 4202560 3611 0 0 0 24 0 0 0 20 0 19 0 5443952 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518482819512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9104] ppid=9085 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9088/task/9104/stat : 9104 (java) S 9085 9088 6151 0 -1 4202560 2384 0 0 0 17 0 0 0 20 0 19 0 5443952 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518481766712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9105] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9105/stat : 9105 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443952 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518480714104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9106] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9106/stat : 9106 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443952 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518479661512 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9107] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9107/stat : 9107 (java) S 9085 9088 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5443961 9856040960 10462 33554432000 1073741824 1073778376 140735228969104 140518478608040 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.05 2.07 2.08 3/213 9107
/proc/meminfo: memFree=31300060/32872528 swapFree=532444/565148
[pid=9088] ppid=9085 vsize=9625040 CPUtime=3.52 cores=1,3,5,7
/proc/9088/stat : 9088 (java) S 9085 9088 6151 0 -1 4202496 9678 0 1 0 349 3 0 0 20 0 19 0 5443946 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140735228960240 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9088/statm: 2406260 12510 2256 9 0 2396937 0
[pid=9088/tid=9090] ppid=9085 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/9088/task/9090/stat : 9090 (java) R 9085 9088 6151 0 -1 4202560 2413 0 1 0 305 1 0 0 20 0 19 0 5443947 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518663343824 140518529467659 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9088/tid=9091] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9091/stat : 9091 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518652415016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9092] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9092/stat : 9092 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518651362216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9093] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9093/stat : 9093 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518650309416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9094] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9094/stat : 9094 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518649256616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9088/tid=9095] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9095/stat : 9095 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518648203816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9096] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9096/stat : 9096 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518501333416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9088/tid=9097] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9097/stat : 9097 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518500280616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9098] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9098/stat : 9098 (java) S 9085 9088 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518499227816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9099] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9099/stat : 9099 (java) S 9085 9088 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5443949 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518487030760 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9100] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9100/stat : 9100 (java) S 9085 9088 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5443950 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518485976824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9101] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9101/stat : 9101 (java) S 9085 9088 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5443950 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518484923912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9102] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9102/stat : 9102 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443952 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518483872400 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9103] ppid=9085 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9088/task/9103/stat : 9103 (java) S 9085 9088 6151 0 -1 4202560 3611 0 0 0 24 0 0 0 20 0 19 0 5443952 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518482819512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9104] ppid=9085 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9088/task/9104/stat : 9104 (java) S 9085 9088 6151 0 -1 4202560 2384 0 0 0 17 0 0 0 20 0 19 0 5443952 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518481766712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9105] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9105/stat : 9105 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443952 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518480714104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9106] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9106/stat : 9106 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443952 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518479661512 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9107] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9107/stat : 9107 (java) S 9085 9088 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5443961 9856040960 12510 33554432000 1073741824 1073778376 140735228969104 140518478608040 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.05 2.07 2.08 3/213 9107
/proc/meminfo: memFree=31287652/32872528 swapFree=532444/565148
[pid=9088] ppid=9085 vsize=9625040 CPUtime=6.72 cores=1,3,5,7
/proc/9088/stat : 9088 (java) S 9085 9088 6151 0 -1 4202496 9685 0 1 0 669 3 0 0 20 0 19 0 5443946 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140735228960240 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9088/statm: 2406260 15047 2257 9 0 2396937 0
[pid=9088/tid=9090] ppid=9085 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/9088/task/9090/stat : 9090 (java) R 9085 9088 6151 0 -1 4202560 2419 0 1 0 625 2 0 0 20 0 19 0 5443947 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518663343824 140518529369923 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9088/tid=9091] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9091/stat : 9091 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518652415016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9092] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9092/stat : 9092 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518651362216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9093] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9093/stat : 9093 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518650309416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9094] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9094/stat : 9094 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518649256616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9088/tid=9095] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9095/stat : 9095 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518648203816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9096] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9096/stat : 9096 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518501333416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9088/tid=9097] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9097/stat : 9097 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518500280616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9098] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9098/stat : 9098 (java) S 9085 9088 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5443948 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518499227816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9099] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9099/stat : 9099 (java) S 9085 9088 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5443949 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518487030760 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9100] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9100/stat : 9100 (java) S 9085 9088 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5443950 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518485976824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9101] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9101/stat : 9101 (java) S 9085 9088 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5443950 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518484923912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9102] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9102/stat : 9102 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443952 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518483872400 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9103] ppid=9085 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9088/task/9103/stat : 9103 (java) S 9085 9088 6151 0 -1 4202560 3611 0 0 0 24 0 0 0 20 0 19 0 5443952 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518482819512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9104] ppid=9085 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9088/task/9104/stat : 9104 (java) S 9085 9088 6151 0 -1 4202560 2384 0 0 0 17 0 0 0 20 0 19 0 5443952 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518481766712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9105] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9105/stat : 9105 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443952 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518480714104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9106] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9106/stat : 9106 (java) S 9085 9088 6151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5443952 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518479661512 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9107] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9107/stat : 9107 (java) S 9085 9088 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5443961 9856040960 15047 33554432000 1073741824 1073778376 140735228969104 140518478608040 206632433577 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=9088/tid=9100] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9100/stat : 9100 (java) S 9085 9088 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5443950 9856040960 93472 33554432000 1073741824 1073778376 140735228969104 140518485976824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9101] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9101/stat : 9101 (java) S 9085 9088 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5443950 9856040960 93472 33554432000 1073741824 1073778376 140735228969104 140518484923912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9102] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9102/stat : 9102 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443952 9856040960 93472 33554432000 1073741824 1073778376 140735228969104 140518483872400 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9103] ppid=9085 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9088/task/9103/stat : 9103 (java) S 9085 9088 6151 0 -1 4202560 3666 0 0 0 27 0 0 0 20 0 19 0 5443952 9856040960 93472 33554432000 1073741824 1073778376 140735228969104 140518482819512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9104] ppid=9085 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9088/task/9104/stat : 9104 (java) S 9085 9088 6151 0 -1 4202560 2384 0 0 0 17 0 0 0 20 0 19 0 5443952 9856040960 93472 33554432000 1073741824 1073778376 140735228969104 140518481766712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9105] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9105/stat : 9105 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443952 9856040960 93472 33554432000 1073741824 1073778376 140735228969104 140518480714104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9106] ppid=9085 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/9088/task/9106/stat : 9106 (java) S 9085 9088 6151 0 -1 4202560 100 0 0 0 25 30 0 0 20 0 19 0 5443952 9856040960 93472 33554432000 1073741824 1073778376 140735228969104 140518479661512 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9107] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9107/stat : 9107 (java) S 9085 9088 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5443961 9856040960 93472 33554432000 1073741824 1073778376 140735228969104 140518478608040 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.17
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/213 9239
/proc/meminfo: memFree=30879956/32872528 swapFree=532444/565148
[pid=9088] ppid=9085 vsize=9625040 CPUtime=1784.27 cores=1,3,5,7
/proc/9088/stat : 9088 (java) S 9085 9088 6151 0 -1 4202496 11867 0 1 0 178367 60 0 0 20 0 19 0 5443946 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140735228960240 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9088/statm: 2406260 95421 2271 9 0 2396937 0
[pid=9088/tid=9090] ppid=9085 vsize=9625040 CPUtime=1781.77 cores=1,3,5,7
/proc/9088/task/9090/stat : 9090 (java) R 9085 9088 6151 0 -1 4202560 2487 0 1 0 178146 31 0 0 20 0 19 0 5443947 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518663351536 140518529467659 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9088/tid=9091] ppid=9085 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/9088/task/9091/stat : 9091 (java) S 9085 9088 6151 0 -1 4202560 154 0 0 0 17 2 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518652415016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9092] ppid=9085 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/9088/task/9092/stat : 9092 (java) S 9085 9088 6151 0 -1 4202560 273 0 0 0 16 3 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518651362216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9093] ppid=9085 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9088/task/9093/stat : 9093 (java) S 9085 9088 6151 0 -1 4202560 237 0 0 0 14 3 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518650309416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9094] ppid=9085 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9088/task/9094/stat : 9094 (java) S 9085 9088 6151 0 -1 4202560 285 0 0 0 21 4 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518649256616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9095] ppid=9085 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/9088/task/9095/stat : 9095 (java) S 9085 9088 6151 0 -1 4202560 61 0 0 0 13 3 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518648203816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9096] ppid=9085 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9088/task/9096/stat : 9096 (java) S 9085 9088 6151 0 -1 4202560 330 0 0 0 18 4 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518501333416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9097] ppid=9085 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9088/task/9097/stat : 9097 (java) S 9085 9088 6151 0 -1 4202560 282 0 0 0 16 4 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518500280616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9088/tid=9098] ppid=9085 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9088/task/9098/stat : 9098 (java) S 9085 9088 6151 0 -1 4202560 269 0 0 0 15 3 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518499227816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9099] ppid=9085 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9088/task/9099/stat : 9099 (java) S 9085 9088 6151 0 -1 4202560 79 0 0 0 0 1 0 0 20 0 19 0 5443949 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518487030760 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9100] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9100/stat : 9100 (java) S 9085 9088 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5443950 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518485976824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9101] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9101/stat : 9101 (java) S 9085 9088 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5443950 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518484923912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9102] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9102/stat : 9102 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443952 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518483872400 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9103] ppid=9085 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9088/task/9103/stat : 9103 (java) S 9085 9088 6151 0 -1 4202560 3666 0 0 0 27 0 0 0 20 0 19 0 5443952 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518482819512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9104] ppid=9085 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9088/task/9104/stat : 9104 (java) S 9085 9088 6151 0 -1 4202560 2384 0 0 0 17 0 0 0 20 0 19 0 5443952 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518481766712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9105] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9105/stat : 9105 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443952 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518480714104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9106] ppid=9085 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/9088/task/9106/stat : 9106 (java) S 9085 9088 6151 0 -1 4202560 104 0 0 0 27 31 0 0 20 0 19 0 5443952 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518479661512 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9107] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9107/stat : 9107 (java) S 9085 9088 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5443961 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518478608040 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.27
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 9240
/proc/meminfo: memFree=30821868/32872528 swapFree=532444/565148
[pid=9088] ppid=9085 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/9088/stat : 9088 (java) S 9085 9088 6151 0 -1 4202496 11867 0 1 0 179947 61 0 0 20 0 19 0 5443946 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140735228960240 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9088/statm: 2406260 95421 2271 9 0 2396937 0
[pid=9088/tid=9090] ppid=9085 vsize=9625040 CPUtime=1797.57 cores=1,3,5,7
/proc/9088/task/9090/stat : 9090 (java) R 9085 9088 6151 0 -1 4202560 2487 0 1 0 179726 31 0 0 20 0 19 0 5443947 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518663351536 140518529467492 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9088/tid=9091] ppid=9085 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/9088/task/9091/stat : 9091 (java) S 9085 9088 6151 0 -1 4202560 154 0 0 0 17 2 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518652415016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9092] ppid=9085 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/9088/task/9092/stat : 9092 (java) S 9085 9088 6151 0 -1 4202560 273 0 0 0 16 3 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518651362216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9093] ppid=9085 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9088/task/9093/stat : 9093 (java) S 9085 9088 6151 0 -1 4202560 237 0 0 0 14 3 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518650309416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9094] ppid=9085 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9088/task/9094/stat : 9094 (java) S 9085 9088 6151 0 -1 4202560 285 0 0 0 21 4 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518649256616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9095] ppid=9085 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/9088/task/9095/stat : 9095 (java) S 9085 9088 6151 0 -1 4202560 61 0 0 0 13 3 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518648203816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9096] ppid=9085 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9088/task/9096/stat : 9096 (java) S 9085 9088 6151 0 -1 4202560 330 0 0 0 18 4 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518501333416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9097] ppid=9085 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9088/task/9097/stat : 9097 (java) S 9085 9088 6151 0 -1 4202560 282 0 0 0 16 4 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518500280616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9088/tid=9098] ppid=9085 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9088/task/9098/stat : 9098 (java) S 9085 9088 6151 0 -1 4202560 269 0 0 0 15 3 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518499227816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9099] ppid=9085 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9088/task/9099/stat : 9099 (java) S 9085 9088 6151 0 -1 4202560 79 0 0 0 0 1 0 0 20 0 19 0 5443949 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518487030760 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9100] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9100/stat : 9100 (java) S 9085 9088 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5443950 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518485976824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9101] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9101/stat : 9101 (java) S 9085 9088 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5443950 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518484923912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9102] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9102/stat : 9102 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443952 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518483872400 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9103] ppid=9085 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9088/task/9103/stat : 9103 (java) S 9085 9088 6151 0 -1 4202560 3666 0 0 0 27 0 0 0 20 0 19 0 5443952 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518482819512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9104] ppid=9085 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9088/task/9104/stat : 9104 (java) S 9085 9088 6151 0 -1 4202560 2384 0 0 0 17 0 0 0 20 0 19 0 5443952 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518481766712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9105] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9105/stat : 9105 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443952 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518480714104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9106] ppid=9085 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/9088/task/9106/stat : 9106 (java) S 9085 9088 6151 0 -1 4202560 104 0 0 0 27 31 0 0 20 0 19 0 5443952 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518479661512 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9107] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9107/stat : 9107 (java) S 9085 9088 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5443961 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518478608040 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1798.1 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 9240
/proc/meminfo: memFree=30821868/32872528 swapFree=532444/565148
[pid=9088] ppid=9085 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/9088/stat : 9088 (java) S 9085 9088 6151 0 -1 4202496 11867 0 1 0 179947 61 0 0 20 0 19 0 5443946 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140735228960240 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9088/statm: 2406260 95421 2271 9 0 2396937 0
[pid=9088/tid=9090] ppid=9085 vsize=9625040 CPUtime=1797.57 cores=1,3,5,7
/proc/9088/task/9090/stat : 9090 (java) R 9085 9088 6151 0 -1 4202560 2487 0 1 0 179726 31 0 0 20 0 19 0 5443947 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518663351536 140518529467492 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9088/tid=9091] ppid=9085 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/9088/task/9091/stat : 9091 (java) S 9085 9088 6151 0 -1 4202560 154 0 0 0 17 2 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518652415016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9092] ppid=9085 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/9088/task/9092/stat : 9092 (java) S 9085 9088 6151 0 -1 4202560 273 0 0 0 16 3 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518651362216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9093] ppid=9085 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9088/task/9093/stat : 9093 (java) S 9085 9088 6151 0 -1 4202560 237 0 0 0 14 3 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518650309416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9094] ppid=9085 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9088/task/9094/stat : 9094 (java) S 9085 9088 6151 0 -1 4202560 285 0 0 0 21 4 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518649256616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9095] ppid=9085 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/9088/task/9095/stat : 9095 (java) S 9085 9088 6151 0 -1 4202560 61 0 0 0 13 3 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518648203816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9096] ppid=9085 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9088/task/9096/stat : 9096 (java) S 9085 9088 6151 0 -1 4202560 330 0 0 0 18 4 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518501333416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9097] ppid=9085 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9088/task/9097/stat : 9097 (java) S 9085 9088 6151 0 -1 4202560 282 0 0 0 16 4 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518500280616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9088/tid=9098] ppid=9085 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9088/task/9098/stat : 9098 (java) S 9085 9088 6151 0 -1 4202560 269 0 0 0 15 3 0 0 20 0 19 0 5443948 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518499227816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9099] ppid=9085 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9088/task/9099/stat : 9099 (java) S 9085 9088 6151 0 -1 4202560 79 0 0 0 0 1 0 0 20 0 19 0 5443949 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518487030760 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9100] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9100/stat : 9100 (java) S 9085 9088 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5443950 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518485976824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9101] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9101/stat : 9101 (java) S 9085 9088 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5443950 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518484923912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9102] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9102/stat : 9102 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443952 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518483872400 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9103] ppid=9085 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9088/task/9103/stat : 9103 (java) S 9085 9088 6151 0 -1 4202560 3666 0 0 0 27 0 0 0 20 0 19 0 5443952 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518482819512 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9088/tid=9104] ppid=9085 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9088/task/9104/stat : 9104 (java) S 9085 9088 6151 0 -1 4202560 2384 0 0 0 17 0 0 0 20 0 19 0 5443952 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518481766712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9105] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9105/stat : 9105 (java) S 9085 9088 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5443952 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518480714104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9088/tid=9106] ppid=9085 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/9088/task/9106/stat : 9106 (java) S 9085 9088 6151 0 -1 4202560 104 0 0 0 27 31 0 0 20 0 19 0 5443952 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518479661512 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9088/tid=9107] ppid=9085 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9088/task/9107/stat : 9107 (java) S 9085 9088 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5443961 9856040960 95421 33554432000 1073741824 1073778376 140735228969104 140518478608040 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.14
CPU time (s): 1800.49
CPU user time (s): 1799.45
CPU system time (s): 1.04484
CPU usage (%): 100.131
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 1.04484
maximum resident set size= 388224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11913
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38447
involuntary context switches= 4930

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7004 second user time and 13.5239 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-16 01:39:43
IDJOB=4089810
IDBENCH=107459
IDSOLVER=2546
FILE ID=node138/4089810-1466033983
RUNJOBID= node138-1466015679-6168
PBS_JOBID= 19902817
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 77541726351a65da00ecc6f55f14fcf0
RANDOM SEED=112802433

node138.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.395
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	: 5332.79
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.395
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.395
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.395
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.395
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.395
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.395
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.54
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.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31338472 kB
Buffers:           23160 kB
Cached:            42172 kB
SwapCached:         1268 kB
Active:           228248 kB
Inactive:          41928 kB
Active(anon):     205364 kB
Inactive(anon):     1708 kB
Active(file):      22884 kB
Inactive(file):    40220 kB
Unevictable:      565148 kB
Mlocked:          532444 kB
SwapTotal:      67108856 kB
SwapFree:       67099932 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:        789312 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             565652 kB
SReclaimable:       9464 kB
SUnreclaim:       556188 kB
KernelStack:        1760 kB
PageTables:         6272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1261424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node138 at 2016-06-16 02:09:41