Trace number 4090027

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.87 1798.17

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v101-n3.opb
MD5SUM5ed10da8e9db7f782543c1c2112422b6
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 benchmark0.429934
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables303
Total number of constraints101
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)101
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
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

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-4090027-1466036739.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.032s.
0.09/0.14	c declared #vars     303
0.09/0.14	c #constraints  202
0.09/0.14	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 101
0.09/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 101
0.09/0.15	c 202 constraints processed.
0.79/0.51	c cleaning 2494 clauses out of 5004 with flag 35969/5004
1.25/0.92	c cleaning 4250 clauses out of 8508 with flag 88120/11002
1.85/1.51	c cleaning 5622 clauses out of 11257 with flag 156925/18001
2.46/2.13	c cleaning 6812 clauses out of 13638 with flag 225865/26004
3.27/2.91	c cleaning 7902 clauses out of 15822 with flag 311656/35000
4.17/3.86	c cleaning 8953 clauses out of 17920 with flag 396138/45000
5.47/5.19	c cleaning 9975 clauses out of 19968 with flag 495964/56001
7.08/6.76	c cleaning 10984 clauses out of 21992 with flag 608864/68000
8.47/8.17	c cleaning 12000 clauses out of 24009 with flag 728371/81001
10.07/9.77	c cleaning 13000 clauses out of 26011 with flag 847557/95003
11.77/11.47	c cleaning 13999 clauses out of 28008 with flag 977886/110000
13.68/13.32	c cleaning 15001 clauses out of 30010 with flag 1129331/126001
15.67/15.33	c cleaning 15999 clauses out of 32008 with flag 1288379/143000
17.99/17.61	c cleaning 16998 clauses out of 34009 with flag 1451169/161000
20.38/20.04	c cleaning 18002 clauses out of 36012 with flag 1640454/180001
23.08/22.71	c cleaning 19000 clauses out of 38009 with flag 1839434/200000
26.47/26.17	c cleaning 19988 clauses out of 40010 with flag 2074212/221001
30.27/29.95	c cleaning 21002 clauses out of 42022 with flag 2295246/243001
33.87/33.51	c cleaning 22007 clauses out of 44022 with flag 2525165/266003
38.67/38.31	c cleaning 23000 clauses out of 46013 with flag 2787708/290001
44.70/44.31	c cleaning 24002 clauses out of 48012 with flag 3088338/315000
50.10/49.77	c cleaning 25001 clauses out of 50010 with flag 3389870/341000
54.30/53.95	c cleaning 25998 clauses out of 52010 with flag 3648894/368001
60.70/60.34	c cleaning 27001 clauses out of 54013 with flag 3920793/396002
68.29/67.92	c cleaning 27996 clauses out of 56013 with flag 4218756/425003
75.89/75.59	c cleaning 29003 clauses out of 58015 with flag 4527092/455001
81.90/81.58	c cleaning 30005 clauses out of 60014 with flag 4842626/486003
88.50/88.18	c cleaning 30997 clauses out of 62008 with flag 5182738/518002
94.59/94.27	c cleaning 31998 clauses out of 64009 with flag 5517290/551000
101.60/101.29	c cleaning 32994 clauses out of 66011 with flag 5887489/585000
108.80/108.46	c cleaning 34004 clauses out of 68017 with flag 6264943/620000
116.88/116.46	c cleaning 35002 clauses out of 70013 with flag 6654658/656000
124.08/123.65	c cleaning 36002 clauses out of 72011 with flag 7035000/693000
131.78/131.30	c cleaning 37004 clauses out of 74011 with flag 7438538/731002
140.09/139.70	c cleaning 37995 clauses out of 76005 with flag 7879053/770000
151.19/150.72	c cleaning 38996 clauses out of 78011 with flag 8337707/810001
163.49/163.01	c cleaning 40001 clauses out of 80014 with flag 8833048/851000
172.39/171.96	c cleaning 41005 clauses out of 82015 with flag 9291548/893002
182.00/181.59	c cleaning 41999 clauses out of 84009 with flag 9754942/936001
192.49/192.06	c cleaning 42979 clauses out of 86009 with flag 10235405/980000
203.02/202.55	c cleaning 44009 clauses out of 88031 with flag 10751165/1025001
213.81/213.36	c cleaning 45007 clauses out of 90021 with flag 11284081/1071000
225.11/224.60	c cleaning 46001 clauses out of 92015 with flag 11833707/1118001
236.71/236.30	c cleaning 47005 clauses out of 94016 with flag 12387882/1166003
249.02/248.58	c cleaning 47997 clauses out of 96008 with flag 12948320/1215000
262.12/261.60	c cleaning 48999 clauses out of 98011 with flag 13530216/1265000
275.91/275.43	c cleaning 50001 clauses out of 100015 with flag 14097890/1316003
289.63/289.17	c cleaning 50995 clauses out of 102011 with flag 14720743/1368000
304.83/304.33	c cleaning 51997 clauses out of 104016 with flag 15338921/1421000
319.53/319.03	c cleaning 53002 clauses out of 106019 with flag 15996005/1475000
335.22/334.75	c cleaning 54003 clauses out of 108017 with flag 16650528/1530000
350.82/350.32	c cleaning 54994 clauses out of 110014 with flag 17330671/1586000
366.93/366.45	c cleaning 56004 clauses out of 112021 with flag 17999213/1643001
384.46/383.91	c cleaning 57002 clauses out of 114016 with flag 18680171/1701000
405.36/404.86	c cleaning 57995 clauses out of 116015 with flag 19392842/1760001
422.45/421.96	c cleaning 59001 clauses out of 118020 with flag 20100062/1820001
443.36/442.85	c cleaning 60001 clauses out of 120018 with flag 20800051/1881000
462.76/462.29	c cleaning 61003 clauses out of 122018 with flag 21520057/1943001
483.53/482.95	c cleaning 61999 clauses out of 124014 with flag 22249770/2006000
507.93/507.32	c cleaning 62996 clauses out of 126015 with flag 23043697/2070000
530.23/529.66	c cleaning 64005 clauses out of 128020 with flag 23837840/2135001
554.52/553.94	c cleaning 65003 clauses out of 130014 with flag 24660830/2201000
577.62/577.04	c cleaning 65999 clauses out of 132012 with flag 25461739/2268001
601.22/600.59	c cleaning 66999 clauses out of 134013 with flag 26278094/2336001
625.62/624.92	c cleaning 68000 clauses out of 136013 with flag 27109212/2405000
651.11/650.43	c cleaning 69002 clauses out of 138014 with flag 27929732/2475001
675.91/675.30	c cleaning 70003 clauses out of 140011 with flag 28777374/2546000
702.81/702.08	c cleaning 71001 clauses out of 142009 with flag 29659352/2618001
730.23/729.40	c cleaning 72005 clauses out of 144010 with flag 30566676/2691003
759.42/758.69	c cleaning 72997 clauses out of 146002 with flag 31463984/2765000
789.32/788.51	c cleaning 73999 clauses out of 148005 with flag 32329161/2840000
817.52/816.69	c cleaning 74995 clauses out of 150007 with flag 33240339/2916001
848.63/847.75	c cleaning 76000 clauses out of 152011 with flag 34220581/2993000
880.73/879.87	c cleaning 77001 clauses out of 154016 with flag 35200949/3071005
912.09/911.04	c cleaning 77997 clauses out of 156010 with flag 36157614/3150000
945.79/944.79	c cleaning 78997 clauses out of 158015 with flag 37152452/3230002
1001.70/1000.65	c cleaning 79997 clauses out of 160016 with flag 38255612/3311000
1037.54/1036.32	c cleaning 81005 clauses out of 162019 with flag 39261987/3393000
1072.63/1071.50	c cleaning 81998 clauses out of 164014 with flag 40288355/3476000
1109.53/1108.40	c cleaning 83003 clauses out of 166018 with flag 41303660/3560002
1147.95/1146.63	c cleaning 84001 clauses out of 168013 with flag 42364144/3645000
1186.95/1185.68	c cleaning 85001 clauses out of 170013 with flag 43399203/3731001
1229.95/1228.64	c cleaning 86001 clauses out of 172011 with flag 44554970/3818000
1269.86/1268.47	c cleaning 86998 clauses out of 174012 with flag 45643660/3906002
1312.16/1310.72	c cleaning 88000 clauses out of 176012 with flag 46791215/3995000
1357.30/1355.71	c cleaning 88997 clauses out of 178012 with flag 47909691/4085000
1400.51/1398.95	c cleaning 90000 clauses out of 180015 with flag 49041805/4176000
1455.31/1453.72	c cleaning 91003 clauses out of 182015 with flag 50139368/4268000
1502.61/1500.95	c cleaning 91985 clauses out of 184014 with flag 51308180/4361002
1553.01/1551.33	c cleaning 93008 clauses out of 186027 with flag 52533837/4455000
1602.45/1600.63	c cleaning 94007 clauses out of 188021 with flag 53708820/4550002
1653.44/1651.63	c cleaning 94986 clauses out of 190012 with flag 54955746/4646000
1709.54/1707.64	c cleaning 96010 clauses out of 192028 with flag 56184453/4743002
1763.24/1761.39	c cleaning 97000 clauses out of 194016 with flag 57404347/4841000
1800.04/1798.13	c starts		: 8499
1800.04/1798.13	c conflicts		: 4917163
1800.04/1798.13	c decisions		: 6685237
1800.04/1798.13	c propagations		: 111673583
1800.04/1798.13	c inspects		: 39648773287
1800.04/1798.13	c shortcuts		: 0
1800.04/1798.13	c learnt literals	: 0
1800.04/1798.13	c learnt binary clauses	: 0
1800.04/1798.13	c learnt ternary clauses	: 0
1800.04/1798.13	c learnt constraints	: 4917163
1800.04/1798.13	c ignored constraints	: 0
1800.04/1798.13	c root simplifications	: 0
1800.04/1798.13	c removed literals (reason simplification)	: 0
1800.04/1798.13	c reason swapping (by a shorter reason)	: 0
1800.04/1798.13	c Calls to reduceDB	: 94
1800.04/1798.13	c Number of update (reduction) of LBD	: 1405720
1800.04/1798.13	c Imported unit clauses	: 0
1800.04/1798.13	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.13	c number of learned constraints concerned by reduction	: 0
1800.04/1798.13	c number of learning phase by resolution	: 0
1800.04/1798.13	c number of learning phase by cutting planes	: 0
1800.04/1798.13	c speed (assignments/second)	: 62110.34284452557
1800.04/1798.13	c non guided choices	179
1800.04/1798.13	c timeout
1800.04/1798.16	c learnt constraints type 
1800.04/1798.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 173180
1800.04/1798.16	s UNKNOWN
1800.04/1798.16	c Total wall clock time (in seconds): 1798.05

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-4090027-1466036739/watcher-4090027-1466036739 -o /tmp/evaluation-result-4090027-1466036739/solver-4090027-1466036739 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4983 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090027-1466036739.opb 

pid=10146
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.09 2.02 2.00 3/194 10149
/proc/meminfo: memFree=31123648/32872528 swapFree=162364/176672
[pid=10149] ppid=10146 vsize=9324 CPUtime=0 cores=1,3,5,7
/proc/10149/stat : 10149 (java) R 10146 10149 4966 0 -1 4202496 531 0 0 0 0 0 0 0 20 0 1 0 5723786 9547776 184 33554432000 1073741824 1073778376 140734596756576 140734596739304 224922844240 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10149/statm: 2323 184 141 9 0 71 0

[startup+0.100157 s]
/proc/loadavg: 2.09 2.02 2.00 3/194 10149
/proc/meminfo: memFree=31123648/32872528 swapFree=162364/176672
[pid=10149] ppid=10146 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10149/stat : 10149 (java) S 10146 10149 4966 0 -1 4202496 4467 0 1 0 8 1 0 0 20 0 18 0 5723786 9787879424 5588 33554432000 1073741824 1073778376 140734596756576 140734596747712 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10149/statm: 2389619 5588 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200337 s]
/proc/loadavg: 2.09 2.02 2.00 3/194 10149
/proc/meminfo: memFree=31123648/32872528 swapFree=162364/176672
[pid=10149] ppid=10146 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10149/stat : 10149 (java) S 10146 10149 4966 0 -1 4202496 6750 0 1 0 25 2 0 0 20 0 19 0 5723786 9856040960 7162 33554432000 1073741824 1073778376 140734596756576 140734596747712 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10149/statm: 2406260 7162 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300343 s]
/proc/loadavg: 2.09 2.02 2.00 3/194 10149
/proc/meminfo: memFree=31123648/32872528 swapFree=162364/176672
[pid=10149] ppid=10146 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/10149/stat : 10149 (java) S 10146 10149 4966 0 -1 4202496 7458 0 1 0 51 2 0 0 20 0 19 0 5723786 9856040960 7793 33554432000 1073741824 1073778376 140734596756576 140734596747712 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10149/statm: 2406260 7793 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700279 s]
/proc/loadavg: 2.09 2.02 2.00 3/194 10149
/proc/meminfo: memFree=31123648/32872528 swapFree=162364/176672
[pid=10149] ppid=10146 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/10149/stat : 10149 (java) S 10146 10149 4966 0 -1 4202496 8359 0 1 0 100 2 0 0 20 0 19 0 5723786 9856040960 8594 33554432000 1073741824 1073778376 140734596756576 140734596747712 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10149/statm: 2406260 8594 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.09 2.02 2.00 3/213 10168
/proc/meminfo: memFree=31095452/32872528 swapFree=162364/176672
[pid=10149] ppid=10146 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/10149/stat : 10149 (java) S 10146 10149 4966 0 -1 4202496 8367 0 1 0 183 2 0 0 20 0 19 0 5723786 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 140734596747712 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10149/statm: 2406260 9623 2249 9 0 2396937 0
[pid=10149/tid=10151] ppid=10146 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/10149/task/10151/stat : 10151 (java) R 10146 10149 4966 0 -1 4202560 2461 0 1 0 145 1 0 0 20 0 19 0 5723787 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785884891704 139785825080373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10152] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10152/stat : 10152 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785823623592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10153] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10153/stat : 10153 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785822571048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10154] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10154/stat : 10154 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785821517992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10149/tid=10155] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10155/stat : 10155 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785820465448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10156] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10156/stat : 10156 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785819413416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10157] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10157/stat : 10157 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785722870824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10158] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10158/stat : 10158 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785721817768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10159] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10159/stat : 10159 (java) S 10146 10149 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785720765224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10160] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10160/stat : 10160 (java) S 10146 10149 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5723790 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785708566888 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10161] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10161/stat : 10161 (java) S 10146 10149 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5723790 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785707513208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10162] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10162/stat : 10162 (java) S 10146 10149 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5723790 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785706460040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10163] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10163/stat : 10163 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723793 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785705408784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10164] ppid=10146 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10149/task/10164/stat : 10164 (java) S 10146 10149 4966 0 -1 4202560 2488 0 0 0 19 0 0 0 20 0 19 0 5723793 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785704356664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10165] ppid=10146 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/10149/task/10165/stat : 10165 (java) S 10146 10149 4966 0 -1 4202560 2148 0 0 0 16 0 0 0 20 0 19 0 5723793 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785703304120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10166] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10166/stat : 10166 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723793 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785702251256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10167] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10167/stat : 10167 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723793 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785701198920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10168] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10168/stat : 10168 (java) S 10146 10149 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5723802 9856040960 9623 33554432000 1073741824 1073778376 140734596756576 139785700144168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.09 2.02 2.00 3/213 10168
/proc/meminfo: memFree=31088812/32872528 swapFree=162364/176672
[pid=10149] ppid=10146 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/10149/stat : 10149 (java) S 10146 10149 4966 0 -1 4202496 8378 0 1 0 345 2 0 0 20 0 19 0 5723786 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 140734596747712 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10149/statm: 2406260 12189 2249 9 0 2396937 0
[pid=10149/tid=10151] ppid=10146 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/10149/task/10151/stat : 10151 (java) R 10146 10149 4966 0 -1 4202560 2466 0 1 0 305 1 0 0 20 0 19 0 5723787 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785884884688 139785825080479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10152] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10152/stat : 10152 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785823623592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10153] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10153/stat : 10153 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785822571048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10154] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10154/stat : 10154 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785821517992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10149/tid=10155] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10155/stat : 10155 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785820465448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10156] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10156/stat : 10156 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785819413416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10157] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10157/stat : 10157 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785722870824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10158] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10158/stat : 10158 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785721817768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10159] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10159/stat : 10159 (java) S 10146 10149 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785720765224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10160] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10160/stat : 10160 (java) S 10146 10149 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5723790 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785708566888 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10161] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10161/stat : 10161 (java) S 10146 10149 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5723790 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785707513208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10162] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10162/stat : 10162 (java) S 10146 10149 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5723790 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785706460040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10163] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10163/stat : 10163 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723793 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785705408784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10164] ppid=10146 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10149/task/10164/stat : 10164 (java) S 10146 10149 4966 0 -1 4202560 2492 0 0 0 20 0 0 0 20 0 19 0 5723793 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785704356664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10165] ppid=10146 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10149/task/10165/stat : 10165 (java) S 10146 10149 4966 0 -1 4202560 2150 0 0 0 17 0 0 0 20 0 19 0 5723793 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785703304120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10166] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10166/stat : 10166 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723793 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785702251256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10167] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10167/stat : 10167 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723793 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785701198920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10168] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10168/stat : 10168 (java) S 10146 10149 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5723802 9856040960 12189 33554432000 1073741824 1073778376 140734596756576 139785700144168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.08 2.02 2.00 4/213 10168
/proc/meminfo: memFree=31074316/32872528 swapFree=162364/176672
[pid=10149] ppid=10146 vsize=9625040 CPUtime=6.67 cores=1,3,5,7
/proc/10149/stat : 10149 (java) S 10146 10149 4966 0 -1 4202496 8385 0 1 0 665 2 0 0 20 0 19 0 5723786 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 140734596747712 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10149/statm: 2406260 14750 2250 9 0 2396937 0
[pid=10149/tid=10151] ppid=10146 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/10149/task/10151/stat : 10151 (java) R 10146 10149 4966 0 -1 4202560 2472 0 1 0 625 1 0 0 20 0 19 0 5723787 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785884884688 139785825063464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10152] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10152/stat : 10152 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785823623592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10153] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10153/stat : 10153 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785822571048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10154] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10154/stat : 10154 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785821517992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10149/tid=10155] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10155/stat : 10155 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785820465448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10156] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10156/stat : 10156 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785819413416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10157] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10157/stat : 10157 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785722870824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10158] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10158/stat : 10158 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785721817768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10159] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10159/stat : 10159 (java) S 10146 10149 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5723789 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785720765224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10160] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10160/stat : 10160 (java) S 10146 10149 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5723790 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785708566888 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10161] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10161/stat : 10161 (java) S 10146 10149 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5723790 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785707513208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10162] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10162/stat : 10162 (java) S 10146 10149 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5723790 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785706460040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10163] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10163/stat : 10163 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723793 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785705408784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10164] ppid=10146 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10149/task/10164/stat : 10164 (java) S 10146 10149 4966 0 -1 4202560 2492 0 0 0 20 0 0 0 20 0 19 0 5723793 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785704356664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10165] ppid=10146 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10149/task/10165/stat : 10165 (java) S 10146 10149 4966 0 -1 4202560 2150 0 0 0 17 0 0 0 20 0 19 0 5723793 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785703304120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10166] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10166/stat : 10166 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723793 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785702251256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10167] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10167/stat : 10167 (java) S 10146 10149 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5723793 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785701198920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10168] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10168/stat : 10168 (java) S 10146 10149 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5723802 9856040960 14750 33554432000 1073741824 1073778376 140734596756576 139785700144168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 9625040


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

[pid=10149/tid=10161] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10161/stat : 10161 (java) S 10146 10149 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5723790 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785707513208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10162] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10162/stat : 10162 (java) S 10146 10149 4966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5723790 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785706460040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10163] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10163/stat : 10163 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785705408784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10164] ppid=10146 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10149/task/10164/stat : 10164 (java) S 10146 10149 4966 0 -1 4202560 2492 0 0 0 20 0 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785704356664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10165] ppid=10146 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10149/task/10165/stat : 10165 (java) S 10146 10149 4966 0 -1 4202560 2273 0 0 0 19 0 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785703304120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10166] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10166/stat : 10166 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785702251256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10167] ppid=10146 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10149/task/10167/stat : 10167 (java) S 10146 10149 4966 0 -1 4202560 100 0 0 0 24 34 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785701198920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=10149/tid=10168] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10168/stat : 10168 (java) S 10146 10149 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5723802 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785700144168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.24
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 10408
/proc/meminfo: memFree=30562432/32872528 swapFree=162364/176672
[pid=10149] ppid=10146 vsize=9625040 CPUtime=1784.25 cores=1,3,5,7
/proc/10149/stat : 10149 (java) S 10146 10149 4966 0 -1 4202496 10574 0 1 0 178363 62 0 0 20 0 19 0 5723786 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 140734596747712 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10149/statm: 2406260 123989 2265 9 0 2396937 0
[pid=10149/tid=10151] ppid=10146 vsize=9625040 CPUtime=1781.73 cores=1,3,5,7
/proc/10149/task/10151/stat : 10151 (java) R 10146 10149 4966 0 -1 4202560 2540 0 1 0 178143 30 0 0 20 0 19 0 5723787 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785884884688 139785825080479 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10152] ppid=10146 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10149/task/10152/stat : 10152 (java) S 10146 10149 4966 0 -1 4202560 405 0 0 0 21 5 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785823623592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10153] ppid=10146 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10149/task/10153/stat : 10153 (java) S 10146 10149 4966 0 -1 4202560 273 0 0 0 15 4 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785822571048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10149/tid=10154] ppid=10146 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10149/task/10154/stat : 10154 (java) S 10146 10149 4966 0 -1 4202560 194 0 0 0 20 4 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785821517992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10155] ppid=10146 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10149/task/10155/stat : 10155 (java) S 10146 10149 4966 0 -1 4202560 161 0 0 0 19 6 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785820465448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10156] ppid=10146 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/10149/task/10156/stat : 10156 (java) S 10146 10149 4966 0 -1 4202560 183 0 0 0 15 3 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785819413416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10149/tid=10157] ppid=10146 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10149/task/10157/stat : 10157 (java) S 10146 10149 4966 0 -1 4202560 246 0 0 0 24 6 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785722870824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10158] ppid=10146 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10149/task/10158/stat : 10158 (java) S 10146 10149 4966 0 -1 4202560 214 0 0 0 18 4 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785721817768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10159] ppid=10146 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10149/task/10159/stat : 10159 (java) S 10146 10149 4966 0 -1 4202560 159 0 0 0 17 6 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785720765224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10160] ppid=10146 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10149/task/10160/stat : 10160 (java) S 10146 10149 4966 0 -1 4202560 71 0 0 0 0 2 0 0 20 0 19 0 5723790 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785708566888 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10161] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10161/stat : 10161 (java) S 10146 10149 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5723790 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785707513208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10162] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10162/stat : 10162 (java) S 10146 10149 4966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5723790 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785706460040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10163] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10163/stat : 10163 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785705408784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10164] ppid=10146 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10149/task/10164/stat : 10164 (java) S 10146 10149 4966 0 -1 4202560 2492 0 0 0 20 0 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785704356664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10165] ppid=10146 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10149/task/10165/stat : 10165 (java) S 10146 10149 4966 0 -1 4202560 2273 0 0 0 19 0 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785703304120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10166] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10166/stat : 10166 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785702251256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10167] ppid=10146 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/10149/task/10167/stat : 10167 (java) S 10146 10149 4966 0 -1 4202560 104 0 0 0 26 35 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785701198920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=10149/tid=10168] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10168/stat : 10168 (java) S 10146 10149 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5723802 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785700144168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.25
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.02 2.03 2.00 3/213 10408
/proc/meminfo: memFree=30562980/32872528 swapFree=162364/176672
[pid=10149] ppid=10146 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/10149/stat : 10149 (java) S 10146 10149 4966 0 -1 4202496 10574 0 1 0 179942 62 0 0 20 0 19 0 5723786 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 140734596747712 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10149/statm: 2406260 123989 2265 9 0 2396937 0
[pid=10149/tid=10151] ppid=10146 vsize=9625040 CPUtime=1797.53 cores=1,3,5,7
/proc/10149/task/10151/stat : 10151 (java) R 10146 10149 4966 0 -1 4202560 2540 0 1 0 179723 30 0 0 20 0 19 0 5723787 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785884884688 139785825080005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10152] ppid=10146 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10149/task/10152/stat : 10152 (java) S 10146 10149 4966 0 -1 4202560 405 0 0 0 21 5 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785823623592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10153] ppid=10146 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10149/task/10153/stat : 10153 (java) S 10146 10149 4966 0 -1 4202560 273 0 0 0 15 4 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785822571048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10149/tid=10154] ppid=10146 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10149/task/10154/stat : 10154 (java) S 10146 10149 4966 0 -1 4202560 194 0 0 0 20 4 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785821517992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10155] ppid=10146 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10149/task/10155/stat : 10155 (java) S 10146 10149 4966 0 -1 4202560 161 0 0 0 19 6 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785820465448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10156] ppid=10146 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/10149/task/10156/stat : 10156 (java) S 10146 10149 4966 0 -1 4202560 183 0 0 0 15 3 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785819413416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10149/tid=10157] ppid=10146 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10149/task/10157/stat : 10157 (java) S 10146 10149 4966 0 -1 4202560 246 0 0 0 24 6 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785722870824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10158] ppid=10146 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10149/task/10158/stat : 10158 (java) S 10146 10149 4966 0 -1 4202560 214 0 0 0 18 4 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785721817768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10159] ppid=10146 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10149/task/10159/stat : 10159 (java) S 10146 10149 4966 0 -1 4202560 159 0 0 0 17 6 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785720765224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10160] ppid=10146 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10149/task/10160/stat : 10160 (java) S 10146 10149 4966 0 -1 4202560 71 0 0 0 0 2 0 0 20 0 19 0 5723790 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785708566888 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10161] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10161/stat : 10161 (java) S 10146 10149 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5723790 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785707513208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10162] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10162/stat : 10162 (java) S 10146 10149 4966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5723790 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785706460040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10163] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10163/stat : 10163 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785705408784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10164] ppid=10146 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10149/task/10164/stat : 10164 (java) S 10146 10149 4966 0 -1 4202560 2492 0 0 0 20 0 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785704356664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10165] ppid=10146 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10149/task/10165/stat : 10165 (java) S 10146 10149 4966 0 -1 4202560 2273 0 0 0 19 0 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785703304120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10166] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10166/stat : 10166 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785702251256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10167] ppid=10146 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/10149/task/10167/stat : 10167 (java) S 10146 10149 4966 0 -1 4202560 104 0 0 0 26 35 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785701198920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=10149/tid=10168] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10168/stat : 10168 (java) S 10146 10149 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5723802 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785700144168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 10149 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.1 s]
/proc/loadavg: 2.02 2.03 2.00 3/213 10408
/proc/meminfo: memFree=30562980/32872528 swapFree=162364/176672
[pid=10149] ppid=10146 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/10149/stat : 10149 (java) S 10146 10149 4966 0 -1 4202496 10574 0 1 0 179942 62 0 0 20 0 19 0 5723786 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 140734596747712 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10149/statm: 2406260 123989 2265 9 0 2396937 0
[pid=10149/tid=10151] ppid=10146 vsize=9625040 CPUtime=1797.53 cores=1,3,5,7
/proc/10149/task/10151/stat : 10151 (java) R 10146 10149 4966 0 -1 4202560 2540 0 1 0 179723 30 0 0 20 0 19 0 5723787 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785884884688 139785825080005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10152] ppid=10146 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10149/task/10152/stat : 10152 (java) S 10146 10149 4966 0 -1 4202560 405 0 0 0 21 5 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785823623592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10153] ppid=10146 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10149/task/10153/stat : 10153 (java) S 10146 10149 4966 0 -1 4202560 273 0 0 0 15 4 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785822571048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10149/tid=10154] ppid=10146 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10149/task/10154/stat : 10154 (java) S 10146 10149 4966 0 -1 4202560 194 0 0 0 20 4 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785821517992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10155] ppid=10146 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10149/task/10155/stat : 10155 (java) S 10146 10149 4966 0 -1 4202560 161 0 0 0 19 6 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785820465448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10156] ppid=10146 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/10149/task/10156/stat : 10156 (java) S 10146 10149 4966 0 -1 4202560 183 0 0 0 15 3 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785819413416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10149/tid=10157] ppid=10146 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/10149/task/10157/stat : 10157 (java) S 10146 10149 4966 0 -1 4202560 246 0 0 0 24 6 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785722870824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10158] ppid=10146 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10149/task/10158/stat : 10158 (java) S 10146 10149 4966 0 -1 4202560 214 0 0 0 18 4 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785721817768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10159] ppid=10146 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10149/task/10159/stat : 10159 (java) S 10146 10149 4966 0 -1 4202560 159 0 0 0 17 6 0 0 20 0 19 0 5723789 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785720765224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10160] ppid=10146 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10149/task/10160/stat : 10160 (java) S 10146 10149 4966 0 -1 4202560 71 0 0 0 0 2 0 0 20 0 19 0 5723790 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785708566888 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10149/tid=10161] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10161/stat : 10161 (java) S 10146 10149 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5723790 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785707513208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10162] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10162/stat : 10162 (java) S 10146 10149 4966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5723790 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785706460040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10163] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10163/stat : 10163 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785705408784 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10164] ppid=10146 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10149/task/10164/stat : 10164 (java) S 10146 10149 4966 0 -1 4202560 2492 0 0 0 20 0 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785704356664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10149/tid=10165] ppid=10146 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10149/task/10165/stat : 10165 (java) S 10146 10149 4966 0 -1 4202560 2273 0 0 0 19 0 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785703304120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10166] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10166/stat : 10166 (java) S 10146 10149 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785702251256 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10149/tid=10167] ppid=10146 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/10149/task/10167/stat : 10167 (java) S 10146 10149 4966 0 -1 4202560 104 0 0 0 26 35 0 0 20 0 19 0 5723793 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785701198920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=10149/tid=10168] ppid=10146 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10149/task/10168/stat : 10168 (java) S 10146 10149 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5723802 9856040960 123989 33554432000 1073741824 1073778376 140734596756576 139785700144168 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.17
CPU time (s): 1800.87
CPU user time (s): 1799.67
CPU system time (s): 1.20282
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 1.20282
maximum resident set size= 520612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10666
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38440
involuntary context switches= 4354

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0845 second user time and 13.8529 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-16 02:25:39
IDJOB=4090027
IDBENCH=107490
IDSOLVER=2546
FILE ID=node105/4090027-1466036739
RUNJOBID= node105-1466009078-4983
PBS_JOBID= 19902809
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/rand6reg/normalized-rand6reg-v101-n3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090027-1466036739/watcher-4090027-1466036739 -o /tmp/evaluation-result-4090027-1466036739/solver-4090027-1466036739 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4983 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090027-1466036739.opb

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

MD5SUM BENCH= 5ed10da8e9db7f782543c1c2112422b6
RANDOM SEED=809859666

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31124440 kB
Buffers:           95648 kB
Cached:           345688 kB
SwapCached:            0 kB
Active:           496308 kB
Inactive:         354932 kB
Active(anon):     412328 kB
Inactive(anon):        0 kB
Active(file):      83980 kB
Inactive(file):   354932 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               872 kB
Writeback:             4 kB
AnonPages:        621080 kB
Mapped:            22048 kB
Shmem:               204 kB
Slab:             573536 kB
SReclaimable:      17296 kB
SUnreclaim:       556240 kB
KernelStack:        1592 kB
PageTables:         5212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1029552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    438272 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 node105 at 2016-06-16 02:55:37